  .main-video {
    width: 100%;
    height: auto;
    border-radius: 10px;
  }

  .gif-thumbnail {
    width: 150px;
    cursor: pointer;
    border-radius: 8px;
    border: 2px solid #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
  }

  @media (max-width: 768px) {
    .gif-thumbnail {
      margin-top: 1rem;
      width: 100%;
    }
  }
  .text-muted{
    color: #636363 !important;
  }
.btn-custom{
    background: #DBBC57;
    color: white;
}
.text-color-custom{
        color: #DBBC57;
}
  .line-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    margin: 20px 0;
  }

  .solid-line {
    width: 60px;
    height: 2px;
    background: #DBBC57;
  }

  .line-icon {
    color: #DBBC57;
    font-size: 1.4rem;
  }

  .font-roman{
    font-family: 'Times New Roman', Times, serif;
  }

  .logo {
  height: 43px;
  transition: opacity 0.3s ease;
}

.logo-scrolled {
  display: none;
}

.logo-switch .logo-default {
  display: none;
}

.logo-switch .logo-scrolled {
  display: inline;
}
 .border-none{
            border: none;
        }
         .border-radius-none{
            border-radius: 0px;
        }
        .underline{
            text-decoration: underline;
        }
        .text-left{
            text-align: left;
        }
        .btn-dark{
           background-color:  #222222 !important;
        }
.btn-signup:hover{
    background-color: #DDB445 !important;
    color: white;
    border: none;
}
.btn-video-button{
    background: #2D2F31 !important;
    color: #A9A9A9  !important;
}
    .influencer-section {
        background: #0b0a0a;
        padding: 50px 0;
    }

    .section-heading {
        text-align: center;
        margin-bottom: 2rem;
        position: relative;
        font-size: 2rem;
        font-weight: bold;
        color: white;
    }

    .section-heading::after {
        content: "";
        display: block;
        width: 50%;
        height: 3px;
        margin: 18px auto 0;
        background: linear-gradient(to right, transparent, #DBBC57, transparent);
        border-radius: 2px;
    }

.video-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
}

.video-modal-content {
    position: relative;
    width: 90%;
    max-width: 800px;
}

.video-modal-content video {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.video-modal-close {
    position: absolute;
    top: -20px;
    right: -20px;
    font-size: 40px;
    color: #fff;
    cursor: pointer;
    z-index: 999;
}
.btn-theme{
    background: #DBBC57 !important;
    border-radius: 0px !important;
    color: black !important;
    font-weight: lighter;
}
.text-theme{
    color: #DBBC57 !important;
}
.border-radius-none{
    border-radius: 0px !important;
}
.bg-theme{
    background-color: #DBBC57 !important;
}
.fs-20{
    font-size: 20px;
}
.align-right{
    text-align: right;
}
.fs-16{
    font-size: 16px;
}
.nav-link:hover{
    color: #DBBC57 !important;
}
.nav-link{
    font-size: 14px !important;
}
.nav-item:hover{
    text-decoration: none;
}

.nav-link {
  position: relative;
  display: inline-block;
}

.nav-link::after {
  content: "";
  position: absolute;
  width: 0;
  height: 4px;
  left: 0;
  background-color: #DBBC57;
  transition: width 0.3s ease;
  bottom: 0px
}
.nav-link.active {
    color: #DBBC57 !important;
}
.nav-link.active::after {
    width: 100%;
}
.nav-link:hover::after {
  width: 100%;
  text-decoration: none;
}
.nav-link:hover {
  text-shadow: 0 0 8px rgba(255, 255, 255, 0.8),
               0 0 16px rgba(255, 255, 255, 0.6);
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #1a1a1a; /* Scrollbar track */
}

::-webkit-scrollbar-thumb {
  background-color: #DBBC57; /* Scrollbar handle */
  border-radius: 20px;
  border: 2px solid #1a1a1a; /* Optional border around handle */
}

::-webkit-scrollbar-thumb:hover {
  background-color: #DBBC57; /* On hover */
}

/* For Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: #DBBC57 #1a1a1a;
}
.font-lighter{
    font-weight: lighter;
}
.btn-outline-light:hover{
    color: black !important;
}
