

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Intel+One+Mono:ital,wght@0,300..700;1,300..700&display=swap');


html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
    background-color: #E9d9b0;
}

#logo-text {
    color: #b5354c;
    font-size: 8rem;
    font-family: 'Intel One Mono', monospace, 'Poppins', 'sans-serif';
}

#header-logos {
    color: #b5354c;
    display: flex;
    align-items: center;
    justify-content: space-around;
    font-size: 4rem;
    gap: 3rem;
    margin-top: 2.5rem;
    cursor: pointer;
}

header {
    background-color: #f9b32b;
    height: 30vh;
    width: 100vw;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

nav {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

#hero-text {
    color: #d85d76;
    font-family: 'Intel One Mono', monospace;
    font-size: 4rem;
    font-display: swap;
    margin-bottom: 0;
    padding: 4rem 4rem 1rem 4rem;
}

#hero-sub-heading, .heading, .sub-heading, .review-heading, .review-text, .brand-name {
    font-family: 'Intel One Mono', monospace;
    font-display: swap;
    display: flex;
    margin: 0;
}

#hero-sub-heading {
    color: #d85d76;
    font-size: 2.5rem;
    padding: 1rem 4rem;
}

.heading {
    color: #b5354c;
    font-size: 2.5rem;
    padding: 1rem 4rem;
}

.sub-heading {
    color: #d85d76;
    font-size: 2rem;
    display: flex;
    align-items: center;
    padding: 1rem 4rem;
}

.review-heading {
    color: #b5354c;
    padding: 1rem 2rem;
}

.review-text {
    color: #d85d76;
    font-size: 2rem;
    display: flex;
    align-items: center;
    padding: 1rem 2rem;
}

.brand-name {
    color: #b5354c;
    font-size: 2rem;
    padding: 1rem;
    justify-self: right;
    text-align: right;
}

.bullet {
    font-size: 0.7rem;
    margin-top: 0.3rem;
    margin-right: 0.3rem;
}

a {
    text-decoration: none;
    color: #b5354c;
}

.button {
    display: flex;
    align-self: center;
    justify-self: center;
    padding: 1rem;
    border-radius: 3rem;
    margin: 3rem;
    /* box-shadow: 0.5rem 0.5rem 0.5rem 0.5rem #b5354c; */
}

.button, .project-button {
    background-color: #d85d76;
    color: #f9b32b;
    font-family: 'Intel One Mono', monospace;
    font-display: swap;
    border: #d85d76;
    cursor: pointer;
    padding: 1rem;
    font-size: 3rem;
    border-radius: 3rem;
    margin: 3rem;
}

.button:hover , .project-button:hover {
    background-color: #b5354c;
}

.projects {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.project-card {
    width: 40vw;
    height: 60vh;
}

.review {
    width: 35vw;
    /* height: 50vh; */
    height: auto;
    background-color: #ebfb57;
    border-radius: 2rem;
    padding: 1.5rem;
}

.project-button {
    display: flex;
    align-self: center;
    justify-self: center;
}

footer {
    background-color: #f9b32b;
    height: 30vh;
    width: 100vw;
    text-align: center;
    color: #b5354c;
    font-family: 'Intel One Mono', monospace;
    font-display: swap;
}


.footer-text {
    font-size: 3rem;
    padding: 4.5rem;
}



@media (max-width: 469.99px) {

    header {
        height: 25vh;
    } 

    #logo-text {
       font-size: 2.2rem;
       margin-left: 1rem;
    }

    #header-logos {
        font-size: 1.2rem;
        gap: 0.8rem;
        margin-top: 1rem;
        margin-right: 1rem;
    }

    #hero-text {
        font-size: 1.8rem;
        padding: 1rem 1rem 0.2rem 1rem;
    }

    #hero-sub-heading, .heading {
        font-size: 1.3rem;
        padding: 0.5rem 1rem 0.2rem 1rem;
    }

    .sub-heading {
        font-size: 1.2rem;
        padding: 0.5rem 1rem 0.5rem 1rem;
    }

    .button, .project-button {
        font-size: 1.3rem;
        margin: 1.3rem;
    }

    .project-card {
        width: 50vw;
        height: 50vh;
    }

    .review {
        width: 30vw;
        height: auto;
    }

    .review-heading {
        font-size: 1.5rem;
        padding: 0.5rem 0rem;
    }

    .review-text {
        font-size: 1.2rem;
        padding: 0.5rem 0rem;
    }

    .brand-name {
        font-size: 1.2rem;
        padding-right: 0;
    }

    .footer-text {
        font-size: 1rem;
        padding: 1.5rem;
    }


}


