* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --primary-color: #fefbf1;
    --secondary-color: black;
    --tertiary-color: #01cb36;
    --padding: 100px 40px;
    --btn-padding: ;
    --btn-font-size: ;

    --btn-min-width: ;
    --btn-max-width: ;
    --paragraph-font-size: clamp(11px, 2vw, 20px)
}


@font-face {
    font-family: poppin;
    src: url('../fonts/Poppins-Regular.ttf') format('truetype'),

}

@font-face {
    font-family: mono;
    src: url('../fonts/MartianMono-ExtraBold.ttf') format('truetype'),

}

@font-face {
    font-family: tung;

    src: url('../fonts/Tungsten-Bold.ttf') format('truetype'),

}

@font-face {
    font-family: space;
    src: url('../fonts/Space_Mono/SpaceMono-Regular.ttf') format('truetype'),

}

@font-face {
    font-family: hel;
    src: url('../fonts/helvectical/HelveticaNowDisplay-Medium.ttf') format('truetype'),

}

@font-face {
    font-family: hel-thin;
    src: url('../fonts/helvectical/HelveticaNowDisplay-Regular.ttf') format('truetype'),

}



p {
    letter-spacing: .7px;
}

html {
    width: 100%;
}

html,
body {
    font-size: 24px;
    overflow-x: clip;
    background-color: var(--primary-color);
}

.hero {
    background-image: url(../img/home/Hero.webp);
    height: 100vh;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100vw !important;
    max-width: unset !important;
}

@media (max-width:760px) {
    .hero.hero {
        max-height: unset !important;
        height: 100dvh !important;
    }
}

@media (max-width:550px) {
    .hero {

        background-image: url(../img/home/mobile-hero.png);
    }
}

nav {
    width: 100%;
    display: flex;
    padding: 0rem 2.5rem;
    padding-bottom: .7rem;
    align-items: end;



}

.nav-div {
    display: flex;
    gap: 13rem;
    align-items: center;
    height: 100%;

}

nav .menu {
    height: fit-content;
}

nav .menu i {
    font-size: 1.4rem;
    color: var(--primary-color);

    &:hover {
        cursor: pointer;
    }

    font-weight: lighter;
}

nav .content {
    display: flex;
    color: var(--primary-color);
    align-items: center;
    gap: 3.5rem;
}

nav .text {
    font-size: .45rem;
    height: fit-content;
    font-family: space;
}

nav .text .favicons {
    display: inline-flex;
    gap: .1rem;
}

nav .text .favicons img {
    width: .5rem;
    height: .5rem;
}

nav .text-2 {
    text-align: right;
}

nav .logo {
    width: 5rem;
    height: 4rem;
}

nav .logo img {
    width: 100%;
    height: 100%;
}


/* section-1 */

.section-1 {
    min-height: fit-content;
    padding: 2.5rem 2.5rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
    display: flex;
    flex-direction: column;
    gap: 3rem;
    background: var(--primary-color);
    z-index: 10;
    position: relative;
}

.sub-section-1 {
    display: flex;
    justify-content: space-between;
}

.sub-section-1 .text h2 {
    font-family: hel;
    font-size: 18px;
    letter-spacing: .5px;
}

.sub-section-1 .images {
    display: flex;
    gap: .65rem;
}

.sub-section-1 .images .img {
    display: flex;
    flex-direction: column;
    font-family: space;
    font-size: .55rem;
    justify-content: start;
    gap: 10px;
}

.section-1 .sub-section-1 .img p {
    font-size: clamp(8px, 1.2vw, 14px);
}

/* images */

.sub-section-1 .images .img-1 img {
    width: 16rem;
    height: 11rem;
}

.sub-section-1 .images .img-2 img {
    width: 15.5rem;
    height: 16rem;
}


/* sub-section-2 */

.sub-section-2 {}

.sub-section-2 h1 {
    margin-top: 1rem;
    font-family: tung;
    font-size: 1.95rem;
    width: 75%;
    font-weight: 500;
    letter-spacing: .2px;
    line-height: 1.7rem;
    text-transform: uppercase;
}

.sub-section-2 h2 {
    display: none;
    font-family: hel;
    font-size: 23px;

    text-transform: uppercase;
    color: var(--secondary-color);
    letter-spacing: .6px;
}

