.pdf-wrap {
    height: 200vh;
    width: 100%;
}

.pdf-image {
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.pdf-sticky {
    height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.pdf-trigger-1 {
    position: absolute;
    top: 100vh;
}

/* 
.pdf-trigger-2 {
    position: absolute;
    top: 100vh;
} */

.pdf-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transform: scale(1.2);
}

.pdf-popup {
    position: absolute;
    border-radius: 30px;
    background: rgba(0, 0, 0, 0.55);
    max-width: 800px;
    margin: auto;
    padding: 100px 80px;
    backdrop-filter: blur(2px);
    width: 100%;
    opacity: 0;
}

.pdf-popup .anim-btn {
    background: #94FFC4;
}

.pdf-icon {
    position: absolute;
    top: 30px;
    right: 30px;
}

.pdf-popup h3 {
    color: #94FFC4;
    text-align: center;
    font-family: Cinzel;
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: 55px;
}

.pdf-popup a {
    margin-top: 24px;
}

.pdf-line {
    background: #94FFC4;
    width: 180px;
    height: 6px;
    margin: 8px auto;
    display: block;
}


.side-widget .d-new-mobile-menu .site-menu ul li a {
    color: #94FFC4;
    text-align: center;
    font-family: Montserrat;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 55px;
    width: 100%;
}

.side-widget .d-new-mobile-menu .d-get-minty {
    border-radius: 20px;
    margin: auto;
}

.d-side-widget {
    padding: 0;
    overflow: hidden;
}

.d-head-logo-wrap {
    padding: 40px;
}

.side-widget .d-new-mobile-menu {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    height: auto;
}

.d-side-widget.active .display-mobile {
    margin: 0;

}

.d-side-widget .display-mobile {
    margin: 0;
}

.navbar .d-navbar-btn a {
    border-radius: 20px;
    border: 1px solid #94FFC4;
    background: rgba(0, 0, 0, 0.00);
    color: #94FFC4;
}

.d-navbar-background {
    background: rgba(0, 0, 0, 0.80) !important;
}

.d-cta-box h2 {
    color: #94FFC4;
    font-size: 68px;
}

.d-side-widget {
    width: 100vw;
    max-width: none;
    background: transparent;
}

.bg-circle {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    clip-path: circle(0px at 92% 35px);
    transition: 0.5s;
    background: #000;
}

.d-side-widget.active .bg-circle {
    clip-path: circle(100%);
}

.d-head-logo-wrap {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.d-side-widget .display-mobile {
    transform: translateX(-80px);
    transition: 0.7s;
    opacity: 0;
}

.d-side-widget.active .display-mobile {
    transform: translateX(0);
    opacity: 1;
}

.d-head-logo-wrap .hamburger-menu {
    position: relative;
}

.navbar .d-hamburger-menu {
    display: none;
}


.d-side-widget {
    left: 0;
}



.d-change-language {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
}

.side-widget .display-mobile .custom-menu .d-change-language li a {
    width: 100%;
    color: #94FFC4;
    text-align: center;
    margin: 3px 0;
}

.side-widget .display-mobile .custom-menu ul li {
    position: relative;
}

.side-widget .display-mobile .custom-menu ul li:nth-child(1):after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    height: 100%;
    width: 100%;
    border-radius: 20px;
    border: 1px solid #94FFC4;
}

.side-widget .display-mobile .custom-menu .d-change-language {
    width: 100px;
    margin: auto;
    border-radius: 20px;
    border: 1px solid #94FFC4;
}

.d-head-logo-wrap {
    opacity: 0;
    transition: 0.5s;
}

.d-side-widget.active .d-head-logo-wrap {
    opacity: 1;
}

.d-side-widget.active .display-mobile {
    margin-top: 40px;
}

.d-side-widget {
    clip-path: circle(0px at 92% 35px);
    display: block;
}

.d-new-mobile-menu-top {
    margin-bottom: 60px;
}

.d-side-widget.active {
    clip-path: circle(100%);
}

.upcoming {
    margin-left: 26px;
    cursor: pointer;
    height: 35px;
    width: 35px;
}

.upcoming:hover svg path {
    stroke: #94FFC4
}

.upcoming-drop-wrap {
    z-index: 111;
    width: 805px;
    height: auto;
    position: fixed;
    top: 0;
    left: 0;
    background: #000;
    padding-bottom: 120px;
    transform: translateX(-100%);
    transition: 0.5s;
}

.upcoming-drop-overlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    background: #000;
    opacity: 0;
    z-index: -5;
}

