@import url(../fonts/stylesheet.css);
body {
  overflow-x: hidden;
  font-family: "General Sans";
  background: #000;
}

.main-header {
  padding: 40px 50px 80px;
  position: relative;
}

.main-header::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background: #000;
  border-radius: 50% 50% 0 0 / 100% 100% 0 0;
  transform: scaleY(-1);
}

.text-design-text {
  display: inline-block;
}

.row.arrows {
  position: absolute;
  left: 0;
  top: 75px;
  right: 0;
}

#sticky-container {
  position: sticky;
  top: 104px;
  overflow-y: scroll;
  scrollbar-width: thin;
  scrollbar-color: #ffffff #ffffff;
  max-height: calc(100vh - 104px);
  /* Set a max height if needed */
  z-index: 1;
  /* Adjust the z-index as needed */
}

#sticky-container::-webkit-scrollbar {
  width: 10px;
}

#sticky-container::-webkit-scrollbar-thumb {
  background-color: #5a6268;
}

.navbar {
  transition: background-color 0.1s ease;
}

.website-links {
  width: 100%;
}

.nav-item.social-icons {
  margin-right: 10px;
  width: 30px;
}



.navbar.transparent {
  background-color: transparent !important;
}

.navbar.white {
  background-color: #fff !important;
}

.text-design:after {
  content: "";
  background: url("../images/text-design.png") no-repeat;
  background-position: bottom right;
  width: 300px;
  height: 50px;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.text-design div {
  position: relative;
  z-index: 2;
}

.card {
  border: none;
  background: none;
}

.card-heading {
  text-align: center;
  color: #3c3b3e;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 26.4px;
}

.card-texts {
  color: #3c3b3e;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  /* 28.8px */
}
.home-img {
  border: 4px solid #eba52b; /* Change the color and width as needed */
  border-radius: 8px; /* Optional: Add rounded corners */
  padding: 5px; /* Optional: Add some padding around the image */
}
.download-badge {
  border: 2px solid #eba52b; /* Change the color and width as needed */
  border-radius: 8px; /* Optional: Add rounded corners */
  padding: 5px; /* Optional: Add some padding around the image */
  transition: transform 0.3s; /* Smooth scaling effect on hover */
}

.download-badge:hover {
  transform: scale(1.05); /* Slightly scale the image on hover */
}

.site-footer {
  background: #1e2027 url("assets/images/footer-pattern.png") repeat;
  background-size: contain;
  padding: 40px 0 20px;
  color: #fff;
  position: relative;
}

/* Thin top separator line */
.footer-top-line {
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.15);
  margin-bottom: 20px;
}

.footer-nav .nav-link {
  color: #d0d0d0 !important;
  font-size: 14px;
  margin: 0 10px;
}
.footer-nav .nav-link:hover {
  color: #ffcc57 !important;
}

/* Round dark icons like screenshot */

.social-links .nav-item {
  margin-right: 12px;
}

.download-badge {
  height: 50px;
}

@media (max-width: 768px) {
  .footer-nav {
    justify-content: center;
    flex-wrap: wrap;
  }
  .social-links {
    justify-content: center !important;
  }
}

/* ... Your existing CSS ... */
.nav-pills .nav-link {
  color: #475569;
}

.nav-pills .nav-link {
  font-weight: 500;
  font-size: 17.5px;
  line-height: 35.28px;
  text-align: left;
}

.faq-heading {
  font-weight: 600;
  font-size: 40px;
  line-height: 64px;
  text-align: center;
}

.nav-bar {
  top: 0;
  left: 0;
  right: 0;
  z-index: 3;
  padding: 5px;
}

.navbar-toggler {
  cursor: pointer;
  width: 60px;
  border: none;
}

.faq-accordion {
  font-weight: 500;
  font-size: 24px;
  line-height: 38.4px;
  color: #3c3b3e;
}

.faq-accordion-text {
  font-size: 18px;
  font-weight: 400;
  line-height: 28.8px;
  color: #1d1d31;
}

.coming-soon-tooltip {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.8);
  color: #e94826;
  padding: 5px;
  border-radius: 5px;
  display: none;
}

.nav-item {
  position: relative;
}

.nav-item:hover .coming-soon-tooltip {
  display: block;
}

.title-1 {
  text-align: left;
  font-size: 30px;
  margin-bottom: 35px;
  color: #eba52b;
}

.list-business-now-img {
  width: 100%;
}

.app-store {
  margin-right: 15px;
}

