/* HOME FIRST SECTION START */
.firstSection-container{
    max-width: 2500px;
    margin: 0 auto;
}
.firstSection-container-title{
    margin-top: 180px;
    font-size: 60px;
    line-height: 55px;
    color: black;
    font-weight: 900;
    text-align: center;
}
.firstSection-container-p{
    text-align: center;
    font-size: 27px;
}
.firstSection-cards{
   display: grid;
   grid-template-columns: 1fr 1fr 1fr 1fr; 
   gap: 25px;
   width: 80%;
   margin: auto;
   margin-top: 100px;
}
.firstSection-card{
    margin: auto;
    display: flex;
    text-align: center;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 15px 30px;
    height: 200px;
    border-radius: 25px;
    background-color: rgb(236, 225, 225);
    box-shadow: 0px 1px 127px -55px rgba(0,0,0,0.7);
-webkit-box-shadow: 0px 1px 127px -55px rgba(0,0,0,0.7);
-moz-box-shadow: 0px 1px 127px -55px rgba(0,0,0,0.7);
}
.firstSection-card > i{
    font-size: 45px;
}
.firstSection-card > h5{
    margin-top: 25px;
    font-size: 17px;
}
@media screen and (max-width:1145px) {
    .firstSection-cards{
        grid-template-columns: 1fr 1fr 1fr; 
    }
    /* .firstSection-cards{
        margin-top: 30px;
        gap: 30px;
    }
    .firstSection-container-p{
        margin-bottom: 50px;
    }
    .firstSection-card{
        margin: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 15px 30px;
        height: 200px;
    } */
}
@media screen and (max-width:1145px) {
    .firstSection-cards{
        grid-template-columns: 1fr 1fr 1fr; 
    }
}
@media screen and (max-width:700px) {
    .firstSection-cards{
        grid-template-columns: 1fr 1fr; 
    }
}
@media screen and (max-width:490px) {
    .firstSection-cards{
        grid-template-columns: 1fr; 
    }
}
/* HOME FIRST SECTION END */

