g302/* Home Page */

.topBanner-wrapper {
    display: flex;
    align-items: center;
    min-height: 100vh;
    position: relative;
}

.banner-details h2 {
    text-transform: uppercase;
    font-style: italic;
    font-size: 40px;
    font-weight: 900;
    text-shadow: 0px 2px 4px rgb(0 0 0 / 30%);
}

.banner-details h1 {
    font-weight: 900;
    font-size: 60px;
    line-height: 60px;
    margin: 0 0 20px;
    text-shadow: 0px 2px 3px rgb(0 0 0 / 30%);
    background: -webkit-linear-gradient(#6ea02e, #000);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'introrust';
}

.VapeStore-info {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 200px 30px;
    position: relative;
}

.VapeStore-info .section-head {
    padding: 0 100px;
}

.VapeStore-container {
    overflow: hidden;
    position: relative;
    padding-bottom: 0;
}

.VapeStore-container:after {
    content: '';
    position: absolute;
    width: calc(100% - 40px);
    height: 450px;
    background: linear-gradient(180deg, rgba(0 111 57) 0%, rgba(0, 76, 57, 0) 100%);
    top: 0;
    border-radius: 30px;
    left: 20px;
}

.VapeStore-container .container {
    position: relative;
    z-index: 1;
}

.VapeStore-details {
    padding: 30px;
}

.whyDo-thumb {
    position: relative;
    overflow: visible;
    margin-left: 100px;
}

.whyDo-thumb img {
    border-radius: 10px;
}

.whyDo-thumb .bottom-img {
    width: 150px;
    position: absolute;
    bottom: 30px;
    left: -110px;
    z-index: 1;
}
img.green-gumies {
    width: 170px;
    padding:23px 0px;
}
img.green-gumies2 {
    padding-bottom: 10px;
}

.VapingDosage-container {
    position: relative;
}

.VapingDosage-container:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 50%);
    top: 0;
    left: 0;
}
.gummies-sp img {
    width: 100%;
}
.VapingDosage-container .container {
    position: relative;
    z-index: 1;
}

.about-section {
    position: relative;
}

.about-section:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(90deg, rgba(0 111 57) 0%, rgba(0, 76, 57, 0) 100%);
    width: 35%;
    height: 100%;
    z-index: -1;
}

.about-img-block {
    padding: 20px;
    background: var(--clr-white);
    box-shadow: -5px 5px 20px -5px rgb(0 0 0 / 50%);
}

.about-details {
    padding: 30px;
}

/* Insta */

.instaFeed .eui-widget-title {
    display: none !important;
}

.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;

}
.product-main {
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    height: 100%;
}

/* product */
.product-main {
    perspective: 1000px;
    cursor: pointer;
}

  .product-main:hover .flip-card-inner {
    transform: rotateY(180deg);
  }

  .flip-card {
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    transition: transform 0.6s;
  }

  .flip-card-inner {
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    transition: transform 0.6s;
  }

  .flip-card-front, .flip-card-back {
    width: 100%;
    
    position: absolute;
    backface-visibility: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
    font-size: 25px;
    top: 0;
}


  .flip-card-front {
    position: relative;
    
  }

  .flip-card-back {
    background-color: #ffffff;
    transform: rotateY(180deg);
    border: 1px solid #ccc;
    height: 100%;
   
}
.flip-card-back p {
    font-size: 19px;
    font-weight: 600;
    font-family: sans-serif;
}

  .productThumb img {
    max-width: 100%;
    height: auto;
  }

  .prodTitle {
    margin: 0;
  }
/* close */
.instaFeed #eapps-instagram-feed-1 .eapps-instagram-feed-posts-slider-nav {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.instaFeed .eapps-instagram-feed-posts-slider-nav-icon {
    width: 12px !important;
    height: 12px !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;
}

.socialVideo {
    position: relative;
    background: var(--clr-white);
    border-radius: 40px;
    height: 100%;
    margin-top: 5px;
    padding-top: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
}

.socialVideo:after {
    content: '';
    position: absolute;
    width: calc(100% + 2px);
    height: 100%;
    background: linear-gradient(180deg, rgba(18,120,52,1) 0%, rgba(14,14,14,1) 50%, rgba(108,171,64,0) 100%);
    top: -1px;
    left: -1px;
    border-radius: 40px;
    z-index: -1;
}

.mobileFrame {
    text-align: center;
    width: 190px;
    margin: 0 auto;
    position: relative;
    height: 388px;
    padding: 20px 7px 7px;
    overflow: hidden;
    border-radius: 20px;
    background: url(../img/mobile-frame.png) top no-repeat;
    background-size: cover;
}

.mobileFrame video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px 5px 20px 20px;
}

.playBtn {
    border: 0;
    width: 40px;
    min-width: 40px;
    height: 40px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: var(--clr-primary);
    z-index: 1;
    transition: all 0.3s ease-in-out;
}

.playBtn i {
    color: var(--clr-white);
}

.mobileFrame:hover .playBtn {
    opacity: 1 !important;
}

.bottom-base {
    text-align: center;
}

/* Insta end */

/* Home Page end */


/* Product Details */

