﻿.container {
}

#freedom {
    min-height: calc(100vh - 76px);
    background-image: url(../../img/Icons/wheel-mobile-1.svg);
    background-repeat: no-repeat;
    background-position: top 25vh right -35px;
}

    #freedom .container {
        display: grid;
        grid-auto-flow: row;
        grid-gap: 20px;
        align-items: center;
        height: 90%;
        color: #1E1E1E;
        padding: 30px;
        grid-template-areas: 'hero-video''hero-text'
    }

h1.hero-heading {
    font-size: 50px;
    text-align: center;
    color: var(--primary-color);
    margin: 0;
}

.hero-text {
    font-size: 20px;
    text-align: center;
    grid-area: hero-text;
}

.hero-video {
    grid-area: hero-video;
}

    .hero-video iframe {
        width: 100%;
        min-height: 200px;
    }

    .hero-video video {
        width: 100%;
        min-height: 200px;
    }

    .hero-video img {
        width: 100%;
    }

.thin-text {
    color: var(--secondary-color);
    font-weight: 400;
}

.action-text {
    font-weight: bold;
    margin: 0;
}

.black-text {
    color: var(--black);
}

.brand-text {
    color: var(--primary-color);
}

.secondary-text {
    color: var(--secondary-color);
}

.highlight-text {
    color: var(--highlight-color);
    font-weight: 400;
}

.top-brand-wheel {
    display: none;
}

.bottom-brand-wheel {
    display: none;
}

#about {
    background-color: var(--primary-color);
    color: white;
    display: grid;
    grid-auto-flow: row;
    font-size: 18px;
}

    #about .hairfree img {
        max-width: 100%;
    }

    #about .header-text {
        font-size: 37px;
        text-align: left;
    }

    #about .content {
        padding: 30px;
    }

#promo {
    height: 108px;
    background-color: var(--secondary-color);
    color: white;
    display: grid;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 10px 30px;
}

    #promo h2 {
        margin: 0;
    }

    #promo a {
        color: white;
    }

#reasons {
    text-align: center;
    padding: 38px;
    background: url(../../img/Icons/flower-pink.svg);
    background-repeat: no-repeat;
    background-position: top right;
}

    #reasons h2 {
        font-size: 50px;
        text-align: left;
        margin: 0;
    }

    #reasons .card-container {
        grid-gap: 15px;
        box-sizing: border-box;
        display: flex;
        flex-flow: column;
    }

        #reasons .card-container .card {
            background-color: #F5F5F5;
            border: 1px solid #723F91;
            border-radius: 26px;
            display: grid;
            grid-auto-flow: row;
            align-items: center;
            text-align: left;
            padding: 20px 100px 20px 20px;
            box-sizing: border-box;
            background-repeat: no-repeat;
            background-position: right 10px bottom 50%;
            box-shadow: 8px 10px 15px -3px rgba(0, 0, 0, 0.25);
        }

            #reasons .card-container .card .card-title {
                color: var(--secondary-color);
                font-weight: bold;
                font-size: 40px;
                hyphens: auto;
                margin: 0;
                max-width: 50vw;
                overflow-wrap: break-word;
            }

    #reasons .text {
        text-align: left;
        line-height: 36px;
    }

.card.card-laser {
    background-image: url('../../img/Icons/laser-purple.svg');
    background-position: right -15px bottom 50% !important;
}

.card.card-definitive {
    background-image: url('../../img/Icons/check-purple.svg');
}

.card.card-notphoto {
    background-image: url('../../img/Icons/close-purple.svg');
}

#procedure {
    background-color: var(--hot-pink);
    padding: 56px 30px;
    background-image: url('../../img/Photos/young-cute-woman.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-blend-mode: soft-light;
}

    #procedure h1 {
        font-size: 54px;
        font-weight: bold;
        hyphens: auto;
    }

