@import url('https://fonts.googleapis.com/css2?family=Funnel+Display:wght@300..800&display=swap');

@font-face {
    font-family: "Coolvetica";
    src: url(./fonts/Coolvetica\ Rg.otf);
}

@font-face {
    font-family: "italic";
    src: url(./fonts/Coolvetica\ Rg\ It.otf);
}

html{
    scroll-behavior: smooth;
}

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

body{
    max-width: 1920px;
    margin: 0 auto;
}

.nav-bar{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #FFFFFF;
    z-index: 3;
    padding: 1.5em;
    margin: 0 100px;
}

.nav-btn{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-align: center;
    width: 500px;
    height: 88px;
    padding: 16px;
    border-bottom: #FFFFFF 2px solid;
    transition: all 0.5s ease-in-out;
}

.nav-btn:hover{
    border-bottom: 2px solid #000000;
}

.nav-btn:focus{
    border-bottom: 2px solid #000000;
}


.nav-btn a{
    font-family: "Funnel Display";
    text-decoration: none;
    color: #000000;
    font-weight: 600;
    font-size: 1.5rem;
}

.nav-btn p{
    color: #6F6F6F;
    font-family: "Funnel Display";
    font-size: 14px;
    font-weight: 500;
}

.bar{
    position: relative;
    display: flex;
    justify-content: center;
    margin-top: -10px;
    z-index: 2;
}

.container{
    position: relative;
    z-index: 1;
    background: url(./Images/bg\ landing\ page.png);
    margin-top: -50px;
    margin-left: 100px;
    margin-right: 100px;
    max-width: 1920px;
    height: 900px;
    padding: 40px;
    border-radius: 2em;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.cta{
    margin-bottom: 24px;
    display: flex;
    gap: 16px;
}

.btn1 a button{
    padding: 13px 20px;
    font-family: "Funnel Display";
    font-size: 20px;
    font-weight: 400;
    border-radius: 70px;
    color: #FFFFFF;
    border: #6F6F6F 2px solid;
    background: #000000;
    cursor: pointer;
}

.btn2 a button{
    padding: 13px 20px;
    font-family: "Funnel Display";
    font-size: 20px;
    font-weight: 400;
    border-radius: 70px;
    color: #000000;
    border: #DCDCDC 1px solid;
    background-color: #ffffff;
    cursor: pointer;
}

.content{
    position: relative;
}

.content p{
    font-family: "Funnel Display";
    font-weight: 500;
    font-size: 2rem;
    color: #6F6F6F;
    max-width: 800px;
    width: 100%;
}

.highlight{
    color: #000000;
}

.content img{
    width: 300px;
    margin-left: 400px;
    margin-top: 10px;
}

.content h1{
    position: relative;
    bottom: 20px;
    font-family: "Coolvetica";
    color: #000000;
    font-size: 19rem;
    letter-spacing: -1px;
    font-weight: 500;
}

.container2{
    margin: 200px 245px;
    display: flex;
    flex-direction: column;
    gap: 48px;
}

.heading{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-left: 250px;
}

.heading span{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    gap: 10px;
    padding: 9px 24px;
    background-color: #FFFFFF;
    border-radius: 110px;
    border: 1px #E1E1E1 solid;
    font-family: "Funnel Display";
    font-size: 1.5rem;
    font-weight: 500;
}

.center-flex{
    display: flex;
    justify-content: center;
}

.left-pic{
    position: relative;
    bottom: 50px;
    right: 50px;
}

.left-pic > img{
    width: 216px;
}

.right-text{
    font-family: Coolvetica;
    font-size: 3rem;
    color: #6F6F6F;
    text-align: left;
}

.highlight2{
    color: #000000;
}

.stats{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 24px;
}

.box{
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-width: 377px;
}

.box h1{
    font-family: Coolvetica;
    font-size: 4.5rem;
    font-weight: 400;
    color: #000000;
}

.box p{
    font-family: "Funnel Display";
    font-size: 2rem;
    color: #6F6F6F;
}

.container3{
    margin: 0 100px;
    display: flex;
    align-items: center;
    gap: 40px;
    justify-content: center;
}

.container3 > .img1 > img{
    width: 549px;
}

.container3 > .img2 > img{
    width: 1131px;
}

#services{
    margin: 200px 100px;
}

