* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

@font-face {
  font-family: "Toledo-Serial";
  src: url(./assets/font/Toledo-Serial/Toledo-Serial\ Regular.ttf);
}
.kumar-one-regular {
  font-family: "Kumar One", serif;
  font-weight: 400;
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Kumar One", serif;
}

body {
  font-family: "Toledo-Serial";
  background: url(./assets/images/backgrond-1.jpg);
}

img {
  width: 100%;
}

a {
  text-decoration: none;
  color: inherit;
}

section {
  padding: 70px 0;
  overflow: hidden;
}

.web-btn {
  padding: 0.8em 1.8em;
  border: 2px solid #fff;
  position: relative;
  overflow: hidden;
  background-color: transparent;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  transition: 0.3s;
  z-index: 1;
  font-family: inherit;
  color: #fff;
  display: inline-block;
  font-weight: 500;
  border-radius: 12PX;
}

.web-btn::before {
  content: "";
  width: 0;
  height: 300%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  background: #fff;
  transition: 0.5s ease;
  display: block;
  z-index: -1;
}

.web-btn:hover::before {
  width: 105%;
}

.web-btn:hover {
  color: #961C1E;
}

.web-btn:active {
  transform: scale(0.95);
}

#audio-player {
  display: none;
}

.audio-toggle-btn {
  position: fixed;
  bottom: 0px;
  right: 5px;
  background-color: #b30000;
  border: 1px solid #ffcccc;
  color: #b30000;
  font-size: 32px;
  padding: 10px 12px;
  border-radius: 50%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  z-index: 9999;
  transition: all 0.3s ease;
}
.audio-toggle-btn:hover {
  background-color: #ffe0d1;
}

#Header {
  background: #961C1E;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  overflow: hidden;
  position: sticky;
  width: 100%;
  top: 0px;
  left: 0;
  z-index: 1000;
  padding: 0 14px;
  margin: -1px 0 0;
  transition: 500ms;
}
#Header img {
  margin: 0 14px;
  max-width: 200px;
  transition: all 0.3s ease;
}
#Header .navbar {
  padding: 10px 0px;
  transition: 500ms;
}
#Header .navbar a {
  text-decoration: none;
  color: #FFD79B;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}
#Header .navbar-expand-lg .navbar-nav {
  width: 30%;
  margin-top: 8px;
  justify-content: space-between;
}
#Header #navbarSupportedContent {
  justify-content: space-between;
}
#Header ul.navbar-nav li.nav-item {
  margin-right: 0px;
}
#Header ul.navbar-nav li.nav-item:last-child {
  margin-right: 0;
}
#Header .navbar-light .navbar-nav .nav-link.active,
#Header .navbar-light .navbar-nav .show > .nav-link {
  color: #fff;
}
#Header ul.navbar-nav li.nav-item a.nav-link:hover {
  color: #fff;
}

.scrolled img {
  max-width: 100px !important;
}

#mobile-nav {
  position: sticky;
  top: 0;
  z-index: 9999;
  padding: 0;
  background: #961C1E;
}
#mobile-nav .SocialIcons {
  display: flex;
  gap: 14px;
}
#mobile-nav .SocialIcons a:hover {
  transition: 300ms all ease;
  transform: scale(1.04);
}
#mobile-nav .social-area {
  z-index: 11;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 14px;
}
#mobile-nav .social-area ul {
  margin: 0;
  padding: 0;
  gap: 60px;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
