:root {
    /* Fonts */
    --font-primary: 'Roboto', sans-serif;
    --font-dom: 'DomCasual', sans-serif;
    --font-coro : "Cormorant Garamond", serif;

    /*Colors */
    --black: #1A1A1A;
    --white: #ffffff;
    --primary: #D02B2F;
    /* #244AB4,#00349B */
    --secondary: #787878;
    --sky-blue: #F2F2EC;

}


@font-face {
    font-family: 'DomCasual';
    src: url('../fonts/DomCasualD.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
  }
  

/* Default styles start */

*,
*:before,
*:after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;

}

body {
    font-family: var(--font-primary);
    line-height: 1.25;
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.2;
    font-weight: 500;
    margin: 0;
}

p {
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
    font-weight: 500;
    padding: 0;
    color: var(--white);
}


/* heading */
.h1,
h1 {
    font-size: 68px;
}

.h2,
h2 {
    font-size: 40px;
}

h3,
.h3 {
    font-size: 30px;
}

h4,
.h4 {
    font-size: 24px;
}

.h4-small {
    font-size: 22px;
}

h5,
.h5 {
    font-size: 20px;
}

h6,
.h6 {
    font-size: 18px;
}

.p {
    font-size: 16px;
}

.p-small {
    font-size: 14px;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-bottom: 0;
}

/* COLORS */
.bg-black-color {
    background-color: var(--black);
}

.bg-white-color {
    background-color: var(--white);
}

.bg-primary-color {
    background-color: var(--primary);
}

.bg-secondary-color {
    background-color: var(--secondary);
}

.bg-skyblue-color {
    background-color: var(--sky-blue);
}

.color-black {
    color: var(--black);
}

.color-white {
    color: var(--white);
}

.color-primary {
    color: var(--primary);
}

.color-secondary {
    color: var(--secondary);
}

.color-skyblue {
    color: var(--sky-blue);
}

/* COLORS */

/* font weight */
.fw-700 {
    font-weight: 700;
}

.fw-600 {
    font-weight: 600;
}

.fw-500 {
    font-weight: 500;
}

.fw-400 {
    font-weight: 400;
}

.fw-300 {
    font-weight: 300;
}

.flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.flex-auto-0 {
    flex: 0 0 auto;
}

img {
    margin: 0 auto;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

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

a {
    text-decoration: none;
    color: var(--white);
}

a:hover {
    color: var(--black);
}


/* Button Css Start */
.prime-btn {
    font-size: 16px;
    font-weight: 400;
    font-family: var(--font-primary);
    line-height: 1;
    letter-spacing: 1px;
    background-color: var(--primary);
    color: var(--white);
    border: 1px solid transparent;
    border-radius: 4px;
    padding: 18px 26px;
    /* width: 152px;
    height: 52px; */
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: all 0.3s ease-out;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    outline: none;
    box-shadow: none;
}

.site-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  padding: 20px 20px;
  background: transparent;
}

.header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}



.contact-info {
  display: flex;
  gap: 20px;
  color: white;
  font-size: 18px;
  align-items: center;
  font-weight: 400px;
  font-family: var(--font-primary);
  
}

.contact-info span a:hover{
  color: var(--white);
}

.book-btn {
  background-color: #D02B2F;
  padding: 10px 20px;
  color: white;
  text-decoration: none;
  margin-right: 20px;
}

.hero {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: white;
  position: relative;
  background-color: #81d388;
  z-index: 111;
  background: url('../images/hero-image/header.png') center bottom / cover no-repeat;

  
}

.logo {
  width: 180px;
}

.hero .tagline {
  letter-spacing: 8px;
  font-size: 26px;
  margin-bottom: 10px;
  font-weight: 400;
  font-style: italic;
}

.hero-title {
  font-size: 48px;
  font-family: var(--font-dom);
  font-size: 100px;
  text-shadow: 0px 5px 10px rgba(0, 0, 0, 0.30);

}

