@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.oswald {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.shrikhand-regular {
  font-family: "Shrikhand", serif;
  font-weight: 400;
  font-style: normal;
}

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

body {
  font-family: "Oswald", sans-serif;
  background: #f0e8db;
}

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);
}

#Header {
  background: #D7C8B5;
  -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: 100px;
}
#Header .navbar {
  padding: 10px 0px;
  transition: 500ms;
}
#Header .navbar a {
  text-decoration: none;
  color: #84211B;
  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;
}

#mobile-nav {
  position: sticky;
  top: 0;
  z-index: 9999;
  padding: 0;
  background: #D7C8B5;
}
#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 {
  box-shadow: 0px 0px 26px 0px rgba(0, 0, 0, 0.5490196078);
  background-color: #D7C8B5;
  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: 20%;
}
#mobile-nav .mobile_nav_right img {
  width: 150px;
  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: #D7C8B5;
  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: 85vh;
}
#Hero .HeroImg img {
  -o-object-fit: cover;
     object-fit: cover;
}
#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;
}

#about {
  position: relative;
}
#about .vector-1 {
  position: absolute;
  top: -21%;
  left: -15%;
}
#about .vector-1 img {
  opacity: 0.6;
  z-index: 1;
}
#about .vector-3 {
  position: absolute;
  bottom: -10%;
  left: 23%;
}
#about .vector-3 img {
  opacity: 0.6;
  z-index: 1;
  width: 300px;
}
#about .img-wrapper img {
  position: relative;
  /* This is important! */
  z-index: 999;
}
#about .SectionTitle {
  padding-left: 25px;
}
#about .SectionTitle .vector {
  position: absolute;
  top: -15%;
  right: 0;
}
#about .SectionTitle .vector img {
  opacity: 0.6;
  transform: rotate(50deg);
}
#about .SectionTitle .vector-2 {
  position: absolute;
  bottom: -18%;
  right: -3%;
}
#about .SectionTitle .vector-2 img {
  opacity: 0.6;
  width: 300px;
}
#about .SectionTitle h3 {
  font-size: 42px;
  color: #84211B;
}
#about .SectionTitle p {
  font-size: 20px;
}
#about .countdown {
  width: min(100% - 2rem, 48rem);
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.75rem;
  color: #0a3d4c;
  font-size: clamp(2rem, 4.5vw - 0.5rem, 3rem);
}
#about .countdown > div:last-child {
  grid-column-end: 4;
}
@media (min-width: 500px) {
  #about .countdown {
    grid-template-columns: repeat(10, 1fr);
  }
  #about .countdown > div:last-child {
    grid-column-end: auto;
  }
}
#about .countdown > div {
  grid-column: span 2;
  background-color: rgba(132, 33, 27, 0.75);
  font-size: 56px;
  color: #fff;
  padding: 1rem 1rem 3rem;
  border-radius: 0.5rem;
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  overflow: hidden;
  transition: all 0.2s;
}
#about .countdown > div > span {
  display: grid;
  place-content: center;
  transition: transform 150ms ease;
}
#about .countdown > div::after {
  content: attr(data-desc);
  font-size: 0.8rem;
  position: absolute;
  text-transform: capitalize;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
  transition: 300ms ease-in-out var(--d);
}
@starting-style {
  #about .countdown > div::after {
    scale: 0;
    opacity: 0;
    translate: 0 100px;
  }
}

#Services {
  padding: 0;
}
#Services .hero-section {
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}
#Services .hero-section .background {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-image: url("assets/images/g-1.jpg");
  transition: background-image 0.5s ease-in-out;
  z-index: 0;
}
#Services .hero-section .panels {
  position: relative;
  display: flex;
  height: 100%;
  z-index: 1;
}
#Services .hero-section .panels .panel {
  flex: 1;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.5rem;
  font-weight: bold;
  cursor: pointer;
  position: relative;
}
#Services .hero-section .panels .panel span {
  position: absolute;
  bottom: 0%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  text-align: center;
  width: 100%;
}
#Services .hero-section .panels .panel .hover-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -60%);
  background: rgb(255, 255, 255);
  padding: 4rem 2rem;
  text-align: center;
  color: #000;
  z-index: 3;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 300ms all ease;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: auto;
  text-align: center;
}
#Services .hero-section .panels .panel .hover-text span {
  position: static;
  transform: none;
  display: block;
  margin-bottom: 8px;
}
#Services .hero-section .panels .panel .hover-text p {
  font-size: 19px;
  font-weight: 500;
}
#Services .hero-section .panels .panel:hover span {
  display: none;
}
#Services .hero-section .panels .panel:hover .hover-text {
  opacity: 0.85;
  transform: translate(-50%, -50%);
}
#Services .hero-section .panels .panel:hover .hover-text span {
  display: block;
}

