* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

@font-face {
  font-family: "Tajawal";
  src: url("../fonts/Tajawal-Medium.ttf") format("truetype");
  font-style: normal;
}

@font-face {
  font-family: "Tajawal-Light";
  src: url("../fonts/Tajawal-Light.ttf") format("truetype");
  font-style: normal;
}

img {
  object-fit: cover;
}

.navbar {
  position: sticky;
  top: 0;
  background-color: white;
  padding-left: 150px;
  padding-right: 150px;
  box-shadow: 0px 4px 12px 0px #0d0a2c0f;
  z-index: 100;
}

body,
.navbar,
.nav-link {
  font-family: "Tajawal", sans-serif;
  color: #565656;
}

.nav-link {
  font-size: 20px;
}

a:hover {
  color: #cea227;
  text-decoration: none;
}

.black-btn {
  background-color: black;
  color: white;
  border-radius: 8px;
  padding: 13px 40px;
  font-size: 20px;
  border: 2px solid black;
}
.black-btn:hover {
  background-color: white;
  color: black;
}

.golden_text {
  color: #cea227;
  font-size: 24px;
  font-weight: 700;
}

/* Home -> Section 1 */
.home .section1 {
  background-image: url("../images/cover.png"), url("../images/section1.png");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 20% 0;
  margin-bottom: 70px;
}
.home .section1 h1 {
  font-size: 64px;
}

/* Home -> Section 2 */
.section2 {
  padding: 70px 0;
}
.section2 h2 {
  font-size: 46px;
  font-weight: 700;
}
.section2 p {
  color: #565656;
  font-size: 20px;
}

/* Home -> Section 3 */
.section3 {
  padding: 50px 0;
  gap: 30px;
}
.section3_content {
  margin-left: 12%;
  margin-top: 10%;
}
.section3 p {
  color: #565656;
  font-size: 20px;
}
.section3_numbers {
  gap: 30px;
}
.section3_numbers1 {
  color: #39ab5e;
}
.section3_numbers2 {
  color: #cea227;
}
.section3_numbers3 {
  color: #3168ca;
}
/* Home -> Section 4 */
.section4 {
  padding: 50px 0;
}
.s4_subtitle {
  color: #a6a6a6;
  font-size: 20px;
}
.s4_card {
  background-color: #eceeed;
  border-radius: 15px;
  margin-right: 10px;
  margin-left: 10px;
  margin-top: 30px;
}
.s4_card p {
  color: #565656;
}
.section4 .slide div {
  gap: 20px;
}
/* Home -> Section 5 */
.section5 {
  margin: 50px 0;
  background-color: #eceeed;
  padding: 40px;
  gap: 70px;
}
.section5 h2 {
  line-height: 60px;
}
.section5 p {
  color: #565656;
  margin-bottom: 50px;
}
.s5_content {
  padding: 70px;
  width: 50%;
  margin-top: 50px;
}

