#hero {
    background-color: var(--main-color);
    color: var(--clr-white);
    /* height: calc(100vh - 111px); */
    height: 100vh;
    display: grid;
    align-items: center;
    justify-items: center;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.flow>*:not(:last-child) {
    margin-bottom: 3rem;
}

#hero h1 {
    font-size: var(--fs-xxl);
}

.absolute {
    position: absolute;
}

#hero .absolute-1 {
    left: -4rem;
    bottom: -2rem;
    width: calc(200px + 1.5vw);
    z-index: 1;
}

@media (min-width:512px) {
    #hero .absolute-1 {
        left: -2rem;
        bottom: -2rem;
        width: calc(200px + 1.5vw);
        z-index: 1;
    }
}

#hero .absolute-2 {
    right: 0;
    top: -3rem;
    opacity: .3;
}

#hero .absolute-3 {
    bottom: -1rem;
    right: 0;
    opacity: .3;
}

#hero .absolute-4 {
    top: -2rem;
    /* right: 0; */
    opacity: .3;
}

.flex {
    display: flex;

}

.section-heading {
    margin-bottom: 2.625rem;
}

.flex.brands {
    align-items: center;
    gap: 1.5rem;
    justify-content: center;
}

.flex.brands img {
    width: 52px;
}

@media (min-width:768px) {
    .flex.brands img {
        width: 62px;
    }

    .flex.brands {
        gap: 4rem;
    }

}

#about .grid {
    gap: 2.675rem;
    align-items: center;
}

@media (min-width:992px) {
    #about .grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

#about .about-img-ctn,
#about .about-img-ctn img {
    width: 100%;
}


#about .about-details p {
    margin-bottom: 1.375rem;
}

.about-details p {
    font-size: 1.5rem;
}

.products-section .product-card .img-ctn {
    height: 200px;
    overflow: hidden;
}

.products-section .product-card img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.product-card {
    display: grid;
    gap: 1rem;
    padding: 1.2rem;
}

.products-section .grid {
    gap: 2rem
}

.products-section .product-card .details {
    color: var(--clr-white);
    background-color: var(--main-color);
    padding: 1rem;
    border-radius: 1rem;
    text-align: center;
    display: grid;
}

.products-section .product-card .details h3 {
    font-size: 1.375rem;
}

.products-section .product-card .details .price {
    color: var(--clr-accent);
    font-size: 1.275rem;
}

.products-section .product-card .details>*:not(:last-child) {
    display: block;
    margin-bottom: .75rem;
}

.products-section .section-button {
    text-align: center;
}

.products-section .section-button a>* {
    color: var(--text-on-white);
    display: block;
    font-size: 1.375rem;
}

#pose {
    text-align: center;
    position: relative;
    overflow: hidden;
}

#pose .absolute-images {
    display: none;
}

@media (min-width:1024px) {
    #pose .absolute-images {
        display: block;
    }

    #pose .absolute {
        max-width: 250px;
        z-index: -1;
        opacity: 0.3;
    }

    #pose .img-absolute-1 {
        left: -1rem;
        transform: rotate(28deg);
    }

    #pose .img-absolute-3 {
        left: 4rem;
        transform: rotate(-38deg);
        top: 45%
    }

    #pose .img-absolute-4 {
        right: 2rem;
        transform: rotate(-38deg);
        top: 10%
    }

    #pose .img-absolute-2 {
        right: 2rem;
        top: 50%;
        opacity: .2;
    }
}

#pose img {
    width: 100%;
}

#pose .b {
    margin-top: 1rem;
}

#pose .pose {
    color: var(--text-on-white);
    font-family: dream-avenue;
    font-size: 3rem;
}



#pose .grid {
    place-content: center;
}

.smell .grid {
    overflow: hidden;
}

.smell .absolute-images-container {
    display: none;
    background-color: var(--main-color);
}

.smell .absolute-images-container img {
    width: 100%;
}

@media (min-width:768px) {
    .smell .grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width:1024px) {
    .smell .grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .smell .absolute-images-container {
        position: relative;
        display: block;
    }

    .smell .absolute-images-container div:nth-child(1) {
        top: 1rem;
        left: -3rem;
        width: calc(250px + 1vw);
    }

    .smell .absolute-images-container div:nth-child(2) {
        top: 6rem;
        left: -6rem;
        width: calc(500px + 2vw);
    }

    .smell .absolute-images-container div:nth-child(3) {
        bottom: 3rem;
        left: -5rem;
        width: calc(150px + 1vw);
    }

    .smell .absolute-images-container div:nth-child(4) {
        bottom: 1rem;
        right: 1rem;
        width: calc(150px + 1vw);
    }
}

@media (min-width:1200px) {
    .smell .absolute-images-container div:nth-child(1) {
        top: 1rem;
        left: -3rem;
        width: calc(300px + 1vw);
    }

    .smell .absolute-images-container div:nth-child(2) {
        top: 6rem;
        left: -8rem;
        width: calc(600px + 2vw);
    }

    .smell .absolute-images-container div:nth-child(3) {
        bottom: 3rem;
        left: -rem;
        width: calc(200px + 1vw);
    }

    .smell .absolute-images-container div:nth-child(4) {
        bottom: 1rem;
        right: 1rem;
        width: calc(200px + 1vw);
    }
}

@media (min-width:1440px) {

    .smell .absolute-images-container div:nth-child(1) {
        top: 1rem;
        left: -3rem;
        width: calc(350px + 1vw);
    }

    .smell .absolute-images-container div:nth-child(2) {
        top: 6rem;
        left: -8rem;
        width: calc(650px + 2vw);
    }

    .smell .absolute-images-container div:nth-child(3) {
        bottom: 3rem;
        left: -4rem;
        width: calc(250px + 1vw);
    }

    .smell .absolute-images-container div:nth-child(4) {
        bottom: 1rem;
        right: 1rem;
        width: calc(250px + 1vw);
    }
}

@media (min-width:1520px) {

    .smell .absolute-images-container div:nth-child(1) {
        top: 1rem;
        left: -3rem;
        width: calc(400px + 1vw);
    }

    .smell .absolute-images-container div:nth-child(2) {
        top: 10rem;
        left: -10rem;
        width: calc(800px + 2vw);
    }

    .smell .absolute-images-container div:nth-child(3) {
        bottom: 3rem;
        left: -4rem;
        width: calc(300px + 1vw);
    }

    .smell .absolute-images-container div:nth-child(4) {
        bottom: 1rem;
        right: 1rem;
        width: calc(250px + 1vw);
    }
}

/* @media (min-width:1px) {

    .smell .absolute-images-container div:nth-child(1) {
        top: 1rem;
        left: -3rem;
        width: calc(400px + 1vw);
    }

    .smell .absolute-images-container div:nth-child(2) {
        top: 6rem;
        left: -10rem;
        width: calc(850px + 2vw);
    }

    .smell .absolute-images-container div:nth-child(3) {
        bottom: 3rem;
        left: -4rem;
        width: calc(400px + 1vw);
    }

    .smell .absolute-images-container div:nth-child(4) {
        bottom: 1rem;
        right: 1rem;
        width: calc(250px + 1vw);
    }
} */



.smell .image-1 {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.smell .image-1 img {
    width: 100%;
    height: 100%;
}

.smell .text {
    color: var(--text-on-white);
    text-align: center;
    padding: 80px 0;
    align-self: center;
}

.smell .text p {
    font-family: dream-avenue;
    font-size: 7rem;
}