*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: poppins;
}
.flx{
    display: flex;
}
.flx-sb{
    display: flex;
    justify-content: space-between;
}
.item-c{
    align-items: center;
}
.gp-10{
    gap: 10px;
}
.gp-15{
    gap: 15px;
}
.gp-30{
    gap: 30px;
}
.ft-10{
    font-size: 10px;
}

.ft-12{
    font-size: 12px;
}

.ft-14{
    font-size: 14px;
}
.ft-15{
    font-size: 15px;
}
.ft-16{
    font-size: 16px;
}

.ft-18{
    font-size: 18px;
}

.ft-20{
    font-size: 20px;
}

.ft-22{
    font-size: 22px;
}
.ft-24{
    font-size: 24px;
}
.mt-5{
    margin-top: 5px;
}
.mt-10{
    margin-top: 10px;
}
.mt-15{
    margin-top: 15px;
}
.mt-20{
    margin-top: 20px;
}
.mt-25{
    margin-top: 25px;
}
.pdtp-15{
    padding-top: 15px;
}
.fw-500{
    font-weight: 500;
}
.fw-600{
    font-weight: 600;
}
.fw-700{
    font-weight: 700;
}

.fw-800{
    font-weight: 800;
}
.wdh-50{
    width: 50%;
}
.cont{
     max-width: 90%;
     margin: 0 auto;
     width: 1150px;
}
.pad-8{
    padding: 8px;
}
.cnt-pad{
    padding: 8px 4px 4px 5px;
}
.wtc{
    color: #2093EF;
}
.cpcd{
    background: none !important;
   width: 100%;
}

