*{
    box-sizing: border-box;
    margin: 0;
    font-family: poppins;
}
html{
    scroll-behavior: smooth;
}
.d-flex{
    display: flex;
}
.align-items-center{
    align-items: center;
}
.justify-content-between{
    justify-content: space-between;
}
.justify-content-evenly{
    justify-content:center;
}
.m-auto{
    margin: auto;
}
.gap-30{
    gap: 30px;
}
.gap-10{
    gap:3%;
}
.gap-3{
    gap: 3px;
}
img{
    max-width: 100%;
}
.text-center{
    text-align: center;
}
.flx-wrp{
    flex-wrap: wrap;
}
.mt-20{margin-top: 20px;}
.mt-40{margin-top: 40px;}
.st-container{
    max-width: 1200px;
    width: 95%;
    margin: 0 auto;
}





.navbar{
    border-bottom: 2px solid #ffffff34;
    padding: 10px 0;
    background: #fff;
}

ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.nav-menu li{
    padding: 15px 0;
    position: relative;
}
.nav-menu li.active::before {
    content: '';
    border-bottom: 4px solid #2196F3;
    border-radius: 20px;
    width: 40px;
    position: absolute;
    bottom: -13px;
    left: 5px;
}

nav .nav-toggle{
    width: 40px;
    height: 30px;
    /* border: 2px solid #fff; */
    border-radius: 5px;
    background: transparent;
    padding: 5px;
    margin: 16px 0;
    flex-direction: column;
    justify-content: space-around;
    display: none;
    text-align: right;
    align-items: end;
}

.close{
    position: absolute;
    top: 0%;
    right: 5%;
    z-index: 9;
    color: #fff;
    font-size: 38px;
    display: none;
    font-weight: 100;
}

.nav-menu li a{
color: #000;
text-decoration: none;
}
.nav-menu li.active a{
    font-weight: 600;
}

