@charset "utf-8";

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: #1E1E1E;
  border-radius: 0;
}
@font-face {
  font-family: "Ethnocentric";
  src: url(../fonts/Ethnocentric_Rg.otf);
}
@font-face {
  font-family: Kollektif;
  src: url(../fonts/Kollektif-Bold.ttf);
}
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

:root{
    --text-color: #4B5563;
    --primary-color: #E1AF21;
    --bs-heading-color: #111827;
    --bs-body-color: #111827;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 30px;
  color: var(--bs-body-color);
  font-weight: 400;
}
p{
    color: var(--text-color);
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
  transition: all 0.3s;
}

a:focus,
a:hover {
  text-decoration: none;
}

section{
    overflow: hidden;
}
.rounded {
    border-radius: 15px !important;
}
.gap-20{
    gap:20px;
}

.gap-15{
    gap:15px;
}

.btn {
    background-color: var(--primary-color);
    color: #fff;
    border-radius: 8px;
    height: 70px;
    border: none !important;
    line-height: 70px;
    padding: 0 20px;
    font-size: 16px;
    font-weight: 500;
    transition: all .3s ease-in-out;
    max-width: 100%;
    min-width: 180px;
    font-family: Kollektif;
}

.btn:hover, .btn:focus {
    background-color: #fff;
    color: var(--primary-color);
}

header{
    z-index: 1030;
    padding: 20px 0;
    position: relative;
}
.navbar {
  padding: 0;
}

.navbar-brand {
  margin: 0;
}

.navbar-brand img{
    width: 180px;
}
.nav-link {
    margin-left: 20px;
    font-size: 16px;
    text-transform: capitalize;
    color: #fff;
    font-weight: 400;
}

.nav-link:hover {
  color: var(--primary-color);
}

.offcanvas.offcanvas-end{
    width: 250px;
}
.hero {
    margin: 15px;
    padding: 20px 0;
    background-image: url(../images/Hero.png);
    background-size: cover;
    overflow: hidden;
    margin-top: -115px;
    padding-top: 160px;
    padding-bottom: 270px;
    border-radius: 40px;
    text-align: center;
    position: relative;
}

.hero h1 {
    font-family: "Ethnocentric";
    font-size: 50px;
    line-height: 70px;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 50px;
    color: #fff;
}

.hero p{
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 50px;
  color: #fff;
}
.hero .btn {
    width: 260px;
}
.hero .right_img{
    max-width: 45%;
    position: absolute;
    right: 0;
    bottom: 0;
}
.hero .left_img{
    max-width: 30%;
    position: absolute;
    left: 0;
    bottom: 0;
}

.about{
    padding: 60px 0;
}
h2.title{
    font-family: "Ethnocentric";
    font-size: 40px;
}
p.title{
    font-family: Kollektif;
    font-size: 20px;
    color: var(--bs-heading-color);
}
.card{
    font-family: Kollektif;
    background: linear-gradient(145.94deg, rgba(201, 224, 255, 0.8) 7.83%, rgba(255, 255, 255, 0) 79.83%), #FFFFFF;
    border: 1.8px solid #FFFFFF;
    box-shadow: 5px 4px 65px rgba(12, 50, 99, 0.2);
    border-radius: 40px;
    padding: 40px;
    height: 100%;
    gap: 15px;
    margin-bottom: 20px;
}
.card i{
    color: var(--bs-body-color);
}
.card h3{
    font-size: 20px;
    font-weight: bold;
}
.card p{
    margin-bottom: 0;
}

