/* body {
  background-color: #1a1831 !important;
} */

  body {
    margin: 0;
    background: #1a1831;  /* dark background */
  }

  /* .crystal {
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: radial-gradient(circle, #fff 0%, #ffe14d 40%, transparent 70%);
    opacity: 0.8;
    animation: twinkle 3s infinite ease-in-out;
  }

  @keyframes twinkle {
    0%, 100% { transform: scale(1); opacity: 0.8; }
    0%      { transform: scale(1.6); opacity: 1; }
  } */

.bg-color {
  background-color: #1a1831;
}

.register-btn {
  border: 1px solid #fff;
  color: #fff;
  border-radius: 22px;
}

.navbar-light .navbar-toggler-icon {
  background-image: url('../image/toggle.png');
  color: #fff;
}

.navbar-light .navbar-toggler {
  color: #fff;
  border-color: #fff;
}

.gradient-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  border: none;
  color: #000;
  /* text color */
  background: linear-gradient(90deg, #FFD43B, #FF9900);
  /* yellow → orange */
  transition: all 0.3s ease;
}

.gradient-btn:hover {
  opacity: 0.9;
  /* subtle hover effect */
  transform: translateY(-2px);
  /* slight lift on hover */
}

.text-unique {
  color: #FFD43B;
}

.mrs-logo {
  width: 15% !important;
  margin-bottom: 20px;
  display: inline !important;
}

.text-white-color {
  color: #fff !important;
}

.para-text{
  text-align: justify;
}

.text-gold {
  font-weight: bold;
  font-size: 40px;
  background: linear-gradient(90deg, #f9e6a7, #d4af37, #ffd700);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.story-item {
  background: #000;
  transition: .5s;
}

.story-item img {
  width: 100%;
}

.story-item:hover {
  margin-top: -10px;
  background: #000;
}

.story-item * {
  transition: .5s;
}

.story-item:hover * {
  color: #000 !important;
}

.director-box-item {
  border: 1px solid #FAF0D6;
  background: #3b3b3b;
  transition: .5s;
  color: #fff;
  border-radius: 0.5rem;
}

.director-box-item p {
  margin-bottom: 0px;
  font-size: 14px;
}

.director-box-item .text-icon {
  color: #FFD700;
}

.video-gallery-section {
  background-image: url('../image/golden-black.jpg');
}

.video-gallery img {
  width: 100%;
  height: auto;
}

.video-gallery-btn {
  border-radius: 30px;
}

.testimonial-bg-section {
  background: linear-gradient(rgba(24, 29, 56, 0.7), rgba(24, 29, 56, 0.7)),
    url('../image/crown-bg.png');
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.text-yellow-color {
  color: #FFD700 !important;
}

.icon-yellow {
  color: #FFD700 !important;
  padding: 10px;
}

.btn-border-out {
  border: 1px solid #fff;
  border-radius: 18px;
}

.sponser-item {
  background-color: #fff;
  border-radius: 10px;
}

.sponser-carousel .owl-dots {
  margin-top: 24px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.sponser-carousel .owl-dot {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  width: 15px;
  height: 15px;
  border: 1px solid #CCCCCC;
  transition: .5s;
}

.sponser-carousel .owl-dot.active {
  background: #FFD700;
  border-color: #FFD700;
}

.bg-black-section {
  background-color: #000;
}

/* .footer-bg {
    background: linear-gradient(180deg, #1b1d29 0%, #0e0f17 100%);
    color: #ffffff;
} */

.footer-bg {
  background: linear-gradient(180deg, #1a1a1f 0%, #0e0f17 100%);
  color: #ccc;
}

.footer-logo {
  max-width: 150px;
}

.footer-bg h5 {
  font-size: 1.1rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: 1rem;
}

.footer-link {
  display: block;
  color: #bfbfbf;
  margin-bottom: 8px;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-link:hover {
  color: #ffc107;
}

.subscribe-box input {
  background-color: #2b2c33;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
}

.subscribe-box input::placeholder {
  color: #aaa;
}

.btn-warning {
  background-color: #ffc107;
  border: none;
  font-weight: 600;
}

.btn-warning:hover {
  background-color: #ffca2c;
}

.btn-social {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  margin-right: 8px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  color: #fff;
  transition: all 0.3s ease;
}

.btn-social:hover {
  background-color: #ffc107;
  color: #000;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: #999;
  font-size: 14px;
}

.brand-text {
  color: #ffc107;
}

.footer-heading {
  color: #ffc107 !important;
}

.explorations-section {
  position: relative;
  background: #0d0c1a;
  padding: 40px 0;
}

.explorations-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 250px;
  gap: 10px;
  max-width: 1200px;
  margin: auto;
}

.grid-item {
  overflow: hidden;
  border-radius: 10px;
}

.grid-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}

.grid-item img:hover {
  transform: scale(1.05);
}

/* Full Section Overlay */
.section-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.4);
  /* Dark overlay */
  text-align: center;
}

.section-overlay h2 {
  font-size: 2.5rem;
  font-weight: bold;
  color: #fff;
  margin-bottom: 15px;
}

.explore-btn {
  background: #fff;
  border: none;
  border-radius: 25px;
  padding: 10px 25px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s ease;
}

.explore-btn:hover {
  background: #f5c400;
  transform: scale(1.05);
}

/* Responsive */
@media (max-width: 992px) {
  .explorations-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 200px;
  }
}