.book-info-wrap {
  /* position: absolute; */
  align-items: center;
  left: 160px;
  /* top: 50%; */
  /* transform: rotate(-90deg) translateY(-50%); */
  z-index: 111;
}

.bookinfo {
  display: flex;
  align-items: center;
}

.bookinfo-icon {
  width: 35px;
  height: 55px;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(90deg);
}

.bookinfo-content p {
  color: var(--white);
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 3.6px;
  text-transform: uppercase;
}

.bookinfo-content a {
  color: var(--white);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 2.4px;
}

/* Booking Form style Start */
.booking-form-wrapper {
    position: absolute;
    bottom: 100px;
    left: 100px;
    margin: 0 100px;
    /* background: #787878; */
    z-index: 111;
}

.web-res-form {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    
}

.form-group {
    padding: 42px 50px;
    background-color: var(--white);
    /* margin-bottom: 20px; */
}

.form-group:last-child {
    padding: 0;
    background-color: transparent;
}

/* .form-label {
    font-size: 18px;
    color: white;
    font-family: var(--font-primary);
    margin-bottom: 10px;
    line-height: 23px;
} */

.form-control {
    font-size: 22px;
    font-family: var(--font-primary);
    width: 100%;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.30);
    border-radius: 0px;
    background-color: transparent;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 1px;
    color: rgb(0, 0, 0);
    padding: 0 0 17px 0px;
    margin-left: 40px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font-family: var(--font-primary);
}

::placeholder {
    color: rgb(0, 0, 0) !important;
    
}

::-webkit-input-placeholder {
    color: rgb(0, 0, 0) !important;
}

:-ms-input-placeholder {
    color: white !important;
}

::-ms-input-placeholder {
    color: white !important;
}

select.form-control option {
    color: #000 !important;
    padding: 4px 10px !important;
}

select {
    padding: 0 8px 17px !important;
}

.form-control:focus,
.form-control:focus-visible {
    color: white;
    background-color: transparent;
    border: 1px solid transparent;
    outline: 0;
    box-shadow: none;
}

.input-group {
    position: relative;
}

.input-icon {
    font-size: 30px;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    color: #898989;
}

.web-res-form .prime-btn {
    width: 230px;
    height: 100%;
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 1px;
    background-color: var(--primary);
    border-radius: 0;
}

.ui-widget-header {
    border: 1px solid var(--primary) !important;
    background: var(--primary) !important;
    color: #fff;
    font-weight: bold;
}


.ui-widget.ui-widget-content {
    z-index: 111 !important;
}



/* Booking Form style End */

/* About section start */


.about{

position: relative;
}


/* .about_pattern {
  width: 100%;
  position: absolute;
  top: -15%;
  z-index: 111;
} */

.pattern_bg {
  position: absolute;
  /* left: 0; */
  right: 0;
  top: -15%;
  /* width: 100%; */
  height: 590px;
  z-index: 11;
}
.about-section {
  padding: 80px 0;
 
  }
  .about-text h5 {
    color: #010101;
    font-family: var(--font-primary);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 6px;
  }
  .about-text h2 {
    color: #D02B2F;
    font-family: var(--font-dom);
    font-size: 52px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.52px;
    text-transform: capitalize;
    margin: 20px 0;
  }
  .about-text p {
    color: #555555;
    line-height: 1.8;
    font-size: 18px;
    font-weight: 400;
    text-align: start;
    padding-right: 25px;
  }
  .read-more {
    color: #D02B2F;
    font-weight: 500;
    text-decoration: none;
    margin-top: 10px;
    font-size: 20px;
    display: inline-block;
  }

  .read-more .underline {
    text-decoration: underline;
  }

  .image-stack {
    position: relative;
  }
  
  .image-stack .image-bottom {
    width: 560px;
    border-radius: 10px;
    display: block;
  }
  
  .image-stack .image-top {
    position: absolute;
    top: 150px;         
    left: -30px;        
    width: 250px;      
    border: 5px solid #fff;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    z-index: 2;
  }
  
  

/* About section end */


