:root {
    --primary-color: #262626;
    --secondary-color: #ffffff;;
    --tertiary-color: #FF0099;
    --quaternary-color: #FF6600;
}
@media (min-width:992px) {
    html {
        font-size: 0.5208333333333333vw;
    }
    .hide_desk{
        display: none !important;
    }
    .primary-btn:hover::after {
        left: 0;
    }
    .primary-btn:hover * {
        color: var(--secondary-color);
    }
    .primary-btn:hover span.img img:nth-child(1) {
        opacity: 0;
    }
    .primary-btn:hover span.img img:nth-child(2) {
        opacity: 1;
    }
    .sec7_media-box:hover img:nth-child(2) {
        opacity: 1;
    }
    footer a:hover {
        text-decoration: underline;
    }
}

@media (max-width:991px) {
    html {
        font-size: 1.303780964797914vw;
        font-size: 2.415458937198068vw;
    }

    .hide_mob{
        display: none !important;
    }
    header {
        width: 26rem;
        top: 3rem;
    }
    .section_container {
        max-width: 90%;
    }
    .header_bare{
        height: 6.5rem;
    }
    .header_container {
        width: 90%;
    }
    .wchf {
        width: 14rem;
        margin: 0;
    }
    .header_container a {
        width: 14rem;
    }
    #trigger1 {
        top: 60rem;
    }
    .nav_bare {
        position: fixed;
        z-index: 10;
        bottom: 0;
        left: 0;
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 1rem 1.5rem;
        background-color: var(--secondary-color);
        box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.15);
        transition-duration: 0.5s;
        bottom: -7rem;
        opacity: 0;
    }
    .nav_bare.show {
        bottom: 0;
        opacity: 1;
    }
    .nav_bare .primary-btn {
        height: 4.5rem;
        width: 18rem;
    }
    .nav_bare .primary-btn, .nav_bare .primary-btn * {
        font-size: 1.7rem;
    }
    .nav_bare .primary-btn:nth-child(1){
        background-color: var(--quaternary-color);
    }
    .nav_bare .primary-btn:nth-child(1) * {
        color: var(--secondary-color);
    }
    .nav_bare .primary-btn:nth-child(1) span.img {
        width: 3.3rem;
        margin-right: 0.91rem;
    }
    .nav_bare .primary-btn:nth-child(2) span.img {
        width: 1.8rem;
        margin-right: 0.74rem;
    }
    /* Section 1 Start */
    .section1{
        height: 75rem;
        padding-top: 15rem;
        max-height: initial;
        min-height: 75rem;
    }
    .sec1_content {
        width: 100%;
    }
    .sec1_content h1, .sec1_content h1 span {
        font-size: 3.4rem;
        line-height: 3.6rem;
    }
    .sec1_content p {
        width: 100%;
    }
    .sec1_content p b {
        font-weight: 700;
    }
    .section1 .btns_holder {
        align-items: center;
        justify-content: space-between;
        flex-direction: column;
        height: 13rem;
        width: 100%;
    }
    /* Section 1 End */
    /* Section 2 Start */
    .section2{
        height: auto;
        padding: 4rem 0 ;
    }
    .section2 .section_container {
        flex-direction: column;
        max-width: 100%;
    }
    .sec2_text_holder {
        width: 90%;
        margin: 0 auto 2.5rem auto;
    }
    .sec2_text_holder h2, .sec2_text_holder h2 span {
        font-size: 4.2rem;
        line-height: 4.4rem;
    }
    .sec2_text_holder h3, .sec2_text_holder h3 span {
        font-size: 3.1rem;
        line-height: 3.6rem;
    }
    .sec2_slick {
        display: block;
        width: 100%;
    }
    .sec2_slide p {
        font-size: 2.7rem;
        line-height: 3.6rem;
    }
    .sec2_slide p span {
        font-size: 4rem;
        line-height: 3.6rem;
    }
    /* Section 2 End */
    /* Section 3 Start */
    .section3 {
        padding: 3rem 0;
    }
    .section3 .section_container {
        flex-direction: column;
    }
    .sec3_form {
        width: 100%;
        margin-top: 0;
    }
    .sec3_form-top {
        padding: 3rem 2.8rem;
    }
    .sec3_form-top h2 {
        font-size: 3.3rem;
        line-height: 3.5rem;
    }
    .sec3_form-top p, .sec3_form-top p b {
        font-size: 1.6rem;
        line-height: 2.4rem;
    }
    .sec3_form-top-flex {
        width: 100%;
    }
    .sec3_form-top-perso {
        width: 14.5rem;
    }
    .sec3_form-bottom {
        flex-direction: column;
    }
    .jauge_holder {
        margin-bottom: 2rem;
    }
    .sec3_text {
        width: 100%;
        padding-top: 3rem;
    }
    .sec3_text h2 {
        font-size: 2.8rem;
        line-height: 2.9rem;
        margin-bottom: 2rem;
    }
    .sec3_text li {
        font-size: 1.7rem;
        line-height: 2.6rem;
        padding-left: 3rem;
        margin-bottom: 1.5rem;
    }
    .sec3_text h2:nth-child(3) {
        margin-top: 3rem;
    }
    .sec3_text li:last-child{
        margin-bottom: 0;
    }
    /* Section 3 End */
    /* Section 4 Start */
    .section4{
        padding: 4rem 0 3rem 0;
    }
    .section4 .section_container {
        flex-direction: column;
        max-width: 100%;
    }
    .sec4_text {
        width: 90%;
        margin: 0 auto 3rem auto;
    }
    .sec4_text h2 {
        font-size: 3.6rem;
        line-height: 4rem;
    }
    .sec4_slick{
        margin: 0 auto;
        width: 100%;
        display: block;
    }
    .sec4_slide {
        width: 19.5rem;
        height: 19.5rem;
        margin: 0 auto;
    }
    .sec4_img{
        /* display: none; */
        margin: 1rem auto 0 auto;
        width: 90%;
        display: block;
        position: initial;
    }
    .sec4_text p, .sec4_text p b {
        font-size: 1.7rem;
        line-height: 2.6rem;
    }
    /* Section 4 End */
    /* Section 5 Start */
    .section5 {
        padding: 3rem;
    }
    .section5 .section_container {
        flex-direction: column;
    }
    .sec5_txt1 {
        order: 2;
        margin: 0 auto;
        width: 100%;
    }
    .sec5_txt2 {
        order: 1;
        width: 100%;
        padding: 1rem 0 6rem 0;
    }
    .sec5_txt2 h2 {
        font-size: 3.6rem;
        line-height: 4rem;
    }
    .sec5_txt2 p,
    .sec5_txt2 li {
        font-size: 1.7rem;
        line-height: 2.6rem;
    }
    .sec5_txt2 ul {
        padding: 0;
    }
    .sec5_txt2 .primary-btn{
        margin-top: 0;
    }
    /* Section 5 End */
    /* Section 6 Start */
    .section6{
        background-image: none;
        background-color: #E6A0BA;
        padding: 14.3rem 0 5.9rem 0;
    }
    .section6 .section_container {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .slide6_box {
        margin: 0 auto 3rem auto;
    }
    .slide6_box:nth-child(1) {
        margin-bottom: 15rem;
    }
    .slide6_box:nth-child(2) {
        margin-bottom: 0;
    }
    /* Section 6 End */
    /* Section 7 Start */
    .section7{
        padding: 3rem 0;
    }
    .section7 .section_container{
        max-width: 90%;
    }
    .sec7_holder{
        justify-content: center;
        flex-direction: column;
    }
    .sec7_media{
        order: 2;
    }
    .sec7_form {
        order: 1;
        width: 100%;
        margin-bottom: 3rem;
    }
    .section7 p{
        margin-bottom: 2.5rem;
    }
    .sec7_form .primary-btn{
        width: 13.7rem;
    }
    .sec7_form .primary-btn, .sec7_form .primary-btn * {
        font-size: 1.7rem;
    }
    .sec7_form input{
        padding-right: 16rem;
    }
    /* Section 7 End */
    /* Footer Start */
    .footer_container{
        max-width: 90%;
        justify-content: space-between;
        margin: 0 auto;
    }
    footer span{
        padding: 0;
    }
    /* Footer End */
    
    .footer1 {
        display: none;
    }
    footer{
        padding-bottom: 8.5rem;
        height: auto;
        padding-top: 2rem;
    }    
    .slick-prev,
    .slick-next,    
    .slick-prev:hover,
    .slick-next:hover {
        width: 3rem;
        height: 3rem;
        background-position: center !important;
        background-size: contain !important;
        background-repeat: no-repeat !important;
        cursor: pointer;
        z-index: 10;
     }   
    .slick-prev:before,
    .slick-next:before {
        display: none;
     }  
    .slick-prev,
    .slick-prev:hover {
        left: 2.5rem;
        background-image: url(../images/chevron-left-solid-1.svg) !important;
    }
    .slick-next,
    .slick-next:hover {
        right: 2.5rem;
        background-image: url(../images/chevron-right-solid-1.svg) !important;
    }

    .sec4_slick .slick-prev {
        left: 4.5rem;
    }
    .sec4_slick .slick-next {
        right: 4.5rem;
    }
    footer p{
        width: 100%;
        padding-bottom: 1.5rem;
        text-align: center;
    }
    .footer_container{
        flex-wrap: wrap;
        justify-content: center;
    }
    footer span{
        padding: 0 1rem;
    }
}