#mobile-nav .social-area ul li {
  height: 24px;
  position: relative;
}
#mobile-nav .social-area ul li:hover img {
  transform: scale(1.14);
}
#mobile-nav .social-area ul li::after {
  content: "";
  height: 2.5px;
  width: 2.5px;
  background-color: rgba(255, 255, 255, 0.2);
  position: absolute;
  top: 13px;
  left: -36px;
  transform: translateX(-50%);
}
#mobile-nav .social-area ul li img {
  width: 24px;
  transition: 400ms all ease;
}
#mobile-nav .mobile_nav_area {
  background-color: #961C1E;
  border-bottom: 1px solid #585858;
  padding: 24px 12px;
  display: block;
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
}
#mobile-nav .mobile_nav_main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
#mobile-nav .mobile_nav_right {
  width: 10%;
}
#mobile-nav .mobile_nav_right img {
  width: 100px;
  height: auto;
}
#mobile-nav .mobile_nav_left {
  width: 10%;
  margin-top: 0px;
}
#mobile-nav .mobile_nav_left i {
  cursor: pointer;
  color: #1676c1;
  font-size: 28px;
}
#mobile-nav .mobile_nav_____ {
  background-color: #961C1E;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  height: 100vh;
  margin-left: -1100px;
  transition: 0.2s all ease;
}
#mobile-nav .mobile_nav_____ .navbar-menus ul {
  list-style-type: none;
  display: flex;
  flex-direction: column;
  margin-top: 18px;
  margin-bottom: 0px;
  padding-left: 0;
}
#mobile-nav .mobile_nav_____ .navbar-menus ul .nav-item {
  border-bottom: 1px solid rgba(131, 131, 131, 0.48);
  transition: 0.3s ease-in-out;
  margin: 0 4px;
  position: relative;
  padding-bottom: 8px;
  display: flex;
  align-items: center;
}
#mobile-nav .mobile_nav_____ .navbar-menus ul .nav-item a {
  padding: 4px 14px;
  text-decoration: none;
  position: relative;
  color: #fff;
  text-transform: capitalize;
  font-size: 21px;
  display: flex;
  align-items: center;
  gap: 6px;
}
#mobile-nav .mobile_nav_____ .navbar-menus ul .nav-item a .material-symbols-outlined {
  transition: 0.3s ease-in-out;
}
#mobile-nav .mobile_nav_____ .navbar-menus ul .nav-item .dropdown-list {
  position: absolute;
  top: 0px;
  left: 22px;
  width: 100%;
  padding: 12px 22px;
  transform: scale(0.8);
  flex-direction: column;
  background: #d47911;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  list-style-type: none;
  visibility: hidden;
  transition: 0.3s ease-in-out;
}
#mobile-nav .mobile_nav_____ .navbar-menus ul .dropdown {
  padding-right: 10px;
}
#mobile-nav .mobile_nav_____ .navbar-menus ul .dropdown::before {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.34em solid #fff;
  border-right: 0.34em solid transparent;
  border-bottom: 0;
  border-left: 0.34em solid transparent;
  right: unset;
  left: 27%;
  top: 20px;
  position: absolute;
}
#mobile-nav .mobile_nav_____ .navbar-menus ul .contact-btn {
  border: none;
}
#mobile-nav .mobile_nav_____ .dropdown:hover .dropdown-menu.show {
  opacity: 1;
  display: block;
}
#mobile-nav .mobile_nav_____ .dropdown-menu.show {
  background: #000;
  margin: 0;
  padding-left: 16px;
  opacity: 0;
  transition: 200ms all ease;
  display: none;
}
#mobile-nav .mobile_nav_____ .dropdown:hover .dropdown-menu {
  opacity: 1;
  display: block;
}
#mobile-nav .mobile_nav_____ .dropdown-menu {
  opacity: 0;
  transition: 200ms all ease;
  display: none;
  top: 30px;
}
#mobile-nav .mobile_nav_____ .dropdown-menu li:hover::after {
  display: none;
}
#mobile-nav .mobile_nav_____ .dropdown-menu a {
  font-weight: 500;
}
#mobile-nav .mobile_nav_____ .dropdown-menu a:hover {
  background-color: transparent;
  color: #00ACEE;
}
#mobile-nav .mobile_nav_____ .navbar-expand-lg .navbar-nav .dropdown-menu {
  background-color: #000;
  line-height: 1.5;
  padding: 24px 18px;
  box-shadow: 0px 0px 26px 0px rgba(0, 0, 0, 0.5490196078);
  border: 1px solid #585858;
}
#mobile-nav .mobile_nav_____ .dropdown-item:focus,
#mobile-nav .mobile_nav_____ .dropdown-item:hover {
  color: #fff;
}
#mobile-nav .mobile_nav_____ .dropdown-item.active,
#mobile-nav .mobile_nav_____ .dropdown-item:active {
  color: #fff;
}
#mobile-nav .mobile_nav_____ .navbar > .container-fluid {
  align-items: flex-end;
  align-items: center;
}
#mobile-nav .mobile_nav_____ .navbar-expand-lg .navbar-nav {
  width: 90%;
  justify-content: space-between;
  align-items: baseline;
  gap: 8px;
}
#mobile-nav .mobile_nav_____ .dropdown {
  padding-right: 10px;
}
#mobile-nav .mobile_nav_____ .dropdown::before {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
  right: 0px;
  top: 14px;
  position: absolute;
}
#mobile-nav #header-btn .web-btn {
  cursor: pointer;
  padding: 3px 20px;
}
#mobile-nav .mobile_nav1_icon_____ {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 18px;
  padding: 0 20px;
}
#mobile-nav .mobile_nav1_icon_____ img {
  width: 150px;
}
#mobile-nav .mobile_nav1_icon_____ .material-symbols-outlined {
  color: #1676c1;
  font-size: 27px;
  width: 44px;
  height: 44px;
  line-height: 42px;
  display: flex;
  margin: auto;
  align-items: center;
  justify-content: center;
  background: #fff;
  text-align: center;
  border-radius: 50%;
  margin-right: 0px;
  cursor: pointer;
}
#mobile-nav .mobile_nav1_icon_____ i {
  color: #1676c1;
  font-size: 27px;
  width: 44px;
  height: 44px;
  line-height: 42px;
  display: flex;
  margin: auto;
  align-items: center;
  justify-content: center;
  background: #fff;
  text-align: center;
  border-radius: 50%;
  margin-right: 16px;
  cursor: pointer;
  position: absolute;
  right: 0;
  opacity: 0;
}

