:root{
    --main-grey: #585959;
    --top-padding:180px;
    --title-font-size:65px;
    --title-font-size-tab:50px;
    --title-font-size-mobile:35px;
    --scribble-font-size-tab:60px;
    --scribble-font-size-mobile:50px;
}


::-webkit-scrollbar {
    width: 10px;
    
}


::-webkit-scrollbar-track {
    background: #f1f1f1; 
}


::-webkit-scrollbar-thumb {
    background: #888; 
    border-radius: 5px;
}


::-webkit-scrollbar-thumb:hover {
    background: #555; 
}


/* body{
    background-size: cover;
}

.background-image-apply{
    background-image: url("../img/background.png");
} */


#logo-video{
    width: 100%;
    height: 99vh;
}

.bring-front{
    position: relative;
    z-index: 10;
}

#main{
    background-image: url("../img/background.png");
    background-size: auto;
    min-height: 100vh;
}

.light{
    font-weight: 100;
}

.bold{
    font-weight: 600;
}

.row-gap-top{
    padding-top: 50px;
}

.row-gap-bottom{
    padding-bottom: 50px;
}

.top-margin-100{
    margin-top:100px
}

.extra-bold{
    font-weight: 900;
}

.no-padding{
    padding:0 !important;
}

.scribble-font{
    font-family: "ScribbleFont";
    font-weight: normal !important;
    letter-spacing: 7px;
    /* font-size: 100px  !important; */
    font-size: 5.5vw  !important;
}

.large-text{
    font-size: 5vw;
}

.nav-bar{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    position: fixed;
    padding:30px 40px;
    z-index: 100;
}

.main-logo img{
    cursor: pointer;
    transition: 0.2s;
}

.main-logo img:hover{
    transform: scale(1.05);
}

.main-logo img{
    height: 80px;
}

.hello-button button{
    border-radius: 20px;
    padding: 7px 60px 5px 60px;
    background-color: #ffffff00;
    border: solid 3px var(--main-grey);
    margin: 30px;
    color:var(--main-grey);
    font-size: 14px;
    transition: 0.2s;
}

.hello-button button:hover{
    background-color: var(--main-grey);
    color:white;
}

.bottom-nav{
    position: fixed;
    bottom: 0;
    padding:40px 50px;
    z-index: 100;
}

.bottom-nav ul{
    list-style: none;
    padding-left: 0 !important;
    font-weight: 700;
}

.menu-item-wrapper{
    display: flex;
    cursor: pointer;
}

.menu-item-wrapper a{
    color:unset !important;
    text-decoration: none !important;
}

.menu-item-wrapper div:nth-child(1){
    height: 20px;
    width: 0;
    background-color: #ffca30;
    transition: 0.4s;
}

.menu-item-wrapper:hover div:nth-child(1){
    width: 20px;
    margin-right: 5px;
}


.page-content{
    /* padding:var(--top-padding) 10vw 0 10vw; */
    /* padding:0 10vw; */
}

.container{
    /* max-width: calc(100% - 320px) !important; */
    max-width: calc(100% - 650px) !important;
}


.main-video-div{
    /* height: calc(105vh - var(--top-padding)); */
    height: 100vh;
    display: flex;
}

.main-video{
    width: 100%;
    aspect-ratio: 16/9;
}

.title-1{
    font-size: var(--title-font-size);
    font-weight: 600;
    line-height: 50px;
    /* text-align:justify; */
    text-align:left;
}

.normal-img{
    width: 100%;
    padding:30px;

}

.p-normal{
    font-size: 25px;
    font-weight: 500;
    text-align: justify;
}

#curve-1 svg{
    position: absolute;
    width: 100%;
    left: 0;
}

#curve-2 svg{
    position: absolute;
    width: 100%;
    left: 0;
    transform: translateY(-250px);
}

.about-div{
    padding-top:50px
}

.step-process-div{
    height: 100vh;
}

.step-process-div  .mobile-steps{
    display: none;
}

.step-process-div .row{
    height: 100%;
    align-items: center;
}

.step-process-div .title-1{
    text-align: center;
}

.services-div{
    padding-top:50px;
    min-height: 100vh;
    text-align: center;
}

.services-div .numbers{
    font-family: "ScribbleFont";
    font-size: 90px;
    color: grey;
    margin-bottom: 0;
}

.services-div .service-label{
    font-weight: 500;
    font-size: 25px;
}

#curve-3 svg{
    position: absolute;
    width: 100%;
    left: 0;
    transform: translateY(-280px);
}

#curve-4 svg{
    position: absolute;
    width: 100%;
    left: 0;
    transform: translateY(-320px);
}

.services-cta-title{
    font-weight: 900;
    text-align: center;
    padding-top: 100px;
}

.services-div .cta-button{
    text-decoration: none;
    color: black;
    font-size: 25px;
    font-style: italic;
    transition: 0.2s;
    cursor: pointer;
}

