@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Poppins', sans-serif;
    direction: ltr;
}


.line-divider {
    content: '';
    background-color: #000000;
    width: 1px;
    height: 28px;
}

.logo img {
    width: 178px;
    height: 73px;
}

.menu {
    display: flex;
    gap: 40px;
}

.menu a {
    font-size: 16px;
    text-decoration: none;
    color: #000000;
    font-weight: 500;
}

.header {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 14px;
}

.header header {
    display: flex;
    width: 100%;
    margin: 0 auto;
    align-items: center;
    justify-content: space-between;
}

.head-btns {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 154px;
}

.head-btns button {
    background: none;
    border: none;
    cursor: pointer;
}

.under-header-line {
    content: '';
    background-color: #CCCCCC;
    width: 100%;
    height: 2px;
    margin: -11px;
}



.search-wrapper {
    position: relative;
}

/* open button */
.open-btn {
    width: 45px;
    height: 45px;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    background: #3b82f6;
    color: white;
    font-size: 18px;
}

/* overlay box */
.search-box {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    opacity: 0;
    display: flex;
    align-items: center;
    background: white;
    border-radius: 50px;
    overflow: hidden;
    transition: 0.4s;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
}

/* active */
.search-wrapper.active .search-box {
    width: 320px;
    opacity: 1;
}

/* input */
.search-input {
    border: none;
    outline: none;
    padding: 10px 15px;
    flex: 1;
    font-size: 15px;
}

/* clear */
.clear-btn {
    border: none;
    background: none;
    cursor: pointer;
    font-size: 16px;
    padding: 0 3px;
    display: none;
}

/* search button */
.search-btn {
    border: none;
    background: #3b82f6;
    color: white;
    cursor: pointer;
    padding: 6px 13px;
    font-size: 14px;
}



.menu ul {
    display: flex;
    gap: 30px;
    list-style: none;
    padding: 0;
}

.menu-item {
    position: relative;
    cursor: pointer;
    padding: 10px 0;
    color: #555;
    transition: color 0.3s;
}

/* underline item */
.menu-item::after {
    content: "";
    position: absolute;
    bottom: -17%;
    left: 0;
    width: 0%;
    height: 1px;
    background: #0C016B;
    transition: width 0.3s ease;
}

/* active */
/* .menu-item.active {
  color: #007bff;
}
.menu-item.active a {
  color: #007bff;
} */

.menu-item.active::after {
    width: 100%;
}

/* hover */
.menu-item:hover::after {
    width: 100%;
}

/* main body styles */
.main-body {
    margin-top: 65px;
}

.main-banner-section {
    display: flex;
    width: 100%;
    padding: 0px 61px;
    gap: 50px;
    align-items: center;
    justify-content: space-between;
}

