@font-face {
    font-family: 'TatweerAlRiyadh-Regular';
    src: url('../fonts/TatweerAlRiyadh-Regular.ttf');
    src: url('../fonts/TatweerAlRiyadh-Regular.svg');
    src: url('../fonts/TatweerAlRiyadh-Regular.eot');
    src: url('../fonts/TatweerAlRiyadh-Regular.woff');
}

html {
  scroll-behavior: smooth;
}

body{
    font-family: 'TatweerAlRiyadh-Regular';
}

a{
    text-decoration: none;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.header{
    position: fixed;
    width: 100%;
    top: 10px;
    transition: 0.5s;
    z-index: 9999;
}


.header .top-header{
    background: linear-gradient(-90deg, #00B5FF 0%, #8916FF 100%);
    box-shadow: 0px 7px 0px rgba(0, 0, 0, 0.15);
    border-radius: 14px;
    padding: 15px;
    font-size: 17px;
    transition: 0.2s;
}

.header .navbar .nav-link{
    color: #fff;
    font-size: 20px;
    margin-left: 18px;
    border-bottom: 3px solid transparent;
}

.header .navbar-brand{
    display: none;
    transition: 0.3s;
}

.header .navbar-brand img{
    width: 100px;
}

.header .navbar-nav .nav-link.active, .navbar-nav .show>.nav-link , .header .navbar-nav .nav-link:hover{
    color: #00B5FF;
    border-color: #00B5FF;
}

.header.sticky .top-header{
    opacity: 0;
}

.header.sticky {
    top: -65px;
    background: linear-gradient(-90deg, #00B5FF 0%, #8916FF 100%);
    box-shadow: 0px 7px 0px rgb(0 0 0 / 15%);
    border-radius: 14px;
}

.header.sticky .navbar-nav .nav-link.active, .header.sticky .navbar-nav .nav-link:hover{
    color: #100e2f;
    border-color: #100e2f;
}

.header.sticky .navbar-brand{
    display: block;
}


.intro{
    background: url('../images/intro.png') no-repeat;
    background-size: cover;
    height: 100vh;
}

.intro .logo img{
    width: 300px;
}

.intro .text-intro p{
    font-size: 30px;
    padding: 0 300px;
}

.intro .text-intro a{
    font-size: 40px;
    color: #fff;
    display: inline-block;
    background: url(../images/btn-back.svg) no-repeat;
    background-size: contain !important;
    background-position: center !important;
    border-radius: 13px;
    width: 260px;
    height: 70px;
    transition: 0.5s;
}

.intro .text-intro a:hover{
    background: url(../images/btn-back-h.svg) no-repeat;
    color: #00B5FF;
}

.vision{
    height: 380px;
    overflow: hidden;
}

.vision .right-block{
    background: #E1EDFF;
    padding: 40px 100px 40px 40px;
}

.vision .right-block .text-vision h2{
    color: #100E2F;
    font-size: 70px;
}

.vision .right-block .text-vision p{
    color: #100E2F;
    font-size: 30px;
}

.vision .left-block img{
  width: 100%;
  height: 380px;
}

.goals{
    height: 600px;
    overflow: hidden;
}

.goals .right-block img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.goals .left-block{
    background: #100E2F;
    padding: 40px  40px 40px 100px;
}

.goals .left-block h2{
    font-size: 70px;
}

.goals .left-block ul li{
    font-size: 30px;
    position: relative;
    padding-right: 33px;
    margin-bottom: 7px;
}

.goals .left-block ul li:after{
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background: linear-gradient(180deg, #00B5FF 0%, #8916FF 100%);
    border-radius: 5px;
    right: 0;
    top: 20px
}

.train{
    padding: 70px 0;
}

.train h2{
    color: #100E2F;
    font-size: 70px;
    text-align: center;
    margin-bottom: 50px;
}

.train .train-block{
    margin-bottom: 100px;
}

.train .train-block h3{
    color: #100E2F;
    font-size: 30px;
    margin-top: 20px;
    text-align: center;
}

.train .train-icon{
    background: #E1EDFF;
    border-radius: 8px;
    width: 100px;
    height: 100px;
    padding: 10px;
}

.train .train-icon img{
    width: auto;
    max-width: 70px;
    height: 70px;
}

.features{
    background: #100E2F;
    position: relative;
    padding: 70px 0;
    overflow: hidden;
}

.features:before,.features:after{
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    background: url('../images/fright.svg') no-repeat;
    width: 260px;
    height: 290px;
    transform: translateY(-50%);
}
.features:after{
    right: auto;
    left: 0;
    top: 15%;
    transform: rotateY(180deg);
}

.features h2{
    font-size: 70px;
    margin-bottom: 30px;
}
.features p{
    font-size: 30px;
    margin: 5px auto ;
    max-width: 850px;
}
.features h4{
    font-size: 50px;
    background: linear-gradient(90deg, #00B5FF 0%, #8916FF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.how-works{
    background: linear-gradient(180deg, #179BFF 0%, #8916FF 100%);
    padding: 90px 0;
}

.how-works h2{
    color: #fff;
    font-size: 70px;
    margin-bottom: 50px;
    text-align: center;
}

.how-works .step{
    background: #FFFFFF;
    box-shadow: 0px 7px 4px rgba(0, 0, 0, 0.25);
    border-radius: 24px;
    padding: 30px;
    height: 300px;
    position: relative;
}

.how-works .step:before{
    content: '';
    position: absolute;
    top: 50%;
    left: -22%;
    width: 22%;
    height: 25px;
    background: #fff;
}

.how-works .row .col:last-child .step:before{
    display: none;
}

.how-works .step span{
    color: #A2C1EF;
    font-size: 75px;
    display: block;
}

.how-works .step label{
    color: #100E2F;
    font-size: 28px;
    height: 90px;
}

.form-contact{
    padding: 30px 50px;
}

.form-contact h2{
    color: #100E2F;
    font-size: 70px;
}
.form-contact p{
    color: #100E2F;
    font-size: 18px;
}

.form-contact .form-control{
    background: rgb(164 169 217 / 30%);
    border-radius: 25px;
    height: 50px;
    text-align: right;
    font-size: 18px;
    border: 0;
}

.form-contact textarea.form-control{
    height: 147px;
    resize: none;
}

.form-contact .btn-primary{
    background: #100E2F;
    border-radius: 25px;
    font-size: 30px;
    color: #fff;
    width: 250px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.footer{
    background: #100E2F;
    padding: 70px 0;
}

.footer .about-footer a img{
    width: 200px;
}

.footer .about-footer p{
    color: #fff;
    font-size: 18px;
    margin-bottom: 0;
}

.links-footer h2{
    color: #fff;
    font-size: 30px;
}

.links-footer ul li{
    position: relative;
    padding-right: 18px;
}
.links-footer ul li:after{
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    top: 12px;
    right: 0;
    background: #8719FF;
    border-radius: 50px;
}

.links-footer ul li a{
    color: #fff;
    font-size: 18px;
    transition: 0.3s;
}
.links-footer ul li a:hover{
    color: #00B5FF;
}

.navbar-toggler{
    color: #fff;
    background: #00B5FF;
    font-size: 26px;
}

/* Media css */

@media (max-width: 1300px){
    .features:before, .features:after{
        background-size: contain;
        height: 150px;
        width: 130px;
    }
    .features:after {
        top: 33%;
    }

}

@media (max-width: 1200px){
    .intro .text-intro p {
        padding: 0 100px;
    }
    .intro{
        align-items: end !important;
        padding-bottom: 40px;
    }
}

@media (max-width: 991.9px){

    .vision .right-block {
        padding: 30px;
    }
    .vision .left-block img{
        object-fit: cover;
    }
    .goals .left-block ul li{
        font-size: 24px;
    }
    .features p{
        max-width: 500px;
    }
     .features:before{
        transform: translateY(0%);
     }
    .features:before, .features:after{
        top: 0;
    }
    .how-works .step:before{
        display: none;
    }
    .contact{
        display: block !important;
    }
    .contact .w-50 {
        width: 100% !important;
    }
    .contact .map{
        height: 300px;
        overflow: hidden;
    }
    .contact .map img{
        object-fit: cover;
    }
    .about-footer{
        margin-bottom: 40px;
    }
}

@media (max-width: 768px){

    .header .navbar-brand {
        display: block !important;
    }
    .navbar-collapse{
        background: #100E2F;
        padding: 0 20px;
        border-radius: 14px;
    }
    .header.sticky .navbar-nav .nav-link.active, .header.sticky .navbar-nav .nav-link:hover {
        color: #00B5FF ;
        border-color: #00B5FF ;
    }
    .intro .text-intro p {
        padding: 0 30px;
        font-size: 25px;
    }
    .intro .text-intro a{
        font-size: 30px;
        height: 50px;
    }
    .goals{
        display: block !important;
        overflow: inherit;
        height: auto;
    }
    .goals .w-50{
        width: 100% !important;
    }
    .goals .right-block img {
        height: 300px;
        object-fit: cover;
    }
    .features h4{
        padding: 0 20px;
        font-size: 35px;
    }
    .about-footer{
        display: block !important;
        text-align: center;
    }
    .about-footer a{
        display: inline-block;
        margin: 0 0 30px 0 !important;
    }
    .links-footer ul li{
        float: right;
    }
    .links-footer ul li:after{
        display: none;
    }
    .links-footer ul li {
        padding: 0 0 0 20px;
    }
    .vision{
        display: block !important;
        height: auto;
        overflow: inherit;
    }
    .vision .w-50{
        width: 100% !important;
    }
    .vision .left-block-for-mob{
        display: block!important;
    }
    .vision .left-block{
        display: none;
    }
    .vision .left-block img {
        height: 300px;
    }
    .header .navbar .nav-link{
        margin-left: 0;
    }
    .train h2{
        font-size: 40px;
    }
    .form-contact .btn-primary{
        width: 100%;
    }
    .goals .left-block{
        padding: 20px;
    }
}


@media (max-width: 620px){
    .header .top-header{
        display: block !important;
    }
}

@media (max-width: 575.9px){}



@media (max-width: 500px){
    .header .top-header label{
        font-size: 13px;
    }
    .intro .logo img {
        width: 180px;
    }
    .intro .text-intro p {
        padding: 0 20px;
        font-size: 24px;
    }
    .features h2 {
        font-size: 45px;
    }
}

@media (max-width: 470px){
    .intro {
        align-items: center !important;
    }

}
