/* header */
.header_bg{
    background: url('../images/header.png') no-repeat center;
    background-size:cover;
    height: 13vh;   
    background-color: #fff; 
}
.menu-bg{
    padding-top: 0px;
}
.navbar-collapse {
    flex-grow: 0;
}
/*nav.navbar.navbar-expand-lg.bg-white.navbar-light.fixed-top.py-0{
    position: relative;
    top: 0px;
}*/
.sticky.is-sticky {
    position: fixed;
    left: 15px;
    right: 0;
    top: 0;
    z-index: 1000;
    width: 100%;
    color: red !important;
}
button.navbar-toggler{
    outline: none;
}
/*.top-header {
    background-color: #830052;
    color: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 15px;
}*/
.top-header {
    padding-top: 10px !important;
}
.web-logo{
    position: absolute;
    bottom: 4px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.ph-no-in-header, .email-icon {
    display: flex;
    padding-top: 5px;
    align-items: center;
    /*height: 24px;*/
}
 .cont_detail{
    position: relative;
    top: 0px;
 }

/* header */

/* home page */

.carousel-item img {
    width: 100%;
    height: 80vh;
    object-fit: cover;
}
#slider-animation {
    max-height: 550px;
}
.heading-box h2 {
    width: 100%;
    color: red;
}
.carousel-item img {
    width: 100%;
}
.slideInRight h2 {
    font-size: 45px;
    color: #fff;
    margin-bottom: 10vh;
}
.text-box {
    position: absolute;
    top: 56%;
    left: 15%;
    right: 15%;
    color: #000;
    transform: translateY(-50%);
}
.carousel-control-prev-icon {
    background-image: none;
}
.carousel-control-next-icon {
    background-image: none;
}
.carousel-control-next-icon,
.carousel-control-prev-icon i {
    color: #fff;
    font-size: 30px;
}
.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: -2%;
}

/* Exhibits Page */

.iconss{
    color: #ff5253;
}   
.exhibits-banner-bg {
    background: url(../images/exhibit/exhibit-banner-bg.jpg) no-repeat;
    height: 70vh;
    width: 100%;
    object-fit: cover;
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
}
.banner-text h1 {
    color: #fff;
}

/* Shop Page */

ul.nav.nav-tabs.sc-tabs.horizontal-scroll{
    font-size: 16px !important;
    font-weight: 900;
    letter-spacing: 1px;
    color: #002840;
}

.shop-banner-bg {
    background: url(../images/shop/shop-banner-bg.jpg) no-repeat;
    height: 70vh;
    width: 100%;
    object-fit: cover;
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}

.Product-item > .Product-detials {
    margin: auto;
    margin-top: 20px;
}
.item-list > .row {
    margin: 0 -3px;
}
.preview-pic {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.preview-thumbnail.nav-tabs {
    border: none;
    margin-top: 15px;
}
.preview-thumbnail.nav-tabs li {
    width: 18%;
    margin-right: 2.5%;
}
.preview-thumbnail.nav-tabs li img {
    max-width: 100%;
    display: block;
}
.preview-thumbnail.nav-tabs li img:hover{
    cursor: pointer;
}
.preview-thumbnail.nav-tabs li a {
    padding: 0;
    margin: 0;
}
.preview-thumbnail.nav-tabs li a.active{
    border: 5px solid red;
}
.preview-thumbnail.nav-tabs li:last-of-type {
    margin-right: 0;
}

.tab-content {
    overflow: hidden;
}
.tab-content img {
    width: 100%;
    -webkit-animation-name: opacity;
    animation-name: opacity;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #ff5253;
}
.jewel-video{
    height: 300px;
}

/* About Us Page */

.about-banner-bg {
    background: url(../images/about/about-banner-bg.jpg) no-repeat;
    height: 70vh;
    width: 100%;
    object-fit: cover;
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
}
.heading-text:before {
    display: inline-block;
    content: "";
    width: 45px;
    height: 2px;
    background: #ddac55;
    margin-right: 18px;
    position: relative;
    top: -3px;
}
.parallax {
    background-image: url(../images/parallax.webp);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 27rem;
    align-items: center;
    width: 100%;
}

/* Contact Page */

.contact-banner-bg {
    background: url(../images/contact/contact-banner-bg.jpg) no-repeat;
    height: 70vh;
    width: 100%;
    object-fit: cover;
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
}


/* Footer */

footer {
    background-color: #181818;
    color: #fff;
}
.footer-heading {
    height: 30px;
    position: relative;
    z-index: 1;
}
.footer-heading:before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 60px;
    border-bottom: 2px solid #fd9026;
}
footer ul li {
    font-size: 16px;
    padding-top: 3px;
    padding-bottom: 3px;
}
footer ul li a {
    color: #fff;
}
footer ul li a:hover {
    color: #fd9026;
    text-decoration: none;
}
.copy-right-bg {
    background-color: #000;
    color: #fff;
}

