.bg-1 {
    background-color: var(--pbmit-global-color);
}

.color-1 {
    color: var(--pbmit-global-color);
}

.cm-product .pbminfotech-box-content {
    border: 3px solid var(--pbmit-global-color);
    border-radius: 16px;
    padding: 20px;
    transition: 0.5s;
}

.cm-product .pbminfotech-box-content:hover {
    box-shadow: 0 0px 15px #f6fe84d6;
}

.cm-product .pbmit-svg-btn svg {
    transform: rotate(45deg);
}

.pbmit-blog-style-2:hover .pbmit-featured-wrapper img {
    -webkit-transform: scale(08);
    -ms-transform: scale(08);
    -moz-transform: scale(08);
    -o-transform: scale(08);
    transform: scale(1.08);
}

.cm-product .pbmit-meta-category,
.cm-product .pbmit-meta-category a {
    font-size: 20px;
}

#carouselProductDetails .carousel-item {
    height: 300px;
    text-align: center;
}

#carouselProductDetails .carousel-item img {
    max-height: 300px;
    width: initial;
}

#carouselProductDetails .carousel-control-next-icon,
#carouselProductDetails .carousel-control-prev-icon {
    filter: brightness(0);
}

.appetite .pbmit-title-bar-wrapper {
    background-image: url(../images/other/appetite-bg.jpg);
}

.fatburners .pbmit-title-bar-wrapper {
    background-image: url(../images/other/fatburners-bg.png);
}

.feather .pbmit-title-bar-wrapper {
    background-image: url(../images/other/feather-bg.png);
}

.vitamins .pbmit-title-bar-wrapper {
    background-image: url(../images/other/vitamins-bg.jpg);
}

.glutathione .pbmit-title-bar-wrapper {
    background-image: url(../images/other/glutathione-bg.jpg);
}

.beauty-collagen .pbmit-title-bar-wrapper {
    background-image: url(../images/other/beauty-collagen-bg.jpg);
}

.booty .pbmit-title-bar-wrapper {
    background-image: url(../images/other/booty-bg.jpg);
}

.for-him .pbmit-title-bar-wrapper {
    background-image: url(../images/other/for-him-bg.jpg);
}

.glutathione .pbmit-title-bar-wrapper::after,
.beauty-collagen .pbmit-title-bar-wrapper::after {
    background-color: #00000064;
    ;
}

.pbmit-title-bar-wrapper::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    background-color: #000000ad;
    ;
}

.about-blexs .pbmit-title-bar-wrapper {
    background-image: url(../images/about-bg.png);
}

.contact-us .pbmit-title-bar-wrapper {
    background-image: url(../images/contact-us-bg.jpg);
}

.cm-active{
    color: var(--pbmit-global-color) !important;
}

/* Hero Video */
.outter.hero-video {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 0;
}


.hero-video .video-container {
    height: 100vh;
    width: 100%;
    position: relative;
    overflow: hidden;
}

@media (max-width: 767px) {
    /* .outter.hero-video {
        height: 325px;
    } */
    .hero-video .video-container {
        height: 600px;
    }
    .hero-video video {
        height: 600px;
    }
}

.hero-video video {
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    height: 100vh;
    width: 100%;
    top: 0;
    left: 0;
}


.hero-video .video-container:after {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.hero-video h1 {
    text-transform: uppercase;
    margin: 0 0 1rem;
    padding: 0;
    line-height: 1;
    color: white;
}

@media (max-width: 767px) {
    .hero-video h1 {
        font-size: 32px;
    }
}

@media (min-width: 768px) {
    .hero-video h1 {
        font-size: 52px;
    }
}

.hero-video .desc {
    color: white;
    font-weight: 400;
    font-size: 18px;
}

.hero-video .callout {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100%;
    text-align: center;
    position: relative;
    z-index: 10;
    width: 70%;
    margin: auto;
}

@media (max-width: 767px) {
    .hero-video .callout {
        width: 90%;
    }
}

.hero-video .button {
    text-transform: uppercase;
    background-color: transparent;
    border-radius: 0px;
    margin-top: 20px;
    background-color: #82bb00;
    padding: 15px 30px;
    border-radius: 0px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}

@media (max-width: 767px) {
    .hero-video .button {
        padding: 10px 20px;
    }
}

.hero-video .button:hover {
    cursor: pointer;
    background-color: #6e9e01;
}


/********** product Video home *************/
.thumbnail {
    cursor: pointer;
    position: relative;
    display: flex;
    height: 100%;
}
.video_play{
    width: 100%;
    height: 100%;
    position:absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.3s;
}
.video_play img{
    width: 50px;
    border-radius: 60px;
    transition: transform 0.3s;
    background-color: #fff;
    height: 50px;
    border: 1px solid;
}

.thumbnail .thumb_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
    transition: transform 0.3s;
}

.thumbnail img:hover, .video_play:hover {
    transform: scale(1.05);
}
.product-video-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
    padding: 20px;
    z-index: 9999;
}

.product-video-container {
    position: relative;
    width: 80%;
    max-width: 700px;
}

.product-close {
    position: absolute;
    top: 6px;
    right: 6px;
    font-size: 30px;
    color: white;
    cursor: pointer;
    z-index: 99999;
}

@media (min-width: 1680px){
    .thumbnail .thumb_img {
        height: 260px;
    }
}
@media (max-width: 767px) {
    .thumbnail .thumb_img {
        height: 315px;
    }
    #product-video-frame{
        height: 200px;
    }
    }
}