* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    border: 0;
    font-family: 'Spectral';
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#wrapper {
    display: none;
}

#background-video {
    height: 110vh;
    width: 100vw;
    object-fit: cover;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -3;
    background: linear-gradient(180deg, rgba(237, 211, 90, 0.75) -10.01%, rgba(29, 29, 27, 0.75) 107.96%);

}

#age {
    overflow: hidden;
    position: relative;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5), rgba(0, 0, 0, 0.5));
    background-size: 101%;
    z-index: 111;
    min-height: 100vh;
    display: none;

}

#age:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 101%;
    background: linear-gradient(180deg, rgba(237, 211, 90, 0.75) -10.01%, rgba(29, 29, 27, 0.75) 107.96%);
    z-index: 1;
}

.age_body {
    z-index: 5;
    flex: 1 1 auto;
    margin: 0px auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.age_block {
    min-width: 575px;
    background-image: url("assets/blockTextBackground.svg");
    background-position: top;
    background-repeat: no-repeat;
    padding-bottom: 45px;
}

.age_block_2 {
    min-width: 575px;
    height: 335px;
    width: 46.335937%;
    background-image: url("assets/blockTextBackground_1.svg");
    background-position: top;
    background-repeat: no-repeat;
    padding-bottom: 45px;
}

#age_2 {
    position: relative;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5), rgba(0, 0, 0, 0.5));
    background-size: 101%;
    z-index: 111;
    min-height: 100vh;
    display: flex;
    overflow: hidden;
}
.change-lang option{
    background-color: transparent;
    background-color: #e2d9c1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.change-lang{
    cursor: pointer;
    color: #000;
    border: none;
    font-size: 16px;
    background-color: transparent;
}
#age_2:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