#laserlovers {
    padding: 30px;
}

    #laserlovers .title {
        font-size: 35px;
        text-align: center;
        color: var(--black);
        margin: 0;
    }

    #laserlovers .video-laserlovers {
        width: 100%;
        margin: 15px 0;
        display: block;
        margin-left: auto;
        margin-right: auto;
        min-height: 200px;
    }

    #laserlovers .testimonies {
        display: flex;
        flex-flow: column;
        grid-gap: 15px;
    }

        #laserlovers .testimonies .card {
            padding: 15px 25px 35px 25px;
            border-radius: 15px;
            border: 1px solid #31044C;
            box-shadow: 8px 10px 15px -3px rgba(0, 0, 0, 0.25);
            background-color: var(--soft-grey);
        }

            #laserlovers .testimonies .card .card-header {
                display: inline-grid;
                grid-auto-flow: column;
                align-items: center;
                grid-gap: 20px;
                font-weight: bold;
                margin-bottom: 15px;
                width: 100%;
                grid-template-columns: 50px 1fr 102px;
            }

                #laserlovers .testimonies .card .card-header .stars {
                    justify-self: right;
                }

#forall {
    background-color: var(--light-grey);
    display: grid;
    grid-auto-flow: row;
    font-size: 25px;
    color: var(--primary-color);
    background-image: url('../../img/Photos/woman-hairfree2.png');
    background-repeat: no-repeat;
    background-position: left top;
    padding-top: 530px;
}

    #forall .jumbo {
        display: grid;
        justify-items: center;
        width: fit-content;
        margin-left: auto;
        right: 10px;
        position: relative;
    }

        #forall .jumbo h1 {
            font-size: 100px;
            margin: 0;
            display: grid;
            grid-auto-flow: column;
            align-items: center;
        }

        #forall .jumbo::before {
            content: '';
            background-image: url('../../img/Icons/hashtag.svg');
            max-width: 260px;
            max-height: 240px;
            width: 260px;
            height: 240px;
            position: absolute;
            background-repeat: no-repeat;
            background-size: contain;
            margin-left: -300px;
            margin-top: -60px;
            display: block;
            z-index: 1;
        }

    #forall .text {
        padding: 30px;
        font-weight: 300;
    }

    #forall .stylized-text {
        font-size: 40px;
        color: white;
        background-color: var(--primary-color);
        border-radius: 12px;
        padding: 10px 12px 15px 12px;
        font-weight: 200;
        line-height: 30px;
        display: block;
        z-index: 10;
    }

.action-button.forall {
    display: none;
}

/* === BREAKPOINTS === */

@media (max-width: 480px) {
    #forall .jumbo h1 {
        font-size: 75px;
    }

    #forall .stylized-text {
        font-size: 40px;
    }

    #reasons .card-container .card {
        padding: 20px;
    }

        #reasons .card-container .card .card-title {
            font-size: 32px;
            text-align: center;
            width: 100%;
            max-width: 100%;
        }

    .card.card-laser {
        background-image: none;
    }

    .card.card-definitive {
        background-image: none;
    }

    .card.card-notphoto {
        background-image: none;
    }
}

@media (max-width: 370px) {
    #forall .jumbo h1 {
        font-size: 60px;
    }

    #forall .stylized-text {
        font-size: 25px;
    }

    #laserlovers .testimonies .card .card-header {
        grid-auto-flow: row;
        align-items: center;
        grid-gap: 0px;
        width: 100%;
        grid-template-columns: unset;
        justify-content: center;
        text-align: center;
    }

        #laserlovers .testimonies .card .card-header .stars {
            justify-self: unset;
        }
}

@media (min-width: 576px) {
}

@media (min-width: 768px) {

    #freedom {
        min-height: unset;
    }

    .hero-video iframe {
        min-height: 400px;
    }

    .hero-video video {
        min-height: 400px;
    }

    #reasons .card-container .card {
        padding: 20px 140px 20px 20px;
    }

    #laserlovers .video-laserlovers {
        min-height: 400px;
    }

    #freedom {
        background-image: none;
        padding-top: 50px;
    }

    #forall {
        background-size: contain;
        text-align: center;
    }
}

