﻿@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap");

html,
body {
    font-size: 18px;
}

body {
    font-family: "Poppins", sans-serif;
    color: #373839;
}

    body.arabic {
        font-family: Helvetica, Arial, sans-serif;
        font-weight: bold;
    }

::-moz-selection {
    background: #002e6d;
    color: #ffffff;
}

::selection {
    background: #002e6d;
    color: #ffffff;
}

a {
    text-decoration: none;
}

p,
li,
label,
.form-control,
.form-select,
.form-control:focus,
.form-select:focus {
    color: #7a7e83;
}

p {
    line-height: 1.8;
}

.header-left img {
    width: 150px;
}

.header-right .dropdown img {
    width: 30px;
}

.header-right .dropdown-menu {
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    overflow: hidden;
    margin-top: 10px !important;
}

    .header-right .dropdown-menu .dropdown-item {
        background: none !important;
        padding: 7px 15px !important;
    }

.btn-blue {
    background: #002e6d;
    color: #ffffff;
    border-radius: 30px;
    line-height: 50px;
    padding: 0 25px;
}

    .btn-blue:hover {
        background: #012454;
        color: #ffffff;
    }

.btn-outline-blue {
    border: 1px solid #002e6d;
    color: #002e6d;
    border-radius: 30px;
    line-height: 50px;
    padding: 0 25px;
}

    .btn-outline-blue:hover {
        background: #002e6d;
        color: #ffffff;
    }

.slider {
    padding-bottom: 40px;
}

    .slider:before {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        left: 0;
        top: -120px;
        background: url(../images/slide-bg.jpg) no-repeat;
        background-position: top center;
        background-size: 70% auto;
        z-index: -1;
        opacity: 0.8;
    }

.slider-left h1 {
    font-size: 3.35rem;
    color: #ffb819;
    font-weight: 800;
}

    .slider-left h1 span {
        color: #002e6d;
    }

.slider-left p {
    width: 70%;
}

.slider-left h6 {
    padding: 10px 25px;
    font-weight: 500;
    border-radius: 0 20px 0 20px;
    background: linear-gradient(to bottom, #c17d92 0%, #7f1534 100%);
}

.slide-more span {
    background: #002e6d;
    width: 75px;
    height: 75px;
    padding: 20px;
    flex-shrink: 0;
}

.slide-more p {
    font-weight: 600;
    color: #373839;
}

.title {
    font-weight: 800;
}

    .title span {
        color: #ffb819;
    }

.welcome h6 {
    line-height: 1.8;
    font-weight: 500;
    color: #7a7e83;
}

.welcome-left button {
    border-radius: 25px;
    outline: none;
}

    .welcome-left button span {
        background: #002e6d;
        width: 75px;
        height: 75px;
    }

.video-modal video {
    width: 100%;
    height: 600px;
}

.video-modal .btn-close {
    right: 0;
    top: -42px;
    opacity: 1;
    filter: brightness(0) invert(1);
    padding: 10px;
}

.welcome-right img {
    width: 75px;
    margin-bottom: 20px;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}

.welcome-right .col-sm-6:hover img,
.feature-box:hover span {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotateY(360deg);
}

.features {
    padding-top: 30px;
}

.features-in {
    border-radius: 40px 40px 0 0;
    background: url(../images/feature-bg.jpg);
    background-size: cover;
}

.feature-box {
    padding-top: 60px;
    padding-bottom: 60px;
    border-bottom: 12px solid #0b3570;
}

.feature-box-2 {
    border-bottom: 12px solid #054093;
}

.feature-box-3 {
    border-bottom: 12px solid #0a4ba7;
}

.feature-box-4 {
    border-bottom: 12px solid #1057bb;
}

.feature-box span {
    width: 75px;
    height: 75px;
    padding: 18px;
    border-radius: 15px;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}

.feature-box p,
.feature-box h4 {
    padding: 0 15px;
}

.feature-box p {
    opacity: 0.85;
}

.questions-img {
    background: #002e6d;
}

.questions-form {
    border-top: 1px solid #dae1f8;
    border-bottom: 1px solid #dae1f8;
    background: url(../images/questions-bg.jpg) no-repeat;
    background-position: bottom center;
    background-size: 200px auto;
}

    .questions-form label {
        font-weight: 500;
    }

    .questions-form .form-control {
        box-shadow: none;
        border: none;
        min-height: 50px;
        border-radius: 0;
        padding: 0;
        border-bottom: 1px solid #b6b6b6;
    }

        .questions-form .form-control:focus {
            border-bottom: 1px solid #002e6d;
        }

.register-banner:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: -120px;
    background: url(../images/register-bg.jpg) no-repeat;
    background-position: top center;
    background-size: 70% auto;
    z-index: -1;
    opacity: 0.8;
}