#ServicesPhone {
  padding: 0;
  display: none;
}
#ServicesPhone .owl-theme .owl-nav {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  width: 110%;
  position: absolute;
  top: 43%;
  left: -5%;
  z-index: 2;
}
#ServicesPhone .owl-carousel .owl-nav button.owl-next {
  background: url(./assets/images/right-arrow.svg);
  background-size: contain;
  opacity: 0.6;
  transition: 300ms all ease;
  background-repeat: no-repeat;
  height: 40px;
  width: 40px;
  color: transparent;
}
#ServicesPhone .owl-carousel .owl-nav button.owl-prev {
  background: url(./assets/images/left-arrow.svg);
  background-size: contain;
  opacity: 0.6;
  height: 40px;
  width: 40px;
  background-repeat: no-repeat;
  color: transparent;
}
#ServicesPhone .owl-carousel .owl-nav button.owl-next:hover {
  opacity: 1;
}
#ServicesPhone .owl-carousel .owl-nav button.owl-prev:hover {
  opacity: 1;
}
#ServicesPhone .ServicesItem {
  position: relative;
}
#ServicesPhone .ServicesItem .panel {
  flex: 1;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.5rem;
  font-weight: bold;
  cursor: pointer;
  position: relative;
}
#ServicesPhone .ServicesItem .panel img {
  height: 80vh;
  -o-object-fit: cover;
     object-fit: cover;
}
#ServicesPhone .ServicesItem .panel .HoverText {
  position: absolute;
  bottom: 2%;
  left: 50%;
  transform: translate(-50%, 0%);
  z-index: 2;
  width: 100%;
  text-align: center;
  font-size: 19px;
  font-weight: 500;
}
#ServicesPhone .ServicesItem .panel .HoverText span {
  font-weight: 600;
  font-size: 27px;
  margin-bottom: 12px;
  display: block;
}

#previous {
  padding: 60px 0;
  position: relative;
  /* This container is needed to position the front and back side */
  /* Do an horizontal flip when you move the mouse over the flip box container */
  /* Position the front and back side */
  /* Style the front side (fallback if image is missing) */
  /* Style the back side */
}
#previous .vector {
  position: absolute;
  top: 0%;
  left: 0%;
}
#previous .vector img {
  opacity: 0.6;
  z-index: 1;
  width: 150px;
  transform: rotate(50deg);
}
#previous .vector-1 {
  position: absolute;
  top: 0%;
  right: 0%;
}
#previous .vector-1 img {
  opacity: 0.6;
  z-index: 1;
  width: 150px;
  transform: rotate(-20deg);
}
#previous .vector-2 {
  position: absolute;
  bottom: -3%;
  right: -78%;
}
#previous .vector-2 img {
  opacity: 0.6;
  z-index: 1;
  width: 300px;
  transform: rotate(-20deg);
}
#previous .SectionTitle h3 {
  font-size: 48px;
  color: #84211B;
  text-align: center;
  padding-bottom: 20px;
}
#previous .flip-card {
  background-color: transparent;
  width: 100%;
  height: 400px;
  perspective: 1000px;
  position: relative;
  z-index: 999;
  /* Remove this if you don't want the 3D effect */
}
#previous img {
  width: 100%;
}
#previous .flip-card-inner {
  position: relative;
  z-index: 999;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}
#previous .flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}
#previous .flip-card-front,
#previous .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}
#previous .flip-card-front {
  background-color: #bbb;
  color: black;
}
#previous .flip-card-back {
  background-color: #84211B;
  color: white;
  transform: rotateY(180deg);
  padding: 120px 0;
}

#previous-phone {
  padding: 60px 0;
  position: relative;
  display: none;
}
#previous-phone .vector {
  position: absolute;
  top: 0%;
  left: 0%;
}
#previous-phone .vector img {
  opacity: 0.6;
  z-index: 1;
  width: 150px;
  transform: rotate(50deg);
}
#previous-phone .vector-1 {
  position: absolute;
  top: 0%;
  right: 0%;
}
#previous-phone .vector-1 img {
  opacity: 0.6;
  z-index: 1;
  width: 150px;
  transform: rotate(-20deg);
}
#previous-phone .SectionTitle h3 {
  font-size: 48px;
  color: #84211B;
  text-align: center;
  padding-bottom: 20px;
}
#previous-phone .slider-arrows {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  position: absolute;
  z-index: 10;
  width: 100%;
  top: 63%;
  left: 0;
}
#previous-phone button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #422241;
  background: transparent;
  color: #CE4D52;
  font-size: 20px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  background: #D7C8B5;
}
#previous-phone button:hover {
  background: #422241;
  color: #FFE9B7;
}

