


@font-face {
    font-family: 'poppinsregular';
    src: url('../webfonts/poppins-regular-webfont.woff2') format('woff2'),
         url('../webfonts/poppins-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


body{
    font-family: 'poppinsregular' !important;
}







.compensate-for-scrollbar {
  margin-right: 0 !important;
}

.inner-banner .banner-slider .item {
  height: 600px;
  background-position: center !important;
}
.gallery-banner .banner-slider .item {
  background-position: center -236px !important;
}

.inner-room {
  padding: 70px 0;
  background: #fffff2;
}

.inner-heading h2 span {
  height: 5px;
  width: 80px;
  background: #233633;
  position: relative;
  bottom: 0;
  display: none;
}

.rooms-lists {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
  gap: 10px 0;
}

.rooms-lists li {
  flex: 0 0 auto;
  width: 33.33%;
  height: 170px;
}

.rooms-lists a {
  transition: 0.4s all;
  padding: 0 5px;
  height: 100%;
  width: 100%;
  position: relative;
}

.rooms-lists a img {
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
  height: 100%;
  transition: 0.4s all;
}

.room-details-lists {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -7px;
  height: 100%;
}

.room-details-lists li {
  flex: 0 0 auto;
  width: 50%;
  height: 100%;
}

.my-room {
  margin: 0 7px;
  height: 100%;
  /* background: #233633; */
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #23363369;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.my-room img {
  width: 100%;
}

.room-details {
  height: 100%;
}

.my-room figure img {
  height: 240px;
}

.my-room-abt {
  padding: 10px 15px;
  text-align: center;
  height: auto;
}

.my-room-abt h3 {
  margin-bottom: 12px;
}

.black-btn {
  background: #233633;
  transition: 0.4s all;
}

.service-info {
  margin-top: 40px;
}

.check-service h4 {
  font-size: 28px;
  font-weight: 600;
  color: #fff;
  /* color: #147c6d; */
  margin-bottom: 7px;
}

.check-in li {
  color: #3c3c3c;
  font-size: 20px;
  line-height: 34px;
  position: relative;
  padding-left: 20px;
}

.check-in li::before {
  content: "";
  position: absolute;
  top: 13px;
  left: 0;
  height: 7px;
  width: 7px;
  border-radius: 100px;
  background: #233633;
}

.check-service + .check-service {
  margin-top: 17px;
}

.activity-lists ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
  gap: 10px 0;
}

.activity-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
  /* background: #105248; */
  /* color: #fff; */
  padding: 6px 6px 6px 10px;
  border-radius: 8px;
  border: 1px solid #105248;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  font-weight: 500;
  height: 100%;
  font-size: 16px;
  line-height: 23px;
}

.activity-lists.activity-lists li img {
  max-width: 42px;
}

.white-img.white-img li img {
  filter: brightness(1) invert(1);
}

.activity-lists ul li {
  flex: 0 0 auto;
  width: 20%;
  padding: 0 5px;
}

.all-service {
  margin: 40px -7px 0;
}

.all-service {
  display: flex;
  flex-wrap: wrap;
}

.all-service li {
  flex: 0 0 auto;
  width: 16.66%;
  padding: 0 7px;
}

.all-service-info {
  background: #1a786a;
  color: #fff;
  text-align: center;
  padding: 25px 20px;
  border-radius: 14px;
  height: 100%;
}

.all-service-info p {
  color: #fff;
  margin-top: 10px;
  line-height: 26px;
}

.all-service-info svg {
  font-size: 50px;
}

.inner-banner .banner-content {
  max-width: 550px;
}

.food-with-icon img {
  max-width: 30px;
  margin-right: 5px;
  filter: brightness(0) invert(1);
  position: relative;
  bottom: 2px;
}

h4.food-with-icon {
  padding: 10px 30px;
  border-radius: 8px;
  border: none;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  font-size: 24px;
  max-width: max-content;
  margin-bottom: 18px;
  background: #147c6d;
  /* color: #fff; */
  border: 1px solid #147c6d;
}

.width-50.width-50.rooms-lists li {
  width: 50%;
}

.food-service.food-service {
  margin-bottom: 30px;
}

.width-6.rooms-lists li {
  width: 20%;
}

.rooms-lists li a img:hover {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  transform: scale(1.005);
}

.enq_form .contact_form input,
.enq_form .contact_form select {
  padding: 8px 18px;
  color: #000;
  font-size: 15px;
  margin-bottom: 15px;
  border: 1px solid #3b3b3b;
  box-shadow: 0px 16px 17px 0px #d2d2d240;
  border-radius: 0;
  /* text-transform: capitalize; */
  height: 54px;
}
.enq_form .contact_form select {
  color: #105248;
}