/* Amenities section start */

.service {
    background: url('../images/hero-image/bg.jpg') no-repeat center center;
    background-size: cover;
    color: #fff;
    padding: 100px 20px;
    position: relative;
  }
  
  .section-title {
    font-family: var(--font-dom);
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #D02B2F;
  }
  
  .sub-text {
    color: #FFF;
    text-align: center;
    font-family: var(--font-primary);
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0.32px;
    margin-bottom: 60px;
  }
  
  
  .service-line {
    position: relative;
    display: grid;
    grid-template-columns: repeat(6,1fr);
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
  }
  
  
  
  
  .service-item {
  
    padding: 25px 15px;
    border: 1px solid #ffffff;
    border-radius: 0px;
    text-align: center;
    display: flex;
    position: relative;
    z-index: 1;
    flex-direction: column;
    align-items: center;
    transition: all 0.3s ease-out;
}

.service-item:hover{

  background-color: #ffffff4b;

}

.v_line{

  width: 1px;
    height: 26.195px;
    background: var(--white);
    margin: 20px 0;
}
  
.service-item img {
  width: 64px;
  height: 64px;
  margin-bottom: 10px;
}
  
  .service-item p {
    margin: 0;
    font-size: 20px;
    color: #fff;
    font-family: 'Roboto';
    font-weight: 400;
}
  
  /* Zig-zag style */
  .service-item.top {
    align-self: flex-start;
    margin-bottom: 30px;
  }
  
  .service-item.bottom {
    align-self: flex-end;
    margin-top: 30px;
  }

  .vertical_line {
    width: 1px;
    height: 26.195px;
    background: var(--primary);
    margin: 20px 0;
}
  

.service-btn{

  margin-top: 70px;

}
  

/* Amenities section end */

/* special offer section start */

.offers {
    padding: 60px 0;
    background: #fff;
  }
  
  .offers-subtitle {
    color: #010101;
    text-align: center;
    font-family: var(--font-primary);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 6px;
  }
  
  .offers-title {
    font-family: var(--font-dom);
    font-size: 60px;
    color: #D02B2F;
    margin-bottom: 50px;
    font-weight: 700;
  }
  
  .offers-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
  }
  
  .offer-card {
    background: #F2F5FA;
    border-bottom: 3px solid #D02B2F;
    width: 100%;
    max-width: 370px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
    transition: all 0.3s ease-out;
  }
  
  .offer-card:hover {
    transform: translateY(-5px);
  }
  
  .offer-image {
    position: relative;
  }
  
  .offer-image img {
    width: 100%;
    display: block;
  }
  
  .offer-icon {
    position: absolute;
    bottom: 15px;
    right: 15px;
    background: #D02B2F;
    padding: 15px;
    border-radius: 3px;
  }
  
  .offer-icon img {
    width: 32px;
    height: 32px;
  }
  
  .offer-content {
    padding: 25px 20px;
    text-align: center;
  }
  
  .offer-content h3 {
    font-family: var(--font-coro);
    font-style: italic;
    font-size: 40px;
    margin-bottom: 15px;
    font-weight: 700;
  }
  
  .offer-content p {
    font-size: 16px;
    line-height: 1.6;
    font-family: var(--font-primary);
    color: #555555;
    font-weight: 400;
    margin-bottom: 20px;
  }
  
  .read-more-btn {
    display: inline-block;
    background: #D02B2F;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 20px;
    font-size: 14px;
    text-decoration: none;
    border-radius: 2px;
    transition: all 0.3s ease-out;
    
   
  }
  
  .read-more-btn span {
    margin-left: 5px;
  }
  
  .read-more-btn:hover {
    background: #D02B2F;
  }
  


/* special offer section end */

/* Highlight section start */

