body{
    background-color: #080808;
    margin: 0;
}

::-webkit-scrollbar {
    display: none;
}

* {
    scrollbar-width: none;
}
  
* {
    -ms-overflow-style: none;
}

.page-holder{
    margin:20px;
    padding:0px;
    box-sizing: border-box;
    width: calc(100vw - 40px);
    height: calc(100vh - 40px);
    overflow: hidden;
    border: 1px solid rgb(58, 58, 58);
    position: relative;
}
#vanta-bg {
    width: calc(100vw - 40px);
    height: calc(100vh - 40px);
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
    box-sizing: border-box;

}


@media (max-width: 768px) {
    .txt-holder {
        width: 100% !important;
    }
    .info{
        width: 100% !important;
    }
    .first-banner .info h1{
        margin-left: 30px !important;
        font-size: clamp(20px, 15vw , 3000px) !important;
    }
    .third-banner .txt-holder .txt-holder-1 h2{
        margin-left: -35px !important;
        padding-right: 35px;
    }

    .third-banner .info,
    .second-banner .info{
        top: 25vw !important;
    }
    .third-banner .info .expertise .border,
    .second-banner .info .projects .border{
        width: calc(100% - 40px) !important;
        margin-left:20px !important;
    }
    .third-banner .info .expertise .expertise-list,
    .second-banner .info .projects .projects-list{
        margin-left:20px !important;
        width: calc(100% - 40px) !important;
    }
}


.first-banner{
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    transition: 0.4s;
}

.first-banner .txt-holder{
    padding: 70px 0 0 70px;
    width: 50%;
    box-sizing: border-box;
    cursor: default;

}

.first-banner .txt-holder h1{
    color: white;
    font-family: 'Raleway';
    font-size: clamp(20px, 4vw, 50px);
    font-weight: 300;
    margin: 0;
}

.first-banner .txt-holder h2{
    color: white;
    font-family: 'Big Shoulders';
    font-size: clamp(15px, 3.4vw, 40px);
    font-weight: 300;
    margin: 0;
}

.first-banner .txt-holder .refs{
    margin-top: 7px;
}

.first-banner .txt-holder .refs img{
    height: clamp(15px, 3vw, 30px);
    margin-right: 10px;
    opacity: 0.7;
    transition: 0.3s;
    cursor: pointer;
}

.first-banner .txt-holder .refs img:hover{
    opacity: 1;
}

.first-banner .txt-holder .txt-holder-1{
    display: flex;
    flex-direction: row;
}


@keyframes blincking {
    0%{
        opacity: 1;
    }
    49%{
        opacity: 1;
    }
    50%{
        opacity: 0;
    }
    100%{
        opacity: 0;
    }
}

.blinking-tick{
    animation: blincking 1s infinite;
    height: clamp(15px, 3.4vw, 40px);
    width: 5px;
    background-color: rgb(255, 255, 255);
    margin-left: 6px;
}

.first-banner .info{
    width: 50%;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: column;
}

.first-banner .info h1{
    color: white;
    font-family: 'Noto Serif Display';
    font-size: clamp(20px, 9vw , 250px);
    font-weight: 300;
    font-style: italic;
    margin:0;
    margin-top: clamp(-50px, -4vw , -10px);
    transition: 0.3s;
    cursor: pointer;
}

.first-banner .info h1:hover{
    color: rgb(254, 230, 145);
    font-weight: 900;
}



.ticks-holder.left{
    left: 0;
    rotate: 90deg;
    opacity: 0.4;
    transition: 0.3s;
    top: calc(50% - 40px);
    transform: none !important;
}

.ticks-holder.left:hover{
    opacity: 1;
    
}

.ticks-holder.top{
    opacity: 0.4;
    top: -10px;
    transition: 0.3s;
}

.ticks-holder.top:hover{
    opacity: 1;
}

.ticks-holder.top:hover > .left{
    transform: rotateZ(-45deg) translateX(10px);
    border-radius: 2.5px;

}

.ticks-holder.top:hover > .right{
    transform: rotateZ(45deg) translateX(-10px);
    border-radius: 2.5px;
}

.ticks-holder{
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: row;
    height: 100px;
    align-items: center;
    justify-content: center;
    z-index: 2;
    cursor: pointer;
}

.ticks-holder div{
    width: 40px;
    height: 5px;
    background-color: white;
    transition: 0.3s;
}

.ticks-holder .left{
    border-radius: 2.5px 0 0 2.5px;
}

.ticks-holder .right{
    border-radius: 0 2.5px 2.5px 0;
}

.ticks-holder:hover > .left{
    transform: rotateZ(45deg) translateX(10px);
    border-radius: 2.5px;

}

.ticks-holder:hover > .right{
    transform: rotateZ(-45deg) translateX(-10px);
    border-radius: 2.5px;
}

