﻿

html {
    box-sizing: border-box;
}

*, *:before, *:after {
    box-sizing: inherit;
}

body {
    overflow-x: hidden;
    font-family: 'Gothic A1', sans-serif;
    background: #efefef;
}

.top-fold {
    background: url(../img/top-fold-bg.jpg) #d8d4d3;
    background-repeat: no-repeat;
    background-size: cover;
    height: 95vh;
    padding-top: 0;
    width: 100%;
    padding-bottom: 110px;
}


    .top-fold h1 {
        font-family: 'Playfair Display', serif;
        font-style: normal;
        font-weight: 100;
        font-size: 72px;
        line-height: 60px;
        color: #fff;
        text-shadow: -2px 2px 2px rgba(0,0,0,0.22);
    }

    .top-fold h4 {
        /* font-family: 'Playfair Display', serif; */
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 38px;
        color: #fff;
        text-align: left;
        text-shadow: -2px 2px 2px rgba(0,0,0,0.22);
    }

.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: #fff;
    /* border: 1px solid #000; */
    background: #1b92b0;
}

    .bordered-cta-dark:hover {
        text-decoration: none;
        background: #000;
        color: #fff;
        transition: 0.3s ease-in-out;
    }



.skin-sec .container {
    padding-left: 0 !important;
    margin-left: 0 !important;
}

.skin-sec .content {
    padding: 30px;
}


.skin-sec h1 {
    font-family: 'Playfair Display', serif;
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 45px;
    color: #1B1B1B;
}

.skin-sec p {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    color: #1B1B1B;
}



.img-col img {
    float: right;
}
/* .sleep-sec .img-col {
        position: absolute;
        right: 0;
    } */

.sleep-sec .content {
    padding: 30px;
}


.sleep-sec h1 {
    font-family: 'Playfair Display', serif;
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 45px;
    color: #1B1B1B;
}

.sleep-sec p {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    color: #1B1B1B;
}


footer {
    padding: 50px 0 0 0;
    background: #383838;
    margin-top: 140px;
    color: #fff;
    font-weight: 400!important;
}

    footer p {
        
        font-weight: 400;
        font-size: 14px;
    }


    footer h4 {
        font-weight: 400;
        font-size: 15px;
    }


@media screen and (max-width: 768px) {
    body {
        overflow-x: hidden;
    }

    .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;
    }


    .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;
    }
}

@media screen and (max-width: 600px) {
    .top-fold h1 {
        font-size: 25px!important;
        line-height: 30px;
    }
    .top-fold {
        background: url(../img/topfold-bg-m.png) top center;
        background-size: cover;
    }

    .skin-sec {
        padding: 0 0 40px 0;
    }

    .sleep-sec {
        padding: 0;
    }

        .sleep-sec .content {
            padding: 30px;
        }
}

.glass {
    background: rgba(0 0 0 / 25%);
    box-shadow: 0 8px 32px 0 rgb(100 100 100 / 37%);
    backdrop-filter: blur( 1px );
    -webkit-backdrop-filter: blur( 4px );
    border-radius: 10px;
}