.highlight-section {
    position: relative;
    height: 600px;
    background: url('../images/attraction/highlight.png') center center / cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
  }

  .highlight-content {
    background-color: rgba(0, 0, 0, 0.6);
    color: var(--white);
    padding: 60px 40px;
    border: 3px solid #D02B2F;
    width: 1068px;
    z-index: 1;
  }

  .highlight-content h2 {
    font-size: 50px;
    font-family: var(--font-dom);
    margin-bottom: 20px;
  }

  .highlight-content p {
    font-size: 18px;
    margin-bottom: 30px;
  }

  .highlight-content .btn {
    background-color: #D02B2F;
    border: none;
    font-family: var(--font-primary);
    padding: 12px 28px;
    color: white;
    font-weight: 400;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
  }

  .highlight-content .btn:hover {
    color: var(--black);
  }

  .float-img {
    position: absolute;
    object-fit: cover;
    z-index: 2;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
    border-radius: 6px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }

  .float-img:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);
  }

  /* Individual Positions */
  .top-left {
    top: 50px;
    left: 190px;
    width: 300px;
    height: 200px;
    /* transform: rotate(-2deg); */
  }

  .bottom-left {
    bottom: 185px;
    left: 230px;
    width: 220px;
    height: 150px;
    /* transform: rotate(2deg); */
  }

  .top-right {
    top: 185px;
    right: 230px;
    width: 220px;
    height: 150px;
    /* transform: rotate(1.5deg); */
  }

  .bottom-right {
    bottom: 50px;
    right: 190px;
    width: 300px;
    height: 200px;
    /* transform: rotate(-1.5deg); */
  }

 

/* Highlight section end */

/* Room Section Start */


  
  .rooms-section {
    padding: 60px 20px;
    background-image: url(../images/sec-bg/roombg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
  }
  
  .rooms-container {
    max-width: 1300px;
    background-color: #F2F5FA;
    border-radius: 50px;
    box-shadow: 1px 2px 10px 0px rgba(0, 0, 0, 0.20);
    display: flex;
    padding: 40px;
    margin: auto;
    gap: 40px;
    align-items: center;
  }
  
  .rooms-content {
    flex: 1;
  }
  
  .section-label {
    font-weight: 400;
    letter-spacing: 2px;
    color: #000;
    margin: 0;
  }
  
  .Amenities-title {
    font-family: var(--font-dom);
    color: #D02B2F;
    font-size: 60px;
    margin-top: 10px;
    margin-bottom: 20px;
  }
  
  .section-desc {
    color: #555;
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 30px;
    font-weight: 400;
  }
  
  .room-buttons {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 30px;
  }
  
  .room-btn {
    background-color: #D02B2F;
    color: #fff;
    font-family: var(--font-coro);
    font-size: 20px;
    padding: 15px 25px;
    border: none;
    width: 300px;
    text-align: left;
    position: relative;
    border-radius: 0;
    clip-path: polygon(0 0, 85% 0, 100% 50%, 85% 100%, 0 100%);
    cursor: pointer;
    transition: all 0.3s;
  }
  
  .room-btn:hover {
    background-color: #D02B2F;
  }
  
  .see-all-btn {
    padding: 10px 20px;
    border: 1px solid #C1C1C1;
    background: rgba(217, 217, 217, 0.00);
    color: var(--black);
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s;
  }
  
  .see-all-btn:hover {
    background-color: #000;
    color: #fff;
  }
  
  .rooms-image-wrapper {
    position: relative;
    flex: 1;
  }
  
  .room-img {
    width: 100%;
    border-radius: 30px;
    display: block;
  }
  
  .price-card {
    position: absolute;
    bottom: 30px;
    left: -200px;
    background-color: #000;
    color: #fff;
    padding: 30px;
    border-radius: 20px;
    /* max-width: 380px; */
    width: 570px;
  }
  
  .price-card h3 {
    font-family: var(--font-dom);
    font-size: 40px;
    margin: 0 0 15px;
  }
  
  .price-card .price {
    font-size: 14px;
    margin-bottom: 20px;
  }
  
  .price-card .price span {
    font-size: 26px;
    font-family: var(--font-coro);
    
  }

  .price-box {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}
  
  .book-btn {
    background-color: transparent;
    font-family: var(--font-coro);
    border: 1px solid #fff;
    color: #fff;
    padding: 10px 20px;
    cursor: pointer;
    transition: 0.3s;
    letter-spacing: 1px;
  }
  
  .book-btn:hover {
    background-color: #fff;
    color: #000;
  }
  

/* Room Section End */

/* Gallery section start */

/* .gallery{

  background-color: #282428;
  height: 700px;
  width: 100%;
} */

.gallery-section {
  background-color: #282428;
  /* height: 700px; */
  padding: 90px 0;
}

.gallery-carousel .item {
  /* background: white; */
  padding: 0px;
  /* border-radius: 3px; */
  border-bottom: 30px solid #f8f9fa;
  overflow: hidden;
}

.gallery-carousel .item img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.owl-nav {
  position: absolute;
  bottom: -35px;
  left: 90%;
  transform: translateX(-50%);
  display: flex;
  gap: 20px;
}

.owl-nav .arrow {
  background: black;
  color: white;
  font-size: 24px;
  padding: 10px 16px;
  cursor: pointer;
  border-radius: 3px;
  transition: 0.3s;
}

.owl-nav .arrow:hover {
  background: white;
  color: black;
}


.gallery-carousel .item {
  position: relative;
  overflow: hidden;
}

.gallery-carousel .item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color:rgba(0, 0, 0, 0.50);
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
  z-index: 1;
}

