@font-face {
    font-family: gb;
    src: url(./assets/fonts/GradientGothic-Bold-e3f7ed7949e3d1aacb2831fb077c0aae.ttf);
}

@font-face {
    font-family: geb;
    src: url(./assets/fonts/GradientGothic-ExtraBold-fd5af9dec6a2fa5947f1a0bd77507c80.ttf);
}

@font-face {
    font-family: gel;
    src: url(./assets/fonts/GradientGothic-ExtraLight-ddb2276d782be695023539c7c2fbbb59.ttf);
}

@font-face {
    font-family: gl;
    src: url(./assets/fonts/GradientGothic-Light-4d4bcc5da3f326dd12607818288ac25b.ttf);
}

@font-face {
    font-family: gm;
    src: url(./assets/fonts/GradientGothic-Medium-2b34526ea5d8612abab6abb89edc266e.ttf);
}

@font-face {
    font-family: gr;
    src: url(./assets/fonts/GradientGothic-Regular-e6963ffa216204cbf93e990835872287.ttf);
}

@font-face {
    font-family: gsb;
    src: url(./assets/fonts/GradientGothic-SemiBold-3399e9bb1b84674b379edf24b6218cc5.ttf);
}

@font-face {
    font-family: gt;
    src: url(./assets/fonts/GradientGothic-Thin-cd19c1bad68954a57fbf2e33407f6d98.ttf);
}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

#main {
    background-color: #141414;
    overflow-x: hidden;
    overflow-y: hidden;
}

html,body {
    height: 100%;
    width: 100%;
    cursor: none;
}

*::selection {
    background-color: #414a4c;
}

/* -------------- cursor stuff ---------------- */

/* .cursor-container {
    position: relative;
} */

.cursor-inner {
    width: 5px;
    height: 5px;
    background-color: white;
}

.cursor-outer {
    width: 30px;
    height: 30px;
    border: 2px solid hsla(0, 0%, 100%, 0.5);
} 

.cursor-inner, .cursor-outer {
    position: fixed;
    top: 0;
    left: 0;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    z-index: 100;
    pointer-events: none;
}


/* -------------- loader stuff ---------------- */


.loader {
    position: fixed;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    z-index: 99;
    color: #777777;
}

.counter {
    z-index: 100;
    padding: 1vw 2vw;
    font-size: 6vw;
    font-family: gr;
}

.overlay {
    position: fixed;
    width: 100vw;
    height: 100vh;
    z-index: 97;
    display: flex;
}

.bar {
    width: 10vw;
    height: 100vh;
    background-color: #1a1a1a;
}

/* -------------- Home page styling ---------------- */


#home {
    height: 100vh;
    width: 100%;
    background-color: #141414;
}

#hm-part1 {
    width: 100%;
    height: 50%;
    border-bottom: 1px solid #777777;
    display: flex;
}

#hm-part1 a {
    text-decoration: none;
}

#hmp1-section1 {
    height: 100%;
    width: 35%;
    border-right: 1px solid #777777;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}

#hmp1-section1 #main-logo h4 {
    color: #777777;
    font-family: gt;
    font-size: 2.4vw;
    font-weight: 200;
    transform: scaleY(-1);
    text-decoration: line-through;
    text-decoration-thickness: 0.8px;
    
}

#hmp1-section1 p {
    color: #cccccc;
    font-size: 1.5vw;
    text-align: left;
    font-family: gl;
    /* transform: translateY(100%); */
}

#hmp1-section2 {
    height: 100%;
    width: 25%;
    border-right: 1px solid #777777;
}

#hmp1-section2 a {
    font-family: gel;
    font-size: 1vw;
    color: #cccccc;
    text-align: left;
}

#hmp1-section3 {
    height: 100%;
    width: 25%;
    border-right: 1px solid #777777;
}

#hmp1-section3 a {
    font-family: gel;
    font-size: 1vw;
    color: #cccccc;
    text-align: left;
}

#hmp1-section4 {
    height: 100%;
    width: 15%;
    /* border-right: 1px solid #777777; */
}

