@font-face {
    font-family: "Tajawal";
    src: url("../fonts/Tajawal/Tajawal-Regular.woff2");
    font-display: swap;
}
@font-face {
    font-family: "Tajawal-Bold";
    src: url("../fonts/Tajawal/Tajawal-Bold.woff2");
    font-display: swap;
}

body {
  font-family: "Tajawal", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin: 0;
  padding: 0;
  direction: rtl;
  overflow-x: hidden;
  background-color: #ffffff;
}
*,
::after,
::before {
  box-sizing: border-box;
}
h1 {
  text-align: center;
  margin-top: 60px !important;
  margin-bottom: 40px !important;
}

p {
  font-size: 19px;
  font-weight: 500;
  line-height: 31px;
}

.title-container {
  display: flex;
  align-items: center;
}
.title-container h3 {
  font-size: 25px;
}
.title-container img {
  width: 40px;
  height: 80px;
  object-fit: contain;
  margin-left: 10px;
  margin-bottom: 10px;
}
.box-row {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  width: 100%;
}
.box-col {
  width: 45%;
  background-color: #222121;
  margin-bottom: 30px;
  border-radius: 5px;
  padding: 30px;
}
.box-col a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: unset !important;
  text-decoration: none;
}
.box-col h3 {
  color: #fc5a6f;
  text-align: center;
}
.left-container {
  background-color: #1a1a1a;
  width: 85%;
  display: flex;
  margin-top: 40px;
  margin-bottom: 40px;
}
.title-box-top {
  font-weight: bold;
}
.right-col {
  width: 20%;
  display: flex;
  justify-content: center;
  padding: 20px;
}
.right-col h3 {
  color: white;
  margin-top: 30px;
}
.left-container a {
  color: white;
  text-decoration: none;
}
.list-box-top a {
  font-weight: 300 !important;
  font-size: 17px;
}
.center-col {
  background-color: #222121;
  width: 80%;
  padding: 20px;
  padding-bottom: 30px;
}
.center-col ul {
  margin-top: 30px;
  list-style: none;
}

.box-col img {
  width: 75px;
  height: 70px;
  object-fit: contain;
}
.box-col p {
  color: #f2f2f2;
  text-align: center;
}
.sub-titles {
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 24px;
}
.sub-titles02 {
  margin-top: 40px;
  margin-bottom: 0;
}
.sub-titles02 h4 {
  font-size: 24px;
  margin-bottom: 0;
}
.sub-titles02 h5 {
  font-size: 23px;
  margin-top: 15px;
  margin-bottom: 0;
}
.box-white-ul {
  list-style: none;
  margin-bottom: 30px;
  margin-top: 30px;
  padding: 0;
}
.box-white-ul p {
  font-size: 17px;
  line-height: 34px;
}
.box-white-ul img {
  width: 15px;
  height: 16px;
  object-fit: contain;
  margin-left: 5px;
}

.box-white-ul li {
  margin-bottom: 10px;
  line-height: 30px;
}
.box-black-ul {
  padding: 30px;
  background-color: #222121;
  list-style: none;
  padding-bottom: 40px;
  margin-bottom: 40px;
  margin-top: 20px;
  border-radius: 3px;
}
.box-black-ul p {
  color: #f2f2f2;
}
.box-black-ul img {
  width: 15px;
  height: 16px;
  object-fit: contain;
  margin-left: 5px;
}
.box-black-ul li {
  color: #f2f2f2;
  margin-bottom: 10px;
  line-height: 30px;
}
.main-container {
  max-width: 70%;
  margin: auto;
}
.sub-titles03 {
  display: flex;
  align-items: center;
  margin-bottom: -21px;
  margin-top: 23px;
}
.sub-titles03 img {
  width: 46px;
  height: 55px;
  object-fit: contain;
  margin-left: 8px;
}
.sub-titles03 h5 {
  font-size: 20px;
}
.sub-titles03 h4 {
  font-size: 20px;
  margin-top: 16px;
}
a {
  color: #e40421;
}
.elemnts-sub {
  margin-top: 30px;
  margin-bottom: 30px;
  background-color: #222121;
  padding: 12px;
  border-radius: 10px;
}
.elemnts-sub ul {
  font-size: 17px;
  font-weight: bold;
  list-style: none;
  padding-right: 0;
  color: #ee586b !important;
}
.elemnts-sub p {
  color: white !important;
  font-size: 17px;
}
.titles-sub-02 {
  margin-bottom: 20px;
}
#thirdA {
  font-weight: bold;
}
#thirdB {
  font-weight: bold;
}
.list-st {
  margin-bottom: 40px;
}
.list-st li {
  margin-bottom: 10px;
}
.updates-date {
  margin: auto;
  font-style: italic;
  font-size: 15px;
  text-align: center;
  margin-top: -28px;

  background-color: #b4051b;
  color: white;
  width: max-content;
  padding: 0 15px;
  border-radius: 7px;
}
.title-header {
  max-width: 60%;
  margin: auto;
}
@media (max-width: 1000px) {
  .main-container {
    max-width: 80%;
  }
}

@media (max-width: 767px) {
  .left-container {
    width: 100%;
    flex-direction: column;
  }
  .right-col {
    width: 100%;
  }
  .center-col {
    width: 100%;
  }
  .box-row {
    flex-direction: column;
  }
  .box-col {
    width: 100%;
  }
}

/* End Media Queries */
