@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Tenor+Sans&display=swap');


/* ===== DEFAULT CSS ===== */
body {
    margin: 0;
    padding: 0;
}

* {
    box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6, p {
    margin: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Tenor Sans", sans-serif;
}

p, span {
    font-family: "Inter", sans-serif;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}


/* ===== HEADER AREA ===== */
.header-area {

    
    padding-top: 15px;
    padding-bottom: 10px;

}

.header-logo a img {
    width: 200px;
}

.header-menu ul {
    text-align: center;
}

.header-menu ul li {
    display: inline-block;
    margin-left: 15px;
    margin-right: 15px;
}

.header-menu ul li:first-child {
    margin-left: 0;
}

.header-menu ul li:last-child {
    margin-right: 0;
}

.header-menu ul {
    font-size: 0;
}

.header-menu ul li a {
    color: white;
    font-family: "Inter";
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    text-decoration: none;
}

.header-menu ul li a:hover,
#active {
    color: #C29729;
}

.header-contact ul {
    text-align: right;
}

.header-contact ul li {
    display: inline-block;
}

.fa-bag-shopping {
    position: relative;
    font-size: 17px;
    margin-left: 24px;
}

.fa-bag-shopping::after {
    content: "3";
    display: block;
    clear: both;
    position: absolute;
    font-size: 8px;
    text-align: center;
    line-height: 14px;
    color: #FFFFFF;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #C29729;
    left: 70%;
    top: -4px;
}



.cnt-btn {
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
    background: #C29729;
    color: #FFF;
    font-family: "Inter";
    font-size: 16px;
    font-weight: 500;
    margin-left: 35px;
    text-decoration: none;
}

.cnt-btn:hover {
    text-decoration: none;
    color: #FFFFFF;
}

.cnt-btn i {
    width: 17px;
    height: 17px;
    margin-right: 10px;
}



/* ===== HERO AREA ===== */
.hero-area {
    /* background: url(images/hero-bannar.png); */
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 290px;
    padding-bottom: 500px;
}




.hero-area1 {
    background: url(images/banner2.png);
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 200px;
    padding-bottom: 200px;
}
.hero-area3 {
    background: url(images/menubanner1.png);
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right bottom;
    padding-top: 200px;
    padding-bottom: 450px;
}

.hero-title h2 {
    color: #FFF;
    font-family: "Tenor Sans";
    font-size: 63px;
    font-weight: 400;
    line-height: 111%; /* 69.93px */
}

.hero-mobile {
    background: url(images/hero-mobile.png);
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 35px;
    padding-bottom: 315px;
}

.hero-mobile1 {
    background: url(images/banner2.png);
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 35px;
    padding-bottom: 315px;
}

.hero-mobile3 {
    background: url(images/phonebanner.png);
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right bottom;
    background-position: center;
    padding-top: 35px;
    padding-bottom: 315px;
}

.hero-mobile-title h2 {
    max-width: 332px;
    margin: auto;
    color: #FFF;
    text-align: center;
    font-family: "Tenor Sans";
    font-size: 35px;
    font-weight: 400;
    line-height: 111%; /* 38.85px */
}

.hero-mobile-title2 h2 {
    max-width: 332px;
    margin: auto;
    color: #FFF;
    text-align: center;
    font-family: "Tenor Sans";
    font-size: 35px;
    font-weight: 400;
    line-height: 111%; /* 38.85px */
}

.hero-mobile3-title h2 {
    max-width: 332px;
    margin: auto;
    color: #FFF;
    text-align: center;
    font-family: "Tenor Sans";
    font-size: 35px;
    font-weight: 400;
    line-height: 111%; /* 38.85px */
}


/* ===== Daily Deals ===== */
.daily-deals-area {
	margin-bottom: 110px;
}

.overlaping {
    border-radius: 20px;
    background: #F6EBDA;
    padding-top: 71px;
    padding-bottom: 69px;
    margin-top: -40px;
}

.overlaping h2 {
    color: #373737;
    text-align: center;
    font-family: "Tenor Sans";
    font-size: 55px;
    font-weight: 400;
}

.single-deal {
    display: flex;
    align-items: center;
}

.single-deal img {
    width: 50%; 
    position: absolute;   
}