#kill,
#kill1,
#kill2{
    display: none;
}
.Ln {
    display: flex;
    justify-content: center;
    height: 1.5rem;
    vertical-align: middle;
    margin-top: 4.438rem;
    color: #000;
    margin-bottom: 2.125rem;
    font-family: 'Acme';
    font-style: normal;
    font-weight: 400;
    font-size: 0.938rem;
    line-height: 1.188rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.Bd-Walcome {
    font-family: 'Spectral';
    font-style: normal;
    font-weight: 700;
    width: 575px;
    font-size: 25px;
    line-height: 38px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    text-transform: uppercase;
    color: #1D1D1B;
}

.Old-txt {
    margin: auto auto;
    margin-bottom: 26px;
    width: 21.313rem;
    padding-bottom: 4px;
    height: 130px;
    background-image: url("assets/Group 68 (2).svg");
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Acme';
    font-style: normal;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.25rem;
    text-align: center;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #1D1D1B;
}
.Btn-div{
    display: flex;
    margin-bottom: 40px;
    justify-content: center;
    
}
.Btn-div button {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.btn_1 {
    margin-left: 55px;
    outline: 1px solid #EDD35B;
    outline-offset: -6px;
    color: #EDD35B;
    background-color: #000;
    width: 223px;
    height: 62px;
    font-family: 'Acme';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    text-align: center;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #EDD35B;
}

.btn_2 {
    margin-left: auto;
    margin-right: 54px;
    outline: 1px solid rgba(248, 240, 227, 1);
    outline-offset: -6px;
    color: white;
    background-color: rgba(0, 0, 0, 0.5);
    padding-right: 10px;
    width: 223px;
    height: 62px;
    line-height: 19px;
    font-family: 'Acme';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    text-align: center;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}
.bt_txt {
    width: 90%;
    font-size: 10px;
    p {
        font-family: 'Acme';
        font-style: normal;
        font-weight: 400;
        font-size: 8px;
        line-height: 20px;
        text-align: center;
        letter-spacing: 0.2em;
        text-transform: uppercase;
        color: #CEC8B6;
    }
}

::-webkit-scrollbar {
    display: none;
}

.navbar {
    display: block;
    overflow: hidden;
    background-color: #333;
    z-index: 15;
    position: fixed;
    top: 0;
    /* Position the navbar at the top of the page */
    width: 100vw;
    min-height: 55px;
    height: 5vh;
    background: rgba(45, 42, 38, 0.2);
    display: none;

    img {
        cursor: pointer;
        margin-top: 15px;
        margin-right: 5px;
        float: right;
    }
}

#menu {
    display: none;
    position: fixed;
    transition: 0.5s;
    height: 100%;
    width: 360px;
    z-index: 1101;
    background-color: #1D1D1B;
    flex-direction: column;
    display: none;
    right: 0;
    align-items: center;

    a {
        text-decoration: none;
        font-family: 'Acme';
        margin-bottom: 3vh;
        font-style: normal;
        font-weight: 400;
        font-size: 25px;
        line-height: 32px;
        text-align: center;
        text-transform: uppercase;
        color: #FFFFFF;
    }

    .close {
        position: absolute;
        right: 0;
        margin-top: 15px;
        margin-right: 5%;
        float: right;
    }

    .logo {
        padding-bottom: 20px;
    }

    .mn_tb {
        width: 170px;
        margin-left: auto;
        margin-right: auto;
        height: 4vh;
        margin-bottom: 4vh;
        display: flex;
        align-items: center;
    }

    .change-lang_mb {
        cursor: pointer;
        color: #000;
        margin-left: 2vh;
        font-size: 16px;
        border: none;
        color: white;
        background-color: transparent;

        option {
            font-size: 12px;
            background-color: transparent;
            width: 120px;
            background-color: #1D1D1B;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }
    }

    #ln_choose_mb span {
        margin-left: 1vh;
        font-family: 'Acme';
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 25px;
        /* identical to box height */

        letter-spacing: 0.2em;
        text-transform: uppercase;

        color: #FFFFFF;
    }

    .sr {
        width: 25px;
        height: 25px;
        filter: invert(100%);

    }

    .menu-svgs-box {
        width: 100%;
        position: absolute;
        bottom: 25%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .menu-svgs {
        width: 100%;
        display: flex;
        justify-content: center;
        gap: 15%;
        margin-bottom: 10%;
    }
}

#page-slider {
    position: fixed;
    right: 20px;
    top: 25px;
    /* top: 50%; */
    /* transform: translateY(-50%); */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    z-index: 3;

    .icons-menu {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    #ln_globe {
        outline: 2px solid #EDD35B;
        outline-offset: -6px;
        background-color: #F8F0E3;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        display: none;
        position: absolute;
        top: 120px;
        right: 75px;
        font-family: 'Acme';
        font-style: normal;
        font-weight: 700;
        font-size: 16px;
        line-height: 25px;
        letter-spacing: 0.2em;
        text-transform: uppercase;
        color: #2D2A26;
        padding: 10px;
    }

    #ln_globe p {
        text-align: center;
        width: 90%;
    }

    #ln_globe p:hover {
        transition: 0.4s;
        background-color: #BA9A6E;
        cursor: pointer;
    }

    #scroll-div {
        min-height: 300px;
        display: flex;
        justify-content: center;
        align-items: center;

        #scrollbar {
            position: relative;
            height: 300px;

            #track {
                height: 300px;
                width: 3px;
                background: #000;

                #thumb {
                    position: absolute;
                    width: 3px;
                    height: 115px;
                    background: #EDD35B;
                    cursor: pointer;
                }
            }

        }
    }

}

#center-dot {
    z-index: 0;
    position: fixed;
    width: 1px;
    right: 50%;
    height: 80%;
}

#warning {
    width: 100%;
    height: 10vh;
    position: fixed;
    bottom: 0;
    z-index: 3;

    img {
        width: 100%;
        height: 100%;
    }
}

#bottle {
    height: 85vh;
    z-index: 1;
}