.sub-section-2 a {
    font-family: space;
    text-decoration: none;
    padding: var(--btn-padding);
    font-size: var(--btn-font-size);

    letter-spacing: .7px;
    width: fit-content;
    border: none;
    color: var(--primary-color);
    background-color: var(--tertiary-color);
    margin-top: 1.5rem;


    width: 100%;
    max-width: var(--btn-max-width);
    min-width: var(--btn-min-width);
    white-space: nowrap;
    display: flex;
    justify-content: center;

    &:hover {
        cursor: pointer;
    }
}

/* section-2 */

.section-2 {
    padding: 4.5rem 2.5rem;
    min-height: fit-content;
    display: flex;
    flex-direction: column;
    background-color: var(--tertiary-color);
    font-family: sans-serif;
    align-items: center;
    justify-content: space-between;
    gap: 3.5rem;
    color: var(--primary-color);

}

.section-2 h1 {
    font-size: calc(13px + 1vw);
    font-family: hel;
    font-weight: lighter;
    letter-spacing: .7px;
    font-weight: 700;
}

.section-2 .middle-content {
    position: relative;
    width: min(100%, 600px) !important;
    height: 450px !important;


}

.section-2 .middle-content .tray {
    width: 100%;
    top: 50%;
    height: 125%;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
}

.section-2 .middle-content .barcode-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    gap: .5rem;
    width: 100%;
}

.section-2 .middle-content .barcode-container .barcode {
    width: 100%;
    margin: 15px 0px;
    /* height: 5rem; */

}

.section-2 .middle-content .barcode-container h3 {
    font-family: space;
    text-align: center;
    font-weight: lighter;
    letter-spacing: .8rem;
    font-size: clamp(13px, 3.85vw, 22px);
    letter-spacing: 35px;
    color: var(--primary-color);
    font-weight: 700;

    position: relative;

}

.section-2 .bottom-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-self: flex-end;
    gap: 1rem;

}

.section-2 .bottom-content p {
    font-size: var(--paragraph-font-size);
    width: 70%;
    text-align: center;
    font-family: hel-thin;
    /* font-weight: 600; */
}

.section-2 .bottom-content button {
    background-color: var(--secondary-color);
    border: none;
    font-family: space;
    color: var(--primary-color);
    padding: var(--btn-padding);
    font-size: var(--btn-font-size);
    letter-spacing: .7px;
    margin-top: 35px;
    text-transform: uppercase;


    width: 100%;
    max-width: var(--btn-max-width);
    min-width: var(--btn-min-width);
    white-space: nowrap;
    display: flex;
    justify-content: center;

    /* font-weight: lighter; */
    &:hover {
        cursor: pointer;
    }
}


/* section-3 */

.section-3 {
    height: 100vh;
    width: 100%;
    display: flex;
    padding: 1.5rem 2.5rem;
}

