@font-face {
    font-family: Laviossa;
    src: url("../font/Laviossa-Medium.otf") format("opentype");
}


html{
    scroll-behavior:smooth;
}

body{
    --text: #191509;
    --background:#fbf8f1;
    --primary: #D3B247;
    --secondary: #e8d289;
    --accent: #e5c352;

    background-color: var(--background);
    padding: 0;
    margin: 0;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    
}

.body-wrapper{
    display: flex;
    flex-direction: column;
}

.navbar-wrapper{
    display: flex;
    flex-direction: row;
    background-color: var(--primary);
    align-items: center;
    color: var(--text);
    justify-content: space-between;
    padding: 10px 50px 10px 50px;
    font-weight: 600;
}

.elements-container{
    display: flex;
    flex-direction: row;
    gap: 50px;    
    padding: 0px 50px 0px 0px;
    font-size: 18px;
    align-items: center;
    justify-content: center;
    font-family: "Laviossa";
}

.logo-wrapper{
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-right: 20px;
}

.navbar-logo{
    object-fit: contain;
    width: 80px;  
}


.navbar-element:hover{
    text-decoration: underline; 
    cursor: pointer;
}

.navbar-logo{
    cursor: pointer;
}

.content-wrapper{
    display: flex;
    flex-direction: column;
}

.image-section{
    width: 100%;
    background-size: 100% 100%;
    position: relative;
}

.image-banner{
    max-width: 100%;
    max-height: 100%;
    background-size: 100% 100%;
    background-size: cover;
    filter: brightness(0.6);
    display: block;
    height: auto;
    width: 100%;
}

.svg-wave{
    position: absolute;
    bottom: -1px;
    left: 0;
}

