body {
  font-family: "Poppins", sans-serif;
  height: 100vh;
  letter-spacing: 0.5px;
  overflow: hidden;
  width: 100%;
}

p {
  font-weight: 400;
  font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Poppins", sans-serif;
}

a {
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

a,
a:hover {
  text-decoration: none !important;
}

.row {
  flex-wrap: nowrap !important;
}

/**************************************************/
/*                 Margins & Padding              */
/**************************************************/
.p-0 {
  padding: 0 !important;
}

.pt-10 {
  padding-top: 10px;
}

.mb-0 {
  margin-bottom: 0px;
}

.mb-2 {
  margin-bottom: 2px;
}

.mb-4 {
  margin-bottom: 4px;
}

.mb-8 {
  margin-bottom: 8px;
}

.icon-root {
  color: #1b6582;
}

/**************************************************/
/*               Text & bg colors                 */
/**************************************************/
.default {
  color: #201f20;
}

.default-n {
  color: #ececec;
}

.default-d {
  color: #ececec;
}

.landing-txt {
  color: #1b6582;
}

.landing-txt-n {
  color: #7ac9d0;
}

.landing-txt-d {
  color: #7ac9d0;
}

.contact-link {
  color: #df6b57;
}

.card-link {
  color: #1b6582;
}

.card-link:hover {
  color: #7ac9d0;
}

.card-link-n {
  color: #7ac9d0;
}

.card-link-n:hover {
  color: #df6b57;
}

.card-link-d {
  color: #7ac9d0;
}

.card-link-d:hover {
  color: #df6b57;
}

.service {
  color: #1b6582;
}

.service-n {
  color: #ececec;
}

.service-d {
  color: #ececec;
}

.body-bg {
  background-color: #fafafc;
}

.body-bg-n {
  background-color: #023444;
}

.body-bg-d {
  background-color: #18191a;
}

.services-bg {
  background-color: rgba(122, 201, 208, 0.1);
}

.services-bg-n {
  background-color: #1b6582;
}

.services-bg-d {
  background-color: #2b3137;
}

.services-top-bg {
  border-top: 3px solid #1b6582;
}

.services-top-bg-n {
  border-top: 3px solid #7ac9d0;
}

.services-top-bg-d {
  border-top: 3px solid #7ac9d0;
}

.cards-bg {
  background-color: #7ac9d0;
}

.cards-bg-n {
  background-color: #1b6582;
}

.cards-bg-d {
  background-color: #2b3137;
}

/**************************************************/
/*                   Navigation                   */
/**************************************************/
.root-container {
  padding: 0 64px;
}

.root-navbar {
  margin-bottom: 0px;
  z-index: 1999;
  top: 0;
  width: 100%;
  padding: 0.5rem;
  position: static;
  height: 10vh;
}

@media (max-width: 991.98px) {
  .root-navbar {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .root-container {
    padding: 0 16px;
  }
}

.root-navbar .toggle-button {
  position: absolute;
  right: 0px;
}

.root-navbar .root-logo {
  margin: 0;
  padding: 0;
  font-size: 1rem;
}

.root-navbar .root-logo a {
  text-transform: uppercase;
  color: #023448;
  font-family: "Poppins", sans-serif;
}

@media (max-width: 991.98px) {
  .root-navbar .root-logo {
    float: left;
    position: relative;
  }
}

.root-navbar .root-navigation.border-bottom {
  border-bottom: 0px solid white !important;
}

.root-navbar .root-navigation .root-menu {
  margin: 0;
  padding: 0;
  margin-bottom: 0;
}

.root-navbar .root-navigation .root-menu .active {
  color: #1b6582 !important;
}

.root-navbar .root-navigation .root-menu a {
  text-decoration: none !important;
  display: inline-block;
}

.root-navbar .root-navigation .root-menu > li {
  display: inline-block;
}

.root-navbar .root-navigation .root-menu > li > a {
  margin-left: 15px;
  margin-right: 15px;
  padding: 20px 0px;
  font-size: 14px;
  font-weight: 500;
  color: #474747;
  display: inline-block;
  text-decoration: none !important;
  position: relative;
}

.root-navbar .root-navigation .root-menu > li > a:hover {
  color: #1b6582;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.root-navbar .root-navigation .root-menu > li.active > a {
  color: #1b6582;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.sticky-wrapper {
  position: relative;
  z-index: 100;
  width: 100%;
  position: absolute;
  top: 0;
}

.sticky-wrapper .root-navbar {
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.sticky-wrapper .root-navbar {
  background: #fafafc;
}

.sticky-wrapper .root-navbar ul li a {
  color: rgba(255, 255, 255, 0.7) !important;
}

.sticky-wrapper .root-navbar ul li a.active {
  color: #fafafc !important;
}

.sticky-wrapper.is-sticky .root-navbar {
  background: #fafafc;
  -webkit-box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2);
  box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2);
}

.sticky-wrapper.is-sticky .root-navbar .root-logo a {
  color: #1b6582;
}

.sticky-wrapper.is-sticky .root-navbar ul li a {
  color: #474747 !important;
}

.sticky-wrapper.is-sticky .root-navbar ul li a.active {
  color: #1b6582 !important;
}

.sticky-wrapper .shrink {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

@media (max-width: 991.98px) {
  .sticky-wrapper .shrink {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
}

/**************************************************/
/*                 Landing home                   */
/**************************************************/
#home {
  height: 83vh;
  padding: 0px 128px;
  width: 100%;
  overflow: hidden;
  position: static;
}

.landing-img {
  display: grid;
  width: 100%;
  height: 83vh;
  opacity: 0.1;
  mix-blend-mode: darken;
}

.slider-img {
  display: grid;
}

.landing-title {
  font-weight: 500;
  font-size: 32px;
}

.landing-intro {
  font-weight: 300;
  font-size: 18px;
  line-height: 1.5;
}

.root-link {
  font-weight: 400;
  font-size: 18px;
  cursor: pointer;
}

.root-link:hover {
  font-weight: 400;
  color: #7ac9d0;
  letter-spacing: 1px;
}

/* Small devices (landscape phones, 576px and up) */
@media screen and (max-width: 576px) {
  #home {
    padding: 0px 12px;
  }

  .landing-title {
    font-size: 20px;
  }

  .landing-intro {
    font-size: 14px;
  }

  .root-link {
    font-size: 14px;
  }

  .landing-img {
    display: none;
  }

  .slider-img {
    display: none;
  }
}

/* Medium devices (tablets, 768px and up) */
@media screen and (max-width: 767px) {
  #home {
    padding: 0px 12px;
  }

  .landing-title {
    font-size: 20px;
  }

  .landing-intro {
    font-size: 14px;
  }

  .root-link {
    font-size: 14px;
  }

  .landing-img {
    display: none;
  }

  .slider-img {
    display: none;
  }
}