.second-banner{
    background-color: #080808;
    height: 100%;
    width: 100%;
    transition: 0.4s;
    overflow: hidden;
    position: relative;
}


.second-banner .txt-holder{
    padding: 70px 0 0 70px;
    width: 50%;
    box-sizing: border-box;
}

.second-banner .txt-holder h1{
    color: rgb(254, 230, 145);
    font-family: 'Noto Serif Display';
    font-size: clamp(20px, 4vw, 50px);
    font-weight: 900;
    margin: 0;
    /* font-style: italic; */
}

.second-banner .txt-holder h2{
    color: white;
    font-family: 'Big Shoulders';
    font-size: clamp(15px, 3.4vw, 30px);
    font-weight: 300;
    margin: 0;
}

.second-banner .txt-holder .refs{
    margin-top: 7px;
}

.second-banner .txt-holder .refs img{
    height: clamp(15px, 3vw, 30px);
    margin-right: 10px;
    opacity: 0.7;
    transition: 0.3s;
    cursor: pointer;
}

.second-banner .txt-holder .refs img:hover{
    opacity: 1;
}

.second-banner .txt-holder .txt-holder-1{
    display: flex;
    flex-direction: row;
}

.second-banner .info{
    width: 50%;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: start;
    flex-direction: column;
}

.second-banner .info .projects h1{
    color: white;
    font-family: 'Raleway';
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: clamp(20px, 4vw, 50px);
    margin-top: 70px;
    font-weight: 700;
    margin-bottom: 10px;
}

.second-banner .info .projects{
    width: 100%;
    max-height: 100%;

}

.second-banner .info .projects .border{
    width: calc(100% - 150px);
    margin-left:75px;
    height: 5px;
    background-color: white;
    border-radius: 3px;
}

.second-banner .info .projects .projects-list{
    height: calc(100% - 139px);
    width: calc(100% - 150px);
    margin-left:75px;
    overflow-y: scroll;
    background-color: #080808;
}

.projects-list .project{
    position: relative;
    width: 100%;
    padding: 15px 15px;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    align-items: center;
    cursor: pointer;
    border-bottom: 1px solid #333;
    transition: 0.3s;
    overflow: hidden;
}

.project .title{
    display: flex;
    flex-direction: row;
    box-sizing: border-box;
    align-items: center;
    width: 100%;
}

.project .desc{
    display: flex;
    flex-direction: column;
    max-height:0px;
    transition: 0.5s;
    overflow: hidden;
    box-sizing: border-box;
}

.project .desc p{
    color: white;
    font-family: 'Raleway';
    font-weight: 300;
    font-size: clamp(13px, 2vw, 18px);
    margin: 0;
}

.project .desc .images{
    margin: 10px 0 0 0;
    width: 100%;
    height: clamp(100px, 12vw, 150px);
}
.project .desc .images img{
    height: 100%;
    width: auto;
}

.projects-list .project h3{
    color: white;
    font-family: 'Raleway';
    font-weight: 300;
    font-size: clamp(15px, 3vw, 30px);
    margin: 0;
    transition: 0.3s;

}

.projects-list .project h4{
    color: white;
    font-family: 'Big Shoulders';
    font-size: clamp(15px, 2.4vw, 23px);
    position: absolute;
    right: 15px;
}

.projects-list .project .title img{
    width: 0;
    transition: 0.2s;
    filter: brightness(0) saturate(100%) invert(90%) sepia(22%) saturate(820%) hue-rotate(339deg) brightness(102%) contrast(104%);
}

.projects-list .project:hover .title img{
    width: clamp(15px, 3vw, 30px);
}

.projects-list .project:hover h3{
    color: rgb(254, 230, 145);
}


/*  */
/* ABOUT */
/* ABOUT */
/* ABOUT */
/* ABOUT */
/* ABOUT */
/*  */

.third-banner{
    background-color: #080808;
    height: 100%;
    width: 100%;
    transition: 0.4s;
    overflow: hidden;
    position: relative;
}

.third-banner .txt-holder{
    padding: 70px 0 0 70px;
    width: 50%;
    box-sizing: border-box;
}

.third-banner .txt-holder h1{
    color: rgb(254, 230, 145);
    font-family: 'Noto Serif Display';
    font-size: clamp(20px, 4vw, 50px);
    font-weight: 900;
    margin: 0;
    /* font-style: italic; */

}

.third-banner .txt-holder h2{
    color: white;
    font-family: 'Big Shoulders';
    font-size: clamp(15px, 3.4vw, 30px);
    font-weight: 300;
    margin: 0;
}

@keyframes effect-holder {
    0%{
        z-index: 10;
    }

    99.99999%{
        z-index: 10;
        
    }
    100%{
        z-index: -2;
    }
}


