.nav-link,
.link-secondary {
  color: #000000 !important;
  font-weight: 500;
  text-decoration: none !important;
}
.partner-logo-2 {
  width: 220px;
}

.intro-dec {
  background: rgb(255 255 255 / 70%);
  padding: 15px;
  border-radius: 13px;
  margin-top: 150px;
}

.intro-col {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.custom-tooltip {
  --bs-tooltip-bg: #d4b038;
}

.normal-tooltip {
  --bs-tooltip-bg: #484848;
}

footer {
  direction: rtl;
}

footer > div > ul {
  direction: rtl;
  color: #000000;
}

footer > div > ul > li > a {
  color: #6c757d;
}

.copyright > a {
  color: #7c3e66;
}

.navbar {
  direction: rtl;
}

.partner-logo {
  width: 150px;
  height: 150px;
}

.bs-icon {
  --bs-icon-size: 0.75rem;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  font-size: var(--bs-icon-size);
  width: calc(var(--bs-icon-size) * 2);
  height: calc(var(--bs-icon-size) * 2);
  color: var(--bs-primary);
}

.bs-icon-xs {
  --bs-icon-size: 1rem;
  width: calc(var(--bs-icon-size) * 1.5);
  height: calc(var(--bs-icon-size) * 1.5);
}

.bs-icon-sm {
  --bs-icon-size: 1rem;
}

.bs-icon-md {
  --bs-icon-size: 1.5rem;
}

.bs-icon-lg {
  --bs-icon-size: 2rem;
}

.bs-icon-xl {
  --bs-icon-size: 2.5rem;
}

.bs-icon.bs-icon-primary {
  color: var(--bs-white);
  background: var(--bs-primary);
}

.bs-icon.bs-icon-primary-light {
  color: var(--bs-primary);
  background: rgba(var(--bs-primary-rgb), 0.2);
}

.bs-icon.bs-icon-semi-white {
  color: var(--bs-primary);
  background: rgba(255, 255, 255, 0.5);
}

.bs-icon.bs-icon-rounded {
  border-radius: 0.5rem;
}

.bs-icon.bs-icon-circle {
  border-radius: 50%;
}

.navbar-logo {
  width: 130px;
}

.btn-khuta {
  background: #576f72;
  border-color: #576f72;
}

.btn-khuta:hover {
  background: #576f72;
  border-color: #576f72;
}

body {
  font-size: 25px;
  scroll-behavior: smooth;
  font-family: 'Tajawal', sans-serif;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}

::-webkit-scrollbar {
  display: none !important;
}

.btn-khuta-link {
  background: unset;
  color: #000000;
  text-decoration: underline;
  border: unset;
}

.btn-khuta-link:hover {
  background: rgba(255, 255, 255, 0.5);
  color: #576f72;
}

.intro-dec > p {
  /* color: #545454;
    font-size: 30px; */
  color: #545454;
  font-size: 27px;
}

li.nav-item > a {
  font-size: 17px !important;
}

.intro-bg {
  background: url('../../assets/img/bg-intro-2.svg') no-repeat;
  /* background-size: cover; */
  /* height: 100vh; */
  background-position: bottom;
  background-size: cover;
  background-attachment: fixed;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  height: 100vh;
}

/* img.intro-bg-img {
    position: absolute;
    z-index: -1;
    bottom: 0;
    width: 100%;
    left: 0;
} */

.intro-dec > h1 {
  font-size: 65px;
  font-weight: 700;
}

/* .intro-dec {
    margin-top: 100PX;
} */

.goto-bottom {
  width: 70px;
  height: 70px;
  background: rgba(255, 255, 255, 0.83);
  border-radius: 50px;
  color: #576f72;
  font-size: 23px;
  line-height: 3;
}

.goto-bottom:hover {
  background: #576f72;
  color: white;
}

.tool-card {
  /* transition: transform 0.2s; */
  border: 1px solid #eaeaea;
  background: #fcfcfa;
}

.tool-card > .card-body > .card-text {
  font-size: 20px;
  color: #828282;
}

.tool-card > .card-body > .card-icon {
  width: 100px;
  height: 100px;
}

/* .tool-card:hover {
    transform: scale(1.1);
} */

.tool-right-section {
  margin-top: 100px;
}

.navbar {
  background-image: linear-gradient(
    to bottom,
    #f8f9fac2,
    rgba(255, 255, 255, 0.75),
    rgba(255, 255, 255, 1)
  );
}

.section2-bg {
  width: 100%;
  height: 450px;
  background: rgb(119 149 150 / 6%);
  position: absolute;
}

.video-container {
  position: relative;
}

.play-btn {
  width: 70px;
  height: 70px;
  background: white;
  border-radius: 50px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #576f72;
  text-align: center;
  line-height: 3;
}

.play-btn:hover {
  border: 1px solid white;
  background: rgba(255, 255, 255, 0.5);
  color: white;
}

#section-2 {
  padding-left: 0px;
  padding-right: 0px;
}