#image-reveal-section {
  color: #84211B;
  position: relative;
}
#image-reveal-section .SectionTitle h3 {
  color: #84211B;
  font-size: 56px;
}
#image-reveal-section .vector {
  position: absolute;
  top: 0%;
  left: -4%;
}
#image-reveal-section .vector img {
  opacity: 0.6;
  z-index: 1;
  transform: rotate(50deg);
}
#image-reveal-section .vector-1 {
  position: absolute;
  top: 6%;
  left: 42%;
}
#image-reveal-section .vector-1 img {
  opacity: 0.6;
  z-index: 1;
  transform: rotate(-50deg);
}
#image-reveal-section .vector-2 {
  position: absolute;
  top: 24%;
  left: 19%;
}
#image-reveal-section .vector-2 img {
  opacity: 0.6;
  z-index: 1;
  width: 350px;
}
#image-reveal-section .vector-3 {
  position: absolute;
  top: 37%;
  right: 22%;
}
#image-reveal-section .vector-3 img {
  opacity: 0.6;
  z-index: 1;
  width: 350px;
}
#image-reveal-section .vector-4 {
  position: absolute;
  top: 47%;
  left: 20%;
}
#image-reveal-section .vector-4 img {
  opacity: 0.6;
  z-index: 1;
  width: 350px;
}
#image-reveal-section .vector-5 {
  position: absolute;
  bottom: 7%;
  right: 20%;
}
#image-reveal-section .vector-5 img {
  opacity: 0.6;
  z-index: 1;
  width: 350px;
}
#image-reveal-section .vector-6 {
  position: absolute;
  bottom: 33%;
  right: 12%;
}
#image-reveal-section .vector-6 img {
  opacity: 0.6;
  z-index: 1;
  width: 350px;
  transform: rotate(90deg);
}
#image-reveal-section .header-content {
  height: 70vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
#image-reveal-section .header-content h3 {
  color: #84211B;
  font-size: 3rem;
  margin-bottom: 1rem;
}
#image-reveal-section .header-content p {
  font-size: 1.2rem;
}
#image-reveal-section .image-section-title {
  text-align: center;
  font-size: 2.5rem;
  margin-top: 80px;
  margin-bottom: 50px;
}
#image-reveal-section .image-container {
  position: relative;
  width: 100%;
  max-width: 1400px;
  min-height: 1900px;
  margin: 0 auto;
}
#image-reveal-section .image-container .reveal-image {
  position: absolute;
  opacity: 0;
  height: auto;
  border: 8px solid #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  border-radius: 8px;
  transform: translateY(100px) scale(0.8);
}
#image-reveal-section .image-container .reveal-image:nth-child(1) {
  top: calc(50px + 0px);
  left: 10%;
  width: 300px;
  transform: translateY(100px) scale(0.8) rotate(-8deg);
}
#image-reveal-section .image-container .reveal-image:nth-child(2) {
  top: calc(150px + 0px);
  left: 55%;
  width: 400px;
  transform: translateY(100px) scale(0.8) rotate(5deg);
}
#image-reveal-section .image-container .reveal-image:nth-child(3) {
  top: calc(350px + 0px);
  left: 20%;
  width: 320px;
  transform: translateY(100px) scale(0.8) rotate(-3deg);
}
#image-reveal-section .image-container .reveal-image:nth-child(4) {
  top: calc(50px + 600px);
  left: 10%;
  width: 300px;
  transform: translateY(100px) scale(0.8) rotate(-8deg);
}
#image-reveal-section .image-container .reveal-image:nth-child(5) {
  top: calc(150px + 600px);
  left: 55%;
  width: 400px;
  transform: translateY(100px) scale(0.8) rotate(5deg);
}
#image-reveal-section .image-container .reveal-image:nth-child(6) {
  top: calc(350px + 600px);
  left: 20%;
  width: 320px;
  transform: translateY(100px) scale(0.8) rotate(-3deg);
}
#image-reveal-section .image-container .reveal-image:nth-child(7) {
  top: calc(50px + 1200px);
  left: 10%;
  width: 300px;
  transform: translateY(100px) scale(0.8) rotate(-8deg);
}
#image-reveal-section .image-container .reveal-image:nth-child(8) {
  top: calc(150px + 1200px);
  left: 55%;
  width: 400px;
  transform: translateY(100px) scale(0.8) rotate(5deg);
}
#image-reveal-section .image-container .reveal-image:nth-child(9) {
  top: calc(350px + 1200px);
  left: 20%;
  width: 320px;
  transform: translateY(100px) scale(0.8) rotate(-3deg);
}
#image-reveal-section .image-container .reveal-image:nth-child(10) {
  top: calc(50px + 1800px);
  left: 10%;
  width: 300px;
  transform: translateY(100px) scale(0.8) rotate(-8deg);
}
#image-reveal-section .image-container .reveal-image:nth-child(11) {
  top: calc(150px + 1800px);
  left: 55%;
  width: 400px;
  transform: translateY(100px) scale(0.8) rotate(5deg);
}
#image-reveal-section .image-container .reveal-image:nth-child(12) {
  top: calc(350px + 1800px);
  left: 20%;
  width: 320px;
  transform: translateY(100px) scale(0.8) rotate(-3deg);
}
#image-reveal-section .image-container .reveal-image:nth-child(13) {
  top: calc(50px + 2400px);
  left: 10%;
  width: 300px;
  transform: translateY(100px) scale(0.8) rotate(-8deg);
}
#image-reveal-section .image-container .reveal-image:nth-child(14) {
  top: calc(150px + 2400px);
  left: 55%;
  width: 400px;
  transform: translateY(100px) scale(0.8) rotate(5deg);
}
#image-reveal-section .image-container .reveal-image:nth-child(15) {
  top: calc(350px + 2400px);
  left: 20%;
  width: 320px;
  transform: translateY(100px) scale(0.8) rotate(-3deg);
}
#image-reveal-section .image-container .reveal-image:nth-child(16) {
  top: calc(50px + 3000px);
  left: 10%;
  width: 300px;
  transform: translateY(100px) scale(0.8) rotate(-8deg);
}
#image-reveal-section .image-container .reveal-image:nth-child(17) {
  top: calc(150px + 3000px);
  left: 55%;
  width: 400px;
  transform: translateY(100px) scale(0.8) rotate(5deg);
}
#image-reveal-section .image-container .reveal-image:nth-child(18) {
  top: calc(350px + 3000px);
  left: 20%;
  width: 320px;
  transform: translateY(100px) scale(0.8) rotate(-3deg);
}