.hero-sec{
    background-image: url('https://images.emtcontent.com/hotel-img/deals/bg1.webp');
    height: 390px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.hdr{
    font-size: 30px;
    font-weight: 700;
    font-family: poppins;
}
.lne-dv{
    width: 30%;
    display: flex;
    justify-content: flex-end;
}
.cup-code{
    width: 80%;
    border-radius: 28px;
    background-color: #ffff;
    box-shadow: 0 0 5px rgb(0 0 0 / 10%);
    display: flex;
    margin: 45px 0 0 0;
}
.bgb{
    width: 10%;
    border-radius: 28px 0 0 28px;
    background-color: #2093EF;
}
.cpnmnbx{
    background-color: #F3FAFF;
    border-radius: 8px;
    border: 1px dashed #2093EF;
    width: 75%;
    margin: 15px 0;
    cursor: pointer;
}
.cpntitle{
    color: #999999;
    font-size: 12px;
    font-weight: 500;
}
.htloff{
    color: #FFBC11;
    font-size: 24px;
    font-weight: 800;
}
.lcpncde  {
    width: 73%;
    padding: 8px;
    border-right: 1px dashed #2093EF;
}
.exp-cta{
    text-decoration: none;
    font-size: 15px;
    font-weight: 700;
	    display: none;
	
}
.cpyicn{
    width: 25%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.cpc{
    padding:18px;
    width: 100%;
    position: relative;
}
.cpc::before {
    content: '';
    background: #ffff;
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    left: -55px;
    top: 43%;
   

}
.hero-img{
    display: flex;
    position: absolute;
    right: 126px;
    bottom: -24px;
    transform: translateY(0%);
}
.offer-main{
    width: 100%;
    background-color: #EEF8FF;
    padding: 50px 0;
}
.view-btn{
    text-decoration: none;
}
.view-btn:hover{
    text-decoration: underline;
}
.htl-bx{
    background: #fff;
    padding: 10px;
    border-radius: 16px;
    box-shadow: 0px 2px 4px 0px rgb(0 0 0 / 15%);
    display: inline-block;
    position: relative;
    text-decoration: none;
    color: #000;
    width: 100%;

}
.imgbox{
 width: 100%;
 height: 150px;
 
}
.imgbox img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
}
.offer-name{
     font-weight: 700;
    font-size: 15px;
    color: #000000;
 } 
.offer-para {
    font-size: 12px;
    margin-top: 9px;
}
.cpygrn {
    width: 31%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.cpntitle1{
    font-size: 8px;
    color: #434A51;
}
.htloff1{
        font-size: 15px;
       font-weight: 700;
}
.cpnmnbx1 {
    background-color: #F3FAFF;
    border-radius: 8px;
    border: 1px dashed #2093EF;
    width: 69%;
    margin: 5px 0;
    justify-content: space-between;
}
.lcpncde1{
    width: 73%;
    padding: 2px 8px;
    min-width: max-content;
}
.exp_dte{
    color: #000000;
}
.diff-deals{
    width: 100%;
    padding: 50px 0;
}



/* owl-crosal */

.owl-nav {
  position: absolute !important;
  top: 50% !important;
  width: 100% !important;
  display: flex !important;
  justify-content: space-between !important;
  transform: translateY(-50%) !important;
  background-color:transparent !important;
  box-shadow: none !important;
}
.owl-nav.disabled{
display: block !important;
}
.hldy_thm_slider .owl-prev {
    left: -27px !important;
}
.hldy_thm_slider  .owl-next {
    right: -27px !important;
}
.hldy_thm_slider  .owl-next img{
    margin: 0 0 0 -3px;
}
.hldy_thm_slider .owl-nav button {
    background: none !important;
    position: absolute !important;
    top: 40% !important;
    margin: 0 !important;
    transform: translateY(-50%);
    width: 40px !important;
    height: 40px !important;
    border-radius: 50% !important;
    background-color: #fff !important;
    box-shadow: 0 0 5px rgb(0 0 0 / 10%) !important;
}
.hldy_thm_slider1 .owl-prev img{
    transform: rotate(178deg) !important;
    margin: 0 0px 0 -13px !important;
}

.hldy_thm_slider1 .owl-prev {
    left: -27px !important;
}
.hldy_thm_slider1  .owl-next {
    right: -27px !important;
}
.hldy_thm_slider1  .owl-next img{
    margin: 0 0 0 -3px;
}
.hldy_thm_slider1 .owl-nav button {
    background: none !important;
    position: absolute !important;
    top: 106% !important;
    margin: 0 !important;
    transform: translateY(-50%);
    width: 40px !important;
    height: 40px !important;
    border-radius: 50% !important;
    background-color: #fff !important;
    box-shadow: 0 0 5px rgb(0 0 0 / 10%) !important;
}
.hldy_thm_slider1 .owl-prev img{
    transform: rotate(178deg) !important;
    margin: 0 0px 0 -13px !important;
}
.hldy_thm_slider .owl-prev img {
    transform: rotate(178deg) !important;
    margin: 0 0px 0 -13px !important;
}

.deals{
    position: relative;
}
.deals-headr{
     height: 70px;
    border-radius: 40px 40px 0px 0px;
    display: flex;
    justify-content: space-between;
    padding: 0px 83px;
    position: relative;
    background: linear-gradient(181deg,rgba(255, 188, 17, 1) 37%, rgba(255, 216, 117, 1) 65%);
    z-index: -1;
}
.deals-headr span {
    width: 15px;
    height: 56px;
    background: transparent linear-gradient(90deg, #4F4F4F 0%, #BDBDBD 29%, #BDBDBD 62%, #4F4F4F 100%) 0% 0% no-repeat padding-box;
    position: relative;
    display: inline-flex
;
    top: -20px;
    border-radius: 15px;
}

.deals-headr span::before {
    content: '';
    /* background: radial-gradient(circle, rgba(255, 188, 17, 1) 0%, rgba(162, 110, 14, 1) 15%, rgba(43, 8, 8, 1) 42%); */
    background: radial-gradient(circle,rgba(255, 188, 17, 1) 0%, rgba(162, 110, 14, 1) 27%, rgba(43, 8, 8, 1) 42%);
    opacity: 0.59;
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 25px;
    height: 25px;
    border-radius: 50%;
    z-index: -1;
}

.mnhtl{
    margin-top: 50px;
}
.man-sec-tab{
    border: 1px solid #FFBC11;
    border-radius: 0 0 40px 40px;
    display: flex;
    flex-direction: column;
    padding: 0 23px 23px 23px;
}

  .week_nav_tabs {
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
    gap: 30px;
    padding: 23px 0;
    list-style: none;
}
.week_nav_tabs li{
 width: 11.5%;
}
.week_nav_tabs li a {
   background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 10px 16px;
  font-size: 15px;
  color: #000;
  font-weight: 600;
  text-decoration: none;
 border-radius: 10px;
  box-shadow: 0 0 5px rgb(0 0 0 / 10%);
  border: 1px solid #EBEBEB;
  width: 100%;
  text-align: center;
}


.week_nav_tabs li.active a {
  border: 1px solid #FFBC11;
   background-color: #FFF6E1;
   box-shadow: 0 0 5px rgb(0 0 0 / 10%);
}


.tabcontent {
  display: none;
  padding:  34px 16px;

}
.img-bx-sec{
    width: 50%;
}
.imf-bx img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.owl-next:before{
    border: none !important;
}

.owl-prev:before{
    border: none !important;
}
.gt-para{
    color: #9F8D49;
    font-size: 15px;
    font-weight: 600;
}
.dimg-bx{
    width: 24%;
    height: 280px;
}
.dimg-bx img{
    border-radius: 16px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.gt-bg{
    font-size: 31px;
    color: #275F8B;
    font-family: Playfair Display;
    font-weight: 700;

}

@font-face {
    font-family: 'Playfair Display';
    src: url('fonts/PlayfairDisplay-Italic.ttf') format('opentype');
}
.cp-crd{
    background-color: #FDF5E2;
    border: 1px solid #F1D441;
    border-radius: 40px;
    width: 43%;
}
.cp-img{
    background-color: #275F8B;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    border-radius: 50%;
}
.prc{
    color: #9F8D49;
}
.tb-cntt{
    background-color:#FFFFFD ;
    border-radius: 16px;
    /* padding: 0 15px; */
    
}
.lst-d{
    background-image: url(https://images.emtcontent.com/hotel-img/deals/bg2.webp);
   
    padding: 50px 0;
        height: 600px;
    background-repeat: no-repeat;
    background-size: cover;
}

.cpnmnbx2 {
    background-color: #Fff;
    border-radius: 8px;
    border: 1px dashed #2093EF;
    width: 48%;
    margin:  0 auto;
    position: relative;
    box-shadow: 0 4px 5px rgb(0 0 0 / 10%);
    cursor: pointer;
}
.lcpncde2 {
    width: 65%;
    padding: 8px 8px 8px 14px;
    border-right: 1px dashed #2093EF;
}
.cpyicn2 {
    width: 25%;
    display: flex
;
    justify-content: center;
    align-items: center;
}


.vld-dt{
    border-radius: 5px;
    background-color: #fff;
        width: 43%;
    padding: 22px 15px 6px 10px;
    margin: -15px auto 0 auto;
}
.vlt{
    color: #565656;
}
.dte-c{
    color: #275F8B;
}
.chn-offer{
    padding: 50px 0;
}
.bkh{
    padding: 40px 0;
    background-color: #EEF8FF;
}