/* banner */

.top-banner {
    min-height: 100vh;
    position: relative;
    display: flex;
    align-items: center;
    padding-top: 110px;
}

.bannerVideo {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
}

.bannerVideo video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-details h6 {
    font-size: 16px;
    color: var(--clr-primary);
    text-transform: uppercase;
    letter-spacing: 3px;
    margin: 0 0 25px;
}

.banner-details h1 {
    font-size: 50px;
    color: var(--clr-white);
    margin: 0 0 25px;
}

.banner-details p {
    color: #D1CFCF;
    line-height: 26px;
}

.banner-thumb {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.banner-thumb img {
    filter: drop-shadow(-10px 30px 70px #000);
}

.banner-thumb img:first-child {
    margin-top: -100px;
}

/* banner */

/* Highest Quality */

.about-quality h4 {
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 15px;
}

.about-quality p {
    font-size: 18px;
    margin: 0 0 50px;
}

.HighestQuality {
    display: flex;
    gap: 40px;
    align-items: flex-start;
    margin-left: -120px;
}

.HQ-thumb {
    position: relative;
}

.HQ-thumb:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100px;
    bottom: -1px;
    left: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
}

.HQ-thumb img {
    width: 280px;
    min-width: 280px;
}

.HQ-thumb img.dot-img {
    width: fit-content;
    min-width: fit-content;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.HQ-Info {
    display: flex;
    align-items: center;
    gap: 30px;
    padding: 30px;
    background: var(--clr-primary);
    border-radius: 15px;
    box-shadow: 0 5px 15px rgb(0 0 0 / 30%);
}

.HQ-Info img {
    width: 50px;
}

/* product  */

.ProductSwiper {
    padding: 0 5px;
}

.ProductSwiper .productCard {
    margin: 15px;
}

.ProductSwiper .swiper-button-prev {
    left: 5px;
}

.ProductSwiper .swiper-button-next {
    right: 5px;
}

.PremiumCannabis-wrapper {
    background: rgb(0 0 0 / 70%) url(../img/vape-bg.jpg) center no-repeat;
    background-size: cover;
    background-blend-mode: overlay;
    padding: 200px 0 130px;
    position: relative;
    z-index: 1;
}

.QProduct {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.QProduct .qLogo {
    position: absolute;
    z-index: 1;
}

.QProduct .qLogo img {
    opacity: 0.3;
}

.QProduct .product-img {
    position: relative;
    z-index: 2;
    transform: rotate(-15deg);
    margin-top: -100px;
    filter: drop-shadow(-15px 20px 20px #000);
}

.PremiumCannabis-wrapper .sectionInfo {
    color: var(--clr-white);
}

.PremiumCannabis-wrapper .sectionInfo p {
    color: #ddd;
}

/* product info */

.AboutProduct {
    position: relative;
}

.AboutProduct .drop-info {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 400px;
}

.InfoWrapper {
    display: flex;
    flex-direction: column;
}

.InfoList {
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
}

.InfoList h6 {
    display: flex;
    align-items: center;
    gap: 10px;
}

.InfoList h6 i {
    font-weight: 100;
    color: var(--clr-primary);
}

/* Insta */

.instaFeed .secInfo {
    margin: 0 0 40px;
}

.instaFeed .eapps-instagram-feed-posts-view.eui-slider-slide {
    padding: 0 60px;
}

.instaFeed .eapps-instagram-feed-posts-grid-load-more-container.eapps-instagram-feed-posts-grid-load-more-enabled {
    display: none;
}

.instaFeed .eapps-instagram-feed-title-container {
    display: none;
}

.instaFeed .eapps-instagram-feed-posts-item {
    padding: 5px;
    border-radius: 10px;
}

.instaFeed .eapps-instagram-feed-posts-item-link {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.instaFeed #eapps-instagram-feed-1 .eapps-instagram-feed-posts-slider-nav {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--clr-primary) !important;
}

.instaFeed .eapps-instagram-feed-posts-slider-nav-icon {
    width: 12px !important;
    height: 12px !important;
    fill: var(--clr-dark) !important;
}

.instaFeed .eapps-instagram-feed-posts-slider-prev .eapps-instagram-feed-posts-slider-nav-icon {
    right: auto !important;
}

.instaFeed .eapps-instagram-feed-posts-slider-next .eapps-instagram-feed-posts-slider-nav-icon {
    left: auto !important;
}

.instaFeed .eapps-instagram-feed-posts-slider-next {
    right: 25px !important;
}

.instaFeed .eapps-instagram-feed-posts-slider-prev {
    left: 25px !important;
}