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

:root {
   --primary-color: #fefbf1;
    --secondary-color: black;
    --tertiary-color: #01cb36;
    --padding: 100px 40px;
    --btn-padding: ;
    --btn-font-size: ;

    --btn-min-width: ;
    --btn-max-width: ;
    --paragraph-font-size: ;
}

@media (max-width:1200px) {
    :root {
        --padding: 100px 35px
    }
}

@media (max-width:760px) {
    :root {
        --padding: 80px 25px
    }
}

@media (max-width:500px) {
    :root {
        --padding: 60px 15px
    }
}


@font-face {
    font-family: poppin;
    src: url('../fonts/Poppins-Regular.ttf') format('truetype'),

}

@font-face {
    font-family: mono;
    src: url('../fonts/MartianMono-ExtraBold.ttf') format('truetype'),

}

@font-face {
    font-family: tung;
    src: url('../fonts/Tungsten-Bold.ttf') format('truetype'),

}

@font-face {
    font-family: space;
    src: url('../fonts/Space_Mono/SpaceMono-Regular.ttf') format('truetype'),

}

@font-face {
    font-family: hel;
    src: url('../fonts/helvectical/HelveticaNowDisplay-Medium.ttf') format('truetype'),

}

@font-face {
    font-family: hel-thin;
    src: url('../fonts/helvectical/HelveticaNowDisplay-Regular.ttf') format('truetype'),

}


html {
    width: 100%;
}

header {
    height: 0px;
}


.hero {
    /* height: 120vh; */
    height: 100dvh;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}



.video-background {
    position: absolute;
    object-fit: cover;
    width: 100vw;
    height: 100%;
}

.video-background video {
    object-fit: cover;
    width: 100vw;
    height: 100dvh;
}


.video-background-mobile {
    display: none;
}

@media (max-width:600px) {
    .video-background {
        display: none;
    }

    .video-background-mobile {
        display: unset;

    }
}



/*  */

.section-1 {
    height: fit-content;
    padding: 4rem 2.5rem;
    padding: var(--padding) !important;
    padding-top: 4rem;
    display: flex;
    flex-direction: column;
    gap: 3rem;
    /* margin-bottom: 1rem; */
}

.sub-section-1 {
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 7rem;
}

.sub-section-1 .text h2 {
    font-family: hel;
    font-size: 1.05rem;
    text-transform: uppercase;
    letter-spacing: .7px;
}

.sub-section-1 .images {
    display: flex;
    gap: .65rem;
    align-self: center;

}

.sub-section-1 .images img {
    width: 100vw;

}



/* sub-section-2 */


.sub-section-2 {

    font-family: hel-thin;
    display: flex;
    justify-content: end;
    min-height: 20vh;
}

.sub-section-2>p {
    letter-spacing: .7px;
    line-height: 19px;
    font-size: clamp(11px, 2vw, 13px);
    width: 45%;
    font-family: hel;

}


/* section-3 */

.section-3 {
    /* min-height: 100vh; */
    padding: 2.5rem 2.5rem;
    padding-bottom: 5rem;
    padding-top: 0px !important;
    background-color: var(--primary-color);
    display: flex;
    gap: 1rem;
}

.section-3 .image {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;

}

.section-3 .text {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 1rem;
    width: 70% !important;
    margin: 0 auto;
}


.section-3 .image img {
    width: 20rem;
    height: 23rem;
}

.section-3 .text .row {
    gap: 2rem;
    /* justify-content: center; */
    align-items: end;
    /* width: 25rem; */
    display: grid;
    /* grid-template-columns: auto 1fr; */
    grid-template-columns: 100px 1fr;
    width: 100%;
}

.section-3 .heading {
    display: flex;
    width: fit-content;
}

.section-3 .text .row p {
    font-family: space;
    font-size: clamp(13px, 1.4vw, 17px) !important;
    /* align-self: end !important; */
    position: relative;
    bottom: .3rem;
    text-align: left;
    flex: 1;
}

.section-3 .row .tag {
    width: 5rem;
    /* Adjust this width as per your design */
    text-align: left;
    margin-top: auto;

}


.section-3 .text .row :is(h1,a) {
    font-family: tung;
    font-size: 2rem;
    margin: 0rem;
    flex: 1;
    justify-self: end;
    /* text-align: right; */
    position: relative;
    font-weight: 500;


}


.section-3 .row-2 a {
    color: var(--secondary-color);
    text-decoration: none;
    position: relative; 
}

