*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "VisitQatar-Regular", sans-serif;

}
@font-face {
     font-family: "VisitQatar-Regular";
    src: url(font/VisitQatar-Regular.otf);
}
img{
    max-width: 100%;
}
a{
    text-decoration: none;
}
.flx-wrp{
    flex-wrap: wrap;
}
.cont{
    width: 85%;
    /* max-width: 1200px; */
    margin: 0 auto;
}
.txt-c{
    text-align: center;
}
.ft-10{
    font-size: 10px;
}
.ft-12{
    font-size: 12px;
}
.ft-14{
    font-size: 16px;
}
.ft-13{
    font-size: 13px;
}
.ft-15{
    font-size: 17px;
}
.ft-16{
    font-size: 18px;
}
.ft-18{
    font-size: 18px;
}
.ft-20{
    font-size: 20px;
}
.ft-22{
    font-size: 22px;
}
.fw-500{
    font-weight: 500;
}
.fw-600{
    font-weight: 600 ;
}

.whc{
    color: #ffff;
}
.fw-600{
    font-weight: 600;
}

.fw-900{
    font-weight: 900;
}
.flx{
    display: flex;
}
.flx-sb{
    display: flex;
    justify-content: space-between;
}
.justy-c{
    justify-content: center;
}
.item-c{
    align-items: center;
}
.gp-5{
    gap: 5px;
}
.gp-10{
    gap: 10px;
}
.gp-15{
    gap: 15px;
}
.gp-20{
    gap: 20px;
}
.mt-10{
    margin-top: 10px;
}
.mt-15{
    margin-top: 15px;
}
.mt-20{
    margin-top: 20px;
}
.mt-30{
    margin-top: 30px;
}
.mt-50{
    margin-top: 50px;
}
.mt-8{
    margin-top: 8px;
}
.mt-40{
    margin-top: 40px;
}
.mtb-20{
    margin-bottom: 20px;
}
.mtb-10{
    margin-bottom: 10px;
}
.red-c{
    color: red;
}
.padt-23{
    padding-top: 23px;
}
.pdt-10{
    padding-top: 10px;
}
.txt-r{
    text-align: right;
}
.wth-50{
    width: 50%;
}
.header {
    background-color: transparent;
    /* position: sticky;
    top: 0; */
    width: 100%;
    z-index: 100;
    padding: 5px 0;
}
/* .nav-links1 li a {
    text-decoration: none;
    letter-spacing: 0.3px;
    transition: color 0.2s;
    position: relative;
    font-size: 15px;
    color: #ffff;
    font-weight: 500;
     font-family: 'Inter', sans-serif;
} */
 nav{
    width: 39%;
 }

.nav-links1{
    display:flex;
    align-items:center;
    gap:30px;
    list-style:none;
    margin:0;
    padding:0;
    width: 100%;
    justify-content: space-between;
}

.nav-links1 li a{
    text-decoration:none;
    letter-spacing:0.3px;
    transition:0.3s ease;
    position:relative;
    font-size:15px;
    color:#fff;
    font-weight:500;
    padding-bottom:6px;
     font-family: "42dot Sans";

}

/* Bottom Border */
.nav-links1 li a::after{
    content:"";
    position:absolute;
    left:50%;
    bottom:0;
    transform:translateX(-50%);
    width:0;
    height:2px;
    background:#fff;
    border-radius:10px;
    transition:0.3s ease;
}

/* Active Border */
.nav-links1 li a.active::after{
    width:70%;
}

/* Hover Effect */
.nav-links1 li a:hover::after{
    width:70%;
}

.book-now-btn{
    background:#fff;
    color:#000 !important;
    padding:10px 18px;
    border-radius:30px;
}

.book-now-btn::after{
    display:none;
}


.logo-wrap {
    width: 20%;
    display: flex;
    align-items: center;
   background: #ffffff;
    border-radius: 10px;
    padding: 10px 18px;
    gap: 12px;
    cursor: pointer;
}
.nav-links1 {
    display: flex;
    list-style: none;
    gap: 20px;
    align-items: center;
}
.hamburger1 {
    display: none;
    flex-direction: column;
    cursor: pointer;
}