#PhoneImages {
  display: none;
  padding: 40px 14px 0;
  position: relative;
}
#PhoneImages a {
  display: block;
}
#PhoneImages .SectionTitle h3 {
  color: #84211B;
  font-size: 36px;
}
#PhoneImages .reveal-image {
  margin-bottom: 80px;
  border: 8px solid #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  border-radius: 8px;
  transform: translateY(0px) scale(1);
}
#PhoneImages .slider-arrows {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  position: absolute;
  z-index: 10;
  width: 100%;
  top: 63%;
  left: 0;
}
#PhoneImages button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #422241;
  background: transparent;
  color: #CE4D52;
  font-size: 20px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  background: #D7C8B5;
}
#PhoneImages button:hover {
  background: #422241;
  color: #FFE9B7;
}

#Reels {
  text-align: center;
}
#Reels .marquee {
  overflow: hidden;
  position: relative;
  width: 100%;
}
#Reels .marquee-track {
  display: flex;
  gap: 20px;
  width: -moz-max-content;
  width: max-content;
  will-change: transform;
}
#Reels .reel {
  flex: 0 0 auto;
  width: 350px;
  height: auto;
  border-radius: 20px;
  overflow: hidden;
  background: #000;
  position: relative;
}
#Reels .reel > * {
  cursor: none !important;
}
#Reels .icon {
  position: absolute;
  pointer-events: none;
  /* So the icon doesn’t block mouse events */
  opacity: 0;
  /* Hidden by default */
  transition: opacity 0.15s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  /* Prevent text selection */
  transform: translate(10px, 10px);
  /* Slight offset from cursor */
  width: 66px;
  /* Match your image size */
  height: 66px;
  /* offset icon from cursor */
}
#Reels .icon img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  pointer-events: none;
  /* Just in case */
}
#Reels video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: opacity 0.3s ease;
}

#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;
}

#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;
  }
}

#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;
}

#footer {
  position: relative;
  overflow: hidden;
  padding: 4rem 1rem;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7);
}
#footer .foot-info {
  display: flex;
  align-items: center;
}
#footer .foot-info p {
  margin-bottom: 0;
}
#footer .video-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
  opacity: 0.5;
}
#footer h3 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  color: #fff;
}
#footer p,
#footer a {
  color: #e0e0e0;
  font-size: 0.95rem;
  text-decoration: none;
}
#footer p:hover,
#footer a:hover {
  color: #ffffff;
}
#footer .footer-logo {
  font-size: 2rem;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 1rem;
}
#footer .site-logo {
  text-align: center;
}
#footer .site-logo a {
  font-family: "Playfair Display", serif;
}
#footer .social-media {
  margin-top: 1rem;
  text-align: center;
  display: flex;
  justify-content: center;
  gap: 10px;
  align-items: center;
}
#footer .social-media a {
  margin: 0 0.5rem;
}
#footer .social-media a img {
  transition: transform 0.3s ease;
}
#footer .social-media a img:hover {
  transform: scale(1.1);
}
#footer .info {
  text-align: end;
}
#footer .info p {
  max-width: 260px;
  margin: auto;
  margin-right: 0;
}
@media (max-width: 768px) {
  #footer {
    text-align: center;
  }
  #footer .social-media {
    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 */