.section-3 .row-2 a::after {
    content: " ";
    width: 100%;
    height: 1.3px;
    background: var(--secondary-color);
    position: absolute;
    bottom: -1px;
    left: 0px;
}

.section-3 .row-4 h1 {
    display: flex;
    gap: 1rem;
}

.section-3 .row-4 .span-1 {
    position: relative;
}

.section-3 .row-4 .span-2 {
    position: relative;
    text-decoration: none;
    color: var(--secondary-color);
    white-space: nowrap;
    transition: all .3s ease;
    &:hover{
        scale: 1.02;
    }
}

.section-3 .row-4 .span-2::after {
    content: " ";
    width: 100%;
    height: 1.3px;
    background: var(--secondary-color);
    position: absolute;
    bottom: -1px;
    left: 0px;
}

.section-3 .row-4 h1 .span-1 .cut {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}


.section-3 .row-5 {
    align-items: start !important;

}

.section-3 .row-5 p {
    top: .5rem;
    bottom: none;
}

.section-3 .row-5 .heading {
    display: flex;
    flex-direction: column;

}

.section-3 .row-5 .heading h1 {
    line-height: 2rem;
}

.section-3 .row-5 .tag {}

@media (max-width:1000px) {
    .section-3 .text .row p {

        font-size: .5rem;

    }

    .section-3 .text .row :is(h1,a) {

        font-size: 1.8rem;
    }



    .section-1 .image {
        flex: .8 !important;
    }

    .section-1 .text {
        flex: 1.2 !important;
    }

}

@media (max-width:800px) {
    .section-1 .sub-section-2 p {
        width: 70%;
    }

    .section-1 .sub-section-1 {
        gap: 5rem;
    }

    .section-3 .text .row p {
        bottom: 6px;
        font-size: .5rem;

    }

    .section-3 .text .row :is(h1,a) {

        font-size: 1.5rem;
    }
}

@media (max-width:760px) {
    .section-1 {
        padding-bottom: 55px !important;
    }

    .section-3 {
        flex-direction: column;

    }

    .section-3 .image img {




        height: 100% !important;
        width: 100% !important;
    }

    .section-3 .text .row {
        align-items: center !important;
        /* width: 60vw; */
        margin-top: 1rem;
        gap: 1rem;
        margin-bottom: 1rem;
        position: relative;
    }

    .section-3 .text {
        gap: 0rem;
        right: 2vw;
    }

    .section-3 .text .row :is(h1,a) {

        font-size: clamp(35px, 6vw, 40px) !important;
    }

    .section-3 .text .row p {

        font-size: .6rem;
    }

}

@media (max-width:660px) {
 

    .section-1 .sub-section-2 p {
        width: 100%;
        line-height: 18px;
    }

    .section-1 .sub-section-1 {
        gap: 4rem;
    }

    .sub-section-1 .text h2 {
        font-family: hel;
        font-size: 4.2vw;
    }

    .sub-section-2>p {
        /* line-height: 17px; */
        /* font-size: 14.2px; */
    }
}

@media (max-width:550px) {
    .section-3 {
        margin-right: 0rem;
        margin-left: 0rem;

        padding-top: 10px;
    }

    .section-3 .text {
        /* width: min(350px,90%) !important; */
        margin: 0px;
        padding-left: 30px;
        width: 100%;
        width: 100% !important;
    }

    .section-3 .text .row {
        grid-template-columns: 90px 1fr;
    }

    .section-3 .image img {
        /* width: 800px; */
        position: relative;
        right: 10px;
    }

    .section-3 .text .row {
        /* width: 15rem; */
        margin-left: 0px;
        margin-right: auto;
        /* left: unset; */
    }

    .section-3 .text .row :is(h1,a) {

        font-size: 8vw !important;
        flex: unset !important;
    }

    .section-3 .text .row p {

        font-size: .45rem;
        flex: unset !important;
    }
}

@media (max-width:360px) {
    .section-3 .text {
        justify-content: start;
        padding: 0px;
    }

    .section-3 .text .row {

        /* align-items: start  ; */
        /* left: unset; */
    }

    .section-3 .text .row :is(h1,a) {

        font-size: 7vw;
        flex: unset !important;
    }

    .section-3 .text .row p {

        font-size: .4rem;
        flex: unset !important;
    }
}

@media (max-width:300px) {
    .section-3 .text .row {
        left: 3vw;
    }

    .section-3 .text .row :is(h1,a) {

        font-size: 6.4vw;
        flex: unset !important;
    }
}