.section-title h3 {
  color: #007E43;
  font-size: 58px;
  position: relative;
  margin-bottom: 42px;
}
.section-title h3::before {
  content: "";
  position: absolute;
  background-color: #FEBF10;
  bottom: -7px;
  left: 7px;
  height: 2px;
  border-radius: 20px;
  width: 100px;
  box-sizing: border-box;
}
.section-title p {
  font-size: 18px;
}

#Hero {
  padding: 0;
  position: relative;
  height: 72vh;
}
#Hero .DeskTop {
  display: block;
}
#Hero .Phone {
  display: none;
}
#Hero .HeroTitile {
  position: absolute;
  bottom: 4%;
  text-align: center;
  width: 100%;
}
#Hero .HeroTitile h1 {
  padding: 18px 18px 40px;
  border-radius: 100px;
  color: #fff;
  font-size: 68px;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: auto;
  paint-order: stroke;
}

#banner {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 0;
}
#banner .container-fluid {
  padding: 0;
}
#banner .hero-video {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
#banner .hero-video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

#AboutUs {
  padding: 0;
  position: relative;
}
#AboutUs .vector {
  position: absolute;
  left: -83%;
  bottom: -10%;
}
#AboutUs .vector img {
  opacity: 0.6;
}
#AboutUs .vector-1 {
  position: absolute;
  right: 0%;
  top: 0%;
}
#AboutUs .vector-1 img {
  opacity: 0.6;
  transition: transform 0.3s ease;
}
#AboutUs .Image1 {
  width: 280px;
  position: absolute;
  left: -38%;
  top: 10%;
  transform: rotate(10deg);
}
#AboutUs .Image2 {
  width: 280px;
  position: absolute;
  right: -40%;
  bottom: 6%;
  transform: rotate(-10deg);
}
#AboutUs .SectionTitle {
  text-align: center;
}
#AboutUs .SectionTitle h2 {
  font-size: 16px;
  color: #FFD79B;
}
#AboutUs .SectionTitle h3 {
  line-height: 42px;
  font-size: 38px;
  font-family: "Toledo-Serial";
  color: #FFD79B;
}
#AboutUs .AboutUs {
  text-align: center;
  position: relative;
  background: #961C1E;
  padding: 70px 70px;
  width: 60%;
  margin: auto;
  min-height: 90vh;
}
#AboutUs p {
  color: #fff;
}

