#navbar {
    /* background-color: #303031 !important; */
    border-block-end-style: none;
}

.dv-peoject {
    margin-left: -17px;
}

/* Hide the images by default */
.mySlides {
    display: none;
}

/* Add a pointer when hovering over the thumbnail images */
.cursor {
    cursor: pointer;
}

.row {
    margin-left: -25px;
}

/* Next & previous buttons */
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 92%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}


/* Position the "next button" to the right */
.next {
    right: 16px;
    /* border-radius: 3px 0 0 3px; */

    /* display: flex; */
    align-items: center;
    justify-content: flex-start;
    cursor: pointer;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .105em;
    background-color: transparent;
    background-color: transparent;
}

.prev:before {
    content: "";
    position: relative;
    width: 43px;
    height: 43px;
    display: inline-block;
    vertical-align: middle;
    background: url(../images/arrow.svg) no-repeat 50%;
    background-size: contain;
    transition: .2s ease-in-out;
    margin-right: 10px;
}

.next:after {
    content: "";
    position: relative;
    width: 43px;
    height: 43px;
    display: inline-block;
    vertical-align: middle;
    background: url(../images/arrow.svg) no-repeat 50%;
    background-size: contain;
    transition: .2s ease-in-out;
    margin-left: 10px;
    transform: scale(-1);
    /* background-color: #76c164; */
}

.dv-peoject {
    margin-left: 10px;
    position: absolute;
    margin-top: 36px;
    color: #b3b3b3 !important;
}
.prev > a,
.next > a{
    color: #fff;
}
.dv-peoject:after {
    content: "";
    display: block;
    width: 77%;
    height: 1px;
    margin-left: 100px;
    opacity: 0.29;
    background-color: #b3b3b3;
    margin-top: -12px;
    margin-left: 122px;
    
}


/* On hover, add a black background color with a little bit see-through */
.prev:hover::before,
.next:hover::after {
    background-color: #76c164;
    border-radius: 12px 0px;
}

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* Container for image text */
.caption-container {
    text-align: center;
    background-color: #222;
    /* padding: 2px 16px; */
    color: white;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

/* Six columns side by side */
.column {
    float: left;
    /* width: 16.66%; */
    width: 88.66%;
    padding: 4px 0 18px 0;
    /* position: relative; */
    /* z-index: 1; */
    right: 4%;
    height: 18vh;

}

/* .slide-images{
            position: relative;
            z-index: -1;
        } */

/* Add a transparency effect for thumnbail images */
.demo {
    /* opacity: 0.6; */
}

.active,
.demo:hover {
    /* opacity: 1; */
}

.gallery-items {
    display: flex;
    flex-direction: row;
    margin-top: 31px;
}

.thumbnail-2 {
    display: flex;
    flex-direction: column;
    /* height: 73vh; */
    flex-wrap: nowrap;
    -ms-flex-align: center;
    /* overflow-y: scroll; */
    /* direction: rtl; */
    /* left: 1%; */
    /* margin-top: 42px; */

}

.sidebar {
    height: 57vh;
    overflow-y: scroll;
    direction: rtl;
    margin-top: 82px;
    left: 1%;
}

.selected {
    width: 108%;
}

::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: gainsboro;
    border-radius: 1%;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #76c164;
    border-radius: 5px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.thumbnail-2 .active {
    transform: translateX(15px);
    /* background: PaleTurquoise; */
    transition: all 100ms linear;
    border: 4px solid #76c164;
    box-shadow: 0 15px 26px -10px #76c164;
    ;
    position: relative;
    z-index: 1;
}

.thumbnail-2>.column>img {
    width: 60%;
    border-radius: 2px;
    height: 16vh;
        object-fit: cover;
}

/* @media screen and (min-width: 780px) and (max-width: 900px) {
    .thumbnail-2 {
        height: 35vh;
        max-width: 5em;
        direction: rtl;
    }

    .column {
        float: left;
        padding: 4px 0 3em 0;
    }

    .thumbnail-2 .active {
        transform: translateX(8px);

    }

    .prev,
    .next {
        font-size: 12px;
    }
} */

@media screen and (max-width: 780px) {
    .thumbnail-2 {
        display: flex;
        flex-direction: row-reverse;
    }

    .sidebar {
        height: 35vh;
        max-width: 34em;
        overflow-y: unset;
    }

    .gallery-items {
        display: flex;
        flex-direction: column-reverse;
    }

    .thumbnail-2>.column>img {
        width: 100% !important;
        border-radius: 2px;
        object-fit: cover;
        height: 105px;

    }
}

@media screen and (max-width: 900px) and (min-width:781px) {
    .thumbnail-2 {
        display: flex;
        flex-direction: row-reverse;
        height: 4vh;
        height: 15vh;
        max-width: 47em;
        flex-wrap: wrap;
        /* align-content: center; */
        margin-left: -22px;
        margin-top: 19px;

    }

    .gallery-items {
        display: flex;
        flex-direction: column-reverse;
    }

    .thumbnail-2>.column>img {
        width: 100% !important;
        border-radius: 2px;
        object-fit: cover;
        height: auto;

    }

    .column {
        float: left;
        padding-top: 4px;
        max-width: 33%;
        min-width: 30%;
        padding-bottom: 0 !important;
        height: auto;
        padding: 2px;
    }

    .thumbnail-2 .active {
        transform: translateY(0px);
        box-shadow: none;

    }

    .prev,
    .next {
        top: 18%;
        font-size: 18px;
        font-weight: 900;
        padding-top: 5px;
        padding-left: 0;
        padding-right: 0;
    }

    .mv-peoject {
        display: block !important;

    }

    .mv-peoject:after {
        content: "";
        display: block;
        width: 66%;
        height: 1px;
        margin-left: 100px;
        opacity: .29;
        background-color: #000000;
        margin-top: -12px;
        margin-left: 111px;
    }

    .dv-peoject {
        display: none;
    }

    .container,
    .container-fluid {
        /* padding-right: 25px !important; */
    }

    #details {
        padding-left: 26px;
    }

    .prev:before {
        margin-right: 5px;
    }

    .next:after {

        margin-left: 5px;
    }

    .sidebar {
        margin-top: 1px;
        height: 73vh;
        direction: rtl;
        overflow-y: unset;
        float: left;

    }

    .sidebar {
        direction: rtl;
    }
}