#hmp1-section4 a {
    font-family: gel;
    font-size: 1vw;
    color: #cccccc;
    text-align: left;
}

#hm-part2 {
    width: 100%;
    height: 25%;
    border-bottom: 1px solid #777777;
    display: flex;
}

#hmp2-section1 {
    height: 100%;
    width: 60%;
    border-right: 1px solid #777777;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

#hmp2-section1 h2 {
    font-family: gb;
    font-size: 6.3vw;
    color: #b2b2b2;
    text-transform: uppercase;
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
}

#hmp2-section2 {
    height: 100%;
    width: 25%;
    border-right: 1px solid #777777;
}

#hmp2-section3 {
    height: 100%;
    width: 15%;
    /* border-right: 1px solid #777777; */
}


#hm-part3 {
    width: 100%;
    height: 10%;
    border-bottom: 1px solid #777777;
    display: flex;
}

#hmp3-section1 {
    height: 100%;
    width: 60%;
    border-right: 1px solid #777777;
    display: flex;
    align-items: flex-end;
    justify-content: space-evenly;
}

#hmp3-section1 h4 {
    color: #cccccc;
    font-size: 1.5vw;
    font-family: gt;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 2.2vw;
}

#hmp3-section1 h4 span {
    color: #a97cbf;
}

#hmp3-section1 .rotation {
    /* animation: rotateSymbol 3s linear infinite; */
    color: orange;
    /* display: inline-block; */
    /* transform-origin: center; */
}

@keyframes rotateSymbol {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }

#hmp3-section2 {
    height: 100%;
    width: 25%;
    border-right: 1px solid #777777;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
}

#hmp3-section3 {
    height: 100%;
    width: 15%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

#hmp3-section3 #current-time {
    font-size: 1.3vw;
    color: #cccccc;
    font-family: gel;
    letter-spacing: 0.7vw;
}

#hm-part4 {
    width: 100%;
    height: 15%;
    display: flex;
    border-bottom: 1px solid #777777;
}

#hmp4-section1 {
    height: 100%;
    width: 35%;
    border-right: 1px solid #777777;
}

#hmp4-section2 {
    height: 100%;
    width: 25%;
    border-right: 1px solid #777777;
}

#hmp4-section3 {
    height: 100%;
    width: 25%;
    border-right: 1px solid #777777;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
}

#hmp4-section4 {
    height: 100%;
    width: 15%;  
}

/* -------------- About page styling ---------------- */


#about-page {
    height: 100vh;
    width: 100%;
    background-color: #141414;
}

#ab-part1 {
    width: 100%;
    height: 15%;
    border-bottom: 1px solid #777777;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

#ab-part1 h4 {
    font-family: gr;
    font-size: 3vw;
    color: #cccccc;
    text-align: right;
}

#ab-part2 {
    width: 100%;
    height: 65%;
    border-bottom: 1px solid #777777;
    display: flex;
}

#abp2-left {
    width: 60%;
    height: 100%;
    border-right: 1px solid #777777;
    display: flex;
    justify-content: flex-end;
    align-items: end;
}

#abp2-left p {   
    color: #b2b2b2;
    text-align: end;
    font-size: 2vw;
    font-family: gl;
    /* background: linear-gradient(to right,rgb(255, 255, 255) 50%, rgb(37, 37, 37) 50%);  
    background-size: 200% 100%; 
    background-position-x: 100%;
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text; */
    
}

#abp2-left p .sp1 {
    color: #a97cbf;
}

#abp2-left p .sp2 {
    color: orange;
    text-decoration:line-through;
    text-decoration-thickness: 1px;
}

#abp2-left p .sp3 {
    color: #d9a9c9;
}

#abp2-right {
    width: 40%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

#abp2r-top {
    width: 100%;
    height: 70%;
    border-bottom: 1px solid #777777;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;  
}

#abp2r-top li {
    list-style-type: none;
    padding-top: 3vw;
    display: flex;
    flex-direction: column;
    gap: 2vw;  
}

#abp2r-top h3 {
    color: #cccccc;
    font-family: gel;
    font-size: 1.5vw;
    text-align: right;
    text-transform: uppercase;
}