.deal-desc {
    width: 50%;
    display: flex;
    flex-direction: column;
    border-radius: 0px 10px 10px 0px;
    background: #C29729;
    padding: 24px 25.84px 25.26px 20px;
    margin-left: calc(100% - 57%);
}

.deal-desc p {
    color: #F6EBDA;
    font-family: "Tenor Sans";
    font-size: 17px;
    font-weight: 400;
    line-height: 22px; /* 129.412% */
}

.deal-desc span i {
    color: #F6EBDA;
    margin: 9px 0;
    font-size: 12px;
    letter-spacing: 5px;
}

.deal-desc a {
    color: #F6EBDA;
    font-family: "Inter";
    font-size: 13px;
    font-weight: 500;
    line-height: 16px; /* 123.077% */
    text-decoration: none;
}

.slider-one-area {
    padding-top: 111px;
}

.slider-area-title h2 {
    color: #373737;
    text-align: center;
    font-family: "Tenor Sans";
    font-size: 50px;
    font-weight: 400;
    margin-bottom: 53px;
}

.single-item {
    border-radius: 40px;
    box-shadow: 2px 10px 30px 0px rgba(0, 0, 0, 0.10);
    text-align: center;
    padding: 30px 0 40px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.item-img {
    width: 153px;
    height: 153px;
    border-radius: 50%;
    background-color: #F6EBDA;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 13px;
}

.item-img img {
    width: 100% !important;    
}

.item-desc h2 {
    color: #1E1E1E;
    text-align: center;
    font-family: Inter;
    font-size: 30px;
    font-weight: 600;
    margin-top: 13px;
    margin-bottom: 12px;
}

.item-desc a {
    color: #C29729;
    text-align: center;
    font-family: Inter;
    font-size: 23px;
    font-weight: 500;
    text-decoration-line: underline;
}

.owl-stage {
	height: 450px;
}


/* ===== Enjoy our signature ===== */
.enjoy-signature-area {
    background: #F6EBDA;
    padding-top: 40px;
    padding-bottom: 84px;
}


@media (min-width: 768px) {
    .signeture-img {
        position: absolute;
        top: -235px;
        width: 100%;
    }
}




.signeture-desc h2 {
    color: #373737;
    font-family: "Tenor Sans";
    font-size: 46px;
    font-weight: 400;
}

.signeture-desc h2 span {
    color: #C29729;
    font-family: "Tenor Sans";
    font-size: 46px;
    font-weight: 400;
}

.signeture-desc p {
    max-width: 464px;
    color: #898886;
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px; /* 137.5% */
    margin: 33px 0;
}

.signeture-desc a {
    width: 229px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
    background:#C29729;
    font-size: 30px;
    color: #FFFFFF;
    font-weight: 600;
    text-transform: capitalize;
    text-decoration: none;
    box-shadow: -2px 22px 38px 0px rgba(194, 151, 41, 0.34);
}

.pocb {
    position: relative;
}

.cb1 {
    position: absolute;
    width: 80px;
    top: -65px;
    right: 115px;
}

.cb2 {
    position: absolute;
    width: 80px;
    top: 70px;
    right: 50px;
}

.cb3 {
    position: absolute;
    width: 50px;
    top: 140px;
    right: 160px;
}

.cb4 {
    position: absolute;
    width: 80px;
    bottom: -20px;
    right: 44px;
}

.cb5 {
    position: absolute;
    width: 80px;
    bottom: -40px;
    right: 245px;
}

.mobile-menu-icon i {
    font-size: 35px;
    cursor: pointer;
}

.side-menu {
    width: 320px;
    background: #000000;
    height: 100vh;
    position: fixed;
    top: 0;
    z-index: 33333;
    right: -320px;
    padding: 30px 20px;
    transition: 0.4s;
}

.side-menu-active {
    right: 0;
}


.side-bar-logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.side-bar-logo a img {
    width: 200px;
}

.fa-xmark {
    color: #ffffff;
    font-size: 35px;
    cursor: pointer;
}

.side-bar-list {
    padding-top: 40px;
}

.side-bar-list ul li {
    margin-bottom: 10px;
}

.side-bar-list ul li a {
    color: #FFFFFF;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration: none;
}

























/* ===== Connect with ===== */
.contact-with-us {
    padding-top: 113px;
}

.cntn-info p {
    color: #C29729;
    font-family: Inter;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 3.15px;
    text-transform: uppercase;
}

.cntn-info h2 {
    color: #373737;
    text-align: center;
    font-family: "Tenor Sans";
    font-size: 50px;
    font-weight: 400;
    margin-top: 19px;
    margin-bottom: 26px;
}

.cntn-info ul li {
    display: inline-block;
}

.cntn-info ul li:nth-child(2) {
    margin-left: 60px;
    margin-right: 60px;
}

.cntn-info ul li a {
    width: 65.593px;
    height: 66.987px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid #C29729;
    text-decoration: none;
}

.cntn-info ul li a i {
    color: #C29729;
    font-size: 30px;
}

.single-cwc-item {
    display: flex;
    padding-bottom: 19px;
    flex-direction: column;
    border-radius: 30px;
    background: #FFF;
    box-shadow: 2px 10px 30px 0px rgba(0, 0, 0, 0.10);
    overflow: hidden;
    /* align-items: flex-end; */
    /* gap: 15.848px; */
}

.cwc-item-img img {
    width: 100% !important;
}

.cwc-item-desc p {
    margin-top: 6px;
    margin-bottom: 10px;
    padding: 0 8px;
    font-size: 13px;
}

.cwc-item-desc p a {
    color: #8A8A8A;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
}

.second-carousel {
    margin-top: 35px;
}


/* ===== Reserve Markhor Premium ===== */
.reseve-markhor-premium {
    background-color: #F6EBDA;
}

.premium-img img {
    width: 100%;
    background-color: #F6EBDA;
}

.padleft {
    padding-left: calc((100% - 1300px)/2);
}

.premium-form h2 {
    max-width: 571.304px;
    margin: auto;
    color: #373737;
    text-align: center;
    font-family: "Tenor Sans";
    font-size: 42px;
    font-style: normal;
    font-weight: 400;
    line-height: 48px; /* 114.286% */
}
.premium-form h3 {
    max-width: 571.304px;
    margin: auto;
    color: #373737;
    text-align: center;
    font-family: "Tenor Sans";
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 48px; /* 114.286% */
}

.premium-form form input {    
    width: 75%;
    max-width: 550px;
    display: flex;
    padding: 17px 16px 17px 20px;
    align-items: center;
    gap: 13px;
    border-radius: 35px;
    border: 1px solid #373737;
    background: rgba(37, 99, 235, 0.00);
    color: #373737;
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px; /* 162.5% */
    margin: 20px auto;
}

.premium-form form textarea {    
    width: 75%;
    max-width: 550px;
    display: flex;
    padding: 17px 16px 17px 20px;
    align-items: center;
    gap: 13px;
    border-radius: 10px;
    border: 1px solid #373737;
    background: rgba(37, 99, 235, 0.00);
    color: #373737;
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px; /* 162.5% */
    margin: 20px auto;
}

.date-time {
    width: 75%;
    max-width: 550px;
    margin: auto;
    display: flex;
    justify-content: space-between;
}

.select-date, .select-time {
	width: 45%;
}

.date-time select {
    display: flex;
    width: 100%;
    padding: 17px 16px 17px 20px;
    align-items: center;
    border-radius: 43px;
    border: 1px solid #373737;
    background: rgba(37, 99, 235, 0.00);
}

.select-date select option {
    color: #373737 ;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 162.5% */
}

.premium-form form input:focus {
    outline: none;
}

.submit {
    display: flex;
    width: 250.864px !important;
    height: 60px;
    padding: 16px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #FFF !important;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px; /* 175% */
    letter-spacing: -0.2px;
    border-radius: 34px;
    border: none !important;
    outline: none;
    background:#C29729 !important;
}

.premium-form {
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
    height: 100%;
}

.absolute img {
    height: 100%;
}


/* ===== Locate Us ===== */
.locate-us {
    padding-top: 109px;
    padding-bottom: 1fReserve Markhor Premium Lounge;
}

.locate-left {
    width: 30%;
}

.locate-right {
    width: 70%;
}

.locate-right iframe {
    width: 100%;
    height: 100%;
}

.bdr-radius {
    border-radius: 30px 30px 30px 30px;
    overflow: hidden;
    position: relative;
}

.single-locate {
    background-color: #FAF5EC;
    padding: 40px 30px 33px 34px;
}

.bdr {
    position: relative;
}

.bdr::before {
    content: "";
    display: block;
    clear: both;
    position: absolute;
    z-index: 33333;
    width: 85%;
    height: 1px;
    right: 0;
    top: 0;
    border-radius: 3px;
    background: #D2CEC8;
}

.bdr::after {
    content: "";
    display: block;
    clear: both;
    position: absolute;
    z-index: 33333;
    width: 85%;
    height: 1px;
    right: 0;
    bottom: 0;
    border-radius: 3px;
    background: #D2CEC8;
}



.single-locate h3 {
    color: #4A4A4A;
    font-family: Inter;
    font-size: 18.438px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px; /* 141.017% */
}

.single-locate p {
    color: #666;
    font-family: Inter;
    font-size: 15.375px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 117.073% */
    margin: 16px 0;
}

.single-locate a {
    color: #C29729;
    text-align: center;
    font-family: Inter;
    font-size: 13.234px;
    font-weight: 600;
    line-height: 16px; /* 120.897% */
    text-transform: uppercase;
    text-decoration: none;
    width:64px;
}

.locate-right {
    position: absolute;
    height: 100%;
    right: 0;
}


/* ===== FOOTER AREA ===== */
.footer-area {
    padding-bottom: 65px;
}

.footer-icon a img {
    width: 250px;
}

.footer-icon p {
    color:#52525B;
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px; /* 157.143% */
    margin-top: 26px;
    margin-bottom: 18px;
    max-width: 274px;
}

.footer-icon ul li {
    display: inline-block;
}

.footer-icon ul li:nth-child(2) {
    margin-left: 10px;
    margin-right: 10px;
}

.footer-icon ul li a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #C29729;
    text-decoration: none;
}

