




/* ===== SHOW/HIDE ===== */
.desktop-header{
    display:flex;
}

.mobile-header,
.mobile-menu{
    display:none;
}

@media(max-width:768px){

    .desktop-header{
        display:none;
    }

    .mobile-header{
        display:flex;
        justify-content:space-between;
        align-items:center;
        padding:20px;
        position:fixed;
        width:100%;
        z-index:2000;
    }

    .mobile-menu{
        display:block;
        position:fixed;
        top:0;
        right:0;
        width:80%;
        height:100vh;
        background:#000;
        transform:translateX(100%);
        transition:0.4s;
        z-index:1900;
        padding:80px 30px;
    }

    .mobile-menu.active{
        transform:translateX(0);
    }

    .mobile-menu ul{
        list-style:none;
        display:flex;
        flex-direction:column;
        gap:25px;
    }

    .mobile-menu li{
        color:#fff;
        font-size:18px;
    }

    /* hamburger */
    .hamburger{
        display:flex;
        flex-direction:column;
        gap:5px;
        cursor:pointer;
    }

    .hamburger span{
        width:25px;
        height:2px;
        background:#fff;
    }







.main-wrapper {
    display: none;
}


/* MOBILE ONLY */
@media (max-width: 576px) {
  body {
    overflow-y: auto;
    overflow-x: hidden;
  }
}

/* HERO SECTION */
.mobile-hero {
    height: calc(100vh - 80px);
padding-top: 300px
  position: relative;
  overflow: hidden;
}






/* ===== SHOW/HIDE ===== */
.desktop-header{
    display:flex;
}

.mobile-header,
.mobile-menu{
    display:none;
}

@media(max-width:768px){

    .desktop-header{
        display:none;
    }

.mobile-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    position: fixed;
    width: 100%;
    z-index: 2000;
    left: 0;
    background: transparent;
    transition: all 0.4s ease; /* 🔥 smooth transition */
}

/* AFTER SCROLL STYLE */
.mobile-header.active {
    background: #000;
    padding: 10px;
    position:fixed;
}

    .mobile-menu{
        display:block;
        position:fixed;
        top:0;
        right:0;
        width:80%;
        height:100vh;
        background:#000;
        transform:translateX(100%);
        transition:0.4s;
        z-index:1900;
        padding:80px 30px;
    }

    .mobile-menu.active{
        transform:translateX(0);
    }

    .mobile-menu ul{
        list-style:none;
        display:flex;
        flex-direction:column;
        gap:25px;
    }

    .mobile-menu li{
        color:#fff;
        font-size:18px;
    }

    /* hamburger */
    .hamburger{
        display:flex;
        flex-direction:column;
        gap:5px;
        cursor:pointer;
    }

    .hamburger span{
        width:25px;
        height:2px;
        background:#fff;
    }
.main-wrapper {
    display: none;
}

}


/* ===== MOBILE HERO ===== */
.mobile-hero {
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: url(../images/bg-dark.png) center / cover no-repeat;
    z-index: 1000;
    display: block;
    position: fixed;
}

/* WRAPPER CENTER */
.mobile-wrapper{
  position: relative;
  width: 100%;
  height: 100%;
}

/* HEADING */
    .mobile-heading {
        position: absolute;
        top: 15%;
        left: 50%;
        transform: translateX(-50%);
        text-align: center;
        color: #fff;
        font-size: 25px;
        letter-spacing: 2px;
        opacity: 1;
        width: 100% !important;
        top: 20%;
    }

.gif-ring {
    width: 100% !important;
}

.gif-ring img{
  width:450px;
}
}

.gif-ring img {
    width: 400px;
}
.spacer {
    height: 33%;
}


    
    
    img.gif.gif-2 {
    width: 52%;
}

    
    img.gif.revert-2 {
    width: 52%;
}
    
    
    
    .gif {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: 0.5s;
}

.gif.active {
  opacity: 1;
}



}






/* ===== MOBILE HERO ===== */


/* ===== MOBILE HERO ===== */


.gif-ring {
    width: 100% !important;
}

.gif-ring img{
  width:450px;
}
}

.gif-ring img {
    width: 400px;
}
.spacer {
    height: 33%;
}



    
  