@font-face {
    font-family: "Advent Pro";
    src: url("AdventPro-Bold.woff2") format('woff'),url("AdventPro-Bold.ttf") format('truetype');
}

body{
    width: 1440px;
    margin: 0 auto;
    font-family: Almarai;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    line-height: 1.5;
}

.header{
    font-family: Advent Pro;
    background-color: rgb(249 249 249);
}
.header,.body{
    padding: 30px 60px;
}

.nav-item{
    font-size: 20px;
}

.footer{
    background: #333333;
    color: #fff;
    padding: 30px 60px;
    margin: 30px auto;
    font-size: 20px;
    font-weight: 400;
}
.body,.btn{
    font-size: 20px;
}

.logo{
    color:#3f6ace;
    font-size: 30px;
    margin-right: 60px;
}
.logo img{
    width: 162px;
    height: 40px;
}

.btn-outline-danger{
    color: #666;
    border-radius: 100px;
    border: 2px solid #FFC1DC;
    border-color: #FFC1DC;
    padding: 10px 30px;
}
.header{
    margin-bottom: 30px;
}
.sec{
    font-family: Advent Pro;
}
.sec-left{
    font-family: math;
}
.sec-desc{
    font-weight: 300;
}
.nav-item{
    margin: 0 15px;
}

h1{
    background: linear-gradient(91deg, #0048FF 3.42%, #D6008D 82.66%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 46px;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 60px;
    font-family: math;
}

.btn-primary-1{
    border-radius: 100px;
    background: linear-gradient(238deg, #09153F 1.24%, #002BC2 57.38%);
    padding: 10px 30px;
    justify-content: center;
    align-items: center;
    color: #fff;
}
.btn-primary-1:hover{
    color: #fff;
}


.about-company{
    border-radius: 200px;
    background: #EDF7FF;
    padding: 30px;
    color: #222;
    font-size: 22px;
    font-weight: 400;
    line-height: 40px;
    margin-top: -60px;
    position: relative;
}

.about-company-left{
    background: #fff;
    border-bottom-left-radius: 200px;
    border-top-left-radius: 200px;
    border-right: 3px solid #C4D4FF;
    padding: 60px;
    color: #0048FF;
    font-size: 40px;
    margin-right: 60px;
    flex-wrap: 700;
    font-family: math;
}

.title{
    color: #0048FF;
    font-size: 40px;
    text-align: center;
    font-family: math;
    margin:60px auto;
    font-weight: 700;
}

.sec{
    background: #FFF5FF;
    padding: 30px 60px;
    margin: 30px auto;
    color: #555;
    font-size: 24px;
}

.sec-title{
    color: #002B9A;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 30px;
    font-family: math;
}

.sec-2{
    background: #EDF7FF;
}

.sec-left-radius{ border-bottom-left-radius: 200px; border-top-left-radius: 200px;}
.sec-right-radius{ border-bottom-right-radius: 200px; border-top-right-radius: 200px; }

.sec-left{
    color: #002B9A;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    min-width: 300px;
}

.sec .btn{
    background: none;
    border-radius: 100px;
    border: 2px solid #0048FF;
    color: #0048FF;
    margin: 30px 0;
}

.sec-gray{
    background: #F9F9F9;
    padding: 100px;
}


.btn-submit,.btn-submit:hover{
    border-radius: 5px;
    background: #0048FF;
    padding: 10px 100px;
    color: #fff;
}


.sec-form{
    background: #EFF7FF;
    padding: 30px 300px ;
    margin: 60px auto;
    position: relative;
}

.sec-form:before{
    content:"";
    position: absolute;
    left: 30px;
    top: 60px;
    background-image: url(../img/m6.png);
    background-size:cover;
    width: 200px;
    height: 200px;

}

::placeholder{
    color: #999 !important;
}

.sec-form:after{
    content:"";
    position: absolute;
    right: 30px;
    bottom: 60px;
    background-image: url(../img/m6.png);
    background-size: cover;
    width: 200px;
    height: 200px;
    transform: rotate(180deg);
}

.footer{
    font-family: Advent Pro;
}

.clients{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.clients-item{
    text-align: center;
    padding: 30px;
    width: 25%;
}


.clients-item img{
    max-width: 100%;
}