
:root {
    /* Base font size */
    font-size: 10px;

}

*,
*::before,
*::after {
    box-sizing: border-box;
}

* {
    padding: 0;
    margin: 0;
}

.header {
    height: 65rem;
    background-image: url("images/1.png");
    background-size: cover;
    background-position: center;
    padding-top: 20px;
    text-align: center;
    color: #fff;
}

.header-content-container {
    position: relative;
    text-align: center;
    top: 18rem;
}

.header_img {
    left: 900px;
    width: 120px;
}

.header-text {
    text-align: center;
    color: #000000;
    font-size: 34px;

}

.header_button {
    padding-top: 20px;
    left: 900px;
    width: 170px;

}

.Skin_care {
    background-color: #000000;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding: 8rem 0;
    text-align: center;
    color: #E6C677;
}

.Skin_care1 {
    background-color: #000000;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding-top: 20px;
    margin-bottom: 60px;
    text-align: center;
    color: #E6C677;
}

.container {
    /*padding: 20px 40px 40px;*/
    padding: 2rem 0;
    display: flex;
    flex-wrap: wrap;
}

.container__image {
    flex: 1 0 24rem;
    margin: 20px 30px 0 0;
    width: 100%;
    height: 450px;
    object-fit: contain;
    align-self: flex-start;
}

.container__text {
    flex: 1 0 24rem;
    margin: 20px 30px 0 0;
}

.button {
    border: none;
    color: black;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    background-color: #E6C677;
    margin-top: 48px;
}

.button1 {
    border: none;
    color: black;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    background-color: #E6C677;
    margin-top: 10px;
}

.button-link {
    color: black;
    text-decoration: none;

}

.button-link:hover {
    color: black;
    background-color: #f2dba0;
    text-decoration: none;
}

.button1:hover {
    color: black;
    background-color: #f2dba0;
    text-decoration: none;
}

.button:hover {
    color: black;
    background-color: #f2dba0;
    text-decoration: none;
}

.term {
    background-image: url("images/4.png");
    background-size: cover;
    background-position: center;
    text-align: center;
    color: #fff;
}

.term-content {
    margin: 3rem 0;
}

.col-md-4 {
    margin-bottom: 10px;
}

.gallery {
    padding: 20px 0;
    background: black;
}

.gallery-box img {
    width: 100%;
    border-radius: 10px;
    cursor: pointer;
}

.gallery-box img:hover {
    transform: scale(1.1);
}

.gallery-box h4 {
    display: block;
    /*font-size: 20px;*/
    color: #fff;
    text-shadow: -2px 2px 2px #000;
    font-weight: 600;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.gallery-box {
    position: relative;
    margin-bottom: 30px;
}

.product-txt {
    color: #E6C677;
    text-align: center;
    font-size: 20px;
    margin-top: 5px;
    height: 6.7rem;
}

.Skin_care1 {
    background-color: #FFFFFF;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding-top: 20px;
    text-align: center;
    color: #E6C677;
}

footer {
    text-align: center;
    position: relative;
    height: max-content;
    background-color: #000000;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 3rem 9.3rem;
    color: #ffffff;
}

footer p {
    font-size: 1.5rem;
}
footer a{
    text-decoration: none;
    color: #ffffff;
}
footer h2 {
    font-size: 2rem;
}

.footer-left, .footer-middle, .footer-right {
    text-align: left;
    padding: 2rem;
    display: inline-block;
    vertical-align: top;
}

.footer-middle {
    text-align: center;
    width: 56rem;
    height: 29rem;
}

.footer-middle span {
    display: inline-block;
    font-size: 1.5rem;
    margin: 0 0.2rem;
    contain: content;
}

.footer-middle-img img {
    padding: 0 1rem 1rem 1rem;
    font-size: 1.8rem;
}

.logo {
    padding: 1rem 0;
}

.vertical-divider {
    background: #ffffff;
    width: 0.2rem;
    height: 1.7rem;
    vertical-align: top;
}

.horizontal-divider {
    position: relative;
    background: #ffffff;
    height: 0.2rem;
    width: 100%;
    /*width: 52.1rem;*/
    margin: 2rem 0;
}

.footer-right-content {
    padding: 1rem 0;
}

.footer-right {
    height: 29rem;
}

@media screen and (max-width: 1200px) {

    footer {
        padding: 3rem 0;
    }

}

@media screen and (max-width: 968px) {
    .footer-left, .footer-middle, .footer-right {
        padding: 0.5rem;
    }
}
@media screen and (max-width: 897px) {
    .footer-middle {
        contain: content;
        width: 36rem;
    }
}
@media screen and (max-width: 698px) {
    .footer-left, .footer-middle, .footer-right {
        overflow: hidden;
        width: 100%;
        display: block;
        text-align: center;
        padding: 2rem;
    }
    .horizontal-divider{
        width: 100%;
    }
}