#section-2 > .row {
  padding-left: 100px;
  padding-right: 100px;
  padding-top: 100px;
}

#section-4 > row {
  margin-top: 100px;
}

.block {
  background: var(--bs-gray-100);
  border-radius: 15px;
}

.btn-khuta-2 {
  background: #f2b966;
  border: 1px solid #f2b966;
  color: black;
  padding-left: 30px;
  padding-right: 30px;
}

.btn-khuta-2:hover {
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid #586f72;
  color: #586f72;
}

#section-4 > .row {
  margin-top: 100px;
}

.block > .row > .block-desc {
  text-align: right;
  padding: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
}

.block-img {
  width: 100%;
  scale: 1.05;
}

#section-5 > .row {
  margin-top: 150px;
}

footer {
  background: #f7f9f9;
  margin-top: 150px;
}

.display-mob {
  display: none;
}

/* Mobile css */
@media (max-width: 767px) {
  .intro-dec > h1 {
    font-size: 40px;
  }

  .intro-dec > p {
    color: #545454;
    font-size: 17px;
  }

  lottie-player#logo-animation {
    display: none !important;
  }

  .display-mob {
    display: block;
  }

  .navbar {
    background-image: unset !important;
    background-color: white;
  }

  ul.nav-bar {
    align-items: flex-start !important;
    font-size: 20px !important;
  }

  .intro-dec {
    margin-top: 150px !important;
  }

  .intro-bg {
    background-position: right;
  }

  #section-2 > .row {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
  }

  .tool-card > .card-body > .card-icon {
    width: 80px !important;
    height: 80px !important;
  }

  .footer-logo {
    width: 140px;
  }

  .logo-m {
    margin-top: 40px;
  }

  ul.list-inline {
    font-size: 20px;
  }

  .copyright {
    font-size: 20px;
  }

  .logo-m > img {
    width: 200px !important;
  }

  .block-img {
    width: 100%;
    scale: 1.1;
  }

  .goto-bottom {
    display: none;
  }

  .card.tool-card {
    margin-top: 10px;
  }

  #section-5 > .row {
    margin-top: 100px !important;
  }

  .play-btn {
    background: rgb(255 255 255 / 53%) !important;
  }
}
/* Laptop css 1024px */
@media (min-width: 1024px) {
  /* your styles here */
  .intro-dec > h1 {
    font-size: 2.9rem;
  }

  .intro-dec > p {
    font-size: 1.55rem;
  }

  .navbar {
    font-size: 0.85em;
  }

  lottie-player#logo-animation {
    width: 150px !important;
  }
}

/* Laptop css 1440px */
@media (min-width: 1440px) {
  /* your styles here */
  .intro-dec > h1 {
    font-size: 3.5rem;
  }

  .intro-dec > p {
    font-size: 1.75rem;
  }

  .navbar {
    font-size: 1.05em;
  }

  lottie-player#logo-animation {
    width: 120px !important;
  }
}

/* Tablet css */
@media (min-width: 768px) and (max-width: 1023px) {
  /* your styles here */
  .intro-dec > h1 {
    font-size: 2.5rem;
  }

  .intro-dec > p {
    font-size: 1.35rem;
  }

  #navcol-3 > ul > li > a {
    font-size: 0.55em !important;
    font-weight: 900;
  }

  lottie-player#logo-animation {
    width: 100px !important;
  }

  .btn-khuta-link {
    font-size: 0.55em !important;
  }

  .btn-khuta {
    font-size: 0.55em !important;
  }

  #section-2 > div.row > div.col > div > div > div > div > p {
    font-size: 0.7em;
  }

  #section-2 > div.row > div.col > div > div > div > div > h4 {
    font-size: 0.8em;
    font-weight: 700;
  }
}