@keyframes floatUpDown {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
}
.Image1 img,
.Image2 img {
  animation: floatUpDown 3s ease-in-out infinite;
}

#hero-slider {
  height: 12vh;
  padding: 32px 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #9D612E;
}
#hero-slider .marquee {
  overflow: hidden;
  display: flex;
  white-space: nowrap;
  overflow: hidden;
  gap: 60px;
  /* space between words */
  color: #fff;
}
#hero-slider .marquee h1 {
  font-size: 42px;
  color: #fff;
  margin-bottom: 0;
}

#Gallery-2 {
  position: relative;
}
#Gallery-2 .vector {
  position: absolute;
  top: 10%;
  right: 30%;
}
#Gallery-2 .vector img {
  opacity: 0.7;
}
#Gallery-2 .vector-1 {
  position: absolute;
  top: 10%;
  left: 30%;
}
#Gallery-2 .vector-1 img {
  opacity: 0.7;
}
#Gallery-2 .SectionTitle {
  text-align: center;
}
#Gallery-2 .SectionTitle h3 {
  color: #961C1E;
  font-weight: 800;
  font-size: 56px;
  z-index: 999;
}
#Gallery-2 .Marquee {
  width: 100vw;
  box-sizing: border-box;
  padding: 1em;
  color: #fff;
  font-weight: 200;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -o-box-align: center;
  align-items: center;
  overflow: hidden;
}
#Gallery-2 .Marquee-content {
  display: -ms-flexbox;
  display: box;
  display: flex;
  animation: marquee 140s linear infinite running;
  transition: 300ms all ease;
}
#Gallery-2 .Marquee-content:hover {
  animation-play-state: paused;
}
#Gallery-2 .Marquee-tag {
  width: 300px;
  margin: 0 0.5em;
  padding: 0.5em;
  background: rgba(255, 255, 255, 0.1);
  display: -ms-inline-flexbox;
  display: inline-box;
  display: inline-flex;
  -o-box-align: center;
  align-items: center;
  -o-box-pack: center;
  justify-content: center;
  transition: all 0.3s ease;
}
#Gallery-2 .Marquee-tag:hover {
  transform: scale(1.1);
  cursor: pointer;
}
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translate(-50%);
  }
}

#counter {
  padding: 0;
}
#counter .SectionTitle {
  padding-bottom: 30px;
}
#counter .SectionTitle h3 {
  font-size: 56px;
  text-align: center;
  color: #fff;
}
#counter .countdown ul {
  display: flex;
  list-style-type: none;
  padding-left: 0;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
}
#counter .countdown ul li {
  padding: 20px;
  width: 200px;
  height: 200px;
  background-color: #961C1E;
  color: #fff;
  text-align: center;
  font-size: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
#counter .countdown ul li:hover {
  transform: translateY(-6px) scale(1.1);
}
#counter .emoji {
  display: flex;
  list-style-type: none;
  padding-left: 0;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
}