/* Medium devices (large tablets, 768px and up) */
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #home {
    padding: 0px 12px;
  }

  .landing-title {
    font-size: 20px;
  }

  .landing-intro {
    font-size: 14px;
  }

  .root-link {
    font-size: 14px;
  }

  .landing-img {
    display: grid;
    width: 100%;
    height: 20vh;
  }

  .slider-img {
    display: grid;
  }
}

/* Large devices (desktops, 992px and up) */
@media screen and (min-width: 1024px) and (max-width: 1439px) {
  #home {
    padding: 0px 64px;
  }

  .landing-title {
    font-size: 24px;
  }

  .landing-intro {
    font-size: 16px;
  }

  .root-link {
    font-size: 16px;
  }

  .landing-img {
    display: grid;
    width: 100%;
    height: 80vh;
  }

  .slider-img {
    display: grid;
  }
}

/* X-Large devices (large desktops, 1200px and up) */
@media screen and (min-width: 1440px) {
  .landing-title {
    font-size: 24px;
  }

  .landing-intro {
    font-size: 16px;
  }

  .root-link {
    font-size: 16px;
  }

  .landing-img {
    display: grid;
    width: 100%;
    height: 83vh;
  }

  .slider-img {
    display: grid;
  }
}

/**************************************************/
/*                     Footer                     */
/**************************************************/
#root-footer {
  height: 7vh;
  width: 100%;
  z-index: 9999 !important;
  position: static;
  bottom: 0;
  display: flex;
}

.landing-footer {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.contact-text {
  font-size: 14px;
  float: left;
}

.copyright-text {
  font-size: 14px;
  float: right;
}

.landing-footer {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#dayIcon {
  position: relative;
  width: 18px;
  height: 18px;
  top: -3px;
  margin: 0;
  fill: #9caec0;
  cursor: pointer;
}

#nightIcon {
  position: relative;
  width: 18px;
  height: 18px;
  top: -3px;
  margin: 0;
  fill: #9caec0;
  cursor: pointer;
}

.toggle {
  display: none;
}

.toggle,
.toggle:after,
.toggle:before,
.toggle *,
.toggle *:after,
.toggle *:before,
.toggle + .toggle-button {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.toggle::-moz-selection,
.toggle:after::-moz-selection,
.toggle:before::-moz-selection,
.toggle *::-moz-selection,
.toggle *:after::-moz-selection,
.toggle *:before::-moz-selection,
.toggle + .toggle-button::-moz-selection {
  background: none;
}

.toggle::selection,
.toggle:after::selection,
.toggle:before::selection,
.toggle *::selection,
.toggle *:after::selection,
.toggle *:before::selection,
.toggle + .toggle-button::selection {
  background: none;
}

.toggle + .toggle-button {
  outline: 0;
  display: inline-block;
  width: 2.6em;
  height: 1.2em;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.toggle + .toggle-button:after,
.toggle + .toggle-button:before {
  position: relative;
  display: flex;
  content: "";
  width: 50%;
  height: 100%;
}

.toggle + .toggle-button:after {
  left: 0;
}

.toggle + .toggle-button:before {
  display: none;
}

.toggle:checked + .toggle-button:after {
  left: 50%;
}

.toggle + .toggle-button {
  padding: 1px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border: 1.8px solid #9caec0;
  border-radius: 1em;
}

.toggle + .toggle-button:after {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background: #9caec0;
  content: "";
  border-radius: 1em;
}

.toggle:checked + .toggle-button:after {
  left: 50%;
}

.toggle-button {
  margin: 0;
}

/* Phones */
@media screen and (max-width: 576px) {
}

/* Large phones */
@media screen and (max-width: 768px) {
  .copyright-text {
    font-size: 12px;
  }

  .contact-text {
    font-size: 12px;
  }

  .landing-footer {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  #dayIcon {
    position: relative;
    width: 14px;
    height: 14px;
    top: -1px;
    margin: 0;
    fill: #9caec0;
    cursor: pointer;
  }

  #nightIcon {
    position: relative;
    width: 14px;
    height: 14px;
    top: -1px;
    margin: 0;
    fill: #9caec0;
    cursor: pointer;
  }

  .toggle + .toggle-button {
    outline: 0;
    display: inline-block;
    width: 2em;
    height: 1em;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
}
