*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-size: 100%;
    font-weight: 400;
}

:root{
    --primary-color: #002a9e;
    --secondary-color: #002a9e;
    --terciary-color: #ffffff;
}

@media (max-width:992px) {
    :root{
        font-size: 15px;
    }
}

@media (max-width: 576px) {
    :root{
        font-size: 14px;
    }
}

body{
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-optical-sizing: auto;
    background-color: #ffffff;
    margin-bottom: 0rem;
}

a{
    color: inherit;
    text-decoration: none;
}

/* ============= Grid ============= */

.container-fluid{
    padding-left: 6rem;
    padding-right: 6rem;
}

@media (max-width:992px) {
    .containerfluid {
        padding-left: 6rem;
        padding-right: 6rem;
    }

}

.row{
    --bs-gutter-x: 2rem;
}

/* ============= Header ============= */


header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: var(--secondary-color);
    height: 8rem;
    padding: auto;
    font-size: 1.50rem;
    padding-left: 6rem;
    padding-right: 6rem;
    margin-bottom: -6rem ;
    color:#ffffff;
    z-index: 10;
}


@media (max-width:992px) {
    header {
        padding: 0 3rem;
    }

    header {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        background-color: var(--secondary-color);
        height: 7rem;
        padding: auto;
        font-size: 1.25rem;
        padding-left: 3rem;
        padding-right: 3rem;
        margin-bottom: -6rem ;
        color:#ffffff;
        z-index: 10;
    }
}


header .logo{
    display: flex;
    align-items: center;
}

header .logo img{
    display: inline-block;
    margin-right: 1rem;
    width: 14rem;
}

header nav ul{
    display: flex;
    list-style: none;   
}

header nav ul li{
    margin-left: 1.5rem;
}

@media (max-width: 576px) {
    header nav ul li {
        margin-left: 1rem;
        margin-right: 0rem;
        
    }

    header .logo img{
        display: inline-block;
        margin-right: 3rem;
        width: 7rem;
        margin-left: 0rem;
    }

    header{
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        background-color: var(--secondary-color);
        height: 6rem;
        padding: auto;
        font-size: 0.80rem;
        color:#ffffff;
        z-index: 10;
    }

}

header nav ul li a{
    transition: border 0.1s;
}

header nav ul li a:hover{
    border-bottom: 1px solid var(--terciary-color);
}

/* ============= Main ============= */

main{
    margin-top: 6rem;
    min-height: calc(100vh - 12rem);
    min-height: calc((var(--vh, 1vh) * 100) - 12rem);
}

main.home{
    margin-top: 6rem;
    background-size: cover;
    background-position: center;
}

main.work{
    padding-top: 0rem;
}

main.about{
    padding: 2rem 0;
}

main.single{
    padding: 2rem 0;
}

@media (max-width:992px) {
    main.work {
        padding-top: 1rem;
    }

    main.about{
        padding: 1.5rem 0;
    }
    
    main.single{
        padding: 1.5rem 0;
    }
}

.main.card{

    width: 100%;
    height: 70%;
    padding-bottom: 60%;
    background-size: cover;
    background-position: center;
    margin-bottom: 0rem;
    padding-left: 0rem;
    padding-right: 0rem;
    transition: box-shadow 0.3s;
}

.main.card{
    margin-bottom: 1rem;
}


/* ============= home ============= */

.home-slider{
    height: calc(100vh - 8.3rem);
    height: calc((var(--vh, 0vh) * 100) - 8.3rem);
}

.home-slider-item{
    height: calc(100vh - 8.3rem);
    height: calc((var(--vh, 0vh) * 100) - 8.3rem);
    background-position: center;
    background-size: cover;
}

@media (max-width: 992px) {
    .home-slider{
        height: calc(100vh - 10rem);
        height: calc((var(--vh, 0vh) * 100) - 10rem);
    }
    
    
    .home-slider-item{
        height: calc(100vh - 7rem);
        background-position: center;
        background-size: cover;
        margin-top: 0rem;
    }
    
}

@media (max-width: 576px) {
    .home-slider{
        height: calc(100vh - 0rem);
        height: calc((var(--vh, 0vh) * 100) - 0rem);
    }
    
    .home-slider-item{
        height: calc(100vh - 0rem);
        height: calc((var(--vh, 0vh) * 100) - 0rem);
        background-position: center;
        background-size: cover;
        margin-top: 0rem;
    }

}




/* ============= Design/Work * Card ============= */

@media (max-width: 992px) {
    .work .image {
        margin-bottom: 1.0rem;
    }
}

.work-image{
    padding-top: 70%;
    background-position: center;
    background-size: cover;
    margin-bottom: 1rem;
}

.work-image + .work-image{
    margin-top: 2rem;
}

.work .image:hover .image{
    box-shadow: 0.3rem 0.3rem 0.3rem var(--secondary-color)
}

@media (max-width: 992px) {
    .work .work-text {
        margin-top: 0rem;
        margin-bottom: 0rem;
        transition: box-shadow 0.3s;
    }
}

.work .work-text{
    font-size: 1.50rem;
    line-height: 1.6;
    margin-bottom: 2rem;
    margin-top: 5rem;
    color: #002a9e;
}