#count {
  position: relative;
  padding: 0;
}
@keyframes flip-top {
  to {
    transform: rotateX(90deg);
  }
}
@keyframes flip-bottom {
  to {
    transform: rotateX(0deg);
  }
}
#count .vector {
  position: absolute;
}
#count .vector img {
  width: 300px;
  opacity: 0.5;
}
#count .vector-1 {
  position: absolute;
  right: 0;
  top: 12%;
}
#count .vector-1 img {
  width: 300px;
  opacity: 0.5;
  transform: rotate(40deg);
}
#count .SectionTitle {
  padding-bottom: 30px;
}
#count .SectionTitle h3 {
  font-size: 48px;
  text-align: center;
  color: #961C1E;
}
#count main {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px 0;
}
#count main h1 {
  color: #FFF;
  font-size: 28px;
  margin-bottom: 40px;
  text-transform: uppercase;
  letter-spacing: 4px;
}
#count main .cards {
  display: flex;
  gap: 20px;
}
#count main .cards .card {
  text-align: center;
  font-family: "Orbitron", sans-serif;
}
#count main .cards .card p {
  margin-top: 12px;
  font-size: 12px;
  color: #9D612E;
  letter-spacing: 2px;
  text-transform: uppercase;
}
#count main .cards .card .flip-card {
  position: relative;
  width: 120px;
  height: 100px;
  perspective: 1000px;
}
#count main .cards .card .top-half,
#count main .cards .card .bottom-half,
#count main .cards .card .top-flip,
#count main .cards .card .bottom-flip {
  width: 100%;
  height: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 38px;
  font-weight: bold;
  letter-spacing: 2px;
  background-color: rgb(107.0224719101, 19.9775280899, 21.404494382);
  color: #FFF;
  backface-visibility: hidden;
  box-shadow: 0 3px rgba(0, 0, 0, 0.3) inset;
  position: relative;
  z-index: 1;
}
#count main .cards .card .top-half {
  background-color: rgb(107.0224719101, 19.9775280899, 21.404494382);
  color: #FFF;
  border-radius: 8px 8px 0 0;
}
#count main .cards .card .top-half::before {
  content: "";
  position: absolute;
  background-color: rgb(107.0224719101, 19.9775280899, 21.404494382);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  bottom: -4px;
  left: -4px;
}
#count main .cards .card .top-half::after {
  content: "";
  position: absolute;
  background-color: rgb(107.0224719101, 19.9775280899, 21.404494382);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  bottom: -4px;
  right: -4px;
}
#count main .cards .card .bottom-half {
  background-color: rgb(107.0224719101, 19.9775280899, 21.404494382);
  color: #FFF;
  border-radius: 0 0 8px 8px;
}
#count main .cards .card .bottom-half::before {
  content: "";
  position: absolute;
  background-color: rgb(107.0224719101, 19.9775280899, 21.404494382);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  top: -4px;
  left: -4px;
}
#count main .cards .card .bottom-half::after {
  content: "";
  position: absolute;
  background-color: rgb(107.0224719101, 19.9775280899, 21.404494382);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  top: -4px;
  right: -4px;
}
#count main .cards .card .top-flip {
  position: absolute;
  top: 0;
  transform-origin: bottom;
  animation: flip-top 0.5s ease-in forwards;
  z-index: 2;
  background-color: #961C1E;
  color: #9D612E;
  border-radius: 8px 8px 0 0;
}
#count main .cards .card .bottom-flip {
  position: absolute;
  bottom: 0;
  transform-origin: top;
  transform: rotateX(90deg);
  animation: flip-bottom 0.5s ease-out 0.5s;
  z-index: 2;
  background-color: rgb(107.0224719101, 19.9775280899, 21.404494382);
  color: #FFF;
  border-radius: 0 0 8px 8px;
}
@media screen and (min-width: 768px) {
  #count main h1 {
    font-size: 34px;
  }
  #count main .cards {
    gap: 30px;
  }
  #count main .cards .card .flip-card {
    width: 200px;
    height: 150px;
  }
  #count main .cards .card .top-half,
  #count main .cards .card .bottom-half,
  #count main .cards .card .top-flip,
  #count main .cards .card .bottom-flip {
    font-size: 50px;
  }
  #count main .cards .card p {
    font-size: 14px;
  }
}