.effect-holder{
    animation: effect-holder 2.3s;
    position: absolute;
    height: calc(100% - 40px);
    width: calc(100% - 40px);
    margin: 0px 0 0 20px;
    z-index: -2;
    display: flex;
    align-items: center;
    justify-content: center;
}




@keyframes tv {
    0%{
        background-color: #080808;
        height: 100%;
    }
    70%{
        background-color: #080808;
        height: 100%;
    }
    80%{
        background-color: #080808;
    }
    100%{
        height: 0%;
        background-color: #fff;
    }
}




.tv-effect{
    animation: tv 2.3s ;
    height: 0%;
    width: 100%;
    align-self: center;
    z-index: 3;
    background-color: #080808;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: default;
    overflow: hidden;
}

.tv-effect h1{
    font-family: 'Raleway';
    font-weight: 300;
    font-size: clamp(15px, 3vw, 30px);
    color: white;
}

.tv-effect span{
    font-weight: 500;
    font-family: 'Big Shoulders';
}

.tv-effect .dot{
    animation: blincking 1s infinite;
}



.third-banner .info{
    width: 50%;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: start;
    flex-direction: column;
}

.third-banner .info .expertise h1{
    color: white;
    font-family: 'Raleway';
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: clamp(20px, 4vw, 50px);
    margin-top: 70px;
    font-weight: 700;
    margin-bottom: 10px;
}

.third-banner .info .expertise{
    width: 100%;
    max-height: 100%;
}

.third-banner .info .expertise .border{
    width: calc(100% - 150px);
    margin-left:75px;
    height: 5px;
    background-color: white;
    border-radius: 3px;
}

.third-banner .info .expertise .expertise-list{
    max-height: calc(100% - 139px);
    width: calc(100% - 150px);
    margin-left:75px;
    overflow-y: scroll;
    background-color: #080808;
}

.expertise-list .exp{
    position: relative;
    width: 100%;
    padding: 15px 15px;
    display: flex;
    flex-direction: row;
    box-sizing: border-box;
    align-items: center;
    cursor: pointer;
    border-bottom: 1px solid #333;
}

.expertise-list .exp h3{
    color: white;
    font-family: 'Raleway';
    font-weight: 300;
    font-size: clamp(15px, 3vw, 30px);
    margin: 0;
    transition: 0.3s;

}

.expertise-list .exp h4{
    color: white;
    font-family: 'Big Shoulders';
    font-size: clamp(15px, 2.4vw, 23px);
    position: absolute;
    right: 15px;
}

.expertise-list .exp img{
    width: 0;
    transition: 0.2s;
    filter: brightness(0) saturate(100%) invert(90%) sepia(22%) saturate(820%) hue-rotate(339deg) brightness(102%) contrast(104%);
}

.expertise-list .exp:hover img{
    width: clamp(15px, 3vw, 30px);
}

.expertise-list .exp:hover h3{
    color: rgb(254, 230, 145);
}

.cr{
    position: absolute;
    bottom: 5px;
    opacity: 0.8;
    left: 30px;
    font-family: 'Raleway';
    font-weight: 700;
    font-size: 10px;
    color: white;
    margin: 0;
    cursor: default;
}



.contact-banner{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #080808;
    top: 0;
    left: 100%;
    transition: 0.4s;
}


.contact-banner .txt-holder{
    padding: 70px 0 0 70px;
    width: 50%;
    box-sizing: border-box;
}

.contact-banner .txt-holder h1{
    color: rgb(254, 230, 145);
    font-family: 'Noto Serif Display';
    font-size: clamp(20px, 4vw, 50px);
    font-weight: 900;
    margin: 0;
    /* font-style: italic; */

}

.contact-banner .txt-holder h2{
    color: white;
    font-family: 'Big Shoulders';
    font-size: clamp(15px, 3.4vw, 30px);
    font-weight: 300;
    margin: 0;
}

.contact-banner .mailme{
    color: white;
    font-family: 'Raleway';
    font-weight: 500;
    font-size: clamp(13px, 2vw, 18px);
    transition: 0.3s;
    text-align: center;
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.mailme .send{
    background-color: #080808;
    border: 2px solid white;
    padding: 8px 12px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: fit-content;
    cursor: pointer;
    transition: 0.3s;
    text-decoration: none;
}

.mailme .send:hover{
    background-color: white;
}
.mailme .send:hover > p{
    color: black;
    font-weight: 700;
}
.mailme .send:hover > img{
    filter: invert(100%);
}
.mailme .send p{
    color: white;
    font-size: clamp(15px, 2.3vw, 22px);
    font-family: 'Big Shoulders';
    font-weight: 300;
    margin: 0;
    transition: 0.3s;
}

.mailme .send img{
    height: clamp(15px, 2.3vw, 22px);
    margin-left: 5px;
    filter: invert(0%);
    transition: 0.3s;
}
