@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Raleway:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

html {
  scroll-behavior: smooth;
}

.iti {
  width: 100% !important;
}

.iti input {
  width: 100% !important;
}

.swiper {
  width: 100%;
  height: 100%;
}

.box {
  box-shadow: #cfcfcf 1px 1px 1px 0px;
}
.box1 {
  box-shadow: #cfcfcf 0px 0px 1px 1px;
}
.box3 {
  box-shadow: #cfcfcf 0px 2px 5px 2px;
}

.thin {
  overflow-y: scroll;
}

.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;
}

.fa-chevron-down {
  color: #f15927;
}
.fa-minus-up {
  color: white;
}

.box2 {
  background: #ffffff;
  /* background: linear-gradient(179deg, rgba(255, 255, 255, 1) 0%, rgb(241 89 39 / 36%) 50%, rgb(255 255 255) 100%); */
  box-shadow: #cfcfcf 0px 1px 6px 1px;
  border: 1px solid rgba(0, 0, 0, 1);
}
.box4 {
  /* box-shadow: #d7d2d2 1px 1px 1px 1px; */
  background: linear-gradient(
    180deg,
    rgb(227 222 222 / 79%) 0%,
    rgb(51 48 121 / 26%) 56%,
    rgb(227 222 222 / 0%) 100% 100%
  );
}
/* .box4{
box-shadow: #d7d2d2 0px 22px 54px 22px;
background: linear-gradient(180deg, rgb(227 222 222 / 79%) 0%, rgb(51 48 121 / 26%) 56%, rgb(227 222 222 / 0%) 100% 100%);
} */

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 25px !important;
  color: black !important;
}

/* whatapp floating  */

.floating{
    position: fixed;
    bottom: 20px;
    z-index: 999;
    display: none;
}

.floating a{
    font-size: 30px;
    color: white;
    background: #faa421;
    border-radius: 50%;
    height: 60px;
    width: 60px;
    display: flex;
    align-items: center;
    padding: 10px;
    box-shadow: 0px 0px 10px black;
}