.gallery-carousel .item.item::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  background-image: url("../images/icons/instagram.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 2;
  pointer-events: none;
}

.gallery-carousel .item.item:hover::before,
.gallery-carousel .item.item:hover::after {
  opacity: 1;
}

.gallery-carousel .item.item img {
  display: block;
  width: 100%;
  transition: transform 0.3s ease;
}

.gallery-carousel .item.item:hover img {
  transform: scale(1.05);
}


/* Gallery section end */

/* Feedback section start */

.testimonial-section {
  text-align: center;
  padding: 60px 20px;
}

.testimonial-section h4 {
  font-weight: 400;
  color: var(--black);
  letter-spacing: 6px;
  font-size: 16px;
}

.testimonial-section h2 {
  color: #D02B2F;
  font-weight: 700;
  font-family: var(--font-dom);
  font-size: 60px;
  margin-bottom: 40px;
}

.testimonial-cards {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}

.testimonial-card {
  /* width: 300px; */
  border: 1px solid #D02B2F;
  border-radius: 6px;
  background: #f3f6fb;
  position: relative;
  height: 380px;
}

.testimonial-header {
  background: #D02B2F;
  color: #fff;
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: 20px;
  padding: 15px 0;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.testimonial-body {
  padding: 25px 20px 60px;
  position: relative;
}

.stars {
  color: #D02B2F;
  font-size: 20px;
  margin-bottom: 15px;
}

.testimonial-body p {
  font-size: 16px;
  color: var(--black);
  line-height: 1.6;
}

.avatar-img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 4px solid #f3f6fb;
  background: white;
  position: absolute;
  bottom: -35px;
  left: 50%;
  transform: translateX(-50%);
}




/* Feedback section end */

/* Footer section start */

footer.sec-spacing {
  padding: 100px 0 0;
  margin-top: 120px;
  
}

.footer.sec-bg-img {
  position: relative;
  background-image: url("../images/sec-bg/footer.jpg");
}

.footer::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #000000;
  opacity: .8;
}

.footer-grid-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  z-index: 111;
  position: relative;
  margin-bottom: 60px;
}

.footer-grid-wrapper p{

  color: var(--white);
  font-weight: 400;
  font-family: var(--font-primary);
}

.ft-logo {
  width: 168px;
  height: 90px;
  margin-bottom: 40px;
}

.ft-logo img {
  width: inherit;
  height: inherit;
  object-fit: contain;
}

.footer-grid-item p {
  font-size: 18px;
  line-height: 40px;
  margin-bottom: 40px;
  font-weight: 400;
  font-family: var(--font-primary);
  /* text-align: justify; */
}