.register-banner-content {
    padding-left: 140px;
}

    .register-banner-content p {
        width: 85%;
    }

.register-banner form {
    background: #002e6d url(../images/register-form-bg.png);
    background-size: cover;
    background-position: top right;
    padding: 80px 40px 80px 140px;
    border-radius: 0 0 40px 0;
}

.register-banner .form-control {
    background: rgba(255, 255, 255, 0.1);
    border: none;
    height: 50px;
    box-shadow: none;
    color: #ffffff;
}

    .register-banner .form-control:focus {
        background: rgba(255, 255, 255, 0.2);
    }

.register-banner form .btn {
    border-radius: 7px;
    padding: 10px 20px;
    background: #ffb819 !important;
    color: #fff !important;
}

.register-banner .form-check-input:checked {
    background-color: #ffb819;
    border-color: #ffb819;
}

.process::after {
    background: url(../images/step-arrow.png) no-repeat 0px 0 / auto;
    content: "";
    position: absolute;
    right: -39.7px;
    top: 90px;
    width: 79.4px;
    height: 15.68px;
}

.process img {
    width: 60%;
    max-width: 175px;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}

.process:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}

.process-4::after {
    display: none;
}

footer {
    background: #F4F8FF;
}

.get-in-touch span {
    background: rgba(255, 184, 25, 0.15);
    height: 85px;
    width: 85px;
    border-radius: 100%;
    display: grid;
    place-items: center;
    color: #FFB819;
    font-size: 2rem;
}

footer ol li {
    list-style: none;
    margin-right: 8px;
}

    footer ol li a {
        border-radius: 35px;
        width: 35px;
        height: 35px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #69727D;
    }

        footer ol li a:hover {
            color: #002E6D;
        }

.copy-right {
    background: #EAEFF9;
}

@media (min-width: 1500px) {
    .container {
        max-width: 1400px;
    }
}

@media (min-width: 1600px) {
    .container {
        max-width: 1500px;
    }
}

@media (min-width: 1800px) {
    .container {
        max-width: 1700px;
    }
}

@media (max-width: 1799.98px) {

    html,
    body {
        font-size: 16px;
    }

    .register-banner form {
        padding: 60px 40px 60px 140px;
    }
}

@media (max-width: 1599.98px) {

    html,
    body {
        font-size: 15px;
    }
}