.upcoming-drop-overlay.active {
    opacity: 0.5;
    z-index: 110;
    /* pointer-events: none; */
}

.upcoming-drop-wrap.active {
    transform: translateX(0);
}

.upcoming-drop-wrap h2 {
    color: #FFF;
    text-align: center;
    font-family: Cinzel;
    font-size: 80px;
    font-style: normal;
    font-weight: 400;
    line-height: 75px;
}

.upcoming-bottom {
    position: absolute;
    bottom: 0;
    padding: 40px;
    background: rgba(0, 0, 0, 0.43);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(7px);
    width: 100%;
}

.up-drop-img {
    height: 530px;
    width: 100%;
}

.up-drop-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.up-social h4 {
    color: #FFF;
    font-family: Cinzel;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    margin-bottom: 18px;
}

.up-social ul {
    display: flex;
    gap: 12px;
}

.up-social svg {
    height: 28px;
    width: 28px;
}

.up-col-head h3 {
    color: #FFF;
    font-family: Cinzel;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.5;
}

.up-col-head h5 {
    color: #FFF;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5
}

.up-col-head h5 span {
    color: #94FFC4;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.5;
}


.up-col-head h4 {
    color: #94FFC4;
    text-align: center;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5;
    border-radius: 10px;
    border: 1px solid #94FFC4;
    background: #000;
    padding: 10px;
    height: 100%;
}

.up-col-head {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}

.mint-dates {
    display: flex;
    gap: 36px;
    margin-bottom: 40px;
}

.mint-date h6 {
    color: #FFF;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    text-align: center;
}

.mint-date h5 {
    color: #94FFC4;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
    text-align: center;
}

.upcoming-logo {
    padding: 30px;
}

.anim-btn:hover::after {
    border: 1px solid #94ffc4;
}

.up-social ul {
    display: flex;
    gap: 12px;
    margin-top: 20px;
}

/* .up-social ul a {
    display: block;
    width: 50px;
    height: 50px;
} */

.up-social svg:hover path {
    fill: #94FFC4
}


.up-drop-mt-d {
    margin-top: 50px;
}

.up-new-btn::after {
    border: 2px solid var(--l-green);
}

.up-new-btn.black {
    color: #fff;
    font-size: 14px;
}

.up-new-btn.black:hover::after {
    opacity: 0;
}

.up-new-btn.black:hover {
    color: #94FFC4;
}

.pdf-popup .button {
    font-size: 14px;
}

.d-background-drops {
    background-position: center !important;
}


@media all and (max-width: 1400px) {
    .d-cta-box h2 {
        font-size: 58px;
    }
}

@media all and (max-width: 1200px) {
    .d-cta-box h2 {
        font-size: 48px;
    }
}

@media all and (max-width: 990px) {
    .navbar .d-hamburger-menu {
        display: inline-block;
    }

    .upcoming {
        display: none;
    }
}

@media all and (max-width: 576px) {
    .d-cta-box h2 {
        font-size: 44px;
    }

    .pdf-popup {
        padding: 40px;
    }

    .pdf-popup h3 {
        font-size: 40px;
    }

    .pdf-image img {
        transform: scale(3);
    }

}

@media all and (max-width: 480px) {
    .d-cta-box h2 {
        font-size: 40px;
    }
}