@font-face {
  font-family: 'guttery'; 
  src: url('https://www.easemytrip.com/images/emt-sale/guttery.otf') format('opentype'),
      
}

*{
	 font-family: poppins;
    margin: 0;
    box-sizing: border-box;
}

.d-flex{
    display: flex;
}
.align-items-center{
    align-items: center;
}
.justify-content-center{
    justify-content: center;
}
.justify-content-between{
    justify-content: space-between;
}
.text-center{
    text-align: center;
}
.gap-1{
    gap: 1px;
}
.gap-5{
    gap: 5px;
}
.gap-10{
    gap: 10px;
}
.gap-20{
    gap: 20px;
}
.pt-1{
    padding-top: 1px;
}
.my-60{
    margin: 60px 0;
}
img{
    max-width: 100%;
}
a{
    text-decoration: none;
    color: inherit;
}
.pplrhtls{margin-top:4rem;}
.shttl{
    font-size: 35px;
    font-weight: bold;
    position: relative;
}
.shttl2{
    font-size: 35px;
    font-weight: bold;text-align:center;}
.shttl em{
    font-size: 50px;
    color: #048ADF;
    font-family: guttery!important;
    font-weight: normal;
    font-style: normal;
}
.tp-bg{
    background: url(https://images.emtcontent.com/emt-sale/top-bg.webp) no-repeat;
    background-position:center;
    background-size: cover;
    padding-bottom:1px;
	padding-top:1px;
}
.acpncde2 {
    width: 75%;
    background: url(https://images.emtcontent.com/emt-sale/coupon-bg.webp?new) no-repeat;
    background-position: center;
    background-size: cover;
    padding: 15px 3rem;
    border-radius: 15px;
    margin:20px auto 60px;
    position: relative;
    z-index: 2;
}
.acpncde2:before {
    content: '';
    background: #d7f1fa;
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    left: -15px;
}
.acpncde2:after {
    content: '';
    background: #d7f1fa;
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    right: -15px;
}

.acpon_icn {
    position: absolute;
    left: -14px;
    top: -25px;
}

.acpntxt {
    color: #fff;
    width: 60%;
    font-size: 23px;
    font-weight: 600;
}

.acpnmnbx {
    min-width: fit-content;
	gap:10px;
    border-radius: 13px;
    position: relative;
    color: #000;
    background: #fff;
    /* overflow: hidden; */
    border: 1px dashed #3457B1;
    padding: 0 0 10px 15px;
}
.acpnmnbx::after{
content: url(https://images.emtcontent.com/emt-sale/cpn-horn.png?v1);
    position: absolute;
	top: -25px;
    right: -100px;
    z-index: 2;
}
.alcpncde {
    width: 80%;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 10px 0 0;
    position: relative;
}

.alcpncde span {
    font-size: 29px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: normal;
}

.acpntitle {
    font-size: 12px;
    letter-spacing: 0;
    width: max-content;
    font-weight: 600;
}

.acpyicn {
    width: 45px;
    height: 25px;
    cursor: pointer;
    margin-top: 10px;
}

.flshdel{
display: flex;
align-items: center;
gap: clamp(20px,5vw,60px);
background: url(https://images.emtcontent.com/emt-sale/blbg.webp) no-repeat;
background-size: cover;
background-position: center;
padding: 20px 20px 0;
position: relative;
border-radius: 5px;
margin-left:auto;
margin-right:auto;
width:90%;
}
.flshdel>img{
    min-width: clamp(200px,20vw,230px);
}
.flshdel:before {
    left: -10px;
    background:radial-gradient(circle, transparent, transparent 50%, #1518db 50%, #1518db 100%) -10px -13px / 23px 23px repeat-y;
}

.flshdel:before, .flshdel:after {
    content: '';
    position: absolute;
    top: 5px;
    width: 10px;
    height: 95%;
}
.flshdel:after {
    right: -10px;
    background: radial-gradient(circle, transparent, transparent 50%, #1467e1 50%, #1518db 100%) -2px -15px / 23px 23px repeat-y;
}
.flshcnt{
    font-size: 35px;
    color: #fff;
    font-weight: bold;

}
.flshcnt em{
    font-style: normal;
    font-size: 50px;
    color: #FFD544;
    font-family: guttery!important;
    font-weight: normal;
}

.pplrinner{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    row-gap: 90px;
    padding-top: 80px;
	padding-bottom: 60px;
    position: relative;
    z-index: 1;
    flex-wrap: wrap;
	max-width: calc(100% - 20px);
    margin: auto;
}
.pplitm{
            box-shadow: 0 0 0 9px #602f1e;
            outline: 7px dotted #fff;
            border: 3px solid #602f1e;
            position: relative;
            background: #fff;
            padding: 0 0px 10px ;
            min-width: 220px;
            flex: 1;
            border-radius: 1px;
            text-align: center;
         }
          .pplitm::before{
            content: '';
            background: #ffffff;
            display: block;
            width: 91%;
            position: absolute;
            top: 35px;
            left: 50%;
            height: 100px;
            z-index: 0;
            transform: translate(-50%, -50%);
            clip-path: polygon(20% 0%, 80% 0%, 100% 100%, 0% 100%);
          }
         .pplitm::after{
            content: '';
            box-shadow: 0 0 0 9px #602f1e;
            outline: 7px dotted #fff;
            border: 3px solid #602f1e;
            display: block;
            width: 63%;
            height: 120px;
            background: #fff;
            position: absolute;
            top: 16px;
            left: 50%;
            overflow: hidden;
            border-radius: 55%;
            z-index: -1;
            transform: translate(-50%, -50%);
			overflow: hidden;
         }
        
         .pplitm a>img{
            margin-top: -30px;
            height: 35px;
            transition: all .2s ease-in-out;
         }
        
         .pplitm:hover{
            background: #FFF9E1;
         }
         .pplitm:hover::before,.pplitm:hover::after{
            background: #FFF9E1;
         }
         .pptl{
            font-size: 18px;
            font-weight: 700;
         }
         .ppstl{
            font-size: 15px;
            position: relative;
         }
         .ppstl::after{
            position: absolute;
            content: '';
            height: 3px;
            width: 30px;
            border-radius: 5px;
            display: block;
            bottom: -10px;
            left: 50%;
            transition: all .2s ease-in-out;
            transform: translate(-50%, -50%);
            background: linear-gradient(#945332,#503122);
         }
         .pplitm:hover .ppstl::after{
            width: 9px;
            height:9px;
            border-right: 3px solid #945332;
            border-bottom: 3px solid #945332;
            background: #FFF9E1;
            transform: rotate(45deg);
            border-radius: 0;
         }

         .pplitm a{
            position: relative;
            z-index: 3;
            top: -10px;
         }
/* LED Animation */
        @keyframes blink-sequential {
            0%, 100% {
                outline-color: #fff;
            }
            8.33% {
                outline-color: #FFF99C;
            }
            16.66% {
                outline-color: #fff;
            }
            25% {
                outline-color: #FFF99C;
            }
            33.33% {
                outline-color: #fff;
            }
            41.66% {
                outline-color: #FFF99C;
            }
            50% {
                outline-color: #fff;
            }
            58.33% {
                outline-color: #FFF99C;
            }
            66.66% {
                outline-color: #fff;
            }
            75% {
                outline-color: #FFF99C;
            }
            83.33% {
                outline-color: #fff;
            }
            91.66% {
                outline-color: #FFF99C;
            }
        }

        /*.pplitm, .pplitm::after {
            animation: blink-sequential  2s infinite;
        }*/

         /*exclusive-offer*/
         .exclsec{
            padding: 40px 40px 0;
            display: flex;
            align-items: center;
            justify-content: center;
            background: url(https://images.emtcontent.com/emt-sale/exclbg.webp) no-repeat;  
            background-size: cover;
            background-position: center;
         }
        .exclofbx{
            width: 100%;
            height: 150%;
            background: radial-gradient(circle, #FFF99C 30%, #D74802 45%);
            background-size: 12px 11px;
            outline: 4px solid #fff;
            position: relative;
            clip-path: polygon(10% 0%, 90% 0%, 100% 50%, 90% 100%, 10% 100%, 0 50%);
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 10px;
        }
        .exclofbxinner{
            width: 100%;
            height: 100%;
            background: #fff;
            position: relative;
            clip-path:  polygon(10% 0%, 90% 0%, 100% 50%, 90% 100%, 10% 100%, 0 50%);
            margin: auto;
            padding:20px 75px;
        }
        .exclsbtl{
            font-size:22px;
            font-weight: 500;
            line-height: 1.05;
        }
        .excltl{
            font-size:30px;
            font-weight: bold;
            line-height: 1.39;
        }
        .excltl em{
            font-size: 45px;
            color: #048ADF;
            font-style: normal;
        }
        .vtnc {
    font-size: 16px;
    color: #2093EF;
    display: flex;
    gap: 10px;
    align-items: center;
    margin-top: 10px;
    cursor: pointer;
}
.exclrgtimg{
    margin-left: auto;
    margin-top: auto;
	max-width:467px;
}
.svttl{
    font-size: 18px;
    margin: 5px 0;
}





.premiumhtls{
    position: relative;
}
/* .premiumhtls::after{
    content: url(img/lights.svg);
    position: absolute;
    top: 0;
    right: 5%;
    z-index: 0;
}
.premiumhtls::before{
    content: url(img/lights.svg);
    position: absolute;
    top: 0;
    left: 5%;
    transform: rotatey(180deg);
} */
.premiumhtls .prehotels{
    margin-top: 0;
    position: relative;
}
  .shttl::before{
    content: url(https://images.emtcontent.com/emt-sale/redbaloon.svg);
    margin-right: 5px;
}
  .shttl::after{
    content: url(https://images.emtcontent.com/emt-sale/bluebaloon.svg);
    margin-left:10px;
}
.prehotels .owl-prev:before,.prehotels .owl-next:before{
    display: none!important;
}
.premiumhtls .owl-theme .owl-nav{
    background: transparent;
    box-shadow:none;
    width: 100%;
    position: absolute;
    left: 0; 
}
.premiumhtls .owl-theme .owl-nav [class*=owl-]{
    top: 300px;
    position: absolute;
    width: fit-content;
    left: -20px!important;
}
.premiumhtls .owl-theme .owl-nav .owl-next{
    right: -20px;
    left: auto!important;
}
.prehotels .item{
    position: relative;
}
.item a img{
    width: auto!important;
}
.item a .hotellgo{
    position: relative;
    bottom: -30px;
    margin: auto;
    display: block;
    width: auto;
    background: #fff;
    border-radius: 15px;
    padding: 10px;
    max-width: 162px;
	height:100px;
	object-fit:contain;
    box-shadow: 0 0 6px 0 #00000038;
}
.item a .hotelimg{
    width: 100%!important;
    height: 340px;
    object-fit: cover;
    border-radius:15px ;
    display: block; 
}
.hoteldtls{
        background: #fff;
        padding: 10px;
        border-radius: 15px;
        position: absolute;
        bottom: 10px;
        left: 50%;
        width: calc(100% - 20px);
        transform: translate(-50%, 0);
    }   
.htlnme{
    font-size: 17px;
font-weight: 600;
margin: 5px 0 0;
}
.htladd{
    font-size: 13px;
    color: #52545E;
}
.explrbtn{
    color: #EF6614;
    font-size: 15px;
    font-weight: 600;
    margin-top: 5px;
}
.item a{
    padding: 0;
    background: transparent;
    border: 0;
    display: block;
    box-shadow: none;
}
.item:hover a{
    box-shadow: none;
}
.lmtcvr{
	background:url(https://images.emtcontent.com/emt-sale/slkideerbg.webp) no-repeat;
	 background-size: cover;
	 padding:1px 0 60px;
}

.lmtdoofr{
    background: url(https://images.emtcontent.com/emt-sale/lmtdbg.webp) no-repeat;
    background-position: bottom;
    background-size: cover;
    padding: 60px 40px;
    width: 100%;
    margin-top: 90px;
    border-radius: 15px;
}
.lmflsh{
    position: relative;
    width: 250px;
    margin: -110px auto auto;
}
.lmitm {
    border: 1px solid #fff;
    padding: 20px;
    border-radius: 15px;
    backdrop-filter: blur(10px);
    background: #00000030;
	position:relative;
}
.lmflsh img{
    width: 100%;
}
.lmitm .acpnmnbx::after{content:'';}
.lmsbttl{
    font-size: 24px;
    font-weight: 500;
    color: #fff;
}
.lmttl{
    font-size: 31px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 10px;
}
.lmttl em{
    font-style: normal;
    font-size: 40px;
    color: #FFD544;
}
.lmrgtimg{
  margin-left:auto;
}
.lmrgtimg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.flshcnt span{
    font-size: 45px;
}



.elevtdstys{
    background: radial-gradient(circle,#FFFFFF,#F9FCFE,#E8F6FC,#CCECF9,#A6DEF5,#86D2F2,#86D2F2);
    padding: 20px;
	border-radius:15px;
	position:relative;
}
.elevtdstys .excltl{
line-height:normal;
max-width:500px;	
}
.elevtdstys .acpnmnbx {
	width:fit-content;
	margin-top:10px;
}
.elevtdstys .acpnmnbx::after{
	content:'';
}
.elelft{position:relative;}
.excl-rgt {
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 43%;
}
.enccestay{
    background:linear-gradient(45deg, #fff, transparent),url(https://images.emtcontent.com/emt-sale/enchancebg.webp);
    background-position: right;
    background-size: cover;
    padding: 40px;
    border: 1px solid #F7A387;
    border-radius: 20px;
}
.enccestay .excltl{
    max-width: 70%;
}
.enccestay .excltl span{
    color: #AC0C0C;
    font-size: 50px;
    font-family: guttery!important;
    font-weight: normal;
}



/*tnc*/
.accordion__item{
	border:1px solid #D9D9D9 !important;
}
.impinfo{
    width: 100%;
    padding-top: 40px;
}
 .impbx{
        background: linear-gradient(150.24deg, #fffcf2 -16.86%, #fffcf2 181.7%);
        border: 1px solid #D1D8DF;
        box-shadow: 4px 6px 12px 0px #00000014;
        padding: 30px;
        border-radius: 26px;
    }
    .impttl{
        font-size: 30px;
        font-weight: 700;
    }
    .impttl em{
        font-style: normal;
        color: #0360DC;
    }
    .impdtbx{
        border-bottom: 1px solid #AFB9E1;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    .impdtbx:last-child{
        border-bottom: none;
        margin: 0;
        padding: 0;
    }
    .impdtbx ul{
        margin: 0;
        padding-left: 15px;
    }
    .impdtbx li{
        list-style: disc;
        font-size: 16px;
        
        position: relative;
        margin-top: 15px;
    }



    .footerraea{
        background: url(https://images.emtcontent.com/emt-sale/footer-bgs.webp?new) no-repeat;
        background-position: top;
        background-size: cover;
        padding: 120px 0 30px;
    }
    .footerstats{
        padding: 20px;
        background: #fff;
        border-radius: 28px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
    }
    .ststitm{
        display: flex;
        gap: 10px;
        align-items: center;
    }
    .stsimg{
        height: 100px;
        width: 100px;
        border-radius: 35px;
        background: #AC0C0C;
        display: flex;
        align-items: center;
        justify-content: center;
		aspect-ratio:1;
    }
    .stsimg img{
        filter: brightness(0) saturate(100%) invert(99%) sepia(2%) saturate(4209%) hue-rotate(302deg) brightness(131%) contrast(93%);
    }
    .statl{
        font-size: 25px;
    }
    .statl strong{
        display: block;
        line-height: 1;
    }
    .ftr_nww{
        margin-top: 0;
        padding: 15px 0;
    }
    .acpnmnbx{
        min-width: fit-content;
    }
	
	

.frstbkng{
    width: 75%;
    background: url(https://images.emtcontent.com/emt-sale/new-pg.webp) no-repeat;
    background-size: cover;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 15px;
    margin: auto;
    background-position: center;
}
.frstbkng .acpnmnbx::after{content:'';}
.frstbkng img{width:100%;}
.frstbkng .acpnmnbx{width:fit-content}
.frstlft{position:relative;}
.frstlft em{
color:#fff;
}
.accordion{margin-top:20px;}
		 .accordion__item__content strong{font-size:15px;margin:5px 0;}
		 .accordion__item__header{font-weight:600;}
		 
		 
#offr_pp {width: 200px;
    position: fixed;
    bottom: 5px;
    left: -300px;
  opacity: 0;
  animation: slideIn 0.3s ease-out 3s forwards; 
    z-index:2;
    margin: 0;}
@keyframes slideIn {
  from {
    left: -300px;
    opacity: 0;
  }
  to {
    left: 15px;
    opacity: 1;
  }
}

.shine_imgbx{position:absolute;top:-53px;left:50%;overflow: hidden;transform: translate(-50%);width: 80%;}
.shine_imgbx2 {
  position: relative;
  display: inline-block;
}

.shine_imgbx2::before {
  content: "";
  position: absolute;
  top: 0;
  left: -120%;
  width: 60%;
  height: 85%;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.55) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: skewX(-20deg);
  animation: imgshine 1.8s infinite ease-in-out;
  pointer-events: none;
}

@keyframes imgshine {
  0% {
    left: -120%;
  }
  100% {
    left: 140%;
  }
}

.img_pp {background:url(https://images.emtcontent.com/emt-sale/bg-pop.png) no-repeat;
background-position:center;
background-size:cover;
border-radius: 15px;
box-shadow: 0 0 5px rgba(0, 0, 0, .25);
padding-bottom:10px;
text-align:center;
}
.img_pp img{width: 100%;}
.shine-container{
    display: block;
    padding: 60px 0 0;
}
.img_pp a.close_o_pp,.img_pp a.close_mdl_pp {
    position: absolute;
    right: -7px;
    width: 22px;
    cursor: pointer;
    top: -8px;
    padding: 0px;
    line-height: 22px;
    background: #000;
    font-size: 21px;
    color: #fff;
    border-radius: 50px;
    font-weight: 500;
    height: 22px;
    text-align: center;
	z-index:9;
}
.pp_ttl{font-size:15px;font-weight:600;color:#fff;text-align:center;}
.pp_timbx{background:#3535ee;padding:5px 7px 7px;border-radius:7px;font-size:12px;color:#fff;text-align:center;width:80%;margin: 10px auto 0;}
.pp_timer{display:flex;gap:10px;justify-content:space-between;}
.pp_item{color:#fff;border:1px solid #fff;padding:5px;font-weight:500;flex:1;border-radius:5px;margin-top:5px;}
.animate-in {
  animation: slideInLefthtl 0.6s ease-out forwards;
}

@@keyframes slideInLefthtl {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

@media screen and (max-width:800px){
	.flshcnt{
		font-size:25px;
	}
	.flshcnt em{font-size:35px}
	.exclsec .d-flex,.lmflsh~.d-flex,.footerstats,.flshdel,.lmttl~.d-flex {
		flex-wrap:wrap;
	}
	.exclsbtl,.lmsbttl {
    font-size: 21px;}
	.excltl,.lmttl,.shttl {
    font-size: 30px;}
	.excltl em ,.lmttl em,.shttl em{
    font-size: 38px;}
	.frstbkng{
		flex-wrap:wrap;
		justify-content:center;
	}
	.statl{
		font-size:20px;
	}
	.stsimg {
    height: 70px;
    width: 70px;
    border-radius: 18px;
    padding: 10px;
	}
	.alcpncde span{
		font-size:25px;
	}
	.lmtdoofr{padding-bottom:45px;}
	.lmflsh{margin:-85px auto auto;}
	
	    .impttl {
        font-size: 25px;
    }
	.impdtbx li {
        font-size: 15px;
        margin-top: 5px;
    }
	.mob_bnrdv img{display:block;}
	.exclrgtimg{
		max-width:100%;
	}
	
	
}
@media screen and (max-width:600px){
	.flshdel {
		gap:0;
		justify-content:center;
		padding:10px;
		margin:40px auto;
	}
	.flshcnt {
        font-size: 21px;
		text-align:center
    }
	    .flshcnt em {
        font-size: 31px;
    }
	.exclsec{padding:15px 10px 0;}
	
	.exclofbx,.exclofbxinner{clip-path:none;padding:15px;border-radius:10px}
	    .excltl, .lmttl {
        font-size: 24px;
    }
	    .exclsbtl, .lmsbttl {
        font-size: 20px;
    }
	.shttl {
		font-size:21px;
	}
	.shttl em,.enccestay .excltl span {
		font-size:30px;
	}
	    .excltl em, .lmttl em {
        font-size: 29px;
    }
	.acpnmnbx::after{
		    position: absolute;
        top: -371%;
        right: -70px;
	}
	
	.acpnmnbx{
		padding:0 0 5px 15px;
	}
	.tp-bg{
		overflow:hidden;
	}
	.acpncde2,.acpntxt,.acpnmnbx{width:100%}
	.premiumhtls .owl-theme .owl-nav [class*=owl-]{left:-10px!important}
	.premiumhtls .owl-theme .owl-nav .owl-next{right:-10px;left:auto!important}
	.pplrhtls .shttl::after{position:absolute;}
	.pplrinner{row-gap:80px;padding-bottom:40px;}
	.lmtdoofr{padding:15px 15px 45px;margin:100px 0 40px;}
	.alcpncde{padding:5px  0 0;}
	.frstbkng{width:100%;}
	.acpncde2,.elevtdstys,.premiumhtls,.faqfl  {margin:40px 0;}
	.lmtcvr{padding-bottom:40px}
	.enccestay{padding:10px;margin:40px 0;}
	.footerraea{padding:50px 10px 20px;}
	.footerstats{padding:10px;}
	    .impbx {
        padding: 15px;
        border-radius: 15px;
    }
	    .impttl {
        font-size: 18px;
    }
	.impdtbx li {
        font-size: 15px;
        margin-top: 5px;
    }
	.elevtdstys {padding:20px 20px 0;}
	.excl-rgt{margin-top:10px;position:static;max-width:100%}
	.accordion__item__content{padding-top:10px;}
	.elevtdstys >.d-flex{flex-wrap:wrap;}
	.premiumhtls{margin-bottom:0}
	.accordion__item__header{font-weight:600;}
	.statl {
        font-size: 16px;
    }
	    .stsimg {
        height: 50px;
        width: 50px;
        border-radius: 18px;
        padding: 10px;
    }
	.enccestay .excltl{max-width:100%;}

         .pplitm{
            background: #FFF9E1;
         }
         .pplitm::before,.pplitm::after{
            background: #FFF9E1;
         }

		 .accordion__item__content strong{font-size:15px;margin:5px 0;}
		 .exclofbx{padding:10px;}
		 .trvl_dlbx{margin-top:20px;}
		 .item a .hotellgo{bottom:-10px;margin-bottom:-10px;}
		 .lmttl~.acpnmnbx{flex-wrap:nowrap;margin-bottom:10px;}
}