.page-template-Template-main-gallery {
    overflow: hidden !important;
}

.page-main-gallery {
    background: rgba(0, 0, 0, 0.4);
    width: 100vw;
    height: calc(100vh - 70px);
    padding-top: 70px;
}

.page-main-gallery .breadcrumb-wrapper {
    background: transparent;
    padding: 24px 100px;
    position: absolute;
    display: flex;
    top: 0;
    width: 100%;
    margin: 0;
    z-index: 9;
}

.page-main-gallery .breadcrumb-wrapper li,
.page-main-gallery .breadcrumb-wrapper li a {
    color: white;
    font-size: 14px;
    letter-spacing: 1.4px;
}

.page-main-gallery .breadcrumb-wrapper .breadcrumb-list {
    padding: 0 15px;
    font-size: 12px;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    position: relative;
}

.page-main-gallery .breadcrumb-wrapper .breadcrumb-list::after {
    position: absolute;
    content: '';
    width: 1px;
    height: 100%;
    top: 0;
    background: white !important;
    right: 0px;
}
.page-main-gallery .breadcrumb-wrapper .breadcrumb-list:first-of-type {
    padding-left: 0;
}
.page-main-gallery .breadcrumb-wrapper .breadcrumb-list:last-of-type::after {
    content: none;
}

.page-main-gallery .breadcrumb-item+.breadcrumb-item::before {
    color: white;
}

.page-main-gallery .main-gallery-content {
    background: #1D1C1B;
    height: calc(100vh - 70px);
    position: relative;
}

.page-main-gallery .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 100px;
    transform: translateY(-50%);
}

.page-main-gallery .owl-nav button {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    transition: .3s;
    background: transparent;
    outline: none;
}

.page-main-gallery .owl-nav button:hover {
    background: rgba(0, 0, 0, 0.8);
}

.page-main-gallery .owl-nav button span {
    line-height: 40px;
    font-size: 40px;
    color: white;
    font-weight: 100;
}

.page-main-gallery .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -30px;
    /* display: none; */
}

.page-main-gallery .owl-dots button {
    width: 8px;
    height: 8px;
    background: #A79D96;
    transform: rotate(45deg);
    position: relative;
    border: none;
    outline: none;
}

.page-main-gallery .owl-dots button:not(:last-child) {
    margin-right: 14px;
}

.page-main-gallery .owl-dots button.active {
    background: white;
}

.page-main-gallery .owl-dots button.active::after {
    content: '';
    width: 16px;
    height: 16px;
    position: absolute;
    left: -50%;
    top: -50%;
    border: 1px solid white;
}

.page-main-gallery .tab-list {
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-wrap: wrap;
    position: absolute;
    left: 8;
    bottom: 40px;
    width: calc(100% - 16px);
}

.page-main-gallery .tab-list button {
    width: 125px;
    padding: 5px;
    margin: 8px;
    border: 1px solid #424242;
    display: flex;
    align-items: center;
    height: 60px;
    background: transparent;
    color: white;
    font-size: 16px;
    font-weight: bold;
    justify-content: center;
    outline: none;

}

.page-main-gallery .tab-list button:hover {
    border: 1px solid #A79D96;
}

/* .page-main-gallery .tab-list button:not(:last-child) {
    margin-right: 16px;
} */

.page-main-gallery .tab-list button img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.page-main-gallery .tab-list button.active {
    border: 1px solid #A79D96;
    background: #1D1C1B;
    box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 0.20);
}

.page-main-gallery .main-gallery-carousel {
    display: none;
}

.page-main-gallery .main-gallery-carousel.active {
    display: block;
}

.logo_banner_animation {
    position: fixed;
    left: 0;
    top: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    z-index: 9;
    pointer-events: none;
}

.logo_banner_animation .lg_bgcut {
    width: 100%;
    height: 100%;
}

.logo_banner_animation .lg_bgcut img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.logo_anim {
    width: 164px;
    height: 164px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.logo_anim img {
    width: 100%;
}

.logo_anim::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    content: '';
    z-index: -1;
    border-radius: 50%;
}

.page-main-gallery .logo_banner_animation{
    background-color:black;
    z-index:9999;
}

.page-main-gallery .logo_banner_animation .lg_bgcut,
.page-main-gallery .logo_banner_animation .logo_anim{
    filter: invert(1);
    opacity: 0.8;
}


.owl-dots-container {
    width: 8rem;
    overflow: hidden;
    display: block;
    margin: 0.625rem auto;
    height: 2rem;
    position: relative;
    padding-left: 5px;
    padding-right: 5px;
    margin-top: -10px;
  }
  
  .owl-dots-container > .owl-dots {
    padding: 0;
    display: flex;
    transition: all 0.25s;
    position: relative;
    margin: 0;
    list-style: none;
    transform: translateX(0);
    align-items: center;
    bottom: unset;
    height: 100%;
    width:100%;
    display: flex;
    justify-content: left;
  }
  .owl-dots-container > .owl-dots .owl-dot {
    margin: 0 0.25rem;
  }
  
  .owl-dots-container > .owl-dots .owl-dot span {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 8px;
    height: 8px;
    padding: 0.3125rem;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: 0 0;
  }
  
  .owl-dots button:before {
    display: none;
  }


