
body {
    /* font-family: 'Poppins', sans-serif; */
    font-family: 'Oswald', sans-serif;
    /* background: #0f0c26; */
    background: #000;
  }
  h1, h2, h3, h4, h5, h6 {
    font-family: 'Oswald', sans-serif;
  }
  h2{
    font-size: 56px;
  }
  p{
    font-family: 'Inter', sans-serif;
  }
  .nav-link {
    color: #fff !important;
    font-weight: 500;
  }
  /* ============================
   MOBILE & TAB OFFCANVAS NAV
============================ */
.nav-close-btn{
  display: none;
}
.nav-link:focus,
.nav-link.active{
  /* color: #feea00 !important; */
  color: #feea00 !important;
}
.navbar-collapse.collapse.show .nav-close-btn{
  display: block;
}
@media (max-width: 991px) {

  /* Navbar stays normal */
  .navbar {
    padding: 0px 0;
  }

 /* MOBILE MENU STYLING */
@media (max-width: 991px) {

  .navbar-collapse {
    position: fixed;
    top: 0;
    right: -100%;
    width: 50%;
    max-width: 85%;
    height: 100vh;
    /* background: linear-gradient(180deg, #0b0322, #14063b); */
    padding: 70px 30px 30px;
    background-color: #000;
    transition: right 0.35s ease-in-out;
    z-index: 1050;
  }

  .navbar-collapse.show {
    right: 0;
  }

  /* CLOSE BUTTON */
  .nav-close-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 36px;
    color: #ffffff;
    background: none;
    border: none;
    cursor: pointer;
    line-height: 1;
  }

  .nav-close-btn:hover {
    /* color: #feea00; */
    color: #d7b60e;
  }

  /* NAV ITEMS STACK */
  .navbar-nav {
    align-items: flex-start !important;
    width: 100%;
  }

  .navbar-nav .nav-item {
    width: 100%;
    margin-bottom: 20px;
  }

  .navbar-nav .nav-link {
    font-size: 18px;
    color: #ffffff;
    padding: 0;
  }
}


  /* Overlay effect */
  body::after {
    content: "";
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.5);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s;
    z-index: 1040;
  }

  body.nav-open::after {
    opacity: 1;
    pointer-events: all;
  }
}

