@tailwind base;
@tailwind components;

@font-face {
  font-family: "Montserrat-Medium";
  src: url("/ASSETS/montserrat/Montserrat-Medium.otf");
}
 
/* Hide scrollbar for Chrome, Safari and Opera */
body::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
body {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}

html.lenis {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-scrolling iframe {
  pointer-events: none;
}

*:focus {
  outline: none;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

select {
  /** for the dropdown indicator */
  appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 1em;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

.hero__scrollTo {
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 3;
  display: flex;
  --tw-translate-x: -50%;
  transform: var(--tw-transform);
}

.hero__scrollTo .line {
  position: relative;
  z-index: 1;
  height: 4rem;
  width: 1px;
}

.hero__scrollTo .line .background {
  opacity: 0.4;
}

.hero__scrollTo .line .background,
.hero__scrollTo .line .highlight {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  transform-origin: top left;
}

.hero__scrollTo .line .highlight {
  transform-origin: 0 100%;
  -webkit-animation: passingLine 2s linear infinite;
  animation: passingLine 2s linear infinite;
}

@keyframes passingLine {
  0% {
    transform: translateZ(0) scaleY(0);
    transform-origin: 0 0;
  }
  50% {
    transform: translateZ(0) scale(1);
    transform-origin: 0 0;
  }
  51% {
    transform-origin: 0 100%;
  }
  100% {
    transform: translateZ(0) scaleY(0.1);
  }
}

#footer {
  transition: bottom 0.6s;
}

#footer.animate {
  bottom: -65px;
}

#footer.sticked {
  bottom: 0;
  z-index: 99;
}

#navbar {
  transition: top 0.6s;
}

#navbar.animate {
  top: -95px;
}

#navbar.sticked {
  top: 0;
  z-index: 20;
}

.swiper-pagination-bullet {
  width: 100px;
  height: 5px;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  opacity: 1;
  border-radius: 1px;
  background: rgba(255, 255, 255, 0.5);
}

@media screen and (max-width: 1024px) {
 .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 80px !important;
 }
  .swiper-pagination-bullet {
    width: 12px;
    bottom: 0px !important;
    height: 12px;
    border-radius: 200px;
  }
  .swiper-button-next:after,
  .swiper-button-prev:after {
    font-size: 28px !important;
  }
}

.swiper-pagination-bullet-active {
  background: #fff;
}
 @media (max-width: 484px) {
    .swiper-button-next {
    top: 45% !important;
  color: rgba(255, 255, 255);
}

.swiper-button-prev {
     top: 45% !important;
  color: rgba(255, 255, 255);
}

 }

.swiper-button-next {
    top: 50%;
  color: rgba(255, 255, 255);
}

.swiper-button-prev {
     top: 50% ;
  color: rgba(255, 255, 255);
}

.iti--separate-dial-code .iti__selected-flag {
  background: #f9f9f9 !important;
}

.form2 .iti--separate-dial-code .iti__selected-flag {
  background: #ffff !important;
}

.form_one_dial .iti__flag-container {
  height: 32px !important;
  padding: 0px !important;
}

.form2 .iti__flag-container {
  height: 44px !important;
  padding: 0px !important;
}

@media screen and (max-width: 1024px) {
  .iti__flag-container {
    height: 36px !important;
  }

  #footerForm .iti__flag-container {
    height: 36px !important;
    padding: 0px !important;
  }
}

.iti__selected-flag {
  padding: 2px 8px 2px 8px !important;
  width: 118px;
}

.secondDial .iti__selected-flag {
  height: 44px !important;
}

.imgWideBg {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
}

.infinteSplide .splide__arrows {
  display: none;
}

.infinteSplide .splide__pagination {
  display: none;
}

.imgHover {
  transition: -webkit-clip-path 800ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: clip-path 800ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: clip-path 800ms cubic-bezier(0.77, 0, 0.175, 1),
    -webkit-clip-path 800ms cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.imgHover:hover {
  -webkit-clip-path: polygon(5% 5%, 95% 5%, 95% 95%, 5% 95%);
  clip-path: polygon(5% 5%, 95% 5%, 95% 95%, 5% 95%);
}

.buttonItem:hover {
  background: linear-gradient(135deg, #d3e7ee 0%, #7097a7 100%);
}

/* .cursorImg {
  cursor: url('/assets/img/hover.svg'),auto;
} */