.productBanner-wrapper {
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding-top: 110px;
    padding-bottom: 30px;
    position: relative;
}

.productBanner-wrapper:after {
    content: '';
    position: absolute;
    width: 50%;
    height: 100%;
    background: #f5f5f5;
    top: 0;
    right: 0;
}

.productBanner-wrapper .container {
    position: relative;
    z-index: 1;
}

.productBanner-details {
    margin-bottom: 30px;
}

.productBanner-details h1 {
    font-size: 80px;
    font-weight: bold;
    margin: 0;
    background: -webkit-linear-gradient(#6ea02e, #000);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'introrust';
}

.productBanner-details h2 {
    font-weight: 900;
    font-size: 50px;
    line-height: 60px;
    margin: 0 0 20px;
    text-shadow: 0px 2px 4px rgb(0 0 0 / 30%);
}

.productBanner-details p {
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 20px;
}

.OG-thumbLogo {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 20px;
}

.OG-thumbLogo img {
    width: 50px;
}

.productThumb-main {
    width: 100%;
    max-width: 450px;
    padding: 0;
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    /* border: 1px dashed rgb(99 144 41 / 20%); */
}

.productThumb-main img {
    width: 100%;
    aspect-ratio: 0.8;
    object-fit: contain;
    filter: drop-shadow(0px 10px 15px rgb(0 0 0 / 50%));
}


.flavors-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}
.productBanner-details ul li {
    font-size: 20px!important;
}
.flavors-box:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 70%);
    transition: all 0.5s ease-in-out;
    opacity: 0;
}

.flavors-box .thumb-img {
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
    aspect-ratio: 1;
}

.flavors-box .thumb-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease-in-out;
}

.flavors-detail {
    text-align: center;
    position: absolute;
    opacity: 0;
    z-index: 1;
    transition: all 0.5s ease-in-out;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 10px;
}

.flavors-detail h4 {
    font-size: 24px;
    font-weight: 600;
    color: var(--clr-white);
}

.flavors-detail h6 {
    font-size: 20px;
    font-weight: 500;
    color: var(--clr-white);
    margin: 0;
}

.flavors-box:hover {
    box-shadow: 0 5px 20px rgb(0 0 0 / 40%);
}

.flavors-box:hover:after  {
    opacity: 1;
}

.flavors-box:hover .thumb-img img {
    transform: scale(1.1);
}

.flavors-box:hover .flavors-detail {
    top: 50%;
    opacity: 1;
}

.alsoLike-container {
    position: relative;
    padding-bottom: 50px;
}

.alsoLike-container:after {
    content: '';
    position: absolute;
    width: 96%;
    height: 250px;
    bottom: 0;
    left: 50%;
    background: -webkit-linear-gradient(#6ea02e, #000);
    transform: translateX(-50%);
    border-radius: 30px 30px 0 0;
}
 
.RelatedProducts {
    padding: 30px;
}

.related-productItem .productItem {
    border-radius: 15px;
    background: #f5f5f5;
    transition: all 0.3s ease-in-out;
    margin: 30px;
}

.related-productItem .productThumb {
    padding: 15px;
}

.related-productItem .prodTitle {
    min-height: auto;
    margin: 0;
}

.related-productItem:hover .productItem {
    transform: translateY(-10px);
    box-shadow: 0 5px 15px -5px rgb(0 0 0 / 20%);
}

.RelatedProducts .swiper-button-next,
.RelatedProducts .swiper-button-prev {
    width: 36px;
    height: 36px;
    background: var(--clr-primary);
    border-radius: 100%;
    box-shadow: 0 2px 5px rgb(0 0 0 / 20%);
}

.RelatedProducts .swiper-button-next:after,
.RelatedProducts .swiper-button-prev:after {
    background-position: center;
    background-size: 10px;
    width: 100%;
    height: 100%;
}

/* Product Details end */

/* contact us */

.contact-banner {
    padding: 180px 0 ;
    background: #f5f5f5;
}

.contact-grid {
    display: flex;
    background: var(--clr-white);
    border-radius: 10px;
    margin-top: -200px;
    box-shadow: 0 5px 15px rgb(0 0 0 / 15%);
    overflow: hidden;
}

.contact-form {
    padding: 30px;
}

.contact-info {
    padding: 30px;
    background: -webkit-linear-gradient(#6ea02e, #000);
    min-width: 300px;
}

.contact-grid .title {
    font-size: 24px;
    margin: 0 0 20px;
}

.contact-info .title {
    color: var(--clr-white);
    text-align: center;
}

.contact-info ul {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.contact-info ul a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 15px;
    border: 1px solid rgb(255 255 255 / 10%);
    border-radius: 10px;
    color: var(--clr-white);
    font-weight: 300;
}

.contact-info ul a:hover {
    background: rgb(0 0 0 / 10%);
}

.contact-info ul a i {
    margin-bottom: 5px;
}

.send-btnblock {
    /* display: flex; */
    /* justify-content: flex-end; */
    position: relative;
    top: 32px;
}

.send-btnblock .icon-btn {
    width: 40px;
    height: 40px;
}

/* contact us end */