#Testimonials {
  position: relative;
  overflow: visible;
}
#Testimonials .SectionTitle {
  text-align: center;
}
#Testimonials .SectionTitle h3 {
  color: #961C1E;
  font-size: 48px;
}
#Testimonials .owl-theme .owl-nav {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 40%;
  left: 0;
  z-index: 11;
  pointer-events: none;
}
#Testimonials .owl-theme .owl-nav button {
  pointer-events: all;
  background-size: contain;
  background-repeat: no-repeat;
  height: 50px;
  width: 50px;
  border: none;
  color: transparent;
  transition: 300ms all ease;
}
#Testimonials .owl-theme .owl-nav .owl-prev {
  background-image: url("./assets/images/left-arrow.svg");
}
#Testimonials .owl-theme .owl-nav .owl-next {
  background-image: url("./assets/images/right-arrow.svg");
}
#Testimonials .owl-theme .owl-nav .owl-prev:hover {
  background-image: url("./assets/images/left-arrow.svg");
}
#Testimonials .owl-theme .owl-nav .owl-next:hover {
  background-image: url("./assets/images/right-arrow.svg");
}
#Testimonials .TestimonialBox {
  text-align: center;
  padding: 40px;
  min-height: 360px;
  border-radius: 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

#backgroundContainer {
  background: url("./assets/images/banner-image.png");
  height: 130vh;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: 900ms all ease;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 2rem;
}
#backgroundContainer .amenitiesList {
  padding: 1rem;
  border-radius: 10px;
  color: white;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 420px;
}
#backgroundContainer .amenitiesList .amenityItem,
#backgroundContainer .amenitiesList .amenityItem2 {
  background-color: black;
  padding: 1rem;
  border-radius: 6px;
  cursor: pointer;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  transition: background-color 0.3s ease;
  margin-bottom: 24px;
}
#backgroundContainer .amenitiesList .amenityItem .AmenitiesTitle,
#backgroundContainer .amenitiesList .amenityItem2 .AmenitiesTitle {
  display: flex;
  align-items: center;
  gap: 14px;
}
#backgroundContainer .amenitiesList .amenityItem .AmenitiesTitle h5,
#backgroundContainer .amenitiesList .amenityItem2 .AmenitiesTitle h5 {
  margin: 0px 0 -8px 0;
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;
}
#backgroundContainer .amenitiesList .amenityItem .AmenitiesTitle .Icon,
#backgroundContainer .amenitiesList .amenityItem2 .AmenitiesTitle .Icon {
  position: relative;
}
#backgroundContainer .amenitiesList .amenityItem .AmenitiesTitle .Icon img,
#backgroundContainer .amenitiesList .amenityItem2 .AmenitiesTitle .Icon img {
  transition: 500ms all ease;
}
#backgroundContainer .amenitiesList .amenityItem .AmenitiesTitle .Icon .IconHov,
#backgroundContainer .amenitiesList .amenityItem2 .AmenitiesTitle .Icon .IconHov {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
#backgroundContainer .amenitiesList .amenityItem:hover, #backgroundContainer .amenitiesList .amenityItem.active,
#backgroundContainer .amenitiesList .amenityItem2:hover,
#backgroundContainer .amenitiesList .amenityItem2.active {
  background: #C59520;
}
#backgroundContainer .amenitiesList .amenityItem:hover .Icon img, #backgroundContainer .amenitiesList .amenityItem.active .Icon img,
#backgroundContainer .amenitiesList .amenityItem2:hover .Icon img,
#backgroundContainer .amenitiesList .amenityItem2.active .Icon img {
  opacity: 0;
}
#backgroundContainer .amenitiesList .amenityItem:hover .Icon .IconHov, #backgroundContainer .amenitiesList .amenityItem.active .Icon .IconHov,
#backgroundContainer .amenitiesList .amenityItem2:hover .Icon .IconHov,
#backgroundContainer .amenitiesList .amenityItem2.active .Icon .IconHov {
  opacity: 1;
}
#backgroundContainer .amenitiesList .amenityItem .amenityIcon,
#backgroundContainer .amenitiesList .amenityItem2 .amenityIcon {
  width: 24px;
  height: 24px;
}