.hero-content {
    position: relative;
    z-index: 10;
    flex-direction: column;
    align-items: center;
    text-align: center;
    flex: 1;
    justify-content: flex-end;
    padding-bottom: 72px;
    padding-top: 40px;

}
.hamburger1 span {
    height: 2px;
    width: 25px;
    background: #000;
    margin: 3px 0;
}
/* .fft-42{
  font-family: "42dot Sans";
} */
.hero-title {
    font-family: "visitQatar-Regular", sans-serif;
    font-size: 130px;
    font-weight: 600;
    color: #ffffff;
    line-height: 0.9;
    letter-spacing: 30px;
    text-shadow: 0 6px 40px rgba(0, 0, 0, 0.4);
    margin-bottom: 24px;
}
.tagline-small {
    font-size: 17px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.88);
    letter-spacing: 10px;
    text-transform: uppercase;
    margin-bottom: 4px;
    font-family: "VisitQatar-Regular", sans-serif;
}
.hero-sub {
    font-size: 18px;
    font-weight: 400;
    color: #ffff;
    line-height: 1.7;
    max-width: 580px;
    text-align: center;
    font-family: "visitQatar-Regular";
}
.hero-bg {
    position: absolute;
    inset: 0;

    /* filter: brightness(0.55) saturate(1.1); */
    z-index: 0;
}
.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(5, 30, 38, 0.15) 0%, rgba(5, 30, 38, 0.10) 40%, rgba(10, 60, 70, 0.70) 72%, rgba(8, 50, 58, 0.95) 100%);
    z-index: 1;

}
.hero {
    position: relative;
    width: 100%;
    min-height: 100vh;
    overflow: hidden;
    flex-direction: column;
}
.dest{
    padding: 70px 0;
}
.wtc{
    color: rgba(0, 98, 108, 1);
}
.hdr h3{
    font-size: 50px;
}
.hdr span{
    font-size: 35px;
}
.custom-tab-wrapper {
    overflow: auto;
    background: #ffffff;
    border-radius: 8px 8px 0 0;
    gap: 36px;
    justify-content: center;
}

/* TAB BUTTONS */
.custom-tab-btn{
    background:transparent;

    border:none;
    outline:none;
    cursor:pointer;
    padding:14px 20px;
    transition:0.3s;
    font-size:19px;
    font-weight:500;
    text-align: center;
    border-radius: 8px 8px 0 0;
}



/* TAB CONTENT */
.custom-tab-panel{
    display:none;
    padding:20px;
    border:1px solid rgba(0, 98, 108, 0.22);
    background:#fff;
    border-radius:0 0 8px 8px;
    font-family: "42dot Sans";
}
.custom-tab-btn img{
    width:24px;
    height:24px;
    transition:0.3s;
    margin-bottom: 10px;
}

/* BUTTON HOVER */
.custom-tab-btn:hover{
    background:#007c89;
    color:#fff;
}

/* ICON WHITE ON HOVER */
.custom-tab-btn:hover img{
    filter: brightness(0) invert(1);
}

/* ACTIVE TAB */
.custom-tab-btn.active-tab-btn{
    background:#007c89;
    color:#fff;
}

/* ACTIVE ICON WHITE */
.custom-tab-btn.active-tab-btn img{
    filter: brightness(0) invert(1);
}
 .book_hotel_slider_newm.owl-carousel{
     display: block !important;
 }
  .book_hotel_slider_newm .owl-carousel .owl-nav{
    display: block !important;
  }
.book_hotel_slider_newm .owl-nav .owl-prev {
    position: absolute;
    left: -27px;
    top: 50%;
    transform: translateY(-50%);
}
.book_hotel_slider_newm .owl-nav .owl-next {
    position: absolute;
    right: -27px;
    top: 50%;
    transform: translateY(-50%);
}

.book_hotel_slider_newm .owl-nav button {
    width: 54px;
    height: 54px;
    border-radius: 50% !important;
    border: 8px solid #F5F5F5 !important;
    display: inline-flex !important;
    justify-content: center !important;
    align-items: center !important;
    background: #fff !important;
}

.book_hotel_slider_newm.owl-carousel .owl-stage-outer{
    /* min-height: 400px !important;
height: auto !important; */

/* overflow-y: visible !important;
overflow-x: hidden !important; */
}


