body {
            margin: 0;
            background: #000;
            color: #fff;
            font-family: Arial, sans-serif;
            /*font-family: 'Anton', sans-serif;*/
            overflow-x: hidden;
        }

        .section {
            height: auto;
            position: relative;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .text-row {
            font-size: 7vw;
            text-transform: uppercase;
            font-family: 'Anton', sans-serif;
            display: flex;
            gap: 2vw;
            white-space: nowrap;
            position: relative;
            z-index: 10;
        }

        .text-row span {
            display: inline-block;
            position: relative;
        }

        .reveal-img {
            position: absolute;
            width: 30vw;
            height: 22vw;
            object-fit: cover;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            opacity: 0;
            transition: opacity .4s;
            border-radius: 8px;
        }
        
        section.swiper_section {
          position: relative;
          width: 100%;
          min-height: 100vh;
          display: flex;
          justify-content: center;
          align-items: center;
          background-image: radial-gradient( circle farthest-corner at 10% 20%,  rgba(171,102,255,1) 0%, rgba(116,182,247,1) 90% );
          overflow: hidden;
        }
        
        .swiper {
          width: 100%;
          padding-top: 50px;
          padding-bottom: 50px;
        }
        
        .swiper-slide {
          width: 300px;
          height: 400px;
          box-shadow: 0 15px 50px rgba(0, 0, 0, 0.2);
          filter: blur(1px);
          border-radius: 10px;
          display: flex;
          flex-direction: column;
          justify-content: end;
          align-items: self-start;
        }
        
        .swiper-slide-active {
          filter: blur(0px);
        }
        
        .swiper-pagination-bullet,
        .swiper-pagination-bullet-active {
          background: #fff;
        }
        
        .swiper-slide span {
          text-transform: uppercase;
          color: #fff;
          background: #1b7402;
          padding: 7px 18px 7px 25px;
          display: inline-block;
          border-radius: 0 20px 20px 0px;
          letter-spacing: 2px;
          font-size: 0.8rem;
          font-family: "Open Sans", sans-serif;
        }
        
        .swiper-slide--one span {
          background: #62667f;
        }
        
        .swiper-slide--two span {
          background: #087ac4;
        }
        
        .swiper-slide--three span {
          background: #b45205;
        }
        
        .swiper-slide--four span {
          background: #087ac4;
        }
        
        .swiper-slide h2 {
          color: #fff;
          font-family: "Roboto", sans-serif;
          font-weight: 400;
          font-size: 1.3rem;
          line-height: 1.4;
          margin-bottom: 15px;
          padding: 25px 45px 0 25px;
        }
        
        .swiper-slide p {
          color: #fff;
          font-family: "Roboto", sans-serif;
          font-weight: 300;
          display: flex;
          align-items: center;
          padding: 0 25px 35px 25px;
        }
        
        .swiper-slide svg {
          color: #fff;
          width: 22px;
          height: 22px;
          margin-right: 7px;
        }
        
        .swiper-slide--one {
          background: linear-gradient(to top, #0f2027, #203a4300, #2c536400),
            url(https://images.unsplash.com/photo-1556206079-747a7a424d3d?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=871&q=80)
              no-repeat 50% 50% / cover;
        }
        
        .swiper-slide--two {
          background: linear-gradient(to top, #0f2027, #203a4300, #2c536400),
            url("https://images.unsplash.com/photo-1571900670723-a317a66e3fb7?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=423&q=80")
              no-repeat 50% 50% / cover;
        }
        
        .swiper-slide--three {
          background: linear-gradient(to top, #0f2027, #203a4300, #2c536400),
            url("https://images.unsplash.com/photo-1549144511-f099e773c147?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=387&q=80")
              no-repeat 50% 50% / cover;
        }
        
        .swiper-slide--four {
          background: linear-gradient(to top, #0f2027, #203a4300, #2c536400),
            url("https://images.unsplash.com/photo-1650367310179-e1b5b8e453c3?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=870&q=80")
              no-repeat 50% 50% / cover;
        }
        
        .swiper-slide--five {
          background: linear-gradient(to top, #0f2027, #203a4300, #2c536400),
            url("https://images.unsplash.com/photo-1596521864207-13d46b1a0c78?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=774&q=80")
              no-repeat 50% 50% / cover;
        }
        
        .swiper-3d .swiper-slide-shadow-left,
        .swiper-3d .swiper-slide-shadow-right {
          background-image: none;
        }
        
        /* end */
        
        
        .intro-section {
            width: 100%;
            height: 450px;
            display: flex;
            justify-content: center;
            align-items: center;
            position: relative;
            z-index: 10;
            overflow: hidden;
            margin-top: 80px;
        }
        
        .intro-text {
            font-family: 'Anton', sans-serif;
            font-size: 180px;
            font-weight: 300px;
            letter-spacing: 8px;
            color: rgba(255,255,255,0.08);
            position: relative;
            text-transform: uppercase;
            text-align: center;
            user-select: none;
            letter-spacing: 0.1px;
        }
        
        .intro-text .intro-logo {
            width: 240px;
            position: absolute;
            top: 100%;
            left: 50%;
            transform: translate(-50%, -62%);
            z-index: 20;
            opacity: 0.95;
        }
        
        /* Mobile */
        @media (max-width: 768px) {
            .intro-section {
                height: 230px;
            }
            .intro-text {
                font-size: 90px;
            }
            .intro-text .intro-logo {
                width: 90px;
            }
        }
        /* video bg*/
        .video-hero {
            position: relative;
            width: 100%;
            height: 100vh; /* FULL HEIGHT */
            overflow: hidden;
        }
    
        .video-bg {
            position: absolute;
            top: 50%;
            left: 50%;
            min-width: 100%;
            min-height: 100%;
            transform: translate(-50%, -50%);
            object-fit: cover;
            z-index: 1;
        }
    
        .overlay {
            position: absolute;
            inset: 0;
            background: rgba(0,0,0,0.45); /* DARK OVERLAY */
            z-index: 2;
        }
    
        .hero-content {
            position: absolute;
            z-index: 3;
            top: 50%;
            left: 50%;
            text-align: center;
            transform: translate(-50%, -50%);
            color: #fff;
            font-family: Arial, sans-serif;
        }
    
        .hero-content h1 {
            font-size: 64px;
            margin: 0 0 10px;
            font-weight: 700;
        }
    
        .hero-content p {
            font-size: 22px;
            opacity: .9;
            margin: 0;
        }
    
        @media (max-width: 768px) {
            .hero-content h1 {
                font-size: 40px;
            }
            .hero-content p {
                font-size: 18px;
            }
        }
        
                
        /* --------------------------- */
        /* PARALLAX IMAGE GRID */
        /* --------------------------- */
        .parallax-grid {
            position: relative;
            width: 100%;
            height: 1150px;
            margin-top: 0px;
            padding-top: 0px;
            overflow: hidden;
            z-index: 1;
        }
        
        .p-item {
            position: absolute;
            width: 350px;
            pointer-events: none;
        }
        
        .p-item img {
            width: 100%;
            display: block;
            border-radius: 6px;
        }
        
        /* Responsiveness */
        @media (max-width: 768px) {
            .p-item {
                width: 55vw;
            }
        }
        
        
    .social-icon a {
        width: 50px;
        height: 50px;
        border-radius: 10px;
        border: 1px solid #c19c64;
        text-align: center;
        line-height: 50px;
        margin: 0px 10px;
    }
    
    .social-icon a i {
        font-size: 25px;
        color: #fff;
    }
    
    .btn-theme {
        display: block;
        position: relative;
        width: fit-content;
        padding: 10px 15px;
        border-radius: 6px;
        background-color: #c19c64;
        color: #fff;
        font-size: 20px;
        text-decoration: none;
        
    }
    
    .text-title-1 {
        font-family: 'Anton', sans-serif;
        font-size: 120px;
        letter-spacing: 0.1px;
        text-transform: uppercase;
        margin-bottom: 50px;
    }
    
    .text-title-2 {
        font-family: 'Anton', sans-serif;
        font-size: 180px;
        letter-spacing: 0.1px;
        text-transform: uppercase;
        margin-bottom: 50px;
    }
    
    .gold-color {
        color: #c19c64 !important;
    }
        
