@import url('https://fonts.googleapis.com/css2?family=Karla:ital,wght@0,200..800;1,200..800&family=Kumbh+Sans:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');


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

@media (max-width: 376px) {

    main{
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        padding: 1rem 0 0 0;
    }

    header{
        width: 100%;
        height: auto;
        padding: 1rem 1rem;
        display: flex;
        flex-direction: column;
        gap: 3rem;
    }

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

    .navbar_logo{
        width: 5rem;
        height: 2rem;
    }

    .navbar_btn{
        padding: 0.5rem 0.5rem;
        border-radius: 0.3rem;
        font-size: 0.8rem;
        background-color: transparent;
        font-weight: 600;
        border: 1px solid black;
    }

    .header_text{
        display: flex;
        flex-direction: column;
        gap: 2rem;
    }

    .header_text_img{
        position: absolute;
        width: 10rem;
        stroke: black;
        transform: translate(90%, -100%);
    }

    .header_text_p{
        font-size: 2.2rem;
        line-height: 2.8rem;
    }

    .header_text_p span{
        font-weight: 600;
    }

    .header_text_p2{
        font-size: 1rem;
        color: rgb(76, 81, 92);
    }

    .header_text_btn{
        width: 17rem;
        padding: 1.2rem 2rem;
        border-radius: 0.5rem;
        border: none;
        background-color: rgb(22, 34, 56);
        color: white;
        font-size: 1.2rem;
        font-weight: 600;
    }

    .header-section_img{
        width: 100%;
        margin-top: 3rem;
    }

    .header-section_img1{
        display: none;
    }

    .header_text_num-container{
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 1.5rem;
    }

    .header_text_number{
        font-size: 1.5rem;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .header_text_num{
        font-size: 3rem;
    }

    .header_text_num-text{
        font-size: 1.2rem;
        color: rgb(85, 90, 102);
    }

    .hero-container{
        display: flex;
        flex-direction: column;
        background-color: rgb(22, 34, 56);
        border-radius: 1.5rem;
        align-items: center;
        gap: 2rem;
        margin-top: 15rem;
    }

    .hero-container_jeremy{
        width: 70%;
        margin-top: -12rem;
    }

    .hero-container_jeremy1{
        display: none;
    }

    .hero-container_jeremy2{
        display: none;
    }

    .hero-container_p{
        font-size: 2.5rem;
        color: white;
    }

    .hero-container_p span{
        font-weight: 600;
    }

    .hero-container_p2{
        color: rgb(174, 181, 191);
        text-align: center;
        padding: 0 2.5rem;
        line-height: 2rem;
    }

    .hero-container_name{
        display: flex;
        flex-direction: column;
        align-items: center;
        gap : 0.2rem;
        padding-bottom: 5rem;
    }

    .hero-container_text{
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 2rem;
    }

    .hero-container_name-text{
        color: white;
        font-size: 1.5rem;
    }

    .hero-container_name-text2{
        font-size: 1.2rem;
        color: rgb(174, 181, 191);
    }

    footer{
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 2rem;
        padding: 5rem 0;
        background-color: rgb(242, 237, 230);
    }

    .footer_logo{
        width: 5rem;
    }

    .footer_text{
        color: rgb(68, 77, 92);
    }

    .footer_link{
        display: flex;
        gap: 2rem;
    }
}

@media (min-width: 377px) and (max-width: 768px) {
    main{
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        padding: 1rem 0 0 0;
    }

    header{
        width: 100%;
        padding: 2rem 2rem;
        display: flex;
        flex-direction: column;
        gap: 4rem;
    }

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

    .navbar_logo{
        width: 6rem;
        height: 2rem;
    }

    .navbar_btn{
        padding: 0.8rem 1.5rem;
        border-radius: 0.5rem;
        font-size: 1.2rem;
        background-color: transparent;
        font-weight: 600;
        color: rgb(6, 14, 26)
    }

    .header-section{
        display: flex;
        position: relative;
        justify-content: flex-start;
        align-items: center;
    }

    .header_container{
        display: flex;
        flex-direction: column;
        gap: 5rem;
    }

    .header_text{
        position: relative;
        z-index: 2;
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 2rem;
        width: 70%;
        height: 100%;
        padding: 5rem 0;
    }

    .header_text_img{
        position: absolute;
        width: 15rem;
        stroke: black;
        transform: translate(90%, -120%);
    }
    
    .header_text_p{
        font-size: 3.4rem;
        line-height: 4rem;
    }

    .header_text_p span{
        font-weight: 600;
    }

    .header_text_p2{
        font-size: 1rem;
        color: rgb(128, 129, 140);
        padding: 0 9rem 0 0;
        line-height: 1.6rem;
    }

    .header_text_btn{
        width: 17rem;
        padding: 1.2rem 2rem;
        border-radius: 0.5rem;
        border: none;
        background-color: rgb(22, 34, 56);
        color: white;
        font-size: 1.2rem;
        font-weight: 600;
    }

    .header-section_img{
        display: none;
    }

    .header-section_img1{
        position: absolute;
        right: 0;
        top: 0;
        width: 40%;
        object-fit: cover;
        z-index: 1;
    }

    .header_text_num-container{
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 7rem;
    }

    .header_text_number{
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .header_text_num{
        font-size: 3rem;
    }

    .header_text_num-text{
        font-size: 1.2rem;
        color: rgb(85, 90, 102);
    }

    .hero-container{
        display: flex;
        flex-direction: column;
        background-color: rgb(22, 34, 56);
        border-radius: 1.5rem;
        align-items: center;
        gap: 2rem;
        margin: 16rem 3rem ;
        z-index: 2;
    }

    .hero-container_jeremy{
        display: none;
    }

    .hero-container_jeremy1{
        width: 40%;
        margin-top: -12rem;
    }

    .hero-container_jeremy2{
        display: none;
    }

    .hero-container_text{
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 2rem;
    }

    .hero-container_p{
        font-size: 3rem;
        color: white;
    }

    .hero-container_p span{
        font-weight: 600;
    }

    .hero-container_p2{
        color: rgb(174, 181, 191);
        text-align: center;
        padding: 0 2.5rem;
        line-height: 2rem;
        font-size: 1.24rem;
    }

    .hero-container_name{
        display: flex;
        flex-direction: column;
        align-items: center;
        gap : 0.2rem;
        padding-bottom: 5rem;
    }

    .hero-container_name-text{
        color: white;
        font-size: 1.5rem;
    }

    .hero-container_name-text2{
        font-size: 1.2rem;
        color: rgb(174, 181, 191);
    }

    footer{
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 35rem 3rem 5rem 3rem;
        margin-top: -47rem;
        background-color: rgb(242, 237, 230);
        z-index: 1;
    }

    .footer_logo{
        width: 6rem;
    }

    .footer_text{
        color: rgb(68, 77, 92);
        font-size: 1.2rem;
    }

    .footer_link{
        display: flex;
        gap: 2rem;
    }

    .footer_link_img{
        width: 1.5rem;
        height: 1.5rem;
    }
}


@media (min-width: 769px){

    main{
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
    }

    header{
        width: 100%;
        padding: 4rem 4rem;
        display: flex;
        flex-direction: column;
        gap: 4rem;
    }

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

    .navbar_logo{
        width: 6rem;
        height: 2rem;
    }

    .navbar_btn{
        padding: 0.6rem 1rem;
        border-radius: 0.3rem;
        font-size: 0.8rem;
        background-color: transparent;
        font-weight: 600;
        color: rgb(6, 14, 26);
        border: 1.5px solid black;
    }

    .header_container{
        display: flex;
        padding: 0 4rem 0 1rem;
        align-items: center;
        gap: 4rem;
    }

    .header-section{
        display: flex;
        position: relative;
        
    }

    .header_text{
        position: relative;
        z-index: 2;
        display: flex;
        flex-direction: column;
        width: 70%;
    }

    .header_text_h1{
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }

    .header_text_img{
        width: 13rem;
        transform: translate(100%, 20%);
    }

    .header-section_img{
        display: none;
    }

    .header-section_img1{
        position: absolute;
        right: 0;
        top: 0;
        width: 40%;
        object-fit: cover;
        z-index: 1;
    }

    .header_text{
        display: flex;
        flex-direction: column;
        gap: 2rem;
    }

    .header_text_p{
        font-size: 3.2rem;
        line-height: 3rem;
        padding: 0;
    }

    .header_text_p span{
        font-weight: 600;
    }

    .header_text_p2{
        font-size: 0.8rem;
        color: rgb(128, 129, 140);
        padding: 0 10rem 0 0;
        line-height: 1.6rem;
    }

    .hero-container_jeremy, 
    .hero-container_jeremy2{
        display: none;
    }

    .header_text_btn{
        width: 12rem;
        padding: 0.8rem 0.5rem;
        border-radius: 0.3rem;
        border: none;
        background-color: rgb(22, 34, 56);
        color: white;
        font-size: 0.8rem;
        font-weight: 600;
    }

    .header_text_num-container{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 5rem 0 0 0 ;
        gap: 2rem;
    }

    .hero-container{
        display: flex;
        background-color: rgb(22, 34, 56);
        border-radius: 1.5rem;
        align-items: center;
        gap: 2rem;
        margin: 16rem 4rem ;
        padding: 0 5rem;
        z-index: 2;
        color: white;
    }

    .hero-container_jeremy1{
        width: 35%;
        height: 20rem;
        margin-top: -2rem;
    }

    .hero-container_text{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 2rem;
        padding: 2rem 0;
    }

    .hero-container_p{
        font-size: 1.5rem;
        color: white;
    }

    .hero-container_p span{
        font-weight: 600;
    }

    .hero-container_p2{
        color: rgb(174, 181, 191);
        line-height: 2rem;
        font-size: 1.1rem;
    }

    .hero-container_name-text{
        color: white;
        font-size: 1.1rem;
    }

    .hero-container_name-text2{
        font-size: 0.9rem;
        color: rgb(174, 181, 191);
    }

    footer{
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 15rem 4rem 5rem 4rem;
        margin-top: -25rem;
        background-color: rgb(242, 237, 230);
        z-index: 1;
    }

    .footer_logo{
        width: 6rem;
    }

    .footer_text{
        color: rgb(68, 77, 92);
        font-size: 1.2rem;
    }

    .footer_link{
        display: flex;
        gap: 2rem;
    }

    .footer_link_img{
        width: 1.5rem;
        height: 1.5rem;
    }

}

@media (min-width: 1025px){
    main{
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
    }

    header{
        width: 100%;
        padding: 4rem 4rem;
        display: flex;
        flex-direction: column;
        gap: 4rem;
    }

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

    .navbar_logo{
        width: 6rem;
        height: 2rem;
    }

    .navbar_btn{
        padding: 0.6rem 1rem;
        border-radius: 0.3rem;
        font-size: 0.8rem;
        background-color: transparent;
        font-weight: 600;
        color: rgb(6, 14, 26);
        border: 1.5px solid black;
    }
}