@import url('https://fonts.googleapis.com/css2?family=Londrina+Shadow&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@font-face {
    font-family: BelleStory;
    src: url(FontsFree-Net-BelleStory-DisplayMedium.ttf);
}
@font-face {
    font-family: ltsuperiormono_semibold;
    src: url(ltsuperiormono-semibold.ttf);
}
@font-face {
    font-family: ltsuperiormono_regular;
    src: url(ltsuperiormono-regular.ttf);
}
@font-face {
    font-family: ltsuperiormono_medium;
    src: url(ltsuperiormono-medium.ttf);
}
@font-face {
    font-family: ltsuperiormono_bold;
    src: url(ltsuperiormono-bold.ttf);
}

@font-face {
    font-family: newyork;
    src: url(../fonts/newyork.ttf);
}
@font-face {
    font-family: superior_black;
    src: url(../fonts/superior_black.ttf);
}
@font-face {
    font-family: superior_bold;
    src: url(../fonts/superior_bold.ttf);
}
@font-face {
    font-family: superior_light;
    src: url(../fonts/superior_light.ttf);
}
@font-face {
    font-family: superior_medium;
    src: url(../fonts/superior_medium.ttf);
}
@font-face {
    font-family: superior_regular;
    src: url(../fonts/superior_regular.ttf);
}
@font-face {
    font-family: ltsuperiormono_medium;
    src: url(../fonts/ltsuperiormono_medium.otf);
}

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 45px;
    position: relative;
    z-index: 9999;
}

header .menu ul {
    display: flex;
    gap: 25px;
}

header .logo a {
}

header .menu ul li a {
    color: #fff;
    text-decoration: unset;
    font-size: 18px;
    font-weight: 500;
    opacity: 0.8;
    letter-spacing: 2px;
    transition: all 0.3s linear;
    padding-bottom: 10px;
    font-family: newyork;
}

header .menu ul li {
    list-style-type: none;
}

body {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    height: 100%;
    transition: all 0.3s linear;
    background-attachment: fixed !important;
    height: 100vh;
    overflow-y: hidden;
}

header .menu ul li a:hover {
    opacity: 1;
}

div.innerBody {
    margin: 0 auto;
    max-width: 100%;
    width: 100%;
    padding: 0px 0px 0px;
    position: relative;
}

div.innerBody ul.heading {
    margin: 0px;
    padding: 0px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    list-style-type: none;
    gap: 0px;
    width: 100%;
    position: relative;
    left: 0px;
    top: 0px;
    background: transparent;
    transition: all 0.3s linear;
    z-index: 999;
}

div.innerBody ul.heading li {
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.4s ease-out;
}

div.innerBody ul.heading a {
    color: #fff !important;
    text-decoration: unset !important;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    transition: opacity 0.4s ease-out, transform 0.4s ease-out, max-width 0.4s ease-out, padding 0.4s ease-out;
    opacity: 0.25;
    font-size: 36px;
    cursor: pointer;
    font-family: newyork;
    transform: scale(1);
    transform-origin: center;
    display: inline-block;
    max-width: 200px;
    overflow: hidden;
    white-space: nowrap;
    padding: 0 25px;
}

div.innerBody ul.heading a.active {
    opacity: 1;
    font-weight: 900;
    transform: scale(1.08);
    max-width: 200px;
    padding: 0 30px;
}

/* When any category is active, collapse the inactive ones */
div.innerBody ul.heading:has(a.active) a:not(.active) {
    opacity: 0;
    max-width: 0;
    transform: scale(0.8);
    padding: 0;
}

div.innerBody .detailedBox ul {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}

div.innerBody .detailedBox ul li {
    display: block;
    vertical-align: top;
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
}

div.innerBody .detailedBox {
    padding-top: 60px;
    position: relative;
    z-index: 99;
    overflow-y: scroll;
    height: 90vh;
    padding-bottom: 150px;
}

div.innerBody .detailedBox ul li a {
    color: #fff;
    text-decoration: unset;
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-weight: 400;
    opacity: 0.7;
    transition: all 0.3s linear;
    font-family: ltsuperiormono_medium;
}

div.innerBody .detailedBox ul li a:hover {
    opacity: 1;
}

body:before {
    content: "";
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 30%);
}
#videoLoaderDiv {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100vh;
    z-index: 9999999;
    background: #000;
    display:flex;
}
#videoLoaderDiv video{
    object-fit: cover;
    width: 100%;
    height: 100%;
    margin: auto;
}
header .menu ul li {
    position: relative;
}

header .menu ul li ol {
    padding: 0px;
    margin: 0px;
    background: #00000038;
    position: absolute;
    top: 35px;
    left: 0px;
    transition: all 0.3s linear;
    opacity: 0;
    visibility: hidden;
}

header .menu ul li ol li a {
    font-size: 18px;
    display: block;
    padding: 4px 15px;
    transition: all 0.3s linear;
    opacity: 0.6;
}

header .menu ul li:hover ol {
    opacity: 1;
    visibility: visible;
}

header .menu ul li ol.last {
    opacity: 0 !important;
    visibility: hidden !important;
    left: unset;
    right: 80px;
    width: max-content;
    top: 0px;
}

header .menu ul li ol li:hover ol.last {
    opacity: 1 !important;
    visibility: visible !important;
    display: block;
}
div.innerBody ul.heading.fixed {
    /* position: fixed; */
    /* background: rgb(0 0 0 / 80%); */
}
div.backgroundImage {
    width: 100%;
    height: 100%;
    position: fixed;
    transition: all 0.3s linear;
    opacity: 0;
    visibility: hidden;
    top: 0px;
    left: 0px;
}
div.backgroundImage div.innerImage {
    background-size: cover !important;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

div.backgroundImage:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 25%);
    z-index: 9;
}
header .logo a img {
    width: 100px;
}
::-webkit-scrollbar {
  width: 0px;
}
/* ── Video Modal ── */
#videoModalPopup {
    top: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.97);
    z-index: 9999999;
}

