body {
    font-family: 'Nunito', sans-serif;
}
/* body {
  font-family: 'Poppins', sans-serif!important;
} */

.logo a img {
    width: 100px;
}
.widget-head a img {
    width: 200px;
}


.footer-logo {
    width: 170px;
}


.top-footer-strip i {
    font-size: 20px;
    color: #1895b4;
}

.top-footer-strip span {
    font-weight: 500;
}

.location-icon {
    font-size: 25px!important;
}
.custom-location span {
    /* font-size: 35px!important; */
    font-size: 24px !important;
    line-height: 45px;
    text-align: center!important;
    font-weight: 700!important;
}

.contact-us-main a{
    text-transform: lowercase!important;
}
.destination-hr {
    border-top: 0.5px dashed #1895b4;
    margin: 20px 0!important;

}
.text-theme{
    color: #1895b4;
}
.counter-area .counter-items .counter-text{
    text-align: center!important;
}


@media (min-width: 320px) and (max-width: 767px){
    .location-icon {
        font-size: 20px!important;
    }
    .custom-location span {
        font-size: 25px!important;
        line-height: 30px;
        text-align: center!important;
        font-weight: 700!important;
    }
    .destination-category-section .plane-shape img {
        width: 90%;
    }
    .counter-area .counter-items .counter-text{
        text-align: left!important;
    }
    .testimonial-wrapper .array-button {
        /* display: none; */
        gap: 100px;
        margin-top: 40px;
    }
    
    .testimonial-wrapper .array-button::before {
        width: 100px;
    }

    .footer-section h4{
        font-size: 18px;
    }
    .footer-section img{
        padding-bottom: 20px;
    }


}

.testimonial-wrapper .array-button {
    display: flex;
    align-items: center;
    gap: 470px;
    margin-top: 60px;
    position: relative;
    justify-content: center;
}
.testimonial-wrapper .array-button::before {
    position: absolute;
    top: 14px;
    content: "";
    width: 510px;
    height: 1px;
    background: rgba(10, 31, 36, 0.2);
}
.fixed-whatsapp a img{
    position: fixed;
    left: 20px;
    bottom: 20px;
    width: 50px!important;
    z-index: 99999;

}




@media (min-width: 1200px) and (max-width: 1440px){
    .address-box{
    padding-bottom: 0px !important;

    }

    .font-size-responsive{
            margin-left: -16px;
    font-size: 21px;

    }
}



/* ****************  Form Select Dropdown  ***************** */
select {
  appearance: auto;
}
.custom-input {
  appearance: none;
  background: url("data:image/svg+xml;utf8,<svg fill='%23333' height='20' viewBox='0 0 20 20' width='20' xmlns='http://www.w3.org/2000/svg'><path d='M5 7l5 5 5-5z'/></svg>") no-repeat right 12px center;
  background-size: 16px;
  padding-right: 35px;
}










/***********  Popup Style  ***********/

#travelPopup .popup-box .contact-left-img {
    background-image: url("../img/popup-wallpaper.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
}



.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.popup-box {
    max-width: 900px;
    width: 95%;
    border-radius: 15px;
    overflow: hidden;
    background-color: #fff;
}

.close-btn {
    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 22px;
    cursor: pointer;

    width: 30px;
    height: 30px;
    color: #fff;
    background: #1895b4;

    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}

/* MOBILE */
@media(max-width: 768px){
    .popup-box {
        flex-direction: column;
    }
}