@media (min-width: 992px) {


    #freedom .container {
        grid-auto-flow: column;
        grid-template-columns: 1fr 1fr;
        grid-gap: 50px;
        align-items: center;
        grid-template-areas: 'hero-text hero-video';
        max-width: 1400px;
        margin-left: auto;
        margin-right: auto;
    }

    h1.hero-heading {
        font-size: 56px;
        text-align: left;
    }

    .hero-text {
        max-width: 450px;
        margin-left: auto;
        font-size: 20px;
        text-align: left;
    }

    .hero-video {
        max-width: 630px;
    }

    #about {
        display: block;
        background-image: url(../../img/Photos/appealing-girl-smiling.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: left;
        background-position: 0 100%;
    }

        #about .header-text {
            font-size: 40px;
            text-align: left;
        }

        #about .content {
            padding: 20px 40px;
            max-width: 500px;
            margin-left: 50%;
            margin-right: auto;
        }

        #about .hairfree img {
            display: none;
        }

        #about .hairfree {
        }

    #reasons .container {
        max-width: 1400px;
        margin-left: auto;
        margin-right: auto;
    }

        #reasons .container h2 {
            margin: 50px 0;
            text-align: center;
        }

    #reasons .card-container {
        margin: 80px 0;
    }

    #reasons .text {
        text-align: center;
        font-size: 22px;
    }

    #procedure {
        padding: 56px 127px;
        background-position: right bottom;
        background-size: contain;
        background-blend-mode: unset;
    }

        #procedure .container {
            max-width: 610px;
            margin-left: auto;
            margin-right: 50%;
        }

        #procedure h1 {
            margin: 0;
        }

    .video-laserlovers {
        max-width: 600px;
        display: block;
        margin: 30px auto;
    }

    #laserlovers .container {
        max-width: 1400px;
        margin-left: auto;
        margin-right: auto;
    }

    #forall {
        padding-top: 200px;
        padding-bottom: 30px;
        text-align: left;
    }

        #forall .container {
            display: grid;
            margin-left: 40%;
            text-align: left;
            padding: 0 30px;
        }

        #forall .jumbo {
            margin-left: unset;
            font-size: 120px;
        }

        #forall .stylized-text {
            font-size: 60px;
            padding: 10px 15px 20px 15px;
        }

    .action-button.forall {
        display: block;
        margin: unset;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 1200px) {

    h1.hero-heading {
        font-size: 70px;
        text-align: left;
        max-width: 440px;
    }

    .hero-text {
        max-width: 500px;
    }

    .hero-video {
        max-width: 700px;
    }

        .hero-video iframe {
            width: 100%;
            min-height: 550px;
        }

        .hero-video video {
            width: 100%;
            min-height: 550px;
        }


    /*EM MOBILE, OS BROWSERS IGNORAM A PROPRIEDADE OVERFLOW-X: HIDDEN, POR ISSO SE TESTAR NO NAVEGADOR VAI APARECER O SCROLL*/
    /*EM CASOS REAIS NÃO VAI APARECER*/

    .top-brand-wheel {
        display: initial;
        width: 200px;
        height: 200px;
    }        
        .top-brand-wheel img {
            right: 0;
            margin-top: -120px;
            position: absolute;
        }

    .bottom-brand-wheel {
        display: initial;
        width: 200px;
        height: 200px;
    }

        .bottom-brand-wheel img {
            left: -120px;
            margin-top: -120px;
            position: absolute;
        }

    #reasons .card-container {
        grid-auto-flow: column;
        flex-flow: row;
    }

    #about .content {
        padding: 50px;
        max-width: 535px;
    }

    #laserlovers .testimonies {
        flex-flow: row;
        margin: 80px 0;
    }

        #laserlovers .testimonies .card {
            width: 33%;
        }

    #forall .container {
        margin-left: auto;
        margin-right: auto;
    }

    #forall .jumbo h1 {
        font-size: 150px;
    }

    #forall .jumbo .stylized-text {
        font-size: 70px;
        padding: 15px 15px 25px 15px;
    }
}

@media (min-width: 1400px) {
    h1.hero-heading {
        font-size: 90px;
        text-align: left;
        max-width: 550px;
    }

    .hero-text {
        max-width: 600px;
    }

    .hero-video {
        max-width: 800px;
    }

    .top-brand-wheel {
        width: 250px;
        height: 250px;
    }

    #procedure {
        background-position: right 0% bottom;
    }

    #freedom .container {
        max-width: 1600px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 1920px) {
    h1.hero-heading {
        font-size: 120px;
        text-align: left;
        max-width: 700px;
    }

    .hero-text {
        max-width: 800px;
    }

    .hero-video {
        max-width: 1000px;
    }

    #about .content {
        max-width: 700px;
        margin-left: auto;
        margin-right: auto;
    }

    #procedure {
        background-position: right 0% bottom;
    }

    #freedom .container {
        max-width: 2000px;
        margin-left: auto;
        margin-right: auto;
    }
}