#nav-items .logo{
    display: none;
}
.logo img{
    max-width: 100%;
    width: 139px;
}
nav .nav-toggle span{
    border: 1px solid #000000;
    width: 100%;
    height: 1px;
    display: block;
    margin: 0;
    background: #fff;
    border-radius: 5px;
}
nav .nav-toggle span:first-child{
    width: 50%;
}
nav .nav-toggle span:nth-child(2){
    width: 70%;
}
.lgwhite img{
    filter: brightness(0) saturate(100%) invert(97%) sepia(0%) saturate(7464%) hue-rotate(48deg) brightness(102%) contrast(103%);
}
.banner-area{
    background: url(https://images.emtcontent.com/offer-img/bannerbg.webp) no-repeat;
    background-size:cover;
    position: relative;
    padding: 60px 0;
}
.banner-area::after{
    content: '';
    background: url(https://images.emtcontent.com/offer-img/cloud-bannerd.webp) no-repeat;
    background-size: cover;
    display: block;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    height: 260px;
}
.bnlft{
    width: 50.5%;
    min-width: 600px;
    position: relative;
    z-index: 5;
}
.bnrgt{
    width: 49.5%;
    min-width: 454px;
}
.bnsbtl{
    font-weight: 600;
    font-size: 20px;
    color: #005B9B;
}
.bnrcption{
    font-size: 45px;
    font-weight: 700;
    color: #000000;
}
.bnrcption em::after{
    content: url('https://images.emtcontent.com/offer-img/plane.svg');
    position: absolute;
    right: -19%;
    top: -22%;


}
.bnrcption em{
    font-family: "Playfair Display", poppins;
    color: #005B9B;
    font-weight: 600;
    position: relative;
}
.bnrpara{
    font-size: 16px;
    color: #000;
    margin: 20px 0;
}
.viewofbtn{
    background: #005B9B;
    color: #fff;
    border-radius: 100px;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 30px;
    width: fit-content;
    cursor: pointer;
    position: relative;
    z-index: 10;
}

.viewofbtn a{  color: #fff; text-decoration:none;}


.viewofbtn:hover{
background: #2a689c;
}
.mn-ttl{
    font-size: 35px;
    font-weight: 700;
}
.mn-ttl em{
    font-family: "Playfair Display", poppins;
    color: #005B9B;
}
.sb-ttl{
    font-size: 16px;
    margin: 10px 0;
}

.airlnoff{
    background: url('https://images.emtcontent.com/offer-img/gradientbg.webp') no-repeat;
    background-size:cover ;
    border-radius: 30px;
    padding: 40px;
    position: relative;
    background-position: center;
}
.airlnoff::after{
    content: '';
    background: url(https://images.emtcontent.com/offer-img/clips.svg);
    position: absolute;
position: absolute;
    right: -30px;
    top: -40px;
    height: 90px;
    width: 90px;
}
.offeritm {
    position: relative;
    margin-top: 20px;
    min-width: 160px;
    width: 17%;
}
.offeritm>img{
    width: 100%;
    height: 100%;
}
.offerbdy{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; 
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 40px 20px;
}
.offerbdy img{
    margin-top: auto;
}
.vioff{
    color: #2196F3;
    font-size: 13px;
    cursor: pointer;
    margin-top: auto;
}

.vioff a{
    color: #2196F3;
}

.whychoose{
    padding: 60px 0;
}
.whylft{
    position: relative;
    height: auto;
    flex: .9;
}
.whylft img{
    width: 100%;
}

.whyrght{
    flex: 1.1;
}
.whychitm{
 border: 1px solid #D5E3EC;
 border-radius: 15px;
 padding: 10px;   
 gap: 15px;
 box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.136);
 display: flex;
}
.whyimgbx{
    position: relative;
    height: 80px;
    width: 80px;
    border-radius: 14px;
    aspect-ratio: 1;
    background: #EDF4FA;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* @keyframes rotate{
    0%{
        transform: rotate(0deg);
    }
     100%{
        transform: rotate(360deg);
    }
} */


.why-ttl{
    font-size: 18px;
    font-weight: 600;
}
.why-dta{
    font-size: 16px;
}
.inspjrny{
    background: #EEF5FA;
    padding: 40px 0;
    margin: 60px 0;
}
.insplft{
    flex: .7;
}
.insprgt{
    flex: 1.3;
    overflow: hidden;
}
.tstcnt{
    font-size: 15px;
    margin: 8px 0;
}
.inspowl .item{
    padding: 10px;
}
.inspowl.owl-carousel .owl-item img{
    width: auto;
}
.inspowl .tstbx{
    border: 1px solid #D5E3EC;
    border-radius: 15px;
    box-shadow: 0 3px 6px 0 #00000012;
    padding: 15px;
    background: #fff;
    position: relative;
}
.tstbx::before{
    content: '\201D';
    position: absolute;
    right: 18px;
    height: 100%;
    display: block;
    font-size: 120px;
    color: #005a9b1e;
    top: 100%;
    font-family: fantasy;
    line-height: 0;
    z-index: 0;
}
.tstimg{
        height: 46px;
        width: 46px;
        border-radius: 50%;
        background: #005B9B;
        font-size: 20px;
        color: #fff;
        font-weight: 600;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 5px;
        overflow: hidden;
}
.tstimg img{
display: block;
object-fit: cover;
height: 100%;
width: 100%;
}

.tsttl{
    font-size: 15px;
    font-weight: 700;
}
.tstpr{
    font-size: 15px;
}
.uspitm .uspimg{
height: 135px;
width: 135px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 35px;
background: #01325B;
border: 1px solid #01325B;
}

.uspitm:nth-child(even) .uspimg{
background: #fff;
}
.uspcint{
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    margin-top: 10px;
    line-height: 1.3;
}
.uspcint strong{
    font-weight: 600;
    display: block;
}
.inspowl  .owl-dots{
    display: flex!important;
    gap: 10px;
    justify-content: center;
    margin-top: 10px;
    transition: all .3s;
}
.inspowl button.owl-dot {
    height: 13px !important;
    width: 13px !important;
    background: #B0C3CD !important;
    border-radius: 50%;
    border: 3px solid #fff!important;
    transition: all .3s;
}
.inspowl button.owl-dot.active{
    border: 3px solid #005B9B!important;

}
.faqs{
    margin: 60px 0;
}
 .accordion__item {
        margin-bottom: 12px;
        padding-bottom: 12px;
        border-bottom: 1px solid #E4E2E7;
    }
.accordion__item:last-child{
    border-bottom: 0;
}
    .accordion__item__header {
        padding: 7px 0;
        cursor: pointer;
        position: relative;
        color: #000;
        font-weight: 600;
        font-size: 20px;
        max-width: calc(100% - 20px);
    }

    .accordion__item__header::before {
        content: "+";
        position: absolute;
        right: -15px;
        top: 4px;
        transition: .5s all;
        font-size: 26px;
        font-weight: 500;
        color: #2196F3;
    }

    .accordion__item__header.active {
        transition: .4s
    }

    .accordion__item__header.active::before {
      content: '-';
    }

    .accordion__item__content {
        overflow-y: hidden;
        padding: 0;
        display: none;
        margin-bottom: 10px;
        font-size: 16px;
        max-width: calc(100% - 20px);
    }
    .ftimgbx{
        position: relative;
    }
    .ftimgbx img{
        width: 100%;
        display: block;
    }
    .ftimgbx::after{
        background:#1c2d4c2d ;
        content: '';
        display: block;
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 5;
    }
footer{
    background: #000C1C;
    color: #fff;
    text-align: center;
    padding: 20px 0;
    font-size: 15px;
}
.sm{
    display: none;
}



@media screen and (max-width:1100px) {
    .bnlft{
        min-width: 550px;
    }
    .bnrcption{
        font-size: 40px;
    }
    .bnrpara{
        margin: 10px 0 15px;
    }
    .mn-ttl{
        font-size: 31px;
    }
    .bnrgt{
        min-width: 400px;
        margin: auto;
    }
}


@media screen and (max-width:768px) {
     .nav-list{
        display: none;
        flex-direction: column;
    }
    .nav-menu li.active::before{
        content: '';
        border: 0;
    }
    .nav-list li{
        padding: 0;
    }
    .logo img{
        width: 100px;
        padding: 10px 0;
        z-index: 29;
        position: relative;
    }

    nav .nav-toggle{
        display: flex;
        float: right;
    } 
    nav .nav-menu ul{
        position: fixed;
        flex-direction: column;
        justify-content: start;
        top: 0;
        right: -100%;
        background: #00000076;
        color: #000;
        height: 100vh;
        width: 100%;
        padding: 70px 10px;
        margin: 0;
        transition: .5s ease-in-out;
        z-index: 9;
        gap:0;
        backdrop-filter: blur(40px);
    }
    nav .show{
        right: 0!important;
        transition: right .5s ease-in-out;
        overflow: hidden;
    }

    nav .nav-menu ul li
    { width: 100%;
        border-bottom: 1px solid silver;
    }
    nav .nav-menu ul li a{
        color: #ffffff;
    }
    .close{
        display: block;
    }
    #nav-items .logo{
        display: block;
    }
    .bdr-0{
        border-bottom: 0!important;
    }

   
    .ovf-hid{
        height: 100vh;
        overflow: hidden;
    }
   .banner-area .st-container.d-flex{
    flex-wrap: wrap;
   }
   .bnlft{
    min-width: 100%;
   }
   .whychs>.d-flex,.inspjrny>.st-container{
    flex-direction: column;
    gap:0;
   }
   .desk{
    display: none;
   }
   .sm{
    display: block;
   }
   .whylft img{
    width: auto;
    max-width: 400px;
    margin: auto;
    display: block;
   }
   .whylft,.whyrght{
    width: 100%;
    flex: 1;
   }
   .inspowl .item{
    padding: 0;
   }
   .offeritm{
    min-width: 140px;
   }

}
@media screen and (max-width:500px) {

        nav .nav-menu ul li {
        width: 100%;
        border-bottom: 1px solid silver;
        font-size: 15px;
        padding: 10px 0;
        }
          
        .navbar{
            padding:5px 0 0;
        }
        .bnrgt,.whylft img{
            min-width: auto;
            width: 100%;
        }
        .stusps .gap-10{
            gap: 20px;
        }
        .mn-ttl{
            font-size: 26px;
        }
        .banner-area{
            padding: 30px 0 60px;
        }
        .bnrcption{
            font-size: 25px;
        }
        .bnrpara,.viewofbtn{
            font-size: 14px;
        }
        .banner-area::after{
            height: 240px;
            background-position: center;
        }
        .bnsbtl{
            font-size: 16px;
        }
        .offeritm{
            min-width: auto;
            width: 48%;
        }
       .whychitm {
        display: flex;
        justify-content: center;
    }
        .whyimgbx {
        height: 80px;
        width: 80px;
        border-radius: 10px;
        float: left;
        padding: 9px;
        margin-right: 10px;
    }
        .why-dta {
    font-size: 15px;
}
.insprgt{
    margin-top: 10px;
}
.accordion__item__header{
    font-size: 17px;
}
.accordion__item__content{
    font-size: 15px;
}
.mt-40{
    margin-top: 30px;
}
.bnrcption em::after {
    display: none;
}
.ftimgbx img{
        height: 100%;
        object-fit: contain;
        min-width: 530px;
}
.ftimgbx{
    height: 100px;
    overflow-y: auto;
}
.airlnoff::after {   
    right: 0;
    
}
}
