@import url("https://fonts.googleapis.com/css2?family=Poppins&family=Shojumaru&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Orbitron:wght@400;500;600;700;800;900&family=Yanone+Kaffeesatz:wght@700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif:ital,wght@1,900&display=swap");

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  font-family: Arial, Helvetica, sans-serif;
}

p,
ul,
li,
a {
  font-family: "Poppins", sans-serif;
}

a {
  text-decoration: none;
}

h1 {
  font-size: 33px;
  font-family: "Great Vibes", cursive;
}

@media (max-width: 767px) {
  h1 {
    font-size: 25px;
  }
}

.text_h3 {
  font-family: "Yanone Kaffeesatz", sans-serif;
}

/*------------------ header -------------- */
.banner {
  background: url(../img/banner/banner.png);
  background-size: cover;
  background-position: center center;
  position: relative;
  padding: 100px 0 100px;
  z-index: 20;
}

.banner::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.6;
  z-index: -1;
}

.header {
  position: relative;
  position: sticky;
  background-color: rgb(255, 255, 255);
  top: 0;
  border-bottom: 1px solid #d9a404;
  z-index: 1020;
}

.header::before {
  content: "";
  background: #fffbc7;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.2;
}

.visuallyHidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.hamburger {
  margin: 0 auto;
  width: 30px;
  height: 30px;
  position: relative;
}

.hamburger .bar {
  padding: 0;
  width: 20px;
  height: 4px;
  background-color: rgb(0, 0, 0);
  display: block;
  border-radius: 4px;
  transition: all 0.4s ease-in-out;
  position: absolute;
}

.bar1 {
  top: 3px;
}

.bar2,
.bar3 {
  top: 13.5px;
}

.bar3 {
  right: 0;
}

.bar4 {
  bottom: 2px;
}

/* HAMBURGER 1 */
.checkbox1:checked + label > .hamburger1 > .bar1 {
  transform: rotate(45deg);
  transform-origin: 5%;
  width: 34px;
}

.checkbox1:checked + label > .hamburger1 > .bar2 {
  transform: translateX(-40px);
  background-color: transparent;
}

.checkbox1:checked + label > .hamburger1 > .bar3 {
  transform: translateX(40px);
  background-color: transparent;
}

.checkbox1:checked + label > .hamburger1 > .bar4 {
  transform-origin: 5%;
  transform: rotate(-45deg);
  width: 33px;
}

.navbar-light .navbar-toggler {
  border: none;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.navbar-light .navbar-nav .nav-link {
  color: #000;
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show > .nav-link {
  color: #f05a28;
  border-bottom: 2px solid #f05a28;
}

.hero-sec {
  position: relative;
}
.logo1{
  width: 100px;
}
.logo {
  width: 35px;
}

.wee-des {
  padding: 5px 0 30px;
}

.wee-des-img {
  position: relative;
}

.wee-des-img::after {
  content: "";
  border: 1px solid;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 9px;
  left: 9px;
  z-index: -1;
}

@media (max-width: 1199px) {
  .wee-des-img::after {
    display: none;
  }
}

.tepantar-activities {
  position: relative;
}

.tab-bg {
  position: relative;
  z-index: 10;
}

.tab-bg::after {
  content: "";
  background-color: #fff7e3;
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 20px;
  z-index: -1;
}

#tab-button {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

#tab-button li {
  display: table-cell;
  width: 100%;
}

#tab-button li a {
  display: block;
  padding: 10px;
  background: #f05a28;
  border: 1px solid #ddd;
  text-align: center;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
}

#tab-button li a:hover,
#tab-button .is-active a {
  border: 1px solid #d74d4d;
  background: #fff;
  color: #000;
  transition: all 0.5s ease;
}

.tab-contents {
  padding: 0.5em 2em 1em;
}

.tab-text h5 {
  font-family: "Yanone Kaffeesatz", sans-serif;
  margin-bottom: 0px;
  font-weight: 700;
  letter-spacing: 0.7px;
}

.tab-text p {
  font-size: 14px;
}

.testimonial-home {
  padding: 30px 0 30px;
}

.slick-prev:before,
.slick-next:before {
  color: #f05a28;
}

.slick-prev {
  left: -6px;
  z-index: 10;
}

.slick-next {
  right: -6px;
}

.slick-slide img {
  margin: auto;
}

.rooms-and-accomodation {
  background-color: #fde2d992;
  padding: 30px 0 30px;
}

.card_body {
  padding: 10px 10px 20px;
  margin-bottom: 10px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  text-align: center;
  box-shadow: -1px 5px 4px #9b9b9b;
}

.body_clr1 {
  background-color: #fde2d9;
}

.body_clr2 {
  background-color: #ffedc1;
}

.body_clr3 {
  background-color: #fde2d9;
}

.body_clr4 {
  background-color: #ffedc1;
}

.body_clr5 {
  background-color: #fde2d9;
}