#abp2r-bottom {
    width: 100%;
    height: 30%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 2vw;
    color: #cccccc;
}

#abp2r-bottom h4 {
    font-size: 4vw;
    font-family: gb;
    letter-spacing: 3vw;
}


#abp2r-bottom .rotatesvg {
    animation: rotate 5s linear infinite;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

#ab-part3 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height:20%;
    width: 100%;
    text-align: center;
    padding: 0 2vw;
}

#ab-part3 a {
    color: #cccccc;
    font-family: gt;
    font-size: 1.5vw;
    text-align: center;
    text-decoration: none;
    position: relative;
}

#ab-part3 a::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #cccccc;
    left: 0;
    bottom: 0;
    transform: scaleX(0);
    transition: transform 200ms ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
}

#ab-part3 a:hover::after {
    transform: scaleX(1);
}

/* -------------- Works page styling ---------------- */


#works-page {
    height: 100vh;
    width: 100%;
    background-color: #141414;
    display: flex;
    /* white-space: nowrap; */
    border-top: 1px solid #777777;
}

#sections-wrapper {
    height: 100%;
    width: 100%;
    display: flex;
    white-space: nowrap;
    position: relative;
}

.element {
    height: 100%;
    width: 15vw;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #777777;
    /* cursor: pointer; */
}

#sections-wrapper a {
    /* text-decoration: none; */
    cursor: pointer;
    text-decoration-color: #a97cbf;
    
}

#sections-wrapper h2{
    transform: rotate(-90deg);
    font-family: gr;
    font-size: 4vw;
    color: #cccccc;
    white-space: nowrap;
    position: relative;
    bottom: 0px;
    z-index: 12;
    /* mix-blend-mode: difference; */

}

#works-heading {
    height: 100%;
    width: 35vw;
    background-color: orange;
    display: flex;
    justify-content: center;
    align-items: center;
}

#works-heading h2 {
    font-family: gr;
    font-size: 4vw;
    color: #141414;
    position: relative;
    bottom: 0px;
    
}

#works-heading h2 span {
    font-family: gt;
    font-size: 4vw;
    color: #f2d3d3;
    /* color: #000; */
    position: relative;
    bottom: 0px;
}

#video {
    position: absolute;
    height: 300px;
    width: 400px;
    overflow: hidden;
    /* background-color: red; */
    z-index: 9;
    left: 0;
    top: 0;
    background-position: center;
    /* transform: rotate(2deg); */
    background-size: cover;
    object-fit: cover;   
    object-position: center;
    transition: height 0.5s, width 0.5s, background-image 0.5s, transform cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
}


/* -------------- Responsiveness Start ---------------- */


