@import url('https://fonts.googleapis.com/css2?family=Baloo+2:wght@400..800&display=swap');
body{
    margin: 0;
    font-family: "Baloo 2", sans-serif;
    background-color: #f5f5ef;
}
.background-image{
    background-image: url("https://images.pexels.com/photos/13883815/pexels-photo-13883815.jpeg?cs=srgb&dl=pexels-roberto-mu%C3%B1oz-13883815.jpg&fm=jpg&_gl=1*1o4srt4*_ga*OTkyMDYxNDcxLjE3MDI5OTk3OTU.*_ga_8JE65Q40S6*MTcxMjIyNDI3Ni4zLjEuMTcxMjIyNDc2OC4wLjAuMA..");
    height: 100vh;
    width: auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    filter: blur(2px);
}
.section-1 h1 {
    width: 100%;
    height: auto;
    color: rgb(255, 255, 255);
    font-size:4.5rem;
    letter-spacing: 8px;
    text-align: center;
    position: absolute;
    top: 45%;
}
a{
    text-decoration: none;
    color: rgb(255 255 255);
}
.section-1 span{
    color: rgb(255 255 255);
    font-size: 40px;
    position: absolute;
    top: 30px;
    left: 60px;
}
.section-1 .home-button {
    position: absolute;
    top: 80%;
    left: 45%;
    width: 200px;
    height: 55px;
    border: none;
    border-radius: 10px;
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    background-color: rgba(255, 255, 255, 0.8)
}
.home-button:hover{
    filter: brightness(80%);
}
.home-button a{
    color: rgb(0 0 0); 
}
.section2 {
    width: auto;
    height: 100vh;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.section2 .section2-images {
    display: flex;
    gap: 25px;   
}
.section2 .text-box2{
    width: 45%;
    text-align: justify;
    font-size: 1.2rem;
    margin-right: 10px;
}
.section2 h2{
    font-size: 2.6rem;
} 
.section2 p{
    font-size: 1.3rem;
}
.section2 button {
    width: 200px;
    height: 55px;
    border: none;
    border-radius: 10px;
    text-align: center;
    text-transform: uppercase;
    color: rgb(255 255 255);
    font-size: 20px;
    background-color: rgba(0, 0, 0, 0.8);
}
#image-1{
    width: 300px; 
    height: 400px;
    position: relative;
    top: -80px;
}

#image-2{
    width: 300px; 
    height: 400px;
    position: relative;
    top: 50px;
}
.section3 {
    width: auto;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.section3 .text-box3 {
    width: 300px;
    text-align: justify;
    margin: 20px;
}
.section3 h2{
    font-size: 2.8rem;
}
.section3 p {
    font-size: 1.2rem;
}
.section3 img{
    width: 300px;
    height: 400px;
    margin: 10px;
}
.section3 .image{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.image span {
    font-size: 1.3rem;
    text-decoration: underline;
}
/* Section 4 */
.section4 {
    width: auto;
    height: 100vh;
    background-color: rgb(0 0 0);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.section4 h2{
    color: rgba(255, 255, 255, 0.8);
    width: 100%;
    text-align: center;
    font-size: 2.8rem;
}
.customer {
    width: 350px;
    height: 450px;
    color: rgba(255, 255, 255, 0.8);
    margin: 0 20px;
}
.customer img{
    width: 150px;
    height: 150px;
    border-radius: 50%;
    position: relative;
    top: -8%;
    left: 18%;
}
.customer .fa-quote-left{
    font-size: 2.8rem;
    float: left;
    position: relative;
    top: 100px;
}
.customer p, span {
    text-align: justify;
    font-size: 1.2rem;
}
/* Section 5 */
.section5{
    width: auto;
    height: 100vh;
    display: flex;
    flex-wrap: wrap;
    justify-content: stretch;
    align-items: center;
}
.section5 img{
    width: auto;
    height: 100vh;
}
.section5 .text-box5{
    margin-left: 80px;
    text-align: center;

}
.text-box5 h1{
    font-size: 2.8rem;
    margin-bottom: 0;
}
.text-box5 h3 {
    font-size: 2.1rem;
    margin-top: 0;
}
.text-box5 button {
    width: 200px;
    height: 55px;
    border: none;
    border-radius: 10px;
    text-align: center;
    text-transform: uppercase;
    color: rgb(255 255 255);
    font-size: 20px;
    background-color: rgba(0, 0, 0, 0.8);
}
.section5 .socials {
    font-size: 2.5rem;
    margin-top: 20px;
}
.socials a{
    margin: 0px 10px;
    
}
.socials .fa-brands:hover {
    transform: scale(1.3, 1.3);
}
a .fa-whatsapp {
    color: #25D366;
}
a .fa-instagram {
    color: #c1558b;
}
a .fa-facebook {
    color: #4267B2;
}

@media screen and (max-width: 425px) {
    .section-1 h1{
        width: 90%;
        font-size:2.8rem;
        background-color: rgba(0, 0, 0, 0.5);
        border-radius: 5px;
        left: 5%;
    }
    .section-1 .home-button {
        left: 28%;
    }
    .section-1 span{
        font-size: 30px;
    }
    .section2{
        flex-direction: row;
        gap: 10px;
        height: auto;
    }
    .section2 .section2-images {
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 12px;
    }
    #image-1{
        width: 250px;
        height: 300px;
        position: relative;
        top: 20px;
    }
    #image-2{
        width: 250px;
        height: 300px;
        position: relative;
        top: 20px;
    }
    .section2 .text-box2{
        width: 80%;
        text-align: justify;
        font-size: 1rem;
        padding: 20px;
    }
    .section2 h2{
        font-size: 2.3rem;
    } 
    .section2 p{
        font-size: 1.1rem;
    }
    .section3 {
 
        height: auto;
    }
    .section3 .text-box3 {
        width: 80%;
        text-align: justify;
        padding: 0 20px;
    }
    .section3 p {
        font-size: 1.1rem;
        margin-top: 0;
    }
    .section3 h2{
        font-size: 2.3rem;
        margin-bottom: 0;
    }
    .section3 img{
        width: 250px;
        height: 350px;
        margin: 10px;
    }
    .section4 {
        height: auto;
    }
    .section4 h2{
        width: 80%;
        text-align: center;
        font-size: 1.5rem;
        margin: 20px 0;
        text-decoration: underline;
    }
    .customer img{
        width: 150px;
        height: 150px;
        border-radius: 50%;
        position: relative;
        top: -2%;
        left: 20%;
    }
    .section5 img{
        width: 100%;
        height: auto;
    }
    /* Section 5 */
.section5{
    width: auto;
    height: auto;
}
.section5 img{
    height: auto;
}
.section5 .text-box5{
    width: auto;
    text-align: center;
    margin-left: 0;
}
.text-box5 h1{
    width: 100%;
    font-size: 2.1rem;
    margin-bottom: 0;
}
.text-box5 h3 {
    font-size: 1.7rem;
    margin-top: 0;
}
.text-box5 button {
    width: 200px;
    height: 55px;
    border: none;
    border-radius: 10px;
    text-align: center;
    text-transform: uppercase;
    color: rgb(255 255 255);
    font-size: 20px;
    background-color: rgba(0, 0, 0, 0.8);
}
.section5 .socials {
    font-size: 2.0rem;
    margin-top: 20px;
}
.socials a{
    margin: 0px 10px;
}
}