.container4{
    display: flex;
    justify-content: center;
    gap: 80px;
    width: 100%;
    max-width: 100%;
}

.left-side{
    display: flex;
    flex-direction: column;
    min-width: 0;
    max-width: 100%;
    width: 100%;
}

.left-side span{
    display: flex;
    align-items: center;
    gap: 10px;
    border: #E1E1E1 1px solid;
    padding: 9px 24px;
    width: 229px;
    border-radius: 110px;
    font-family: "Funnel Display";
    font-size: 1.5rem;
    font-weight: 500;
    white-space: nowrap;
}

.left-side h1{
    font-family: "Coolvetica";
    font-weight: 400;
    font-size: 5rem;
    max-width: 700px;
    width: 100%;
    color: #000000;
}

.left-side p{
    font-family: "Funnel Display";
    font-size: 2rem;
    font-weight: 500;
    max-width: 703px;
    width: 100%;
    color: #6F6F6F;
}

.container4 >.left-side > img{
    margin-top: 100px;
}

.right-side{
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.box2{
    display: flex;
    flex-direction: column;
    border-bottom: #E1E1E1 1px solid;
    padding: 32px;
}

.box3{
    display: flex;
    flex-direction: column;
    padding: 32px;
    border: none;
}

.right-side > .box2 > img{
    width: 56px;
    margin-bottom: 24px;
}

.right-side > .box2 > h1{
    font-family: "Coolvetica";
    font-size: 2.5rem;
    font-weight: 400;
    color: #000000;
    margin-bottom: 16px;
}

.right-side > .box2 > p{
    font-family: "Funnel Display";
    font-weight: 400;
    font-size: 1.5rem;
    color: #6F6F6F;
}

#case-Study{
    margin: 200px 0;
}

.container5{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 100px;
    gap: 40px;
}

.container5 > .img3 > img{
    width: 840px;
    height: 840px;
}

.container5 > .text-container{
    width: 840px;
    height: 840px;
    background-color: #F5F5F5;
    padding: 48px;
    border-radius: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.container5 > .text-container > .text > span{
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: #FFFFFF;
    padding: 9px 24px;
    max-width: 229px;
    border-radius: 110px;
    font-family: "Funnel Display";
    font-size: 1.5rem;
    font-weight: 500;
    white-space: nowrap;
    margin-bottom: 32px;
    color: #000000;
    border: #E1E1E1 1px solid;
}

.text > h1{
    font-family: "Coolvetica";
    font-size: 4rem;
    font-weight: 400;
    color: #000000;
    margin-bottom: 24px;
}

.text > p{
    font-family: "Funnel Display";
    font-size: 2rem;
    font-weight: 500;
    color: #6F6F6F;
}

.text-container > .btn3 > span{
    background-color: #FFFFFF;
    border: #DCDCDC 1px solid;
    padding: 13px 20px;
    border-radius: 70px;
    font-family: "Funnel Display";
    font-weight: 400;
    font-size: 20px;
    color: #000000;
    text-align: center;
}

#testmonials{
    margin: 200px auto;
}

.container6{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 64px;
    width: 100%;
    max-width: 100%;
}

