@media (max-width: 1400px) {
    .multi-city-form .select2-container--default .select2-selection--single{
        min-width: 300px;
    }
}
@media (max-width: 1200px) {
    body .calendar-container-div,
    .pos-relative .class-dropdown {
        width: fit-content;
    }
    .search-flight-btn{
        padding: 0.5rem 1rem;
    }
    .flight-forms form .passengers{
        max-height: 42px;
        overflow: hidden;
    }
    .hotel-reservation form div:nth-child(7),
    .hotel-reservation form div:nth-child(8),
    .hotel-reservation form div:nth-child(9),
    .hotel-reservation form .search-flight-btn{
        grid-area: unset;
    }
}

@media (max-width: 992px) {
    .flight-forms form .search-flight-btn,
    .hotel-reservation button:last-child {
        grid-area: 4/1;
    }

    .round-trip-grid-2,
    .hotel-reservation div:nth-child(2) {
        grid-area: 2/1;
    }

    .destination-div {
        grid-area: 1/1;
    }

    .round-trip-grid-4,
    .hotel-reservation div:nth-child(3) {
        grid-area: 3/1;
    }

    .about-us-home {
        padding: 0 9.5rem;
    }

    .reserve-form form.multi-city-form button {
        width: 100%;
    }

    body .calendar-container-div {
        right: 0;
    }

    .about-us-boxes li {
        font-size: 14px;
        font-weight: 600;
        line-height: 21px;
        text-align: left;
        height: 263px;
        color: var(--main-color);
        max-height: none;
    }


    .hotel-flight-reservation form {
        display: flex;
        flex-direction: column;
    }

    .hotel-flight-reservation form .hotel-flight-btn {
        width: 100%;
    }

    .select2-container--default .select2-selection--single{
        padding: 0.75rem 0.5rem;
    }

    .about-us-boxes {
        flex-direction: column;
    }

    .about-us-home {
        padding: 0;
    }

    .round-trip-grid-2 {
        display: flex;
        flex-direction: column;
    }

    div#passengers {
        width: 100%;
        border: 1px solid var(--gray-border);
    }

    .about-us-boxes li {
        flex-direction: row;
        align-items: center;
        height: fit-content;
        background: transparent;
        padding: 0;
    }

    .btn-multi-city-div span {
        width: 100%;
        justify-content: center;
        margin-bottom: 1rem;
    }

    .multi-city-div,
    .next-flights .next-flight {
        display: flex;
        flex-direction: column;
    }

    .next-flight .date-hotel-reservation svg {
        position: absolute;
        top: 0;
        right: 0;
    }

    .next-flights .next-flight {
        position: relative;
    }

    .round-trip-grid-2 div:last-child {
        flex-direction: column;
        gap: 0.5rem;
    }
    .search-flight-btn{
        width: 100%;
    }
    div#class,
    div#passengers ,
    .round-trip-grid-2 div.passengers ,
    .custom-select, .one-way-form select ,
    .rooms-guests-num{
        width: 100%;
    }

    .passengers-dropdown ul div:last-child{
        flex-direction: row;
        gap: 0;
    }
}

@media (max-width: 768px) {
    .multi-city-form .select2-container--default .select2-selection--single{
        min-width: unset;
    }
}
@media (max-width: 576px) {
    .pos-relative .passengers-dropdown {
        width: fit-content;
    }
    .search-box-div {
        height: auto;
    }

    .reverse-btn {
        top: 62px;
        bottom: unset;
    }

    .reserve-type {
        width: 100%;
        text-align: center;
    }

    .reserve-type li {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        font-size: 12px;
        font-weight: 500;
        line-height: 16px;
    }

    .search-box-div .container {
        border-radius: 0 0 1.25rem 1.25rem;
    }

    .destination-div,
    .multi-city-div,
    .reserve-form form {
        flex-direction: column;
        gap: 0.5rem;
    }
   .destination-div.reversed{
        flex-direction: column-reverse;
    }


    .passengers-dropdown ul div:last-child {
        flex-direction: row;
    }

    body .calendar-container-div, .pos-relative .class-dropdown, .rooms-guests-dropdown {
        width: 100%;
    }

    .btn-multi-city-div {
        display: flex;
        gap: 0.5rem;
        flex-direction: column;
    }
    .trip-type ul li label{
        font-size: 12px;
        font-weight: 500;
        line-height: 20px;
    }
}

@media (max-width: 400px) {
    .trip-type ul{
        justify-content: space-between;
        gap: 0;
    }

}