@media (min-width: 470px) and (max-width: 767.99px) {

    header {
        height: 25vh;
    } 

    #logo-text {
    font-size: 2.5rem;
    }

    #header-logos {
        font-size: 1.5rem;
        gap: 0.8rem;
        margin-top: 1rem;
    }

    #hero-text {
        font-size: 2rem;
        padding: 2rem 2rem 0.5rem 2rem;
    }

    #hero-sub-heading, .heading {
        font-size: 1.5rem;
        padding: 0.5rem 2rem 0.5rem 2rem;
    }

    .sub-heading {
        font-size: 1.3rem;
        padding: 0.5rem 2rem 0.5rem 2rem;
    }

    .button, .project-button {
        font-size: 1.3rem;
        margin: 1.3rem;
    }

    .project-card {
        width: 50vw;
        height: 50vh;
    }

    .review {
        width: 30vw;
        height: auto;
    }

    .review-heading {
        font-size: 1.5rem;
        padding: 0.5rem 0rem;
    }

    .review-text {
        font-size: 1.3rem;
        padding: 0.5rem 0rem;
    }

    .brand-name {
        font-size: 1.3rem;
        padding-right: 0;
    }

    .footer-text {
        font-size: 1rem;
        padding: 1.5rem;
    }
}

@media (min-width: 768px) and (max-width: 1024.99px) {
    

    header {
        height: 25vh;
    } 

    #logo-text {
    font-size: 2.5rem;
    }

    #header-logos {
        font-size: 1.5rem;
        gap: 0.8rem;
        margin-top: 1rem;
    }

    #hero-text {
        font-size: 2rem;
        padding: 2rem 2rem 0.5rem 2rem;
    }

    #hero-sub-heading, .heading {
        font-size: 1.5rem;
        padding: 0.5rem 2rem 0.5rem 2rem;
    }

    .sub-heading {
        font-size: 1.3rem;
        padding: 0.5rem 2rem 0.5rem 2rem;
    }

    .button, .project-button {
        font-size: 1.3rem;
        margin: 1.3rem;
    }

    .project-card {
        width: 50vw;
        height: 50vh;
    }

    .review {
        width: 30vw;
        height: auto;
    }

    .review-heading {
        font-size: 1.5rem;
        padding: 0.5rem 0rem;
    }

    .review-text {
        font-size: 1.3rem;
        padding: 0.5rem 0rem;
    }

    .brand-name {
        font-size: 1.3rem;
        padding-right: 0;
    }

    .footer-text {
        font-size: 2rem;
        padding: 3.5rem;
    }
}

@media (min-width: 1025px) and (max-width: 1200.99px) {
    
    
    header {
        height: 25vh;
    } 

    #logo-text {
    font-size: 3rem;
    }

    #header-logos {
        font-size: 2rem;
        gap: 0.8rem;
        margin-top: 1rem;
    }

    #hero-text {
        font-size: 2.5rem;
        padding: 2rem 2rem 0.5rem 2rem;
    }

    #hero-sub-heading, .heading {
        font-size: 1.5rem;
        padding: 0.5rem 2rem 0.5rem 2rem;
    }

    .sub-heading {
        font-size: 1.3rem;
        padding: 0.5rem 2rem 0.5rem 2rem;
    }

    .button, .project-button {
        font-size: 1.5rem;
        margin: 1.3rem;
    }

    .project-card {
        width: 50vw;
        height: 50vh;
    }

    .review {
        width: 30vw;
        height: auto;
    }

    .review-heading {
        font-size: 1.5rem;
        padding: 0.5rem 0rem;
    }

    .review-text {
        font-size: 1.3rem;
        padding: 0.5rem 0rem;
    }

    .brand-name {
        font-size: 1.3rem;
        padding-right: 0;
    }

    .footer-text {
        font-size: 3rem;
        padding: 4.5rem;
    }
}