.enq_form .contact_form input::placeholder,
.enq_form .contact_form textarea::placeholder {
  color: #105248;
}

.enq_form .contact_form textarea {
  width: 100%;
  height: 120px;
  padding: 12px 18px;
  border: 1px solid #3b3b3b;
  box-shadow: 0px 16px 17px 0px #d2d2d240;
  display: block;
  color: #000;
  font-size: 15px;
}
.enq_form .captcha {
  margin-top: 15px;
}
.enq_form .date-info {
  display: flex;
  gap: 20px;
}
.enq_form .form-date {
  margin-top: 10px;
}
.enq_form .form-date label {
  color: #105248;
  margin-bottom: 0px;
}

.contact-about {
  position: relative;
  padding-left: 62px;
  margin-bottom: 30px;
}

.contact-bttn {
  position: relative;
  display: table;
  margin: 25px auto 0;
  transition: 0.4s all;
}

.contact-about svg {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #233633;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 18px;
  position: absolute;
  top: 4px;
  padding: 14px;
  left: 0;
}

.contact-about h3 {
  font-size: 26px;
  font-weight: 600;
  color: #105248;
  margin-bottom: 10px;
}

.contact-about.contact-about p,
.contact-about.contact-about a {
  font-size: 20px;
  line-height: 28px;
  color: #000;
}

.contact-about:last-child {
  margin-bottom: 0;
}

.contact-info-dtlls {
  max-width: 500px;
  margin-left: auto;
}

.contact-about.contact-about a:hover {
  color: #233633;
}

.jjj-frame iframe {
  width: 100%;
  height: 460px;
  display: block;
}

.nav_list li a.active {
  color: #ffae00;
  font-weight: 600;
}

#menuToggle span {
  display: none;
}

/* contact-sec */
.contact-sec .inner-heading h2 {
  margin-bottom: 0;
}
.contact-sec .inner-heading span {
  padding: 10px 0 40px;
}

@media only screen and (max-width: 1560px) {
  .inner-banner .banner-slider .item {
    height: 400px;
  }
  .gallery-banner .banner-slider .item {
    background-position: center -110px !important;
  }

  .inner-banner .banner-content {
    max-width: 430px;
    padding-top: 165px;
  }

  .inner-room {
    padding: 50px 0;
  }

  .rooms-lists li {
    height: 140px;
  }

  .my-room figure img {
    height: 180px;
  }

  .service-info {
    margin-top: 30px;
  }

  .check-service h4 {
    font-size: 20px;
    margin-bottom: 5px;
  }

  .book_btn.black-btn {
    font-size: 13px;
    width: 126px;
    height: 40px;
    line-height: 24px;
  }

  .check-in li {
    font-size: 15px;
    line-height: 27px;
    padding-left: 14px;
  }

  .check-in li::before {
    top: 11px;
    left: 0;
    height: 6px;
    width: 6px;
  }

  .activity-lists.activity-lists li img {
    max-width: 38px;
  }

  .activity-wrapper {
    gap: 8px;
    padding: 6px 4px 6px 8px;
    font-size: 14px;
    line-height: 20px;
  }

  .all-service {
    margin: 30px -7px 0;
  }

  .all-service-info {
    padding: 20px 12px;
    border-radius: 14px;
  }

  .all-service-info p {
    margin-top: 10px;
    line-height: 21px;
  }

  .all-service-info svg {
    font-size: 38px;
  }

 h4.food-with-icon {
    padding: 8px 25px;
    font-size: 18px;
    margin-bottom: 15px;
}

  .food-with-icon img {
    max-width: 22px;
  }

  .width-6.rooms-lists li {
    height: 125px;
  }

  .enq_form .contact_form input,
  .enq_form .contact_form select {
    font-size: 14px;
    padding: 7px 14px;
    height: 42px;
  }

  .enq_form .contact_form textarea {
    height: 90px;
    font-size: 14px;
    padding: 10px 14px;
  }
  .enq_form .form-date label {
    font-size: 14px;
  }

  .contact-about h3 {
    font-size: 20px;
    margin-bottom: 8px;
  }

  .contact-about.contact-about p,
  .contact-about.contact-about a {
    font-size: 16px;
    line-height: 24px;
  }

  .contact-about svg {
    height: 16px;
    width: 16px;
    font-size: 18px;
    top: 4px;
    padding: 12px;
    left: 0;
  }

  .contact-about {
    padding-left: 54px;
    margin-bottom: 30px;
  }

  .jjj-frame iframe {
    height: 320px;
  }
}

