


/* new bootstrap */
.navbar-nav{
    justify-content: center;
    gap: 47px;
    font-family: cairo;
}
.nav-item{
  color: #176CCB !important;
}
.nav-item:active{
  color: #C99C05 !important;
}
.row{
    padding: 0;
}




.navbar-nav{
    justify-content: center;
    gap: 47px;
    font-family: cairo;
}
.nav-link{
  color: #176CCB !important;
}
.nav-link:active{
  color: #C99C05 !important;
}
.row{
    padding: 0;
}

.login-btn{
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 25px;
    padding-left: 25px;
    color: #80B241;
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
}
.hero h1{
    line-height: 80px;
    font-size: 60px;
    font-weight: 700;
    text-align: right;
}
.hero p{
    font-weight: 400;
    font-size: 20px;
    color: #737373;
    line-height: 30px;
    letter-spacing: 0.2px;
    text-align: right;
}
.join_btn{
    padding: 15px 40px !important;
    background-color: #176CCB !important;
    color: #fff !important;
}
.more_btn{
    padding: 15px 40px !important;
    background-color: #fff !important;
    color: #176CCB !important;
    border: 1px solid #176CCB !important;
}
@font-face {
  font-family: 'careem';
  src: url('/storage/fonts/careem.otf') format('woff2');
  font-weight: normal;
  font-style: normal;
}
body{
      font-family: 'careem';
}
*{
  font-family: 'careem', sans-serif;
}



@media (max-width: 768px) { 
    .hero h1 {
    line-height: 60px;
    font-size: 40px;
    font-weight: 700;
    text-align: right;
}
.hero p {
    font-weight: 400;
    font-size: 16px;
    color: #737373;
    line-height: 30px;
    letter-spacing: 0.2px;
    text-align: right;
}
.join_btn{
    padding: 10px 20px !important;
    background-color: #176CCB !important;
    color: #fff !important;
}
.more_btn{
    padding: 10px 20px !important;
    background-color: #fff !important;
    color: #176CCB !important;
    border: 1px solid #176CCB !important;
}
}