.bottle-in-carousel {
    display: none;
}

#first-section {
    width: 100%;
    padding: 0 5%;
    height: 90vh;
    background-color: #F8F0E4;
    display: flex;
    align-items: center;
    justify-content: space-around;

    #logo {
        height: 90vh;
    }

}

#second-section {
    width: 100%;
    height: 90vh;
    background: url('./assets/people-on-yacht.png') no-repeat fixed center/cover;
}

.brand-description {
    padding-top: 12px;
    max-width: 455px;
    font-size: 20px;
    /* text-align: justify; */
}

#third-section {
    background: linear-gradient(to right, #5d4915 0%, #1f1f1c 50%);
    width: 100%;
    /* padding: 50px 100px; */
    padding: 50px 100px;
    color: white;

    .section-title {
        font-weight: 700;
        font-size: 40px;
    }

    .pre-title {
        font-weight: 400;
        font-size: 25px;
        width: 420px;
    }


}

#quarter-section {
    width: 100%;
    padding: 50px 100px;
    color: white;
    line-height: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: url('./assets/building.jpg') no-repeat fixed center/cover;

    #nutritional_value_background {
        color: #1D1D1B;
        line-height: 40px;
        padding: 25px 20px;
        background-color: #f8f0e4;
        position: relative;

        .nutrition-title {
            padding-top: 20px;
            font-weight: 700;
            font-size: 25px;
        }

        .triangle {
            position: absolute;
            left: 0;
            margin: 5px 1%;
            width: 98%;
            height: 7px;
            background: white;
            clip-path: polygon(0% 100%, 2% 0%, 4% 100%, 6% 0%, 8% 100%,
                    10% 0%, 12% 100%, 14% 0%, 16% 100%, 18% 0%,
                    20% 100%, 22% 0%, 24% 100%, 26% 0%, 28% 100%,
                    30% 0%, 32% 100%, 34% 0%, 36% 100%, 38% 0%,
                    40% 100%, 42% 0%, 44% 100%, 46% 0%, 48% 100%,
                    50% 0%, 52% 100%, 54% 0%, 56% 100%, 58% 0%,
                    60% 100%, 62% 0%, 64% 100%, 66% 0%, 68% 100%,
                    70% 0%, 72% 100%, 74% 0%, 76% 100%, 78% 0%,
                    80% 100%, 82% 0%, 84% 100%, 86% 0%, 88% 100%,
                    90% 0%, 92% 100%, 94% 0%, 96% 100%, 98% 0%,
                    100% 100%);
            background-color: #1d1d1b;
        }

        .triangle.top {
            top: 0;
            transform: rotate(180deg);
        }

        .triangle.bottom {
            bottom: 0;
        }

        table {
            padding: 20px 0;
            font-size: 15px;
            line-height: 20px;
        }

        td:first-child {
            text-align: left;
        }

        td:last-child {
            padding-left: 40px;
            text-align: right;
        }
    }
}

.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 24px;
    color: white;
}