.footer-grid-item .prime-btn {
  padding: 10px 12px;
  max-width: 160px;
}

.footer-grid-item h3 {
  font-size: 34px;
  padding: 40px 0 40px 0;
  /* padding-bottom: 50px; */
  letter-spacing: 0.5px;
  color: var(--white);
  font-family: var(--font-dom);
  font-weight: 00;
}
.footer-link-wrapper {
  padding-left: 120px;
}

.footer-grid-item a{

  color: var(--white);
}

.footer-link {
  font-size: 18px;
  font-family: var(--font-primary);
  line-height: 1.2;
  margin-bottom: 26px;
  font-weight: 400;
}


.ft-add,
.footer-add a {
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 26px;
  color: var(--white);
  font-weight: 300;
}

.footer-bottom-wrap {
  z-index: 111;
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.30);  
  font-size: 16px;
  padding: 30px 0;
  

}

.footer-bottom-wrap p{
color: var(--white);
  font-weight: 400;
  font-family: var(--font-primary);
  text-align: center;
}

/* Footer section end */

/* ADA BTN */
.Ada-btn {
  font-size: 16px;
  background: #D02B2F;
  font-family: var(--font-primary);
  color: var(--white);
  /* width: 125px; */
  padding: 18px 18px;
  text-align: center;
  transition: 0.5s all ease;
  border: none;
}

.Ada-btn a{

  list-style: none;
  
 
}

.Ada-btn .fa-wheelchair{
  padding: 0px 6px 0px 10px;
  color: var(--white);
}

.Ada-btn:hover{

  transform: scale(1.1);
}

/* ADA BTN */



/* Sidebar style start */

.slide-menu {
  width: 40px;
  cursor: pointer;
  margin-left: 60px;
  position: relative;
  display: flex;
  height: 40px;
  align-items: center;
  justify-content: center;
}

.slide-menu span {
  display: block;
  width: 40px;
  height: 1px;
  background: var(--white);
  position: relative;
}

.slide-menu::before,
.slide-menu::after {
  content: '';
  position: absolute;
  width: 30px;
  height: 1px;
  background: var(--white);
  right: 0;
}

.slide-menu::before {
  top: 10px;
}

.slide-menu::after {
  bottom: 10px;
}

.sidenav {
  height: 100vh;
  width: 0;
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.8392156862745098);
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 70px;
  overflow: hidden;
}

.sidenav .closebtn {
  position: absolute;
  top: 30px;
  right: 30px;
  font-size: 36px;
  color: white;
  font-size: 40px;
}

.sidenav-wrapper {
  overflow-y: auto;
  height: 100%;
  padding: 20px 30px;
}

.sidenav-wrapper .navbar-brand {
  width: 156px;
  height: 80px;
  margin-bottom: 30px;
  padding: 0;
}

.sidenav-wrapper p.text {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.5px;
  font-weight: 400;
  font-style: var(--font-primary);
}

.sidenav-wrapper p.sidebar-amenities {
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 10px;
  color: var(--white);
  font-weight: 400;
  font-family: var(--font-primary);
  padding: 10px;
}

.sidebar-amenities a{

  transition: all 0.3 ease-in-out;

}

.sidebar-amenities a:hover{

  color: #D02B2F;

}

.sidenav-wrapper h4 {
  font-size: 20px;
  letter-spacing: 0.5px;
  margin: 40px 0 20px 0;
}

.sidebar-contact-wrap-item {
  position: relative;
  display: flex;
}

.sidebar-contact-wrap-item .icon {
  color: var(--primary);
  margin-right: 16px;
  font-size: 26px;
}

.sidebar-contact-wrap-item span {
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height: 2;
}

.sidebar-amenities-wrap{

  margin-top: 30px;

}

.sidenav-wrapper .prime-btn {

  display: none;
}

/* Sidebar menu */

/* ==================================== */

/* SERVICES & AMENTIES PAGE STARTS HERE */




