body{
    background-color: #b2282f;
    overflow-x: hidden;
}
.original{
    background-image: url(./soon-crop.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 95px;
    margin-top: 80px;
    margin-bottom: 90px;
    padding-bottom: 60px;
    text-align: center;
    border-bottom-left-radius: 200px;
    border-top-right-radius: 200px;
}
.text{
    margin-top: 100px;
    color: #58595b;
    font-size: 20px;
    font-weight: 500;
}
.logo{
    align-items: center;
    justify-content: center;
    padding-left: 15px;
}
.desc{
    margin-bottom: 0px;
}
.desc-ar{
    margin-top: 0px;
    padding-left: 15px;
}
.info{
    color: #6a6b6e;
    font-size: larger;
    text-align: initial;
}
.info-mail{
    color: #6a6b6e;
    font-size: larger;
    padding: 5px;
    text-align: initial;
}
.wtsp{
    cursor: pointer;
    width: 25px;
}
.wtsp-left{
    cursor: pointer;
    
}
.social{
    padding-top: 5px;
    
}
.coming{
    
    padding-top: 30px;
    color: #57585B;
    font-size: 28px;
}
.coming-soon{
    color: #57585B;
    font-size: 28px;
    padding-top: 30px;
}
.whatsapp{
    display: inline-flex;
    padding-top: 30px;
}
.source{
    background-image: url(./soon-crop1.png);
    background-repeat: no-repeat;
    text-align: center;
    border-bottom-left-radius: 75px;
    border-top-right-radius: 75px;
    min-height: 84vh;
    display: grid;
    align-items: center;
    margin: 50px 10px;
    background-color: white;
    padding: 200px 0 50px 0;
}
.icon-row{
    padding-top: 30px;
    display: inline-flex;
}
.social-media{
    padding-top: 40px;
}
.pad{
    padding-left: 5px;
}
.flex{
    text-align: end;
}
.row-source {
    margin: auto;
}

@media (max-width:1000px) {

    .source{
        background-size: 260px;
        margin: 100px 10px;
    }
}
@media (max-width:780px) {
    img.logo-img {
        width: 200px;
    }
    .wtsp {
        cursor: pointer;
        width: 22px;
    }
    p.info-mail {
        font-size: 17px;
    }
}
@media (max-width:380px) {

    p.info-mail {
        font-size: 15px;
    }
}