#fifth-section {
    width: 100%;
    background: url('./assets/brand_bottles_carousel_background.svg') center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 70vh;
    background-color: #f8f0e4;

    #brand-carousel {
        position: absolute;
        width: 88%;
        bottom: 10px;
        z-index: 3;

        .swiper-wrapper {
            align-items: flex-end;
        }

        .swiper-button-next,
        .swiper-button-prev {
            top: 75%;
            background-color: rgba(0, 0, 0, 0.5);
            border-radius: 50%;
            width: 50px;
            height: 50px;
        }

        .swiper-slide {
            display: flex;
            justify-content: center;
            align-items: flex-end;
            width: 30%;
            transform: scale(0.5);
            transition: transform 0.5s ease-in-out;
        }

        .swiper-slide-active {
            transform: scale(1);
        }
        .swiper-slide img {
            /* max-width: 100%; */
            height:80vh;
        }
        .image-brand-btn{
            display: flex;
            flex-direction: column;
            gap: 20px;
            height: 90vh;

            button{
                font-size: 1rem;
                min-width: 8.75rem;
                -webkit-box-shadow: 0 0.3125rem 1rem rgba(0, 0, 0, 0);
                box-shadow: 0 0.3125rem 1rem rgba(0, 0, 0, 0);
                -webkit-border-radius: 50px;
                border-radius: 50px;
                cursor: pointer;
                color: rgb(14, 34, 64);
                font-weight: 700;
                line-height: 1rem;
                letter-spacing: 0.125rem;
                background-color: rgb(255, 198, 39);
                text-align: center;
                padding-top: 8px;
                padding-right: 16px;
                padding-bottom: 8px;
                padding-left: 16px;
                font-family: Corona Headline;
                -moz-osx-font-smoothing: grayscale;
                -webkit-font-smoothing: antialiased;
                -webkit-transition: all 200ms ease-in-out;
                transition: all 200ms ease-in-out;
                max-width: 16rem;
            }
            button:hover{  color: rgb(255, 255, 255);
            background-color: rgb(170, 125, 0);
            -webkit-box-shadow: 0 0.3125rem 1rem rgba(0, 0, 0, 0);
            box-shadow: 0 0.3125rem 1rem rgba(0, 0, 0, 0);}
        }
    }
}

#six-section {
    width: 100%;
    padding: 50px 100px;
    background: url('./assets/people-on-yacht.png') no-repeat fixed center/cover;
    display: flex;
    justify-content: center;
    z-index:2;
    position: relative;
    #senorCartelVideo20sec {
        width: 100%;
    }
}

#seventh-section {
    padding: 50px 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;

    #text-div {
        display: flex;
        flex-direction: column;
        gap: 20px;
        width: 35%;

        .section-title {
            font-weight: 700;
            font-size: 32px;
        }

        img {
            width: 90%;
        }
    }

    #img-div {
        width: 60%;

        #beer_on_sity_background {
            width: 100%;
            height: auto;
            aspect-ratio: 16/10;
        }
    }
}

#eighth-section {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 100px;

    .swiper-button-next,
    .swiper-button-prev {
        z-index: 10;
        background-color: rgba(0, 0, 0, 0.5);
        border-radius: 50%;
        width: 50px;
        height: 50px;
    }

    .sw-div {
        margin: 15px 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 10px;
        text-align: center;

        h3 {
            font-size: 30px;
            display: block;
            border: 3px solid black;
            border-radius: 50%;
            padding: 8%;
        }

        p {
            font-size: 15px;
        }
    }

    .swiper-slide .sw-div {
        transform: scale(0.9) !important;
        transition: transform 0.5s ease-in-out;
    }

    .swiper-slide-active .sw-div {
        transform: scale(1.2) !important;
    }
}

#ninth-section {
    #text-img-div {
        padding: 0 100px;
        display: flex;
        justify-content: space-between;
        align-items: center;

        p {
            font-weight: 400;
            font-size: 20px;
            width: 450px;
        }
    }

    #palm {
        width: 100%;
    }

}

