



@media screen and (max-width:1250px){
    header {
        width: 90%;
        
    }
    .offers{
        width: 82%;
    }
    .destination{
        width: 55%;
    }
}

@media screen and (max-width:1110px){
    header {
        width: 95%;
    }
    header .trip_bx .search_bx{
        width: 70%;
    }
    header .trip_bx .travel_bx .cards{
        overflow: auto;
    }
    header .trip_bx .travel_bx .cards .card{
        min-width: 220px;
        margin-right: 10px;
    }
    .offers{
        width: 95%;
    }
    .destination{
        width: 60%;
    }
}

@media screen and (max-width:950px){
    header .trip_bx .search_bx{
        width: 80%;
    }
    header .trip_bx .search_bx .card{
        margin-right: 8px;
    }
    .destination{
        width: 75%;
    }
}

@media screen and (max-width:714px){
   header nav ul{
        position: absolute;
        width: 100px;
        height: auto;
        flex-direction: column;
        background: #fff;
        border-radius: 5px;
        box-shadow: 0px 0px 10px gray;
        justify-content: center;
        top: -100%;
        right: 30%;
        z-index: 9999999999999;
        padding: 10px 20px;
        transition: 1s linear;
   }
   header nav .ul_active{
        top: 0;
   }
   header nav ul li{
        padding: 8px 0px;
        text-align: center;
   }
   header nav .bi-three-dots{
        display: unset;
   }
   header .trip_bx .search_bx{
        width: 93%;
   }
   .offers{
        width: 75%;
   }
}

@media screen and (max-width: 650px){
    header .trip_bx .search_bx{
        flex-direction: column;
        padding: 20px;
        align-items: flex-start;
    }
    header .trip_bx .search_bx .card{
        width: 100%;
        margin-bottom: 15px;
        padding: 0;
    }
    header .trip_bx .search_bx input[type="button"]{
        width: 100%;
        border-radius: 10px;
    }
    .offers{
        width: 85%;
        margin-top: 0px;
    }
}

@media screen and (max-width: 541px){
    header .content .cont_bx{
        width: 85%;
    }
    header .content .cont_bx h1{
        width: 300px;
        font-size: 22px;
    }
    header .content .cont_bx p {
        font-size: 14px;
        font-weight: 400;
        color: rgb(241, 241, 241);
        width: 300px;
        font-size: 12px;
    }
    footer ul li h6{
        font-size: 8px;
    }
}

@media screen and (max-width: 411px){
    .offers{
        margin-top: 80px;
    }
    .footer p{
        width: 330px;
        font-size: 12px;
    }
    footer ul li{
        margin-right: 20px;
    }
}

@media screen and (max-width: 375px){
    .offers{
        margin-top: 15px;
    }
}