#gallery-section {
    position: relative;
    background-color: var(--dark-grey);
    z-index: 2;
}

#gallery-section .container-fluid {
    padding: 0;
}

.gallery-slider .image-wrapper {
    padding: 5px;
}

.gallery-slider .photo-image-inner {
    padding: 5px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    height: 407px;
    width: 100%;
}

.gallery-slider .photo-image-inner img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#gallery-bottom {
    margin-top: 20px;
}

#gallery-bottom .row {
    justify-content: space-between;
}

#gallery-bottom .slider-button-wrapper {
    padding: 0 45px;
}

#gallery-bottom .slider-button-wrapper a {
    width: 30px;
    height: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background-color: var(--light-grey);
}

#gallery-bottom .slider-button-wrapper a:hover,
#gallery-bottom .slider-button-wrapper a:focus {
    background-color: var(--white);
}

#gallery-bottom .prev-image {
    mask: url('../../images/left-slider-arrow.svg') no-repeat center;
    -webkit-mask: url('../../images/left-slider-arrow.svg') no-repeat center;
    width: 30px;
    height: 30px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

#gallery-bottom .next-image {
    mask: url('../../images/right-slider-arrow.svg') no-repeat center;
    -webkit-mask: url('../../images/right-slider-arrow.svg') no-repeat center;
    width: 30px;
    height: 30px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

.projects-button-wrapper {
    display: flex;
}

.gallery-slider .slick-dots {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    margin-top: 30px;
}

.gallery-slider .slick-dots li {
    padding: 0 7px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.gallery-slider .slick-dots li button {
    outline: none;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: none;
    background: rgba(223, 223, 223, 0.15);
    font-size: 0;
    color: rgba(223, 223, 223, 0.15);
}

.gallery-slider .slick-dots li.slick-active button {
    background: rgba(223, 223, 223, 0.4);
}

@media (max-width: 1199.9px) {
    .gallery-slider .photo-image-inner {
        height: 320px;
    }
}

@media (max-width: 575.8px) {
    .gallery-slider .photo-image-inner {
        height: 256px;
    }
}

@media (max-width: 480px) {
    #gallery-bottom {
        margin-top: 30px;
    }

    #gallery-bottom .row {
        justify-content: center;
    }

    #gallery-bottom .slider-button-wrapper {
        display: none;
    }

    /*.gallery-slider .photo-image-inner {*/
    /*    height: 320px;*/
    /*}*/
}

/*
=====================
FIRST SECTION
=====================
 */
#first-section {
    padding: 80px 0;
    background-color: var(--dark-grey);
    position: relative;
    z-index: 2;
    padding-bottom: 550px;
}

@media (max-width: 767.8px) {
    #first-section {
        padding-top: 50px;
        padding-bottom: 500px;
    }
}

/*
=====================
PRESENTATION SECTION
=====================
 */
#presentation-section {
    margin-top: -470px;
    position: relative;
    z-index: 2;
    min-height: 480px;
}

.photography-column {
    padding: 0 30px;
}

#photography.photography-column {
    border-right: 1px solid rgba(0, 0, 0, .1);
}

.photography-column-inner {
    width: 450px;
    flex-basis: 450px;
    max-width: 100%;
    margin: 0 auto;
}

.photography-column-inner h3 {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-content: center;
    line-height: 40px;
}

.photography-column-inner h3 .text {
    padding-left: 20px;
}

.photography-column-inner h3 .icon {
    width: 40px;
    height: 40px;

    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

#photography h3 .icon {
    background-image: url('../../images/photography.svg');
}

#videography h3 .icon {
    background-image: url('../../images/videography.svg');

}

.photography-column-inner .accordion > .card {
    border-radius: 0;
    background: rgba(255, 255, 255, 0);
    background-color: rgba(255, 255, 255, 0);
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.photography-column-inner .accordion > .card > .card-header {
    padding: 0;
    background: rgba(255, 255, 255, 0);
    background-color: rgba(255, 255, 255, 0);
    border-bottom: none;
}

.photography-column-inner .accordion > .card > .card-header button {
    font-size: 20px;
    color: #000000;
    font-weight: 500;
    padding: 16px 0;
    border-radius: 0;
    position: relative;
}

.photography-column-inner .accordion > .card > .card-header button.collapsed {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.photography-column-inner .accordion > .card > .card-header button:hover,
.photography-column-inner .accordion > .card > .card-header button:focus {
    box-shadow: none;
    outline: none;
    text-decoration-line: none;
}

.photography-column-inner .accordion .card-body {
    padding: 10px 0;
}

.photography-column-inner .accordion .card-body p {
    font-size: 16px;
    line-height: 22px;
    color: #3d3d3d;
    font-weight: 400;
}

.card-header button .icon {
    width: 18px;
    height: 18px;
    position: absolute;
    right: 0;
    top: calc(50% - 9px);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.card-header button .icon.icon-plus {
    background-image: url("../../images/plus.svg");
}

.card-header button .icon.icon-minus {
    background-image: url("../../images/minus.svg");
}

.card-header button.collapsed .icon-minus {
    opacity: 0;
}

.card-header button.collapsed .icon-plus {
    opacity: 1;
}

.card-header button .icon-minus {
    opacity: 1;
}

.card-header button .icon-plus {
    opacity: 0;
}

@media (max-width: 767.8px) {
    #photography.photography-column {
        border: none;
        margin-bottom: 30px;
        padding: 0 30px;
    }

    .photography-column-inner h3 {
        justify-content: center;
    }
}

@media (max-width: 575.8px) {

}

/*
========================
SERVICE BANNER
========================
 */

#service-banner {
    border: none;
}

#service-banner h3 {
    width: 100%;
}