.join{
    padding: 60px 0;
}
.join .img_box {
    width: 100%;
    height: 550px;
    background: #DBEDFB;
    border-radius: 40px;
    padding: 0 15px;
    padding-top: 70px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.join .img_box img{
    max-width: 70%;
    max-height: 100%;
}
.join p{
    font-family: Kollektif;
    font-size: 36px;
    line-height: 48px;
    font-weight: 400;
    color: var(--bs-body-color);
}
.join .logos{
    background: #F6F6F6;
    border-radius: 40px;
    padding: 15px;
}
.owl-carousel .owl-stage-outer{
    /*overflow: visible !important;*/
}
.owl-carousel .owl-stage{
    display: flex;
    align-items: center;
}
/*.owl-carousel.owl-drag .owl-item{
    opacity: 0;
}
.owl-carousel.owl-drag .owl-item.active{
    opacity: 1;
}
.owl-carousel .owl-item.active:nth-last-of-type(1){
    opacity: 0;
}*/
.join .logos img{
    width: auto !important;
    margin: 0 auto;
    filter: #ADAEBCscale(1);
    opacity: 0.7;
}

.take_look{
    padding: 60px 0;
}
.take_look .title{
    text-align: center;
}
.take_look p{
    font-family: "Inter", sans-serif;
    font-size: 20px;
    font-weight: 100;
    margin-top: 30px;
    margin-bottom: 30px;
}
.take_look .look_block{
    position: relative;
    border-radius: 18px;
    margin: 40px 15px;
}
.take_look .look_block img.bg_img{
    width: 100%;
    height: 540px;
    filter: drop-shadow(0px 0px 10px rgba(12, 50, 99, 0.2));
}
.take_look .look_block img.main {
    width: 70%;
    height: 80%;
    bottom: 40px;
    left: 15%;
    position: absolute;
}

.features {
    padding: 100px 0;
    background-image: url(../images/features_bg.png);
    background-size: 50% 100%;
    background-repeat: no-repeat;
    background-position: right center;
    position: relative;
}
[dir="rtl"] .features {
    background-image: url(../images/features_bg_ar.png);
    background-position: left center;
}
.features h2 i{
    display: block;
}
[dir="rtl"] .features h2 i{
    transform: rotateY(180deg);
    width: max-content;
}
.features p,.features h4{
    font-family: Kollektif;
    margin-bottom: 30px;
    color: #1D1D1C;
}
.features .stats-item {
    border-right: 2px solid rgb(29 29 28 / 20%);
    width: 27%;
    margin-right: 6%;
    padding: 10px 15px;
    text-align: left;
}
[dir="rtl"] .features .stats-item {
    margin-right: 0;
    margin-left: 6%;
    text-align: right;
    border-right: none;
    border-left: 2px solid rgb(29 29 28 / 20%);
}
.features .stats-item:last-child{
    border-right: none;
}
.features .stats-item p{
    margin-bottom: 10px;
    line-height: 20px;
}
.features .stats-item h4{
    margin-bottom: 0;
}
.features .car {
    width: 60%;
    position: absolute;
    right: 0;
    bottom: -30px;
    z-index: 999;
}
[dir="rtl"] .features .car {
    transform: rotateY(180deg);
    left: 0;
    right: auto;
}
.banner{
    overflow: visible;
    padding: 50px 0;
}
.banner .card{
    padding: 60px;
}
.banner .card h2 {
    font-family: "Ethnocentric";
    font-size: 55px;
    line-height: 80px;
    margin-top: 120px;
    margin-bottom: 0;
}
.banner .card p{
    font-family: Kollektif;
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 40px;
}
.banner .card .row{
    align-items: flex-end;
}

.users{
    padding: 60px 0;
}
.users p.title{
    font-family: "Inter", sans-serif;
}
.users .card{
    font-family: Kollektif;
    margin: 50px 15px;
    direction: ltr;
    box-shadow: 0px 0px 20px 0px rgba(12, 50, 99, 0.2);
}
[dir="rtl"] .users .card{direction: rtl;}
.users .card img{
    width: 48px;
    height: 48px;
    border-radius: 50px;
}
.faq{
    padding: 60px 0;
}
.faq .title{
    text-align: center;
}
.faq h2 {
    width: 800px;
    max-width: 100%;
    margin: 0 auto;
}
.faq p{
    font-family: "Inter", sans-serif;
    font-size: 20px;
    font-weight: 100;
    margin-top: 30px;
    margin-bottom: 60px;
}
.faq-accordion .accordion-item {
    font-family: Kollektif;
    background: linear-gradient(145.94deg, rgba(201, 224, 255, 0.8) 7.83%, rgba(255, 255, 255, 0) 79.83%), #FFFFFF;
    border: 1.8px solid #FFFFFF;
    box-shadow: 5px 4px 65px rgba(12, 50, 99, 0.2);
    border-radius: 40px !important;
    margin-bottom: 30px;
}
.faq-accordion .accordion-header .accordion-button {
    background-color: transparent;
    border-radius: 40px !important;
    font-weight: 300;
    font-size: 20px;
    padding: 40px 25px;
    transition: all 0.3s ease;
}

[dir="ltr"] .faq-accordion .accordion-header .accordion-button {
    padding-left: 80px;
    text-align: left;
}

[dir="rtl"] .faq-accordion .accordion-header .accordion-button {
    padding-right: 80px;
    text-align: right;
}
.faq-accordion .accordion-header .accordion-button:not(.collapsed) {
    border: none;
    box-shadow: none;
}
.faq-accordion .accordion-header .accordion-button:focus {
    border-color: transparent !important;
    box-shadow: none;
}
.faq-accordion .accordion-header .accordion-button::after {
    font-family: "Font Awesome 6 Free";
    content: "\f078";
    font-weight: 900;
    background-image: none;
    transform: rotate(0deg);
    transition: transform 0.3s ease;
    font-size: 0.9rem;
    position: absolute;
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 50px;
    line-height: 40px;
    text-align: center;
    color: var(--primary-color);
}

[dir="ltr"] .faq-accordion .accordion-header .accordion-button::after {
    left: 25px;
}

[dir="rtl"] .faq-accordion .accordion-header .accordion-button::after {
    right: 25px;
}
.faq-accordion .accordion-header .accordion-button:not(.collapsed)::after {
    transform: rotate(-180deg); /* Rotate when open */
}
.faq-accordion .accordion-body {
    padding: 0 35px 25px; /* Adjust padding for body */
    color: #495057; /* Muted text for answers */
    font-size: 1rem;
}
[dir="ltr"] .view-all-link {
    text-align: right;
}

[dir="rtl"] .view-all-link {
    text-align: left;
}
.view-all-link a {
    font-family: Kollektif;
    color: var(--bs-body-color); /* Bootstrap primary blue */
    text-decoration: underline;
    font-weight: 500;
    transition: color 0.3s ease;
}
.view-all-link a:hover {
    color: var(--primary-color);
    text-decoration: underline;
}

footer {
    background-color: var(--bs-body-color) ;
    margin: 15px;
    border-radius: 40px;
  }
footer img.footer_logo{
    width:180px;
}
footer p {
    font-size: 16px;
    line-height: 32px;
    width: 280px;
    max-width: 100%;
    color: #9CA3AF;
}

footer h6 {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}

footer ul{
  padding: 0;
}

footer ul li{
  margin-bottom: 10px;
}

footer ul a{
  font-size: 16px;
    opacity: 0.7;
}
.form-control{
    height: 45px;
    background-color: #1F2937 !important;
    border: 1px solid #374151;
    border-radius: 5px;
    color: #fff !important;
}
footer .btn {
    background-color: #E1AF21;
    border-radius: 5px;
    height: 46px;
    line-height: 46px;
    width: 100%;
    margin-top: 15px;
}
footer .btn:hover{
    color: var(--primary-color);
}
input::-webkit-input-placeholder {
  color: #ADAEBC !important;
}

input:-moz-placeholder {
  color: #ADAEBC !important;
}

input::-moz-placeholder {
  color: #ADAEBC !important;
}

input:-ms-input-placeholder {
  color: #ADAEBC !important;
}

.social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #9CA3AF;
    font-size: 1.2rem;
    transition: all 0.3s ease-in-out;
    margin-top: 10px;
  }