@media (max-width: 992px) {
    .header_bg {
        height: 7vh;
    }
    button.navbar-toggler{
        position: relative;
        top: -10px;
    }
    .headingss {
        font-size: 20px;
    }
    .sub-heading{
        font-size: 15px;
    }
    .carousel-item img {
        height: 30vh;
    }
    .shop-banner-bg,.exhibits-banner-bg,.contact-banner-bg,.about-banner-bg{
        height: 30vh;
    }
    .banner-text h1{
        font-size: 38px;
    }
    .slideInRight h2 {
        font-size: 38px;
        color: #fff;
        margin-bottom: 3.6vh;
    }
}
@media (max-width: 768px) {
    div#collapsibleNavbar {
        position: relative;
        top: 0px;
    }
    button.navbar-toggler {
        top: 0px; 
    }
    .headingss {
        font-size: 20px;
    }
    .sub-heading{
        font-size: 15px;
    }
    /*.header_bg{
        height: 7vh !important;
    }*/
    .web-logo{
        position: relative;
        bottom: 0px;
        margin-left: 0px;
    }
    .navbar {
        padding: 0px 0px;
    }
    .navbar .navbar-nav > li > a.nav-link {
        color: #410221 !important;
        padding: 2px 10px;
        font-size: 14px;
    }
    .carousel-control-next-icon,
    .carousel-control-prev-icon i {
        font-size: 25px;
    }
    .carousel-item img {
        height: 33vh;
    }
    .slideInRight h2 {
        font-size: 30px;
        margin-bottom: 4vh;
    }
    .shop-banner-bg,.exhibits-banner-bg,.contact-banner-bg,.about-banner-bg{
        height: 33vh;
    }
    .banner-text h1{
        font-size: 30px;
    }
    .horizontal-scroll {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
    }
    .horizontal-scroll::-webkit-scrollbar {
        display: none;
    }
    .horizontal-scroll {
        -ms-overflow-style: none; /* IE and Edge */
        scrollbar-width: none; /* Firefox */
    }
    .jewel-video{
        height: 250px;
    }
}
@media (max-width: 700px) {
    .carousel-item img {
        height: 70vh;
    }
    .slideInRight h2 {
        font-size: 26px;
        margin-bottom: 8vh;
    }
    .shop-banner-bg,.exhibits-banner-bg,.contact-banner-bg,.about-banner-bg{
        height: 70vh;
    }
    .banner-text h1{
        font-size: 26px;
    }
}
@media (max-width: 640px) {
    .headingss {
        font-size: 18px;
    }
    .sub-heading{
        font-size: 15px;
    }
    .top-header {
        padding-top: 15px !important;
    }
    /*.header_bg {
        height: 23vh !important;
    }*/
    .carousel-item img {
        height: 70vh;
    }
    .slideInRight h2 {
        font-size: 26px;
        margin-bottom: 8vh;
    }
    .shop-banner-bg,.exhibits-banner-bg,.contact-banner-bg,.about-banner-bg{
        height: 70vh;
    }
    .banner-text h1{
        font-size: 26px;
    }
}
@media (max-width: 576px) {
    .headingss {
        font-size: 18px;
    }
    .sub-heading{
        font-size: 15px;
    }
    .top-header {
        padding-top: 10px !important;
    }
    .navbar-brand{
        width: 250px;
        margin-right: 0px;
    }
    /*.header_bg {
        height: 10vh !important;
    }*/
    .carousel-item img {
        height: 33vh;
    }
    .slideInRight h2 {
        font-size: 22px;
        margin-bottom: 3.6vh;
    }
    .shop-banner-bg,.exhibits-banner-bg,.contact-banner-bg,.about-banner-bg{
        height: 33vh;
    }
    .banner-text h1{
        font-size: 22px;
    }
    .carousel-control-next,
    .carousel-control-prev {
        position: absolute;
        top: 2%;
    }
    .carousel-control-next-icon,
    .carousel-control-prev-icon i {
        font-size: 20px;
    }
    .jewel-video{
        height: 215px;
    }
}
@media (max-width: 400px) {
    .headingss {
        font-size: 16px;
    }
    .sub-heading{
        font-size: 15px;
    }
    .carousel-item img {
        height: 33vh;
    }
    .slideInRight h2 {
        font-size: 22px;
        margin-bottom: 3.6vh;
    }
    .shop-banner-bg,.exhibits-banner-bg,.contact-banner-bg,.about-banner-bg{
        height: 33vh;
    }
    .banner-text h1{
        font-size: 22px;
    }
    .carousel-control-next,
    .carousel-control-prev {
        position: absolute;
        top: 2%;
    }
    .carousel-control-next-icon,
    .carousel-control-prev-icon i {
        font-size: 20px;
    }
}
@media (max-width: 280px) {
    .carousel-item img {
        height: 33vh;
    }
    .slideInRight h2 {
        font-size: 15px;
        margin-bottom: 3.6vh;
    }
    .carousel-control-next,
    .carousel-control-prev {
        position: absolute;
        top: 2%;
    }
    .carousel-control-next-icon,
    .carousel-control-prev-icon i {
        font-size: 15px;
    }
}