@media only screen and (max-width: 991px) {
  .inner-banner .banner-slider .item {
    height: 320px;
  }
  .gallery-banner .banner-slider .item {
    background-position: center !important;
  }

  .inner-banner .banner-content {
    padding-top: 150px;
  }

  .inner-room {
    padding: 25px 0;
  }

  .rooms-lists li {
    height: 110px;
  }

  .my-room {
    border-radius: 14px;
    margin-top: 20px;
    height: auto;
  }

  .service-info {
    margin-top: 20px;
  }

  h2 {
    line-height: 40px;
  }

  .check-service h4 {
    font-size: 18px;
    margin-bottom: 4px;
  }

  .check-in li {
    font-size: 14px;
    line-height: 23px;
    padding-left: 12px;
  }

  .check-in li::before {
    top: 9px;
    height: 5px;
    width: 5px;
  }

  .check-service + .check-service {
    margin-top: 10px;
  }

  .activity-lists ul li {
    width: 50%;
  }

  .all-service li {
    width: 33.33%;
    padding: 0 5px;
  }

  .all-service {
    margin: 20px -5px 0;
    gap: 10px 0;
  }

  h4.food-with-icon {
    padding: 8px 20px;
    font-size: 16px;
    margin-bottom: 10px;
  }

  /* .food-with-icon img {
    max-width: 25px;
  } */

  .food-service.food-service {
    margin-bottom: 20px;
  }

  .width-6.rooms-lists li {
    width: 33.33%;
  }

  .enq_form .contact_form input,
  .enq_form .contact_form select {
    font-size: 13px;
    padding: 5px 12px;
    height: 38px;
    margin-bottom: 10px;
  }

  .enq_form .contact_form textarea {
    height: 70px;
    font-size: 13px;
    padding: 8px 12px;
  }
  .enq_form .form-date {
    margin-top: 5px;
  }
  .enq_form .form-date label {
    font-size: 13px;
  }

  .contact-bttn {
    margin: 14px auto 18px;
  }

  .contact-about h3 {
    font-size: 17px;
    margin-bottom: 4px;
  }

  .contact-about.contact-about p,
  .contact-about.contact-about a {
    font-size: 14px;
    line-height: 21px;
  }

  .contact-about svg {
    height: 13px;
    width: 13px;
    top: 4px;
    padding: 11px;
  }

  .contact-about {
    padding-left: 45px;
    margin-bottom: 10px;
  }

  .jjj-frame iframe {
    height: 200px;
  }

  #menuToggle span {
    display: block;
  }

  .contact-info-dtlls {
    margin-left: 0;
  }
}

@media only screen and (max-width: 575px) {


.about-sec{
  min-height: 600px;
}

.bus-card{
]min-height: 200px;
}


  h2 {
    line-height: 32px;
  }

  .inner-banner .banner-slider .item {
    height: 220px;
  }

  .inner-banner .banner-content {
    padding-top: 105px;
  }

  .rooms-lists li {
    height: 100px;
    width: 50%;
  }

  .room-details-lists li {
    width: 100%;
    height: auto;
  }

  .my-room figure img {
    height: 150px;
    object-fit: cover;
  }

  .my-room {
    margin-top: 14px;
    height: auto;
  }

  .my-room-abt h3 {
    margin-bottom: 10px;
  }

  .book_btn.black-btn {
    font-size: 13px;
    width: 112px;
    height: 36px;
    line-height: 22px;
  }

  .inner-heading h2 {
    margin-bottom: 10px;
  }

  .check-service h4 {
    font-size: 16px;
    margin-bottom: 4px;
  }

  .activity-lists ul li {
    width: 100%;
  }

  .activity-lists ul {
    gap: 8px 0;
  }

  .all-service li {
    width: 50%;
    padding: 0 5px;
  }

  .all-service-info p {
    margin-top: 8px;
    line-height: 18px;
  }

  .all-service-info svg {
    font-size: 32px;
  }

  .all-service-info {
    padding: 15px 10px;
    border-radius: 12px;
  }

  .service-info {
    margin-top: 15px;
  }

  h4.food-with-icon {
    padding: 5px 16px;
    font-size: 16px;
    margin-bottom: 8px;
  }

  .food-with-icon img {
    max-width: 22px;
  }

  .food-service.food-service {
    margin-bottom: 15px;
  }

  .width-6.rooms-lists li {
    height: 110px;
    width: 50%;
  }

  .inner-heading h2 span {
    height: 4px;
    width: 50px;
  }

  .activity-lists.activity-lists li img {
    max-width: 30px;
  }

  .rooms-lists {
    gap: 8px 0;
  }

  .contact-about h3 {
    font-size: 16px;
    margin-bottom: 2px;
  }

  .jjj-frame iframe {
    height: 160px;
  }
}