#whyus {
  position: relative;
}
#whyus .whyimage {
  position: relative;
}
#whyus .whyimage img {
  width: 100%;
  max-width: 400px;
  z-index: 999;
}
#whyus .whyimage .vector {
  position: absolute;
  top: 12%;
  left: -13%;
}
#whyus .whyimage .vector img {
  width: 280px;
  opacity: 0.8;
  transform: rotate(-135deg);
}
#whyus .whyimage .vector-1 {
  position: absolute;
  top: 18%;
  left: -10%;
}
#whyus .whyimage .vector-1 img {
  width: 250px;
  opacity: 0.8;
  z-index: 1;
}
#whyus .why-description {
  position: relative;
}
#whyus .why-description h3 {
  font-size: 48px;
  color: #961C1E;
}
#whyus .why-description p {
  color: #961C1E;
  font-weight: 800;
  font-size: 24px;
}
#whyus .vector {
  position: absolute;
  right: 0;
  bottom: 0;
}
#whyus .vector img {
  width: 300px;
  transform: rotate(-45deg);
  opacity: 0.4;
}

#partners {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
#partners .SectionTitle {
  text-align: center;
  padding-bottom: 60px;
}
#partners .SectionTitle h3 {
  color: #961C1E;
  font-size: 38px;
}
#partners .logo-scroller-content {
  padding: 60px 0;
}
#partners .logo-scroller-items {
  margin: -30px 0;
  overflow: hidden;
  cursor: default;
}
#partners .logo-scroller-items .parner-buton {
  text-align: center;
  margin-top: 20px;
}
#partners .logo-scroller-items .parner-buton .web-btn {
  border: 2px solid #961C1E;
  color: #fff;
  background: #961C1E;
}
#partners .logo-scroller-items .parner-buton .web-btn:hover {
  color: #961C1E;
}
#partners .logo-scroller-row {
  display: flex;
  position: relative;
  white-space: nowrap;
  justify-content: space-around;
  gap: 40px;
}
#partners .logo-scroller-item {
  position: relative;
  flex: 1 1 auto;
  min-width: 150px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
}
#partners .logo-scroller-item span {
  position: relative;
  display: inline-block;
  z-index: 1;
}
#partners .logo-scroller-item span img {
  max-width: 100%;
  max-height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  filter: grayscale(100%);
  transition: filter 0.3s ease-in-out;
}
#partners .logo-scroller-item:hover span img {
  filter: grayscale(0%);
}
@media (min-width: 1024px) {
  #partners .logo-scroller-item span img {
    max-height: 150px;
  }
}
@media (max-width: 768px) {
  #partners .logo-scroller-item {
    min-width: 100px;
  }
  #partners .logo-scroller-item span img {
    max-height: 80px;
  }
}
@media (max-width: 480px) {
  #partners .logo-scroller-item {
    min-width: 80px;
  }
  #partners .logo-scroller-item span img {
    max-height: 60px;
  }
}

#cta {
  background: url(./assets/images/stall.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#cta .cta-info h3 {
  color: #fff;
}
#cta .cta-info p {
  color: #fff;
  font-size: 20px;
}

