body,
p {
  font-family: "Montserrat", sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Inter", sans-serif !important;
}

.bg-primary {
  background-color: #165c7d !important;
}

.btn-primary {
  background-color: #165c7d !important;
  border: none;
}

a {
  text-decoration: none;
}

.btn {
  border-width: 0px !important;
  border-color: rgba(255, 255, 255, 0);
  border-radius: 100px;
  letter-spacing: 1px;
  font-size: 16px;
  font-weight: 800 !important;
  text-transform: uppercase !important;
  padding: 15px 3em !important;
}

.navbar-brand {
  position: relative;
}

.navbar-brand img {
  height: 45px;
  position: absolute;
  left: 0;
  top: -17px;
}

.nav-link {
  padding: 0.5rem 1.5rem;
  font-size: 1.2rem;
}

.nav-link:hover {
  opacity: 0.8;
}

.container-fluid {
  max-width: 90%;
}

.social-icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  background-color: #165c7d !important;
  color: #fff !important;
  border-radius: 50%;
  font-size: 16px;
  transition: all 0.25s ease-in-out;
  margin-left: 5px;
}

.social-icon:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
}
#hero .house-anim {
  content: "";
  position: absolute;
  top: 5%;
  right: 5%;
  width: 50%;
  height: 50%;
  z-index: 0;
  opacity: 0.3;
}

#hero {
  background: url("/images/bg.jpg") center/cover no-repeat;
  min-height: 90vh;
  position: relative;
}
#hero:after {
  content: "'";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #021a25, #81d3fa33);
}
.hero-logo {
  bottom: 10%;
  right: 0%;
  max-width: 300px;
  z-index: 1;
}
.grad-text {
  background: linear-gradient(90deg, #09d2e0, #175c7d);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  font-weight: bold;
}
section {
  position: relative;
}

.top-contact-bar {
  position: sticky;
  top: 0;
  z-index: 1031;
}

.navbar-sticky {
  position: sticky;
  top: 36px;
  z-index: 1030;
}

.wave-divider {
  position: absolute;
  height: 200px;
  overflow: hidden;
  margin-top: -142px;
  z-index: 0;
  bottom: -2px;
  width: 100%;
}

.wave-divider svg {
  width: 100%;
  height: 100%;
}

.nav-tabs .nav-link.active {
  background: #165c7d;
  color: #ffffff;
}

.tabs-full {
  display: flex;
  width: 100%;
}

.tabs-full .nav-item {
  flex: 1;
  margin: 0 5px;
}

.tabs-full .nav-link {
  width: 100%;
  text-align: center;
  border-radius: 10px;
  color: #00000055;
  background: rgba(0, 0, 0, 0.25);
  font-weight: 600;
  font-size: 1.5rem;
}

.tabs-full img {
  vertical-align: middle;
}

.footer-socials a {
  display: inline-flex;
  width: 45px;
  height: 45px;
  justify-content: center;
  align-items: center;
  background-color: #165c7d !important;
  border-radius: 50%;
  padding: 10px;
}

.footer-socials a i {
  font-size: 20px !important;
}

.foo-white a {
  background-color: #ffffff !important;
}

.foo-white a i {
  color: #000000 !important;
}

.footer-img {
  overflow: hidden;
  max-height: 500px;
  position: relative;
  z-index: 1;
}

.footer-img img {
  width: 100%;
  object-fit: cover;
}

.footer-hero {
  color: #000;
  position: relative;
  z-index: 1;
}

.footer-hero .col-md-6 {
  position: relative;
  z-index: 1;
}

.footer-hero:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 80%;
  bottom: 0;
  left: 0;
  border-radius: 0 0 30px 30px;
  background: #fff;
  z-index: 0;
}

.footer-text {
  margin-top: 8%;
}

footer h5 {
  font-weight: 600;
  margin-bottom: 20px;
}

.footer-btm {
  font-size: 11px;
}

.tcb-in {
  justify-content: space-between;
}

.video-thumb {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  border-radius: 16px;
  box-shadow: 8px 8px #191919;
}

.video-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.house {
  top: 10%;
  left: 5%;
  max-width: 250px;
  animation: floating 4s ease-in-out infinite;
}

.tick-mark {
  bottom: 10%;
  right: 30%;
  max-width: 100px;
  animation: floating 2s ease-in-out infinite;
}
.key {
  animation: floating 3s ease-in-out infinite;
}
@keyframes floating {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-8px);
  }
  100% {
    transform: translateY(0px);
  }
}

@media (max-width: 1199px) {
  .nav-link {
    font-size: 1rem;
  }

  .navbar-brand img {
    height: 38px;
    top: -13px;
  }
}
@media (max-width: 991px) {
  .container-fluid {
    max-width: 96%;
  }
  .navbar-sticky {
    top: 63px;
  }
  nav .nav-item:first-child {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .shannon-hero-img {
    max-width: 620px;
    width: 100%;
  }

  .wave-divider.wd-2 {
    margin-top: 0;
  }

  .house {
    top: 30%;
    left: -5%;
    max-width: 150px;
  }
  .small,
  small {
    font-size: 0.8em;
  }
  .tick-mark {
    right: 10%;
  }

  .footer-hero:after {
    height: 103%;
    border-radius: 30px;
  }

  .footer-text {
    margin-bottom: 8%;
  }

  .tcb-in {
    justify-content: center;
  }
  .hero-logo {
    bottom: 8%;
    right: 10%;
    max-width: 168px;
  }
  #hello {
    padding-bottom: 120px;
  }
  .tabs-full .nav-item {
    flex: 1;
    margin: 0 1px;
  }
  .anh i {
    margin-right: 1px !important;
  }
  .navbar-toggler,
  .navbar-toggler:focus {
    border: none;
    box-shadow: none;
  }
  .anh {
    padding: 10px 1em !important;
    font-size: 13px;
    letter-spacing: -0.5pt !important;
    margin-top: 0 !important;
    margin-left: auto !important;
  }
  .navbar-brand img {
    height: 24px;
    top: -6px;
  }
  .navbar .container-fluid {
    max-width: 100%;
  }
}
