
/* xl <= Extra extra large (xxl) */
@media (max-width : 1450px) {
   .header {
        width: auto;
        max-width: initial;
        left: 10px;
        right: 10px;
        padding: 3px 9px;
    } 

}

/* lg <= Extra large (xl) */
@media (max-width : 1199.98px) {
   .header .nav ul {
        gap: 20px;
    } 
    .header .nav a {
        font-size: 14px;
    }
}

/* md <= Large (lg) */
@media (max-width : 991.98px) {
    .header .nav{
        display: none;
        transition: all 0.5s ease;
    }
    .mob{
        display: flex;
        align-items: center;
        gap: 15px;
    }
    .burger, .mob-btn{
        display: block;
    }
    .mob-btm{
        padding: 14px 15px;
        height: auto;
        font-size: 12px;
        text-align: center;
        text-transform: uppercase;
    }
    .header {
        gap: 5px;
    }
    

}

/* sm <= Medium (md) */
@media (max-width : 767.98px) {

    .hidden-mobile{
        display: none;
    }
    .visible-mobile{
        display: block;
    }
    body {
        padding: 0 !important;
    }
    section{
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .logo img{
      width: 96px;
    }

    .header .nav{
        position: fixed;
        top: 0;
        right: -395px;
        background: #fff;
        box-shadow: 0px 4px 14px 0px rgba(122, 147, 165, 0.1);
        padding: 30px 25px;  
        z-index: 2;
         transition: 0.4s all ease;
         display: block;
         width: 310px;
        z-index: 3;
        bottom: 50px;

    }
    .header  .active-menu{
        right: 0;
        transition: 0.4s all ease;

    }
    .header .nav ul{
        flex-direction: column;
        align-items: flex-start;
        height: 100%;
        gap: 20px;
    }
    .header .nav .button-header {
        height: 49px;
        padding: 2px 17px;
    }
    main {
        margin-top: 60px;
    }
   
    main{
        overflow-x: hidden !important;
    }
    .footer {
        flex-direction: column;
        
    }
    .footer .col{
        width: 100% !important;
    }
    .footer h3{
        font-size: 18px;
        margin-bottom: 15px;
    }
    footer{
        padding: 30px;
        max-width: 95%;
        margin: 0 auto;
        margin-bottom: 30px;
    }
    .footer .opacity {
        margin-bottom: 16px;
        font-size: 13px;
    }
    .copiright{
        font-size: 11px;
    }
    .footer a img {
        width: 20px;
        margin-top: 2px;
    }


    .hero h1 {
        font-size: 30px;
        line-height: 1.15;
        padding-top: 70px;
        margin-bottom: 18px;
    }
    .sub-hero{
        font-size: 15px;
    }
    .button{
        font-size: 15px;
        padding: 11px 16px;
    }
    .hero-features>div {
        padding: 15px;
        width: 100%;
        font-size: 16px;
    }
    .hero-features {
        gap: 13px;
        margin-top: 33px;
        flex-direction: column;
        text-align: center;     
    }

    .hero-features .hero-features-center span{
        font-size: 36px !important;
        top: -19px;
        right: -5px;
    }
    .usa{
        width: 100%;
        bottom: 210px;
        right: 0;
    }
    .air{
        display: none;
    }
    .photo-slider img {
        width: 280px;                 
    }
    .hero {
        padding-bottom: 0;
    }
    .section-pad {
        padding: 40px 0 40px 0;
    }
    h2{
        font-size: 28px;
        margin-bottom: 30px;
    }


    .feat-item{
        gap: 13px;
        width: 100%;
        padding: 15px 15px;
    }

    .feat{
        gap: 20px;
        flex-direction: column;
    }

    .feat-item-text{
        gap:14px;
    }

    .feat-item .num{
        font-size: 20px;
    }
    .feat-item .text{
        font-size: 15px;
    }
    .feat-item img{
        width: 40px;
        max-width: 70px;
    }

    .about-descr .name{
        font-size: 19px;

    }
    .about-descr .text{
        line-height: 1.6;
        font-size: 14px;
    }
    .about-descr{
        padding: 30px 35px;
        text-align: justify;
    }
    .why>div{
        width: 100%;
        font-size: 13px;
        padding: 20px;
    }
    .why{
        gap: 10px;
        flex-direction: column;
    }
    .test{
        padding: 25px;
    }
    .test img{
        width: 280px;
        right: -10px;
        top: inherit;
        bottom: -10px;
        z-index: 1;
        opacity: 0.1;
    }
    .test-heading{
        font-size: 15px;
        margin-bottom: 15px;
        z-index: 3;
        position: relative;
    }
    .test-sub-heading{
        font-size: 14px;
        margin-bottom: 20px;
        z-index: 3;
        position: relative;
    }
    .test a{
        padding: 13px 20px;
        font-size: 16px;
        position: relative;
        z-index: 3;
    }
    .gal img{
        width: 100%;
    }
    .popup {
        padding: 40px 20px;
    }
    .popup h2 {
        font-size: 23px;
    }

    .serv {
       flex-direction: column;
        gap: 20px;
    }
    .serv .col{
        width: 100%;
        padding: 20px;
    }
    .serv-counry{
        font-size: 48px;
    }
    .serv-name{
        font-weight: 700;
        font-size: 24px;
        margin-bottom: 10px;
    }
    .serv-price{
        font-weight: 800;
        color: var(--color-yellow);
        font-size: 29px;
        letter-spacing: 1px;
        margin-bottom: 15px;
        padding-bottom: 15px;
        margin-top: 15px;
        border-bottom: 1px solid #cccccc2e;
    }
    .serv-descr{
        opacity: 0.8;
        font-weight: 300;
        font-size: 17px;
        margin-bottom: 10px;    
    }
    .serv-text{
        font-size: 15px;
    }
    .serv a{
        border-radius: 40px;
        background-color: #ebebeb;
        padding: 15px 20px;
        color: inherit;
        width: 100%;
        display: block;
        margin-top: 30px;
    }

    .country-grid{
        grid-template-columns: repeat(2, 1fr);
        gap: 6px;
    }
    .country-item {
        padding: 11px 5px;
        font-size: 15px;
        font-weight: 600;
        text-align: center;
    }
    
    .country-item img {
        width: 24px;
        height: 15px;
        object-fit: cover;
        border-radius: 3px;
        margin-top: 2px;
        margin-left: -5px;
    }
    .serv-counry img {
        width: 40px;
        height: auto;
        object-fit: cover;
        border-radius: 6px;
        box-shadow: 1px 1px 8px 2px #ccc;
    }
    .country-item:last-child {
        grid-column: 1 / 3;
        justify-self: center;
    }




}

/* xs <= Small (sm) */
@media (max-width : 575.98px) {
  
}