.Amenities_page{
  margin-top: 120px; 
  padding: 15px 9%;
  padding-bottom: 100px;
  
}


.Hotel_Ameneties{

  font-family: var(--font-dom);
  font-weight: 500;
  text-align: center;
  padding-bottom: 50px;
  font-size: 52px;

}

.Amenities_page .box_container {
  margin-right: 100px;
  margin-left: 100px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px 50px;
  padding-top: 30px;
}

.Amenities_page .box_container .box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 0px;
  /* background: #F6F6F6; */
  padding: 35px 30px;
  text-align: center;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px;
  transition: .5s all ease;
}

.Amenities_page .box_container .box:hover{

  transform: scale(1.2);
}

.Amenities_page .box_container .box {

  font-size: 18px;
  font-family: var(--font-primary);
  /* font-weight: 400; */
  /* padding: 10px 0; */
  margin: 0;
}

.Amenities_page .box_container .box img{

  transition: .5s all ease;
  border: 1px solid var(--primary);
  border-radius: 6px;
  padding: 18px;
}
.Amenities_page .box_container .box img:hover{
  transform: rotateY(180deg);
}


/* Services and Amenities ends */


/* ==================================== */


/* ==================================== */

/* OUR ROOMS CSS*/

.rooms-page-container{

   display: grid;
   grid-template-columns: repeat(3,1fr);
   gap: 20px;

}

.rooms-page-image-wrapper {
    position: relative;
  
  }

  .room-page-img {
    width: 100%;
    border-radius: 30px;
    display: block;
  }
  
  



/* ==================================== */

/* ==================================== */

/* ---- Attraction page Style Start ---- */

.attraction-page{

  margin-top: 120px;
  
}

.att-content-text {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  margin-bottom: 20px;
  line-height: 1.5;
  color: var(--secondary);
  font-weight: 400;
}

.att-content-text-left {
  width: 70%;
}

.att-content-text-right {
  width: 30%;
  text-align: end;
}

.attraction-page-wrap-item {
  position: relative;

}


.sec-title{

  font-family: var(--font-dom);
  font-weight: 500;
  color: var(--black);
  text-align: center;
  font-size: 52px;
  padding-bottom: 50px;

}


.attraction-image {
  width: 100%;
  height: 400px;
  border-radius: 4px;
  overflow: hidden;
  border: 20px solid var(--sec-bg-color);
  overflow: hidden;
}

.attraction-image img {
  width: inherit;
  height: inherit;
  object-fit: cover;
  transition: all 0.3s;
}

.attraction-image img:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}



.attraction-page-content {
  background-color: var(--white);
  border-radius: 10px;
  max-width: 500px;
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  margin: 0 auto;
  padding: 30px;
  box-shadow: 0px 4px 15px 2px rgba(70, 95, 175, 0.10);
}

.attraction-page-content h4 {
  margin-bottom: 20px;
  font-size: 24px;
  font-family: var(--font-playfair);
  font-weight: 700;
}

.sec-pb-260 {
  padding-bottom: 260px;
}

.sec-pb-160 {
  padding-bottom: 160px;
  padding-top:50px;
}

/* .sec-pb-350 {
  padding-bottom: 350px;
}



.sec-pt-100 {
  padding-top: 100px;
}



.sec-pb-100 {
  padding-bottom: 100px;
} */



/* ---- Attraction page Style end ---- */

/* ==================================== */


/* Photo gallery section start*/

.gallery-page{


  margin-top: 120px;
}

.photo-gallery-wrap {
  width: 100%;
  height: 100%;
  min-height: 100%;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  display: block;
}

.photo-gallery.sec-spacing{

  padding: 0 0 120px 0;
}

.photo-gallery h2{

  font-family: var(--font-playfair);
  color: var(--primary);
  font-weight: 700;
}

.photo-gallery-wrap img {
  width: inherit;
  height: inherit;
  object-fit: cover;
}

.photo-gallery .prime-btn {
  margin-top: 70px;
  
}

