body {
    font-family: 'Rubik', sans-serif;
}

.footer {
    padding: 3rem 0;
    background: url('../img/background-gradient.png') no-repeat center center;
    background-size: cover;
    color: #132B71;
    font-size: 17px;
}

.pc-image {
    display: block;
}

.mobile-image {
    display: none;
}

.header h1 {
    font-size: 54px;
    font-weight: bold;
    color: #132B71;
    margin-bottom: 30px;
}

.header .btn {
    background: url('../img/background-gradient.png') no-repeat center;
    background-size:cover;
    color: #132B71;
    font-size:25px;
    font-weight: bold;
}

h1,h2,h3,h4,h5,p,input {
    direction: rtl;
}

.header {
    background: url('../img/header-bg.png') no-repeat left;
    background-size: contain;
}

.des {
    font-weight: 600;
    font-size: 38px;
    color: #132B71;
}

.second-des {
    font-weight: 300;
    font-size: 34px;
    color: #132B71;
}


.intro {
    background: url('../img/background-gradient.png') no-repeat center center;
    background-size: cover;
    color: #132B71;
    font-weight: 300;
    font-size: 32px;
    display: flex;
    align-items: center;
}

.description-flex {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
}

.logo img {
    max-width: 150px;
}

.logo {
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.intro h3 {
    font-size: 38px;
    font-weight: bold;
    color: #132B71;
    margin-bottom: 1rem;
}

.intro p {
    margin-bottom: 1rem;
}

.box {
    background: url('../img/background-gradient.png') no-repeat center center;
    background-size: cover;
    border-radius: 3rem;
    padding: 2rem;
}

.box h2 {
    padding: 0 2rem;
    font-size: 37px;
    font-weight: 700;
    color: #132B71;
}

.modal-title {
    font-size: 35px !important;
    font-weight: 700;
    color: #132B71;
}

.form-control {
    padding: 15px 25px;
    border-radius: 8px;
    color: #132B71;
}

.btn-primary {
    padding: 15px 35px;
    font-weight: 500;
    background-color: #334E9A;
    border: 0px;
    border-radius: 25px;
}

.box p {
    font-size: 28px;
    color: #081849;
}

.icon {
    max-width: 50px;
}

.footer a {
    font-weight: 500;
    color: #132B71;
    text-decoration: none;
}

.bordered-text {
    border: 2px solid #132B71;
    border-radius: 25px;
    color: #132B71;
}

.bordered-text p {
    font-size: 22px;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 0.5rem 0rem;
    color: #132B71;
    font-size: 23px;
    font-weight: 400;
    line-height: 30px;
    text-decoration: none;
    background-color: #fff;
    border: 0px;
}

.box-notice {
    padding: 20px 0px;
    background-color: #fff;
    border: 3px solid #CCD6FF;
    border-radius: 25px;
    position: relative;
    box-shadow: 0px 20px 30px 10px #CCD6FF;
}

.box-notice p {
    font-weight: 500;
    color: #010F32;
    padding-left: 60px;
    padding-right: 20px;
    font-size: 28px;
    position: relative;
    margin-bottom: 0px;
}

.box-notice p:before {
    content: '';
    left: 25px;
    top: -40px;
    width: 20px;
    position: absolute;
    height: 75px;
    background: url('../img/question-mark.png') no-repeat center;
    background-size: cover;
}

.copyrights p, .copyrights a {
    font-weight: 600;
}

.about h2 {
    font-size: 38px;
    font-weight: bold;
    color: #132B71;
    margin: 4rem 0;
}

.list-group {
    display: flex;
    flex-direction: column;
        padding-right: 0px;
    margin-bottom: 0;
    border-radius: 0.25rem;
    direction: rtl;
}

.about h4 {
    font-size:  28px;
    font-weight:500;
    color: #081849;
    margin-bottom: 2rem;
}

.cta {
    background-color: #F3F8FF;
    padding: 5rem 0;
}

.about {
    background: #fff;
    padding: 5rem 0;
}

.card-image {
    padding: 0px 20px;
    max-width: 100%;
}

.btn-social {
    font-size: 36px;
    color: #132B71;
}

.imager {
    max-width: 100%;
}

@media (min-width:992px) {
    .header .col-12 {
        padding-right: 20px !important;
    }

    .header {
        overflow: hidden;
    }
}

@media (min-width:575px) and (max-width:992px) {
    .pc-image {
        display:none;
    }

    .mobile-image {
        position:absolute;
        right:0px;
        top:0px;
        max-width:200px;
        display:block;
    }

    .intro {
        position:relative;
        padding-top: 250px;
    }
}


@media(min-width: 992px) and (max-width: 1000px) {
    .header {
        background: url('../img/header-bg.png') no-repeat -200px  !important;
        background-size: 100% !important;
    }
}

@media(min-width: 1000px) and (max-width: 1200px) {
    .header {
        background: url('../img/header-bg.png') no-repeat -200px  !important;
        background-size: 100% !important;
    }
}

@media(min-width: 767px) and (max-width: 991px) {
    .header {
        margin-bottom: 2rem;
        background: url('../img/header-bg.png') no-repeat -350px 0px !important;
        background-size: 100% !important;
    }

    .header h1 {
        padding-left: 200px;
    }

    .des {
        padding-left: 130px;
    }
    
    .second-des {
        padding-left: 130px;
    }
}

@media (min-width:0px) and (max-width:425px) {
    .header {
        margin-bottom: 2rem;
        background: url('../img/header-bg.png') no-repeat -100px 0px !important;
        background-size: 100% !important;
    }
}

@media (min-width:425px) and (max-width:513px) {
    .header {
        margin-bottom: 2rem;
        background: url('../img/header-bg.png') no-repeat -100px -50px !important;
        background-size: 100% !important;
    }
}

@media (min-width:513px) and (max-width:767px) {
    .header {
        margin-bottom: 2rem;
        background: url('../img/header-bg.png') no-repeat -200px -50px !important;
        background-size: 100% !important;
    }

    .header h1 {
        padding-left: 130px;
    }

    .des {
        padding-left: 130px;
    }
}

@media (max-width:767px) {
    .footer {
        font-size: 14px;
    }

    .logo img {
        max-width: 150px;
        margin-bottom: 50px;
    }

    .second-des {
        font-weight: 400;
        font-size: 24px;
        color: #132B71;
    }

    .des {
        font-weight: 600;
        font-size: 26px;
        color: #132B71;
    }

    .header h1 {
        font-size: 35px;
        font-weight: 500;
        color: #132B71;
        margin-bottom: 30px;
    }

    .intro {
        background: url('../img/mobile-bg.png') no-repeat center center;
        background-size: cover;
        color: #132B71;
        font-size: 17px;
        display: flex;
        align-items: center;
        overflow: hidden;
        padding-bottom: 2rem;
    }

    .intro p {
        font-size: 24px;
        font-weight: 300;
    }

    .pc-image {
        display: none;
    }

    .intro h3 {
        font-size: 24px;
        font-weight: bold;
        color: #132B71;
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    .mobile-image {
        display: block;
        margin-right: -15px;
        max-width: 250px;
        float: right;
    }

    .box-notice p {
        font-weight: bold;
        color: #010F32;
        padding-left: 30px;
        padding-right: 20px;
        font-size: 18px;
        position: relative;
        margin-bottom: 0px;
    }

    .box-notice p:before {
        content: '';
        left: 18px;
        top: -40px;
        width: 20px;
        position: absolute;
        height: 75px;
        background: url('../img/question-mark.png') no-repeat center;
        background-size: cover;
    }

    .about {
        background: #fff;
        padding: 2rem 0;
    }

    .about h4 {
        margin-top: 25px;
    }

    .card-image {
        padding: 0px;
    }

    .about h2 {
        font-size: 24px;
        font-weight: bold;
        color: #010F32;
        margin: 2rem 0;
    }

    .box {
        background: none;
        background-size: cover;
        border-radius: 3rem;
        padding: 0rem;
    }

    .bg {
        background: url('../img/background-gradient.png') no-repeat center center;
        background-size: cover;
        padding: 20px 0px;
    }

    .box h2 {
        padding: 0px;
        font-size: 24px;
        font-weight: 500;
        color: #132B71;
    }

.bordered-text p {
    font-size: 21px;
}
}

.form-select {
    padding: 15px 35px 15px 35px;
    border-radius: 8px;
    color: #132B71;
    direction: rtl;
}

.form-select option {
text-transform: lowercase;
}