@font-face {
    font-display: swap;
    font-family: AirIndia Variable;
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.airindia.com/fonts/AirIndiaVariable/AirIndiaVariable.eot);
    src: url(https://fonts.airindia.com/fonts/AirIndiaVariable/AirIndiaVariable.eot?#iefix) format("embedded-opentype"),url(https://fonts.airindia.com/fonts/AirIndiaVariable/AirIndiaVariable.woff2) format("woff2"),url(https://fonts.airindia.com/fonts/AirIndiaVariable/AirIndiaVariable.woff) format("woff"),url(https://fonts.airindia.com/fonts/AirIndiaVariable/AirIndiaVariable.ttf) format("truetype"),url(https://fonts.airindia.com/fonts/AirIndiaVariable/AirIndiaVariable.svg#AirIndiaVariable) format("svg")
}

*{
    box-sizing: border-box;
    margin: 0;
    font-family: nunito;
}
a{
    text-decoration: none;
    color: inherit;
}
img{
    max-width: 100%;
}
.mt-60{
    margin-top: 60px;
}
.arln-container{
    max-width: 1115px;
    width: 95%;
    margin: 0 auto;;
}
header{
    background: url(https://images.emtcontent.com/airlines/airindia/hdrbg.webp) no-repeat;
    background-size: cover;
    width: 100%;
    padding-bottom: 60px;
}
nav:has(.logo){
    display: flex;
    align-items: center;
    padding: 15px 0 10px;
    border-bottom: 1px solid #e6e6e6;
    gap: 10px;
    justify-content: space-between;
}
.logo{
    max-width: 130px;;
}
.logo img{
	border-radius:5px;
}
.bnrcption{
    padding: 20px 0 0;
    display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: center;
}
.bnttl{
    font-size: clamp(25px,4vw,50px);
    color: #531251;
    text-wrap-style:pretty;
    font-weight: 400;
    flex: 1;
	font-family:AirIndia Variable;
}
.bnrimg{
    flex: 1;
	rotate:-5deg;
}
.mnttl{
    font-size: clamp(24px,4vw,31px);
    font-weight: 700;
    text-align: center;
    text-wrap-style: balance;
    color:#531251;
    font-family: 'AirIndia Variable';
}
.mnttl em{
    font-style: normal;
    color: #9E7947;
    font-family: 'AirIndia Variable'!important;
}
.explrflt{
    background: url(https://images.emtcontent.com/airlines/airindia/mnbgar.webp) repeat;
    padding: 60px 0;
}
.fltbx{
    display: flex;
    gap: 30px;
    margin-top: 40px;
    flex-wrap: wrap;
    justify-content: space-between;
}
.fltitm{
    background: transparent linear-gradient(180deg, #B61032 0%, #B51032 58%, #6F071D 100%) 0% 0% no-repeat padding-box;
    border-radius: 40px;
    padding: 8px;
    width: 48%;
    cursor: pointer;
    transition: all .3s ease;
}
.fltitm:hover{
box-shadow: 0px 2px 7px 0 #610b1d;
}
.fltimg{
    border-radius: 38px;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.emvdbx video{
	min-height:350px;
	object-fit:cover;
}
.fltimg video,.emvdbx video{
    width: 100%;
    height: 100%;
    display: block;
}
.fltbdy{
    padding: 10px 15px;
    text-align: center;
}
.fltttl{
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 2px;
    text-transform: uppercase;
    font-family: 'AirIndia Variable';
}
.fltdtl{
    font-size: 16px;
    color: #fff;
    text-wrap-style: balance;
}
.fltitm:last-child{
    margin: auto;
}
.sbttl{
    font-size: 18px;
    text-align: center;
}
.emvdbx{
	position: relative;
    overflow: hidden;
    border-radius: 34px;
    cursor: pointer;
    max-width: 950px;
    max-height: 500px;
    display: flex;
    align-items: center;
    margin: 20px auto 0;
    justify-content: center;
}
/* .emvdbx::after{
    content: url(https://images.emtcontent.com/airlines/airindia/plackbackicon.svg);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
} */
.embcp{
    width: 100%;
    padding: 40px 15px 5px;
    background: #fff;
    border-radius: 0 0 30px 30px;
    margin: -40px auto 0;
    box-shadow: 0 5px 0px 0 #DFB76E, 0 0 3px 0 #dfb76eb0;
    margin-bottom: 10px;
    max-width: 950px;
}
.embcp .mnttl{
    text-align: start;
}
.embcp .mnttl em{
   color: #fff;
}
.semtsbtl{
    font-size: 16px;
    margin-top: 5px;
	text-align:center;
}
.semtsbtl strong{font-family:nunito!important;font-weight:600;}
.fltamnt{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 15px;
    margin-top: 30px;
}
.fltmnitm{
    border: 1px solid #DFB76E;
    padding: 10px;
    border-radius: 20px;
    box-shadow: 0 0 8px 0 #92682c72;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    transition: all .3s ease;
}
.fltmnitm:hover{
    box-shadow: 0 3px 8px 0 #92682c72;
    scale: 1.01;
}
.fltmnitm:hover img{
    scale: 1.05;
}
.amntimg img{
    transition: all .2s ease;
	max-height:65px;
}
.fltamnttl{
    font-size: 16px;
    font-weight: 700;
    text-wrap-style: balance;
}

.elvdbx{
    margin-top: 30px;
    display: flex;
    gap: 20px 10px;
    justify-content: space-between;
	flex-wrap:wrap;
}
.elvitm{
    width: 24%;
    position: relative;
}
.elvitm:last-child{
    margin: auto;
}
.elvimg{
    border-radius: 20px;
    overflow: hidden;
}
.elvimg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.elvbdy{
    width: calc(100% - 20px);
    margin: -40px auto 0;
    box-shadow: 0 0 6px 0 #00000046;
    border-radius: 20px;
    filter: drop-shadow(0 5px #DFB76E);
    background: #fff;
    position: relative;
    padding: 10px;
    transition: all .3s ease;
	min-height:138px;
}
.elvitm:hover .elvbdy{
    margin: -43px auto 0;
    scale: 1.01;
}
.elvttl{
    font-size: 18px;
    font-weight: 700;
}
.elvbdy p{
  font-size: 13px;
  margin: 3px 0 0;
  transition: all .5s ease-in-out;
  font-family:nunito!important;
  position:relative;
  padding-left:10px;
}
.elvbdy p::before{
	content: '';
    height: 4px;
    width: 4px;
    position: absolute;
    top: 8px;
    left: 0;
    display: block;
    background: #000;
    border-radius: 50%;
    aspect-ratio: 1;
}
.elvbdy a {
    font-size: 12px;
    color: #5D115C;
    font-weight: 600;
}
.social-high.owl-carousel .owl-stage-outer{padding:20px 0;}
.center{scale:1.1;}
.owl-item{transition:all .2s ease;}
.trhrsecbx{
    background: url(https://images.emtcontent.com/airlines/airindia/mnbgar.webp) repeat;
    padding: 60px 0;
}
.dstbx{
    margin: 30px auto;
    display: flex;
    align-items: center;
    border-radius: 9px;
    border: 1px solid #5D115C;
    background: #fff;
    width: fit-content;
}
.dstabs{
border-radius: 9px;
padding: 8px 20px;
font-size: 18px;
text-align: center;
color: #531251;
flex: 1;
transition: all .3s ease;
cursor: pointer;
}
.dstabs.active{
background: #5D115C;
color: #fff;
}
.inter.owl-carousel.owl-theme.owl-loaded,.domest.owl-carousel.owl-theme.owl-loaded{
    display: none;
}
.inter.owl-carousel.owl-theme.owl-loaded.active,.domest.owl-carousel.owl-theme.owl-loaded.active{
    display: block;
}
.dstitm{
    background: url(https://images.emtcontent.com/airlines/airindia/gld-frame.webp?nw) no-repeat;
    background-size: contain;
    background-position: center;
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
	cursor:pointer;
}
.owl-carousel:has(.dstitm) .owl-stage-outer{
    padding: 10px 0;
}
.owl-carousel .owl-item .dstitm img
 {
        display: block;
    height: 100%;
    width: 100%;
    z-index: -1;
    position: relative;
    object-fit: cover;
	clip-path: polygon(75.33% 69.14%, 98.09% 46.65%, 99.41% 34.94%, 90.55% 10.32%, 66.06% 1.11%, 57.54% 2.27%, 47.41% 8.08%, 30.99% 24.74%, 4.42% 51.72%, 2.04% 61.18%, 3.02% 70.88%, 10.36% 90.24%, 34.44% 98.06%, 47.41% 96.72%);
}

.dstxt{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 28px;
    color: #fff;
    width: 100%;
    font-weight: 800;
    text-shadow: 3px 0 13px black;
    text-align: center;
    font-family: 'AirIndia Variable';
}
.owl-theme .owl-dots {
    display: flex;
    gap: 5px;
    justify-content: center;
}
.owl-theme .owl-dots .owl-dot {
    background: none;
    border: none;
    display: block;
    padding: 0;
}
.owl-theme.owl-carousel .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin:0;
    background: #da0e297e;
    display: block;
    -webkit-backface-visibility: visible;
    transition: all .2s ease;
    border-radius: 30px;
}
.owl-theme.owl-carousel .owl-dots .owl-dot.active span{
    background: #DA0E29;
    width: 30px;
}
.owl-theme.owl-carousel .owl-dots .owl-dot span:hover {
    background: #DA0E29;
}
.exlbx{
    display: flex;
    gap: 20px;
    justify-content: space-between;
    margin-top: 30px;
}
.exblitm{
   width: 32%;
}
.exblimg{
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}
.exblimg .eximg{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.bank-logo {
    position: absolute;
    bottom: 15px;
    left: 20px;
    display: block;
	max-width:140px;
}
.exblbdy{
    padding: 10px 15px;
    border-radius: 20px;
    border: 1px solid #A88351;
    background: #fff;
    margin-top: 10px;
}
.exbtl{
    font-size:14px;
    color:#5D115C;
}
.exbtlof{
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 3px;
}
.prmbx{
    border: 1px dashed #5D115C;
    width: fit-content;
    display: flex;
    gap: 12px;
    align-items: flex-end;
    justify-content: space-between;
    padding: 5px 10px;
    border-radius: 9px;
}
.psb{
    font-size: 10px;
    color: #434A51;
}
.cpncd{
    font-size: 18px;
    font-weight: 800;
}
.cpnimg{
    cursor: pointer;
    height: fit-content;
    position: relative;
}

.tooltip{
  position: absolute;
  bottom: 120%;
  left: 50%;
  transform: translateX(-50%);
  background: #000;
  color: #fff;
  padding: 4px 8px;
  font-size: 12px;
  border-radius: 4px;
  opacity: 0;
  transition: opacity 0.3s;
  pointer-events: none;
}

.tooltip.show{
  opacity: 1;
}
.blgbx{
    display: grid;
    grid-template-columns: repeat(2, minmax(300px, 1fr));
    gap: 20px;
    margin-top: 30px;
}
.blgitm{
    padding: 10px;
    background: #fff;
    border-radius: 20px;
    display: flex;
    gap: 15px;
    align-items: center;
    border: 1px solid #A88351;
}
.blgimg{
    max-width: 90px;
    border-radius: 15px;
    min-width: 90px;
    overflow: hidden;
}
.blgimg img{
    display: block;
}
.blgtl{
    font-size: 16px;
    font-weight: 700;
}
.chhnw{
    display: flex;
    gap: 5px;
    color: #DA0E29;
    font-size: 18px;
    font-weight: 700;
    margin-top: 3px;
    cursor: pointer;
    transition: all .3s ease;
    display: none;
}
.chhnw img{
    transition: all .3s ease;

}
.chhnw:hover img{
    margin-top: -3px;
}
.viewmore{
    width: fit-content;
    padding: 12px 20px;
    border-radius: 9px;
    color: #fff;
    font-size: 18px;
    background: #DA0E29;
    margin: 20px auto;
    cursor: pointer;
}
.social-high{
    margin-top: 30px;
}
.scitm{
    border-radius: 30px;
    overflow: hidden;
	cursor:pointer;
	box-shadow:0 0 6px 0 #00000059;
}
.scitm video{
    height: 100%;
    width: 100%;
    object-fit: cover;
    display: block;
}
/* .social-high .owl-item.active:nth-child(3){
    scale: 1.3;
} */
.social-high.owl-theme .owl-nav [class*=owl-],.social-high .owl-prev span,.social-high .owl-next span{
       display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
    outline: 0;
    padding: 0;
    width: 45px;
    height: 45px;
    border-radius: 50px;
    margin: 0 5px;
    background: #fff;
    border: 2px solid #DA0E29;
    justify-content: center;
}
.social-high.owl-theme .owl-nav [class*=owl-]:hover{
    background: #DA0E29;
}
.social-high.owl-theme .owl-nav [class*=owl-]:hover img{
    filter: brightness(0) saturate(100%) invert(96%) sepia(30%) saturate(0%) hue-rotate(344deg) brightness(108%) contrast(100%);
}
.social-high.owl-theme .owl-nav {
    margin-top: 10px;
    position: absolute;
    left: 50%;
    right: auto;
    top: 100%;
    transform: translate(-50%, 0);
    display: flex;
    align-items: center;
    float: right;
    justify-content: space-between;
    background: transparent;
	height:auto;
	width:auto;
	box-shadow:none;
}
.ftimags{
    display: flex;
    overflow: auto;
    padding-top: 60px;
}
.ftimags img{
    min-width: 150px;
    display: block;
    flex: 1;
}
footer{
    background: #000;
    padding: 20px 0;
    color: #fff;
    font-size: 15px;
    text-align: center;
}
.arlnpopup{
    background: #000000b5;
    position: fixed;
    width: 100%;
    height: 100%;
    display: none;
    align-items: center;
    justify-content: center;
    left: 0;
    top: 0;
    z-index: 99;
}
.arlnpcnt{
    padding: 5px;
    border-radius: 5px;
    background: #fff;
    max-height: 90vh;
	width: 330px;
	max-width:85%;
}
/* .arlnpcnt:hover .terclose{
    display: flex;
} */
.terclose{
    height: 40px;
    width: 40px;
    display: flex;
    background: #0000004f;
    color: #fff;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    line-height: 1;
    position: absolute;
    font-weight: 600;
    top: 0;
    left: 50%;
    transform: translate(-50%, 10px);
    transition: all .3s ease;
    cursor: pointer;
}
.arlnpcnt video{
width: 100%;
height: 100%;
}
.owl-theme .owl-nav{
	box-shadow:none!important;
}
.mt-60.sclhlgt{margin-bottom:90px;}
@media screen and (max-width:800px) {
    nav{
        padding: 10px 0;
    }
    .explrflt{
        padding: 60px 0;
    }
    .fltbx{
        gap: 20px;
    }
    .elvdbx{
        gap: 30px 15px;
		flex-wrap:unset;
		overflow:auto;
		padding-bottom:5px;
    }
   .elvitm{
	min-width:300px;   
   }
  
        .bank-logo {
        max-width: 120px;
    }
.exblbdy {
    padding: 10px 15px;
    border-radius: 25px;
}
.blgtl,.chhnw{
    font-size: 17px;
}
.blgitm{
    gap: 10px;
    padding: 10px;
}
.social-high .item{
overflow: hidden;
}
.bnttl{
    text-align: center;
}
}
@media screen and (max-width:600px) {
    .bnrcption{
        padding: 20px 0 0;
        flex-direction: column;
    }
    header{
        padding-bottom: 20px;
    }
    .fltitm,.exblitm{
        width: 100%;
        max-width: 100%;
        min-width: 100%;
    }
    .exlbx{
        flex-wrap: wrap;
        gap: 15px;
    }
    .blgbx{
        grid-template-columns:repeat(auto-fit, minmax(270px, 1fr));
        gap:10px;
    }
    .explrflt,.trhrsecbx{
        padding: 40px 0;
    }
    .fltbx,.emvdbx{
        margin-top: 20px;
        gap: 10px;
    }
    .fltitm{
        border-radius: 30px;
    }
    .fltimg,.emvdbx{
        border-radius: 24px;
    }
    .fltbdy{
        padding: 10px;
    }
	.embcp{
		        padding: 45px 10px 5px;
        border-radius: 20px;
	}
    .fltttl{
        font-size: 17px;
		margin-bottom:0;
    }
    .fltdtl,.semtsbtl,.fltamnttl{
        font-size: 15px;
    }
	.semtsbtl{margin-top:0;}
	.owl-next::before,.owl-prev::before{display:none!important;}
	.social-high.owl-theme .owl-nav{margin-top:0!important;}
    .mt-60{
        margin-top: 40px;
    }
    .sbttl,.elvbdy p,.rdmnr{
        font-size: 14px;
    }
    .fltamnt{
        grid-template-columns:repeat(auto-fit, minmax(150px, 1fr));
    }
    .fltmnitm,.elvbdy{
        aspect-ratio: auto;
        padding: 10px;
        border-radius: 20px;
    }
    .elvdbx{
        gap: 20px 10px;
        margin-top: 20px;
    }
    .elvttl {
        font-size: 18px;
    }
    .elvbdy p{
        margin: 3px 0;
    }
    .glbldst{
        margin-top: 0;
    }
    .dstbx{
        margin: 20px auto;
    }
    .dstabs{
        font-size: 17px;
        padding: 8px 20px;
    }
    /* .dstitm{ */
        /* left: 23%; */
        /* height: 350px; */
    /* width: 180px; */
    /* } */
    .exlbx,.blgbx,.social-high{
        margin-top: 20px;
        gap: 10px;
    }
    .exblbdy{
        margin-top: 6px;
    }
    .exblbdy{
        padding: 10px;
        border-radius: 24px;
    }
    .exbtlof{
        font-size: 20px;
    }
	.cpncd{font-size:17px;}
    .exbtl{
        font-size: 14px;
    }
   .blgtl, .chhnw{
    font-size: 14px;
   }
   .chhnw{
    margin-top: 0;
   }
   .social-high.owl-carousel .owl-stage-outer{padding:10px 0 0;}
   
   .viewmore{
    padding: 8px 20px;
    font-size: 16px;
    margin-bottom: 0;
   }
   .scitm{
    aspect-ratio: 4/5;
    border-radius: 25px;
   }
   .social-high.owl-theme .owl-nav [class*=owl-]{
    height: 40px;
    width: 40px;
    padding: 8px;
   }
   .ftimags{
    padding-top: 40px;
   }
       nav:has(.logo) {
        padding: 10px 0 5px;
    }
    .logo{
        max-width: 120px;
    }
	.center {scale:1;}
	
	.mt-60.sclhlgt {
    margin-bottom: 60px;
}
.elvbdy{min-height:130px;}
}

#muteOverlay{
	  position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.mticn{
position: absolute;
    bottom: 10px;
    right: 10px;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    cursor: pointer;
    font-size: 16px;
	filter:invert(1);
	padding:7px;
}