/* Single Card */
.rcnt-card{
  /* width:300px; */
  background:rgba(253, 251, 247, 1);
  border:1px solid rgba(238, 238, 238, 1);
  border-radius:8px;
  padding:14px;
  transition:0.3s;
  /* font-family: "42dot Sans" !important; */
}

.rcnt-card:hover{
  transform:translateY(-4px);

}

/* Image */
.rcnt-cardimg{
  width:100%;
  height:180px;
  object-fit:cover;
  border-radius:8px;
  display:block;
}

/* Heading */
.travel_place_title{
  font-size:17px;
  margin:14px 0 10px;
  color:#111;
}

/* Paragraph */
.travel_place_desc{
  font-size:14px;
  color:#333;
  line-height:1.6;
}

/* Hidden Text */
.travel_hidden_content{
  display:none;
}

/* Button */
.travel_toggle_btn{
  margin-top:15px;
  border:none;
  background:none;
  color:#007c89;
  font-size:14px;
  cursor:pointer;
  padding:0;
}

.travel_toggle_btn:hover{
  text-decoration:underline;
}


.rcnt-card-sec1.owl-carousel{
    display: block;
    margin-top: 30px !important;
  }
.rcnt-card-sec1.owl-carousel{
  display:block;
  margin-top:30px !important;
  position:relative;
}



/* Nav top-right */
.comm1.owl-carousel .owl-nav {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    gap: 6px;
    position: absolute;
    top: -39px;
    right: 12px;
    margin: 0 !important;
    background: #fff;
    border: 1px solid rgba(0, 98, 108, 1);
    border-radius: 20px;
    padding: 4px 12px;
    z-index: 10;
    width: 89px;
}

.comm1.owl-carousel .owl-nav.disabled{display: none !important;}
.owl-theme .owl-nav .disabled{
    opacity: 1 !important;
}
/* Reset prev/next position */
.comm1 .owl-nav .owl-prev,
.comm1 .owl-nav .owl-next{
  position:static !important;
  transform:none !important;
  margin:0 !important;
}

/* Button style */
.comm1 .owl-nav button{
  width:18px;
  height:18px;
  border-radius:50% !important;
  border:none !important;
  background:transparent !important;
  display:inline-flex !important;
  justify-content:center !important;
  align-items:center !important;
  padding:0 !important;
  margin:0 !important;
}

/* Icon size */
.comm1 .owl-nav button img {
    width: 15px;
    height: 12px;
    object-fit: contain;
}

/* Hover */
/* .comm1 .owl-nav button:hover{
  background:#eafcff !important;
} */
.read-more{
    color: rgba(0, 98, 108, 1);
}

.htl-sec{
    background-color: #FDFBF7;
    padding: 70px 0;
}
.comm1.owl-carousel .owl-nav::before{
  content:'';
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-50%, -50%);
  width:1px;
  height:20px;
  background:rgba(0, 98, 108, 1);
}

.book_slide {
    display: block;
    border-radius: 13px;
    overflow: hidden;
    position: relative;
    max-height: 324px;
    color: #000;
}
.hotel-content {
    position: absolute;
    left: 12px;
    right: 12px;
    bottom: 11px;
    z-index: 2;
    color: #fff;
}

.book_slide::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 36%, #00626C 100%);
}
.hotel-info {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 10px;
    margin-bottom: 10px;
}
.book-btn {
    width: 100%;
    height: 38px;
    border: none;
    border-radius: 5px;
    background: #fff;
    color: #00626c;
    font-size: 17px;
    cursor: pointer;
}
.price span {
    display: block;
    font-size: 13px;
    color: #ffff;
    margin-top: 5px;
}
.price {
    text-align: right;
    line-height: 14px;
    font-size: 20px;
}
.flt-sec{
    background: rgba(0, 98, 108, 1);
        padding: 70px 0 145px;
    position: relative;
}
.flt-sec::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -77px;
    width: 226px;
    height: 220px;
    background: url(https://images.emtcontent.com/tourism/qatar-img/flight-img.png) no-repeat;
    background-size: contain;
    /* opacity: 0.25; */
      opacity: 0.85;   /* thoda visible */
    /* filter: brightness(1.1); */
    pointer-events: none;
}



