@media (min-width:1400px) {
    .main-benefit{
        width: 900px;
        margin: 0 auto;
    }
    .travel-counter{
        width: 500px;
        margin: 0 auto;
    }
}
@media (min-width:1200px) and (max-width:1399.99px) {
    #banner{
        height: 600px;
    }
    .main-benefit{
        width: 900px;
        margin: 0 auto;
    }
    .travel-counter{
        width: 500px;
        margin: 0 auto;
    }

}
@media (min-width:992px) and (max-width:1199.99px) {
    #banner{
        height: 550px;
    }
    .main-benefit{
        width: 900px;
        margin: 0 auto;
    }
}
@media (min-width:768px) and (max-width:991.99px) {
    #banner{
        height: 500px;
    }
    /* travel part */
    .travel-text{
        margin: 0 auto;
        text-align: center;
        align-items: center;
    }
    .travel-counter{
        width: 70%;
        margin: 0 auto;
    }
    .travel-counter .card{
        padding: 35px 25px;
    }
    /* destination part */
    .destination-text{
        align-items: center;
        text-align: center;
    }
    .destination-image{
        width: 475px;
        height: 460px;
        margin: 0 auto;
        background: var(--white);
        position: relative;
    }
}
@media (min-width:576px) and (max-width:767.99px) {
    /* banner part */
    #banner{
        height: 500px;
    }
    .banner-text{
        width: 500px;
        z-index: 1;
    }
    .banner-text h1{
        width: 70%;
        font-size: 40px;
        font-family: var(--font-family);
        font-weight: 600;
        color: var(--white);
        margin-bottom: 0;
    }
    .banner-text .search-box{
        width: 100%;
    }
    .search-box ul li input::placeholder{
        font-size: 10px;
        color: var(--p-color);
        font-weight: 400;
        font-family: var(--font-family);
    }
    .search-box ul li .search-var a{
        width: 50px;
        height: 50px;
    }
    /* benefit part */
    .benefit-header .common-heading p {
        width: 500px;
        margin: 0 auto;
    }
    /* popular part */
    .popular-header .common-heading p{
        width: 500px;
        margin: 0 auto;
    }
    /* travel part */
    .travel-counter{
        width: 100%;
        margin: 0 auto;
    }
    .travel-text{
        margin: 0 auto;
        text-align: center;
        align-items: center;
    }
    /* destination part */
    .destination-text{
        width: 100%;
        height: 100%;
        margin: 0 auto;
        align-items: center;
        text-align: center;
    }
    .destination-text .common-heading{
        max-width: 440px;
    }
    .destination-text{
        align-items: center;
        text-align: center;
    }
    .destination-image{
        margin: 20px auto;
        background: var(--white);
    }
    .destination-image .inner-text-2 {
        position: absolute;
        left: 70px;
        bottom: 100px;
        z-index: 11;
    }
    /* testimonial part */
}
@media (max-width:575.99px) {
    .common-heading h2 {
        font-size: 25px;
        font-weight: 600;
    }
    #banner{
        height: 600px;
    }
    .banner-text{
        max-width: 400px !important;
        margin: 0 auto;
        z-index: 1;
    }
    .banner-text h1{
      width: 100%;
      font-size: 30px;
    }
    .banner-text p {
        width: 100%;
        font-size: 14px;
        line-height: 23px;
    }
    .banner-text .search-box {
        width: 100%;
        padding: 0;
        background: transparent;
    }
    .search-box ul {
        width:100%;
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: start;
        gap: 10px;
    }
    .search-box ul li{
        width: 100%;
        background: rgb(255, 255, 255);
        border-radius: 10px;
        padding-left: 10px;
    }
    .search-box ul li select{
        background: rgba(0, 0, 0, 0.123); 
    }
    .search-box ul li .search-var a{
      width:100%;
    }
    /* benefit part */
    #benefit {
        padding-top: 60px;
        padding-bottom: 35px;
    }
    .main-benefit{
        max-width: 400px;
        margin: 0 auto;
    }
    .benefit-content .benefit-item{
        background: var(--btn-color);
    }
    .benefit-item h3{
       color: var(--white);
    }
    .benefit-item p{
      color: var(--white);
    }
    .benefit-header .common-heading p {
        width: 100%;
        margin: 0 auto;
    }
    .benefit-item h3 {
        font-size: 18px;
        padding-top: 15px !important;
    }
    .benefit-item p {
        width: 230px;
        font-size: 14px; 
    }
    /* popular part */
    .popular-header .common-heading p{
        width: 100%;
        margin: 0 auto;
    }
    .popular-item .card-body p {
        font-size: 12px;
    }
    /* travel part */
    .travel-counter {
        max-width: 400;
        margin: 0 auto;
    }
    .travel-text{
        margin: 0 auto;
        text-align: center;
        align-items: center;
    }
    .travel-text ul li p {
        width: 100%;
    }
    .travel-item .card{
        background: var(--btn-color);
    }
    .travel-item .card .card-body span{
        color: var(--white);
    }
    .travel-item .card .card-body p{
        color: var(--white);
    }
    /* destination part */
    #destination .container{
        overflow: hidden;
    }
    .destination-text{
        width: 100%;
        height: 100%;
        margin: 0 auto;
        align-items: center;
        text-align: center;
    }
    .destination-text .common-heading{
        max-width: 400px;
    }
    .destination-text ul{
        max-width: 400px;
    }
    .destination-image{
        width: 320px;
        height: 440px;
        margin: 20px auto;
        background: var(--white);
    }
    .destination-image .img-1{
        width: 220px;
        height: 220px;
        position: absolute;
        left: 5px;
        z-index: 9;
    }
    .destination-image .img-2{
        width: 220px;
        height: 220px;
        position: absolute;
        right: 0px;
        border: 10px solid var(--white);
        border-radius: 20px;
        z-index: 10;
    }
    .destination-image .img-3 {
        width: 140px;
        height: 150px;
        position: absolute;
        right: 10px;
        top: 80px;
        z-index: 8;
    }
    .destination-image .inner-text {
        position: absolute;
        left: 20px;
        bottom: 3px;
        z-index: 11;
    }
    .destination-image .inner-text-2 {
        position: absolute;
        left: 20px;
        bottom: 100px;
        z-index: 11;
    }
    .destination-image .inner-text .search {
        width: 205px;
    }
    .destination-image .inner-text .search input::placeholder {
        font-size: 12px;
    }
    .destination-image .inner-text ul li {
        width: 180px;
    }
    .destination-image .inner-text ul li span {
        font-size: 12px;
    }
    /* explore part start */
    /* testimonial part start */
    #testimonial{
        background: var(--white);
    }
    .testimonial-item{
        flex-direction: column;
        border: none;
    }
    .testimonial-item .t-text{
        position: relative;
    }
    .testimonial-item .t-text h4{
        position: relative;
        z-index: 2;
    }
    .testimonial-item .t-text::before{
       content: "";
       width: 60px;
       height: 60px;
       background: var(--btn-color);
       position: absolute;
       top: -5%;
       left: 50%;
       z-index: 1;
       transform: translate(-50%, 5%) rotate(46deg);
    }
    .testimonial-item .t-text::after{
        display: none;
     }
    .testimonial-item .t-img{
        width: 100%;
        padding: 20px;
        margin: 0 auto;
        text-align: center;
     }
     .testimonial-item .t-img .icon{
        margin: 0 auto;
     }
     .testimonial-item .t-text{
        width: 100%;
        padding: 20px;
        background: var(--btn-color);
     }
    /* testimonial part End */
    /* footer part start */
    .footer-content ul li a{
        font-size: 12px;
        font-family: var(f
        --font-family);
        font-weight: 400;
        color: var(--p-color);
        border-bottom: 1px solid transparent;
    }
    /* footer part End */
    
  
}