@media only screen and (max-width: 768px) {
  .list-business-now-img {
    max-width: 90%;
  }

  .list-business-now {
    padding: 0;
  }
  .list-business-now h2 {
    font-size: 32px;
  }
  .list-business-now p {
    font-size: 25px;
  }

  .faq {
    padding: 0;
  }

  .faq-headings h2 {
    font-size: 32px;
  }

  .download-app {
    padding: 20px;
  }

  .download-app-headings {
    padding-top: 30px;
  }
  .download-app-headings h2 {
    font-size: 32px;
  }
  .download-app-headings p {
    font-size: 16px;
    padding-top: 10px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .download-app-headings span {
    font-size: 20px;
  }

  .download-icon img {
    margin-right: 0;
    margin-bottom: 5px;
  }

  .app-store {
    margin-right: 0px;
  }

  .text-design:after {
    width: 180px;
    height: 12px;
  }

  .heading-1 {
    color: #eba52b;
    font-size: 20px;
    text-align: center;
  }

  .para-1 {
    text-align: center;
  }

  .max-business-para {
    text-align: center;
  }

  .homeimg-div {
    padding-top: 60px;
  }

  .boost-business-headings h2 {
    font-size: 32px;
  }
  .boost-business-headings p {
    font-size: 26px;
  }

  .elevate-business-img h2 {
    font-size: 14px;
  }

  .elevate-business-img h2 span {
    font-size: 15px;
  }

  .footer-nav {
    justify-content: center;
  }

  .faq-accordion {
    font-size: 18px;
  }

  .download-app-img {
    width: 200px;
  }
}
.boost-business-headings h3 {
  font-size: 2rem;
  font-weight: 600;
}

.premium-feature-card {
  border: none;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  border-radius: 15px;
  height: 100%;
  background-color: #f9f9f9;
}

.premium-feature-card img {
  width: 120px;
  height: auto;
  transition: transform 0.3s ease;
}

.premium-feature-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.1);
}

.premium-feature-card:hover img {
  transform: scale(1.1);
}

.premium-feature-card .card-title {
  font-size: 1.25rem;
  font-weight: 500;
  margin-top: 1rem;
}

.premium-feature-card .card-text {
  font-size: 1rem;
  color: #6c757d;
}
.boost-business-headings h3 {
  font-size: 2rem;
  font-weight: 600;
}

.footer-nav img {
  transition: transform 0.3s ease;
}

.footer-nav img:hover {
  transform: scale(1.05);
}

.home-img {
  width: 100%;
  max-width: 200px;
  height: auto;
  border-radius: 15px;
}

.content-wrapper {
  padding-right: 20px;
}

@media (max-width: 768px) {
  .content-wrapper {
    padding-right: 0;
    text-align: center;
  }

  .footer-nav {
    justify-content: center !important;
  }

  .home-img {
    margin-top: 30px;
  }
}
.download-badge {
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  /* Keeps the badges looking interactive */
}

.download-badge:hover {
  transform: scale(1.05); /* Slight enlargement on hover */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15); /* Adds a subtle shadow */
}

.content-wrapper {
  padding-right: 15px; /* Adjusted for better spacing */
}

.download-text {
  margin-bottom: 15px; /* Adds spacing between text and badges */
  color: #fff;
}
.logo-heading {
  color: #eba52b;
}

@media (max-width: 768px) {
  .footer-nav {
    justify-content: center !important; /* Centers the badges on mobile */
  }
}
.content {
  color: #fff;
  p {
    font-size: 12px;
  }
  li {
    font-size: 12px;
  }
}
.contact-section {
  padding: 60px 0;
  background-color: #000; /* Light background for contrast */
}

.contact-section h2 {
  font-size: 2.5rem;
  color: #eba52b; /* Dark color for the heading */
}
.contact-section h4 {
  font-size: 1.5rem;
  color: #ffffff; /* Dark color for the heading */
}
.contact-section .form-label {
  color: #ffffff;
}

.contact-section p {
  color: #ffff; /* Subtle gray for the description text */
}

.btn-primary {
  background-color: #eba52b; /* Primary button color */
  border: none; /* Remove default border */
}

.btn-primary:hover {
  background-color: #c6923d; /* Darker shade on hover */
}
.logo-heading a {
  color: #eba52b; /* Change text color to white */
  text-decoration: none; /* Remove underline from the link */
}
.about-us-card {
  border-radius: 15px;
}

/* Navigation Bar Styles */
.nav-bar {
  background-color: #000 !important;
  padding: 10px 0;
}

.navbar-nav .nav-link {
  color: #fff !important;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 8px 16px !important;
  transition: color 0.3s ease;
}

.navbar-nav .nav-link:hover {
  color: #eba52b !important;
}

.btn-outline-light {
  border-color: #eba52b;
  color: #eba52b;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 1px;
  padding: 6px 16px;
  transition: all 0.3s ease;
}

.btn-outline-light:hover {
  background-color: #eba52b;
  border-color: #eba52b;
  color: #000;
}

.btn-link:hover svg {
  color: #eba52b !important;
}

/* Navigation scroll states */
.navbar.white .nav-link {
  color: #000 !important;
}

.navbar.white .btn-link {
  color: #000 !important;
}

.navbar.white .btn-outline-light {
  border-color: #000;
  color: #000;
}

.navbar.white .btn-outline-light:hover {
  background-color: #000;
  border-color: #000;
  color: #fff;
}

/* Watchers Treasure Section */
.watchers-treasure-section {
  background-color: #000;
  padding: 80px 0;
  position: relative;
}

.watchers-content {
  margin: 0 auto;
  padding: 0 20px;
}

