*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: poppins;
}
@font-face {
    font-family: strong-girl;
    src: url(https://www.easyeloped.com/Content/home-page/fonts/strong_girl.otf);
}
.f12{
    font-size: 12px;
}
.flx{display:flex;}
.wrp{flex-wrap:wrap;}
.gap10{gap:10px;}
.jsb{justify-content:space-between;}
.clm{flex-direction:column;}
.alingit{align-items:center;}
.rel{position: relative;}
.text-center{
    text-align: center;
}
img{
    max-width: 100%;
}
.dealspc{
    margin-top: 60px;
}
.md_azd {
    width: 1200px;
    margin: 0 auto;
}
.ebpbx{
    background: radial-gradient(65.51% 65.51% at 50% 50%, #FFFFFF 0%, #E3F6FD 100%);
    box-shadow: -2.5px 1.87px 2.5px 0px #0820331F inset;
    box-shadow: 2.5px -2.5px 2.5px 0px #0820331F inset;
    border-radius: 10px;
    max-width:800px;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: center;
    padding: 10px;
    margin:40px auto 0;
    flex-wrap: wrap;
}
.epbttl{
    font-weight: 600;
    font-size: 18px;
    font-style: italic;
}
.ebplst{
    display: flex;
    gap: 10px;
    align-items: center;
}
.ebpli{
    border-left: 1px dashed #000000;
    padding: 5px 0;
    padding-left:0;
}
.mnttl{
    font-size: 40px;
    font-weight: 600;
    font-style: italic;
}
.mnttl em{
    font-style: normal;
    font-weight: normal;
    font-family: strong-girl;
}
.ttlcvr{
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
}
.newcpnbx{
    display: flex;
    gap: 10px;
    align-items: center;
    background: #D82044;
    border-radius: 5px;
    border: 1px dashed #D82044;
    padding: 10px 15px;
    position: relative;
}
.cpnttl{
    font-size: 24px;
    font-weight: 600;
    color: #fff;
}
.cpncdrea{
    font-size: 36px;
    font-weight: 600;
    color: #fff;
    padding-left: 5px;
    border-left: 1px dashed #fff;
    line-height: 1;
    padding-right: 5px;
    position: relative;
    display: inline-block;
    color: transparent;
    -webkit-text-stroke: 1px #fff; 
    overflow: hidden;
}

.cpncdrea::before {
  content: attr(id);
  /* content: "CARNIVAL"; */
  position: absolute;
  inset: 0;
  color: #fff; 
  width: 0%;
  white-space: nowrap;
  overflow: hidden;
  left: 5px;
  animation: fill 2.5s ease forwards;
}
.cpncdrea::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 4px;
  background: #fff;
  left: 0;
  animation: caret 2.5s ease forwards;
}

@keyframes fill {
  0% { width: 0%; }
  100% { width: 100%; }
}
@keyframes caret {
  0% { left: 0; }
  100% { left: 100%; }
}
.dealitmcvr{
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 40px;
    justify-content: space-between;
}
.dlitembx{
    text-align: center;
}
.delitm{
    width: 190px;
    background: radial-gradient(65.25% 52.79% at 50% 37.1%, #FFFFFF 0%, #F7FDFF 67.79%, #E3F6FD 100%);
    box-shadow: 0px 4px 4px 0px #0820331F inset;
    border-radius: 200px 200px 0 0;
    padding: 15px;
    text-align: center;
    flex: .25;
    position: relative;
}
.delitm::before{
    content: url(https://images.emtcontent.com/emt-sale/ice-png.webp);
    position: absolute;
    top: 95%;
    left: 0;
    width: 100%;
    z-index: 1;
    scale: 1.1;
}
.dealin{
    font-size: 16px;
    font-weight: 600;
    margin-top: 10px;
    color: #093767;
}
.sealprcing{
      font-size: 16px;
    font-weight: 600;
    color: #093767;  
    text-align: center;
}
.sealprcing em{
    font-style: normal;
    color: #093767;
    font-size: 20px;
    font-weight: 700;
    display: block;
}
.blbtns{
    padding: 8px 30px;
    background: #ef6614;
    border-radius: 40px;
    color: #fff;
    font-weight: 600;
    outline: 0;
    border: 0;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    margin: 30px auto 0;
    transition: all .3s ease;
	display: inline-block;
    text-decoration: none;
}
.blbtns:hover{
    background: #D6550A;
}
.bnkbxraea{
    padding: 40px 0;
    background: url(https://images.emtcontent.com/emt-sale/bank-bg.webp) no-repeat center;
    background-size: cover;
}
.oddsrt{
    margin: 20px 0;
    display: flex;
    gap: 20px;
}
.odditm{
    height: 49px;
    padding: 8px 25px;
    background: #fff;
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 1px 1px 4px 0px #00000040 inset;
    filter:drop-shadow(2px 4px 1px #00000040 );
    cursor: pointer;
}
.odditm img{
    object-fit: contain;
    max-width: 100%;
    max-height: 100%;
}
.odditm.active{
    border: 1px solid #D82044;
    /* background: #EAFFF1; */
}

.mrtbl p {
    font-size: 11px;
    margin-top: 5px;
    text-align: right;
}
.ovrflw{
    position: relative;
    padding-top: 40px;
}
.md_azd table{
    margin-top: 30px;
    outline: 2px solid #D82044;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0px 4px 12px 0px #00000040;
    position: relative;
    z-index: 3;
}
.ovrflw::after{
    content: '';
    position: absolute;
    top: 40px;
    left: 50%;
    width: 90%;
    height: 45px;
    border-radius: 60px 60px 0 0;
    background:#cdcdcdf7;
    transform: translate(-50%,0);
    z-index: 2;
}
.ovrflw::before{
    content: '';
    position: absolute;
    top: 10px;
    left: 50%;
    width: 80%;
    height: 45px;
    border-radius: 60px 60px 0 0;
    background:#dfdfdff7;
    transform: translate(-50%,0);
    z-index: 1;
}
.md_azd table th {
    font-size: 16px;
    padding: 10px;
    font-weight: normal;
    background: #D82044;
    color: #fff;
    border-color: #D82044;
}
.md_azd table td{padding:15px 5px;font-size:14px;text-align:center;border-color: #D82044;}
.tblfll{width:100%;}
.mrtbl p {
    font-size: 11px;
    margin-top: 5px;
    text-align: right;
}
.tab-contentm{
    display: none;
}
.dompcgsp{
    padding: 40px 0 60px;
    background: url(https://images.emtcontent.com/emt-sale/dom-packages.webp) no-repeat bottom;
    background-size: cover;
}
.intpckgsp{
    padding: 60px 0 40px;
    background: #E6FFFB url(https://images.emtcontent.com/emt-sale/intpaxkages.webp) no-repeat top;
    background-size: cover;
}
.dpckgslst .owl-stage-outer,.expdmst .owl-stage-outer{
    overflow: hidden;
}
.dpckgslst .owl-prev:before,.dpckgslst .owl-next:before,.expdmst .owl-prev:before, .expdmst .owl-next:before {
    display: none;
}

.dpckgslst.owl-theme .owl-nav,.expdmst.owl-theme .owl-nav{
    margin-top: 0;
    FLOAT: right;
    top: -93px;
    right:0px;
    position: absolute;
    width: 150px;
    height: 45px;
    margin-left: auto;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 30px;
    -webkit-box-shadow: 0px 0px 30px 0px #00000014;
    -moz-box-shadow: 0px 0px 30px 0px #00000014;
    box-shadow: 0px 0px 30px 0px #00000014;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px 5px;
}

.dpckgsitm{
    background: #fff;
    border-radius: 25px;
    overflow: hidden;
}
.cdrtp{
    position: relative;
}
.dnghts{
    background: #000;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    padding: 0 10px;
    border-radius: 16px;
    position: absolute;
    top: 10px;
    right: 10px;
}
.cdrtp img{
    width: 100%;
    height: 230px;
    object-fit: cover;
    display: block;
}
.crdbdy{
    padding: 15px;
}
.crdnmbx{
    display: flex;
    justify-content: space-between;
    align-items: normal;
}
.pcknme{
    font-size: 20px;
    font-weight: 600;
}
.pckprcing{
    font-size: 14px;
    font-weight: 400;
}
.pckprcing span{
   font-size: 20px;
   font-style: italic;
   font-weight: 600;
   display: block;
}
.pckgbtn{
    padding: 10px 20px;
    text-align: center;
    width: 100%;
    background: #ef6614;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    border: 0;
    outline: 0;
    border-radius: 40px;
    margin-top: 15px;
    transition: all .3s ease;
    cursor: pointer;
}
.pckgbtn:hover{
    background: #D6550A;
}
.pckgbtn a{text-decoration:none;display:block;color:#fff}
.explrdmstc{
    padding: 40px 0;
    background: #FFECEE;
}
.book_slide {
    display: block;
    border-radius: 13px;
    overflow: hidden;
    position: relative;
    max-height: 324px;
    color: #000;
}
.explrdmstc .owl-carousel .owl-item img {
    display: block;
    width: 100%;
	height: 230px;
    object-fit: cover;}
.book_slide .cnt {
    font-size: 17px;
    padding: 5px 15px;
    border-radius: 5px;
    background: #FFF;
    position: absolute;
    color: #4D4C4C;
    bottom: 10px;
    left: 50%;
    width: auto;
    transform: translateX(-50%);
}
.book_slide .btm_str {
    margin-top: 10px;
}
.book_slide .btm_str span {
    font-size: 10px;
    color: #828282;
}
.book_slide p {
    font-weight: 600;
    font-size: 13px;
    color: #0E3D4D;
}


.expdmst.owl-carousel .owl-nav.disabled {
    display: flex;
}
.arhtl_mnbx {
    width: 100%;
    justify-content: center;
    margin: 35px 0;
}

.complbxarht {
    width: 15%;
    margin: 20px 20px 0px 0 !important;
    text-align: center;
}
.brdrflg {
    background: linear-gradient(148deg, rgba(212, 13, 74, 1) 0%, rgba(255, 170, 170, 1) 100%);
}

.onehtarbx {
    padding: 3px;
    border-radius: 14px;
}

.arlnprtnr,.htlprtner{
    border: 0.91px solid #D9D9D9;
    border-radius: 16px;
    background: #FFFFFF;
    overflow: hidden;
}
.prtnrbx .mnttl{
background: #FFECEE;
padding: 10px ;
text-align: center;
font-size: 23px;
}


.arbx {
    height: 100px;
    background: #fff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.complbxarht a {
    color: #0069D8;
    margin-top: 10px;
    text-decoration: none;
    display: block;
}
.marqueebx {
  display: flex;
  overflow: hidden; 
  white-space: nowrap; 
  box-sizing: border-box;
    margin: 35px 0;
}

.marqueebx .complbxarht {
  display: flex;
  flex-shrink: 0; 
  align-items: center;
  justify-content: space-around;
  will-change: transform; 
  animation: marquee 50s linear infinite; 
}
.marqueebx .complbxarht .onehtarbx{
    width: 100%;
}
.marqueebx:hover  .complbxarht {
  animation-play-state: paused;
  cursor: pointer;
}
.explrvibe{
    padding: 40px 0;
    background: #E6FFFB url(https://images.emtcontent.com/emt-sale/explrvibebg.webp) no-repeat center;
    background-size: cover;
}
.vibeflx {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 35px;
    justify-content: center;
}
@keyframes marquee {
  0% {
    transform: translateX(0); /* Start position */
  }
  100% {
    transform: translateX(-5300%); 
  }
}
.uspbx{
    display: flex;
    justify-content: space-between;
    padding: 20px;
    border-radius: 20px;
    gap: 5px;
    flex-wrap: wrap;
    box-shadow: 0px 1.81px 63.45px 0px #0000000F;
}
.uspitm{
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    max-width: 130px;
    min-width: 100px;
}
.uspitm .uspimg{
    background: #D82044;
    height: 80px;
    width: 80px;
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding:10px;
    border-radius: 50%;
    margin: 0 auto 5px;
}

@media screen and (max-width:720px) {
.ebpbx{display:none;}
    .md_azd {
        width: 100%;
        padding: 0 10px;
    }
    .ovrflw{
        display: none;
    }
    .tab-contentm {
        display: block;
    }
        .echbnkdv {
        border: 1px solid #ECEBEB;
        border-radius: 12px;
        background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(250, 253, 255, 1) 100%);
        margin: 20px 0 10px;
        position: relative;
    }
    ._bnkofrbox {
        border-bottom: 1px dashed #DEDEDE;
        padding-bottom: 5px;
    }
    .imgbx_dv {
        width: 100%;
        background: #daf4ff;
        padding: 6px 0 2px;
        border-radius: 12px 12px 0 0;
        margin: 0px auto;
        text-align: center;
    }
        .imgbx_dv img {
        object-fit: cover;
    }
        .rgtbnkdtl {
        width: 100%;
        padding: 10px;
    }
        .ofrfrbk {
        font-size: 12px;
    }
    .ofrfrbk p {
        margin-bottom: 5px;
        text-align: left;
    }
        .pymntype {
        font-size: 13px;
        font-weight: 600;
        margin: 5px 0;
        background: #e1ffe4;
        display: inline-block;
        width: fit-content;
        border-radius: 5px;
        padding: 2px 5px;
    }
        .vldty {
        font-size: 11px;
        color: #7A7A7A;
    }
        .bkprmmn {
        padding: 7px 10px;
    }
        .prmcode {
        width: 65%;
        font-size: 13px;
        position: relative;
    }
        .prmcode span {
        color: #D40D4A;
        font-weight: 600;
        margin: 0 5px;
    }
        .prmcode i {
        display: inline-flex;
        width: 15px;
        height: 15px;
    }
        .prmcode i img {
        width: 100%;
    }

        .arhtl_mnbx {
        margin: 40px 0;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
    }
        .complbxarht {
        width: 100%;
        margin: 0 !important;
    }
        .arbx {
        background: #fff;
        padding: 10px;
    }
    .mnttl{
        font-size: clamp(24px,7vw,30px);
		
    }
	.intpckgsp .mnttl{max-width: 75%;}
	.mgt25 {
    margin-top: 1rem;
}
.mt40 {
    margin-top: 20px;
}
    .explrdmstc .mnttl{
                max-width:80%;
    }
    .newcpnbx{
        gap: 5px;
        padding: 5px 10px;
    }
    .cpnttl{
        font-size: 16px;
    }
    .cpncdrea{
        font-size: 28px;
    }
    .ttlcvr{
        gap: 5px;
    }
    .newcpnbx img{
            width: 20px;
    }
    .dlitembx{
        overflow: hidden;
    }
    .delitm{
        width: clamp(140px,43vw,180px);
    }
    .delitm img{
        width: 80%;
    }
    .sealprcing {
    font-size: 13px;
    }
    .sealprcing em{
        font-size: 16px
    }
    .delitm::before{
        scale: 1;
    }
    .blbtns{
        padding: 7px 25px;
        font-size: 14px;
    }
    .oddsrt {
    margin: 20px 0 10px;
    display: flex;
    gap: 10px;
}
.dealspc {
    margin-top:20px;
}
.bnkbxraea {
    padding: 20px 0;
}
.odditm {
    height: 40px;
    padding: 8px 15px;
}
.oddsrt{
    gap: 10px;
    flex-wrap: wrap;
	display:none}
.dompcgsp{
    padding: 20px 0 65px;
}
.dpckgslst.owl-theme .owl-nav, .expdmst.owl-theme .owl-nav{
    top: -57px;
    right: 0;
    position: absolute;
    width: 85px;
    height: 37px;
    padding: 10px 5px;
}
.dnghts,.pckprcing{
    font-size: 13px;
}
.crdbdy{
    padding: 10px;
}
.pcknme,.pckprcing span {
    font-size: 18px;
}
.intpckgsp{
    padding: 30px 0;
    background-position: top;
    background-size: 130%;
}
.owl-nav img{
    display: block;
}
.dpckgslst.owl-carousel,.expdmst.owl-carousel,.vibeflx{
    margin-top: 20px;
}
.marqueebx .complbxarht{
    margin-right: 10px!important;
    width: 50%;
}
.arhtl_mnbx{
    margin: 20px 0;
    padding: 10px;
}
.vibeflx a{
    width: 46%;
}
.uspbx{
    gap: 10px;
}
.uspitm{
    flex: 1;
    font-size: 14px;
}
.explrdmstc{
    padding: 20px 0 65px;
}
.book_slide h4, .book_slide p{
    font-size: 15px;
}
.book_slide .btm_str span{
    font-size: 13px;
}
.mnu_optns{display:none;}
.lg_brnd_dv {
        width: 100% !important;
        text-align: center;
    }
.mob_bnrdv {
        display: block !important;
    }
.dealitmcvr{justify-content:center;}
}

.fl_hdr {
    width: 100%;
    margin: 0px auto;
    position: sticky;
    top: 0;
    padding: 5px 5%;
    background: #fff;
    z-index: 99;
}
.lg_brnd_dv {
    width: 15%;
}
.mnu_optns ul {
    padding: 0;
    margin: 0;
}
.mnu_optns ul li {
    list-style: none;
    display: inline-block;
    margin: 0 15px;
}
.mnu_optns ul li a {
    text-decoration: none;
    color: #000;
}
.app-show, .azd_bnrdvmob {
    display: none;
}
.vibeflx a {
    width: 20%;
}
.mt40 {
    margin-top: 40px;
}
.faqfl {
    width: 100%;
}
.accordion {
    z-index: 9;
    position: relative;
}
.mgt25 {
    margin-top: 3rem;
}
.accordion__item {
    margin-bottom: 12px;
    padding: 15px;
    border: 1px solid #D9D9D9 !important;
    border-radius: 5px;
	background:#fff;}
.accordion__item__header {
    cursor: pointer;
    position: relative;
    color: #000;
    font-size: 18px;font-weight:600;}
.accordion__item__header::before {
    height: 12px;
    width: 12px;
    content: "";
    position: absolute;
    right: 0;
    top: 5px;
    transition: .5s all;
    transform: rotate(45deg);
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
}
.accordion__item__content {
    overflow-y: hidden;
    padding: 5px 0 0;
    display: none;
    color: #000;
    margin-bottom: 10px;
    font-size: 15px;
}
.accordion__item__content ul li {
    list-style: disc;
    margin: 0 0 0 18px;
    font-size: 14px;
    padding: 0 0 7px 0;
}
.accordion__item__header.active::before {
    transform: rotate(-135deg);
    top: 10px;
}
.ftr_nww {
    margin-top: 3rem !important;
    padding: 15px 0px !important;
    background: #1a1a1a !important;
}
.ftr_nww {
    width: 100%;
    color: #fff;
    text-align: center;
    padding: 0;
    display: flex;
    float: left;
    justify-content: center;
    font-size: 14px;
    margin-top: 3rem;
    background: none;
}