#tenth-section {
    padding: 50px 100px;
    display: flex;
    gap: 20px;
    background-color: rgba(45, 42, 38, 1);
    color: white;
    width: 100%;

    img {
        width: 35%;
    }

    p {
        line-height: 32px;
        text-align: center;
        font-weight: 400;
        font-size: 25px;
    }

    #form-div {
        width: 65%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;

        #text-inputs-div {
            display: flex;
            gap: 20px;

            label {
                color: #EDD35B;
                letter-spacing: 0.2em;
                text-transform: capitalize;
                font-weight: 400;
                line-height: 19px;
            }

            input,
            textarea {
                border-radius: 5px;
                width: 100%;
                font-family: 'Acme';
                font-style: normal;
                height: 38px;
                margin-bottom: 20px;
                background: #F8F0E3;
                border: 1px solid #EDD35B;
            }

            textarea {
                height: 88.58888%;
            }

            #textfields-div {
                width: 50%;
                display: flex;
                flex-direction: column;
                justify-content: space-between
            }

            #textarea-div {
                width: 50%;
                display: flex;
                flex-direction: column;
            }
        }

        #checkbox-label {
            padding-left: 40px;
            margin: 40px 0;
            display: block;
            position: relative;
            font-family: 'Acme';
            font-weight: 400;
            font-size: 10px;
            line-height: 13px;
            letter-spacing: 0.2em;
            color: #CEC8B6;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
            position: relative;

            input {
                position: absolute;
                opacity: 0;
                cursor: pointer;
                height: 0;
                width: 0;
            }

            .checkmark {
                position: absolute;
                cursor: pointer;
                top: 0;
                top: 25%;
                left: 0;
                height: 19px;
                width: 19px;
                background-color: #33333300;
                border: 2px #CEC8B6 solid;
            }

            input:checked~.checkmark {
                background-color: #EDD35B;
            }

            .checkmark:after {
                content: "";
                position: absolute;
                display: none;
                left: 4px;
                top: 1px;
                width: 6px;
                height: 9px;
                border: solid #333;
                border-width: 0 2px 2px 0;
                -webkit-transform: rotate(35deg);
                -ms-transform: rotate(35deg);
                transform: rotate(35deg);
            }

            input:checked~.checkmark:after {
                display: block;
            }
        }

        #btn-div {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;

            button {
                width: 344px;
                border: 3px solid #EDD35B;
                height: 50px;
                background-color: unset;
                font-family: 'Acme';
                font-style: normal;
                font-weight: 400;
                font-size: 15px;
                line-height: 19px;
                letter-spacing: 0.2em;
                color: #EDD35B;
            }

            button:hover {
                transition: 0.5s;
                cursor: pointer;
                background-color: #edd25b56;
                ;
            }

            button:active {
                background-color: #EDD35B;
            }
        }
    }
}

#footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    background-color: black;
    text-align: center;
    padding-bottom: 12vh;
    padding-top: 30px;
    color: #BA9A6E;
    font-family: 'Acme';
    font-weight: 400;

    img {
        width: 150px;
    }

    #foot_1 {
        padding-top: 10px;
        line-height: 13px;
        font-size: 10px;
        letter-spacing: 0.2em;
        color: #EDD35B;
    }

    .foot_2 {
        font-size: 10px;
    }
}

@media screen and (max-width: 1280px) {

    #third-section,
    #quarter-section,
    #seventh-section,
    #tenth-section,
    #eighth-section {
        padding: 2.5% 5%;
    }

}

@media screen and (max-width: 1070px) {
    #third-section {
        position: relative;
        z-index: 2;
        display: flex;
        text-align: center;
        flex-direction: column;
        align-items: center;
        padding: 0;
    }

    #quarter-section {
        gap: 20px;

        .brand-description {
            z-index: 2;
            background-color: rgba(0, 0, 0, 0.5);
        }

        #nutritional_value_background {
            z-index: 2;

        }
    }
}

