@font-face {
    font-family: NSR;
    src: url(fonts/neo-sans-arabic-regular.ttf);
}

@font-face {
    font-family: NSB;
    src: url(fonts/NeoSansArabicBold.ttf);
}

html {
    direction: rtl;
}

body {
    margin: 0;
    padding: 0;
    background: url(images/bg.png) no-repeat center center;
    background-size: cover;
    height: 100vh;
}

.ContentContainer {
    width: 100%;
    height: 100%;
    background: rgb(27 101 131 / 87%);
    overflow: hidden;
}

@font-face {
    font-family: NSR;
    src: url(fonts/neo-sans-arabic-regular.ttf);
}

@font-face {
    font-family: NSB;
    src: url(fonts/NeoSansArabicBold.ttf);
}

html {
    direction: rtl;
}

body {
    margin: 0;
    padding: 0;
    background: url(images/bg.png) no-repeat center center;
    background-size: cover;
    height: 100vh;
    font-family: "NSR";
}

.RightContent {
    padding: 0 30px;
    display: inline-block;
    background: url(images/shape.png) no-repeat left center, #5fc2d9;
    height: 100%;
    float: right;
    text-align: center;
}

.shapeDiv {
    display: inline-block;
    height: 100%;
    float: right;
}

.shapeDiv img {
    height: 100%;
}

.logo1 {
    margin: 50px 0;
}

.social {
    margin: 70px 0;
}

.social a {
    background: #0b6583;
    margin: 0 1px;
    width: 40px;
    height: 40px;
    display: inline-block;
    line-height: 3;
    border-radius: 35px;
    text-align: center;
    transition: all 300ms;
}

.social a:hover {
    transform: translateY(-5px) rotate(360deg);
    background: #1f87a2;
}

.LeftContent {
    float: right;
    text-align: center;
    width: 76%;
    padding-top: 11%;
}

.block {
    display: inline-block;
    width: 30%;
    text-align: center;
    margin-bottom: 40px;
}

.block>a {
    display: block;
    width: 120px;
    height: 120px;
    line-height: 180px;
    border: 3px solid #5fc2d9;
    border-radius: 100px;
    text-align: center;
    transition: all 300ms;
    margin: 0 auto;
}

.block>h1 {
    margin-top: 10px;
    margin-bottom: 0;
}

.block>h1 a {
    font-size: 23px;
    text-decoration: none;
    color: #fff;
}

.block:hover .BlockA {
    background: #5fc2d9;
    transform: rotate(360deg) scale(1.05);
}

.block:hover .BlockA2 {
    color: #5fc2d9;
}

.MainMenu {
    margin-top: 40px;
}

.MainMenu a {
    display: inline-block;
    text-align: center;
    margin: 0 10px;
    text-decoration: none;
    transition: all 300ms;
}

.MainMenu a img {
    width: 50px;
    display: block;
    margin: 0 auto;
    transition: all 300ms;
}

.MainMenu a:hover img {
    transform: scale(1.3) rotate(360deg);
}

.MainMenu a span {
    color: #fff;
    display: block;
    margin: 5px 0;
}

@media only screen and (max-width: 900px) {
    .RightContent {
        float: none;
        display: block;
        padding: 0;
        padding: 20px 0;
    }

    .logo1 {
        margin: 30px 0;
    }

    .logo2 {
        margin-top: 50px;
    }

    .shapeDiv {
        display: none;
    }

    .LeftContent {
        float: none;
        width: 100%;
        padding-top: 30px;
    }

    body {
        height: 100%;
    }

    .block {
        width: 100%;
    }

    .social {
        margin: 50px 0 0 0;
    }
}

@media screen and (min-width: 900px) and (max-width: 1245px) {
    .RightContent {
        padding: 0 20px;
    }

    .LeftContent {
        width: 65%;
        padding-top: 15%;
    }

    .social {
        margin: 50px 0;
    }
}