.flight-card {
    background: #fff;
    border-radius: 6px;
    padding: 15px 18px 16px;
    min-height: 138px;
    position: relative;
}
.flight-card:before, .flight-card:after {
    content: "";
    position: absolute;
    top: 68px;
    width: 8px;
    height: 8px;
    background: #006f73;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
}
.flight-card:before {
    left: -4px;
}
.flight-card:after {
    right: -4px;
}
.plane {
    font-size: 20px;
    color: #000;
    margin-top: 28px;
}
.dashed-line {
    border-top: 1.5px dashed rgba(223, 223, 223, 1);
    margin: 0px 0 14px;
}
.route{
    margin-bottom: 16px;
}
.book-btnn {
    width: 100%;
    height: 38px;
    border-radius: 5px;
    border: 1px solid #006f73;
    background: #fff;
    color: #006f73;
    font-size: 17px;
    font-weight: 600;
    cursor: pointer;
    margin-top: 16px;
}
.book-btnn:hover{
    background:#00626C;
    color:#fff;
}
.htl_crd{

    background: #fff;
    border: 1px solid #e2e2e2;
    border-radius: 6px;
    padding: 5px;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    position: relative;
}
.card-content {
    padding: 10px 4px 7px;
}
.card-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
}
.card-row1 img{
     width: 20px !important;
    height: 11px !important;
    margin-top: 5px;
}
.card-title {
    font-size: 15px;
    /* line-height: 17px; */
    color: #000;
    font-weight: 600;
    width: 33%;
}

.card-title1{
     font-size: 17px;
    /* line-height: 17px; */
    color: #000;
    font-weight: 600;
    margin-top: 10px;

}
.price-box span {
    font-size: 14px;
    color: #000;
    display: block;
    font-weight: 600;
    margin-bottom: 5px;
    text-align: right;
}
.price-box strong {
    font-size: 18px;
    color: #00626c;
    font-weight: 700;
}
.book-btn1 {
    width: 100%;
    height: 38px;
    border: none;
    border-radius: 5px;
    background: #00626c;
    color: #fff;
    font-size: 17px;
    cursor: pointer;
}
.htl_crd img {
    width: 100%;
    height: 190px !important;
    object-fit: cover;
    border-radius: 5px;
    display: block;
}
.blg_crd{
   background: #fff;
    border: 1px solid #e2e2e2;
    border-radius: 6px;
    padding: 5px;
    display: block;
    margin-top: 10px;
}
.blg-img {
    width: 100%;
    height: 190px !important;
    object-fit: cover;
    border-radius: 5px;
    display: block;
}
.uspitm {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    max-width: 130px;
    min-width: 100px;
}
.uspitm .uspimg {
    background: #00A4D5;
    height: 80px;
    width: 80px;
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border-radius: 50%;
    margin: 0 auto 11px;
}
.arw{
    width: 20px !important;
    height: 11px !important;
}
.emtpro-banner {

    background: rgba(0, 98, 108, 1);
    border-radius: 5px;
    padding: 35px 46px;
    display: flex;
    align-items: center;
    gap: 45px;
    color: #fff;
}
.offer-tag {
    display: inline-block;
    background: #ffc83d;
    color: #003b40;
    font-size: 13px;
    font-weight: 700;
    font-style: italic;
    padding: 7px 13px;
    border-radius: 14px 14px 0 0;
    margin-bottom: 8px;
}

.logo-text {
    font-size: 34px;
    font-weight: 800;
    line-height: 1;
    font-family: poppins;
    letter-spacing: .5px;
}
.logo-text span {
    color: #ffc83d;
}
.price-line strong {
    font-size: 40px;
    line-height: 1;
}
.price-line small{
  font-size:17px;
}

.sub-btn{
  margin-top:15px;
  background:#fff;
  color:#111;
  border:none;
  border-radius:5px;
  padding:10px 30px;
  font-size:16px;
  cursor:pointer;
  font-weight: 600;
}

.emtpro-right{
  flex:1;
}

.emtpro-right h2{
  font-size:22px;
  line-height:1.25;
  font-weight:800;
  max-width:610px;
  margin-bottom:28px;
}

