    :root {
        --light-color: white;
        --dark-color: black;
        --icon-color: #696969;
        --text-color: #565151;

    }

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

    .container {
        max-width: 1140px;
        margin: 0 auto;
        padding: 0 15px;
    }

    html {
        scroll-behavior: smooth;
    }

    body {
        font-family: "lato";
    }

    a {
        display: inline-block;
        text-decoration: none;
    }

    li {
        list-style: none;
    }

    .container {
        max-width: 1140px;
        margin: 0 auto;
        padding: 0;
    }

    a {
        text-decoration: none;
        display: inline-block;
    }

    li {
        list-style: none;
    }

    .d-flex {
        display: flex;
    }

    .justify-center {
        justify-content: center;
    }

    .justify-between {
        justify-content: space-between;
    }

    .align-center {
        align-items: center;
    }

    .text-center {
        text-align: center;
    }

    .w-1 {
        width: 100%;
    }

    .w-2 {
        width: 50%;
    }

    .w-3 {
        width: 33.33%;
    }

    .w-4 {
        width: 25%;
    }

    .w-5 {
        width: 20%;
    }

    .row {
        display: flex;
        flex-wrap: wrap;
    }

    .py {
        padding: 100px 0;
    }

    .relative {
        position: relative;
    }

    /*  HEADER  */

    nav ul li a {
        color: var(--bg-light);
        margin: 0 15px;
        margin-top: 30px;
        font-weight: 900;
        letter-spacing: 1px;
        font-size: 15px;
        transition: all 0.2s linear;
        padding: 40px 0;
    }

    .social a {
        color: var(--bg-light);
        margin: 0 8px;
        font-size: 20px;
        transition: all 0.2s linear;
        margin-top: 27px;
    }

    .dropdown,
    .sub-itme {
        position: relative;
    }

    .dropdown-menu,
    .sub-menu {
        background-color: rgba(0, 0, 0, 0.121);
        position: absolute;
        top: 100%;
        left: 0;
        width: 150px;
        background-color: transparent;
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s linear;
        transform: translateY(25PX);
    }

    .dropdown .dropdown-menu a {
        padding: 10px 0;
    }

    .dropdown:hover .dropdown-menu,
    .sub-itme:hover .sub-menu {
        visibility: visible;
        opacity: 1;
        transform: translate(0);
    }

    .sub-menu {
        top: 0;
        left: 100%;
        width: 90px;
    }

    /* BENNER */

    .benner {
        background-image: url('../images/benner.png');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        width: 100%;
        height: 800px;
    }

    .benner-content {
        margin-left: 200px;
    }

    .benner-content h4 {
        font-size: 20px;
        color: black;
        font-weight: 800;

    }

    .benner-content h1 {
        margin-top: 20px;
        font-size: 45px;
        width: 50%;
    }

    .benner-content p {
        margin-top: 20px;
        font-size: 20px;
        font-weight: 300;
        width: 68%;
    }

    .benner-content a,
    .most-content a,
    .Beauty-content a,
    .blog-content a,
    .about-content a {
        margin-top: 20px;
        font-size: 16px;
        background-color: var(--dark-color);
        border: 2px solid var(--dark-color);
        padding: 15px 25px;
        color: var(--light-color);
        transition: all 0.5s linear;
    }

    .benner-content a:hover,
    .most-content a:hover,
    .Beauty-content a:hover,
    .blog-content a:hover,
    .about-content a:hover {
        border: 2px solid var(--dark-color);
        color: var(--dark-color);
        background: transparent;
    }

    /* ABOUT */

    .about-img img {
        border-radius: 25px;
        margin-left: 20px;
    }

    .about-content {
        margin: 110px 0 0 110px;
    }

    .about-content h4 {
        margin-bottom: 20px;
    }

    .about-title h2 {
        font-size: 50px;
        font-style: italic;
        margin-top: 20px;
        font-style: italic;
        color: #cacaca80;
        font-size: 50%;
        opacity: 40%;
    }

    .about-title {
        position: absolute;
        top: -60px;
        left: -20px;
        z-index: -1;
    }

    .about-content h2 {
        font-size: 45px;
        width: 100%;
    }

    .about-content p {
        font-size: 15px;
        color: #696969;
        width: 90%;
        margin: 10px 0;
    }

    .about-content ul li i {
        width: 40px;
        height: 40px;
        background-color: #6969696d;
        border-radius: 50%;
        padding: 3px;
        margin-right: 10px;
    }

    .about-content ul li {
        margin: 10px 0;
    }

    .about-content ul li span {
        color: rgba(105, 105, 105, 1);
    }

    /* PRODUCTS */

    .Purpose-title h2 {
        font-size: 30px;
        margin-bottom: 20px;
    }

    .Purpose-title p {
        margin-bottom: 25px;
        color: rgba(105, 105, 105, 1);
        width: 90%;
        margin: 15px 10px;
    }

    .Purpose-content h3 {
        font-size: 15px;
        margin-top: 12px;
    }

    .Purpose-content h4 {
        font-size: 12px;
        margin-top: 11px;
        color: rgba(0, 0, 0, 0.499);
    }

    .Purpose-title h5 {
        color: rgba(105, 105, 105, 0.435);
        margin-bottom: 10px;
    }

    .Purpose-title h6 {
        color: rgba(32, 32, 32, 1);
        font-size: 15px;
    }

    /* PRODUCTS */

    .products-title h2 {
        margin-bottom: 10px;
    }

    .products-title p {
        color: rgba(105, 105, 105, 1);
        font-size: 15px;
        margin-bottom: 10px;
    }

    .products-content h3 {
        font-size: 17px;
    }

    .products-content h4 {
        font-size: 13px;
        margin-top: 10px;
        color: rgba(105, 105, 105, 1);
    }


    /* MOST */

    .most-content h2 {
        font-size: 35px;
        width: 83%;
    }

    .most-content p {
        color: rgba(0, 0, 0, 0.499);
        font-size: 15px;
        width: 120%;
        margin-top: 15px;
    }

    .most-img img {
        margin-left: 55px;
    }

    /* BEAUTY */

    .Beauty-content h2 {
        font-size: 30px;
        margin-bottom: 25px;
    }

    .Beauty-content p {
        color: rgba(0, 0, 0, 0.368);
        margin-bottom: 10px;
        width: 110%;
    }

    .Beauty-content {
        margin: 20px 20px;
    }

    /* SHOP */

    .shop-content h2 {
        font-size: 40px;
        margin-bottom: 10px;
    }

    .shop-content p {
        color: rgba(0, 0, 0, 0.483);
        margin-bottom: 30px;
    }

    /* BLOG*/

    .blog-title h5 {
        font-size: 15px;
        color: rgba(0, 0, 0, 0.244);
        margin-bottom: 20px;
    }

    .blog-title h2 {
        margin-bottom: 30px;
    }

    .blog-content h3 {
        font-size: 20px;
        width: 70%;
        margin: 10px 0px;
    }

    .blog-content p {
        color: rgba(0, 0, 0, 0.301);
        width: 80%;
    }

    .blog-content a {
        border: 2px solid var(--dark-color);
        color: var(--dark-color);
        background: transparent;
    }

    .blog-content a:hover {
        background: var(--dark-color);
        border: 2px solid var(--dark-color);
        color: var(--light-color);
    }

    /* FOLLOW */

    .follow-content h3 {
        color: rgba(0, 0, 0, 0.694);
        margin-bottom: 15px;
    }

    .follow {
        background: rgba(68, 66, 66, 0.245);
    }

    .follow-form {
        border-left: 2px solid black;
    }

    .follow-form h3 {
        margin-bottom: 10px;
    }

    .follow-form p {
        margin-bottom: 10px;
    }

    .follow-form input,
    .follow-form button {
        font-size: 17px;
        padding: 10px 10px;
    }

    /* FOOTER */

    .footer {
        background-image: url('../images/footer.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        margin-top: 100px;
        padding: 100px 0;
    }

    .footer-content h3 {
        margin-bottom: 15px;
    }

    /* .footer-content .form input {
        padding: 5px 30px;
        position: absolute;
        top: 0;
        left: 0;
    } */

    .footer-content .form input {
        position: relative;

    }


    .footer-content ul li {
        color: rgba(0, 0, 0, 0.433);
        margin-top: 5px;
    }

    .footer-link a {
        margin-top: 50px;
        color: var(--dark-color);
        font-size: 18px;
    }

    .footer-icon {
        position: absolute;
        top: 2px;
        left: 180px;
        font-size: 20px;
    }

    .back-to-up {
        width: 50px;
        height: 50px;
        background-color: rgba(0, 0, 0, 0.378);
        border-radius: 10px;
        text-align: center;
        line-height: 50px;
        position: fixed;
        transition: all 0.5s linear;
        right: 40px;
        bottom: 40px;
    }

    .back-to-up a {
        color: var(--light-color);
        font-size: 20px;
    }