@import url("https://fonts.googleapis.com/css2?family=Forum&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap");

@font-face {
  font-family: "TradeGothic";
  src: url("../fonts/TradeGothic-Light.woff2") format("woff2"),
    url("../fonts/TradeGothic-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

body {
  margin: 0;
  background: #f1f0f0;
  font-family: "TradeGothic";
}
.btn-primary:hover {
  background: #eb5304 !important;
}
button {
  background: none;
  border: none;
  outline: none;
}

.h-85 {
  height: 90%;
}

.error {
  color: red;
}

input.razorpay-payment-button {
  background: #f56b23;
  border: none;
  color: #fff;
  padding: 7px 20px;
  border-radius: 5px;
}

.theme-img2 {
  position: relative;
  padding-top: 80%;
  overflow: hidden;
}

.theme-img2 img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}

.row-cols-3>* {
  flex: 0 0 50%;
  max-width: 50%;
}

.max-w-mc {
  max-width: max-content;
}

h2.section-title {
  font-size: 28px;
  color: #f56b23;
  margin: 34px 0;
}

.btn:focus,
.btn:active {
  box-shadow: none !important;
}

.form-control:focus {
  border-color: #f56b23;
  box-shadow: none;
}

.border-primary {
  border-color: #f56b23 !important;
}

.btn-primary {
  border-color: #f56b23 !important;
}

.btn-outline-primary {
  color: #f56b23 !important;
  border-color: #f56b23 !important;
}

.btn-outline-primary:hover {
  color: #fff !important;
  background-color: #f56b23 !important;
  border-color: #f56b23 !important;
}

.btn-primary,
.bg-primary {
  background-color: #f56b23 !important;
}

.text-primary,
.swiper-button-next,
.swiper-button-prev {
  color: #f56b23 !important;
}

.extra-bed-policy u {
  border-bottom: 1px solid #f56b23;
  text-decoration: none;
}

/* p{
  font-family: 'Forum', serif;
} */

html {
  scroll-behavior: smooth !important;
}

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

a {
  text-decoration: none;
  display: inline-block;
  color: #f56b23;
}

.row>*:not([class*="col-"]) {
  width: auto;
}

.f-carousel__viewport {
  display: none;
}

.swiper-wrapper {
  height: auto;
}

.mySwiper2 img {
  height: 400px;
  width: auto !important;
}

.mySwiper2 .swiper-slide,
.swiper3 .swiper-slide {
  width: max-content;
}

/* .swiper3 img{
  max-height: 100vh;
  width: auto;
} */
.mySwiper {
  max-height: 500px !important;
}

.swiper3 {
  max-height: 110vh !important;
}

.swiper-pagination.swiper-pagination-fraction.swiper-pagination-horizontal {
  background: #ffffff61;
  padding: 5px 16px;
  margin-bottom: -8px;
  text-align: right;
  max-width: max-content;
  right: 0;
  display: block;
  left: auto;
  font-weight: 500;
}

.facility-icon {
  height: 75px;
  width: 75px;
  border: 3px solid #f56b23;
  border-radius: 50%;
  display: grid;
  place-content: center;
  margin: 0 auto;
}

.facility-icon img {
  width: 45px;
}

.facailty-box h6 {
  text-align: center;
  margin-top: 10px;
  font-weight: 700;
}

.loader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  place-content: center;
  display: grid;
  z-index: 99;
  background-color: #fff;
}

.loader img {
  max-width: 200px;
}

video {
  pointer-events: none;
}

.welcome-img {
  max-width: 325px;
}

img {
  max-width: 100%;
}

section.welcome {
  display: grid;
  place-content: center;
  min-height: 100vh;
  /* background-image: linear-gradient(0deg, #f06d25 50%, transparent 50%); */
}

.welcome .btn {
  border: 1px solid #f06d25;
  border-radius: 30px;
  margin-top: 25px;
  color: #f06d25;
  font-weight: 600;
  transition: 0.5s;
}

.welcome .btn:hover {
  background: #f06d25;
  color: #fff;
}

.cookie-set {
  position: fixed;
  bottom: 0;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
  background: #fff;
  box-shadow: 0 0 5px #0000002e;
  padding: 10px;
}

button.btn.okbtn {
  background: #f06d25;
  color: #fff;
  border-radius: 50px;
  padding: 7px 20px;
}

.cookie-set p {
  max-width: 1000px;
  margin-right: 10px;
  margin-bottom: 0;
}

/* header */
/* header {
  position: absolute;
    padding: 10px 0;
    width: 100%;
    top: 0;
    z-index: 9;
    overflow: hidden;
   
  } */
.logo {
  max-width: 225px;
  margin: 0 auto;
  position: relative;
  z-index: 9;
}

.navbar a {
  font-size: 15px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  color: #f56b23;
  font-weight: 500;
}

.navbar a:hover {
  background-color: #f5f5f5;
}

.navbar a.active {
  background-color: #f56b23;
  color: #fff;
}

