
/*Start custom pagination style*/

.pagination-style {
    font-size: 18px;
    font-weight: 700;
}

.pagination-style .page-item.active .page-link {
    background-color: #142740 !important;
    border-color: #142740 !important;
    color: white !important;
}

.pagination-style .page-link {
    padding: 0.5rem 1rem !important;
    color: #142740 !important;
    background-color: transparent !important;
    transition: all 0.5s ease;
    margin: 5px !important;
}

.pagination-style .page-item .page-link:hover {
    background-color: #142740 !important;
    color: white !important;
    border-color: #142740 !important;
    transition: all 0.5s ease;
}

.pagination-style .page-item .page-link:focus {
    background-color: #142740 !important;
    color: white !important;
    border-color: #142740 !important;
    box-shadow: none !important;
}

/*Start custom pagination style*/

/*Start shop page style*/
/*.shop-section .btn-style-two:hover {*/
/*    background-color: #dfb162 !important;*/
/*    color: #000000 !important;*/
/*    border: 0.1rem solid #0b0b0b !important;*/
/*}*/

/*.shop-section .btn-style-two:hover::before {*/
/*    border-bottom-color: #ffffff !important;*/
/*}*/

/*.shop-section .btn-style-two:hover::after {*/
/*    border-top-color: #ffffff !important;*/
/*}*/

/*.shop-section .btn-style-two {*/
/*    background: #dfb162;*/
/*    color: white;*/
/*    border: 0.1rem solid transparent !important;*/
/*}*/

/*.shop-section .title-box h2:before {*/
/*    background-color: transparent;*/
/*}*/

.shop-section .btn-style-two:hover {
    color: white !important;
    border: 0.1rem solid transparent !important;
}

.shop-section .btn-style-two:hover::before {
    border-bottom-color: #dfb162 !important;
}

.shop-section .btn-style-two:hover::after {
    border-top-color: #dfb162 !important;
}

.shop-section .btn-style-two {
    background: #ffffff;
    color: #0b0b0b;
    border: 0.1rem solid #0b0b0b !important;
}

.shop-section .title-box h2:before {
    background-color: transparent;
}


.shop-banner-section .content-box {
    max-width: 700px;
}

.shop-section .active-category {
    color: white !important;
    border: 0.1rem solid transparent !important;
    background-color: #dfb162 !important;
}


.shop-item .inner-box .image {
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}

.shop-item .inner-box .image:hover {
    box-shadow: 0 -6px 15px rgba(0, 0, 0, 0.25);
}

.category-custom-style {
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}

.category-custom-style:hover {
    box-shadow: 0 -6px 15px transparent;
}

.fancybox-share__button--tg { background-color: #0088cc; }
.fancybox-share__button--ig { background: linear-gradient(45deg, #feda75, #fa7e1e, #d62976, #962fbf, #4f5bd5); }


/*End shop page style*/

/*For menu*/
.active-item {
    color: #dfb162 !important;
}


.hidden-li li[data-tab="#p-tab-0"] {
    display: none !important;
}



/* Start For home page slider video */

#video-container {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

#video-container video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 1;
    transform: translate(-50%, -50%);
    object-fit: cover;
}

#video-container .video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 2;
}

#video-container .video-content {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    padding: 0 30px;
    color: #fff;
}

#video-container .video-content h1 {
    font-size: 4em;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;
    margin-bottom: 20px;
}

#video-container .video-content p {
    font-size: 2em;
    font-weight: 200;
    letter-spacing: 1.5px;
    max-width: 100%;
    margin-bottom: 30px;
    margin-left: 10%;
    color: #ffffff;
    margin-right: 10%;
}

#video-container .video-content .scroll-icon {
    margin-top: 45px;
}

#video-container .video-content a {
    color: #fff;
    text-decoration: underline;
}

.slider-text {
    opacity: 0;
    transform: translateY(20px);
    animation: fadeSlideUp 1s ease-out forwards;
    animation-delay: 0.7s;
}

.slider-text-small {
    opacity: 0;
    transform: translateY(20px);
    animation: fadeSlideUp 1s ease-out forwards;
    animation-delay: 0.8s;
}

.slider-icon {
    opacity: 0;
    transform: translateY(20px);
    animation: fadeSlideUp 1s ease-out forwards;
    animation-delay: 1s;
}

@keyframes fadeSlideUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 768px) {
    #video-container .video-content h1 {
        font-size: 2.5em;
    }

    #video-container .video-content p {
        font-size: 1em;
        margin: 0 5% 20px;
    }
}
/* End For home page slider video */






.mySlides {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    z-index: 0;
    pointer-events: none;
}
.mySlides.active {
    opacity: 1;
    z-index: 1;
    pointer-events: auto;
}
.slideshow-container img {
    height: 510px !important;
    width:100%;
    vertical-align: middle;
}

@media (min-width: 300px) and (max-width: 460px) {
    .slideshow-container img {
        height: 500px !important;
    }
    .slideshow-container {
        height: 500px !important;
    }
}

@media (min-width: 461px) and (max-width: 768px) {
    .slideshow-container img {
        height: 850px !important;
    }
    .slideshow-container {
        height: 850px !important;
    }
}

@media (min-width: 769px) and (max-width: 991px) {
    .slideshow-container img {
        height: 1500px !important;
    }
    .slideshow-container {
        height: 1500px !important;
    }

}

/* Slideshow container */
.slideshow-container {
    position: relative;
    max-width: 1000px;
    border: 2px double #ccc;
    margin: auto;
    height: 510px;
    overflow: hidden;
    box-shadow: 20px 20px 2px 1px rgba(255, 255, 255, 0.27);

}

/* Next & previous buttons */
.prev-slider, .next-slider {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    z-index: 10;
}

.next-slider {
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev-slider:hover, .next-slider:hover {
    background-color: rgba(255, 255, 255, 0.3);
}

/* The dots/bullets/indicators */
.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.active, .dot:hover {
    background-color: #717171;
}

/* Fading animation */
.fade {
    animation-name: zoomInStable;
    animation-duration: 1.5s;
}

@keyframes fade {
    from {opacity: .4}
    to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
    .prev-slider, .next-slider,.text {font-size: 11px}
}


/*Shop page modification*/
.shop-section .shop-item {
    display: flex;
    justify-content: center;
    align-self: baseline;
}

.pagination-style .page-item.active {
    background: transparent;
}

/*All rights reserved.*/
.all-rights-reserved {
    display: flex;
    justify-content: center;
    color: #a8a8a8;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
}