/* ============================
   DESKTOP UNCHANGED
============================ */
@media (min-width: 992px) {
  .navbar-collapse {
    position: static;
    height: auto;
    background: transparent;
    padding: 0;
  }
}

  .btn-orange {
    /* background: #feea00; */
    background: #feea00;
    color: #fff;
    border-radius: 4px;
  }
  
  .btn-orange:hover {
    /* background: #ff8c1a; */
    background: #d7b60e;
  }
  
  /* HERO SECTION */
  .hero-section {
    position: relative;
    min-height: 100vh;
    background: url("../images/main-banner-img-home.jpg") no-repeat center right / cover;
    /* background: linear-gradient(
      rgba(0, 0, 0, 0.6),
      rgba(0, 0, 0, 0.6)
    ),
    url("../images/main-banner-img-home.jpg") no-repeat center right / cover;; */
    display: flex;
    align-items: center;
  }
  
  .hero-overlay {
    position: absolute;
    inset: 0;
    /* background: linear-gradient(
      to right,
      rgba(0,0,0,0.85) 0%,
      rgba(0,0,0,0.2)
    ); */
  }
  
  .hero-content {
    position: relative;
    z-index: 2;
  }
  
  .hero-title {
    font-size: 60px;
    font-weight: 800;
    line-height: 1.1;
  }
  
  .hero-subtitle {
    font-size: 22px;
    font-weight: 600;
  }
  
  /* RIGHT IMAGE */
  .hero-image {
    max-width: 95%;
  }
  
  /* SCROLL */
  .scroll-down {
    position: absolute;
    bottom: 30px;
    right: 40px;
    color: #fff;
    font-size: 12px;
    letter-spacing: 2px;
    opacity: 0.7;
  }
 
  .logo{
    max-height: 100px;
    max-width: 260px;
    width: 245px;
 }
  /* RESPONSIVE */
  @media (max-width: 991px) {
    .hero-section {
      background-position: center;
      min-height: 70vh;
    }
  
    .hero-title {
      font-size: 46px;
    }
  
    .hero-subtitle {
      font-size: 18px;
    }
  
    .scroll-down {
      display: none;
    }
    .logo{
      max-height: 75px;
      max-width: 168px;
   }
  }
  
  @media (max-width: 576px) {
    .hero-title {
      font-size: 38px;
    }
    .navbar .custom-container{
      padding: 0px;
    }
    .custom-container.nav-sec{
      padding: 0 10px !important;
    }
    .services-section{
      padding: 50px 0px !important;
    }
    .hero-overlay {
      position: absolute;
      inset: 0;
      background: linear-gradient(
        to right,
        rgba(0,0,0,0.85) 0%,
        rgba(0,0,0,0.2)
      );
    }
  }
  

  .services-section {
    padding: 120px 0;
    /* background: #0f0c26; */
    background: #000;
  }
  
  /* HEADER */
  .services-section .section-tag {
    font-size: 13px;
    letter-spacing: 2px;
    color: #fff;
  }
  
  .services-section .section-title {
    font-size: 48px;
    font-weight: 800;
    line-height: 1.2;
    color: #fff;

  }
  
  .services-section .section-desc {
    font-size: 16px;
    color: #bbbaca;
    max-width: 600px;
    margin: auto;
  }
  
  /* SERVICE BOX */
  .services-section .service-box {
    padding: 30px;
    /* background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08); */
    background: #242323c9;
    border-radius: 6px;
    overflow: hidden;
    transition: 0.3s;
  }
  
  .services-section .icon-circle {
    width: 80px;
    height: 80px;
    margin: auto;
    border-radius: 50%;
    border: 2px solid #feea00;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    color: #feea00;
    margin-bottom: 20px;
  }
  
  .services-section .service-title {
    font-weight: 700;
    margin-bottom: 10px;
    color: #fff;
  }
  
  .services-section .service-text {
    font-size: 15px;
    color: #b5b4c4;
    line-height: 1.8;
    text-align: justify;
  }
  
  /* RESPONSIVE */
  @media (max-width: 991px) {
    .services-section .section-title {
      font-size: 38px;
    }
    .hero-overlay {
      position: absolute;
      inset: 0;
      background: linear-gradient(to right, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0.1));
    }
  }
  
  @media (max-width: 576px) {
    .services-section .services-section {
      padding: 80px 0;
    }
  
    .services-section .section-title {
      font-size: 32px;
    }
  }


  .discover-story-sec .section-left {
    background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url('../images/left-img-sec3.png') no-repeat center/cover;
    color: white;
    text-align: center;
    padding: 5rem 2rem;
    height: 850px;
    display: flex
;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .discover-story-sec{
    /* background: #0e0c26; */
    background: #000;
  }
  .discover-story-sec .section-right {
    background: url('../images/right-img-sec3.png') no-repeat center/cover;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: auto;
    height: 850px;
  }
  .discover-story-sec .promo-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 3rem;
    color: white;
    text-shadow: 2px 2px 5px black;
    text-align: center;
  }
  .discover-story-sec .promo-img {
    max-width: 80%;
    height: auto;
  }
  @media (max-width: 768px) {
    .discover-story-sec .promo-text {
      font-size: 2rem;
    }
  }

