﻿@import url('https://fonts.cdnfonts.com/css/georgia');

html {
    box-sizing: border-box;
}

*, *:before, *:after {
    box-sizing: inherit;
}

body {
    overflow-x: hidden;
}

.nav-burger {
    width: 30px;
    position: absolute;
    display: block;
    right: 20px;
    top: 30px;
}

.nav-burger-prod{
    width: 30px;
    position: absolute;
    display: block;
    right: 20px;
    top: 30px;
}
.text-main-color {
    color: #2a3a32;
}
.line01 {
    display: block;
    width: 100%;
    height: 2px;
    background: #2a3a32;
}
.line02 {
    display: block;
    width: 75%;
    height: 2px;
    background: #2a3a32;
    margin: 8px 0;
}

.line03 {
    display: block;
    width: 50%;
    height: 2px;
    background: #2a3a32;
}


.line01-prod {
    display: block;
    width: 100%;
    height: 2px;
    background: #ffffff;
}
.line02-prod {
    display: block;
    width: 75%;
    height: 2px;
    background: #ffffff;
    margin: 8px 0;
}

.line03-prod {
    display: block;
    width: 50%;
    height: 2px;
    background: #ffffff;
}

header {
    position: relative;
}

.cart {
    width: 50px;
    stroke: #fff;
    position: absolute;
    right: -35px;
    top: 15px;
}

.cart-prod {
    width: 50px;
    stroke: #fff;
    position: absolute;
    right: 14px;
    top: 17px;
}

.content2 {
    padding-top: 200px;
}

.cartCount {
    position: absolute;
    right: 2px;
    top: 2px;
    display: block;
    background-color: red;
    padding: 0px;
    width: 21px;
    height: 21px;
    border-radius: 23px;
    text-align: center;
    color: white;
    font-family: 'Chivo', serif;
    font-weight: 400;
    display: none;
    cursor: pointer;
    z-index: 3;
}

.header-links li {
    list-style: none;
    padding: 20px;
    display: inline-block;
}

.sec-1 {
    background-image: url(../img/top-fold-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
}

.top-fold {
    padding-top: 0;
    height: 100%;
    position: relative;
}

.content-top {
    position: relative;
    bottom: -60%;
}


.top-fold h1, .top-fold-skin h1 {
    font-family: 'Georgia';
    font-style: normal;
    font-weight: 400;
    font-size: 53px;
    line-height: 60px;
    color: #1b1b1b;
    text-align: left;
}

.top-fold h4, .top-fold-skin h4 {
    font-family: 'Georgia';
    font-style: normal;
    font-weight: 400;
    font-size: 33px;
    line-height: 38px;
    color: #1b1b1b;
    padding-bottom: 41px;
    text-align: left;
}

.bordered-cta {
    padding: 19px 45px;
    color: #fff;
    border: 1px solid #fff;
}

    .bordered-cta:hover {
        text-decoration: none;
        background: #fff;
        color: #000;
        transition: 0.3s ease-in-out;
    }

.bordered-cta-dark {
    padding: 19px 45px;
    color: #000;
    border: 1px solid #000;
}

.bordered-cta-dark:hover {
    text-decoration: none;
    background: #000;
    color: #fff;
    transition: 0.3s ease-in-out;
}

.skin-sec {
    padding: 100px 0;
}

.skin-sec .container {
    padding-left: 0 !important;
    margin-left: 0 !important;
}

.skin-sec .content {
    padding: 30px;
}


.skin-sec h1 {
    font-family: 'Georgia';
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 45px;
    color: #1B1B1B;
}

.skin-sec p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    color: #1B1B1B;
}

.sleep-sec {
    padding: 100px 0;
}

.img-col img {
    float: right;
}
/* .sleep-sec .img-col {
    position: absolute;
    right: 0;
} */

.sleep-sec .content {
    padding: 30px;
}


.sleep-sec h1 {
    font-family: 'Georgia';
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 45px;
    color: #1B1B1B;
}

.sleep-sec p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    color: #1B1B1B;
}


footer {
    padding: 50px 0 0 0;
    background: #f5f5f5;
    margin-top: 140px;
}

footer p {
    font-family: Poppins;
    font-weight: 300;
    font-size: 14px;
}


footer h4 {
    font-family: Poppins;
    font-weight: 600;
    font-size: 15px;
}

.nav-burger {
    display: none;
}

.nav-burger-prod {
    display: none;
}


@media screen and (max-width: 768px) {
    .top-fold {
        padding-top: 410px;
        padding-bottom: 50px;
    }

        .top-fold .row {
            padding: 0;
        }

    .bordered-cta {
        padding: 13px;
        color: #fff;
        border: 1px solid #fff;
        font-size: 13px;
    }

    .top-fold h4 {
        font-size: 23px;
        line-height: 29px;
    }

    .top-fold-skin h4 {
        font-size: 23px;
        line-height: 29px;
    }

    .skin-sec {
        padding: 20px 20px;
    }

        .skin-sec .content {
            padding: 20px;
        }

        .skin-sec h1 {
            font-size: 29px;
            line-height: 35px;
        }

    .sleep-sec {
        padding: 20px 20px;
    }

        .sleep-sec .content {
            padding: 20px;
        }

        .sleep-sec h1 {
            font-size: 29px;
            line-height: 35px;
        }

        .sleep-sec .img-col {
            position: relative;
            right: 0;
        }

    footer {
        padding: 40px 0 0 0;
        margin-top: 50px;
    }

    .content-top {
        bottom: 10%;
    }
}



@media screen and (max-width: 600px) {
    .sec-1 {
        background: url(../img/topfold-bg-m.png) top center;
        background-size: cover;
        
    }

    .top-fold-skin {
        background-position: top center;
    }
    .cart-prod {
        width: 50px;
        stroke: #fff;
        position: absolute;
        right: 56px;
        top: -55px;
    }

    .skin-sec {
        padding: 0 0 40px 0;
    }

    .sleep-sec {
        padding: 0;
    }

    .sleep-sec .content {
        padding: 30px;
    }

    .nav-burger {
        z-index: 999;
        display: block;
    }

    .nav-burger-prod {
        z-index: 999;
        display: block;
    }

    
    .header-wrap {
        position: fixed;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        background:rgba(0,0,0,.5);
        z-index: 999;
        display: none;
        padding: 20px;
    }

    .header-wrap.active {
        display: block;
    }
    
    .header-links-pop {
        background: #fff;
        position: relative;
        left: 0;
        padding: 40px 0;
        z-index: 99;
        border-radius: 4px;
        margin: 10px;
        display: block;
    }


    .header-links {
        padding: 0;
        margin: 0;
    }
    
    .header-links a{
        color: #1b1b1b !important;
        font-size: 20px;
    }

    .header-links li {
        display: block !important;
        text-align: center;
    }

    .close-pop {
        width: 30px;
        position: absolute;
        display: block;
        right: 15px;
        top: 10px;
        height: 30px;
        z-index: 999;
    }

    .line-close01 {
        background-color: #1b1b1b;
        height: 2px;
        width: 100%;
        display: block;
        transform: rotate(45deg);
        position: absolute;
        top: 20px;
    }

    .line-close02 {
        background-color: #1b1b1b;
        height: 2px;
        width: 100%;
        display: block;
        transform: rotate(-45deg);
        position: absolute;
        top: 20px;
    }
}