#video-sec {
  padding: 80px 0;
  position: relative;
}
#video-sec .vector {
  position: absolute;
  left: -12%;
  top: -2%;
}
#video-sec .vector img {
  opacity: 0.6;
  transform: rotate(45deg);
  transition: transform 0.3s ease;
}
#video-sec .vector-1 {
  position: absolute;
  right: -12%;
  top: -2%;
}
#video-sec .vector-1 img {
  opacity: 0.6;
  transform: rotate(-45deg);
  transition: transform 0.3s ease;
}
#video-sec .SectionTitle {
  text-align: center;
  margin-bottom: 40px;
}
#video-sec .SectionTitle h3 {
  font-size: 48px;
  color: #961C1E;
  line-height: 1.4;
}
#video-sec .video {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  flex-wrap: wrap;
}
#video-sec .video .video_container {
  position: relative;
  flex: 1 1 45%;
  border-radius: 12px;
  overflow: hidden;
  background-color: #000;
}
#video-sec .video .video_container video {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
}
#video-sec .video .video_container #play_button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: transparent;
  border: none;
  cursor: pointer;
  z-index: 2;
}
#video-sec .video .video_container #play_button .ButtonImage {
  width: 80px;
  height: 80px;
}
#video-sec .video .video_container #play_button .ButtonImage img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#video-sec .video .PhoneVideo {
  display: none;
}
@media (max-width: 768px) {
  #video-sec .video .PhoneVideo {
    display: block;
  }
}
@media (max-width: 768px) {
  #video-sec .video .video_container:not(.PhoneVideo) {
    display: none;
  }
}

/* Lightbox overlay */
.video-lightbox {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  justify-content: center;
  align-items: center;
}

.video-lightbox.active {
  display: flex;
}

.video-lightbox video {
  max-width: 90vw;
  max-height: 90vh;
}

.close-lightbox {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 30px;
  color: #fff;
  background: none;
  border: none;
  cursor: pointer;
}

.video-thumbnail {
  position: relative;
  cursor: pointer;
  display: inline-block;
}

.video-thumbnail img {
  width: 100%;
  height: auto;
  display: block;
}

.video-thumbnail .play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  pointer-events: none;
}

#contact {
  padding: 40px 0px;
  position: relative;
}
#contact .vector {
  position: absolute;
  left: -4%;
  bottom: 5%;
}
#contact .vector img {
  opacity: 0.6;
  width: 350px;
}
#contact .vector-1 {
  position: absolute;
  left: 30%;
  top: 0%;
}
#contact .vector-1 img {
  opacity: 0.6;
  width: 250px;
}
#contact .address a {
  color: #961C1E;
  line-height: 40px;
  font-size: 20px;
  color: #961C1E;
  line-height: 40px;
  font-size: 28px;
  font-family: "Kumar One", serif;
}
#contact .address h3 {
  padding-top: 20px;
  font-size: 24px;
  color: #961C1E;
}

#footer {
  background-color: #961C1E;
  color: #fff;
  text-align: center;
  padding-top: 40px;
  margin: 0 15px 15px 15px;
}
#footer .social-links a {
  color: #fff;
  font-size: 18px;
  margin: 10px;
  text-decoration: none;
  transition: color 0.3s ease;
}
#footer .social-links a i {
  margin-right: 6px;
}
#footer .social-links a:hover {
  color: #9D612E;
}
#footer .footer-flex a {
  display: inline-block;
}
#footer .footer-flex a img {
  max-height: 60px;
  width: auto;
  transition: transform 0.3s ease;
}
#footer .footer-flex a img:hover {
  transform: scale(1.1);
}
#footer .social-icons a {
  color: #fff;
  font-size: 20px;
  transition: color 0.3s ease;
}
#footer .social-icons a:hover {
  color: #9D612E;
}
#footer .copyright {
  font-size: 14px;
  color: #fff;
  /* opacity: 0.8; */
  margin-bottom: 0;
}
@media (max-width: 768px) {
  #footer .social-links {
    flex-direction: column;
  }
  #footer .social-links a {
    margin: 5px 0;
  }
  #footer .footer-flex {
    justify-content: center;
  }
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: hidden;
}
#preloader video {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
#preloader .preloader-overlay {
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
#preloader .preloader-overlay .loader-text {
  color: #FFD79B;
  font-size: 28px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  animation: fadeIn 1.5s ease-in-out infinite alternate;
}

@keyframes fadeIn {
  0% {
    opacity: 0.4;
    transform: scale(0.95);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}/*# sourceMappingURL=style.css.map */