*,*::after,*::before{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
.hover-underline-animation {
    display: inline-block;
    position: relative;
  }

  .hover-underline-animation:after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(1);
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: var(--red-color);
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
  }

  .hover-underline-animation:hover:after {
    transform: scaleX(0);
    transform-origin: bottom left;
  }
@font-face {
    font-family: "Roboto";
    src: url("assets/Roboto-Regular.ttf");
}
:root{
    font-size: 14px;
    --h1: 3.8rem;
    --h2: 3.05rem;
    --h3: 2.44rem;
    --h4: 1.95rem;
    --h4: 1.5625rem;
    --h5: 1.25rem;
    --bg-color: #000000;
    --white-color: #ffffff;
    --text-color: #ffffff9e;
    --red-color: #ff0000;
    --h-font: "Roboto";
}
@media screen and (min-width: 900px) {
    :root{
        font-size: 18px;
    }
}
body{
    background-color: var(--bg-color);
    color: var(--text-color);
    font-family: sans-serif;
    cursor: none;
    overflow-x: hidden;
}
::-webkit-scrollbar{
    width: 10px;
}
::-webkit-scrollbar-track{
    background-color: var(--bg-color);
}
::-webkit-scrollbar-thumb{
    background-color: var(--red-color);
}
a, a:hover, a:focus, a:active {
    text-decoration: none;
    color: inherit;
}
h1,h2,h3,h4,h5,h6{
    font-family: var(--h-font);
}
.h1{
    font-weight: bolder;
    font-size: var(--h1);
    color: var(--white-color);
}
.nav{
    width: 100%;
    height: 12vh;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    background-color: black;
}
.nav-html{
    overflow: hidden;
}
.logo{
    font-size: var(--h3);
    color: var(--red-color);
    margin-left: 30px;
}
.burger-cont{
    width: 50px;
    height: 50px;
    display: flex;
    flex-direction: column;
    padding: 5px;
    justify-content: space-around;
    border-radius: 50px;
    padding: 10px;
    cursor: pointer;
    margin-top: 10px;
    margin-right: 30px;
    border: 2px solid red;
    transition: background-color 0.25s;
    -webkit-transition: background-color 0.25s;
}
.bg-white{
    background-color: var(--white-color);
}
.line{
    width: 100%;
    height: 4px;
    border-radius: 3px;
    background-color: var(--red-color);
    transition: opacity 0.25s, transform 0.25s, rotate 0.25s;
    -webkit-transition: opacity 0.25s, transform 0.25s, rotate 0.25s;
}
.line-1-active{
    rotate: 45deg;
    transform: translate(25%, 150%);
}
.line-2-active{
    opacity: 0;
}
.line-3-active{
    rotate: -45deg;
    transform: translate(25%, -150%);
}
.nav-ul{
    background-color: var(--bg-color);
    width: 100%;
    height: 92vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    padding: 0 0 15vh 0;
    transition: opacity 0.25s;
    -webkit-transition: opacity 0.25s;
    opacity: 0;
    pointer-events: none;
    z-index: 1;
}
.nav-ul-active{
    opacity: 100%;
    pointer-events: all;
}
.nav-ul > li{
    list-style: none;
    font-size: var(--h5);
    color: var(--red-color);
    font-family: var(--h-font);
    transition: color 0.25s, border-color 0.25s;
}
.nav-ul > .button{
    font-size: var(--h4);
}
.nav-ul > li:hover{
    color: var(--white-color);
    border-color: var(--white-color);
}
@media screen and (min-width: 900px) {
    .burger-cont{
        display: none;
    }
    .nav-ul{
        width: 60%;
        height: auto;
        flex-direction: row;
        opacity: 100%;
        pointer-events: all;
        padding: 0;
    }
}
.button{
    min-width: 150px;
    padding: 15px;
    min-height: 50px;
    text-align: center;
    border: 2px solid var(--red-color);
    background-color: transparent;
    color: var(--red-color);
    transition: color 0.25s, border-color 0.25s;
    font-size: var(--h4);
}
.button:hover{
    color: var(--white-color);
    border-color: var(--white-color);
}
.hero{
    width: 100%;
    height: 88vh;
    position: relative;
    color: var(--red-color);
}
.hero-subtext-1{
    position: absolute;
    top: 40%;
    width: 100%;
    text-align: center;
    color: var(--text-color);
    font-size: var(--p);
    font-weight: normal;
}
.hero-subtext-2{
    position: absolute;
    top: 45%;
    width: 100%;
    text-align: center;
    color: var(--text-color);
}
.hero-cta{
    position: absolute;
    bottom: 10px;
    left: 30px;
    font-size: calc(var(--h1) * 1.1);
    color: var(--red-color);
}
.stigma-horizontal{
    opacity: 0;
    max-width: 100%;
    animation: fade-in 1s 1.5s forwards;
}
.stigma-vertical{
    position: absolute;
    bottom: 50vh;
    right: 10vw;
    max-width: 100%;
    max-height: 80vh;
}
.stigma-vertical-hero{
    max-width: 100%;
    max-height: 80vh;
    margin-top: 15vh;
    margin-left: 40vw;
}
@media screen and (min-width: 900px) {
    .hero-subtext-1{
        width: auto;
        top: 20px;
        left: 30px;
    }
    .hero-subtext-2{
        width: auto;
        top: 20px;
        right: 30px;
    }
    .hero-cta{
        font-size: calc(var(--h1) * 1.5);
    }
    .stigma-horizontal{
        max-width: 60%;
        position: absolute;
        bottom: 10px;
        right: 30px;
    }
    .stigma-vertical-hero{
        margin-left: 70vw;
    }
}
.value-prop-section{
    min-height: 100vh;
    width: 100%;
    padding: 0 30px;
}
.value-prop-header{
    min-height: 40vh;
    margin-top: 40vh;
    color: var(--white-color);
    font-size: var(--h3);
}
.value-prop-filler{
    margin-top: 15vh;
    width: 100%;
    text-align: center;
}
.value-prop-container{
    margin: 50px 0;
}
.value-prop{
    margin: 50px 0;
    min-height: 25vh;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}