.row1{
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.row1 span{
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: "Funnel Display";
    font-size: 2rem;
    font-weight: 500;
    color: #6F6F6F;
}

.row1 h1{
    font-size: 4.25rem;
    font-family: italic;
    color: #000000;
    font-weight: 500;
    max-width: 1430px;
    width: 100%;
}

.highlight3{
    color: #6F6F6F;
    font-family: Coolvetica;
}

.row2{
    display: flex;
    align-items: center;
    gap: 67px;
}

.client-profile{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 67px;
}

.client-profile img{
    max-width: 352px;
    width: 100%;
}

.slash img{
    max-width: 48px;
    width: 100%;
}

.client-feedback{
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.client-feedback p{
    font-family: "funnel display";
    font-weight: 400;
    color: #6F6F6F;
    font-size: 1.75rem;
    max-width: 920px;
    width: 100%;
}

.client-feedback span{
    font-family: "funnel display";
    font-weight: 500;
    font-size: 1.75rem;
    color: #000000;
}

.container7{
    display: flex;
    justify-content: center;
    margin: 200px auto;
}

.container7 img{
    max-width: 1720px;
    width: 100%;
}

footer{
    background-color: #F5F5F5;
    margin: 0 100px 40px 100px;
    padding: 80px;
    border-radius: 32px;
}

.container8{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.left{
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.left span{
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: #FFFFFF;
    border: #E1E1E1 1px solid;
    padding: 9px 24px;
    border-radius: 110px;
    font-family: "Funnel Display";
    font-size: 1.5rem;
    font-weight: 500;
    white-space: nowrap;
    margin-bottom: 32px;
    color: #000000;
    width: 223px;
}

.left h1{
    font-family: Coolvetica;
    font-weight: 400;
    color: #000000;
    font-size: 5rem;
    width: 650px;
}

.social-links{
    display: flex;
    align-items: center;
    gap: 32px;
}

.social-links > a > img{
    width: 48px;
}

.input1{
    margin-bottom: 48px;
    display: flex;
    gap: 16px;
}

.input1 input{
    border: none;
    border-bottom: #CCCCCC 1px solid; 
    color: #6F6F6F;
    background-color: transparent;
    padding: 24px 16px;
    max-width: 358px;
    width: 100%;
    outline: none;
    font-family: funnel display;
    font-size: 1.5rem;
    flex: 1;
}

.input2 input{
    border: none;
    border-bottom: #CCCCCC 1px solid; 
    color: #6F6F6F;
    background-color: transparent;
    padding: 24px 16px;
    max-width: 740px;
    width: 100%;
    outline: none;
    font-family: funnel display;
    font-size: 1.5rem;   
}

.btn4{
    display: flex;
    justify-content: flex-end;
    margin-top: 32px;
}

.btn4 > a > button{
    font-family: funnel display;
    background-color: black;
    color: #FFFFFF;
    border: #6F6F6F 2px solid;
    text-align: center;
    padding: 13px 20px;
    border-radius: 70px;
    font-size: 20px;
    font-family: 400px;
}

.copyrights{
    margin-top: 56px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    border-top: #CCCCCC 1px solid;
    padding-top: 24px;
    color: #6F6F6F;
    font-family: funnel display;
    font-size: 20px;
}


@media (min-width: 320px) and (max-width: 768px){
    body{
        overflow-x: hidden;
        max-width: 100%;
    }
    .nav-bar{
        display: none !important;
    }
    .bar{
        display: none !important;
    }
    .container{
        margin: 20px;
        background: url(./Images/Mobile\ Bg\ landing\ page.png);
        padding: 40px 20px;
        border-radius: 2em;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: center;
        max-height: 760px;
    }

    .cta{
        margin-bottom: 24px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .btn1 a button{
        padding: 13px 20px;
        font-family: "Funnel Display";
        font-size: 1rem;
        font-weight: 400;
        border-radius: 70px;
        color: #FFFFFF;
        border: #6F6F6F 2px solid;
        background: #000000;
        cursor: pointer;
        white-space: nowrap;
    }
    .btn2 a button{
        padding: 13px 20px;
        font-family: "Funnel Display";
        font-size: 1rem;
        font-weight: 400;
        border-radius: 70px;
        color: #000000;
        border: #DCDCDC 1px solid;
        background-color: #ffffff;
        cursor: pointer;
        white-space: nowrap;
    }
    .content img{
        display: none !important;
    }
    .content p{
        font-family: "Funnel Display";
        font-weight: 500;
        font-size: 1rem;
        color: #6F6F6F;
    }
    .highlight{
        color: #000000;
    }
    .content h1{
        font-family: "Coolvetica";
        color: #000000;
        font-size: 7.5rem;
        letter-spacing: -1px;
        font-weight: 500;
        text-align: left;
    }
    .container2{
        margin: 80px 20px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 48px;
    }
    .heading{
        margin: 0;
    }
    .heading > img{
        display: none !important;
    }
    .heading span{
        display: flex;
        align-items: center;
        justify-content: center;
        height: 50px;
        gap: 10px;
        padding: 8px 16px;
        background-color: #FFFFFF;
        border-radius: 110px;
        border: 1px #E1E1E1 solid;
        font-family: "Funnel Display";
        font-size: 1rem;
        font-weight: 500;
        white-space: nowrap;
    }
    .center-flex{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 23px;
    }
    .left-pic{
        margin-top: 50px;
        margin-left: 100px;
    }
    .left-pic img{
        width: 120px;
    }
    .right-text{
        font-family: Coolvetica;
        font-size: 2rem;
        color: #6F6F6F; 
        text-align: center;
    }
    .highlight2{
        color: #000000;
    }
    .stats{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 24px;
    }
    .box{
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 12px;
    }
    .box h1{
        font-family: Coolvetica;
        font-size: 3.5rem;
        font-weight: 400;
        color: #000000;
        text-align: center;
    }
    .box p{
        font-family: "Funnel Display";
        font-size: 1rem;
        color: #6F6F6F;
        text-align: center;
        width: 200px;
    }
    .container3{
        margin: 80px 20px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 24px;
    }
    .container3 > .img1{
        max-width: 353px;
    }
    .container3 > .img1 > img{
        width: 100%;
    }
    .container3 > .img2{
        max-width: 353px;
    }
    .container3 > .img2 > img{
        width: 100%;
    }
    #services{
        margin: 80px 20px;
    }
    .container4{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 80px;
    }
    .left-side{
        display: flex;
        flex-direction: column;
        gap: 16px;
    }
    .left-side span{
        display: flex;
        align-items: center;
        gap: 10px;
        border: #E1E1E1 1px solid;
        padding: 9px 24px;
        width: 229px;
        border-radius: 110px;
        font-family: "Funnel Display";
        font-size: 1.5rem;
        font-weight: 500;
        white-space: nowrap;
        margin-bottom: 10px;
    }
    .left-side h1{
        font-family: "Coolvetica";
        font-weight: 400;
        font-size: 3rem;
        color: #000000;
        text-align: left;
    }
    .left-side p{
        font-family: "Funnel Display";
        font-size: 1.5rem;
        font-weight: 500;;
        color: #6F6F6F;
    }
    .left-side > img{
        display: none !important;
    }
    .right-side{
        display: flex;
        flex-direction: column;
        gap: 16px;
    }
    .box2{
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        border-bottom: #E1E1E1 1px solid;
        padding: 16px;
    }
    .box3{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 16px;
        border: none;
    }
    .box2 > img{
        width: 56px;
        margin-bottom: 24px;
    }
    .box2 > h1{
        font-family: "Coolvetica";
        font-size: 2rem;
        font-weight: 400;
        color: #000000;
        margin-bottom: 16px;
    }
    .box2 > p{
        font-family: "Funnel Display";
        font-weight: 400;
        font-size: 18px;
        color: #6F6F6F;
    }
    #case-Study{
        margin: 80px 0;
    }
    .container5{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-bottom: 48px;
        gap: 34px;
    }
    #reverse{
        display: flex;
        flex-direction: column-reverse;
    }
    .container5 > .img3{
        max-width: 353px !important;
        max-height: 370px !important;
        margin: 0 20px;
    }
    .container5 > .img3 > img{
        width: 100% !important;
        height: 100% !important;
    }
    .container5 > .text-container{
        max-width: 353px;
        min-height: 370px;
        height: 100%;
        padding: 16px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        background-color: #FFFFFF;
    }
    .text-container > .text > span{
        display: flex;
        align-items: center;
        gap: 10px;
        background-color: #FFFFFF;
        padding: 5px 12px;
        width: 100%;
        border-radius: 110px;
        font-family: "Funnel Display";
        font-size: 1rem;
        font-weight: 500;
        margin-bottom: 16px;
        color: #000000;
        border: #E1E1E1 1px solid;
    }
    .text > h1{
        font-family: "Coolvetica";
        font-size: 2rem;
        font-weight: 400;
        color: #000000;
        margin-bottom: 16px;
        width: 100%;
    }
    .text > p{
        font-family: "Funnel Display";
        font-size: 18px;
        font-weight: 500;
        color: #6F6F6F;
        width: 100%;
    }
    .text-container > .btn3 > span{
        background-color: #FFFFFF;
        border: #DCDCDC 1px solid;
        padding: 13px 20px;
        border-radius: 70px;
        font-family: "Funnel Display";
        font-weight: 400;
        font-size: 20px;
        color: #000000;
        text-align: center;
    }
    #testmonials{
        margin: 80px 40px;
    }
    .container6{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 32px;
    }
    .row1{
        display: flex;
        flex-direction: column;
        gap: 16px;
    }
    .row1 span{
        display: flex;
        align-items: center;
        gap: 10px;
        border-radius: 110px;
        font-family: "Funnel Display";
        font-size: 1.5rem;
        font-weight: 500;
        margin-bottom: 32px;
        color: #6F6F6F;
    }
    .row1 h1{
        font-size: 2rem;
        font-family: italic;
        color: #000000;
        font-weight: 500;
    }
    .highlight3{
        color: #6F6F6F;
        font-family: Coolvetica;
    }
    .row2{
        display: flex;
        flex-direction: column;
        gap: 32px;
    }
    .slash{
        display: none !important;
    }
    .client-profile img{
        width: 192px;
    }
    .client-feedback{
        display: flex;
        flex-direction: column;
        gap: 16px;
    }
    .client-feedback > p{
        font-family: "funnel display";
        font-weight: 400;
        color: #6F6F6F;
        font-size: 22px;
    }
    .client-feedback > span{
        font-family: "funnel display";
        font-weight: 500;
        font-size: 1.5rem;
        color: #000000;
    }
    .container7{
        display: flex;
        justify-content: center;
        margin: 80px auto;
        max-width: 392px;
    }
    .container7 > img{
        width: 100%;
    }
    footer{
        background-color: #f5f5f5;
        margin: 20px;
        padding: 24px 20px;
        border-radius: 32px;
    }
    .container8{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 56px;
    }
    .left{
        display: flex;
        flex-direction: column;
        gap: 16px;
    }
    .left > span{
        display: flex;
        align-items: center;
        gap: 10px;
        background-color: #FFFFFF;
        border: #E1E1E1 1px solid;
        padding: 5px 12px;
        border-radius: 110px;
        font-family: "Funnel Display";
        font-size: 1rem;
        font-weight: 500;
        white-space: nowrap;
        color: #000000;
        width: 160px;
    }
    .left > h1{
        font-family: Coolvetica;
        font-weight: 400;
        color: #000000;
        font-size: 2.25rem;
        width: 290px;
    }
    .social-links{
        display: flex;
        align-items: center;
        gap: 20px;
    }
    .social-links > a > img{
        width: 48px;
    }
    .right{
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
    }
    .input1{
        display: flex;
        flex-direction: column;
    }
    .container8 > .right > input {
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        display: block;
        border: none;
        border-bottom: #CCCCCC 1px solid; 
        color: #6F6F6F;
        background-color: transparent;
        padding: 24px 16px;
        outline: none;
        font-family: funnel display;
        font-size: 20px;
        margin-bottom: 32px;
    }
    .btn4{
        display: flex;
        justify-content: flex-end;
        margin-top: 32px;
    }
    .btn4 > a > button{
        font-family: funnel display;
        background-color: black;
        color: #FFFFFF;
        border: #6F6F6F 2px solid;
        text-align: center;
        padding: 13px 20px;
        border-radius: 70px;
        font-size: 20px;
        font-family: 400px;
    }
    .copyrights{
        margin-top: 56px;
        display: flex;
        justify-content: center;
        align-items: flex-end;
        border-top: #CCCCCC 1px solid;
        padding-top: 24px;
        color: #6F6F6F;
        font-family: funnel display;
        font-size: 20px;
    }
}