@media (max-width: 600px) {

    /*--------------------- loader ------------------------- */

    .loader {
        position: fixed;
        width: 100%;
        min-height: 100dvh;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 99;
        color: #777777;
    }

    .counter {
        z-index: 100;
        padding: 1vw 2vw;
        font-size: 6vh;
        font-family: gr;
    }

    .overlay {
        position: fixed;
        width: 100%;
        min-height: 100dvh;
        z-index: 97;
        display: flex;
    }

    .bar {
        width: 10dvw;
        height: 100%;
        background-color: #1a1a1a;
    }


    /* ----------------- Home Page ---------------- */


    .cursor-outer, .cursor-inner {
        display: none;
    }

    #home {
        min-height: 100vh;
        width: 100%;
        background-color: #141414;
    }

    #hm-part1 {
        width: 100%;
        height: 50%;
        border-bottom: 1px solid #777777;
        display: flex;
    }

    #hm-part1 a {
        text-decoration: none;
    }

    #hmp1-section1 {
        height: 100%;
        width: 35%;
        border-right: 1px solid #777777;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: space-between;
    }

    #hmp1-section1 #main-logo h4 {
        color: #777777;
        font-family: gt;
        font-size: 3vh;
        font-weight: 200;
        transform: scaleY(-1);
        text-decoration: line-through;
        text-decoration-thickness: 0.8px;      
    }

    #hmp1-section1 p {
        color: #cccccc;
        font-size: 2vh;
        text-align: left;
        font-family: gl;
        /* transform: translateY(100%); */
    }

    #hmp1-section2 {
        height: 100%;
        width: 25%;
        border-right: 1px solid #777777;
    }

    #hmp1-section2 a {
        font-family: gel;
        font-size: 1.7vh;
        color: #cccccc;
        text-align: left;
    }

    #hmp1-section3 {
        height: 100%;
        width: 25%;
        border-right: 1px solid #777777;
    }

    #hmp1-section3 a {
        font-family: gel;
        font-size: 1.7vh;
        color: #cccccc;
        text-align: left;
    }

    #hmp1-section4 {
        height: 100%;
        width: 15%;
        /* border-right: 1px solid #777777; */
    }

    #hmp1-section4 a {
        font-family: gel;
        font-size: 1.7vh;
        color: #cccccc;
        text-align: left;
    }

    #hm-part2 {
        width: 100%;
        height: 25%;
        border-bottom: 1px solid #777777;
        display: flex;
    }

    #hmp2-section1 {
        height: 100%;
        width: 60%;
        border-right: 1px solid #777777;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

    #hmp2-section1 h2 {
        font-family: gb;
        font-size: 6.5vh;
        color: #b2b2b2;
        text-transform: uppercase;
        clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
    }

    #hmp2-section2 {
        height: 100%;
        width: 25%;
        border-right: 1px solid #777777;
    }

    #hmp2-section3 {
        height: 100%;
        width: 15%;
        /* border-right: 1px solid #777777; */
    }

    #hm-part3 {
        width: 100%;
        height: 10%;
        border-bottom: 1px solid #777777;
        display: flex;
    }

    #hmp3-section1 {
        height: 100%;
        width: 60%;
        border-right: 1px solid #777777;
        display: flex;
        align-items: flex-end;
        justify-content: space-evenly;
        flex-direction: column;
    }

    #hmp3-section1 h4 {
        color: #cccccc;
        font-size: 1.5vh;
        font-family: gt;
        text-align: left;
        text-transform: uppercase;
        letter-spacing: 2.2vw;
    }

    #hmp3-section1 h4 span {
        color: #a97cbf;
    } 

    #hmp3-section2 {
        height: 100%;
        width: 25%;
        border-right: 1px solid #777777;
        display: flex;
        align-items: flex-end;
        justify-content: flex-start;
    }

    #hmp3-section3 {
        height: 100%;
        width: 15%;
        display: flex;
        align-items: flex-end;
        justify-content: flex-end;
        
        flex-wrap: wrap;
    }

    #hmp3-section3 #current-time {
        font-size: 1.2vh;
        color: #cccccc;
        font-family: gel;
        letter-spacing: 0.5vh;
        text-align: right;
    }

    #hm-part4 {
        width: 100%;
        height: 15%;
        display: flex;
        border-bottom: 1px solid #777777;
    }

    #hmp4-section1 {
        height: 100%;
        width: 35%;
        border-right: 1px solid #777777;
    }

    #hmp4-section2 {
        height: 100%;
        width: 25%;
        border-right: 1px solid #777777;
    }

    #hmp4-section3 {
        height: 100%;
        width: 25%;
        border-right: 1px solid #777777;
        display: flex;
        align-items: flex-end;
        justify-content: flex-start;
    }

    #hmp4-section4 {
        height: 100%;
        width: 15%;  
    }


    /* ----------------- About Page ---------------- */


    #about-page {
        min-height: 100vh;
        width: 100%;
        background-color: #141414;
    }

    #ab-part1 {
        width: 100%;
        height: 15%;
        border-bottom: 1px solid #777777;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

    #ab-part1 h4 {
        font-family: gr;
        font-size: 4vh;
        color: #cccccc;
        text-align: right;
    }

    #ab-part2 {
        width: 100%;
        height: 65%;
        border-bottom: 1px solid #777777;
        display: flex;
        flex-direction: column;
    }

    #abp2-left {
        width: 100%;
        height: 50%;
        border-bottom: 1px solid #777777;
        display: flex;
        justify-content: flex-end;
        align-items: end;
        border-right: none;
    }

    #abp2-left p {
        color: #cccccc;
        text-align: end;
        font-size: 2vh;
        font-family: gl;
    }

    #abp2-left p .sp1 {
        color: #a97cbf;
    }

    #abp2-left p .sp2 {
        color: orange;
        text-decoration:line-through;
        text-decoration-thickness: 1px;
    }

    #abp2-left p .sp3 {
        color: #d9a9c9;
    }

    #abp2-right {
        width: 100%;
        height: 50%;
        display: flex;
        flex-direction: row;
    }

    #abp2r-top {
        width: 50%;
        height: 100%;
        border-right: 1px solid #777777;
        display: flex;
        align-items: flex-start;
        justify-content: flex-end;  
        border-bottom: none;
    }

    #abp2r-top li {
        list-style-type: none;
        padding-top: 5vh;
        display: flex;
        flex-direction: column;
        gap: 2.5vh;  
    }

    #abp2r-top h3 {
        color: #cccccc;
        font-family: gel;
        font-size: 2vh;
        text-align: right;
        text-transform: uppercase;
    }

    #abp2r-bottom {
        width: 50%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        flex-direction: row-reverse;
        gap: 4vh;
        color: #cccccc;
        text-align: right;
    }

    #abp2r-bottom h4 {
        
        font-size: 3vh;
        font-family: gb;
        letter-spacing: 2vh;
        writing-mode: vertical-rl;
        text-orientation: upright;
                
    }

    #abp2r-bottom .rotatesvg {
        animation: rotate 5s linear infinite;
        height: 16vh;
        width: 16vh;
    }

    @keyframes rotate {
        from {
            transform: rotate(0deg);
        }
        to {
            transform: rotate(360deg);
        }
    }

    #ab-part3 {
        display: flex;
        align-items: center;
        justify-content: space-between;
        height:20%;
        width: 100%;
        text-align: center;
        padding: 0 2vw;
    }

    #ab-part3 a {
        color: #cccccc;
        font-family: gt;
        font-size: 2vh;
        text-align: center;
        text-decoration: none;
        position: relative;
    }

    #ab-part3 a::after {
        content: "";
        position: absolute;
        width: 100%;
        height: 1px;
        background: #cccccc;
        left: 0;
        bottom: 0;
        transform: scaleX(0);
        transition: transform 200ms ease-in-out;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #ab-part3 a:hover::after {
        transform: scaleX(1);
    }


    /* ----------------- Works Page ---------------- */


    #works-page {
        min-height: 100vh;
        width: 100%;
        background-color: #141414;
        display: flex;
        /* white-space: nowrap; */
        border-top: 1px solid #777777;
        flex-direction: column;
    }

    #sections-wrapper {
        height: 80%;
        width: 100%;
        display: flex;
        /* white-space: nowrap; */
        flex-direction: column;
        position: relative;
        align-items: center;
        justify-content: center;
    }

    .element {
        height: 21%;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        border-bottom: 1px solid #777777;
        /* cursor: pointer; */
        border-right: none;        
    }

    #sections-wrapper a {
        cursor: pointer;
        text-decoration-color: #a97cbf;     
    }

    #sections-wrapper h2{
        transform: rotate(360deg);
        font-family: gl;
        font-size: 3vh;
        color: #cccccc;
        z-index: 12;
    }

    #works-heading {
        height: 20%;
        width: 100%;
        background-color: orange;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #works-heading h2 {
        font-family: gm;
        font-size: 6vh;
        color: #141414;
        position: relative;
    }

    #works-heading h2 span {
        font-family: gt;
        font-size: 6vh;
        color: #f2d3d3;
        position: relative;
        bottom: 0px;
    }

    #video {
        display: none;
        /* position: absolute;
        height: 250px;
        width: 350px;
        overflow: hidden;
        background-color: red; 
        z-index: 9;
        left: 0;
        top: 0;
        background-position: center;
        background-size: cover;
        object-fit: cover;   
        transition: height 0.5s, width 0.5s, background-image 0.5s, transform cubic-bezier(0.19, 1, 0.22, 1) 0.4s; */ 
    }

}