@media screen and (min-width: 768px) {

    .page-main-gallery .main-gallery-carousel,
    .page-main-gallery .owl-stage-outer,
    .page-main-gallery .owl-stage-outer .owl-stage {
        height: calc(100vh - 220px);
    }

    .page-main-gallery .main-gallery-carousel .owl-item.active {
        clip-path: polygon(0 0, 100% 17%, 100% 83%, 0 100%);
        filter: brightness(0.3);
        width: 17vw !important;
    }

    .page-main-gallery .main-gallery-carousel .owl-item.active .owl-slide figure img {
        height: calc(100vh - 220px);
        width: 100%;
        object-fit: cover;
    }

    .page-main-gallery .main-gallery-carousel .owl-item.center.active {
        width: calc(100vw - 34vw - 100px) !important;
        clip-path: none;
        filter: none;
    }

    .page-main-gallery .main-gallery-carousel .owl-item.center+.owl-item {
        clip-path: polygon(0 17%, 100% 0, 100% 100%, 0 83%);
        filter: brightness(0.3);
        width: 17vw !important;
    }

    .page-main-gallery .main-gallery-carousel .owl-item.center+.owl-item .owl-slide figure img {
        height: calc(100vh - 220px);
        width: 100% !important;
        object-fit: cover;
    }

    .page-main-gallery .main-gallery-carousel .owl-item.center.active figure img {
        width: 100%;
        height: 100%;
        max-width: 100%;
        max-height: calc(100vh - 460px);
        object-fit: cover;
    }


    
}

@media (min-width: 1600px) {
    .page-main-gallery .main-gallery-carousel .owl-item.center.active figure img {
        max-height: calc(100vh - 440px);
    }
}

.page-main-gallery .main-gallery-carousel .owl-item.center.active figure {
    display: flex;
    align-items: center;
    justify-content: center;
}




.page-main-gallery .owl-stage {
    display: flex;
    align-items: center;
}
.page-template-Template-main-gallery .otgs-development-site-front-end{
    display: none;
}

@media screen and (max-width: 1600px) {
    .page-main-gallery .main-gallery-carousel .owl-item.center.active figure img {
        max-height: calc(100vh - 410px);
    }
}

@media screen and (max-width: 1500px) {
    .page-main-gallery .main-gallery-carousel .owl-item.center.active figure img {
        max-height: calc(100vh - 380px);
    }
}


@media screen and (max-width: 1350px) {
    .page-main-gallery .main-gallery-carousel .owl-item.center.active figure img {
        max-height: calc(100vh - 360px);
    }
}

@media screen and (max-width: 1280px) {
    .page-main-gallery .breadcrumb {
        padding: 20px 40px;
    }

    .page-main-gallery .owl-nav {
        padding: 0 70px;
    }

    .page-main-gallery .breadcrumb-wrapper {
        padding: 20px 40px;
    }

    .page-main-gallery .breadcrumb-wrapper li,
    .page-main-gallery .breadcrumb-wrapper li a {
        font-size: 12px;
    }
}

@media screen and (max-width: 1100px) {
    .page-main-gallery .owl-nav {
        padding: 0 45px;
    }

    .page-main-gallery .breadcrumb-wrapper {
        padding: 20px 45px;
    }
}

@media screen and (max-width: 950px) {
    .page-main-gallery .owl-nav {
        padding: 0 30px;
    }
    .page-main-gallery .owl-dots {
        display: none;
    }
    .page-main-gallery .breadcrumb-wrapper {
        padding: 16px 30px;
    }
}

@media screen and (max-width: 767px) {
    .page-main-gallery #main-gallery {
        padding-top: 40px;
    }

    .page-main-gallery .main-gallery-carousel {
        max-height: calc(100% - 280px);
    }

    .page-main-gallery .main-gallery-carousel .owl-item figure img {
        /* max-height: calc(100vh - 280px); */
        max-height: calc(100vh - 380px);
        object-fit: cover;
        height: 300px;
    }

    /* .page-main-gallery .main-gallery-carousel .owl-item.center.active figure img {
        max-height: calc(100vh - 280px);
    } */
    .page-main-gallery .main-gallery-carousel .owl-item.center.active figure img {
        max-height: calc(100% - 380px);
        object-fit: cover;
        height: 300px;
    }
    
   
    .page-main-gallery .tab-list {
        /* bottom: 50px; */
        bottom: 130px;
        width: 100%;
    }

    .page-main-gallery .tab-list button {
        width: 110px;
        height: 50px;
    }

    .page-main-gallery .owl-nav button {
        background: rgba(0, 0, 0, 0.8) !important;
    }
}

@media screen and (max-width: 576px) {
    .page-main-gallery {
        /* padding-top: 60px;
        height: calc(100vh - 60px); */
        padding-top: 60px;
        height: auto;
        /* overflow-y: scroll; */
    }

    .page-main-gallery .breadcrumb-wrapper .breadcrumb-list:first-of-type{
        padding-left: 0px !important;
    }

    .page-main-gallery .main-gallery-content {
        min-height: calc(100% - 60px);
    }

    .page-main-gallery .owl-nav {
        padding: 0 16px;
    }

    .page-main-gallery .breadcrumb-wrapper {
        padding: 12px 16px;
    }

}