.copyright {
    padding: 10px;
    border: 1px solid rgba(19, 19, 19, 0.08);
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.copyright p{
  margin: 0;
  color: #fff;
  gap: 5px;
  font-size: 15px;
  font-weight: 600;
  opacity: 1;
  width: 100%;
}

footer hr {
    border-top: 1px solid rgb(255 255 255 / 10%);
    opacity: 1;
    margin-top: 40px;
}
.app-store-btn {flex-shrink: 1}
.app-store-btn img{max-width: 100%;width: 200px}

@media (max-width: 1200px){
    .hero h1{font-size: 40px}
    .take_look .look_block img.bg_img{height: 460px}
}
@media (max-width: 991px){
    .hero {
        padding-top: 110px;
        padding-bottom: 180px;
    }

    .navbar-nav {
        margin: 0;
        padding: 0;
    }

    .navbar-toggler {
        color: #fff !important;
        font-size: 22px;
        border: none;
    }

    .offcanvas-header{justify-content: end;}

      .hero h1 {
        width: 100%;
        font-size: 30px;
        line-height: 60px;
    }

    h2.title{font-size: 30px}

    p.title{font-size: 18px}

    .card{padding: 30px 20px;gap: 10px}

    .card h3{font-size: 18px}

    .join p{font-size: 25px}

    .join .img_box{height: 480px}

    .take_look .look_block img.bg_img{height: 370px}

    .features {
        padding: 60px 0;
        background-size: 40% 100%;
    }

    .features .car{width: 50%}

    .features .stats-item {
        padding: 10px 8px;
    }

        .banner .card h2 {
        font-size: 36px;
        line-height: 60px;
    }

    .banner .card {
        padding: 40px;
    }

    .faq-accordion .accordion-header .accordion-button{font-size: 16px}

    .nav-link{color: #000}

    .offcanvas{width: 270px !important}
}

@media (max-width: 768px){
  .social-icon{margin-bottom: 30px}

  .hero h1{font-size: 25px;margin-bottom: 20px}

  .card{height: auto;}

  .join p{margin-top: 20px}

  .features{background-image: none;padding: 0}

  .features .car{display: none;}

  .features .stats-item {
    width: 30%;
    padding: 10px;
}

  [dir="ltr"] .features .stats-item {
    margin-right: 3%;
}

  [dir="rtl"] .features .stats-item {
    margin-left: 3%;
}

[dir="rtl"] .features .stats-item {
    margin-right: 0;
    margin-left: 3%;
}

    .users,.join{padding: 0}
}

@media (max-width: 640px){
    .hero h1 {
        font-size: 22px;
        line-height: 40px;
    }

    .hero p{font-size: 18px}

    h2.title{font-size: 26px}

    p.title{font-size: 16px}

    .join p {
        font-size: 20px;
        line-height: 36px;
    }

    .take_look .look_block img.bg_img{height: 320px}

    .banner .card h2 {
        font-size: 26px;
        line-height: 50px;
        margin-top: 40px;
        margin-bottom: 20px;
    }

    .banner .card p{font-size: 16px}
}

@media (max-width: 460px){

}