.services-div .cta-button::before{
    content: "";
    position: absolute;
    display: block;
    width: 80%;
    height: 2px;
    bottom: -2px;
    left: 12px;
    background-color: #000;
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.services-div .cta-button:hover::before{
    transform: scaleX(1);
}


.testimony-div{
    margin-top:150px
}

.testimony-div .title-1{
    text-align: left;
    font-size: 85px;
    margin-bottom: 60px;
}

.testimony-div img{
    height: 35px;
}

.yellow-bg{
    background-color: #ffca30;
    margin-right: 4px;
    padding:25px;
}

.blue-bg{
    background-color: #1e51a0;
    margin-left: 4px;
    padding:25px;
}

.testimony-content{
    font-size: 22px;
    margin-bottom: 10px;
    line-height: 26px;
    font-weight: 500;
}

.blue-bg .testimony-content{
    color:white;
}

.client-details{
    margin-top:30px;
    display:flex;
    align-items: center;
}

.client-details img{
    border-radius: 50%;
    height: 80px;
    aspect-ratio: 1/1;
}

.client-details p{
    font-size:21px
}

.client-details div:nth-child(2){
    margin-left: 20px;
}

.client-details #client-name{
    font-weight: 600;
}

.client-details #client-brand{
    font-style: italic;
}

.work-div{
    margin-top:100px;
    padding-top:50px
}

.work-div .title-1{
    margin-bottom: 60px;
}

.work-row > div{
    aspect-ratio: 1/1;
    padding: 0;
    overflow: hidden;
    cursor: pointer;
    background-size: cover;
}

.work-row > div:nth-child(odd){
    background-color: #b8b8b8; 
}

.work-row > div:nth-child(even){
    background-color: #8b8b8b;
}

/* .project-details{
    position:absolute;
    bottom:20px;
} */

.project-details p:nth-child(1){
    font-size: 20px;
    font-weight: 500;
    line-height: 25px;
}

.project-details p:nth-child(2){
    font-size: 16px;
    font-weight: 300;
    font-style: italic;
}

.work-row div > a{
    color: unset !important;
    text-decoration: none;
}

.work-row > div:nth-child(1){
    background-image: url(../img/work-thumb/1.jpg);
}

.work-row > div:nth-child(2){
    background-image: url(../img/work-thumb/2.jpg);
}

.work-row > div:nth-child(3){
    background-image: url(../img/work-thumb/3.jpg);
}

.work-row > div:nth-child(4){
    background-image: url(../img/work-thumb/4.jpg);
}

.work-row > div:nth-child(5){
    background-image: url(../img/work-thumb/5.jpg);
}

.work-row > div:nth-child(6){
    background-image: url(../img/work-thumb/6.jpg);
}

.work-row > div:nth-child(7){
    background-image: url(../img/work-thumb/7.jpg);
}

.work-row > div:nth-child(8){
    background-image: url(../img/work-thumb/8.jpg);
}

.work-row > div:nth-child(9){
    background-image: url(../img/work-thumb/9.jpg);
}

.work-row > div:nth-child(10){
    background-image: url(../img/work-thumb/10.jpg);
}

.work-row > div:nth-child(11){
    background-image: url(../img/work-thumb/11.jpg);
}

.work-row > div:nth-child(12){
    background-image: url(../img/work-thumb/12.jpg);
}

.work-row > div:nth-child(13){
    background-image: url(../img/work-thumb/13.jpg);
}

.work-row > div:nth-child(14){
    background-image: url(../img/work-thumb/14.jpg);
}

.contact-section{
    padding-top: 150px;
}


.work-wrapper{
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 40%, rgba(0,0,0,0) 100%);
    opacity: 0;
    height: 100%;
    transition: 0.2s;
    display: flex;
    align-items: end;
}

.work-wrapper:hover{
    opacity: 1;
}

.project-details{
    color: white;
    padding: 26px;
}











.client-div{
    margin-top:150px
}

.client-div .title-1{
    margin-bottom: 60px;
}

.client-div .customer-logos {
    margin-bottom: 120px;
}

.footer-div{
    background-color: #1e2d55;
    color:white
}

.footer-div .page-content{
    padding-top:50px;
    padding-bottom: 50px;
}

