@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@400;500;700&display=swap');

body,
html {
    color: #3f3d56;
    font-family: 'Tajawal', sans-serif;
    font-weight: 500;
    background: #e5f5f9;
    direction: rtl;
    text-align: right;
}

h1,
h2,
h3,
h4,
h5,
h6,
.bnt,
p,
span,
a {
    font-family: 'Tajawal', sans-serif;
}

img {
    max-width: 100%;
    object-fit: cover;
}

a,
a:hover {
    text-decoration: none;
}

a {
    display: inline-block;
}

#content_index .py-5 {
    padding-bottom: 0 !important;
}

input:hover,
input:focus,
button:focus {
    box-shadow: none !important;
    outline: unset !important;
}

.navbar-nav .nav-link {
    color: #3f3d56;
    font-weight: bold;
}

.navbar .form-inline .btn {
    color: #fff;
    border: 0;
    border-radius: 22px;
    font-size: 13px;
    padding: 8px 25px;
}

.navbar .form-inline .btn:first-of-type {
    background: #48beff;
    margin-left: 20px;
}

.navbar .form-inline .btn:last-of-type {
    background: #727272;
}

.home-banner2,
.home-banner {
    display: flex;
    align-items: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.home-banner2 {
    background-position: 0 -300px;
}

.home-banner h3,
.home-banner h2 {
    font-weight: 700;
    font-size: 30px;
}

.home-banner h2 {
    color: #3f3d56;
    margin-bottom: 25px;
    margin-top: 120px;
}

.main-title {
    color: #3f3d56;
    font-weight: bold;
}

.nav-tabs {
    background: #263238;
    border-radius: 4px;
    padding: 20px 20px 0;
}

.nav-tabs .nav-link {
    color: #fff;
    font-weight: bold;
}

.advertisements {
    background: #33b6ff;
    padding: 20px;
    height: 100%;
}

.custom-file-label {
    border-radius: 5px;
    height: 45px;
}

.custom-file-label::after {
    content: 'فتح' !important;
    left: 0;
    right: auto;
    background: #25bceb;
    color: #fff;
    border: 0;
    border-radius: 0;
    padding: 10px 40px;
    font-size: 15px;
    font-weight: bold;
    height: 45px;
}

.note span {
    color: red;
}

.defult-btn {
    background: #263238;
    color: #fff;
    border-radius: 10px;
    margin: auto;
    display: block;
    font-weight: bold;
    padding: 10px 40px;
}

.btn:hover {
    color: #fff;
}

.why-us {
    margin-top: 20px;
    text-align: center;
}

.why-us img {
    width: 85px;
    margin: auto;
    display: block;
}

.why-us h3 {
    margin-top: 10px;
    font-weight: bold;
    font-size: 16px;
}

.download-app {
    background: #a4d9f6;
    font-weight: bold;
}

.download-app p {
    color: #6b6b6b;
    font-weight: normal;
    width: 80%;
}

.download-on-the-app a {
    margin-left: 20px;
}

.download-app .mocu-img {
    width: 80%;
}

.program-windows {
    background: #5a91d6;
    color: #fff;
    font-weight: bold;
    position: relative;
    margin-bottom: 100px;
}

.program-windows .defult-btn {
    float: left;
}

.program-windows .babup-img {
    position: absolute;
    height: 270px;
    bottom: -119px;
    display: block;
    left: 0;
}

.advantages-list li {
    display: flex;
    align-items: center;
}

.advantages-list li .icon {
    width: 100px;
    height: 100px;
    margin-left: 10px;
    background: #eff4f7;
    padding: 17px;
    border-radius: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
}

.advantages-list li h6 {
    font-weight: bold;
    font-size: 15px;
}

.advantages-list li p {
    color: #a1a1a1;
    font-weight: normal;
    font-size: 13px;
    width: 70%;
    line-height: 1.6;
}

.footer {
    background: #303030;
    color: #fff;
    font-weight: 300;
}

.footer h5 {
    font-size: 16px;
    font-weight: bold;
}

.footer a {
    color: #c9d2d8;
    font-size: 15px;
    margin-bottom: 4px;
}

.footer ul {
    padding-right: 20px;
}

.footer .input-group > .input-group-prepend > .input-group-text,
.footer .input-group > .form-control {
    background: #212121;
    color: #fff;
    border: 0;
}

.border-right,
.border-left {
    border-color: #6a6975 !important;
}

@media only screen and (max-width: 767px) {
    .home-banner2,
    .home-banner {
        height: auto;
    }

    .home-banner h3,
    .nav-tabs .nav-link {
        color: #3f3d56;
    }

    .defult-btn {
        margin-bottom: 10px;
    }

    .download-app .mocu-img,
    .program-windows .babup-img {
        display: none;
    }
}