.gallery-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.photo-gallery-overlay {
  position: absolute;
  background-color: rgb(26 41 132 / 50%);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  display: flex;
  align-items: center;
  
}



.photo-gallery-wrap:hover .photo-gallery-overlay {
  opacity: 1;
}


.search-icon {
  width: 30px;
  width: 30px;
  color: var(--white);
  display: flex;
  align-items: center;
  flex-direction: column;
  flex: auto;
}

.search-icon svg {
  width: inherit;
  height: inherit;
  object-fit: contain;
}

/* Photo gallery section end */


/* ==================================== */

.contact-us-page{

  margin-top: 120px;

}

.contact-us-top-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;

}

.contact-us-top-items {
  display: flex;
  flex-direction: column;

}

.contact-us-top-items p,
.contact-us-top-items a {
  color: var(--secondary);
  font-size: 16px;
  line-height: 1.2;
  transition: 0.5s;
  font-weight: 400;
}

.contact-us-top-items a:hover {
  color: var(--primary);
}

.contact-title-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 500;
  color: var(--black);
}

.contact-title-wrap svg {
  font-size: 20px;
  margin-right: 10px;
  color: var(--primary);
}

.contact-us-top-items:not(:last-child) {
  margin-right: 40px;
}

.contact-us-iframe {
  width: 100%;
  height: 500px;
}

/* ADA */

.ADA-wrap{

  display: flex;
  flex-direction: column;
  margin-top: 120px;

}

.ADA-content-wrapper{

  border-bottom: 1px solid var(--primary);
  border-top: 10px solid var(--primary);
  padding-bottom: 30px;
  padding-left: 30px;
  text-align: left;
  margin-bottom: 50px;
  padding-top: 30px;
}

.ADA-wrap h2{

  font-size: 40px;
  color: var(--primary);
  font-family: var(--font-coro);
}

.ADA-wrap ul li{

  font-family: var(--font-primary);
  padding-top: 5px;
  line-height: 2;
  font-size: 18px;
  color: #4C4C4C;
  list-style: decimal;

}

.note{

  font-family: var(--font-primary);
}

/* ADA  */


/*  */

.our-rooms {
  position: relative;
}

.our-rooms-grid-item {
  position: relative;
  height: 600px;
  width: 100%;
}

.our-rooms-grid-item img {
  width: inherit;
  height: inherit;
  object-fit: cover;
}

.our-rooms-name-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 40px;
  background: rgba(208, 43, 46, 0.70);
  min-height: 158px;

}

.our-rooms-name-wrapper h4 {
  margin-bottom: 26px;
}

#rooms-owl-carousel .our-rooms-name-wrapper .rooms-icons-wrap img {
  width: 20px;
  height: 20px;
  display: inline-flex;
  object-fit: contain;
}

.rooms-book {
  position: absolute;
  top: 10%;
  right: 2%;
  transform: rotate(270deg);
  max-width: 80px;
  height: 46px;
  letter-spacing: 2px;
  background: rgba(208, 43, 46, 0.70);
  border: none;
}

/* breadcrumb style Start */
.breadcrumb-wrap {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: -28px;
  text-align: center;
}

.breadcrumb {
  position: relative;
  display: inline-block;
  padding: 20px 40px;
  background-color: var(--primary);
  margin-bottom: 0;
}

 .breadcrumb li {
  font-size: 20px;
  position: relative;
  line-height: 1.2em;
  font-weight: 500;
  display: inline-block;
  color: var(--white);
  border-right: 1px solid #d7c397;
  margin-right: 15px;
  padding-right: 15px;
}

 .breadcrumb li:last-child {
  border: none;
  margin-right: 0px;
  padding-right: 0px;
  padding-left: 0;
}

 .breadcrumb li a {
  color: var(--white);
  font-size: 20px;
  font-weight: 400;
}

 .breadcrumb-item+.breadcrumb-item::before {
  display: none;
}
.breadcrumb-item.active{

  color: var(--white);
}

/* breadcrumb style end */