.navbar2 li a {
  padding: 6px 18px;
  color: #f56b23;
  font-weight: 500;
}

.navbar2 li a.active {
  background: #f56b23;
  color: #fff;
}

.navbar2 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 17px 0;
}

/* /header */

/* home */
.main-img-div img {
  border-radius: 10px;
}

.main-img-content img {
  width: 100%;
  max-width: 100%;
}

.main-img-content {
  position: relative;
}

.main-img-content p,
.slider-caption {
  position: absolute;
  bottom: 6px;
  background: #ffffff99;
  width: 100%;
  max-width: 900px;
  min-height: 160px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 21px;
  text-align: left;
  padding: 10px;
  color: #000000;
  z-index: 9;
}

.btn-primary,
.bg-primary {
  background-color: #f56b23 !important;
}

section.home-posters a {
  position: relative;
  padding-top: 100%;
  overflow: hidden;
  display: block;
  border-radius: 8px;
}

section.home-posters a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.video-section {
  height: 100vh;
  min-height: 100vh;
  overflow: hidden;
  margin-bottom: 5px;
}

.video-section video {
  width: 100vw;
}

/* /home */

/* dining */
section.tibari {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.reserve-img-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
}

.reserve-img-overlay a {
  position: absolute;
  bottom: 43%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.dining-booking-date {
  border: 1px solid #f56b23;
  padding: 4px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 10px;
}

.dining-booking-date h2 {
  font-size: 59px;
  color: #f56b23;
  margin: 0;
}

.dining-booking-date p:last-child {
  font-size: 12px;
  color: #f56b23;
  font-weight: 500;
}

.dining-booking-deatils h2 {
  font-size: 18px;
  border-bottom: 2px solid #f56b23;
}

.dining-booking-deatils table {
  font-size: 12px;
}

.dining-booking-note {
  background: #ebe9ebdd;
  padding: 10px;
  margin: 12px 0px;
  border-radius: 10px;
}

.dining-booking-note h2 {
  font-size: 16px;
  margin: 0;
}

.dining-booking-note p {
  font-size: 14px;
  margin: 0;
}
.dining-booking-deatils table tr td:first-child {
  font-weight: 600;
}
/* footer  */
.footer-logo {
  width: 146px;
  margin: 0 0 6px;
}

h2.footer-title {
  font-size: 17px;
}

.footer-social-link ul li img {
  width: 34px;
}

.footer-social-link ul {
  display: flex;
  gap: 19px;
}

.mahout-img img {
  width: 141px;
  margin-top: 34px;
}

footer {
  padding: 40px 0 15px;
  margin-top: 60px;
  border-top: 1px solid #d8d8d8;
}

.privacy-links a {
  margin: 0 30px;
}

.privacy-links {}

.privacy-links a {
  margin: 0 4px;
  color: #000;
}

/* story */

.our-story-line p {
  font-size: 22px;
  color: #3b3737;
  padding: 0 30px;

  margin-bottom: 30px;
}

.ourstore-sub span {
  font-size: 13px;
}

.our-story-line {
  border: 3px solid #fd7e14;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex: 1;
}

.our-story-cover {
  display: flex;
  width: 100%;
  margin: auto;
  margin-top: 20px;
}

.our-story {
  width: 33.33%;
  margin-right: 10px;
}

.ourstore-images-details p {
  font-size: 22px;
  color: #3b3737;

  margin: 30px 0;
}

.ourstore-ss-img img {
  width: 100%;
  max-width: 430px;
  padding: 25px 25px 0 25px;
}

.ourstore-yer p {
  margin: 0;
}

.ourstore-ss-img {
  display: flex;
  justify-content: center;
}

.ourstore-yer span {
  text-align: right;
  display: block;
  font-size: 14px;
  padding-right: 23px;
  /* font-family: "Forum"; */
}

.ourstore-text {
  border: 3px solid #fd7e14;
  width: 100%;
  margin: auto;
  margin-top: 40px;
  padding: 0 30px;
}

/* /story */

/* accomadation */
.acc-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.acc-box a {
  display: block;
  text-decoration: underline;
  font-size: 26px;
  margin-bottom: 21px;
  text-transform: uppercase;
  /* font-family: "Forum", serif; */
}

.accoundtion h5 {
  color: #3b3737;
  font-size: 20px;
  /* font-family: "Forum", serif; */
}

.accoundtion .row {
  margin: auto;
  max-width: 1000px;
}

.theme-img {
  position: relative;
  padding-top: 100%;
  overflow: hidden;
}

.theme-img65 {
  position: relative;
  padding-top: 65%;
  overflow: hidden;
}

.theme-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}

.acc-box p:first-child {
  font-size: 24px;
}

h2.policy-main-title {
  margin: 0;
  font-size: 22px;
  margin-bottom: 11px;
}

p.policy-title {
  margin-top: 11px;
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 600;
}

.ourstore-sub a,
.ourstore-sub img {
  width: 100%;
}

