/*--------------------------header--------------------------*/
.CaseHeadContent {
    display: flex;
    padding-top: 21.5rem;
    padding-bottom: 12.5rem;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 2.6rem;
    align-self: stretch;
}

.caseTitle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 0.5rem;
    align-self: stretch;
}

.backBtn {
    display: flex;
    height: 3.75rem;
    padding: 0rem 1.5rem;
    justify-content: center;
    align-items: center;
    gap: 1.5rem;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.backBtn:hover{
    color: var(--white);
    background-color: var(--transparent-white-low);
}

.backBtn path{
    fill: var(--transparent-white-medium);
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.backBtn:hover path{
    fill: var(--white);
}

/*--------------------------content--------------------------*/

.caseMain {
    display: flex;
    width: 100%;
    max-width: 120rem;
    padding-bottom: 12.5rem;
    flex-direction: column;
    align-items: flex-start;
    gap: 10rem;
}

.centerContainer {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
}

.blockLeft {
    display: flex;
    padding: 0rem 7.5rem;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.625rem;
    align-self: stretch;
}

.blockCenter {
    display: flex;
    padding: 0rem 1.5rem;
    flex-direction: column;
    align-items: center;
    gap: 0.625rem;
    align-self: stretch;
}


.blockRight {
    display: flex;
    padding: 0rem 7.5rem;
    flex-direction: row;
    justify-content: right;
    gap: 0.625rem;
    align-self: stretch;
}

.blockRightNoPadding {
    display: flex;
    flex-direction: row;
    justify-content: right;
    gap: 0.625rem;
    align-self: stretch;
}

.row2 {
    display: flex;
    align-items: flex-start;
    gap: 2.5rem;
    align-self: stretch;
}

.caseText {
    display: flex;
    max-width: 40rem;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 2rem;
    align-self: stretch;
}

.jardikovoChilliLogoAndGraphic {
    display: flex;
    height: 53.625rem;
    width: 100%;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    align-self: stretch;
    position: relative;
}

.jardikovoChilliLogo {
    position: absolute;
    right: 0rem;
    top: -4.25rem;
    z-index: -1;
    max-width: 100%;
    max-width: 100%;
}

.modelviewerInPage {
    position: static;
    width: 53rem;
    max-width: 60%;
    transform: none;
    height: 40vw;
}

.closeTogether {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2.5rem;
    align-self: stretch;
}

.quote {
    display: flex;
    max-width: 40rem;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 2rem;
    align-self: stretch;
}

.AUweb {
    max-width: 67.875rem;
    width: 100%;
}

.SnorriFloorPlan {
    max-width: 74.5rem;
    width: 100%;
}

.SnorriLayers {
    max-width: 48.75rem;
    width: 100%;
}

.koopixSymbol {
    max-width: 33.1875rem;
    height: auto;
    width: 100%;
}

.koopixLogo {
   max-width: 55.625rem;
   width: 100%;
   height: auto;
}

.koopixProfilePhoto {
    max-width: 46.25rem;
    height: auto;
    width: 100%;
}

.koopixProfilePhotoSmall {
    max-width: 8.25rem;
    height: auto;
    width: 100%;
}

.koopixSets {
    max-width: 77.1875rem;
    height: auto;
    width: 100%;
}

.koopixColors {
    max-width: 37.625rem;
    height: auto;
    width: 100%;
}

.casSinger {
    max-width: 32rem;
    height: auto;
    width: 100%;
}

.casConcert {
    max-width: 62.5rem;
    height: auto;
    width: 100%;
}

.vajda {
    max-width: 30.625rem;
    height: auto;
    width: 100%;
}

.casPF {
    max-width: 63rem;
    height: auto;
    width: 100%;
}

.casNota {
    max-width: 36.25rem;
    height: auto;
    width: 100%;
}



/*--------------------------Responsive--------------------------*/

@media screen and (max-width: 1480px) {
    .CaseHeadContent {
        padding-top: 15.25rem;
        padding-bottom: 11.25rem;

    }

    .caseMain {
        padding-bottom: 7.5rem;
        gap: 7.5rem;
    }

    .blockLeft {
        padding: 0rem 5rem;

    }
    
    .blockRight {
        padding: 0rem 5rem;

    }

    .jardikovoChilliLogoAndGraphic {
        height: 46.625rem;
    }

    .jardikovoChilliLogo {
        max-width: 80%;
    }

    /* .modelviewerInPage {
        height: 43rem;
    } */
}

@media screen and (max-width: 1024px) {
    .caseMain {
        padding-bottom: 6rem;
        gap: 6rem;
    }

    .blockLeft {
        padding: 0rem 4rem;

    }
    
    .blockRight {
        padding: 0rem 4rem;

    }

    .caseText {
        gap: 1.4rem;
    }

    .jardikovoChilliLogoAndGraphic {
        height: 36.625rem;
    }

    .jardikovoChilliLogo {
        max-width: 100%;
    }

    .quote svg {
        width: 2.5rem;
        height: auto;
    }

}

@media screen and (max-width: 720px) {
    .CaseHeadContent {
        padding-top: 11.8rem;
        padding-bottom: 7.5rem;

    }

    .caseMain {
        padding-bottom: 4rem;
        gap: 4rem;
    }

    .blockLeft {
        padding: 0rem 0rem;
    }
    
    .blockRight {
        padding: 0rem 0rem;
    }

    .row2 {
        flex-direction: column;
    }

    .jardikovoChilliLogo {
        position: unset;
        height: auto;
    }

    .jardikovoChilliLogoAndGraphic {
        height: auto;
        gap: 2rem;
    }

    .modelviewerInPage {
        max-width: 100%;
        height: 100vw;
    }

    .row2 {
        gap: 1rem;
    }

    .closeTogether {
        gap: 1rem;
    }

}