.watchers-subtitle {
  color: #eba52b;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 3px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.watchers-title {
  color: white;
  font-size: 4rem;
  font-weight: 700;
  margin-bottom: 60px;
  line-height: 1.2;
}

.stream-text {
  color: white;
  font-style: italic;
}

.watch-text {
  color: white;
  margin-left: 20%;
}

.endless-highlight {
  color: #eba52b;
}

.stream-gallery {
  display: flex;
  width: 100%;
  gap: 16px;
}

.stream-image-container {
  position: relative;
  overflow: hidden;
  height: 400px;
  padding: 0;
  margin: 0;
}

.stream-left,
.stream-right {
  width: calc(50% - 8px);
}

.stream-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
  display: block;
}

.stream-image:hover {
  transform: scale(1.05);
}

/* Responsive Design for Watchers Section */
@media (max-width: 768px) {
  .watchers-title {
    font-size: 2.5rem;
  }

  .watchers-subtitle {
    font-size: 1rem;
  }

  .stream-gallery {
    flex-direction: column;
    gap: 16px;
  }

  .stream-left,
  .stream-right {
    width: 100%;
  }

  .stream-image-container {
    height: 250px;
  }

  .watchers-treasure-section {
    padding: 40px 0;
  }
}

@media (max-width: 576px) {
  .watchers-title {
    font-size: 2rem;
  }

  .stream-image-container {
    height: 200px;
  }
}

/* Durden Kids Section */
.durden-kids-section {
  background-color: #000;
  padding: 100px 0;
  position: relative;
}

.durden-kids-logo {
  text-align: center;
  padding: 20px;
}

.durden-kids-logo img {
  max-width: 400px;
  width: 100%;
  height: auto;
}

.durden-kids-content {
  padding: 20px;
  color: white;
}

.durden-kids-subtitle {
  color: #eba52b;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 3px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.durden-kids-title {
  color: white;
  font-size: 3.5rem;
  font-weight: 700;
  margin-bottom: 30px;
  line-height: 1.2;
}

.experience-text {
  color: white;
  font-style: italic;
}

.for-kids-text {
  color: white;
}

.kids-highlight {
  color: #eba52b;
}

.durden-kids-description {
  color: #ccc;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 30px;
}

.kids-friendly-badge {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #eba52b;
  font-weight: 500;
}

.badge-icon {
  font-size: 1.2rem;
}

.badge-text {
  font-size: 1rem;
}

/* Responsive Design for Durden Kids Section */
@media (max-width: 768px) {
  .durden-kids-section {
    padding: 60px 0;
  }

  .durden-kids-title {
    font-size: 2.5rem;
  }

  .durden-kids-subtitle {
    font-size: 1rem;
  }

  .durden-kids-logo {
    margin-bottom: 30px;
  }

  .durden-kids-logo img {
    max-width: 300px;
  }
}

@media (max-width: 576px) {
  .durden-kids-title {
    font-size: 2rem;
  }
}

/* Responsive Navigation */
@media (max-width: 768px) {
  .navbar-nav {
    display: none !important;
  }

  .navbar-toggler {
    display: block;
    border: none;
    color: #fff;
  }
}

/* Join Waitlist Section */
.join-waitlist-section {
  background: #000;
  padding: 60px 0;
}

.waitlist-card {
  background: url("../images/backgroundimg.jpg") center/cover no-repeat;
  border-radius: 15px;
  padding: 60px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  width: 80%;
  margin: 40px auto;
}

.waitlist-content {
  color: white;
}

.star-icon {
  background: linear-gradient(135deg, #ffd700 0%, #ffb347 100%);
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #eba52b;
  flex-shrink: 0;
  box-shadow: 0 4px 15px rgba(255, 215, 0, 0.3);
  border: 3px solid rgba(255, 255, 255, 0.3);
}

.waitlist-title {
  font-size: 2.5rem;
  font-weight: bold;
  color: white;
  margin: 0;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.waitlist-form .input-group {
  max-width: 400px;
  margin-left: auto;
}

.waitlist-form .form-control {
  background: rgba(255, 255, 255, 0.9);
  border: none;
  border-radius: 8px 0 0 8px;
  padding: 15px 20px;
  font-size: 1rem;
  color: #333;
}

.waitlist-form .form-control::placeholder {
  color: #666;
}

.waitlist-form .form-control:focus {
  background: white;
  box-shadow: none;
  border: none;
}

.btn-join {
  background: #333;
  color: white;
  border: none;
  border-radius: 0 8px 8px 0;
  padding: 15px 30px;
  font-weight: bold;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease;
}

.btn-join:hover {
  background: #222;
  color: white;
  transform: translateY(-2px);
}

@media (max-width: 768px) {
  .waitlist-card {
    padding: 30px 20px;
  }

  .waitlist-title {
    font-size: 2rem;
    text-align: center;
    margin-bottom: 20px;
  }

  .waitlist-content {
    justify-content: center;
    text-align: center;
    margin-bottom: 30px;
  }

  .waitlist-form .input-group {
    margin-left: 0;
  }

  .star-icon {
    width: 50px;
    height: 50px;
  }

  .star-icon svg {
    width: 30px;
    height: 30px;
  }
}
