html {
  scroll-behavior: smooth;
}
body {
    margin: 0;
    background-color: #ffffff;
    font-family: video, serif;
    font-weight: 400;
    color: #000;
    overflow: hidden;
    height: 100vh;
}
h1, h2, h3, h4, h5 {
    font-family: video, serif;
    font-weight: 700;
    line-height: 1em;
    color: #000;
}
strong {
    font-weight: 700;
}
p:last-of-type {
    margin-bottom: 0;
}
.hide-on-mobile {
    display: block;
}
.hide-on-desktop {
    display: none;
}
.polkaverse-preloader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../content/preloader.gif) center no-repeat #000;
    overflow-x: hidden;
}
.container {
    max-width: 90%;
    margin: 0 auto;
}
/* menu */
#main-header{
    position: fixed;
    top: 0;
    z-index: 99;
    background-color: rgba(0,0,0,0.65);
    border-bottom: 3px solid #00ff00;
    width: 100%;
    padding: 18px 0;
}
#main-header .header-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#main-header .header-logo img{
    width: 225px;
}
.header-row .right_menu_options {
    display: flex;
    align-items: center;
    gap: 12px;
}
.right_menu_options .toggle-sound img {
    width: 24px;
    height: 24px;
    cursor: pointer;
}
.menu_social {
    -webkit-transition: -webkit-transform 1s, opacity 0.8s;
    transition: transform 1s, opacity 0.8s;
}
.menu_social ul {
    list-style: none;
    display: flex;
    padding-left: 0;
    margin-bottom: 0;
}
.menu_social ul li {
    padding-right: 10px;
    line-height: 1em;
}
.menu_social ul li:last-child {
    padding-right: 0;
}
.menu_social ul li img {
    width: 24px;
    height: 24px;
}

/* Hero Section */
.hero-section video {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
}
.desktop-video {
    display: block;
}
.mobile-video {
    display: none;
}
.download-container {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.download-container .heading-wrapper {
    text-align: center;
}
.download-container .heading-wrapper h2 {
    font-family: video, serif;
    font-size: 30px;
    color: #fff;
    font-weight: 700;
    display: inline-block;
}
.download-container .heading-wrapper .typed-cursor {
    font-size: 40px;
    color: #ff0075;
    font-weight: 500;
    margin-left: -6px;
}
.download-options-wrapper {
    position: fixed;
    bottom: 14px;
    right: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 400px;
    gap: 14px;
    z-index: 99;
}
.download-box {
    position: relative;
    background-color: rgba(0, 0, 0, 0.65);
    padding: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 33.3333%;
    border: 1px solid transparent;
    border-radius: 5px;
    outline: 1px solid;
    outline-color: rgba(0, 255, 0, 1);
    outline-offset: 0;
    text-shadow: none;
    transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
}
.download-box:hover {
    border: 1px solid transparent;
    outline-color: rgba(0, 255, 0, 0);
    outline-offset: 15px;
    transform: translateY(-30px);
}
.download-box img {
    width: 100%;
}
.download-image {
    width: 20px;
}
.download-text {
    padding-left: 10px;
    text-align: center;
}
.download-box p {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
}
.download-link {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 9;
}
.download-box span {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    transition: 300ms ease-in-out;
}
.download-box:hover span {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, 30px);
}

/* Sweetalert */
.swal-overlay--show-modal .swal-modal {
    background: rgba(0, 0, 0, 0.65);
    width: 312px;
    border: 1px solid #00ff00;
}
.swal-overlay{
    transition: none !important;
}
.swal-content {
    font-size: 16px;
}
.swal-content p {
    font-family: video, serif;
    margin-top: 30px;
    margin-bottom: 0;
    color: #000;
    font-weight: 400;
}
.swal-modal.packaging-soon .swal-content p, .swal-modal.macOS-video .swal-content p {
    color: #fff;
    font-size: 18px;
}
.swal-content p a {
    color: #000;
    text-decoration: none;
}
.swal-content p a:hover {
    color: #ff0075;
}
.swal-modal.packaging-soon .swal-content p a, .swal-modal.macOS-video .swal-content p a {
    color: #00ff00;
}
.swal-modal.packaging-soon .swal-content p a:hover, .swal-modal.macOS-video .swal-content p a:hover {
    color: #fff;
}
.swal-footer {
    text-align: center;
}
.swal-button {
    font-family: video, serif;
    background-color: #ff0075 !important;
    color: #fff;
    padding: 8px 25px;
    font-size: 14px;
    box-shadow: none !important;
    transition: 0.5s;
    font-weight: 600;
}
.swal-button:hover{
    color: #fff;
}
.telegram-channel-list select {
    font-family: video, serif;
    font-weight: 400;
    width: 100%;
    color: #fff;
    outline:0;
    border: 1px solid #fff;
    padding: 10px;
    background: transparent;
}
.telegram-channel-list select option {
    font-family: video, serif;
    font-weight: 400;
    background: #000;
}