@media screen and (max-width: 900px) {
    .navbar {
        display: block;
    }

    #page-slider {
        display: none;
    }
    .bt_txt {
        p {
            line-height: 10px;
        }
    }
    #first-section {
        height: auto;

        #logo {
            height: auto;
            width: 60%;
        }
    }

    #bottle {
        height: auto;
        width: 18%;
    }

    .brand-description {
        z-index: 2;
        max-width: 55%;
    }
    #third-section {
        .pre-title {
            width: 90%;
        }
        .brand-description {
            max-width: 90%;
        }
    }
    #quarter-section {
        padding: 2.5% 2.5%;

        #nutritional_value_background {
            .nutrition-title {
                font-size: 20px;
            }
        }
    }

    #seventh-section {
        flex-direction: column;

        #text-div {
            width: 95%;
            align-items: center;

            img {
                width: 60%;
            }
        }

        #img-div {
            width: 95%;
        }

        .section-title {
            text-align: center;
        }

        .brand-description {
            max-width: 100%;
            text-align: center;
        }
    }

    #ninth-section {
        #text-img-div {
            padding: 0;
            flex-direction: column;

            p {
                text-align: center;
                width: 90%;
            }
        }
    }

    #eighth-section {
        .sw-div {
            margin: 20px 0;

            h3 {
                font-size: 20px;
            }

            p {
                font-size: 10px;
            }
        }

        .swiper-slide .sw-div {
            transform: scale(0.9) !important;
            transition: transform 0.5s ease-in-out;
        }

        .swiper-slide-active .sw-div {
            transform: scale(1.2) !important;
        }
    }

    #tenth-section {
        flex-direction: column;

        img {
            width: 95%;
        }

        #form-div {
            width: 95%;

        }
    }
}

@media screen and (max-width: 600px) {
    .logo {
        width: 75px;
        height: 69.57px;
    }
    .age_block {
        width: 90vw;
        max-width: 307px;
        height: 39.0625vh;
        max-height: 255px;
        min-width: auto;
        background-image: url("assets/Group 145 (2).svg");
    }
    .age_block_2 {
        max-width: 307px;
        height: 205px;
        background-image: url("assets/Group 145 (1).svg");
        background-position: top;
        background-size: contain;
        background-repeat: no-repeat;
        padding-bottom: 45px;
    }
    .Ln {
        margin-top: 30px;
        margin-bottom: 10px;
        font-size: 11px;
    }
    .Bd-Walcome {
        margin-bottom: 5px;
        font-size: 14px;
        width: auto;
        height: auto;
        line-height: 15px;
    }
    .Old-txt {
        height: 24.4%;
        box-sizing: content-box;
        background-image: url("assets/Group 68 (3).svg");
        width: auto;
        background-position: center;
        height: auto;
        font-size: 10px;
        line-height: 12px;
        margin-bottom: 22px;
    }
    .Old-txt {
        height: 32.4%;
        width: 70%;
        font-size: 8px;
    }
    .txt_old {
        font-size: 8px;
    }
    .Ln img {
        width: 15px;
        margin-right: 2px;
        vertical-align: middle;
    }
    .Btn-div {
        justify-content: space-around;
      button {
        padding: 0px;
            font-size: 7px;
        }
        .btn_1 {
            height: 32px;
            /* font-size: 12px; */
            margin-left: 35px;
            margin-right: 5%;
            width: 37.45928338762215%;
        }
        .btn_2 {
            margin-right: 35px;
            padding: 0px;
            line-height: 10px;
            height: 32px;
            width: 37.45928338762215%;
        }
    }
    .bt_txt p:not(:first-child){
        font-size: 5px;
    }

    #first-section {
        height: 90vh;

        #logo {
            height: auto;
            width: 100%;
        }
    }

    #menu {
        width: 100%;
    }

    #bottle {
        position: absolute;
        height: 60vh;
        width: auto;
    }

    .brand-description {
        max-width: 90%;
    }

    #quarter-section {
        padding: 2.5% 0;
        flex-direction: column-reverse;
        text-align: center;

        .brand-description {
            background-color: unset;
        }

        #nutritional_value_background {
            width: 90%;

            .nutrition-title {
                padding-top: 0;
            }

            table {
                padding: 0;
                width: 100%;

                tr {
                    justify-content: space-between;
                    display: flex;
                }
            }
        }
    }

    #tenth-section {
        #form-div {
            #text-inputs-div {
                flex-direction: column;

                #textfields-div {
                    width: 100%;
                }

                #textarea-div {
                    width: 100%;

                }
            }

        }
    }
}