body {
  font-family: Titillium Web;
}


.link-underline {
  border-bottom-width: 0;
  background-image: linear-gradient(transparent, transparent), linear-gradient(#fff, #fff);
  background-size: 0 3px;
  background-position: 0 100%;
  background-repeat: no-repeat;
  transition: background-size .5s ease-in-out;
}

.link-underline-black {
  background-image: linear-gradient(transparent, transparent), linear-gradient(#0ea5e9, #0ea5e9)
}

.link-underline:hover {
  background-size: 100% 3px;
  background-position: 0 100%
}

.link-underline.active {
  background-size: 100% 3px;
  background-position: 0 100%
}

.banner_height {
  height: 24rem;
}

/* Default Navbar Style */
nav {
  background-color: transparent;
  transition: background-color 0.3s ease;
}

/* Sticky Navbar Style */
.sticky {
  background-color: #fff;
  box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 30;
}

.nav_link.active {
  color: #0ea5e9 !important;
}

.nav_link {
  color: white;
}

.sticky .nav_link {
  color: #111827;
}

.text_white {
  color: #fff;
}

.sticky .text_white {
  color: #111827;
}

@media (width >=639px) {
  .mobile-menu {
    display: none;
  }
}

@media screen and (max-width: 980px) {
  .banner_height {
    height: 18rem;
  }
}

@media screen and (max-width: 639px) {
  .banner_height {
    height: 20rem;
  }
}


.shine {
  position: relative;
  overflow: hidden;
}

.shine::before {
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  content: "";
  display: block;
  height: 100%;
  left: -75%;
  position: absolute;
  top: 0;
  transform: skewX(-25deg);
  width: 50%;
  z-index: 2;
}

.shine:hover::before,
.shine:focus::before {
  -webkit-animation: shine 0.55s;
  animation: shine 0.55s;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

.slider_height {
  height: 32rem;
}


/* --- Slider --- */
.swiper-pagination-bullet-active {
  background-color: #0ea5e9 !important;
}

.swiper-pagination-bullet {
  background-color: #696969;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  display: none;
}

.swiper-button-prev,
.swiper-button-next {
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper-button-prev {
  left: 0px !important;
}

.swiper-button-prev {
  left: 0px !important;
}

.heroSwiper .swiper-button-next,
.clientSwiper .swiper-button-next {
  right: 0 !important;
}

.heroSwiper .swiper-button-prev,
.clientSwiper .swiper-button-prev {
  left: 0 !important;
}

@media screen and (min-width: 640px) {

  .heroSwiper .swiper-button-prev,
  .heroSwiper .swiper-button-next,
  .clientSwiper .swiper-button-prev,
  .clientSwiper .swiper-button-next {
    width: 3rem;
  }
}

/* --- End Slider --- */
.vlog_video {
  height: 450px;
  width: 60%;
  transform: skew(-3deg);
  overflow: hidden;
  border-radius: 2.5rem;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 4px 20px -1px rgb(0 0 0 / 0.1);
}

.vlog_video iframe {
  width: 100%;
  height: 500px;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 4px 20px -1px rgb(0 0 0 / 0.1);
}

@media (width >=639px) {
  .mobile-menu {
    display: none;
  }
}

@media screen and (max-width: 980px) {
  .slider_height {
    height: 22rem;
  }

  .vlog_video {
    height: 400px;
    width: 75%;
  }
}

@media screen and (max-width: 639px) {
  .slider_height {
    height: 32rem;
  }

  .vlog_video {
    height: 320px;
    width: 90%;
  }
}

.strokeText {
  -webkit-text-stroke: 1px #1d9ad6;
}

.strokeText_hover {
  -webkit-text-stroke: 1px #fff;
}
@media (max-width: 480px) {
    .tab-btn {
        padding-left: 10px;
        padding-right: 10px;
    }
}