.custom-container{
  padding: 10px 70px;
  max-width: 100%;
  margin: 0px;
  width: 100%;
}
.nav-sec{
    display: flex;
        justify-content: space-between;
        align-items: center;
}
.discover-story-sec .section-left .btn{
  padding: 18px 40px;
  /* background-color: #12B749; */
  background-color: #feea00;
  color: #000;
}
.discover-story-sec .section-left .btn:hover{
  background-color: #d7b60e;
}
  
  /* HEADER */
  .slots-section .small-title {
    font-size: 12px;
    letter-spacing: 2px;
    color: #fff;
  }
  
  .slots-section .main-title {
    font-size: 46px;
    font-weight: 800;
    color: #fff;
  }
  
  .slots-section .main-title span {
    color: #feea00;
  }
  
  /* CARD */
  .slots-section .slot-card {
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 6px;
    overflow: hidden;
    transition: 0.3s;
    height: 100%;
    position: relative;
  }
  
  .slots-section .slot-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.6);
  }
  
  .slots-section .slot-card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
  }
  
  .slots-section .slot-content {
    padding: 20px;
  }
  
  .slot-content h5 {
    font-weight: 500;
    margin-bottom: 10px;
    color: #fff;
    font-size: 28px;
  }
  
  .slots-section .slot-content p {
    font-size: 15px;
    color: #bbbaca;
    line-height: 1.6;
  }
  
  /* RESPONSIVE */
  @media (max-width: 991px) {
    .slots-section .main-title {
      font-size: 36px;
    }
  }
  
  @media (max-width: 576px) {
    .slots-section .slots-section {
      padding: 80px 0;
    }
  
    .slots-section .main-title {
      font-size: 30px;
    }
  
    .slots-section .slot-card img {
      height: 200px;
    }
  }

  .marquee {
    color: #feea00;
    font-size: 2rem;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    box-sizing: border-box;
    display: flex;
    align-items: center;
  }
  .marquee span {
    display: inline-block;
    animation: move-left 20s linear infinite;
    font-size: 80px;
  }
  @keyframes move-left {
    0% { transform: translateX(0); }
    100% { transform: translateX(-100%); }
  }

  .promo-section {
    min-height: 100vh;
    display: flex;
    align-items: center;
    /* background: radial-gradient(circle at right, #6f2dbd, #1a0033); */
    /* background: radial-gradient(circle at right, #6f2dbd, #1a0033), url('../images/home-2nd-banner.png') no-repeat center/cover; */
    background: url("../images/home-2nd-banner.png") no-repeat center/cover;;
    padding: 120px 0;
  }
  
  /* CONTENT */
  .promo-section .promo-content h1 {
    font-size: 45px;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #fff;
  }
  
  .promo-section .promo-content p {
    font-size: 15px;
    color: #fff;
    max-width: 480px;
    margin-bottom: 25px;
    text-align: justify;
  }
  
  .promo-section .promo-link {
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: 0.3s;
  }
  
  .promo-section .promo-link span {
    font-size: 18px;
  }
  
  .promo-section .promo-link:hover {
    color: #d7b60e;
  }
  
  /* IMAGE */
  .promo-section .promo-image img {
    max-width: 95%;
  }
  
  /* RESPONSIVE */
  @media (max-width: 991px) {
    .promo-section .promo-section {
      padding: 90px 0;
      text-align: center;
    }
  
    .promo-section .promo-content h1 {
      font-size: 34px;
    }
  
    
  }
  
  @media (max-width: 576px) {
    .promo-section .promo-content h1 {
      font-size: 28px;
    }
  }

  .blog-section {
    padding: 100px 0;
    color: #fff;
  }
  
  /* HEADER */
  .blog-section .small-label {
    font-size: 12px;
    letter-spacing: 2px;
    color: #fff;
  }
  
  .blog-section .blog-title {
    font-size: 38px;
    font-weight: 800;
    margin-top: 15px;
  }
  
  .blog-section .blog-desc p {
    font-size: 12px;
    color: #bbbaca;
    line-height: 1.8;
    text-align: justify;
  }
  
  /* BLOG CARD */
  .blog-section .blog-card {
    background: rgba(255,255,255,0.05);
    overflow: hidden;
    height: 100%;
  }
  
  .blog-section .blog-card img {
    width: 100%;
    height: 340px;
    object-fit: cover;
  }
  
  .blog-section .blog-content {
    padding: 20px;
  }
  
  .blog-tag {
    font-size: 11px;
    letter-spacing: 1px;
    color: #feea00 ;
  }
  
  .blog-section .blog-content h5 {
    font-size: 18px;
    font-weight: 700;
    margin: 12px 0;
  }
  
  .blog-section .blog-content small {
    color: #9fa0c9;
  }
  
  /* RESPONSIVE */
  @media (max-width: 992px) {
    .blog-section .blog-title {
      font-size: 32px;
    }
  
    .blog-section .blog-card img {
      height: 280px;
    }
  }
  
  @media (max-width: 576px) {
    .blog-section .blog-section {
      padding: 70px 0;
    }
  
    .blog-section .blog-title {
      font-size: 26px;
    }
  
    .blog-section .blog-card img {
      height: 220px;
    }
  }
  
  /* STATS */
  .experience-sec  .stat-box {
    background: rgba(255,255,255,0.05);
    padding: 30px;
    border-radius: 6px;
    height: 100%;
    text-align: left;
  }
  
  .experience-sec  .stat-box h2 {
    font-size: 97px;
    margin-bottom: 30px;
    font-weight: 800;
    color: #fff;
  }
  
  .experience-sec  .stat-box h6 {
    color: #fff;
    margin-top: 10px;
  }
  .custom-container-Two{
    max-width: 885px;
    margin: 0px auto;
  }
  .blog-section .blog-card-two{
    margin-top: 50px;
  }
  

  .lucky-section {
    position: relative;
    overflow: hidden;
  }
  
  .floating-marquee {
    position: relative;
    overflow: hidden;
  }
  
  /* FLOATING TAGS */
  .floating-tags {
    display: flex
    ;
        justify-content: space-between;
        width: 100%;
        position: absolute;
        margin: 0px;
        flex-direction: row;
        top: -22px;

  }
  .floating-tags-two{
    bottom: -34px;
    top: unset;
    justify-content: space-around;
  }
  .floating-marquee .marquee{
    padding:40px 0px
  }
  .tag {
    font-size: 12px;
    padding: 6px 14px;
    border-radius: 20px;
    font-weight: 600;
    white-space: nowrap;
    position: absolute;
  }
  
  .tag.purple { background: #8b2cff; }
  .tag.orange { background: #ff8a00; }
  .tag.green  { background: #22c55e; }
  
  /* MARQUEE WRAPPER */
  .marquee {
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  
  /* MARQUEE TRACK */
  .marquee-track {
    display: flex;
    width: max-content;
    animation: marquee 18s linear infinite;
  }
  
  .marquee-track h1 {
    font-size: 170px;
    font-weight: 900;
    color: #fff;
    white-space: nowrap;
    margin: 0;
    padding-right: 40px;
  }
  
  /* ANIMATION */
  @keyframes marquee {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-50%);
    }
  }
  
  /* MOBILE OPTIMIZATION */
  @media (max-width: 768px) {
    .marquee-track {
      animation-duration: 26s;
    }
  }
  /* PRICING */
  .section-label {
    font-size: 11px;
    letter-spacing: 2px;
    color: #fff;
  }
  
  .pricing-title {
    font-size: clamp(28px, 4vw, 42px);
    font-weight: 800;
  }
  
  .pricing-title span {
    color: #feea00 ;
  }
  
  /* TOGGLE */
  .pricing-toggle {
    margin-top: 15px;
  }
  
  .pricing-toggle button {
    background: transparent;
    border: 1px solid #333;
    color: #fff;
    padding: 6px 18px;
    margin: 0 5px;
    font-size: 12px;
  }
  
  .pricing-toggle .active {
    background: #feea00 ;
    color: #000;
  }
  
  /* CARDS */
  .price-card {
    /* background: rgba(255,255,255,0.05); */
    background: #242323c9;
    padding: 40px 25px;
    text-align: center;
    border-radius: 6px;
    height: 100%;
  }
  
  .price-card h6 {
    letter-spacing: 1px;
    font-size: 13px;
    color: #fff;
  }
  
  .price-card h3 {
    font-size: 32px;
    margin: 15px 0;
  }
  
  .price-card h3 span {
    font-size: 13px;
    color: #aaa;
  }
  
  .price-card p {
    font-size: 14px;
    color: #fff;
    margin-bottom: 25px;
    text-align: justify;
  }
  
  .price-card .btn:hover{
    background-color: #d7b60e;
  }
.floating-tags span{
    font-size: 20px;
}
.floating-tags .tag{
  position: unset;
}
.floating-marquee  .floating-tags .tag {
  color: #fff;
}
.pricing-wrapper{
    color: #fff;
    padding: 30px 0px;
}
.logos-sec{
    display: flex;
    justify-content: center;
    gap: 20px;
    padding: 30px 0px;
}
.logos-sec img{
    height: 50px;
    width: auto;
    object-fit: contain;
    filter: brightness(0.5);
}
.logos-sec img:hover{
    filter: none;
}
.marqueeOne h1{
  color: #feea00;
  font-size: 150px;
  font-weight: 700;
}
.marqueeOne{
    padding: 30px 0px;
}


.hero-sectionTwo {
    height: auto;
    background: url('../images/banner3-home.png') center center / cover no-repeat;
    position: relative;
    padding: 60px 20px;
  }
  
  /* DARK OVERLAY */
  .hero-sectionTwo::before {
    content: "";
    position: absolute;
    inset: 0;
    /* background: linear-gradient(
      to right,
      rgba(10, 5, 40, 0.3),
      rgba(10, 5, 40, 0.85)
    ); */
  }
  
  .hero-sectionTwo > .container-fluid {
    position: relative;
    z-index: 2;
  }
  
  /* CONTENT CARD */
  .hero-sectionTwo .hero-content {
    /* background: #0f0d2a; */
    background: #000;
    padding: 30px;
    max-width: 400px;
    color: #fff;
  }
  
  .hero-sectionTwo .hero-content h1 {
    font-size: 40px;
    font-weight: 800;
    line-height: 1.2;
  }
  
  .hero-sectionTwo .hero-content h1 span {
    color: #feea00 ;
  }
  
  .hero-sectionTwo .hero-content p {
    font-size: 14px;
    opacity: 0.85;
    margin-top: 20px;
    text-align: justify;
  }
  
  /* BUTTON */
  .hero-sectionTwo .hero-content .btn {
    border-radius: 0;
    padding: 12px 24px;
    font-size: 14px;
    font-weight: 600;
  }
  
  /* MOBILE */
  @media (max-width: 991px) {
    .hero-sectionTwo {
      height: auto;
      padding: 80px 20px;
    }
  
    .hero-sectionTwo .hero-content {
      max-width: 100%;
    }
  }

  .cta-section {
    padding: 120px 20px 80px;
    color: #fff;
  }
  
  .cta-section h1 {
    font-size: clamp(42px, 7vw, 90px);
    font-weight: 900;
    letter-spacing: 2px;
  }
  
  .cta-section .subtitle {
    font-size: 14px;
    opacity: 0.7;
    margin: 25px auto 40px;
    max-width: 520px;
  }
  
  /* FORM */
  .cta-section .cta-form .form-control {
    /* background: #1a1538; */
    background: #242323c9;
    border: none;
    color: #fff;
  }
  
  .cta-form .form-control::placeholder {
    color: #aaa;
  }
  
  .cta-section .cta-form .btn-primary {
    /* background: #3c3c6e; */
    background: #6c6969c9;
    border: none;
    padding: 12px 20px;
  }
  
  .cta-section .form-check-label {
    font-size: 11px;
    opacity: 0.8;
  }
  
  .cta-section .highlight {
    color: #feea00;
  }
  
  /* FOOTER */
  .cta-section .site-footer {
    padding: 40px 0;
    font-size: 13px;
    opacity: 0.7;
  }
  
  .footer-links {
    list-style: none;
    padding: 0;
  }
  
  .cta-section .footer-links li {
    margin-bottom: 6px;
  }
  .site-footer{
    color: #BBB9C9;
    font-size: 12px;
  }
  
  /* MOBILE */
  @media (max-width: 768px) {
    .cta-section {
      padding-top: 80px;
    }
  
    .cta-section .cta-form .input-group {
      flex-direction: column;
    }
  
    .cta-section .cta-form .btn {
      width: 100%;
      margin-top: 10px;
    }
  }
  .form-control{
    font-size: 12px;
    padding-left: 35px;
  }
  .input-group i{
    position: absolute;
    left: 33PX;
    z-index: 9;
  }
.site-footer .info{
  text-align: center;
}

@media (max-width: 576px){
  .custom-container-Two,
  .custom-container{
    padding: 0px 12px;
  }
  .discover-story-sec .section-right ,
  .discover-story-sec .section-left {
    height: auto;

  }
  .logos-sec img{
    height: auto;
    width: 52px;
    object-fit: contain;
    filter: brightness(0.5);
    gap: unset;
    display: flex
;
  }
  .logos-sec {
    padding-top: 0px;
  }
  .marquee-track h1 {
    font-size: 30px;
  }
  .floating-tags span{
    font-size: 9px;
  }
  .cta-section .cta-form .form-control{
    width: 100%;
  }
  .input-group i {
    position: absolute;
    left: 9PX;
    top: 19px;
    z-index: 9;
  }
  .navbar-collapse {
    width: 70%;
  }
  .navbar-nav .nav-link {
    font-size: 17px;
  }
  .hero-section{
    height: 70vh;
  }
}

@media (max-width: 992px){
  .custom-container-Two,
  .custom-container{
    padding: 0px 12px;

  }
  .discover-story-sec .section-right
  {
    height: auto;
    background-size: auto;
  }
  .marquee-track h1{
    font-size: 50px;
  }
  .promo-section{
    min-height: auto;
  }
  .promo-section h1{
    max-width: 400px;
  }
  .promo-section .promo-content p {
    margin: 0px;
    margin-bottom: 10px;
  }
  .floating-tags .tag {
    font-size: 13px;
  }
  .logos-sec{
    gap: 5px;
  }
  .right-img {
    width: 200px !important;
    right: -42px !important;
  }
  .right-img.hat{
    width: 150px !important;
  }
  .left-img{
    width: 200px !important;
    left: -42px !important;
    top: -8px !important;
  }
}

.navbar.scrolled{
  /* background-color: #100C26; */
  background-color: #000;
}
.navbar .custom-container {
  padding: 0px 70px;
}


/* --------FADE UP STYLING-------- */
.fade-up {
  opacity: 0;
  transform: translateY(80px);
  transition: all 0.6s ease;
}
 
.fade-up.show {
  opacity: 1;
  transform: translateY(0);
}

/* -------BACK TO TOP BTN-------- */
.back-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #feea00;
  color: #000;
  border: none;
  font-size: 22px;
  cursor: pointer;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 999;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.back-to-top:hover {
  transform: translateY(-5px);
  background: #d7b60e;
}
@media (max-width: 576px){
  .back-to-top{
    width: 40px;
    height: 40px;
  }
  .right-img {
    position: absolute;
    right: -16px;
    bottom: 20px;
    width: 65px;
  }
  .left-img.leaf-img{
    top: 0px !important;
  }
  .left-img {
    width: 100px !important;
    left: -14px !important;
    top: 64px !important;

  }
  .right-img {
    bottom: 32px !important;
    width: 100px !important;
    right: -8px !important;
}
.right-img.hat {
  width: 100px !important;
  bottom: 4px !important;
}
}

.strip{
  color: #fff;
  background: red;
  position: absolute;
  left: -10px;
  top: 21px;
  font-size: 12px;
  font-weight: 700;
  padding: 2px 4px;
  transform: rotateZ(-45deg);
}

.lucky-section .price-card h5{
  font-weight: 700;
    font-size: 20px;
    margin-bottom: 15px;
    color: #feea00 ;
}
.lucky-section .price-card img{
  width: 100px;
  object-fit: contain;
  margin-bottom: 15px;
}

.discover-story-sec .section-left p{
  text-align:justify ;
}
.services-section ,
.blog-section,
.lucky-section,
.slots-section{
  position: relative;
  overflow-x:hidden ;
}
.left-img{
  position: absolute;
  width: 300px;
  left: -100px;
  top: 50px;
}
.right-img{
  position: absolute;
  right: -87px;
  bottom: 32px;
  width: 300px;
}
.navbar .navbar-brand{
  padding: 10px 0px;
}