﻿body, html {
    margin: 0px;
    padding: 0px;
    height: 100vh;
    width: 100%;
}

.main-container {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 117px;
}

.main-left-container {
    float: left;
    width: 60%;
    text-align: center;
}

.main-right-container {
    width: 40%;
    text-align: center;
    float: left;
}

.coming-soon-text-container {
    margin-top: 55px;
}

    .coming-soon-text-container strong {
        display: block;
        /* Regular / 56px | 64px */

        font-family: 'Poppins';
        font-style: normal;
        font-weight: 400;
        font-size: 48px;
        line-height: 52px;
        /* identical to box height, or 108% */
        /* Dark Blue 600 */

        color: #293346;
    }

    .coming-soon-text-container span {
        display: block;
        /* Regular / 16px | 24px */

        font-family: 'Poppins';
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 24px;
        /* identical to box height, or 133% */
        /* Dark Blue 500 */

        color: #2F3A4F;
    }

.contec-us-border {
    background: #E2E5E9;
    border-radius: 16px;
    display: inline-block;
    padding-left: 39px;
    padding-right: 39px;
    padding-top: 10px;
    padding-bottom: 4px;
    margin-top: 39px;
}

    .contec-us-border strong {
        /* Semibold / 20px | 28px */

        font-family: 'Poppins';
        font-style: normal;
        font-weight: 600;
        font-size: 20px;
        line-height: 28px;
        /* identical to box height, or 140% */
        display: block;
    }

    .contec-us-border span {
        /* RTL/Reg 20px */

        font-family: 'Tajawal';
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 26px;
        /* identical to box height, or 130% */
        /* Dark Blue 600 */

        color: #293346;
    }

        .contec-us-border span a, .contec-us-border span a:hover {
            color: #293346;
            text-decoration: none;
        }


.bottom-container {
    width: 100%;
    display: block;
    border-top: 1px solid #D9DCE0;
    padding-top: 69px;
    text-align: center;
    margin-top: 50px;
    padding-bottom: 69px;
}


@media only screen and (max-width: 1440px) {
    .main-left-container {
        display: block;
        width: 100%;
    }

    .main-right-container {
        display: block;
        width: 100%;
        margin-top:69px;
    }
}
