

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Whisper&display=swap');

body {
  font-family: "Poppins", serif;
}

.font-whisper {
  font-family: "Whisper", serif;
  font-weight: 400;
  font-style: normal;
}

.nav-scroll {
  background-color: #F5F9FF;
  /* --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1),
    0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color),
    0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); */
    color: #1E1E1E !important;
}

.nav-scroll .line-b {
  background-color: #B2B2B2;
}

/* menus */

.dropdown.hidden + .backdrop {
  display: none !important;
}

.dropdown + .backdrop {
  display: block !important;
}

.dropdown ul li.active a svg {
  opacity: 0;
}


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

.bg-gradient-slide {
  background: linear-gradient(180deg, #ECF3FF 0%, rgba(131, 131, 131, 0.7) 34.5%, rgba(0, 0, 0, 0.4) 100%);


}

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 4px solid #BD1D1D !important;
}

#thumbnail-slider .splide__track--nav > .splide__list > .splide__slide:last-child {
 margin-right: 0 !important;
}

.shadow-img-1 {
  -webkit-box-shadow: 0px 16px 16px -8px rgba(12,12,13,0.1);
  -moz-box-shadow: 0px 16px 16px -8px rgba(12,12,13,0.1);
  box-shadow: 0px 16px 16px -8px rgba(12,12,13,0.1);
}

.item-hv:hover .show-hv {
    display: block !important;
}



/* effects */


.pop {
  transition: all 0.1s ease-in-out;
}
.pop:hover {
  transform: scale(1.02) !important;
}
.pop:active {
  transform: scale(1.1) !important;
}

.transition-all-eio {
  transition: all 0.1s ease-in-out;
}

/* animate */

.dream-bg {
  animation: dream 30s linear infinite both;
}

.home-bg {
  animation: dream 30s linear infinite both;
}

@keyframes dream {
  0% {
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    transform: translate(-50%, -50%) scale(1.15);
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
  }
}

.typed-cursor {
  animation: blink 1s infinite;
  font-weight: lighter;
  font-size: smaller;
}

.fadein {
  opacity: 0;
  transition: all 1.5s;
  transform: translate(0, 100px);
}

.fadein.visible {
  opacity: 1;
  transform: translate(0, 0);
}




@media screen and (max-width: 720px) {
  #main-slider .splide__track--fade > .splide__list > .splide__slide {
    min-height: 700px !important;
  }
  
}