/* Home -> Section 6 */
.section6 {
  margin-top: 80px;
  margin-bottom: 80px;
}
.s6_content {
  padding-bottom: 50px;
}
.section6 p {
  color: #565656;
  text-align: justify;
}
/* Home -> Section 7 */
.section7 {
  margin-top: 150px;
  margin-bottom: 150px;
  gap: 20px;
}
.section7 div {
  box-shadow: 0px 4px 12px 0px #0d0a2c0f;
  padding: 30px 0;
  border-radius: 16px;
  text-align: center;
  width: 330px;
}
/* Home -> Section 8 */
.section8 {
  margin-top: 150px;
  margin-bottom: 150px;
  background-image: url("../images/section8.png");
  background-size: cover;
}
.s8_content {
  width: 65%;
  margin-left: 27%;
  padding-top: 50px;
  background-color: #ffffffe5;
}
/* Home -> Section 9 */
.section9 {
  padding: 0 120px;
}
.section9 p {
  color: #565656;
  text-align: justify;
  text-align-last: right;
  margin: 40px 0;
}
.client_image {
  width: 52px;
  height: 52px;
  border-radius: 50%;
}
.s9_content {
  gap: 30px;
}
.s9_card {
  box-shadow: 0px 4px 12px 0px #0d0a2c0f;
  padding: 30px 50px;
  border-radius: 16px;
}
.s9_subtitle {
  color: #a6a6a6;
  font-size: 20px;
}
/* Footer */
footer {
  margin-top: 100px;
  background-color: #565656;
  color: white;
  padding-top: 100px;
  padding-bottom: 30px;
  padding-right: 120px;
  padding-left: 120px;
  text-align: right;
}
footer a {
  color: white;
}
.social_icons,
.footer_nav {
  gap: 20px;
}
/* About Us */
.about_us {
  padding: 80px 120px;
}
.about_us_content p {
  color: #a6a6a6;
  font-size: 20px;
}
.about_us_sub_content {
  min-height: 300px;
  bottom: 80px;
  left: 22%;
  right: 30%;
  padding-top: 40px !important;
  padding-bottom: 30px !important;
  box-shadow: 0px 4px 26px 0px #0000000d;
}
.about_us ul li {
  list-style-image: url("../images/list.png") !important;
  color: #565656;
  margin-bottom: 20px;
}
/* Terms */
.terms {
  padding-top: 50px;
  padding-bottom: 30px;
  padding-left: 50px;
  padding-right: 50px;
}
.terms_content h1 {
  color: black;
  font-size: 35px;
}
.terms_content p {
  color: #565656;
}
.accordion {
  box-shadow: 0px 4px 12px 0px #0d0a2c0f;
  background-color: white;
  border-radius: 16px;
  color: black;
  cursor: pointer;
  padding: 18px;
  text-align: right;
  font-weight: 800;
  font-size: 20px;
  text-align: right;
  width: 100%;
  border: none;
  outline: none;
  transition: 0.4s;
}
.panel {
  padding: 0 18px;
  display: none;
  background-color: #eceeed;
  overflow: hidden;
  padding: 20px;
  border-radius: 16px;
}
.panel p {
  font-size: 18px;
  line-height: 26px;
}
/* Animation */
.fade-in {
  opacity: 0;
  transition: opacity 1s ease-in;
}
.fade-in-visible {
  opacity: 1;
}
/* Scrollbar */
::-webkit-scrollbar {
  width: 9px;
}
::-webkit-scrollbar-track {
  background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
  background: #cea127ba;
  border-radius: 25px;
}
::-webkit-scrollbar-thumb:hover {
  background: #cea227;
}
.cotact_us_form{
  margin-left: 10%;
  margin-right: 10%;
}
/* Responsive */
@media (max-width: 1200px) {
  .about_us_sub_content {
    position: relative !important;
    inset: 0;
    left: 50px;
  }
  .navbar {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .navbar-collapse {
    position: fixed;
    top: 10.5%;
    background: white;
    width: 100%;
    right: 0px;
    opacity: 100%;
    padding: 2%;
    height: 100%;
    text-align: right;
    z-index: 50;
  }
  .nav-logo {
    display: none;
  }
  .section6 {
    padding: 40px;
  }
  .s6_container {
    display: block !important;
  }
  .app_img {
    padding-bottom: 60px !important;
  }
  .arrow_sm {
    display: block !important;
  }
  .arrow_lg {
    display: none;
  }
  .s6_container div {
    margin: 0 !important;
  }
}
@media (max-width: 912px) {
  .cotact_us_form{
    margin-left: 5%;
    margin-right: 5%;
  }
  .sm_slider {
    display: block !important;
  }
  .lg_slider {
    display: none;
  }
  .section1 h1 {
    font-size: 30px !important;
  }
  .section2 {
    display: block !important;
    text-align: center !important;
    padding: 0 40px;
  }
  .section2 .w-75 {
    width: 100% !important;
  }
  .section3 {
    display: block !important;
    padding: 0 60px;
    padding-top: 70px;
    padding-bottom: 100px;
    text-align: center !important;
    border-top: 1px solid rgb(228, 227, 227);
    border-bottom: 1px solid rgb(228, 227, 227);
    margin-top: 70px;
    margin-bottom: 40px;
    padding-right: 0;
    padding-left: 0;
  }
  .section3 .w-25 {
    width: 100% !important;
  }
  .section3 p {
    text-align: center !important;
    margin-left: 30px;
    margin-right: 30px;
  }
  .section3 img {
    display: none;
  }
  .section3_numbers {
    justify-content: center;
  }
  .section5 {
    display: block !important;
    text-align: center !important;
  }
  .sm_img {
    display: block !important;
    margin: auto;
    margin-bottom: 40px;
    width: 50% !important;
  }
  .lg_img {
    display: none;
  }
  .app_download {
    justify-content: center;
  }
  .s5_content {
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
  }
  .s5_content p {
    text-align: center !important;
  }
  .section5 {
    gap: 0;
  }
  .section7 {
    display: block !important;
    margin: 0 !important;
  }
  .section7 div {
    margin: auto !important;
    margin-top: 30px !important;
  }
  .section8 {
    margin: 70px 0 !important;
  }
  .s8_content {
    width: 100%;
    margin: 0;
    text-align: center;
    padding: 20px;
  }
  .section9 {
    padding: 20px;
  }
  .s9_content {
    display: block !important;
  }
  .s9_content div {
    margin-bottom: 40px;
  }
  .s9_card {
    padding-bottom: 0;
  }
  footer {
    padding-left: 80px;
    padding-right: 80px;
  }
  .footer_container {
    display: block !important;
    text-align: center;
  }
  .footer_nav {
    display: block !important;
  }
  .footer_nav a {
    display: block;
    margin-bottom: 10px;
  }
  .lg_footer {
    display: none !important;
  }
  .sm_footer {
    display: block !important;
  }
  .lg_logo {
    display: none !important;
  }
  .sm_logo {
    display: block !important;
  }
  .social_icons {
    justify-content: center;
    margin-bottom: 30px;
  }
  .social_and_nav {
    display: block !important;
    text-align: center;
  }
  .terms {
    padding-left: 0;
    padding-right: 0;
  }
  .about_us {
    padding: 0;
    padding-top: 30px;
  }
  .about_us_sub_content {
    position: relative !important;
    inset: 0;
    margin-top: 40px;
  }
  .about_us_content {
    display: block !important;
    text-align: center;
  }
  .about_us_content img {
    width: 50% !important;
    height: 50% !important;
  }
}