/* HOME SECOND SECTION START */
.secondSection-container{
    max-width: 2500px;
    margin: auto;
    margin-top: 150px;
    padding: 90px;
    height: max-content;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 80px;
    background: linear-gradient(90deg, #ff704a, #ffa382);
    color: black;
}
.secondSection-container > img{
    width: 45%;
    height: 500px;
    object-fit: cover;
    border-radius: 25px;
}
.secondSection-text{
    height: max-content;
    width: 45%;
    padding: 15px 20px;
}
.secondSection-title{
    font-size: 50px;
    font-weight: 900;
    line-height: 55px;
}
.secondSection-p{
    font-size: 17px;
    margin-top: 20px;
}
.secondSection-numbers{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 15px;
}
.secondSection-number{
    background-color: #ff714a5f;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 15px 10px;
    width: 100%;
}
.secondSection-number > h3{
    font-size: 50px;
    font-weight: 700;
}
.secondSection-number > p{
    font-size: 20px;
    font-weight: 700;
    color: #b0360e;
}
@media screen and (max-width:1090px) {
    .secondSection-title{
        font-size: 40px;
        line-height: 40px;
        font-weight: 700;
    }
    .secondSection-text{
        width: 53%;
    }
    .secondSection-container{
        gap: 50px;
    }
}
@media screen and (max-width:850px) {
    .secondSection-container{
        flex-direction: column-reverse;
    } 
    .secondSection-text{
        width: 100%;
    }
    .secondSection-container > img{
        width: 100%;
        height: 300px;
    }   
}
@media screen and (max-width:620px) {
    .secondSection-container{
        padding: 90px 20px;
    }
}
@media screen and (max-width:472px) {
    .secondSection-container{
        padding: 90px 20px;
    }
    .secondSection-numbers{
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 15px;
    }
    .secondSection-number > h3{
        font-size: 30px;
        font-weight: 700;
    }
    .secondSection-number > p{
        font-size: 15px;
        font-weight: 700;
        color: #b0360e;
    }

}
/* HOME SECOND SECTION END */

/* HOME THIRD SECTION START */
/* .thirdSection-container{
    max-width: 2500px;
    margin: auto;
    margin-top: 100px;
}
.thirdSection-text {
    width: 50%;
    margin: auto;
    display: flex;
    flex-direction: column;

}
.thirdSection-text > h6{
    text-align: center;
    font-size: 50px;
    font-weight: 700;
    line-height: 45px;
}
.thirdSection-text > p{
    text-align: center;
    font-size: 17px;
    width: 80%;
    margin: 25px auto;
}
.thirdSection-text > a{
    width: 180px;
    background-color: #e84e1b;
    color: white;
    padding: 10px 17px;
    border-radius: 4px;
    text-align: center;
    margin: auto;
    transition: .4s ease;
}
.thirdSection-text > a:hover{
    background-color: #39190f;
    color: white;
    border-radius: 20px;
} */

.thirdSection-container{
    max-width: 2500px;
    margin: auto;
    margin-top: 100px;
}
.thirdSection-text {
    margin: auto;
    display: flex;
    flex-direction: column;
}
.thirdSection-text > h6{
    text-align: center;
    font-size: 50px;
    font-weight: 700;
    line-height: 45px;
    margin-bottom: 0;
}
.thirdSection-text > p{
    text-align: center;
    font-size: 17px;
    width: 80%;
    margin: 25px auto;
}
.thirdSection-text > a{
    width: 180px;
    background-color: #e84e1b;
    color: white;
    padding: 10px 17px;
    border-radius: 4px;
    text-align: center;
    margin: auto;
    transition: .4s ease;
}
.thirdSection-text > a:hover{
    background-color: #39190f;
    color: white;
    border-radius: 20px;
}
@media screen and (min-width:2000px) {
    .thirdSection-text {
        width: 50%;
    }
}
@media screen and (max-width:1999px) {
    .thirdSection-text {
        width: 60%;
    }
}
@media screen and (max-width:1685px) {
    .thirdSection-text {
        width: 75%;
        padding: 0;
    }
}
@media screen and (max-width:575px) {
    .thirdSection-text {
        width: 95%;
        padding: 0;
    }
}
@media screen and (max-width:500px) {
    .thirdSection-text >  h6{
        font-size: 40px;
        line-height: 35px;
    }
}
/* HOME THIRD SECTION END */

/* HOME FOURFTH SECTION START */
/* .first-section-container{
    display: flex;
    width: 70%;
    gap: 25px;
    margin: 80px auto;
}

.happy-woman-first-Gala{
    position: relative;
    min-height: 75vh;
    width: 30%;
    display: flex;
    box-shadow: -2px 11px 74px 84px rgba(0,0,0,0.75) inset;
-webkit-box-shadow: -2px 11px 74px 84px rgba(0,0,0,0.75) inset;
-moz-box-shadow: -2px 11px 74px 84px rgba(0,0,0,0.75) inset;
    
}

.happy-woman-first-Gala > img{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;

}

.happy-woman-texts{
    position: relative;
    z-index: 2;
    width: 100%; 
    color: white;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: end;
    box-shadow: -2px 11px 91px -9px rgba(0,0,0,0.75) inset;
-webkit-box-shadow: -2px 11px 91px -9px rgba(0,0,0,0.75) inset;
-moz-box-shadow: -2px 11px 91px -9px rgba(0,0,0,0.75) inset;
}

.happy-woman-texts > h4 {
    font-size: 100px;
    font-weight: 900;
    color: white;
    text-shadow: 5px 4px 14px rgba(0,0,0,1);
    margin-bottom: -10px;
}

.happy-woman-texts > p{
    text-shadow: 1px 3px 7px rgba(0,0,0,1);
    padding: 0 15px 25px 15px
}


.voisin-happy-woman-container{
    width: 70%;
    height: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

.voisin-container{
    height: 37.5vh;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: -2px 11px 74px 84px rgba(0,0,0,0.75) inset;
-webkit-box-shadow: -2px 11px 74px 84px rgba(0,0,0,0.75) inset;
-moz-box-shadow: -2px 11px 74px 84px rgba(0,0,0,0.75) inset;
}

.voisin-container > img {
    object-fit: cover;
    height: 100%;
    width: 100%;

}

.voisin-container-text1{
    background-color: black;
    color: white;
    width: 70%;
    height: 90%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 2px 0px 96px -18px rgba(0,0,0,0.35);
-webkit-box-shadow: 2px 0px 96px -18px rgba(0,0,0,0.35);
-moz-box-shadow: 2px 0px 96px -18px rgba(0,0,0,0.35);
}

.voisin-container-text1 > p{
    font-size: 20px;
    font-weight: 600;
    padding: 10px 5px 0 5px;
    line-height: 20px;
    width: 90%;
    
}

.voisin-container-text2{
    /* background-color: #4981FF;
    background-color: #d2daeb;
    color: white;
    width: 100%;
    height: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin: auto;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 2px 0px 96px -18px rgba(0,0,0,0.35);
    -webkit-box-shadow: 2px 0px 96px -18px rgba(0,0,0,0.35);
    -moz-box-shadow: 2px 0px 96px -18px rgba(0,0,0,0.35);
}

.voisin-container-text2 > h4{
    margin-bottom: -100px;
    color: #4981FF  ; 
    font-size: 60px; 
    font-weight: 900; 
    width: 90%; 
    padding: 10px 5px; 
}

.voisin-container-text2 > p{
    font-size: 20px;
    font-weight: 600;
    padding: 10px 5px 0 5px;
    line-height: 20px;
    width: 90%;
    margin: 0;
    color: black;
} */


.first-section-container{
    display: flex;
    width: 70%;
    height: 600px;
    gap: 25px;
    margin: 80px auto;
}

.happy-woman-first-Gala{
    position: relative;
    height: 600px;
    width: 30%;
    display: flex;
    box-shadow: -2px 11px 74px 84px rgba(0,0,0,0.75) inset;
    -webkit-box-shadow: -2px 11px 74px 84px rgba(0,0,0,0.75) inset;
    -moz-box-shadow: -2px 11px 74px 84px rgba(0,0,0,0.75) inset;
    
}

.happy-woman-first-Gala > img{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;

}

.happy-woman-texts{
    position: relative;
    z-index: 2;
    width: 100%; 
    color: white;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: end;
    box-shadow: -2px 11px 91px -9px rgba(0,0,0,0.75) inset;
-webkit-box-shadow: -2px 11px 91px -9px rgba(0,0,0,0.75) inset;
-moz-box-shadow: -2px 11px 91px -9px rgba(0,0,0,0.75) inset;
}

.happy-woman-texts > h4 {
    font-size: 100px;
    font-weight: 900;
    color: #e84e1b;
    text-shadow: 5px 4px 14px rgba(0,0,0,1);
    margin-bottom: -10px;
}

.happy-woman-texts > p{
    text-shadow: 1px 3px 4px rgba(0,0,0,1);
    padding: 0 15px 25px 15px;
    font-weight: 900;
    color: #e84e1b;
    
}


.voisin-happy-woman-container{
    width: 70%;
    height: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

.voisin-container{
    height: 280px;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: -2px 11px 74px 84px rgba(0,0,0,0.75) inset;
    -webkit-box-shadow: -2px 11px 74px 84px rgba(0,0,0,0.75) inset;
    -moz-box-shadow: -2px 11px 74px 84px rgba(0,0,0,0.75) inset;
}

.voisin-container > img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.voisin-container-text1{
    background-color: black;
    color: white;
    width: 70%;
    height: 90%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 2px 0px 96px -18px rgba(0,0,0,0.35);
-webkit-box-shadow: 2px 0px 96px -18px rgba(0,0,0,0.35);
-moz-box-shadow: 2px 0px 96px -18px rgba(0,0,0,0.35);
}

.voisin-container-text1 > p{
    font-size: 20px;
    font-weight: 600;
    padding: 10px 5px 0 5px;
    line-height: 20px;
    width: 90%;   
}

.voisin-container-text2{
    /* background-color: #4981FF; */
    background-color: #d2daeb;
    color: white;
    width: 100%;
    height: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin: auto;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 2px 0px 96px -18px rgba(0,0,0,0.35);
    -webkit-box-shadow: 2px 0px 96px -18px rgba(0,0,0,0.35);
    -moz-box-shadow: 2px 0px 96px -18px rgba(0,0,0,0.35);
}

.voisin-container-text2 > h4{
    margin-bottom: -100px;
    color: #4981FF  ; 
    font-size: 60px; 
    font-weight: 900; 
    width: 90%; 
    padding: 10px 5px; 
}

.voisin-container-text2 > p{
    font-size: 20px;
    font-weight: 600;
    padding: 10px 5px 0 5px;
    line-height: 20px;
    width: 90%;
    margin: 0;
    color: black;
}
@media screen and (max-width: 1250px) {
    .first-section-container{
        width: 80%;
    }
}
@media screen and (max-width: 1100px) {
    .first-section-container{
        width: 95%;
    }
}
@media screen and (max-width: 925px) {
    .first-section-container{
        width: 95%;
    }
    .happy-woman-texts > h4 {
        font-size: 80px;
    }
    .voisin-container-text1{
        width: 85%;
    }
    .voisin-container-text2 > h4{
        margin-bottom: -75px;
        
    }
}
@media screen and (max-width: 800px) {
    .first-section-container{
        flex-direction: column;
        height: 100%;
    }
    .happy-woman-first-Gala{
        width: 100%;
        height: 270px;
    }
    .happy-woman-first-Gala > img{
        object-position: 0 -150px;
    }
    .happy-woman-texts{
        justify-content: center;
    }
    .happy-woman-texts > h4{
        margin: 0 auto;
    }
    .happy-woman-texts > p{
        margin: 0 auto;
        width: 70%;
    }
    .voisin-happy-woman-container{
        width: 100%;
    }
    
}
@media screen and (max-width: 800px) {
    .happy-woman-first-Gala > img{
        object-position: 0 -150px;
    }
}
@media screen and (max-width: 520px) {
    .happy-woman-first-Gala > img{
        object-position: 0 -50px;
    }
    .happy-woman-texts > h4{
        font-size: 60px;
    }
    .happy-woman-texts > p{
        margin: 0 auto;
        width: 90%;
    }
    .voisin-happy-woman-container{
        width: 100%;
        grid-template-columns: 1fr;
        gap: 25px;
    }
    .voisin-container-text1{
        height: 200px;
        width: 70%;
    }
    .voisin-container{
        height: 200px;
    }
    .voisin-container-text2{
        height: 250px;
        width: 80%;
    }
}
/* HOME FOURFTH SECTION END */

/* HOME SIXTH SECTION START */
.free-plan{
    width: 50%;

}
/* HOME SIXTH SECTION END */

/* HOME SEVENTH SECTION START */
.sixthSection{
    max-width: 2500px;
    margin: auto;
    margin-top: 100px;
}
.sixthSectionContainer{
    display: flex;
    width: 75%;
    padding: 70px 75px;
    border-radius: 25px;
    margin: auto;
    gap: 50px;
    align-items: center;
    background: linear-gradient(90deg, #ff704a, #ffa382);
    
}
.sixthSectionContainer > img{
    width: 30%;
    height: 350px;
    object-fit: cover;
    border-radius: 25px;
}
.sixthSectionContainer-text{
    width: 60%;
    color: rgb(57, 55, 55);
    font-size: 20px;
    font-weight: 700;
}
.sixthSectionContainer-text > h6{
    font-size: 17px;
    color: rgba(42, 40, 40, 0.738);
}
@media screen and (max-width: 1300px) {
    .sixthSectionContainer{
        padding: 70px 20px;
        width: 90%;
    }
    .sixthSectionContainer > img{
        width: 30%;
        height: 300px;
    }
    .sixthSectionContainer-text{
        width: 70%;
        color: rgb(57, 55, 55);
        font-size: 15px;
        font-weight: 700;
    }
}
@media screen and (max-width: 765px) {
    .sixthSectionContainer{
        padding: 70px 20px;
        width: 95%;
        display: flex;
        flex-direction: column;
    }
    .sixthSectionContainer > img{
        width: 50%;
        height: 200px;
    }
    .sixthSectionContainer-text{
        width: 85%;
    }
}
@media screen and (max-width: 550px) {
    .sixthSectionContainer{
        width: 100%;
    }
    .sixthSectionContainer > img{
        width: 50%;
    }
    .sixthSectionContainer-text{
        width: 85%;
    }
}
@media screen and (max-width: 550px) {
    .sixthSectionContainer > img{
        width: 70%;
    }
    .sixthSectionContainer-text{
        width: 90%;
    }
}
/* HOME SEVENTH SECTION END */

/* HOME EIGTH SECTION START */
#cards .card {
    border-radius: 20px;
    min-height: 100%;
}

#cards .heading-border {
    position: absolute;
    width: 100%;
    top: 60%;
}

#cards .card .user-picture img {
    position: absolute;
    top: -20%;
    right: 10%;
    background: #f8f9fa!important;
    padding: 10px;
}

#cards .card .user-content .user-name {
    margin-right: 150px;
}
.sixthSection-title{
    font-size: 50px;
    line-height: 45px;
    font-weight: 700;
    width: 70%;
    margin: auto;
    margin-bottom: 70px;
}
.Section-title{
    font-size: 50px;
    line-height: 45px;
    font-weight: 700;
    width: 70%;
    margin: auto;
    margin-bottom: 70px;
    text-align: center;
}
@media screen and (max-width:995px) {
    .Section-title{
        width: 100%;
    }
}
@media screen and (max-width:500px) {
    .Section-title{
        font-size: 40px;
        line-height: 35px;
    }
}
/* HOME EIGTH SECTION END */

/*============== HOME PAGE END ==============*/