﻿
#GalleryPageSection2 .tab-content {
    display: block !important;
}

.Gallerythumbbox {
    display: block !important;
}

.GalleryPageNavbarLink {
    color: #fff;
}

.GalleryImgTxtBox {
    cursor: pointer;
    height: 310px;
    width: 100%;
}

    .GalleryImgTxtBox img {
        border-radius: 30px;
        border: 4px solid #fff;
        height: 100%;
        width: 100%;
    }

        .GalleryImgTxtBox img:hover {
            transform: translate(0px, 0px) scale(1.04);
            transition: 0.3s ease-in-out;
        }

.modal-body {
    padding: 0 !important;
}

.popup-nav-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 2em;
    color: white;
    text-decoration: none;
    background: rgba(0, 0, 0, 0.5);
    padding: 10px;
    z-index: 1055;
    display: block;
    cursor: pointer;
}

    .popup-nav-button.left {
        left: 10px;
    }

    .popup-nav-button.right {
        right: 10px;
    }

#myTabContent {
    display: block !important;
}

.TitleOfPage {
  
    color: #000;
}

#GalleryContainer {
    background-color: #fff;
}

.nav-tabs {
    border-bottom: 1px solid #6e0002;
}

    .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
        color: #fff;
        background-color: #6e0002;
        border-color: #6e0002 #6e0002 #6e0002;
    }

    .nav-tabs .nav-link {
        margin-bottom: -1px;
        background: 0 0;
        border: 1px solid transparent;
        color: #000;
    }

        .nav-tabs .nav-link:hover {
            border-color: #6e0002 #6e0002 #6e0002;
            isolation: isolate;
            color: #fff;
            background: #6e0002;
        }

@media (max-width: 991px) {
    .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
        padding-left: 5px;
        padding-right: 5px !important;
    }
    .GalleryPageNavbarBox {
        right: 0;
        height: auto;
        width: auto;
        position: relative;
        top: 0;
        padding: 0;
        box-shadow: none;
        overflow: hidden;
        display: flex;
        gap: 25px;
        background: none;
    }
    .GalleryPageNavbarBox li {
    }
}
@media (max-width: 575px) {
   
    .GalleryPageNavbarBox {
        
        gap: 5px;
       
    }

        .GalleryPageNavbarBox li {
            width: auto;
            padding: 0px;
        }
}
.GalleryPageNavbarLinkBox {
}
