html, body {
    background-image: linear-gradient(to right, #48ff42, #00b274);
    height: 100%;
}

.full-screen {
    width: 100%;
    height: 100%;
}

.top-left {
    position: absolute;
    top: 0;
    left: 0;
    width: 17.5%;
}

.logo {
    position: absolute;
    top: 0;
    left: 0;
    width: 11.5%;
}

.top-right {
    position: absolute;
    top: 0;
    right: 0;
    width: 52.5%;
}

.bottom-right {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 35.5%;
}

.bottom-left {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 46.5%;
    max-height: 120px;
}

.right-effect {
    position: absolute;
    top: 0;
    right: 0;
    height: 100vh;
}

.bottom-right-hand {
    position: absolute;
    bottom: 0;
    right: 64px;
    width: 26.5%;
}

.social-icon-wrapper {
    position: absolute;
    width: 30%;
    bottom: 128px;
    left: 32px;
    max-width: 332px;
    color: #1c1c1c;
    font-weight: bold;
}

.social-row {
    display: inline-block;
    height: 88px;
    width: 100%;
}

.phone-row {
    display: inline-block;
    height: 40px;
    width: 100%;
}

.text-row {
    display: inline-block;
    height: 60px;
    width: 100%;
}

.text-row p {
    display: inline-block;
    height: 60px;
    line-height: 60px;
    width: 100%;
    margin: 0;
    padding: 0;
    color: #1c1c1c;
    font-weight: bold;
    direction: ltr;
}

.social-icon {
    background-color: #1c1c1c;
    font-weight: bold;
    border-radius: 48px;
    width: 56px;
    height: 56px;
    margin: 16px;
    float: left;
}

.social-icon a {
    width: 56px;
    height: 56px;
    display: block;
}

.social-icon img {
    width: 32px;
    height: 32px;
    margin: 12px;
}

.phone-button {
    display: block;
    height: 40px;
    width: 100%;
    color: #1c1c1c;
    font-weight: bold;
}

.phone-button img {
    width: 32px;
    height: 32px;
    padding: 4px;
    display: block;
    float: left;
}

.phone-button p {
    width: calc(100% - 60px);
    height: 40px;
    line-height: 40px;
    display: block;
    direction: ltr;
    float: left;
    color: #1c1c1c;
    font-weight: bold;
    font-size: 20px;
    padding: 0 0 0 20px;
    margin: 0;
}

.download-link-wrapper {
    position: absolute;
    top: 320px;
    left: 12.5%;
    width: 47%;
    max-width: 680px;
    color: #ffffff;
}

.download-link-wrapper .title-wrapper {
    position: relative;
    width: 100%;
    height: 36px;
    display: block;
}

.download-link-wrapper .title-wrapper h2 {
    position: absolute;
    left: 80px;
    padding: 0;
    margin: 0;
}

.download-btn-wrappers-spacer {
    display: block;
    width: 25%;
    height: 88px;
    float: left;
}

.download-btn-wrapper {
    display: block;
    width: 50%;
    height: 88px;
    float: left;
}

.download-btn-wrapper a {
    display: block;
    width: calc(100% - 78px);
    margin-right: 39px;
    margin-top: 22px;
    height: 58px;
    border-radius: 12px;
    background-color: #1c1c1c;
    font-weight: bold;
    color: #ffffff;
}

.download-btn-wrapper a img {
    height: 34px;
    width: 34px;
    margin: 12px 28px 12px 12px;
    float: right;
}

.download-btn-wrapper a div {
    height: 58px;
    width: calc(100% - 90px);
    margin-right: 16px;
    float: right;
}

.download-btn-wrapper a div p {
    margin: 4px 0 0;
    height: 12px;
    font-size: 10px;
}

.download-btn-wrapper a div h4 {
    margin: 0;
    height: 38px;
    line-height: 38px;
    font-size: 22px;
}

.title {
    color: #ffffff;
    position: absolute;
    top: 36px;
    right: 0;
    width: 52.5%;
    text-align: center;
}

.footer {
    color: #000000;
    position: absolute;
    bottom: 24px;
    left: 40px;
    font-size: 16px;
    font-weight: 500;
    direction: rtl;
}


@media only screen and (max-width: 1920px) {

    .download-link-wrapper {
        top: 210px;
    }

}


@media only screen and (max-width: 1400px) {

    .text-row p {
        font-size: 14px;
    }

    .phone-button img {
        width: 24px;
        height: 24px;
    }

    .phone-button p {
        font-size: 16px;
        padding: 0 0 0 10px;
    }

    .social-icon img {
        width: 24px;
        height: 24px;
    }

    .social-icon a {
        width: 48px;
        height: 48px;
    }

    .social-icon {
        border-radius: 30px;
        width: 48px;
        height: 48px;
        margin: 8px;
    }

    .social-row {
        height: 64px;
    }

    .text-row p {
        height: 40px;
        line-height: 40px;
    }

    .text-row {
        height: 40px;
    }

    .social-icon-wrapper {
        bottom: 96px;
    }

    .title {
        font-size: 26px;
    }

    .footer {
        bottom: 16px;
        font-size: 14px;
    }

    .download-link-wrapper .title-wrapper h2 {
        font-size: 20px;
    }

}


@media only screen and (max-width: 1200px) {

    .right-effect {
        width: 0;
        height: 0;
        display: none;
    }

    .download-link-wrapper {
        width: 54%;
    }

    .bottom-left {
        width: 57.5%;
    }


}


@media only screen and (max-width: 1024px) {

    .download-link-wrapper {
        width: 60%;
        left: 7.5%;
    }

    .bottom-left {
        width: 57.5%;
    }

    .social-icon {
        width: 36px;
        height: 36px;
    }

    .social-icon a {
        width: 36px;
        height: 36px;
    }

    .social-icon img {
        width: 20px;
        height: 20px;
        margin: 8px;
    }

    .footer {
        left: 24px;
        font-size: 12px;
    }

    .title {
        width: 48.5%;
        font-size: 20px;
    }

    .social-icon-wrapper {
        width: 45%;
    }

    .bottom-right {
        width: 50.5%;
    }

    .bottom-right-hand {
        right: -19px;
        width: 40.5%;
    }

    .bottom-left {
        width: 70.5%;
    }

    .title {
        top: 12px;
    }

    .download-link-wrapper {
        width: 100%;
        left: 0;
    }

}


@media only screen and (max-width: 736px) {

    .download-link-wrapper {
        top: 170px;
    }

    .top-left {
        width: 25%;
    }

    .logo {
        width: 17.5%;
    }

    .top-right {
        width: 70%;
    }

    .title {
        width: 65%;
    }

    .social-icon-wrapper {
        bottom: 64px;
        left: 8px;
    }

    .download-btn-wrapper {
        width: 100%;
    }

    .download-btn-wrappers-spacer {
        width: 0;
        height: 0;
    }

    .download-btn-wrapper a {
        width: calc(60%);
        margin-right: 20%;
        border-radius: 8px;
    }

}


@media only screen and (max-width: 540px) {

    .social-icon-wrapper {
        width: 75%;
    }

    .footer {
        left: 8px;
        bottom: 8px;
        font-size: 10px;
    }

    .title {
        font-size: 14px;
        width: 60%;
    }

    .title-wrapper h2 {
        width: 100%;
        text-align: center;
        font-size: 16px;
        left: 0 !important;
    }

    .heighted-data {
        display: block;
        height: 65vh;
        position: relative;
    }

    .bottom-heighted {
        display: block;
        height: 40vh;
        position: relative;
    }

}


@media only screen and (max-width: 380px) {

    .heighted-data {
        display: block;
        height: 80vh;
        position: relative;
    }

}


@media only screen and (max-width: 320px) {

    .heighted-data {
        display: block;
        height: 130vh;
        position: relative;
    }

}

