html {
  scroll-behavior: smooth;
}

.iti {
  width: 100% !important;
}

.iti input {
  width: 100% !important;
}

.swiper {
  width: 100%;
  height: 100%;
}

.Jost {
  font-family: Jost;
}

/* Text Gradient CSS */
.text-gradient {
  color: #ffd71d;
  background-image: linear-gradient(45deg, #ffd71d, #feb200 50%, #ffd71d 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

.Outfit {
  font-family: Outfit;
}

.box {
  box-shadow: #dddddd 7px -12px 43px 21px;
}

@font-face {
  font-family: Jost;
  src: url("../fonts/Jost/Jost-VariableFont_wght.ttf");
}

@font-face {
  font-family: Outfit;
  src: url("../fonts/Outfit/Outfit-VariableFont_wght.ttf");
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  /* width: 100%;
            height: 100%; */
  object-fit: cover;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 25px !important;
  color: black !important;
}
