body {
    font-family: "Montserrat", system-ui;
    font-optical-sizing: auto;
    font-style: normal;
}

.background {
    position: absolute;
    width: 100%;
    height: 100vh;
}

.background img {
    width: 100%;
    height: 100vh;
}

.container-fluid {
    position: relative;
}

.logo {
    display: flex;
    justify-content: center;
}

.logo img {
    margin-top: 200px;
}

.soon {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 90px;
}

.soon .title {
    display: flex;
    justify-content: center;
    width: 100%;
}

.soon p {
    color: #FFFFFF;
    font-size: 25px;
}

.progress {
    width: 40%;
}

.our-services {
    margin-top: 60px;
    color: #FFFFFF;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.our-services .title {
    display: flex;
    justify-content: center;
    width: 100%;
    font-size: 60px;
}

.row.images {
    width: 80%;
}

.image {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.image p {
    font-size: 18px;
    margin-top: 15px;
}

.contact {
    width: 80%;
    margin: auto;
    margin-top: 110px;
    display: flex;
}

.contact div {
    width: 50%;
}

.contact .whatsapp {
    text-align: right;
}

.contact a {
    color: #FFFFFF;
    font-size: 22px;
    text-decoration: none;
}

.contact .whatsapp a {
    display: flex;
    justify-content: end;
}

.contact .whatsapp a p {
    margin-right: 10px;
}

.contact .whatsapp a img {
    width: 40px;
    height: 40px;
}


@media screen and (max-width: 1600px) {
    .logo img {
        margin-top: 100px;
        width: 200px;
    }

    .soon {
        margin-top: 30px;
    }

    .our-services {
        margin-top: 30px;
    }

    .our-services .title {
        font-size: 40px;
    }

    .image img {
        height: 170px;
    }

    .contact {
        margin-top: 20px;
    }
}