@media (max-width: 1399.98px) {
    .slider-left h1 {
        font-size: 3rem;
    }

    .slide-more span,
    .welcome-right img,
    .feature-box span,
    .welcome-left button span {
        width: 60px;
        height: 60px;
    }

    .features {
        padding-top: 0;
    }

    .video-modal video {
        width: 100%;
        height: 400px;
    }

    .feature-box {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

@media (max-width: 1199.98px) {
    .slider-left h1 {
        font-size: 2.3rem;
    }

    .header-left img {
        width: 120px;
    }

    .register-banner-content {
        padding-left: 100px;
    }

        .register-banner-content p {
            width: 100%;
        }

    .register-banner form {
        padding: 30px 30px 30px 100px;
    }
}

@media (max-width: 991.98px) {
    .slider-right img {
        max-width: 300px;
        display: block;
        margin: 0 auto 30px auto;
    }

    .slider-left p {
        width: 100%;
    }

    .features-in {
        border-radius: 25px;
        padding: 15px 0;
    }

    .feature-box {
        padding-top: 20px;
        padding-bottom: 20px;
        border-bottom: none;
    }

    .questions-img {
        border-radius: 20px;
    }

        .questions-img img {
            max-width: 300px;
        }

    .questions-form {
        border-top: none;
    }

    .slider-left h1 {
        font-size: 2rem;
    }

    .slider:before {
        background: url(../images/slide-bg-m.png) no-repeat;
        background-position: top right;
        background-size: 90% auto;
    }

    .slider::after {
        position: absolute;
        content: "";
        width: 100%;
        height: 40%;
        bottom: 0;
        left: 0;
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(86, 159, 255, 0.1) 100%);
        z-index: -1;
    }

    .process {
        padding-bottom: 70px;
    }

    .process-4 {
        padding-bottom: 30px;
    }

    .process::after {
        right: 50%;
        margin-right: -35px;
        top: auto;
        bottom: 20px;
        -webkit-transform: rotate(90deg) translateY(-50%);
        -moz-transform: rotate(90deg) translateY(-50%);
        transform: rotate(90deg) translateY(-50%);
    }

    .register-banner-image {
        position: relative !important;
    }

    .register-banner-image {
        max-width: 300px;
        display: block;
        margin: 0 auto 30px auto;
    }

    .register-banner-content {
        padding-left: 0;
        text-align: center;
    }

    .register-banner form {
        padding: 30px;
        border-radius: 25px 0 25px 0;
    }

    .get-in-touch span {
        height: 65px;
        width: 65px;
        font-size: 1.5rem;
    }
}


@media (max-width: 575.98px) {
    .slider-left h6 {
        padding: 7px 20px;
        font-size: 0.8rem;
    }

    .slider-left h1 {
        font-size: 1.6rem;
    }

    .slider-right img,
    .register-banner-image {
        max-width: 230px;
    }

    .header-right .dropdown-toggle {
        font-size: 0;
    }

    .header-left img {
        width: 100px;
    }

    .btn-blue,
    .btn-outline-blue {
        line-height: 40px;
        padding: 0 15px;
    }

    .slide-more .d-flex {
        gap: 15px !important;
    }

    .video-modal video {
        width: 100%;
        height: 310px;
    }

    .questions-form {
        border-bottom: none;
        background: none;
    }

        .questions-form .btn-blue {
            width: 100%;
        }

    .register-banner form {
        background: #002e6d url(../images/register-form-bg.png);
        background-size: cover;
        background-position: center;
    }

    .process img {
        max-width: 140px;
    }

    .get-in-touch .col-md-4 {
        border: none !important;
    }
}

.arabic .register-banner form {
    padding: 80px 140px 80px 40px;
}

.arabic .process::after {
    transform: rotatey(180deg);
    right: auto;
    left: -39.7px;
}

.arabic .questions-form .form-control,
.arabic .register-banner form .form-control {
    text-align: right;
}

.arabic .register-banner-content {
    padding: 0 140px 0 0;
}

.arabic .register-banner form .form-check-input {
    float: right;
    margin: 0 -40px 0 10px;
}

.arabic .form-check {
    padding: 0 40px 0 0 !important;
}

@media (max-width: 1799.98px) {
    .arabic .register-banner form {
        padding: 60px 140px 60px 40px;
        border-radius: 0 0 0 40px;
    }
}

@media (max-width: 991.98px) {
    .arabic .slider:before {
        background-size: 80% auto;
    }

    .arabic .register-banner-content {
        padding-right: 0;
    }

    .arabic .register-banner form {
        padding: 30px;
        border-radius: 25px 0 25px 0;
    }

    .arabic .process::after {
        left: 50%;
        margin-left: -35px;
        top: auto;
        bottom: 20px;
        -webkit-transform: rotate(90deg) translateY(-50%);
        -moz-transform: rotate(90deg) translateY(-50%);
        transform: rotate(90deg) translateY(-50%);
    }
}

.success-popup .modal-header {
    border: none;
}

.success-popup .modal-body img {
    width: 110px;
}
