@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap');
body{font-family: "Poppins", sans-serif;}
#testi #demo {
    background: linear-gradient(112deg, #ffffff 50%, antiquewhite 50%);
    max-width: 100%;
    margin: auto
}

#testi  .carousel-caption {
    position: initial;
    z-index: 10;
    padding: 5rem 8rem;
    color: rgba(78, 77, 77, 0.856);
    text-align: center;
    font-size: 1.2rem;
    font-style: italic;
    font-weight: bold;
    line-height: 2rem
}

@media(max-width:767px) {
   #testi  .carousel-caption {
        position: initial;
        z-index: 10;
        padding: 3rem 2rem;
        color: rgba(78, 77, 77, 0.856);
        text-align: center;
        font-size: 0.7rem;
        font-style: italic;
        font-weight: bold;
        line-height: 1.5rem
    }
}

#testi .carousel-caption img {
    width: 6rem;
    border-radius: 5rem;
    margin-top: 2rem
}

@media(max-width:767px) {
    #testi .carousel-caption img {
        width: 4rem;
        border-radius: 4rem;
        margin-top: 1rem
    }
}

#testi  #image-caption {
    font-style: normal;
    font-size: 1rem;
    margin-top: 0.5rem
}

@media(max-width:767px) {
  #testi   #image-caption {
        font-style: normal;
        font-size: 0.6rem;
        margin-top: 0.5rem
    }
}

#testi  i {
    background-color:rgb(245 63 63);
    padding: 1rem;
    border-radius:10px;
}

@media(max-width:767px) {
   #testi  i {
        padding: 0.8rem
    }
}

#testi  .carousel-control-prev {
    justify-content: flex-start
}

#testi  .carousel-control-next {
    justify-content: flex-end
}

#testi  .carousel-control-prev,
.carousel-control-next {
    transition: none;
    opacity: unset
}

.whatsapp{
border-radius: 50%;
height: 50px;
width: 50px;
font-size: 14px;
color: #fff;
text-align: center;
position: fixed;
bottom: 50px;
right: 30px;
line-height: 40px;
cursor: pointer;
display: block;
z-index: 2;
}
.ftr-link li{padding-left:0; font-size:16px}
.packages figure img {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0px 5px 23px #ffe7e7;
}
.ftr-h5{font-weight: 600}
h2{font-size:19px; font-weight:600}
.btn-enq:hover{color:#fff}