.hero-section{
    padding-top: 12rem;
    padding-bottom: 8rem;
}
.background{
    background-image: url(/public/images/test_wallpaperc.jpg)!important;
    background-size: cover;
    background-repeat: no-repeat;
}

.home-h2-title{
    font-size: 1.8rem!important;
    font-weight: 100;
    line-height: 134%;
    letter-spacing: unset;
    font-family: 'Syne', sans-serif;
    font-feature-settings: 'pnum' on, 'lnum' on;
    vertical-align: middle;
}
.home-h3-title{
    font-size: 4rem!important;
    font-weight: 700;
    letter-spacing: unset;
    font-family: 'Syne', sans-serif;
    font-feature-settings: 'pnum' on, 'lnum' on;
    line-height: 90%;
}
#first-section-container{
    padding-top: 8rem!important;
}

.section-container{
    /*background-color: black!important;*/
    background-color: rgb(0, 0, 0, 0.5)!important;
    padding-top: 4rem;
    z-index: 1;
    overflow: hidden;  
}

.text-accent{
    color: #b3eaf1;
}

.line{
    width: 3px;
    transition-duration: 900ms;
    background: linear-gradient(#0a0a0a00, #ffffff, #ffffff, #0a0a0a00);
    transition-delay: 500ms;
    height: 100%;
}
.build-in-scale-top{
    transition: transform .7s cubic-bezier(0.16, 1, 0.3, 1);
    transform: scaleY(0);
    transform-origin: 0 0;
}
.build-in-scale-top.animated{
    transform: scaleY(1);
}

.build-icons{
    width: 40px;
    opacity: 0;
}
.ui-icons{
    font-weight: 100!important;
    display: flex;
    overflow: visible !important;
    vertical-align: text-bottom;
    opacity: 0;
    z-index: 3;
}
i:before{
    font-weight: 100!important;
}
.icons-background{
    transition: all 0.5s ease-in-out;
    background-color: #ffffff;
    filter: blur(18px);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 2;
}
.icon-animated{
    transition: opacity 0.5s ease-in-out;
    opacity: 1!important;
}
.text-container{
    margin-top: 6rem;
    margin-bottom: 6rem;
}
.nightfocus-text{
    max-width: 66.6%;
}



.card-container{
    margin-left: 1.5rem;
    border-radius: 50px;
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 3rem;
    padding-right: 3rem;
}

.section-login{
    background-color: black!important;
    padding-top: 8rem;
    padding-bottom: 6rem;
    z-index: 1;
}


.btn-add{
    border-radius: 20px;
    padding: 1.5rem 2.2rem!important;
}
.btn-icon{
    display: block;
    height: 1em;
    line-height: 1em;
}


/* ===== btn-arrow button ===== */
.btn-arrow{
    padding-right: 1rem!important;
}
.btn-arrow span {
	padding-bottom: 5px;
	padding-right: 15px;
}
/* svg arrow */
.right-arrow{
    fill: #ffffff;
}
.btn-arrow .right-arrow {
	transform: translateX(-8px);
	transition: all 0.3s ease;
}
.btn-arrow:hover .right-arrow {
	transform: translateX(0);
}
.btn-arrow:active .right-arrow {
	transform: scale(0.9);
}

.btn-link{
    color: #ffffff!important;
    text-decoration: none;
}

/* ===== i icon ===== */
.btn-icon-text .btn-icon-animation {
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
    max-height: 0;
    overflow: hidden;
	transform: translateY(20px);
}
.btn-icon-text:hover .btn-icon-animation {
    transition: all 0.3s ease;
    opacity: 1;
    visibility: visible;
    max-height: 16px;
	transform: translateY(0);
}
.btn-icon-text:active .btn-icon-animation {
	transform: scale(0.9);
}

.button-animated-container{
    height: 70px;
}

#last-section{
    padding-bottom: 8rem;
}


@media screen and (max-width: 1024px){
    .hero-text{
        top: 40%;
    }
    .home-h3-title{
        font-size: 3rem!important;
    }
    #first-section-container{
        padding-top: 6rem!important;
    }
    .section-container{
        padding-top: 3rem;
        padding-left: 5rem;
        padding-right: 5rem;
    }
}
@media screen and (max-width: 768px) {
    .hero-text{
        top: 33%;
    }
    .home-h2-title{
        font-size: 1.2rem!important;
    }
    .home-h3-title{
        font-size: 1.6rem!important;
    }
    .background{
        /* décaler la position du fond de 50% sur la gauche */
        background-position: 40% 0;
    }
    .section-container{
        padding-top: 1.5rem;
        padding-left: 5rem;
        padding-right: 5rem;
    }
    .section-login{
        padding-top: 5.5rem;
        padding-bottom: 4rem;
    }
    .card-container{
        padding-left: 2rem;
        padding-right: 2rem;
    }
    .sm-row{
        margin-bottom: 1.5rem!important;
    }
    .nightfocus-text{
        max-width: 100%;
    }
    .text-container{
        margin-top: 2rem;
        margin-bottom: 2rem;
    }
    .build-icons{
        width: 34px;
    }
    .ui-icons{
        font-size: 24px!important;
    }
    .text-center-mobile{
        text-align: center!important;
    }
    h2.mt-5{
        margin-top: 1.5rem!important;
    }
    h2.mb-5{
        margin-bottom: 1.5rem!important;
    }
    p.mb-5{
        margin-bottom: 0rem!important;
    }
    
}

/* mobile screens */
@media only screen and (max-width: 600px) {
    .background-hero{
        height: 70vh;
        width: 100%;
        object-fit: cover;
    }
    .hero-text{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
    }
    #first-section-container{
        padding-top: 3rem!important;
    }
    #last-section{
        padding-bottom: 4rem;
    }
    .section-container{
        padding-top: 2rem!important;
        padding-left: 0rem;
        padding-right: 1rem;
    }
    .section-login{
        padding-top: 5rem!important;
        padding-bottom: 4rem!important;
    }
    .row{
        margin-left: 0!important;
        margin-right: 0!important;
    }
    .sm-row{
        margin-bottom: 2rem!important;
    }
    .order-last-mobile{
        order: +1!important;
    }
    .button-mobile{
        margin-bottom: 2rem!important;
    }
    /*
    .line{
        height: 2px;
    }*/
    .text-container{
        margin-top: 2rem!important;
        margin-bottom: 2rem!important;
    }
    .card-container{
        margin-left: 0rem!important;
        margin-right: 0rem!important;
        padding-top: 2rem!important;
        padding-bottom: 2rem!important;
        padding-left: 3rem!important;
        padding-right: 3rem!important;
    }
    .build-icons{
        width: 34px;
    }
    .ui-icons{
        font-size: 24px!important;
    }
    h2.mt-5{
        margin-top: 1.5rem!important;
    }
    h2.mb-5{
        margin-bottom: 1.5rem!important;
    }
    p.mb-5{
        margin-bottom: 0rem!important;
    }
}