/* gallery page header section */

.gallery-page-header-section{
    background-image: url('../images/gallery-header-background.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
}

@media only screen and (max-width: 850px){
    .gallery-page-header-section{
        height: 55vh;
    }
}

/* testimonials page body section */

.gallery-page-body-section{
    background-image: url('../images/modal-background.png');
    background-size: contain;
    background-position: right bottom;
    background-repeat: no-repeat;
    border-top: 0.063em solid #474747;
    padding-bottom: 3em;
}

.gallery-page-body-section-tabs a{
    font-size: 1.375em;
    text-decoration: none;
    color: #808080;
    font-weight: 400;
    padding: 0.4em 0px;
    display: block;
}

.gallery-page-body-section-tabs a.active{
    font-weight: 500;
    color: #000;
    border-bottom: 0.1em solid #fb0212;
}

.gallery-page-body-tab{
    padding: 0em 6em;
}

.gallery-page-body-section-intro{
    padding: 3em 0px;
    border-bottom: 0.063em solid #474747;
}

.gallery-page-body-section-intro h3{
    color: #303030;
    font-size: 1.2rem;
    font-weight: 400;
    max-width: 62%;
    margin-left: auto;
    text-align: right;
}

.gallery-page-body-section-bottom-tabs{
    border-bottom: 0.063em solid #474747;
}

.gallery-page-body-section-bottom-tabs a{
    font-size: 1.375em;
    text-decoration: none;
    color: #808080;
    font-weight: 400;
    padding: 0.4em 0px;
    display: block;
}

.gallery-page-body-section-bottom-tabs a.active{
    font-weight: 500;
    color: #fb0212;
}

.gallery-page-body-tab-grid{
    padding-top: 4em;
    padding-bottom: 1em;
}

.gallery-page-body-tab-grid img{
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: contain;
    background: #ebebeb;
    margin-top: 1em;
}

.gallery-page-body-tab-grid p{
    text-transform: uppercase;
    color: #808080;
    font-weight: 400;
    font-size: 1em;
    margin-top: 0.5em;
    margin-bottom: 0.2em;
}

.gallery-page-body-tab-grid h3{
    color: #000;
    font-weight: 500;
    font-size: 1.4em;
    text-transform: uppercase;
    margin-bottom: 2em;
}

@media only screen and (max-width: 850px){
    .gallery-page-body-tab{
        padding: 0px 20px;
    }

    .gallery-page-body-section-intro{
        padding: 20px 0px;
    }

    .gallery-page-body-section-intro h3{
        font-size: 16px;
        margin: auto;
        max-width: 100%;
        text-align: center;
    }

    .gallery-page-body-tab-grid p{
        font-size: 15px;
    }

    .gallery-page-body-tab-grid h3{
        font-size: 19px;
        margin-bottom: 25px;
    }

    .gallery-page-body-tab-grid{
        padding-top: 25px;
        padding-bottom: 25px;
    }
}