.gallery-sec {
    padding-top: 5rem;

}


h2 {
    color: #c63938;
}

#img-01 {
    background-image: url(../images/back.jpg);
}

#img-02 {
    background-image: url(../images/chic-modern-luxury-aesthetics-style-living-room-gray-tone_53876-132806.jpg);
}

#img-03 {
    background-image: url(../images/bohmian.jpg);
}

#img-04 {
    background-image: url(../images/87160.jpg);
}

#img-05 {
    background-image: url(../images/3d-room-interior-design-with-geometric-shapes-generative-ai_191095-459.jpg);
}

.img-sec img {
    width: 100%;
    object-fit: cover;
    height: 500px;
}

.img-sec {
    padding-left: 5px;
    padding-right: 5px;
}

.row>.column {
    padding: 0 8px;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

/* The Modal (background) */
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    padding-top: 10px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    overflow: auto;
    background-color: #f5f5f5;
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #f5f5f5;
    margin: auto;
    border: 0;

    padding: 0;
    width: 90%;
    max-width: 1200px;
}

/* The Close Button */
.close {
    color: black;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
}

.mySlides {
    display: none;
}

.cursor {
    cursor: pointer;
}

.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: black;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}

.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}


.numbertext {
    color: #999;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

img {
    margin-bottom: -4px;
}

.caption-container {
    text-align: center;
    background-color: #f5f5f5;
    padding: 10px;
    color: #c63938;

}

#caption {
    margin-bottom: 0;
}

.demo {
    opacity: 0.6;
}

.active,
.demo:hover {
    opacity: 1;
}

img.hover-shadow {
    transition: 0.3s;
}

.hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.test-row {
    display: flex;
    justify-content: center;

}

.modal-content img {
    max-height: 60vh;
    object-fit: contain;
    background-color: #f5f5f5;
}

.test-row .column img {
    height: 200px;

}

.column {
    width: 20%;
}

.column img {
    width: 100%;
    object-fit: cover;
    padding: 10px;
}

.gal-first-section {
    padding-top: 10rem;
    height: auto;
}

.nav-item a {
    color: black !important;
}

.navbar-background {
    background-color: #f5f5f5;
    z-index: 99;
}

@media only screen and (max-width: 992px) {

    .wrapper-small {
        width: 100%;
        text-align: center;
    }



    .gal-first-section .border-line {
        border: none;
    }

    .gal-first-section .border-line {
        padding: 0;
        text-align: center;
    }

    .gal-first-section .col-lg-6 {
        padding: 0;
        display: block;
        justify-content: center;
        align-items: center;
    }

    .test-row .column img {
        height: 70px;
    }

    .column img {
        padding: 2px;
    }

}