.value-prop-icon{
    width: 125px;
    height: auto;
}
.value-prop > p{
    margin-top: 10vh;
    margin: 15px;
    width: 80%;
}
.value-prop > h3{
    margin: 5vh 0;
    font-size: var(--h3);
    color: var(--white-color);
}
@media screen and (min-width: 900px) {
    .value-prop-header{
        max-width: 60%;
    }
}
.home-projects-section{
    width: 100%;
    height: 200vh;
    padding: 20vh 30px 30px 30px;
}
.home-projects-section > div{
    margin: 15px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}
.home-big-project{
    background-image: url("assets/project-1-img.png");
    background-size: cover;
    background-position: center;
    height: 90%;
    width: 90%;
    transition: scale 0.25s;
    -webkit-transition: scale 0.25s;
}
.home-small-project{
    background-color: grey;
    height: 45%;
    width: 90%;
    margin: 15px 0;
    transition: scale 0.25s;
    -webkit-transition: scale 0.25s;
}
.home-big-project:hover,.home-small-project:hover{
    scale: 0.99;
}
.view-portfolio-container{
    margin: 10vh 0;
    width: 100%;
    text-align: center;
}
.home-small-project-1{
    background-image: url("assets/project-2-img.png");
    background-size: cover;
    background-position: center;
}
.home-small-project-2{
    background-image: url("assets/project-4-img.png");
    background-size: cover;
    background-position: center;
}
@media screen and (min-width: 900px) {
    .home-projects-section{
        height: 120vh;
    }
}
.bottom-cta-section{
    position: relative;
    min-height: 130vh;
    width: 100%;
    color: var(--red-color);
}
@media screen and (max-width: 900px) {
    .bottom-cta-section{
        min-height: 160vh
    }
}
.bottom-cta-header{
    position: absolute;
    top: 20px;
    width: 100%;
    color: var(--white-color);
    font-size: var(--h3);
    text-align: center;
}
.bottom-cta{
    position: absolute;
    color: var(--red-color);
    font-size: calc(var(--h1) * 1.1);
    bottom: 20px;
    left: 30px;
}
@media screen and (min-width: 900px) {
    .bottom-cta-header{
        width: auto;
        left: 30px;
    }
}
.footer{
    margin-top: 10vh;
}
.footer-social-container{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 10vh;
}
.social-icon{
    background-color: var(--red-color);
    color: var(--bg-color);
    font-size: 32px;
    height: 50px;
    width: 50px;
    border-radius: 50px;
    display: grid;
    place-items: center;
    margin: 0 10px;
    transition: height 0.25s, width 0.25s, font-size 0.25s;
    -webkit-transition: height 0.25s, width 0.25s, font-size 0.25s;
}
.social-icon:hover{
    height: 45px;
    width: 45px;
    font-size: 25px;
}
.tiktok-svg{
    height: 50px;
    width: 50px;
    border-radius: 50px;
    transition: padding 0.25s;
    -webkit-transition: padding 0.25s;
}
.tiktok-svg:hover{
    padding: 5px;
}
.footer-bottom{
    height: 80px;
    font-size: var(--h4);
    display: flex;
    align-items: center;
    justify-content: space-around;
    color: var(--white-color);
    flex-wrap: wrap;
}
/* About Page */
.about-hero{
    position: relative;
    min-height: 100vh;
    padding: 10px;
}
.about-hero > p{
    margin-left: 20vh;
    font-size: var(--h4);
}
.about-hero > h1{
    width: 80%;
    margin-top: 5vh;
    margin-left: 5vh;
    font-size: var(--h1);
    color: var(--white-color);
}
.about-value-prop{
    margin-top: 15vh;
    min-height: 40vh;
    padding: 0 30px;
}
.about-value-prop > h2{
    font-size: var(--h3);
    color: var(--white-color);
    width: 100%;
}
@media screen and (min-width: 900px) {
    .about-value-prop > h2{
        width: 60%;
    }
}
.brand-awareness-section{
    margin-top: 20vh;
    width: 100%;
    min-height: 60vh;
}
.brand-awareness-section > h3{
    min-height: 20vh;
    width: 100%;
    text-align: center;
    color: var(--white-color);
    font-size: var(--h2);
}
.brand-awareness-container{
    width: 90vw;
    margin: 0 5vw;
    position: relative;
    overflow: hidden;
}
.img-big{
    position: absolute;
    width: 80%;
    height: auto;
    right: 0px;
    top: 0px;
}
.img-small{
    position: absolute;
    width: 60%;
    height: auto;
    left: 0px;
    bottom: 0px;
}
@media screen and (min-width: 320px) {
    .brand-awareness-container{
        height: 30vh;
    }
}
@media screen and (min-width: 460px) {
    .brand-awareness-container{
        height: 50vh;
    }
}
@media screen and (min-width: 770px) {
    .brand-awareness-container{
        height: 70vh;
    }
}
@media screen and (min-width: 900px) {
    .brand-awareness-container{
        height: 90vh;
    }
}
@media screen and (min-width: 1200px) {
    .brand-awareness-container{
        height: 110vh;
    }
}
/* Portfolio Styling */
.portfolio-heading{
    padding-left: 10vh;
}
.portfolio-big-section{
    height: 100vh;
    width: 100%;
}
.portfolio-big-container{
    padding: 20px;
}
.portfolio-big-img{
    width: 100%;
    height: auto;
}
.portfolio-description-container{
    display: flex;
    flex-direction: column;
}
.portfolio-description-container > h4{
    color: var(--white-color);
    font-size: var(--h3);
    margin-left: 30px;
    margin-bottom: 6vh;
}
.portfolio-description-container > p{
    margin-left: 30px;
    width: 80%;
}
.portfolio-description-container > a{
    margin: 20px 0;
    font-size: var(--h4);
    margin-left: 30px;
    width: 150px;
    color: var(--red-color);
    transition: color 0.25s, border-color 0.25s;
    -webkit-transition: color 0.25s, border-color 0.25s;
}
.portfolio-description-container > a:hover{
    color: var(--white-color);
    border-color: var(--white-color);
}
@media screen and (max-width: 769px) {
    .split-container-right{
        order: 0;
    }
}
.move-in-animation-container{
    overflow: hidden;
}
.move-in-animation-container > span{
    transform: translateY(100%);
    display: block;
}
.move-in-animation-container-special{
    overflow: hidden;
}
.move-in-animation{
    animation: move-in 0.5s ease forwards;
    display: block;
}
@keyframes move-in {
    0%{
        transform: translateY(100%);
    }
    100%{
        transform: translateY(0%);
    }
}
.fade-in-animation{
    animation: fade-in 2s forwards;
    opacity: 0;
}
.fade-in-animation-prep{
    opacity: 0%;
}
@keyframes fade-in {
    0%{
        opacity: 0;
    }
    100%{
        opacity: 100%;
    }
}