#videoModalPopup .modal-dialog {
    margin: 0 auto;
    max-width: 1100px;
    width: 100%;
    display: flex;
    align-items: flex-start;
    min-height: 100vh;
    padding: 0 40px;
}

#videoModalPopup .modal-content {
    background: transparent;
    border: none;
    position: relative;
    width: 100%;
    overflow: visible;
}

#videoModalPopup .modal-body {
    padding: 60px 0 80px;
    overflow: visible;
}

.vmodal-close {
    position: fixed;
    top: 28px;
    right: 36px;
    z-index: 10;
    background: none;
    border: none;
    cursor: pointer;
    opacity: 0.6;
    transition: opacity 0.3s ease, transform 0.3s ease;
    padding: 8px;
}

.vmodal-close:hover {
    opacity: 1;
    transform: scale(1.1);
}

/* Title block */
.vmodal-info {
    text-align: center;
    margin-bottom: 40px;
}

.vmodal-title {
    font-family: newyork, serif;
    font-weight: 400;
    font-size: 32px;
    letter-spacing: 3px;
    color: #fff;
    margin: 0 0 12px;
    text-transform: uppercase;
}

.vmodal-subtitle {
    font-family: ltsuperiormono_medium, monospace;
    font-weight: 400;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
    margin: 0 0 16px;
    letter-spacing: 1.5px;
}

.vmodal-tags {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

.vmodal-tag {
    font-family: ltsuperiormono_medium, monospace;
    font-size: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.7);
    border: 1px solid rgba(255, 255, 255, 0.15);
    padding: 5px 14px;
    border-radius: 0;
}

/* Video player — the Simian embed code provides its own responsive wrapper */
.vmodal-player {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
}

.vmodal-player iframe {
    border: none !important;
}

/* Credits bar */
.vmodal-credits-bar {
    max-width: 960px;
    margin: 0 auto;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding: 32px 0 0;
    margin-top: 32px;
}

.vmodal-credits-content {
    font-family: ltsuperiormono_medium, monospace;
    font-size: 13px;
    line-height: 2;
    color: rgba(255, 255, 255, 0.65);
    letter-spacing: 0.5px;
    columns: 2;
    column-gap: 60px;
}

.vmodal-credits-content h3 {
    font-family: newyork, serif;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 2px;
    color: #fff;
    margin: 0 0 8px;
    text-transform: uppercase;
    break-after: avoid;
}

.vmodal-credits-content b {
    color: rgba(255, 255, 255, 0.85);
    font-weight: 500;
}

.vmodal-credits-content a {
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
    transition: color 0.2s ease;
}

.vmodal-credits-content a:hover {
    color: #fff;
}

/* Screenshots */
.vmodal-screenshots {
    list-style: none;
    padding: 0;
    margin: 48px auto 0;
    max-width: 960px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.vmodal-screenshots li img {
    width: 100%;
    height: 360px;
    object-fit: cover;
    display: block;
}

.openModelItem {
    cursor: pointer;
}
@media (max-width:800px){
    header {
        position: relative !important;
        background: #050505;
        padding: 5px 20px;
        display: block;
    }
    header .logo {
        width: 100%;
        text-align: center;
    }
    
    header .menu ul {
        margin: 0px;
        padding: 0px;
    }
    
    header .menu ul li:last-child {
        left: unset;
        right: 15px;
    }
    
    header .menu ul li {
        position: absolute;
        top: 0px;
        bottom: 0px;
        left: 15px;
        margin: auto;
        display: flex;
        align-items: center;
    }
    header .menu ul li ol {
        display: none;
    }
    #videoLoaderDiv video {
        object-fit: contain;
    }
    div.backgroundImage {
        position: relative;
        height: 300px;
        opacity: 1 !important;
        visibility: visible !important;
    }
    div.innerBody {
        display: none;
    }
    div.backgroundImage h3 {
        position: absolute;
        top: 0px;
        bottom: 0px;
        margin: auto;
        display: flex !important;
        justify-content: center;
        text-align: center;
        width: 100%;
        flex-direction: column;
        font-size: 20px;
        font-weight: 600;
        font-family: ltsuperiormono_medium;
        color: #fff;
        z-index: 9;
        padding: 0px 10px;
    }
    div.backgroundImage p {
        position: absolute;
        bottom: 5px;
        margin: auto;
        display: flex !important;
        justify-content: center;
        text-align: center;
        width: 100%;
        flex-direction: column;
        font-size: 15px;
        font-weight: 400;
        font-family: ltsuperiormono_medium;
        color: #fff;
        z-index: 9;
        padding: 0px 10px;
    }
    body {
        height: 100%;
        overflow-y: scroll;
    }
    #videoModalPopup .modal-dialog {
        padding: 0 16px;
    }

    .vmodal-close {
        top: 16px;
        right: 16px;
    }

    .vmodal-title {
        font-size: 22px;
        letter-spacing: 2px;
    }

    .vmodal-tag {
        font-size: 9px;
        padding: 4px 10px;
    }

    .vmodal-credits-content {
        columns: 1;
        font-size: 12px;
    }

    .vmodal-screenshots {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .vmodal-screenshots li img {
        height: auto;
        max-height: 280px;
    }
}

div.backgroundImage video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
    