@media (max-width: 576px) {
  .explorations-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: 200px;
  }
}

.page-header-about {
  /* background: linear-gradient(rgba(24, 29, 56, .7), rgba(24, 29, 56, .7)), url(../image/about-banner.png); */
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-header-inner {
  background: rgba(15, 23, 43, .7);
}

.bg-blue {
  background-color: #1a1831;
}

.icon-back {
  background: #ffc107;
  border: 1px solid #ffc107 !important;
}

.page-header-team {
  /* background: linear-gradient(rgba(24, 29, 56, .7), rgba(24, 29, 56, .7)), url(../image/about-banner.png); */
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-header-contact {
  /* background: linear-gradient(rgba(24, 29, 56, .7), rgba(24, 29, 56, .7)), url(../image/about-banner.png); */
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-header-blog {
  background: linear-gradient(rgba(24, 29, 56, .7), rgba(24, 29, 56, .7)), url(../image/about-banner.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-header-news {
  background: linear-gradient(rgba(24, 29, 56, .7), rgba(24, 29, 56, .7)), url(../image/about-banner.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-header-gallery {
  /* background: linear-gradient(rgba(24, 29, 56, .7), rgba(24, 29, 56, .7)), url(../image/about-banner.png); */
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

.btn-color-y {
  color: #fff;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-color-y:hover {
  color: #fff;
}

.bg-gold {
  font-weight: bold;
  font-size: 40px;
  background: linear-gradient(90deg, #f9e6a7, #d4af37, #ffd700);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* lightbox */

.lightboxpreview {
  transition: all .3s linear;
  padding-top: 60%;
  cursor: pointer;
  background-size: cover;
}

.lightbox-content {
  max-height: 75svh;
  height: 75svh;
}

.lightbox-close {
  cursor: pointer;
  margin-left: auto;
  position: absolute;
  right: -30px;
  top: -30px;
  color: white;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}

.modalscale {
  transform: scale(0);
  opacity: 0;
}



.lightbox-container,
.lightbox-btn,
.lightbox-image-wrapper,
.lightbox-enabled {
  transition: all .4s ease-in-out;
}

.lightbox_img_wrap {
  padding-top: 65%;
  position: relative;
  overflow: hidden;
}

.lightbox-enabled:hover {
  transform: scale(1.1)
}

.lightbox-enabled {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  object-fit: cover;
  cursor: pointer;
}

.lightbox-container {
  width: 100svw;
  height: 100svh;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, .6);
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
}

.lightbox-container.active {
  opacity: 1;
  pointer-events: all;
}

.lightbox-image-wrapper {
  display: flex;
  transform: scale(0);
  align-items: center;
  justify-content: center;
  max-width: 90vw;
  max-height: 90vh;
  position: relative;
}

.lightbox-container.active .lightbox-image-wrapper {
  transform: scale(1);
}

.lightbox-btn,
#close {
  color: white;
  z-index: 9999999;
  cursor: pointer;
  position: absolute;
  font-size: 30px;
}

.left {
  left: 50px;
}

.right {
  right: 50px;
}

#close {
  top: 50px;
  right: 50px;
}

.lightbox-image {
  width: 100%;
  max-height: 95vh;
  object-fit: cover;
}

@keyframes slideleft {
  33% {
    transform: translateX(-300px);
    opacity: 0;
  }

  66% {
    transform: translateX(300px);
    opacity: 0;
  }
}


.slideleft {
  animation-name: slideleft;
  animation-duration: .5s;
  animation-timing-function: ease;
}

@keyframes slideright {
  33% {
    transform: translateX(300px);
    opacity: 0;
  }

  66% {
    transform: translateX(-300px);
    opacity: 0;
  }
}


.slideright {
  animation-name: slideright;
  animation-duration: .5s;
  animation-timing-function: ease;
}

/* news */

.news-item {
    background: var(--light);
    transition: .5s;
}

.news-img img{
  width: 100%;
}

/* .news-item:hover {
    margin-top: -10px;
    background: var(--primary);
}

.news-item * {
    transition: .5s;
}

.news-item:hover * {
    color: var(--light) !important;
} */

.head-top{
  padding: 0px 60px 0px 65px;
}

.text-primary {
    color: #ffcd34 !important;
}

@media (max-width: 991.98px) {
    .head-top{
      padding: 0px !important;
    }
}

.registration img{
  width: 100%;
}

.checkout-box{
  border: 1px solid #fff;
  padding: 30px;
  text-align: center;
  color: #fff;
  border-radius: 0px 25px 0px 25px;
}

.checkout-box h3{
  color: #fff;
}

.success-box{
  border: 1px solid #fff;
  padding: 30px;
  text-align: center;
  color: #fff;
  border-radius: 0px 25px 0px 25px;
}

.failed-box{
  border: 1px solid #fff;
  padding: 30px;
  text-align: center;
  color: #fff;
  border-radius: 0px 25px 0px 25px;
}

@media (max-width: 768px) {
  .mrs-logo {
    position: relative !important;
    width: 40% !important;
    margin-bottom: 20px;
    display: inline !important;
  }

  .top-mobile{
    display: none !important;
  }

}