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

/* ========== Body ========== */

body {
    font-family: neue-haas-grotesk-display, sans-serif;
    background-color: white;
}

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




/* ========== Grid ========== */
.container-fluid {
    padding-left: 2rem;
    padding-right: 2rem;
}

@media (max-width: 992px) {
    .container-fluid {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}

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


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

header {
    margin-top: 2rem;
    position: fixed;
    width: 100%;
    padding: 0;
    z-index: 100;  
 
   
 mix-blend-mode: difference;
 color: white;
  
}

.header-ig {
    text-align: right;
}

@media (max-width: 576px) {
    header {
        margin-top: 2rem;
        position: fixed;
        width: 100%;
        z-index: 100;
        align-content: space-around;
    }
}




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

main {
    min-height: calc(100vh - 8rem);
    min-height: calc((var(--vh, 1vh) * 100) - 8rem);
}

main.home {
    min-height: 100vh;
    min-height: calc((var(--vh, 1vh) * 100) - 8rem);
}


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

main.info {
    padding-top: 14rem;
}

main.single {
    padding-top: 14rem;
}

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

    main.info {
        padding-top: 12rem;
    }

    main.single {
        padding-top: 12rem;
    }
}

/* ========== Home ========== */

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

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




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

.work .card {
    margin-bottom: 3rem;
}

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


.work .card:hover .card-image-content {
    transform: scale(1.03);
}

.work .card{
    line-height: 1.15;
}


.work .card-image {
    position: relative;
    padding-bottom: 60%;
    background-color: blue;
    margin-bottom: 0.75rem;
    transition: box-sizing 0.3s;
    overflow: hidden;
}



.work .card-image-content {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transition: transform .3s;
}




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

.single-info {
    padding-bottom: 5rem;

}

.single-text{
    padding-bottom: 0;
}

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

.single-title {
    font-size: 1rem;
    line-height: 1.3;
    margin-bottom: 0.5rem;
}

@media (max-width: 992px) {
    .single-title {
    
        margin-bottom: 0.5rem;
    }
}



.single-tagline {
    font-size: 1rem;
    line-height: 1.3;
    margin-bottom: 0.5rem;
}

.single-text {
    font-size: 1rem;
    line-height: 1.3;
}
.single-subtitle {
    font-size: 1rem;
    line-height: 1.3;
}

.single-genres {
    font-size: 1rem;
    line-height: 1.3;
}

.single-images {
    list-style: none;

}

.single-image {

    padding-top: 5rem;
    padding-bottom: 5rem;
    margin-bottom: 1rem;
}

@media (max-width: 992px) {
    .single-image {

        padding-top: 2rem;
        padding-bottom: 2rem;
        margin-bottom: 1rem;
    }
}

.single-image img {
    width: 100%;
    height: auto;
    display: block;
}




/* ========== Info ========== */

.info-text {

    padding-bottom: 8rem;
    font-size: 1rem;
}

@media (max-width: 992px) {
    .info-text {
        padding-bottom: 6rem;
        font-size: 1rem;
    }
}

@media (max-width: 576px) {
    .info-text {
        padding-bottom: 3rem;
        font-size: 1rem;
    }
}

.info-image img {
    width: 100%;
    height: auto;
}

.info-image {
    width: 100%;
    height: auto;
    display: block;
    padding-bottom: 3rem;
}


.info-contact {
    
    font-size: 1rem;
}


.info-location {
    font-size: 1rem;
    padding-bottom: 2rem;
    text-align: right;
}




@media (max-width: 992px) {
    .info-image {
        width: 40%;
        padding-bottom: 1rem;
        padding-top: 1rem;
        
    }
}

@media (max-width: 576px) {
    .info-image {
        width: 100%;
        padding-bottom: 1rem;
        padding-top: 1rem;
        
    }
}