.ourstore-sub p {
  margin: 0;
  padding: 0;
}

.max-w-1050 {
  max-width: 1;
}

/* green creditanls */
.greencred li {
  margin: 0;
  padding: 10px 0 10px 21px;
  list-style: none;
  background-image: url(../img/icons/leaf.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 14px;
  font-weight: 600;
}

.greencred h5 {
  font-size: 23px;
  padding-top: 40px;
  color: #2d642f;
  font-weight: 600;
  padding-bottom: 22px;
}

.press-news a {
  text-decoration: underline;
}

/* contact */
.contact-main img {
  width: 64px;
}

.contact-main p {
  font-size: 20px;
  /* margin: 10px 0 0; */
  color: #f56b23;
  font-weight: 600;
  text-align: center;
}

.contact-main {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.contactus iframe {
  min-height: 400px;
}

/* activity */
.activity-img1 {
  width: 100%;
  height: 100%;
  max-height: 400px;
  position: relative;
}

.activity-img1 img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.activity-img1 {
  width: 100%;
  height: 600px;
  position: relative;
}

.activity-img2 {
  max-height: 430px;
  position: relative;
  height: 430px;
}

.activity-img2 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: bottom;
}

/* gallery  */
.gallery-img {
  width: 100%;
  height: 300px;
  position: relative;
}

.gallery-img a {
  height: 100%;
}

.gallery-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

h2.gallery-title {
  font-size: 23px;
  margin: 30px 0 15px;
  color: #f56b23;
  border-bottom: 1px solid;
}

/* reserve */
.reserve-block input {
  border-color: #f56b23;
}

.room-facility img {
  width: 35px;
  height: 35px;
  margin-right: 5px;
  padding: 5px;
  border-radius: 50%;
  border: 1px solid #f56b23;
}

/* new */
.main {
  padding: 50px;
}

.secound-slider .slick-slide img {
  height: 100%;
  object-fit: cover;
  padding: 5px;
  border-radius: 7px;
  width: calc(100% - 10px);
  margin: auto;
}

.secound-slider .slick-current.slick-slide img {
  border: 1px solid #ef6d25;
  padding: 4px;
  border-radius: 7px;
}

.secound-slider .accommodation {
  width: 100%;
  height: 207px;
  margin: auto;
  cursor: pointer;
}

.first-slider .accommodation img {
  object-fit: fill;
  height: 100%;
  width: 100%;
  border-radius: 10px;
}

.first-slider .accommodation {
  width: 100%;
  height: 600px;
  margin-bottom: 20px;
}

/* offer */
.offer-card h2 {
  font-size: 21px;
  color: #f56b23;
  font-weight: 600;
}

.offer-card {
  border: none;
  box-shadow: 0 0 5px #eded;
  overflow: hidden;
}

.copy-couponcode {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #f1f0f0;
  padding-left: 6px;
  border-radius: 5px;
  margin-top: auto;
}

.copy-couponcode p {
  margin: 0;
}

.offer-tag p {
  margin: 0;
  background: #f56b23;
  color: #ffff;
  width: max-content;
  position: absolute;
  transform: rotate(-38deg);
  top: 10px;
  padding: 0px 33px;
  left: -26px;
}

.offer-card .card-header {
  height: 213px;
  position: relative;
  overflow: hidden;
}

.offer-card .card-header img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.offer-tag {
  position: relative;
  z-index: 1;
}


.offer-card .card-body {
  display: flex;
  flex-direction: column;
}

/* reserve */
#hotel-reserve-filter input+label {
  position: absolute;
  bottom: 0;
}

.cart-btn input {
  margin: 0 -5px;
  background: transparent;
  text-align: center;
  width: 70px;
}

.cart-btn button {
  width: 41px;
  font-size: 25px;
  border-radius: 0;
  padding-bottom: 9px;
  line-height: 1.1;
}


.cart-btn {
  border-radius: 6px;
  overflow: hidden;
  scale: 0.8;
  transform-origin: top left;
  max-width: max-content;
}

.cart-btn input::-webkit-outer-spin-button,
.cart-btn input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}


.form-control:disabled, .form-control[readonly]{
  background-color: #fff !important;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover{
  border: 1px solid #f56b23;
  background: #f56b23;
  font-weight: normal;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active{
  text-align: center;
}

div#room-cart-detail>.row:not(:last-child) {
  border-bottom: 1px solid #f89e6f;
  margin-bottom: 10px;
  padding-bottom: 5px;
}
.room-variant label img{
  height: 30px;
  width: 30px;
}
.room-variant input {
  display: none;
}

.room-variant label span {
  border: 1px solid #ccc;
  height: 50px;
  width: 50px;
  display: grid;
  place-content: center;
  border-radius: 5px;
}

.room-variant label {
  float: left;
  margin-right: 7px;
  cursor: pointer;
}
.room-variant label input:checked + span{
  border-color: #f06d25;
  background-color: #f06d2533;
}