@import url('https://fonts.googleapis.com/css2?family=Mulish&display=swap');
@font-face {
    font-family: Tajawal-Regular;
    src: url(../fonts/Tajawal-Regular.ttf);
}
@font-face {
    font-family: Bahij_TheSansArabic;
    src: url(../fonts/Bahij_TheSansArabic-Plain.ttf);
}

/*@charset "utf-8";*/
::-webkit-scrollbar {
    width: 8px;
}
::-webkit-scrollbar-track {
    background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
    background: #1d4fcc;
    border-radius: 2px;
}

html {
  scroll-behavior: smooth;
}
body {
    font-family: Bahij_TheSansArabic;
    color: #000;
}
h1, h2, h3{
    font-weight: bold;
    line-height: 1.5;
}
h1{font-size: 30px;}
h2{font-size: 23px;}
h3{font-size: 20px;}
img{max-width: 100%;}
p{color: #656565;}
a:focus,
a:hover {
    text-decoration: none;
}
.flex{
    display: flex;
    align-items: center;
}
.header {
    padding:10px 0;
}
.navigation .logo {
    height: 85px;
}
.navigation .row{
    align-items: center;
}

.navigation .left_nav{
    display: flex;
    align-items: center;
    justify-content: end;
}
.navigation .left_nav .btn{
    margin-right: 30px;
}
.lang_btn {
    font-family: Tajawal-Regular;
    font-size: 20px;
    color: #000;
    font-weight: bold;
    margin-top: -7px;
    padding: 5px;
}
.btn {
    height: 45px;
    line-height: 30px;
    background-color: #9c0e0e;
    color: #fff;
    border-radius: 8px;
    font-weight: bold;
    padding: 6px 25px;
    font-size: 18px;
    transition: all 0.3s;
}
.btn2{
    background-color: #1d4fcc;
    color: #fff;
}
.btn:hover {
    background-color: #1d4fcc;
    color: #fff;
}
.btn2:hover{
    background-color: #9c0e0e;
    color: #fff;
}

.hero{
    padding: 50px 0;
}
.hero h1{
    font-size: 40px;
    line-height: 66px;
}
.hero p{
    font-size: 20px;
    line-height: 34px;
    margin-bottom: 40px;
}
.hero .btn{
    margin-right: 10px;
    margin-bottom: 100px;
}
.app:first-child{
    margin-right: 10px;
} 
.app img{
    width: 120px;
}


.feature{
    padding: 30px 0;
}
.title{
    text-align: center;
    margin-bottom: 70px;
}
.title h2{
    color: #5f5f5f;
}




.carousel-indicators {
  position: unset;
  flex-direction: column;
  width: 100%;
  margin: 0;
  padding: 1em;
  color: #ccc;
}
.carousel-indicators p{
    color: #ccc;
}
.carousel-indicators [data-bs-target] {
    text-indent: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    background-color: transparent;
    text-align: left;
    margin-bottom: 30px;
    border-left: 2px solid #ccc;
    padding-left: 40px;
}
.carousel-indicators [data-bs-target].active {
  color: #000;
  border-left: 2px solid #9c0e0e;
}
.carousel-indicators [data-bs-target].active p {
    color: #656565;
}
.carousel {
    padding: 0 !important;
}
.carousel-item{
    animation: rotate .6s linear;
    transition: rotate .6s ease-in-out;
}

@keyframes rotate {
    0% {
        transform: rotate(-180deg)
    }

    to {
        transform: rotate(0deg)
    }
}


.about {
    padding-top: 100px;
    margin-bottom: 150px;
}
.about .img_box {
    position: relative;
    width: 450px;
    max-width: 100%;
    margin: 0 auto;
}
.about .brands-mobile {
    width: 30%;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.team {
    padding: 100px 0;
}
.team img{
    transform: perspective(1500px) rotateY(15deg);
    border-radius: 1rem;
    transition: transform 1s ease 0s;
}
.team img:hover{
    transform: none;
}
.team h1{
    font-size: 45px;
    line-height: 66px;
    margin-bottom: 20px;
}
.team p {
    font-size: 22px;
    line-height: 36px;
    margin-bottom: 40px;
    font-weight: 700;
}
.team .btn{
    height: 50px;
    line-height: 33px;
    margin-top: 20px;
}

.Backers{
    padding: 100px 0;
}
.Backers .img_box {
    display: block;
    text-align: center;
    transition: all .3s cubic-bezier(.25,.8,.25,1);
    cursor: pointer;
    padding: 15%;
    margin-top: 30px;
}
.Backers .img_box img{
    width: 30%;
}
.Backers .img_box:hover{
    transform: perspective(500px) rotateY(10deg) rotateX(10deg);
    box-shadow: 0 3px 6px #00000029, 0 3px 6px #0000003b;
}

.footer_top{
    background-color: #9c0e0e;
    padding: 40px 0;
    padding-bottom: 100px;
}
.footer_top .logo{
    width: 60%;
    /*background-color: #1e1c1c73;*/
    padding: 20px;
    border-radius: 20px 50px 20px 40px;
    margin-bottom: 40px;
}
.footer_top .row{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.footer_top .info{
    list-style: none;
    padding-left: 30px;
}
.footer_top .info li{
    font-size: 16px;
    margin-bottom: 20px;
    color: #fff;
}
.footer_top .info li a{
    color: #fff;
}
.footer_top .info li i{
    color: #fff;
    margin-right: 15px;
}
.footer_top h4{
    margin-top: 0;
    margin-bottom: 20px;
    color: #fff;
}
.footer_top .footer_links{
    list-style: none;
    padding: 0;
}
.footer_top .footer_links li a{
    color: #fff;
    margin: 15px 0;
    display: block;
    font-size: 16px;
}
.footer_links.icons {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.footer_links.icons li a{
    width: 29px;
    height: 29px;
    text-align: center;
    line-height: 29px;
    border-radius: 50%;
    font-size: 16px;
    background-color: #fff;
    color: #101010;
    display: inline-block;
}

footer {
    background-color: #9c0e0e;
    text-align: center;
    padding: 10px 0;
    margin-top: -50px;
}
footer p{
    font-size: 14px;
    color: #fff;
    margin: 0;
}

.totop {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background-color: #fff;
    position: fixed;
    bottom: 30px;
    left: 20px;
    box-shadow: 0 3px 6px rgb(0 0 0 / 20%);
    color: #1d4fcc !important;
    text-align: center;
    line-height: 50px;
    font-size: 26px;
    font-weight: bold;
    z-index: 9;
    display: none;
}

/* responsive */


@media (max-width: 992px) {
    .hero {
        padding: 20px 0;
    }
    .hero h1 {
        font-size: 25px;
        line-height: 50px;
    }
    .hero p{font-size: 16px;}
    .team h1 {
        font-size: 38px;
        line-height: 55px;
    }
    .team p {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .footer_top .logo {
        width: 100%;
        max-width: 200px;
    }
    .footer_top .info {
        margin-top: 30px;
        padding-left: 0;
        padding-right: 0;
    }
    .footer_top h4{margin-top: 20px;}
    .footer_links.icons li{margin-right: 10px;}
    .footer_top{padding-bottom: 60px;}
}

@media (max-width: 768px){
    .hero .btn{margin-bottom: 0;}
    .hero .flex{margin-bottom: 50px;flex-wrap: wrap;}
    .carousel{flex-wrap: wrap;}
    h1 {font-size: 26px;}
    h2 {font-size: 20px;}
    .about {
        padding-top: 50px;
        margin-bottom: 50px;
    }
    .team,.Backers{padding: 50px 0}
    .Backers .img_box {
        padding: 10%;
        margin-top: 20px;
    }
}

@media (max-width: 480px){
    .hero h1{font-size: 22px;}
    .app img {
        width: 140px;
    }
    h1 {
        font-size: 22px;
    }
    h2 {
        font-size: 16px;
    }
    .title{margin-bottom: 40px;}
    .carousel-indicators [data-bs-target]{padding-left: 20px;}
    .team h1{font-size: 32px;}
    .team p{font-size: 16px;}
    footer p{font-size: 13px;}
}