/* footer */
footer {
    display: none;
    position: fixed;
    bottom: 0;
    width: 100%;
}
footer .copyright {
    padding: 0 0 5px;
    text-align: center;
}
.copyright img {
    margin-bottom: -8px;
}
.copyright p {
    font-size: 16px;
    text-align: center;
    margin: 0;
    color: #fff;
}

.custom-select {
    display: none;
}
.swal-modal .custom-select {
    position: relative;
    display: inline-block;
    width: 100%;
}
.custom-select .select-input {
    cursor: pointer;
    border: 1px solid rgba(255,255,255, 0.10);
    width: 100%;
    background: transparent;
    padding: 8px 12px;
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    outline: none;
}

.custom-select .caret-icon:before {
    font-family: "Font Awesome 5 Pro";
    content: "\f078";
    color: #fff;
    position: absolute;
    right: 15px;
    top: 52%;
    transform: translateY(-50%);
    pointer-events: none;
}

.custom-select .select-options {
    display: none;
    position: absolute;
    list-style-type: none;
    padding: 0;
    margin: 0;
    background-color: #000;
    border: 1px solid rgba(255,255,255, 0.10);
    border-top: 0;
    width: 100%;
    z-index: 99;
}

.custom-select .select-options li {
    padding: 5px 12px;
    cursor: pointer;
    text-align: left;
    font-size: 18px;
    color: #fff;
}
.custom-select .select-options li:last-child {
    border-bottom: 10px;
}
.custom-select .select-options li a {
    display: flex;
    align-items: center;
    color: #fff;
    user-select: none;
    text-decoration: none;
    pointer-events: none;
}
.custom-select .select-options li a img {
    width: 22px;
    margin-right: 10px;
}
.custom-select .select-options li:hover a {
    color: #00ff00;
}

.yt-video-popup {
    display: none;
}
.yt-video-popup.open-popup {
    display: block;
}
.yt-video-popup.open-popup:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
}
.yt-video-popup.open-popup .yt-video-wrapper {
    position: fixed;
    border: 1px solid #00ff00;
    border-radius: 5px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1);
    z-index: 999999;
    -webkit-animation: ytPopupAnim .3s;
    animation: ytPopupAnim .3s;
    will-change: transform;
}
@keyframes ytPopupAnim {
    0% {
        -webkit-transform: scale(1);
        transform: translate(-50%, -50%) scale(1);
    }
    1% {
        -webkit-transform: scale(.5);
        transform: translate(-50%, -50%) scale(.5);
    }
    45% {
        -webkit-transform: scale(1.05);
        transform: translate(-50%, -50%) scale(1.05);
    }
    80% {
        -webkit-transform: scale(.95);
        transform: translate(-50%, -50%) scale(.95);
    }
    100% {
        -webkit-transform: scale(1);
        transform: translate(-50%, -50%) scale(1);
    }
}
.yt-video-popup.open-popup span.yt-popup-close {
    color: #ED197A;
    position: absolute;
    top: 8px;
    right: 10px;
    font-size: 20px;
    font-weight: 900;
    cursor: pointer;
    z-index: 999999999;
}
.yt-video-popup.open-popup .yt-video-wrapper lite-youtube {
    border-radius: 5px;
    border: 1px solid #00ff00;
    min-width: 840px;
    max-width: 840px;
}