.hero-subtext-2-ani{
    transform: translateY(100%);
    animation-delay: 0.3s;
}
.hero-cta-1-ani{
    transform: translateY(100%);
    animation-delay: 0.5s;
}
.hero-cta-2-ani{
    transform: translateY(100%);
    animation-delay: 0.75s;
}
.hero-cta-3-ani{
    transform: translateY(100%);
    animation-delay: 1s;
}
*,*::after,*::before{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
.preloader-container{
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    isolation: isolate;
    overflow: hidden;
    pointer-events: none;
    z-index: 10000;
}
.preloader-container > div{
    transition: transform 0.5s;
    -webkit-transition: transform 0.5s;
}
.preloader-white{
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    background-color: white;
    display: grid;
    place-items: center;
}
.preloader-white > p{
    font-size: 30px;
    color: red;
    font-weight: bold;
}
.preloader-red{
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    background-color: red;
    z-index: -1;
}
.preloader-black{
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    background-color: black;
    z-index: -2;
}
.lds-dual-ring {
    display: inline-block;
    width: 80px;
    height: 80px;
  }
  .lds-dual-ring:after {
    content: " ";
    display: block;
    width: 64px;
    height: 64px;
    margin: 8px;
    border-radius: 50%;
    border: 6px solid #ff0000;
    border-color: #ff0000 transparent #ff0000 transparent;
    animation: lds-dual-ring 0.8s linear infinite;
  }
  @keyframes lds-dual-ring {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }

.move-left{
    animation: move-left 0.5s ease forwards;
}
@keyframes move-left {
    100%{
        transform: translateX(100%);
    }
}
.move-right{
    animation: move-right 0.5s ease forwards;
}
@keyframes move-right {
    0%{
        transform: translateX(100%);
    }
    100%{
        transform: translateX(0%);
    }
}
.fade-out{
    animation: fade-out 0.5s ease forwards;
}
@keyframes fade-out {
    100%{
        opacity: 0;
    }
}
.cursor{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    position: absolute;
    background-color: var(--red-color);
    transform: translate(-50%, -50%);
    pointer-events: none;
    transition: all 0.3s ease;
    transition-property: scale, transform;
    z-index: 100;
    mix-blend-mode: difference;
}
.link-grow{
    scale: 2;
}