.footer-div .wrapper-div{
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.footer-div .wrapper-div > div:nth-child(2) p{
    text-align: right;
}

.copyright{
    text-align: center;
}

.social-wrapper{
    display: flex;
    margin-bottom: 15px;
}

.social-wrapper a{
    cursor: pointer;
}

.social-wrapper svg{
    height: 30px;
    margin-right: 8px;
}

.social-wrapper svg:hover path{
    fill:#ffca30 !important
}

.express-title{
    display: flex;
}

.express-title a{
    cursor: pointer;
}

.express-title img{
    height: 45px;
    position: absolute;
    transform: translateX(-100px);
    margin-top: 25px;
    transition: 0.3s;
    z-index: 100;
}

.express-title img:hover{
    transform: translateX(-110px);
}

.title-tag{
    font-size: 21px;
    font-weight: 600;
    color: #585959;
    margin: 20px 0 60px 0;
}

.express-brief-form{
    margin-bottom: 50px;
}

.express-brief-form p{
    font-size: 18px;
}

.express-brief-form p i{
    font-size: 16px;
}

.express-brief-form input, .other-details input{
    width: 100%;
    border: 0;
    border-bottom: 1px solid black;
    background-color: unset;
}

.express-brief-form input:focus, .other-details input:focus{
    border-bottom-width: 2px;
    outline:none
}

.express-brief-form input::placeholder, .other-details input::placeholder{
    font-style: italic;
}

.other-details{
    margin-top: 100px;
}

.other-details .title-other{
    font-size: 40px;
    font-weight: 900;
    margin-bottom: 40px;
}

.other-details input{
    margin-bottom: 35px;
}

.social-details input{
    width: 95%;
}

.submit-button{
    background-color: #585959;
    color: white;
    padding: 7px 80px;
    font-weight: 600;
    border-radius: 30px;
    border: none;
    font-size: 14px;
    margin: 20px 0 100px 0;
    transition: 0.2s;
    transform: translateY(0);
}

.submit-button:hover{
    transform: translateY(-5px);
}

.center-nav{
    display: none;
}

/* Laptop Styles */

@media (max-width: 1440px) {

    .bottom-nav{
        display: none;
    }

    .center-nav{
        display: block;
        height: 25px;
    }

    .center-nav ul{
        display: flex;
        list-style: none;
    }

    .center-nav ul li{
        margin:auto 20px;
        font-weight: bold;
    }

    .nav-bar{
        background-image: url("../img/background.png");
    }


}




/* Tab Styles */

@media (max-width: 1024px)  {

    .center-nav{
        display: none;
    }

}

@media (max-width: 1024px) and (min-width: 768px) {
    .title-1{
        font-size: var(--title-font-size-tab);
        line-height: normal;
        text-align: center;
    }

    .scribble-font{
        font-size: var(--scribble-font-size-tab) !important;
        padding-bottom: 20px;
    }

    .center-image {
        text-align: center;
    }

    .about-div .normal-img {
        width: 60%;
    }

    .top-margin-100{
        margin-top:40px;
    }

}

/* Mobile Styles */

@media (max-width: 767px) {

    #curve-1,#curve-2,#curve-3,#curve-4{
        display: none;
    }

/* nav bar */

    .nav-bar{
        padding:20px;
        left:0;
        background-image: url("../img/background.png");
    }

    .nav-bar img{
        height:60px;
    }

    .hello-button button{
        padding:5px 25px;
        margin:10px;
    }

    .page-content {
        position: relative;
        top: 125px;
    }

    .footer-div .page-content {
        top: 0;
    }

/* video section */
    .main-video-div {
        height: 100%;
    }


/* about section */


    .title-1{
        font-size: var(--title-font-size-mobile);
        line-height: normal;
        text-align: center;
    }

    .scribble-font{
        font-size: var(--scribble-font-size-mobile) !important;
        padding-bottom: 20px;
    }

    .p-normal{
        font-size: 20px;
    }

/* step process section */

    .step-process-div .title-1{
        display: none;
    }

    .step-process-div .mobile-steps{
        display: block;
        text-align: left;
        text-align: center;
    }

/* services section */

    .services-div .service-label{
        font-size: 20px;
    }

    .services-cta-title{
        padding-top: 50px;
    }

    .services-div .row-gap-top {
        padding-top: 0;
    }


/* testimonial section */

    .testimony-div .title-1{
        text-align: center;
    }

    .client-details{
        margin-bottom:30px
    }

    .client-details p{
        font-size: 19px;
    }

    .testimony-content{
        font-size: 18px;
    }

    .testimony-div{
        margin-top:80px
    }

/* work section */

    .work-div .title-1{
        margin-bottom: 30px;
    }

    .work-div{
        margin-top:10px;
    }

    .work-wrapper{
        opacity: 1;
    }

    .work-wrapper{
        background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 60%, rgba(0,0,0,0) 100%);
        height: 100%;
        transition: 0.2s;
        display: flex;
        align-items: end;
    }

    .project-details{
        color: white;
        padding: 18px;
    }

    .project-details p:nth-child(1){
        font-size: 16px;
        font-weight: 500;
        line-height: 25px;
    }
    
    .project-details p:nth-child(2){
        font-size: 14px;
        font-weight: 300;
        font-style: italic;
    }

/* clients section */

    .slide .slick-slide{
        width:60px !important;
    }

    .client-div .title-1{
        margin-bottom: 30px;
        text-align: center;
    }

    .client-div {
        margin-bottom: 275px;
    }


/* footer section */

    .social-wrapper{
        justify-content: center;
    }

    .wrapper-div p {
        font-size: 13px;
    }

    .wrapper-div {
        margin-top:40px;

    }

    .copyright{
        font-size: 13px;
    }

    .footer-div .wrapper-div div {
        text-align: center;
        width: 100%;
    }


/* contact section */

    .contact-section{
        padding-top:0px;
    }

    .contact-submit-div{
        text-align: center;
    }

    .page-content .contact-section{
        padding-top: 150px;
    }

}


