@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;
}
.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;
}