.social-media-icons {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.social-media-icons button {
    background: none;
    border: none;
    cursor: pointer;
}

.home-banner {
    width: 484px;
    border-radius: 16px;
    height: 670px;
}

.discount-banner-title {
    font-family: 'Inter', sans-serif;
    font-weight: 800;
    color: #0C016B;
    font-size: 39px;
    text-transform: uppercase;
    line-height: 1.5;
}

.right-side-desc {
    display: flex;
    flex-direction: column;
    gap: 36px;
}

.order-btn {
    width: 188px;
    height: 47px;
    border-radius: 5px;
    background-color: #5D866A;
    color: #ffffff;
    border: none;
    cursor: pointer;
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}

.free-services {
    display: flex;
    flex-direction: column;
    gap: 25px;
    align-items: flex-start;
}

.free-services svg {
    width: 50px;
    height: 50px;
}

.free-shipping {
    display: flex;
    align-items: center;
    gap: 20px;
}

.free-shipping-desc {
    color: #0C016B;
    font-weight: 600;
    font-size: 23px;
}

.free-delivery {
    display: flex;
    align-items: center;
    gap: 20px;
    /* width: 474px; */
    border-radius: 20px;
}

.free-delivery-desc {
    color: #0C016B;
    font-weight: 600;
    font-size: 23px;
}

.banner-description {
    display: flex;
    width: 100%;
    padding: 0px 90px;
    margin-top: 60px;
}

.banner-description span {
    color: #0C016B;
    font-size: 24px;
    font-weight: 600;
}

.popular-products-section {
    display: flex;
    width: 100%;
    padding: 0px 50px;
    margin-top: 60px;
    flex-direction: column;
    overflow: hidden;
    position: relative;
}

.popular-products-section h1,
.upcoming-products-section h1,
.cannabis-products-section h1,
.nicotine-products-section h1,
.natural-oils-products-section h1 {
    color: #0C016B;
    font-size: 48px;
    font-weight: 700;
}


.popular-products-container {
    display: flex;
    gap: 16px;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    padding: 174px 13px 10px 13px;
    cursor: grab;
    user-select: none;
}

.popular-products-container:active {
    cursor: grabbing;
}

.product-box {
    flex: 0 0 auto;
    background-image: url('green-products-bg.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 16px;
    text-align: center;
    width: 228px;
    height: 280px;
    align-items: center;
    display: flex;
    flex-direction: column;
}

.popular-products-container::-webkit-scrollbar {
    display: none;
}

.product-box:hover {
    transform: scale(1.05);
    transition: transform 0.3s;
}

.product-img-container img {
    margin-top: -162px;
    width: initial;
    height: inherit;
}

.product-img-container {
    width: 251px;
    height: 280px;
}

.product-name {
    color: #0C016B;
    font-size: 11px;
    font-weight: 600;
}

.product-content {
    text-align: start;
    margin-top: -31px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    height: 100%;
    padding: 0 7px;
    width: 100%;
}

.product-category {
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: center;
}

.product-category svg {
    width: 20px;
    height: 13px;
}

.category-name {
    text-transform: uppercase;
    color: #ffffff;
    font-size: 14px;
    font-family: 'Inter', sans-serif;
    font-weight: 100;
}


.price-buy-part {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}

.product-price {
    color: #0C016B;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
}

.buy-btn {
    background: none;
    border: 1px solid #0C016B;
    border-radius: 7px;
    width: 25px;
    height: 25px;
    cursor: pointer;
}

.buy-btn svg {
    width: 13px;
    height: fit-content;
}

.nicotine-bg {
    background-image: url('yellow-product-bg.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.nicotine-text-style,
.oil-text-style {
    color: #0C016B;
}

.natural-oil-bg {
    flex: 0 0 auto;
    background-image: url('orange-product-bg.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 16px;
    text-align: center;
    width: 228px;
    height: 280px;
    align-items: center;
    display: flex;
    flex-direction: column;
}

.upcoming-products-section {
    display: flex;
    width: 100%;
    padding: 0px 50px;
    margin-top: 60px;
    flex-direction: column;
}

.upcoming-products-bg {
    flex: 0 0 auto;
    background-image: url('dark-green-bg.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 16px;
    text-align: center;
    width: 228px;
    height: 280px;
    align-items: center;
    display: flex;
    flex-direction: column;
}

.upcoming-products-container {
    display: flex;
    gap: 16px;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 174px 13px 10px 13px;
}

.upcoming-products-container::-webkit-scrollbar {
    display: none;
}

.inner-our-service {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    padding: 20px 20px;
    border: 1px solid rgba(12, 1, 107, 0.38);
}

.our-services-section {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 50px 50px;
}

.our-service {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.services-icons {
    width: 100px;
    height: 100px;
}

.our-service {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.our-service span,
.our-service p {
    color: #0C016B;
    font-weight: 700;
}

.cannabis-section img {
    /* width: 1212px; */
    width: 100%;
    /* height: 748px; */
    height: 100%;
}

.cannabis-section {
    display: flex;
    padding: 0 20px;
    width: 100%;
    margin: 30px auto;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
    height: 100%;
    position: relative;
}

.vacant-content {
    content: '';
    width: 10px;
    height: 50px;
}

.cannabis-desc-container {
    position: absolute;
    top: 0;
    left: 50%;
    display: flex;
    flex-direction: column;
    gap: 26px;
}

.cannabis-title {
    font-size: clamp(20px, 2vw, 37px);
    color: #5D866A;
    font-weight: 700;
}

.cannabis-paragraph {
    color: #0C016B;
    font-size: clamp(13px, 1vw, 17px);
    font-weight: 500;
    line-height: 1.6;
    width: 600px;
}

.smoking-custom-style span,
.cannabis-custom-style span {
    color: #2B8C59;
}

.cannabis-products-section {
    display: flex;
    width: 100%;
    padding: 0px 50px;
    margin-top: 300px;
    flex-direction: column;
}

.cannabis-products-container {
    display: flex;
    gap: 16px;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 174px 13px 10px 13px;
}

.cannabis-products-container::-webkit-scrollbar {
    display: none;
}


.nicotin-section {
    display: flex;
    padding: 0 20px;
    /* width: 1257px; */
    width: 100%;
    margin: 30px auto;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
    /* height: 808px; */
    height: 100%;
    position: relative;
}

.nicotin-section img {
    width: 90%;
    height: 90%;
}

.nicotin-desc-container {
    position: absolute;
    top: 0;
    left: 53%;
    display: flex;
    flex-direction: column;
    gap: 35px;
    width: 35%;
}

.nicotin-paragraph {
    color: #000000;
    font-size: clamp(13px, 1vw, 20px);
    font-weight: 500;
    line-height: 2;
}

.nicotin-title {
    color: #2B8C59;
    font-size: clamp(20px, 2vw, 37px);
    font-weight: 700;
}

.nicotine-products-section {
    display: flex;
    width: 100%;
    padding: 0px 50px;
    margin-top: 170px;
    flex-direction: column;
}

.nicotine-products-container {
    display: flex;
    gap: 16px;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 174px 13px 10px 13px;
}

.nicotine-products-container::-webkit-scrollbar {
    display: none;
}

.natural-oils-section {
    display: flex;
    padding: 0 20px;
    width: 100%;
    margin: 30px auto;
    align-items: center;
    justify-content: center;
    gap: 5px;
    height: 100%;
    position: relative;
}

.natural-oils-section img {
    width: 100%;
    height: 100%;
}

.natural-oils-desc-container {
    position: absolute;
    top: 0;
    left: 50%;
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: 47%;
}

.natural-oils-paragraph {
    font-size: clamp(15px, 2vw, 15px);
    color: #0C016B;
    line-height: 1.6;

}

.natural-oils-desc {
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-top: 113px;
}

.natural-oils-products-section {
    display: flex;
    width: 100%;
    padding: 0px 50px;
    margin-top: 170px;
    flex-direction: column;
}

.natural-oils-products-container {
    display: flex;
    gap: 16px;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 174px 13px 10px 13px;
}

/* footer style */

.footer {
    margin-top: 50px;
    padding: 0 50px;
}

.top-footer-desc {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;

}

.footer-logo img {
    width: 205px;
}

.top-footer-desc span {
    font-size: 11px;
    line-height: 2;
}

.footer-menu {
    display: flex;
    align-items: flex-start;
    width: 100%;
    gap: 24px;
    justify-content: space-between;
}

.footer footer {
    display: flex;
    flex-direction: column;
    gap: 60px;
    align-items: center;
}

ul {
    list-style-type: none;
}

.footer-menu-title h2 {
    color: #000000;
    font-size: 18px;
    font-weight: 600;
}

.footer-menu-title {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer-menu-title a {
    text-decoration: none;
    color: rgba(12, 1, 107, 0.7);
}

.footer-menu-title ul {
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.help-menu-style h2 {
    color: #0C016B;
}

.legal-menu-style h2,
.company-menu-style h2 {
    color: #0A142F;
}

.subscribe-container {
    width: 330px;
    background-color: rgba(32, 60, 134, 0.05);
    height: 283px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 27px;
    padding: 16px;
}


.email-box {
    background-color: #ffffff;
    backdrop-filter: blur(15px);
    border-radius: 6px;
    display: flex;
    align-items: center;
    transition: 0.4s;
    border: 1px solid #E7E8F2;
    height: 50px;
}

.email-box input {
    border: none;
    outline: none;
    padding: 15px 25px;
    border-radius: 50px;
    font-size: 16px;
    background-color: #ffffff;
    color: #000000;
    width: 250px;
}

.email-box input::placeholder {
    color: #7F8494;
}


.email-box button {
    border: none;
    outline: none;
    border-radius: 6px;
    font-weight: bold;
    cursor: pointer;
    transition: 0.4s;
    position: relative;
    overflow: hidden;
    background-color: #5D866A;
    width: 50px;
    height: 50px;
}


.email-box button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.7), transparent);
    transition: 0.5s;
}

.email-box button:hover::before {
    left: 100%;
}

.email-box button:hover {
    transform: scale(1.08);
    box-shadow: 0 0 20px #5D866A;
}

.email-box button:active {
    transform: scale(0.95);
}

.subscribe-container h3 {
    color: #0A142F;
    font-weight: 800;
}

.subscribe-container span {
    color: #7F8494;
    font-size: 14px;
}

.line-footer-divider {
    content: '';
    background-color: #F1F1F3;
    width: 70%;
    height: 2px;
    margin: -11px;
}

.bottom-footer-btns {
    display: flex;
    align-items: center;
    gap: 20px;
}

.bottom-footer-btns a {
    font-size: 14px;
    color: #0A142F;
    font-weight: 600;
    text-decoration: none;
}

.bottom-footer-content {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}

.linkedin-btn,
.facebook-btn,
.twitter-btn {
    border: 2px solid #E6E7EA;
    border-radius: 100px;
    width: 35px;
    height: 35px;
    cursor: pointer;
    background: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.social-media-footer-icons {
    display: flex;
    align-items: center;
    gap: 20px;
}