@font-face {
    font-family: Sahel-Light;
    src: url(../../fonts/Sahel-Light-FD.ttf);
}
@font-face {
    font-family: Sahel;
    src: url(../../fonts/Sahel-FD.ttf);
}
@font-face {
    font-family: Sahel-SemiBold;
    src: url(../../fonts/Sahel-SemiBold-FD.ttf);
}
@font-face {
    font-family: Sahel-Bold;
    src: url(../../fonts/Sahel-Bold-FD.ttf);
}
@font-face {
    font-family: Sahel-Black;
    src: url(../../fonts/Sahel-Black-FD.ttf);
}
.background {
    background: linear-gradient(90deg, #00072c 48%, #01525b 48%);
    height: 100vh;
    overflow: hidden;
}
.about-box {
    height: 70vh;
    margin-top: 15vh;
    width: 80%;
    margin-left: 8%;
    background-color: #e8f4ff;
    border-radius: 10px;
    box-shadow: 0px 0px 40px 20px #47f1fd87;
}
.left-about-box {
    width: 50%;
    padding-left: 6%;
    display: grid;
    align-items: center;
}
.left-about-box img {
    width: 88%;
    box-shadow: 0px 0px 17px 2px #000;
}
.left-about-box img:nth-child(1) {
    border-radius: 40px 4px;
}
.left-about-box img:nth-child(2) {
    border-radius: 4px 40px;
}
.right-about-box {
    width: 50%;
    display: grid;
    align-items: center;
}
.right-about-box-h1 {
    list-style: none;
    margin-right: -22px;
}
.right-about-box-h1 h1 {
    font-family: Sahel-Semibold;
    font-size: 32px;
}
.right-about-box ul {
    font-family: Sahel;
    direction: rtl;
    text-align: justify;
    padding-right: 8%;
}
@media screen and (min-width: 1500px) {
    .left-about-box {
        padding-left: 12%;
    }
    .left-about-box img {
        width: 76%;
    }
    .right-about-box ul {
        padding-right: 18%;
    }
}
.right-about-box-change-color {
    color: #01525b;
}
@media screen and (max-width: 600px) {
    .background {
        background: linear-gradient(90deg, #00072c 50%, #01525b 50%);
    }
    .about-box {
        height: 85vh;
        margin-top: 5vh;
        margin-left: 10%;
        box-shadow: 0px 0px 24px 14px #47f1fd87;
        border-radius: 4px;
    }
    .left-about-box {
        width: 100%;
        padding-right: 1%;
        padding-left: 1%;
    }
    .left-about-box img {
        width: 88%;
        position: unset;
        margin-left: 6%;
        margin-top: 4vh;
        box-shadow: 0px 0px 13px 1px #000;
    }
    .left-about-box img:nth-child(1) {
        border-radius: 20px 4px;
        transform: none!important;
    }
    .left-about-box img:nth-child(2) {
        border-radius: 4px 20px;
        transform: none!important;
    }
    .right-about-box {
        width: 100%;
    }
    .right-about-box-h1 {
        margin-right: 0px;
    }
    .right-about-box-h1 h1 {
        font-family: Sahel-Semibold;
        font-size: 19px;
    }
    .right-about-box ul {
        list-style-type: none;
        text-align: center;
        font-size: 12px;
        padding-right: 2px!important;
        padding-left: 2px!important;
    }
}