.card_body h3 {
  font-family: "Great Vibes", cursive;
}

.card_body a {
  text-decoration: none;
  color: #ffffff;
  background-color: #f05a28;
  padding: 3px 10px;
  transition: all 0.5s ease;
}

.card_body a:hover {
  background-color: #d74d4d;
}

.corporate_get_togethers {
  padding: 30px 0 30px;
}

.cg_togather {
  background-color: #f05a28;
  padding: 10px;
  position: relative;
  z-index: 10;
}

.cg_togather::before {
  content: "";
  background: url(../img/bg/dgi1.png);
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.a_ladies_trip {
  padding: 30px 0 30px;
  background-color: #fff7e3;
  position: relative;
  z-index: 10;
}

.a_ladies_trip::before {
  content: "";
  background: url(../img/bg/dgi1.png);
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.download_leaflet {
  background-color: transparent;
  color: #ffffff;
  padding: 10px 25px;
  border: 1px solid #ddd;
  border-radius: 12px;
}

.download_leaflet:hover {
  border: 1px solid #000000;
  color: #000000;
  background-color: #ffffff;
}

.watch_video {
  background-color: #f05a28;
  color: #ffffff;
  text-decoration: none;
  padding: 5px 20px;
  display: block;
  margin: auto;
  width: 150px;
  text-align: center;
}

.footer {
  background: url(../img/bg/Footer.png);
  background-size: cover;
  background-position: center center;
  padding: 30px 10px 10px;
}

.footer h4 {
  font-family: "Great Vibes", cursive;
}

.footer p {
  font-size: 14px;
}

.footer ul li {
  font-size: 14px;
  list-style: none;
  margin-bottom: 6px;
}

.copyrights {
  padding: 20px 0 8px;
  background: #212529;
  color: #fff;
}

.garh_jungle {
  position: relative;
  margin-bottom: 30px;
  z-index: 20;
}

.garh_jungle::before {
  content: "";
  background: url(../img/bg/dgi1.png);
  background-size: cover;
  background-position: center center;
  background-color: #f05a28;
  width: 100%;
  height: 40vh;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.valki_machan {
  position: relative;
  margin-bottom: 30px;
  z-index: 20;
}

.valki_machan::before {
  content: "";
  background: url(../img/bg/dgi1.png);
  background-size: cover;
  background-position: center center;
  background-color: #f05a28;
  width: 100%;
  height: 40vh;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

@media (max-width: 767px) {
  .garh_jungle::before {
    height: 78vh;
  }

  .valki_machan::before {
    height: 71vh;
  }
}

.live_theatre {
  position: relative;
  margin-top: 10px;
  margin-bottom: 30px;
  z-index: 20;
}

.live_theatre::before {
  content: "";
  background: url(../img/bg/dgi1.png);
  background-size: cover;
  background-position: center center;
  background-color: #f05a28;
  width: 100%;
  height: 40vh;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.live_theatre_img img {
  box-shadow: 12px 12px 0px #d9d9d9;
  display: block;
  margin: auto;
}

.tribal_dance {
  margin-top: 10px;
  margin-bottom: 30px;
}

.baul_song {
  margin-top: 10px;
  padding-bottom: 30px;
  background-color: #ffedc1;
}

@media (max-width: 767px) {
  .live_theatre::before {
    height: 120vh;
  }

  .live_theatre_img img {
    box-shadow: 6px 6px 0px #d9d9d9;
  }
}

.rooms_sub_title {
  font-family: "Noto Serif", serif;
}

.rooms_info {
  display: flex;
  justify-content: left;
  align-items: center;
  margin-bottom: 25px;
}

.rooms_info p {
  font-weight: 600;
  font-size: 14px;
}

.rooms_info span {
  color: limegreen;
}

@media (max-width: 767px) {
  .rooms_info {
    display: flex;
  }
}

.dining_area {
  padding: 10px 0 30px;
  position: relative;
  z-index: 10;
}

.dining_area::before {
  content: "";
  background: url(../img/bg/dgi1.png);
  background-size: cover;
  background-position: center center;
  background-color: #f05a28;
  width: 100%;
  height: 230px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.dining_area img {
  box-shadow: 12px 12px 0px #d9d9d9;
  display: block;
  margin: auto;
}

@media (max-width: 767px) {
  .dining_area img {
    box-shadow: 6px 6px 0px #d9d9d9;
  }
}

.guest_reviews {
  padding: 30px 0 30px;
}

.ats{
  position: relative;
}
.ats button{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.video-btn {
  position: relative;
  border: none;
  border-radius: 50px;
  background-color: #e3e3e372;
  color: #ffffff;
  padding: 8px 8px;
  display: block;
  margin: auto;
  animation: pulse-border 1.3s linear infinite alternate-reverse;
}
@keyframes pulse-border {
  0%, 50%{
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(.9);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
}
.modal-dialog {
  max-width: 720px;
}