.section-3 .left {
    width: 40%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.section-3 .right {
    width: 60%;
    height: 100%;
}

.section-3 .left h2 {
    font-size: .85rem;
    font-family: hel;
}

.section-3 .left .section-3-left-bottom {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.section-3 .left .section-3-left-bottom h1 {
    font-family: tung;
    letter-spacing: .1rem;
    padding: .2rem .5rem;
    border: .4rem solid black;
    width: fit-content;
}

.section-3 .left .section-3-left-bottom p {
    font-family: hel-thin;

    font-size: .6rem;
}

.section-3 .left .section-3-left-bottom button {
    font-family: space;
    padding: .6rem 1.9rem;
    font-size: .6rem;
    width: fit-content;
    border: none;
    color: var(--primary-color);
    background-color: var(--tertiary-color);

    &:hover {
        cursor: pointer;
    }
}

.section-3 .right .slideshow-images {

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 85%;
    /* overflow: hidden; */

}

.section-3 .right .slideshow-images .img {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}


.section-3 .right .slideshow-images .img img {
    width: 28rem;
    /* height: 80rem; */
}

.section-3 .right .slideshow-btn {
    display: flex;
    gap: 1rem;
    font-family: space;
    font-weight: lighter;
    color: var(--primary-color);
    justify-content: center;
    margin-top: .5rem;
    color: black;
}

.section-3 .right .slideshow-btn h6 {
    font-size: .7rem;
    font-weight: lighter;

    &:hover {
        cursor: pointer;
    }
}

.section-3 .right .slideshow-btn :nth-child(2) {
    border-bottom: 2px solid black;
}

.section-3 .right .slideshow-btn button {
    background-color: transparent;
    border: none;
    color: black;

}

.section-3 .right .slideshow-btn button i {
    font-size: .7rem;
}



/* section-4/ */


.section-4 {
    padding: 2rem 2.5rem;
    padding-top: 4rem;
    padding-bottom: 6rem;
    min-height: fit-content;
    display: flex;
    flex-direction: column;
    background-color: black;
    font-family: sans-serif;
    align-items: center;
    justify-content: space-between;
    row-gap: 2rem;
    color: var(--primary-color);
}

.section-4 h1 {
    font-size: 1.1rem;
    font-family: hel;
    font-weight: lighter;
}

.section-4 .middle-content {
    position: relative;
    width: 38rem;
    height: 30rem;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}

.section-4 .middle-content .video-1 {
    width: 34rem;
    height: 28rem;
    position: absolute;
    z-index: -1;
}

.section-4 .middle-content .dinner-party-logo {
    width: 29rem;
    height: 28rem;
    user-select: none;
}

.section-4 .bottom-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-self: flex-end;
    gap: 1rem;

}

.section-4 .bottom-content p {
    font-size: .93rem;
    width: 80%;
    text-align: center;
    font-family: hel-thin;
    /* font-weight: 600; */
    line-height: 1rem;
}

.section-4 .btns .btn-1 {
    top: 0rem;
    background-color: var(--tertiary-color);
    border: none;
    color: var(--primary-color);
    font-size: .9rem;
    padding: .9rem 2.3rem;
    margin-top: 1rem;

}

/* section-5 */

.section-5 {
    background-color: black;
    min-height: fit-content;
    /* border-top: 1px solid var(--primary-color); */
    position: relative;
    color: var(--primary-color);
    width: 100%;
    padding: 4rem 2.5rem;
    color: var(--primary-color);
}

.section-5 .intro {
    width: 100%;
    margin: 0 auto;
    position: relative;
    height: fit-content;
    z-index: 2;
    margin-bottom: 70px;

}

.section-5 .intro .line {
    height: .6px;
    background-color: var(--primary-color);
    width: 100%;
    position: absolute;
    /* transform: translate(0%,-50%); */
    left: 0px;
    top: 50%;
    z-index: -1;
    left: 0px;
}

.section-5 .intro h1 {
    font-size: clamp(10px + .7vw, 2.1vw, 18px);
    font-family: space;
    font-weight: lighter;
    z-index: 3;
    width: fit-content;
    background-color: var(--secondary-color);
    height: 100%;
    margin: 0 auto;
    padding: 0rem 2rem;
    text-transform: uppercase;
    letter-spacing: .3px;
}


.section-5 .products {
    margin-top: 5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* padding: 0rem 2.5rem; */
    gap: 7px;
    min-height: 18rem;
    /* display: grid;
    grid-template-columns: 1fr 1fr 1fr; */

}

.section-5 .product {
    display: flex;
    flex-direction: column;
    width: 15rem;
    min-height: 15rem;
    overflow-wrap: break-word;
    /* word-break: break-word; */
}

.section-5 .product a {
    display: flex;
    justify-content: center;
}

.section-5 .product img {
    /* width: 14rem; */
    height: 15rem;
    transform-origin: top;
}

.section-5 .product .product-text {
    display: flex;
    flex-direction: column;
    padding-top: .8rem;
    font-family: hel-thin;
    gap: .15rem;
    color: var(--primary-color);
    height: 210px;
}

.section-5 .product .product-text .txt {
    display: flex;
    justify-content: space-between;
    align-items: start;
    font-size: .6rem;
    gap: 4rem;
    color: var(--primary-color);
}

.section-5 .product .product-text .txt-3 {}

.section-5 .product .product-text .txt h6 {
    color: var(--primary-color);
    font-size: clamp(13.5px, 1.7vw, 14.4px) !important;
    font-weight: lighter;
}

.section-5 .product .product-text .txt-2 h6 {
    margin-top: auto;
}

.section-5 .product .product-text .txt p {
    width: 80%;
    text-align: right;
    font-size: clamp(12px, 1.3vw, 14.4px);
    color: var(--primary-color);
}

.section-5 .product .product-text .txt-1 {
    margin-bottom: 20px;

}

.section-5 .product .product-text .txt-2 {
    margin-bottom: 18px;
    gap: unset !important;

}

.section-5 .product .product-text .txt-1 h5 {
    color: var(--tertiary-color);
    font-size: .7rem;
    letter-spacing: .5px;

}

.section-5 .product .product-text .txt-2 p {
    font-weight: bold;
    letter-spacing: .7px;
    width: unset !important;
    white-space: nowrap;
}

.section-5 .btns {
    margin-top: 4rem;
    display: flex;
    justify-content: center;
    gap: 1rem;
}

.section-5 .btns a{
    text-decoration: none;
    color: var(--primary-color);
}



.section-5 .btns button {
    padding: .9rem 2.3rem;

    &:hover {
        cursor: pointer;
    }
}




.section-5 .btns .btn-2 {
    background-color: transparent;
    outline: 1px solid var(--primary-color);
    color: var(--primary-color);
    padding: var(--btn-padding);
    font-size: var(--btn-font-size);
    letter-spacing: .7px;




    width: 100%;
    max-width: var(--btn-max-width);
    min-width: var(--btn-min-width);
    white-space: nowrap;
    display: flex;
    justify-content: center;

    &:hover {
        cursor: pointer;
    }
}

.section-5 .txt-2 p {
    font-size: clamp(11px, 1.15vw, 14.4px) !important;
}

/* section-6 */

.section-6 {
    padding-inline: 0px !important;
    background-color: var(--primary-color);
    position: relative;
    padding: 4.5rem 2.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.section-6 .images-collage {
    width: 100%;
    /* height: fit-content; */
    position: relative;
}

.section-6 .images-collage>* {
    position: absolute;
    top: 0;

}

.section-6 .desktop {
    position: relative;
}

.section-6 .lines {
    position: absolute;
    top: 51%;
    left: 52.1%;
    transform: translate(-50%, -50%);
    width: 90%;
    height: 100%;
}

.section-6 .gallery-group {
    width: 90%;
    height: 100%;
    position: relative;
    left: 5%;
}


.section-6 .gallery-group-2 {
    display: none;
}


.section-6 p {
    text-align: center;
    font-family: 'hel';
    max-width: min(730px, 90%);
    font-size: var(--paragraph-font-size);
    margin-top: 80px;
    line-height: max(1.9vw, 18px);
    width: 87%;
    letter-spacing: .7px;
}



.section-6 .mobile-gallery-div {
    display: none;
    flex-direction: column;
    gap: 50px;
    align-items: center;
    position: relative;
}

.section-6 .mobile-gallery-div img{
    object-fit: cover;
}

.section-6 .mobile-gallery-div .div-cut-1 {
    position: absolute;
    transform: translate(-50%, -50%);
    left: calc(-55px + 4vw);
    left:5%;
    top: 74%;
    width: 95px;
    height: 85px;
}
.section-6 .mobile-gallery-div .div-cut-2 {
    position: absolute;
    transform: translate(-50%, -50%);
    right: calc(-55px + 4vw);
    top: 60%;
    width: 70px;
    height: 110px;
}

/* top */

.section-6 .mobile-gallery-div .top {
    display: flex;
    justify-content: center;
    position: relative;

}

.section-6 .mobile-gallery-div .top .top-cut-1 {
    position: absolute;
    top: -2px;
    left: -24%;
    width: 75px;
    height: 70px;
    z-index: 3;
}
.section-6 .mobile-gallery-div .top .top-cut-2 {
    position: absolute;
    transform: translate(-50%,-50%);
    left: 52%;

    top: 19px;
    width: 25px;
    height: 20px;
    z-index: 3;
}

.section-6 .mobile-gallery-div .top .top-1 {
    width: 93px;
    height: 75px;
    z-index: 2;
    align-self: flex-end;
    rotate: -2deg;
    position: relative;
    left: 8px;
    top: 9px;
    object-fit: cover;
}

.section-6 .mobile-gallery-div .top .top-2 {
    width: 74px;
    height: 93px;
    z-index: 1;
    position: relative;
    rotate: 1.5deg;
    object-fit: cover;
}


/* middle */

.section-6 .mobile-gallery-div .middle {
    position: relative;
    rotate: 2deg;
}

.section-6 .mobile-gallery-div .middle .middle-cut-1 {
    position: absolute;
    top: -3.3%;
    left: -3%;
    width: 50px;
    height: 70x;
}

.section-6 .mobile-gallery-div .middle .middle-cut-2 {
    position: absolute;
    top: -5%;
    right: -3%;
    width: 30px;
    height: 40px;
}

.section-6 .mobile-gallery-div .middle .middle-cut-3 {
    position: absolute;
    bottom: -4%;
    left: -10%;
    width: 40px;
    height: 65px;
}

.section-6 .mobile-gallery-div .middle .middle-cut-4 {
    position: absolute;
    bottom: -7%;
    width: 60px;
    height: 50px;
    left: 25%;
}

.section-6 .mobile-gallery-div .middle .middle-cut-5 {
    position: absolute;
    width: 22px;
    height: 40px;
    bottom: -9px;
    right: -3%;
    object-fit: unset;
}


.section-6 .mobile-gallery-div .middle-img {
    width: 250px;
    height: 350px;
    display: flex;
    justify-content: center;
}



/* bottom */

.section-6 .mobile-gallery-div .bottom {
    display: flex;
    gap: 15px;
    position: relative;
}

.section-6 .mobile-gallery-div .bottom .bottom-cut-1 {
    position: absolute;
    width: calc(45px + .8vw);
    height: 95px;
    left: 2px;
    bottom: -6%;
}

.section-6 .mobile-gallery-div .bottom .bottom-cut-2 {
    position: absolute;
    width: calc(100px + 1vw);
    height: 55px;
    right: -2px;
    bottom: 4.5%;
    z-index: 4;
    object-fit: unset;
}

.section-6 .mobile-gallery-div .bottom img {
    width: 115px;
    height: 150px;
    position: relative;
}

.section-6 .mobile-gallery-div .bottom .bottom-1 {
    rotate: 4deg;
    left: 10px;

    z-index: 2;
}

.section-6 .mobile-gallery-div .bottom .bottom-2 {
    rotate: -3.5deg;
    right: 5px;
    top: 12px;
}

.section-6 .mobile-gallery-div .bottom .bottom-3 {
    rotate: 1deg;
    width: 120px;
    right: 5px;
}

@media (max-width:500px) {
    .section-6 .desktop {
        display: none;

    }

    .section-6 .gallery-group-2 {
        display: flex;
        width: 100%;
    }

    .section-6 {
        padding: 9rem 0rem;

    }
}



/* section-7 */

.section-7 {
    background-image: url(../img/section-7-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    /* background-position: bottom; */
    min-height: 100vh;
    display: grid;
    place-items: center;
    width: 100%;
    color: black;
}

.section-7 .section-7-container {
    background-color: var(--primary-color);
    width: 80%;
    height: 85%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    position: relative;
    /* padding: 1rem 0rem; */
    padding-bottom: 2rem;
    gap: 1rem;
}



.section-7 .section-7-container .div-1 {
    position: relative;
    height: 6rem;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;

}

.section-7 .section-7-container .div-1 .div {
    width: 3.5rem;
    height: 3rem;
    position: relative;
}

.section-7 .section-7-container .div-1 div>* {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* background-color: yellow; */
}

.section-7 .section-7-container .div-1 .div :nth-child(1) {
    width: 100%;
    height: 100%;
    z-index: 2;
}

.section-7 .section-7-container .div-1 .div :nth-child(2) {
    width: 2.7rem;
    height: 7rem;

}

.section-7 .section-7-container .div-1>img {
    width: 3.5rem;
    height: 3rem;
}



.section-7 .section-7-container .div-2 {
    position: relative;
    width: 100%;
    /* height: 40%; */

}

.section-7 .section-7-container .div-2>* {
    position: absolute;
    /* top: 10%; */
    left: 50%;
    transform: translate(-50%, -50%);
}

.section-7 .section-7-container .div-2 :nth-child(1) {
    width: 58rem;
    height: 12rem;
}

.section-7 .section-7-container .div-2 :nth-child(2) {
    width: 23rem;
    height: 26rem;
}


.section-7 .section-7-container {}

.section-7 .section-7-container button {
    background-color: transparent;
    border: 2px solid black;
    font-family: space;
    padding: .5rem 1.4rem;
    font-size: .6rem;
}




/* section-8 */

.section-8.section-8 {
    /* min-height: 115vh; */
    display: flex;
    /* margin-bottom: 1rem; */
    font-family: hel-thin;
    text-align: center;
    overflow-wrap: break-word;
    flex-direction: row;

    padding-inline: 0px !important;
    padding-bottom: 0px !important;
    padding: 0px !important;
}

.section-8 .products-div {
    flex: 1;
    background-color: black;
    padding: 3rem 2rem;
    display: flex;
    flex-direction: column;
    /* row-gap: 4rem; */
    align-items: center;
    color: var(--primary-color);
    position: relative;
    gap: 10px;
}

.section-8 .store-div {
    gap: 10px;
    flex: 1;
    background-color: var(--tertiary-color);
    padding: 3rem 2rem;
    display: flex;
    flex-direction: column;


    align-items: center;
    position: relative;
    justify-content: space-between;
    color: var(--primary-color);
}

.section-8 h5 {
    font-size: 18px;
    letter-spacing: .65px;
    font-family: hel;
}

.section-8 h5 span {
    font-size: .9rem;
}

.section-8 .img {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5rem 0rem;
    width: 100%;
    min-height: 18rem;

}

.section-8 .img img {
    width: 12rem;
    z-index: 2;

}

.section-8 .img .bg-img {
    position: absolute;
    z-index: 1;
    width: 100% !important;
}

/* min-width */
@media (min-width:760px) {
    .section-8 .img .coffee-bag-img {
        width: 19rem;
    }

}

.section-8 .store-div .barcode2 {
    position: absolute;
    /* top: 50%; */
    left: 50%;
    transform: translate(-50%, -50%);
    width: unset;
    /* width: 4rem; */
    height: 1.4rem;
    width: 100%s;
}



.section-8 .text {
    width: 96%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.section-8 .products-div h1 {

    font-family: tung;
    letter-spacing: .1rem;
    padding: .2rem 1.3rem;
    border: 7px solid var(--primary-color);
    color: var(--primary-color);
    width: fit-content;
    font-size: 1.9rem;
    font-weight: 500;


}



.section-8 .store-div {
    background-color: #384331;
}

.section-8 .store-div h1 {

    font-family: space;
    font-weight: lighter;
    letter-spacing: .9rem;
    font-size: 1.4rem;

}

.section-8 .store-div img {
    width: 4.2rem;
}

.section-8 .store-div .drugstore-img {
    width: 5.5rem;
}

.section-8 p {
    font-size: clamp(11px, 1.5vw, 15px);
    /* font-size: va; */
    font-family: hel-thin;
    font-weight: lighter;
    letter-spacing: .4px;
    width: 85%;
    line-height: 20px;
    letter-spacing: .7px;
}


.section-8 .products-div a {

    padding: var(--btn-padding);
    font-size: var(--btn-font-size);
    letter-spacing: .7px;
    background-color: var(--tertiary-color);
    border: none;
    color: var(--primary-color);
    font-family: space;
    margin-top: 20px;
    margin-bottom: 30px;
    text-decoration: none;

    width: 100%;
    max-width: var(--btn-max-width);
    min-width: var(--btn-min-width);
    white-space: nowrap;
    display: flex;
    justify-content: center;

    &:hover {
        cursor: pointer;
    }

}

.section-8 .store-div a {

    padding: var(--btn-padding);
    font-size: var(--btn-font-size);
    letter-spacing: .7px;
    background-color: transparent;
    outline: 1px solid var(--primary-color);
    color: var(--primary-color);
    font-family: space;
    margin-top: 20px;
    margin-bottom: 15px;
    text-decoration: none;

    width: 100%;
    max-width: var(--btn-max-width);
    min-width: var(--btn-min-width);
    white-space: nowrap;
    display: flex;
    justify-content: center;

    &:hover {
        cursor: pointer;
    }
}

.section-8>div {
    padding: 4em 2rem !important;
}


/* footer */
footer .sub-section-3 .row-2 img {
    width: 6rem !important;
    height: 6rem !important;
}


@media (max-width:760px) {
    .section-8 .img .bg-img {
        width: 109% !important;
    }

    .section-5 .products {
        flex-direction: column;
        padding-left: 2rem;
        padding-right: 2rem;
        row-gap: 4rem;
    }

    .section-5 .product {
        min-height: 15rem;
        width: 100%;
    }

    .section-5 .product img {
        width: 100%;
        height: 100%;
    }




    .section-5 .product .product-text {
        display: flex;
        flex-direction: column;
        padding-top: .8rem;
        font-family: hel-thin;
        gap: .15rem;
        margin: 2rem 0rem;
        height: unset;
    }

    .section-5 .product .product-text .txt {
        display: flex;
        justify-content: space-between;
        align-items: start;
        font-size: .6rem;
        gap: 4rem;
        color: #ffffff;
    }

    .section-5 .product .product-text .txt h6 {

        font-size: 1.15rem;
        font-weight: lighter;
    }

    .section-5 .product .product-text .txt p {
        width: 54%;
        text-align: right;
        line-height: 22px;
    }

    .section-5 .product .product-text .txt-1 h5 {
        color: var(--tertiary-color);
        font-size: 13px;
    }

    .section-8>div {
        padding: 70px 15px !important;
    }


    .section-8 .products-div {
        border-bottom: 1px solid rgb(103, 103, 103);
    }

    .section-5 .product .product-text .txt-2 p {
        font-weight: bold;
        font-size: clamp(12.5px, 1.4vw, 14.4px) !important;
        position: relative;
        top: .5rem;

    }


    /* .section-8 */

    .section-8.section-8 {
        flex-direction: column;
    }

    .section-8 .products-div h1 {
        font-size: 9vw;
        border: 1.6vw solid var(--primary-color);
    }

    .section-8 .img {
        display: flex;
        justify-content: center;
        align-items: center;
        /* height: 17rem; */
        width: auto;
        min-height: calc(250px + 21vw);

    }

    .section-8 .img img {
        width: 85% !important;
        height: auto;

    }

    .section-8 .img .drugstore-img {
        width: 70% !important;
    }
}

@media (max-width:570px) {
    .section-1 {
        flex-direction: column-reverse;
        padding: 1.7rem 1.5rem;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .sub-section-1 .text h2 {
        display: none;
    }

    .section-6 p {
        line-height: 17.5px;
    }

    .sub-section-1 .text {
        display: none;
    }

    .sub-section-1 .images {
        width: 100%;
        align-items: center;
        flex-direction: column;
    }



    .sub-section-1 .images .img {
        width: 100%;
        align-items: start;
        flex-direction: column;
        width: 100%;
        /* background-color: var(--tertiary-color); */
        /* background-color: rebeccapurple; */
    }

    .sub-section-1 .images .img img {
        width: 100%;
        height: 100%;
    }

    .sub-section-1 .images .img p {
        font-size: clamp(12.5px, 2.3vw, 19px);
        margin-bottom: 12px;
    }

    .sub-section-1 .images .img-1 {
        margin-bottom: .8rem;
    }

    .sub-section-1 .images .img-2 img {
        width: 100%;
        height: 100%;
    }

    .sub-section-2 button {
        margin-bottom: 40px;
    }

    .sub-section-2 h2 {
        display: block;
        margin-bottom: 2rem;

        font-size: 19px;
    }

    .sub-section-2 h1 {
        font-size: clamp(38px, 5.5vw, 28px);
        line-height: clamp(38px, 5.5vw, 28px);
        width: 100%;
        margin-top: 60px;
        margin-bottom: 30px;
    }

    .section-2 .middle-content .barcode-container .barcode {
        width: 120vw;
        position: relative;
        right: 16px;
        height: 55px;
    }

    /* .section-2 */
    .section-2 .bottom-content p {
        width: 90%;
        line-height: 19px;
    }

    .section-2 .middle-content {
        height: 70vw !important;
    }

    /* .section-4 */
    .section-4 .bottom-content p {
        font-size: 1.1rem;
        width: 93%;
        line-height: 1.3rem;
    }

    .section-2 h1 {
        font-size: 4.3vw;
        white-space: nowrap;
        display: flex;
        justify-content: center;
    }

    .section-2 .middle-content .barcode-container h3 {
        left: calc(10px + 2.5vw);
    }
}

}



@media (max-width:450px) {
    .section-5 .product {
        width: 100%;
    }
}

@media (max-width:400px) {
    .section-5 .intro h1 {
        font-size: 2.95vw;
    }
}