.perks-grid{
  display:grid;
  grid-template-columns:repeat(5, 1fr);
  gap:22px 26px;
}

.perk{
  font-size:14px;
  line-height:1.1;
  padding-left:8px;
  /* border-left:2px solid #ffc83d; */
  /* font-family: poppins; */
  position: relative;
}

.perk::before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    width: 2px;
    height: 11px;
    background: #ffc83d;
    border-radius: 2px;
}
.price-line {
    margin-top: 5px;
    color: #ffc83d;
    font-weight: 800;
    font-style: italic;
    font-size: 20px;
}
.emtpro-left {
    width: 285px;
    text-align: center;
    border-right: 1px solid rgba(255, 255, 255, 0.25);
    padding-right: 40px;
}
.title_clr {
    position: relative;
    color: #000;
    font-size: 30px;
    font-weight: 800;
    text-align: center;
    /* font-family: poppins; */
    padding-top: 30px;
}
.city h3 {
    font-size: 25px;
    font-weight: 600;
}
.city span{
    color:rgba(138, 138, 138, 1) ;
    margin-top: 5px;
    display: inline-block;
}
.htl-sec1{
    background-color: #fff;
    padding: 70px 0;
}
.emt-tag {
    position: absolute;
    top: 12px;
    right: 12px;
    background: #007c89;;
    color: #fff;
    font-size: 12px;
    padding: 5px 12px;
    border-radius: 20px;
    font-weight: 600;
}
@media (max-width: 900px) {
    .emtpro-banner {
        flex-direction: column;
        align-items: flex-start;
        padding: 30px 22px;
    }
     .clm{
    flex-direction: column;
 }
    .uspbx {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
        flex-wrap: wrap;
    }

.wth-50 {
    width: 100%;
}
.hdr span {
    font-size: 20px;
}
.hdr h3 {
    font-size: 30px;
}
    .custom-tab-wrapper {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        justify-content: flex-start;
        gap: 12px;
        padding-bottom: 10px;
        -webkit-overflow-scrolling: touch;
    }

    .custom-tab-wrapper::-webkit-scrollbar {
        display: none;
    }

    .custom-tab-btn {
        flex: 0 0 auto;
        min-width: 113px;
            padding: 9px 16px;

    font-size: 16px;
    }
    .htl-sec{
        padding: 40px 0;
    }
.flt-sec{
        padding: 40px 0 100px;
    }
.txt-l{
    text-align: left;
}
.flt-sec::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -104px;
    width: 152px;
    height: 220px;
    background: url(img/flight-img.png) no-repeat;
    background-size: contain;
    /* opacity: 0.25; */
      opacity: 0.85;   /* thoda visible */
    /* filter: brightness(1.1); */
    pointer-events: none;
}
.htl-sec1{
    padding: 40px 0;
}
.emtpro-left{
    width: 100%;
}

 .uspbx {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
        gap: 20px 10px;
        justify-items: center;
    }

    .uspitm {
        min-width: auto;
        max-width: 120px;
        width: 100%;
    }
       .perks-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(120px, max-content));
        justify-content: center;
        gap: 20px 15px;
    }

    .perk {
        font-size: 14px;
        line-height: 1.3;
        text-align: center;
        width: 120px;
    }
    .emtpro-right{
        width: 100%;
    }
    .logo-wrap{
        width: 65%;
    }
    .hero {
      min-height:  34vh !important;
    }
    .dest{
        padding: 40px 0;
    }
    .hero-title{
        font-size: 44px;
    }
    .tagline-small{
        font-size: 15px;
    }
    .hero-overlay{
            background: linear-gradient(to bottom, rgba(5, 30, 38, 0.15) 0%, rgba(5, 30, 38, 0.10) -2%, rgba(10, 60, 70, 0.70) 53%, rgba(8, 50, 58, 0.95) 100%);
    }
    .hero-sub{
        font-size: 13px;
    }
.hero-content {
    position: relative;
    z-index: 10;
    flex-direction: column;
    align-items: center;
    text-align: center;
    flex: 1;
    justify-content: flex-end;
    padding-bottom: 10px;
    padding-top: 40px;
}	
}