@media screen and (max-width: 480px) {
    .thumbnail-2 {
        height: 4vh;
        max-width: 23em;
        height: 15vh;
        max-width: 24em;
        display: flex;
        flex-wrap: wrap;
        /* align-content: center; */
        margin-left: -22px;
        margin-top: 19px;

    }

    .column {
        float: left;
        padding-top: 4px;
        max-width: 33%;
        min-width: 33%;
        padding-bottom: 0 !important;
        height: auto;
        padding: 2px;
    }

    .thumbnail-2 .active {
        transform: translateY(0px);
        box-shadow: none;

    }

    .prev,
    .next {
        top: 18%;
        font-size: 18px;
        font-weight: 900;
        padding-top: 5px;
        padding-left: 0;
        padding-right: 0;
    }

    .mv-peoject {
        display: block !important;

    }

    .mv-peoject:after {
        content: "";
        display: block;
        width: 66%;
        height: 1px;
        margin-left: 100px;
        opacity: .29;
        background-color: #000000;
        margin-top: -12px;
        margin-left: 111px;
    }

    .dv-peoject {
        display: none;
    }

    .container,
    .container-fluid {
        /* padding-right: 25px !important; */
    }

    #details {
        padding-left: 26px;
    }

    .prev:before {
        margin-right: 5px;
    }

    .next:after {

        margin-left: 5px;
    }

    .sidebar {
        margin-top: 1px;
        height: 73vh;
    }
}

@media screen and (max-width: 280px) {
    .column {
        height: 83%;
        padding: 2px;
    }

    .thumbnail-2>.column>img {

        height: 100%;
    }

    .prev,
    .next {
        top: 22%;
        font-size: 11px;
        font-weight: 900;
    }

    .next:after {
        margin-left: 1px;
    }

    .prev:before {
        margin-left: 1px;
    }

}

#details {
    padding-top: 90px !important;
}