@media (max-width: 992px) {
    .work .work-text{
        font-size: 1rem;
        line-height: 1.4rem;
        padding-top: 0rem;
        padding-bottom: 0rem;
        display: inline-block;
        margin-top: 3rem;
        margin-bottom: 0.50rem;
    }
    
    .work .work-separator{
        height: 1px;
        background-color: #002a9e;
        margin-bottom: 0rem;
        margin-top: 4rem;
        background-size: cover;
        background-position: center;
    }

    .container-fluid{
        padding-left: 3rem;
        padding-right: 3rem;
    }
}

@media (max-width: 576px) {
    .work .work-text{
        font-size: 1rem;
        line-height: 1.4rem;
        padding-top: 0rem;
        padding-bottom: 0rem;
        display: inline-block;
        margin-top: 2rem;
        margin-bottom: 0.50rem;
    }
    
    .work .work-separator{
        height: 1px;
        background-color: #002a9e;
        margin-bottom: 0rem;
        margin-top: 3rem;
        background-size: cover;
        background-position: center;
    }

    .container-fluid{
        padding-left: 3rem;
        padding-right: 3rem;
    }

}

.work-separator{
    height: 2px;
    background-color: #002a9e;
    margin-bottom: 0rem;
    margin-top: 5rem;
    background-size: cover;
    background-position: center;
}


/* ============= About ============= */

.about section + section{
    border-top: 0.50px solid var(--primary-color);
    margin-top: 1rem;
    padding-top: 1rem;
    color:#002a9e;
}

@media (max-width: 992px) {
    .about section + section {
        margin-top: 1rem;
        padding-top: 1rem;
    }
}

.about-text{
    padding-top: 3rem;
    text-align: left;
    padding-bottom: 1rem;
    font-size: 1rem;
    color:#002a9e;
}

.about-subtitle{
    padding-top: 3rem;
    text-align: left;
    padding-bottom: 0rem;
    font-size: 1.rem;
    color:#002a9e;
}

@media (max-width: 992px) {
    .about-text,
    .about-subtitle {
        font-size: 1rem;
        line-height: 1.3;
    }
}

.about-list {
    list-style: none;
    font-size: 1rem;
    line-height: 1.5;
}


@media (max-width: 992px) {
    .about-list {
        font-size: 1rem;
    }

    .about-text {
        display: inline-block;
        padding-top: 2rem;
        padding-bottom: 0rem;
    }

}

.about-list + .about-list{
    margin-top: 1rem;
}

@media (max-width: 576px) {
    .about-text,
    .about-subtitle {
        font-size: 0.90rem;
        line-height: 1.5;
        display: inline-block;

    }

    .about-list {
        font-size: 0.90rem;
    }

    .about-subtitle {
        margin-bottom: 0rem;
        margin-top: 1rem;
    }

    .about-text{
        display: inline-block;
        padding-top: 3rem;
        padding-bottom: 1rem;
    }

}

.about-form input{
    display: block;
    width: 100%;
    border: 1px solid var(--primary-color);
    height: 1rem;
    padding: 1rem;
    margin-bottom: 1rem;
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-size: 1.25rem;
    border-radius: 0.5rem;
}

@media (max-width: 992px) {
    .about-form textarea {
        height: 9rem;
        font-size: 0.50rem;
    }
}

.about-form textarea{
    width: 100%;
    border: 1px solid var(--primary-color);
    height: 12rem;
    padding: 1rem;
    font-family: "neue-haas-grotesk-display", sans-serif;
    margin-bottom: 1rem;
    font-size: 1.25rem;
    border-radius: 0.5rem;
}

.about-form input[type=submit]{
    background-color: transparent;
    border-radius: 4rem;
    margin-bottom: 0;
}


/* ============= Single ============= */

.container{
    width: 1920px;
    height: 1080px;
}
.single-text{
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 0.5rem;
    margin-top: 6rem;
    margin-bottom: 6rem;
    color:#002a9e;
}


@media (max-width: 576px) {
        .single-text{
        margin-bottom: 2.5rem;
    }
}

.single-separator{
    height: 1px;
    background-color: red;
    margin-bottom: 5rem;
    margin-top: 3rem;
    background-size: cover;
    background-position: center;
}

@media (max-width: 576px) {
    .single-image{
        padding-top: 70%;
        background-position: center;
        background-size: cover;
        margin-bottom: 0rem;
    }
}

.single-image{
    padding-top: 70%;
    background-position: center;
    background-size: cover;
    margin-bottom: 4rem;
}

.single-video{
    margin-bottom: 3rem;
}

.single-image + .single-image{
    margin-top: 2rem;
}

@media (max-width: 992px) {
    .single-text{
        font-size: 1rem;
        line-height: 1.6;
        margin-bottom: 0.5rem;
        margin-top: 4rem;
        margin-bottom: 5rem;
        color:#002a9e;
    }

    .single-image{
        padding-top: 70%;
        background-position: center;
        background-size: cover;
        margin-bottom: 2rem;
    }

    .single-separator{
        height: 1px;
        background-color: red;
        margin-bottom: 5rem;
        margin-top: rem;
        background-size: cover;
        background-position: center;
    }
}

@media (max-width: 576px) {
    .single-text{
        font-size: 0.90rem;
        line-height: 1.6;
        margin-bottom: 0.5rem;
        margin-top: 3rem;
        margin-bottom: 4rem;
        color:#002a9e;
    }

    .single-image{
        padding-top: 70%;
        background-position: center;
        background-size: cover;
        margin-bottom: 2rem;
    }
    
    .single-separator{
        height: 1px;
        background-color: red;
        margin-bottom: 2rem;
        margin-top: 0rem;
        background-size: cover;
        background-position: center;
    }
}
