@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Arabic:wght@100;200;300;400;500;600;700&display=swap");

body {
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #ffffff;
  padding-bottom: 75px;
  text-align: inherit;
}

body {
  background-image: url("../images/bg2.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
body.bg2 {
  background-image: url("../images/bg2.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
body.bg3 {
  background-image: url("../images/bg3.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
body.bg4 {
  background-image: url("../images/bg4.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

body.overlay-cover:before {
  background: rgb(0 0 0 / 80%);
  display: block;
  content: " ";
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: -1;
}

@media (min-width: 768px) {
  body {
    padding-bottom: 110px;
  }
}

.navbar-brand {
  margin-right: 0;
}
.navbar-brand img {
  height: 65px;
}

.navbar-dark {
  padding-top: 35px;
  padding-bottom: 35px;
}
.navbar-dark .navbar-text {
  color: #ffffff;
  opacity: 1;
  padding: 0 20px;
  border-left: 1px solid #ffffff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.navbar-dark .navbar-text:last-child {
  border-left: 0;
}
@media (max-width: 767px) {
  .navbar-dark {
    padding-bottom: 0;
  }
}

.page-title {
  font-size: 80px;
  font-weight: bold;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .page-title {
    font-size: 35px;
    margin-bottom: 14px;
  }
}

.page-description {
  max-width: 465px;
  font-size: 18px;
  margin-bottom: 59px;
}
@media (max-width: 767px) {
  .page-description {
    font-size: 14px;
  }
}

p {
  font-size: 14px;
  margin-bottom: 21px;
}

.footer-social-links .social-link {
  display: inline-block;
  text-align: center;
  line-height: 50px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #ffffff;
  color: #000000;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
}
.footer-social-links .social-link img {
  width: 100%;
  padding: 10px;
}
.footer-social-links .social-link:last-child {
  margin-left: 0;
}
.footer-social-links .social-link:hover {
  text-decoration: none;
}

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.585);
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.808);
}

.read-more {
  margin: 20px 0;
}
div#collapseExample {
  max-height: 40vh;
  overflow-y: scroll;
}
.copyright {
  margin-top: 40px;
  text-align: center;
}
.btn-primary.focus,
.btn-primary:focus {
  border: none !important;
  box-shadow: none !important;
}