.maintext-container{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.gradient-text{
    background-image:linear-gradient(90deg, rgba(211,178,71,1) 0%, rgba(232,210,137,1) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; 
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
}

.maintext-container{
    display: flex;
    flex-direction: column;
    gap: 70px;
    padding:10px;
}

.maintitle{
    text-align: center;
    position: absolute;
    color: var(--background);
    z-index: 4;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image:linear-gradient(90deg, rgba(211,178,71,1) 0%, rgb(243, 238, 222) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; 
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
    font-size: 50px;
    width: 100%;
    padding-bottom: 50px;
    font-family: "Laviossa";
}

.avis{
    padding: 80px;
}

.section1-image-container{
    width: 50%;
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
}

.section1-image{
    max-width: 50%;
    max-height: 50%;
    border: 1px transparent;
    border-radius: 25px;
    -webkit-box-shadow: 0px 0px 18px -2px rgba(0,0,0,0.43); 
    box-shadow: 0px 0px 18px -2px rgba(0,0,0,0.43);
    width: 100%;
    height: 100%;
}

.section1{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: flex-start;
    padding: 100px 200px 100px 200px;
}

.section1-text{
    text-align:start;
    width: 60%;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 0 0 0 50px;
}


.section0-image-container{
    width: 50%;
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
}

.section0-image{
    max-width: 50%;
    max-height: 50%;
    border: 1px transparent;
    border-radius: 25px;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    height: auto;

}

.section0{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: flex-start;
    padding: 100px 300px 100px 300px;
}

.section0-text{
    text-align:start;
    width: 60%;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 0 0 0 100px;
    border: 1px transparent;
    border-radius: 15px;
    background-color: #e4e0d7;
    padding: 25px;
    -webkit-box-shadow: 0px 0px 18px -2px rgba(0,0,0,0.43); 
    box-shadow: 0px 0px 18px -2px rgba(0,0,0,0.43);
}

.checkmark{
    width: 30px;
    height: auto;
    
}

.services{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    margin: 7px;
}

.part-wrapper{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.part > img{
    max-width: 60%;
    margin: 0;
}

.part{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #e4e0d7;
    height: 150px;
    width: 300px;
    padding: 20px;
}

.trusted{
    text-align: center;
    padding: 20px;
}

.mainarea-wrapper{
    display: flex;
    flex-direction: column;
}

.pricing-section{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10%;
    
}

.price-container{
    background-color: #e4e0d7;
    padding: 15px;
    border: 3px solid #e4e0d7;
    border-radius: 20px;
    width: 20%;
    display: flex;
    flex-direction: column;
    align-items: center;
    -webkit-box-shadow: 0px 0px 18px -2px rgba(0,0,0,0.43); 
    box-shadow: 0px 0px 18px -2px rgba(0,0,0,0.43);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
}

.price-container:hover{
    border: 3px solid var(--primary);
    transform: scale(1.04)

}

.pricing-title{
    margin-bottom: 0;
}

.pricing-sub{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center; 
}

.main-pricing{
    border: 3px solid var(--primary);
}

.contact-container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 25px;
}

.contact-form-container{
    display: flex;
    flex-direction: row;
    gap: 25px;
}

.submit-button{
    padding: 10px;
    width: 120px;
    border: 3px solid var(--primary);
    border-radius: 10px;
    background-color: var(--background);
    cursor: pointer;
    color: var(--text)
}

.submit-button:hover{
    background-color: #d3b24741;
}

input:focus{
    outline: solid var(--primary);
}

input{
    width: 240px;
    height: 40px;
    border: 1px transparent;
    border-radius:10px;
    -webkit-box-shadow: 0px 0px 18px -2px rgba(0,0,0,0.43); 
    box-shadow: 0px 0px 18px -2px rgba(0,0,0,0.43);
    padding: 5px;
}

.phone-logo{
    width: 30px;
}

.phone-container{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.phone-number{
    color: var(--text);
}

footer{
    background-color: #e4e0d7;
}

.footer-container{
    padding: 20px;
    display: flex;
    flex-direction: column;

}

.footer-elements-container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 70px;
}

.social-media-container{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    flex-direction: row;
}

.social-media-logo{
    width: 40px;
    opacity: 0.7;
}

.social-media-logo{
    cursor: pointer;
}

.social-media-logo:hover{
    opacity: 1;
}

.ML{
    opacity: 0.8;
    margin: 0;
}

.copyright{
    display: flex;
    justify-content: center;
    align-items: center;
}

.localisation-section{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px 200px 100px 200px;
}

.localisation-container{
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 50px;
}

.localisation-main-text{
    width: 90%;
}

.legal-container{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.legal-text2{
    display: flex;
    gap: 5px;
    flex-direction: column;
    align-items: flex-end;

}
.legal-text1{
    display: flex;
    gap: 5px;
    flex-direction: column;
    align-items: flex-start;

}

.localisation-text{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}










@media screen and (max-width: 1588px) {
    .section1{
        padding: 80px 20px 80px 20px;
        align-items: center;
    }
    .section0-image{
        max-width: 80%;
    }
    .localisation-container{
        
        align-items: center;
    }
}

@media screen and (max-width: 1476px) {
    .price-container{
        width: 30%;
    }
    .localisation-section{
        padding: 50px 100px 50px 100px;
    }
}

@media screen and (max-width: 1360px) {
    .section1-image{
        max-width: 70%;
    }
    .section0{
        padding: 100px 200px 100px 200px;
    }
    .localisation-container{
        flex-direction: column;
    }
}

@media screen and (max-width: 1025px) {
    .maintitle{
        font-size: 40px
    }
    .section0-image{
        max-width: 80%;
    }
    .section0{
        padding: 10px;
    }
    .section1-image{
        max-width: 90%;
    }
    .section0-text{
        border: none;
        background-color: var(--background);
        -webkit-box-shadow: none; 
        box-shadow: none;
    }
    
}

@media screen and (max-width: 990px) {
    .price-container{
        width: 40%;
        gap: 5%;
    }
}

@media screen and (max-width: 823px) {
    .maintitle{
        font-size: 30px
    }
    .legal-container{
        flex-direction: column;
    }
    .legal-text1{
        align-items: center
    }
    .legal-text2{
        align-items: center
    }
    .copyright{
        text-align: center;
    }
}

@media screen and (max-width: 740px) {
    .pricing-section{
        flex-direction: column;
        gap: 30px;
    }
    .price-container{
        width: 60%;
    }
}

@media screen and (max-width: 662px) {
    .navbar-wrapper{
        padding: 0px;
    }
    .spacer{
        display: none;
    }
    .plan{
        width: 400px; 
        height: 350px;
    }
}

@media screen and (max-width: 617px) {
    .maintitle{
        font-size: 25px
    }
    .section0{
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .section0-text{
        align-items: center;
        text-align:center;
    }

    .section1{
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
        order: 4;
    }
    .section0-text{
        padding: 0px 0px 0px 0px;
    }
    .section1-image-container{
        width: 60%;
        padding-top: 40px;
    }
    .section0{
        order: 1;
    }
    .section1{
        order: 5;
    }
    .part-wrapper{
        order: 9;
    }
    .trusted-container{
        order: 8;
    }
    .avis{
        padding-top: 50px;
        order: 10;
    }
    .pricing-section{
        order: 3;
    }

    .pricing-maintitle{
        order: 2 ;
    }

    .contact-container{
        order: 7;
    }

    .part-wrapper{
        padding: 10px;
        gap: 5px;
    }
    .section1-text{
        padding: 0;
        width: 100%;
    }
    .localisation-text{
        text-align: center;
    }
    .localisation-section{
        padding: 50px 50px 50px 50px; 
        order: 6;
    }
}


@media screen and (max-width: 561px) {
    .navbar-wrapper{
        flex-direction: column;
        
    }
    .elements-container{
        padding: 0;
    }
    .part-wrapper{
        flex-direction: column;
    }
    .price-container{
        width: 80%;
    }
    .contact-form-container{
        flex-direction: column;
    }
}

@media screen and (max-width: 462px) {

    .section1-image{
        max-width: 100%;
    }
    .section1-image-container{
        width: 90%;
    }
    .ML{
        text-align: center;
    }
    .plan{
        width: 300px; 
        height: 250px;
    }
    .avis{
        padding: 50px 10px 50px 10px;
    }
}
@media screen and (max-width: 395px) {
    .elements-container{
        flex-direction: column;
        text-align: center;
        gap: 5px;
        display: none;
    }
    .logo-wrapper{
        padding:0;
        margin: 15px;
    }
    .navbar-element{
        margin: 10;
    }

    .navbar-logo{
        width: 70px;
    }
    .price-container{
        width: 90%;
        padding: 5px;
    }

}

@media screen and (max-width: 350px) {
    .part{
        padding: 5px;
        width: 80%;
    }
    .plan{
        width: 250px;
        height: 200px;
    }

}

@media screen and (max-width: 256px) {
    .maintitle{
        padding-bottom: 0px;
    }
}



