.main-hero {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}


.gallary-section {
    display: block;
    width: 100%;
    /* min-height: 100vh; */
    position: relative;
    margin: 0 auto;
}


/* ////////////////////////// grid section start ////////////////////////////////// */

.grid-loader-bx {
    width: 100%;
    height: 450px;
    margin: 10px auto 0px auto;
    overflow-y: scroll;
}

.grid-loader-bx::-webkit-scrollbar {
    width: 3px;
}

.grid-loader-bx::-webkit-scrollbar-track {
    box-shadow: none;
}

.grid-loader-bx::-webkit-scrollbar-thumb {
    background-color: #fff;
}


.gallery-grid {
    width: 100%;
}

.gallery_parent {
    overflow: hidden;
}

.gallery_parent>div {
    position: relative;
    float: left;
    width: 24%;
    margin-bottom: 10px;
    background-size: cover;
    background-position: center;
    margin-left: 1%;
}

.gallery_parent>div>img {
    width: 8%;
    position: absolute;
    bottom: 0px;
}

.gallery-hover {
    background: rgba(255, 255, 255, .9);
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    opacity: 0;
}

.gallery-dtls {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    height: 90%;
}

.gallery-dtls p {
    position: absolute;
    left: 0%;
    top: 0%;
    width: 100%;
    color: #b3b3b3;
    font-size: 14px;
    font-family: 'OnePlus Sans Display' !important;
}

.gallery-dtls h3 {
    text-transform: uppercase;
    font-size: 16px;
    position: absolute;
    left: 0%;
    bottom: 0%;
    width: 100%;
    color: #666666;
    font-weight: 400;
    font-family: 'OnePlus Sans Display' !important;
}

.gallery_parent>div:hover .gallery-hover {
    opacity: 1;
    cursor: pointer;
}

.loader-bx {
    margin: 30px auto;
    text-align: center;
    width: 100%;
}

.loader-bx .grid-loader {
    width: 200px;
}

/* ////////////////////////// grid section end ////////////////////////////////// */



/* ////////////////////////// custome model start ////////////////////////////////// */

.custom-model-main {
    text-align: center;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /* z-index: 1050; */
    -webkit-overflow-scrolling: touch;
    outline: 0;
    opacity: 0;
    -webkit-transition: opacity 0.15s linear, z-index 0.15;
    -o-transition: opacity 0.15s linear, z-index 0.15;
    transition: opacity 0.15s linear, z-index 0.15;
    z-index: -1;
    overflow-x: hidden;
    overflow-y: auto;
}

.custom-model-inner {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    display: inline-block;
    vertical-align: middle;
    width: 500px;
    margin: 30px auto;
    max-width: 97%;
}

.custom-model-wrap {
    display: block;
    width: 100%;
    position: relative;
    background-color: #2b2c4e;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0;
    text-align: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-height: calc(100vh - 70px);
    right: 0px;
}

.model-open .custom-model-inner {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    position: relative;
    z-index: 999;
}


.details-des {
    padding: 20px;
}

.model-open .bg-overlay {
    background: rgba(0, 0, 0, 0.6);
    z-index: 99;
}

#GalleryHeader {
    color: #666666;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.pre-next-bx .pre-btn {
    position: absolute;
    top: 40%;
    left: 2%;
    transform: translateY(-60%);
    cursor: pointer;
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: rgba(255, 255, 255, .7);
    border-radius: 50%;
}

.pre-next-bx .pre-btn img {
    width: 8px;
    height: 14px;
}

.pre-next-bx .next-btn {
    position: absolute;
    top: 40%;
    right: 2%;
    transform: translateY(-60%);
    cursor: pointer;
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: rgba(255, 255, 255, .7);
    border-radius: 50%;
}

.pre-next-bx .next-btn img {
    width: 8px;
    height: 14px;
    transform: rotate(180deg);
}

#GalleryDesc {
    color: #b3b3b3;
}

.bg-overlay {
    background: rgba(0, 0, 0, 0);
    height: 100vh;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    -webkit-transition: background 0.15s linear;
    -o-transition: background 0.15s linear;
    transition: background 0.15s linear;
}

.close-btn {
    position: absolute;
    right: 0px;
    top: 1px;
    cursor: pointer;
    z-index: 99;
    font-size: 16px;
    color: #fff;
    background: rgba(197, 0, 0, .8);
    height: 25px;
    width: 25px;
    border-radius: 0px;
}


.model-open {
    z-index: 99999;
    opacity: 1;
    overflow: hidden;
}

/* ////////////////////////// custome model end ////////////////////////////////// */