.footer-icon ul li a i {
    color: #C29729;
}

.footer-help h5, .footer-contact h5, .room-available h5 {
    color: #C29729;
    font-family: Inter;
    font-size: 13px;
    font-weight: 600;
    line-height: 18px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.footer-help ul li, .footer-contact ul li {
    margin-bottom: 10px;
}

.footer-help ul li a, .footer-contact ul li a {
    color: #52525B;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 157.143% */
    text-decoration: none;
}


.room-available img {
    width: 230px;
}

/*==faq area style start hare ===*/
.faq-area {
    padding: 60px 0;
  }
  .faq-content .faq-wapper h1 {
    font-size: 48px;
    font-weight: 400;
    color: #000000;
  }
  
  .faq-content .faq-wapper p {
    font-size: 20px;
    font-weight: 400;
    padding: 20px 0;
  }
  
  .faq-accordion .faq-accordion-item .accordion-heder {
    padding: 15px 30px 0;
    color: #ffffff;
    cursor: pointer;
  }
  .faq-accordion .faq-accordion-item .accordion-heder h4 {
    color: #C29729;
    font-family: Inter;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px; /* 138.462% */
    letter-spacing: 1px;
    text-transform: uppercase;
  }
  .faq-accordion .faq-accordion-item .accordion-heder i {
      font-size: 22px;
      color: #000000;
      width: 25px;
      height: 25px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
    transition: all 0.3s ease;
  }
  .accordion-activee i {
    transform: rotate(180deg);
  }
  .faq-accordion-item .accordion-content {
    /* border: 1px solid rgba(0, 0, 0, 0.2); */
    height: auto;
    overflow: hidden;
    display: none;
    padding: 0 15px;
  }
  .faq-accordion-item .accordion-content p {
    color: #374151;
    line-height: 28px;
    font-size: 16px;
  }
  .accordion-content .sr-content {
    padding: 20px 15px;
  }
  .faq-accordion-item {
	border-top: 1px solid #A6A6A6 !important;
	border-bottom: 1px solid #A6A6A6 !important;
	padding-bottom: 15px;
}

.item2 {
    border-top: none !important;
}
  /*==faq area style end hare ===*/







