@import url("https://fonts.googleapis.com/css2?family=Almarai:wght@300;400;700;800&display=swap");

:root {
  --baseColour: #9E866E;
  --secondColour: #;
  --thirdColour: #;
  --FourthColour: #;

  --baseColour-darker: #77634E;
  --baseColour-darker2: #957D63;

  --baseColour-whiter: color-mix(in srgb, var(--baseColour), #ffffff 70%);
  --baseColour-white: color-mix(in srgb, var(--baseColour), #ffffff 10%);
  --baseColour-whitee: color-mix(in srgb, var(--baseColour), #ffffff 50%);
}

/* start global css */
body {
  font-family: "Almarai";
  scroll-behavior: smooth;
  &:lang(ar) {
    direction: rtl !important;
  }
  &:lang(en) {
    direction: ltr !important;
  }
}

.owl-carousel.owl-theme.carousel-three.owl-loaded.owl-drag {
  direction: ltr !important;
}

a {
  color: var(--baseColour-darker);
}
section {
  position: relative;
  overflow: hidden;
}
.container-fluid {
  padding: 0 5%;
}
img {
  max-width: 100%;
  height: auto;
}
ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}
.font_sunrise {
  font-family: "Waiting for the Sunrise", cursive;
}
.container {
  max-width: 1080px;
}
button {
  outline: none;
}
input:focus,
button:focus {
  box-shadow: none !important;
  outline: none !important;
}

.dropdown-item:hover {
  background-color: var(--baseColour-whiter);
}

/* header */
.header {
  background: var(--baseColour-darker);
  padding: 10px 0;
}
.header .content {
  margin: 12px 0;
}
.header .content ol {
  display: flex;
  align-items: center;
  gap: 20px;

  flex-direction: row-reverse;
  &:lang(en) {
    justify-content: left;
  }
  &:lang(en) {
    justify-content: right;
  }
}
.header .content ol li {
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.header .content ol li a {
  text-decoration: none;
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-right: 7px;
}
.header .content ol li select {
  background: transparent;
  border: none;
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.header .content .search-bar {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #ffffff2e;
}
.header .content .search-bar ul {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  align-items: center;
  flex-direction: row-reverse;
}
.header .content .search-bar ul li {
  position: relative;
  display: block;
}
.header .content .search-bar ul li button {
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.1);
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border: none;
  width: 117.656px;
  height: 45px;
}
.header .content .search-bar ul li button a {
  text-decoration: none;
  color: #fff;
}
.header .content .search-bar ul li:nth-child(2) button {
  background: var(--baseColour);
}
.header .content .search-bar ul span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);

  color: #ffffffeb;

  &:lang(ar) {
    right: 10px;
  }
  &:lang(en) {
    left: 10px;
  }
}

/* .header .content .search-bar ul li input {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 45px;
  max-width: 272px;
  border: none;
  padding: 0px 10px;
  color: #fff;
  text-align: right;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
} */
.header .content .search-bar ul li input {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 45px;
  max-width: 272px;
  border: none;
  padding: 0px 10px;
  padding-right: 10px;
  color: #fff;

  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  &:lang(ar) {
    text-align: right;
    padding-right: 35px;
  }
  &:lang(en) {
    text-align: left;
    padding-left: 35px;
  }
}

@media screen and (min-width: 991px) {
  li:has(input) {
    flex: 1;
    input {
      max-width: 100% !important;
    }
  }
}

.header .content-right {
  &:lang(ar) {
    text-align: right;
  }
  &:lang(en) {
    text-align: left;
  }
}

.navbar-expand-md .navbar-nav {
  /* justify-content: flex-end; */
  flex-flow: row-reverse nowrap;
  &:lang(ar) {
    margin-right: 0;
  }
  &:lang(en) {
    margin-left: 0;
  }
}

.nav-item:last-child .nav-link {
  &:lang(en) {
    margin-right: 7px !important;
    padding: 8px !important;
  }
}
.navbar {
  margin-top: 20px;
  padding-top: 12px;
  border-top: 1px solid #ffffff2e;
}
.logo img {
  max-width: 107.534px;
}
.header .content p {
  color: #fff;

  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0px;
  display: block;
}
.navbar-nav {
  margin-left: auto;
  margin-right: inherit !important;
}
.nav-link {
  color: #fff !important;
  text-align: center;

  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-right: 7px;
}
.nav-item a {
  color: #fff !important;
  text-align: center;

  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 170%;
  /* margin-right: 7px; */
  text-decoration: none;
  padding-left: 5px;
  padding-right: 5px;
}

.nav-item:last-child .nav-link {
  margin-right: 0;
  padding-right: 0;
}
.a-center {
  align-items: center;
}

/* banner */

.banner {
  height: 700px;
  position: relative;
  z-index: 2;
}
.banner .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.66) 0%,
      rgba(0, 0, 0, 0.66) 100%
    ),
    rgba(51, 71, 97, 0.5);
  background-blend-mode: normal, color;
  z-index: -1;
}
.banner video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
  z-index: -2;
}
.banner .fkgp {
  margin-top: 12rem;
  margin-bottom: 2rem;
  max-width: 370px;
}
.banner .owl-carousel {
  max-width: 850px;
  margin: auto;
}
.banner .owl-dot {
  background: transparent !important;
  border: none;
}

.owl-theme .owl-dots .owl-dot span {
  width: 15px !important;
  height: 2px !important;
  margin: 0px 1px !important;
  background: #6b6b6b !important;
  display: block;
}
.owl-theme .owl-dots .owl-dot.active span {
  background: #fff !important;
  width: 45px !important;
}
.banner-carousel {
  position: relative;
}
.banner-carousel #banner-btn {
  background: var(--baseColour);
  color: #fff;
  text-align: center;

  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border: none;
  width: 150px;
  height: 45px;
  border-radius: 10px;
  position: absolute;
  top: -24px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
  text-decoration: none;
  line-height: 40px;
}

/* gray area */
.gray-area {
  background-size: cover;
  z-index: 2;
}
.gray-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}
.gray-area .content {
  margin: 20px 0;
  &:lang(ar) {
    text-align: right;
    margin-right: 40px;
  }
  &:lang(en) {
    text-align: left;
    margin-left: 40px;
  }
}
.gray-area .content span {
  color: var(--baseColour-darker);
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  border-radius: 10px;
  background: var(--baseColour-darker2);
  width: 150px;
  height: 33px;
  display: block;
  margin-left: auto;
  text-align: center;
  line-height: 32px;
  margin-top: 30px;

  &:lang(ar) {
    margin-left: 0;
    margin-right: -45px;
  }
  &:lang(en) {
    margin-right: 0;
    margin-left: -45px;
  }
}
.gray-area .content h5 {
  color: #4f4f4f;

  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%;
  max-width: 26rem;
  text-align: justify;

  &:lang(ar) {
    margin-left: auto;
    text-align: right;
  }
  &:lang(en) {
    margin-right: auto;
    text-align: left;
  }
}
.gray-area .content .line1 {
  border: none;
  width: 175px;
  height: 1px;
  opacity: 0.5;
  background: var(--baseColour);

  &:lang(ar) {
    margin-left: auto;
    margin-right: -38px;
  }
  &:lang(en) {
    margin-right: auto;
    margin-left: -38px;
  }
}
.gray-area .content p {
  color: #4f4f4f;
  text-align: justify;

  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;

  &:lang(ar) {
    text-align-last: right;
  }
  &:lang(en) {
    text-align-last: left;
  }
}
.gray-area .content button {
  border-radius: 10px;
  background: var(--baseColour-whiter);
  width: 100%;
  height: 66px;
  border: none;
  max-width: 430px;
  color: var(--baseColour);

  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%;
  position: relative;
  margin-right: -36px;
}
.gray-area .content button img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  width: 50px;
  height: 50px;
}
.gray-area .content p span {
  background: transparent;
  margin-left: inherit;
  width: auto;
  height: auto;
  color: #4f4f4f;

  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 175%;
  padding: 0 20px;
  padding-right: 20px;
  margin-top: 30px;

  display: block;

  &:lang(ar) {
    text-align: right;
    padding-right: 42px;
  }
  &:lang(en) {
    padding-left: 42px;
    text-align: left;
  }
}
.oissn {
  font-weight: 400;
}
.gray-area .content .cd a {
  color: var(--baseColour);
  text-align: right;
  -webkit-text-stroke-color: var(--baseColour);

  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  margin-top: 2rem;
  margin-bottom: 0;
  text-decoration: none;
}
.gray-area .content h1 {
  color: var(--baseColour);

  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 173%;
}
.gray-area .content .box {
  display: flex;

  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
  &:lang(ar) {
    justify-content: right;
    text-align: right;
  }
  &:lang(en) {
    justify-content: left;
    text-align: left;
  }
}
.gray-area .content .box h6 {
  color: var(--baseColour);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%;
  margin-bottom: 0;
  max-width: 250px;
  padding-right: 0;
  &:lang(ar) {
    text-align: right;
  }
  &:lang(en) {
    text-align: left;
  }
}
.gray-area .content .box img {
  width: 32.593px;
  height: 23.404px;
  flex-shrink: 0;
}
.gray-area .content h6 {
  color: #4f4f4f;
  text-align: justify;
  hyphens: auto;
  font-size: 17px;
  font-style: normal;
  font-weight: bold;
  line-height: 173%;
  &:lang(ar) {
    text-align-last: right;
  }
  &:lang(en) {
    text-align-last: left;
  }
}
.gray-area .content a.btn {
  position: relative;
  width: 234px;
  height: 47px;
  border-radius: 43px;
  background: #957C6324;
  color: var(--baseColour-darker);
  -webkit-text-stroke-color: var(--baseColour);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  text-align: center;
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  span {
    background-color: transparent;
    margin: 0;
    width: fit-content;
  }
  &:lang(ar) {
    flex-flow: row nowrap;
  }
  &:lang(en) {
    flex-flow: row-reverse nowrap;
  }
}
.gray-area .content a.btn img {
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  left: 20px;
  width: 30px;
}
.gray-area .img-main img {
  z-index: 9;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 600px;
  height: 610px;
  top: auto;
  max-width: 25%;
  border-radius: 8px;
}
.gray-area .content .box span {
  width: 55px;
  height: 55px;
  margin: 0;
  line-height: inherit;
  border-radius: 63px;
  opacity: 0.7;
  background: var(--baseColour-whitee);
  backdrop-filter: blur(4px);
  padding: 0;
  line-height: 50px;
}
.gray-area .content .line2 {
  border: none;
  width: 200%;
  height: 1px;
  opacity: 0.5;
  background: var(--baseColour);
  margin-left: -94%;
}

.box-con {
  position: relative;
  z-index: 2;
  padding: 20px 40px;
  background-color: #957C6324;
  mask-image: url('data:image/svg+xml,<%3Fxml version="1.0"%3F><svg width="680" height="571" xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg"><g class="layer"><path d="m0,9.95c0,-5.49 6.05,-9.95 13.51,-9.95l653.98,0c7.46,0 13.51,4.46 13.51,9.95l0,548.11c0,5.49 -6.05,9.95 -13.51,9.95l-326.99,0l-202.54,0c-2.54,0 -5.04,-0.53 -7.2,-1.53l-124.44,-57.72c-3.93,-1.82 -6.31,-4.99 -6.31,-8.42l0,-490.39z" fill="white" id="svg_1" transform="matrix(1 0 0 1 0 0)"/><path d="m1,9.93c0,-5.48 6.03,-9.93 13.47,-9.93l652.06,0c7.44,0 13.47,4.45 13.47,9.93l0,547.14c0,5.48 -6.03,9.93 -13.47,9.93l-326.03,0l-201.95,0c-2.54,0 -5.02,-0.53 -7.18,-1.53l-124.08,-57.61c-3.92,-1.82 -6.29,-4.98 -6.29,-8.4l0,-489.53z" id="svg_2"/></g></svg>');
  -webkit-mask-image: url('data:image/svg+xml,<%3Fxml version="1.0"%3F><svg width="680" height="571" xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg"><g class="layer"><path d="m0,9.95c0,-5.49 6.05,-9.95 13.51,-9.95l653.98,0c7.46,0 13.51,4.46 13.51,9.95l0,548.11c0,5.49 -6.05,9.95 -13.51,9.95l-326.99,0l-202.54,0c-2.54,0 -5.04,-0.53 -7.2,-1.53l-124.44,-57.72c-3.93,-1.82 -6.31,-4.99 -6.31,-8.42l0,-490.39z" fill="white" id="svg_1" transform="matrix(1 0 0 1 0 0)"/><path d="m1,9.93c0,-5.48 6.03,-9.93 13.47,-9.93l652.06,0c7.44,0 13.47,4.45 13.47,9.93l0,547.14c0,5.48 -6.03,9.93 -13.47,9.93l-326.03,0l-201.95,0c-2.54,0 -5.02,-0.53 -7.18,-1.53l-124.08,-57.61c-3.92,-1.82 -6.29,-4.98 -6.29,-8.4l0,-489.53z" id="svg_2"/></g></svg>');
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  width: 30vw;
  min-height: 600px;

  &:lang(ar) {
    right: 0;
    padding: 60px;
  }
  &:lang(en) {
    right: 0;
    padding: 60px;
  }
}

@media (max-width: 992px) {
  .box-con {
    position: relative;
    z-index: 2;
    padding: 20px 40px;
    padding-left: 60px;
    background-color: var(--baseColour-whiter);
    mask-image: url('data:image/svg+xml,<%3Fxml version="1.0"%3F><svg width="680" height="571" xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg"><g class="layer"><path d="m0,9.95c0,-5.49 6.05,-9.95 13.51,-9.95l653.98,0c7.46,0 13.51,4.46 13.51,9.95l0,548.11c0,5.49 -6.05,9.95 -13.51,9.95l-326.99,0l-202.54,0c-2.54,0 -5.04,-0.53 -7.2,-1.53l-124.44,-57.72c-3.93,-1.82 -6.31,-4.99 -6.31,-8.42l0,-490.39z" fill="white" id="svg_1" transform="matrix(1 0 0 1 0 0)"/><path d="m1,9.93c0,-5.48 6.03,-9.93 13.47,-9.93l652.06,0c7.44,0 13.47,4.45 13.47,9.93l0,547.14c0,5.48 -6.03,9.93 -13.47,9.93l-326.03,0l-201.95,0c-2.54,0 -5.02,-0.53 -7.18,-1.53l-124.08,-57.61c-3.92,-1.82 -6.29,-4.98 -6.29,-8.4l0,-489.53z" id="svg_2"/></g></svg>');
    -webkit-mask-image: url('data:image/svg+xml,<%3Fxml version="1.0"%3F><svg width="680" height="571" xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg"><g class="layer"><path d="m0,9.95c0,-5.49 6.05,-9.95 13.51,-9.95l653.98,0c7.46,0 13.51,4.46 13.51,9.95l0,548.11c0,5.49 -6.05,9.95 -13.51,9.95l-326.99,0l-202.54,0c-2.54,0 -5.04,-0.53 -7.2,-1.53l-124.44,-57.72c-3.93,-1.82 -6.31,-4.99 -6.31,-8.42l0,-490.39z" fill="white" id="svg_1" transform="matrix(1 0 0 1 0 0)"/><path d="m1,9.93c0,-5.48 6.03,-9.93 13.47,-9.93l652.06,0c7.44,0 13.47,4.45 13.47,9.93l0,547.14c0,5.48 -6.03,9.93 -13.47,9.93l-326.03,0l-201.95,0c-2.54,0 -5.02,-0.53 -7.18,-1.53l-124.08,-57.61c-3.92,-1.82 -6.29,-4.98 -6.29,-8.4l0,-489.53z" id="svg_2"/></g></svg>');
    background-repeat: no-repeat;
    width: 90vw;
    height: 570px;
    left: 20%;
  }
}

.box-con::before {
  content: "";
  position: absolute;
  top: 0px;
  left: -77px;
  width: 114%;
  height: 100%;
  background-size: 100% 100%;
  z-index: -2;
}
.gray-area .content .box .share {
  position: absolute;
  top: 5%;
  left: 0;
}
.gray-area .content .box .share span {
  width: 125px;
  height: 50px;
  flex-shrink: 0;
  text-align: right;
  padding: 0 23px;
  cursor: pointer;
  border-radius: 10px;
}
.widget-area {
  padding: 61px 0;
  background: #fff;
  z-index: 2;
}
.widget-area::before {
  content: "";
  position: absolute;
  bottom: 70px;
  left: 0;
  width: 100%;
  height: 35%;
  background: #f7f7f7;
  z-index: -2;
}
.widget-area .content {
  margin: 20px 0;
  text-align: right;
}
.widget-area .content h1 {
  color: var(--baseColour);

  font-size: 54px;
  font-style: normal;
  font-weight: 700;
  line-height: 173%;

  &:lang(ar) {
    text-align: right;
  }
  &:lang(en) {
    text-align: left;
  }
}
.widget-area .content .line {
  position: relative;
  z-index: -1;
  border: none;
  width: 270px;
  height: 1px;
  opacity: 0.5;
  background: var(--baseColour);
  margin-left: auto;
  margin-right: -95px;

  &:lang(ar) {
    margin-left: auto;
    margin-right: -95px;
  }
  &:lang(en) {
    margin-right: auto;
    margin-left: -95px;
  }
}
.widget-area .content h3 {
  color: #141414;

  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 173%;
  max-width: 100%;
  margin-left: auto;

  &:lang(ar) {
    text-align: right;
  }
  &:lang(en) {
    text-align: left;
  }
}
.widget-area .content ul {
  display: flex;
  gap: 20px;
  margin: 20px 0;
  &:lang(ar) {
    justify-content: right;
  }
  &:lang(en) {
    justify-content: left;
  }
}
i.fa-solid.fa-arrow-right {
  &:lang(ar) {
    opacity: 40%;
  }
  &:lang(en) {
    opacity: 100%;
  }
}

i.fa-solid.fa-arrow-left {
  &:lang(ar) {
    opacity: 100%;
  }
  &:lang(en) {
    opacity: 40%;
  }
}
.widget-area .content ul li {
  color: #1414148c;
  text-align: right;

  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 10px;
  line-height: 32px;

  &:lang(ar) {
    flex-flow: row nowrap;
  }
  &:lang(en) {
    flex-flow: row-reverse nowrap;
  }
}

.last__article__description {
  color: #141414;
  font-size: 18px;
  font-weight: 500;
  text-align: justify;

  &:lang(ar) {
    text-align-last: right;
  }
  &:lang(en) {
    text-align-last: left;
  }
}

.widget-area .content ul li span {
  background: #f4f4f4;
  display: block;
  width: 34px;
  height: 34px;
  border-radius: 100%;
  text-align: center;
}
.widget-area .content ul {
  display: flex;
  justify-content: right;
  gap: 20px;
  margin: 20px 0;
}
.widget-area .content ul.buttons li a {
  text-decoration: none;
  border-radius: 43px;
  border: 1px solid rgba(84, 118, 161, 0.21);
  background: #f4f4f4;
  padding: 14px 40px;
  cursor: pointer;
  line-height: 15px;
  display: flex;
  justify-content: space-between;
  gap: 7px;
  color: var(--baseColour);
}
.widget-area .content ul.buttons li:last-child a {
  background: var(--baseColour);
  color: #fff;
}
.widget-area .content ul.buttons li span {
  background: transparent;
  width: auto;
  height: auto;
}
.widget-area .owl-carousel {
  position: relative;
  width: 150%;
  padding-top: 30px;
  &:lang(ar) {
    margin-left: -50%;
  }
  &:lang(en) {
    margin-left: 0;
  }
}
.widget-area h5 {
  color: #141414;
  font-size: 19px;
  font-style: normal;
  font-weight: 700;
  line-height: 173%;
  margin-top: 4px;
  margin-bottom: 0px;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;

  &:lang(ar) {
    text-align: right;
  }
  &:lang(en) {
    text-align: left;
  }
}

.widget-area .owl-nav {
  display: block;
  position: absolute;
  top: -66px;

  /* transform: translateX(-160%); */

  &:lang(ar) {
    right: 60%;
  }
  &:lang(en) {
    right: 32%;
  }
}
.article-area .owl-nav {
  display: block;
  position: absolute;
  top: -66px;
  right: 80%;
  transform: translateX(-160%);
}

.widget-area .owl-nav button {
  background: transparent;
  border: none;
  color: var(--baseColour) !important;
  font-size: 30px !important;
}
.widget-area .owl-theme .owl-nav .disabled i {
  font-size: 20px;
}

.widget-two {
  text-align: right;
  padding: 90px 0;
  padding-bottom: 70px;
  z-index: 2;
}
html[lang="ar"] .widget-two::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background: var(--baseColour-whiter);
  width: 100%;
  height: 100%;
  max-width: 30%;
  z-index: -2;
}
html[lang="en"] .widget-two::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: var(--baseColour-whiter);
  width: 100%;
  height: 100%;
  max-width: 30%;
  z-index: -2;
}

.widget-two::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  background-image: url("../img/6.png");
  opacity: 40%;
  width: 100%;
  height: 40%;
  z-index: -2;
}
.widget-two h1 {
  color: var(--baseColour);

  font-size: 56px;
  font-style: normal;
  font-weight: 700;
  line-height: 173%;
  margin-bottom: 40px;

  &:lang(ar) {
    text-align: right;
  }
  &:lang(en) {
    text-align: left;
  }
}
.widget-two h6 {
  color: #141414;
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: 200%;

  &:lang(ar) {
    text-align: right;
  }
  &:lang(en) {
    text-align: left;
  }
}
.widget-two p {
  color: #4f4f4f;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  letter-spacing: 0.117px;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;

  &:lang(ar) {
    text-align: right;
  }
  &:lang(en) {
    text-align: left;
  }
}
.widget-two a.btnn {
  border-radius: 13px;
  border: 1px solid #4f4f4f;
  width: 145px;
  height: 43px;
  color: #4f4f4f;
  -webkit-text-stroke-color: #4f4f4f;

  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 200%;
  text-align: center;
  background: transparent;
  display: block;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;

  &:lang(ar) {
    flex-flow: row nowrap;
    margin-left: auto;
  }
  &:lang(en) {
    flex-flow: row-reverse nowrap;
    margin-right: auto;

    i {
      transform: rotate(180deg);
    }
  }
}

.widget-two .image {
  position: relative;
}
.widget-two .image .share {
  position: absolute;
  top: 10px;
  left: 10px;
  border-radius: 68px;
  background: rgba(0, 0, 0, 0.23);
  backdrop-filter: blur(10px);
  width: 43px;
  height: 43px;
  text-align: center;
  color: #fff;
  line-height: 41px;
  cursor: pointer;
}
.widget-two .image button {
  position: absolute;
  bottom: 0;
  right: 0;
  border: none;
  color: #fff;
  border-radius: 7px 0px 0px 0px;
  background: rgba(20, 20, 20, 0.3);
  backdrop-filter: blur(4px);
}
.widget-two .text {
  border-radius: 0px 0px 11px 11px;
  border: 2px solid rgba(84, 118, 161, 0.11);
  background: white;
  padding: 17px;
}
.widget-two .owl-nav {
  position: absolute;
  bottom: -108px;

  &:lang(ar) {
    right: calc(30% - 130px);
  }
  &:lang(en) {
    left: calc(30% - 130px);
  }
}
.widget-two .owl-prev {
  width: 100px;
  height: 65px;
  flex-shrink: 0;
  font-size: 30px !important;
  color: var(--baseColour) !important;
  border: none;
  padding: 0 !important;
  margin: 0 !important;

  &:lang(ar) {
    background: var(--baseColour-whiter);
  }
  &:lang(en) {
    background: #fff;
  }
}
.widget-two .owl-next {
  width: 100px;
  height: 65px;
  flex-shrink: 0;
  font-size: 30px !important;
  color: var(--baseColour) !important;
  border: none;
  padding: 0 !important;
  margin: 0 !important;
  &:lang(ar) {
    background: #fff;
  }
  &:lang(en) {
    background: var(--baseColour-whiter);
  }
}

.widget-two p.cd {
  -webkit-text-stroke-color: var(--baseColour);

  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 200%;
  margin-top: 8rem;
  margin-bottom: 0;
  &:lang(ar) {
    padding-left: 30%;
    text-align: left !important;
  }
  &:lang(en) {
    padding-right: 30%;
    text-align: right !important;
  }
}
.widget-two .cd a {
  text-decoration: none;
  color: var(--baseColour);
}
.widget-two .line2 {
  border: none;
  width: 60%;
  height: 1px;
  opacity: 0.5;
  background: var(--baseColour);
  &:lang(ar) {
    margin-right: auto;
    margin-left: -20%;
  }
  &:lang(en) {
    margin-left: auto;
    margin-right: -15%;
    /* margin-right: -21%; */
  }
}

.footer {
  background: var(--baseColour-darker);
  background-blend-mode: normal, color;
  backdrop-filter: blur(17px);
  padding: 10px 0;
}
.footer-widget {
  margin: 20px 0;
}
.menu-footer ul {
  display: flex;
  justify-content: space-between;
  flex-flow: row-reverse nowrap;
}
.menu-footer ul li a {
  color: #fff;
  text-align: center;

  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
}
.footer .social ul {
  display: flex;
  gap: 20px;

  &:lang(ar) {
    justify-content: left;
  }
  &:lang(en) {
    justify-content: right;
  }
}
.footer .social ul li a {
  color: #fff;
  font-size: 17px;
}
.footer .logo {
  text-align: center;
}
.footer hr {
  border: none;
  width: 100%;
  height: 1px;
  opacity: 0.2;
  background: #fff;
}
.footer .content p {
  color: #fff;

  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
  &:lang(ar) {
    text-align: right;
  }
  &:lang(en) {
    text-align: left;
  }
}

h5 {
  color: #fff;
  text-align: right;

  font-size: 32px;
  font-style: normal;
  font-weight: 700;
}

p {
  color: #fff;
  /*text-align: right;*/

  font-size: 32px;
  font-style: normal;
  font-weight: 700;
}

@media (min-width: 300px) {
  .div-m {
    padding-right: 10px;
  }
}

@media (min-width: 768px) {
  .div-m {
    padding-right: 83px;
  }
}

.article-head1 {
  color: #4f4f4f;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  text-align: justify;
  padding-right: 20px;
  padding-left: 20px;
}

.head-doi {
  color: #4f4f4f;
  font-style: normal;
  font-weight: 400;
  direction: ltr !important;
}

@media (min-width: 300px) {
  .flex-xs-coloumg-reverse {
    flex-direction: column-reverse !important;
    justify-content: flex-end !important;
  }
}

@media (max-width: 576px) {
  .article-link1 {
    padding: 10px !important;
  }
}

@media (min-width: 300px) {
  .article-detail1 {
    font-size: 14px;
    flex-direction: column-reverse;
  }
}

@media (min-width: 992px) {
  .span-download-m {
    padding: 5px;
  }
}

@media (min-width: 1200px) {
  .span-download-m {
    background: #f2f2f2;
    font-size: 18px;
    border-style: none;
    border-radius: 10px;
    padding: 21px;
    padding-left: 20px;
    padding-bottom: 11px;
    padding-right: 20px;
    padding-top: 11px;
    margin-right: 18px;
  }
}

.article-link1 {
  background: #91919122;
  border-style: none;
  border-radius: 10px;
  padding: 21px;
  margin-right: 18px;
  padding-top: 12px;
  padding-right: 15px;
  padding-bottom: 11px;
  padding-left: 10px;
  height: 65px;
}

@media (max-width: 992px) {
  .article-link1 {
    font-size: 13px !important;
    padding-top: 5px;
    padding-bottom: 5px;
  }
}

.spacer-article-detail {
  height: 63px;
  padding: 0px 13px;

}

@media (max-width: 992px) {
  .spacer-article-detail {
    height: 50px;
  }
}

.share-btn-details {
  background: #f2f2f2;
  border-style: none;
  border-radius: 10px;
  padding: 21px;
  margin-right: 18px;
  padding-top: 11px;
  padding-right: 0;
  padding-bottom: 11px;
  padding-left: 0;
}

@media (max-width: 992px) {
  .share-btn-details {
    font-size: 15px;
  }
}

.span-download-m {
  height: 65px;
  margin-right: 18px;
  padding: 21px;
  padding-top: 12px;
  padding-right: 15px;
  padding-bottom: 11px;
  padding-left: 10px;
  background: #f2f2f2;
}

@media (max-width: 768px) {
  .span-download-m {
    margin-right: 5px;
    text-align: center;
    align-items: center;
  }
}

.article-summary1 {
  font-size: 28px;
  padding: 18px;
  text-align: justify;
  line-height: 200%;
}

.articale-summary-h1 {
  text-align: justify;
  font-size: 28px;
  font-weight: bold;
  padding: 16px;
  padding-top: 40px;
}

.simarticle-img {
  height: 101px;
  border-style: none;
  border-radius: 8px;
  padding: 0px;
  width: 348px;
}

.simarticle-span {
  color: #141414;
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  padding: 0px;
  padding-top: 10px;
  width: 346px;
}

.keyword-span1 {
  background: #91919122;
  font-size: 16px;
  padding: 5px;
  border-style: none;
  border-radius: 63px;
  padding-right: 20px;
  padding-left: 20px;
  margin: 10px;
}

@media (max-width: 992px) {
  .keyword-span1 {
    font-size: 12px;
  }
}

@media (max-width: 300px) {
  .keyword-span-m {
    flex-direction: column !important;
    align-items: center;
  }
}

.sim-article-arrow {
  padding-bottom: 14px;
  margin-top: -49px;
}

@media (min-width: 300px) {
  .sim-article-arrow {
    padding-bottom: 14px;
    margin-top: 30px;
  }
}

.sim-article-card {
  padding-top: 25px;
}

@media (max-width: 576px) {
  .keyword-span-m {
    flex-direction: column !important;
  }
}

@media (max-width: 360px) {
  .simarticle-img {
    width: 300px;
  }
}

@media (max-width: 360px) {
  .simarticle-span {
    width: 300px;
  }
}

.sim-article-col {
  width: 356px;
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 10px;
}

.article-btn-show {
  color: #fff;
  text-align: right;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  background: var(--baseColour);
}

.citation-sidebar {
  color: #4f4f4f;
  font-style: normal;
  font-size: 24px;
  text-align: right;
  padding-right: 0;
  padding-left: 250px;
  font-weight: bold;
  padding-top: 12px;
}

@media (max-width: 768px) {
  .citation-sidebar {
    padding-left: 130px;
  }
}

.spacer-sidebar {
  width: 302px;
  height: 3px;
  padding: 0;
  padding-top: 0;
  margin-top: 20px;
}

@media (max-width: 768px) {
  .spacer-sidebar {
    width: 200px;
  }
}

@media (max-width: 576px) {
  .spacer-sidebar {
    width: 302px;
  }
}

@media (max-width: 576px) {
  .citation-sidebar {
    padding-left: 220px;
  }
}

.sidebar-create {
  width: 302px;
  height: 51px;
  padding: 0;
}

@media (max-width: 768px) {
  .sidebar-create {
    width: 200px;
    height: 41px;
  }
}

@media (max-width: 576px) {
  .sidebar-create {
    width: 302px;
    height: 51px;
  }
}

.create-sidebar-title {
  color: #4f4f4f;
  font-style: normal;
  font-weight: 700;
  text-align: justify;
  font-size: 18px;
  padding: 39px;
  padding-bottom: 0;
}

@media (max-width: 768px) {
  .create-sidebar-title {
    padding: 20px;
  }
}

@media (min-width: 1400px) {
  .citation-sidebar {
    padding-left: 275px;
  }
}

@media (max-width: 992px) {
  .citation-sidebar {
    padding-left: 200px;
  }
}

.article-details-span {
  background: #91919122;
  font-size: 18px;
  padding: 5px;
  border-style: none;
  border-radius: 63px;
  padding-right: 20px;
  padding-left: 20px;
}

@media (max-width: 992px) {
  .article-details-span {
    font-size: 12px;
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media (max-width: 768px) {
  .article-details-span {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .sidebar-citation-links {
    font-size: 10px;
  }
}

.create-sidebar-title.sidebar-citation-links {
  font-size: 14px;
  max-width: 225px;
  text-align: right;
  padding: 0px;
}

/* Login page */
.div {
  border-radius: 0px 0px 0px 0px;
  display: flex;
  max-width: 556px;
  flex-direction: column;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-top: 170px;
  margin-bottom: 170px;
  margin-left: auto;
  margin-right: auto;
}

.div-2 {
  border-radius: 21px;
  background-color: rgba(255, 255, 255, 1);
  display: flex;
  width: 100%;
  flex-direction: column;
  border-style: none;
  border-width: 1px;
  margin: auto;
  padding: 0 0 33px 30px;
}

@media (max-width: 991px) {
  .div-2 {
    max-width: 100%;
  }
}

.img {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  width: 19px;
  align-self: end;
  margin: 6px 31px 0 0;
}

@media (max-width: 991px) {
  .img {
    margin-right: 10px;
  }
}

.please-enter-your-username-or-email-and-password {
  color: rgba(71, 71, 71, 1);
  align-self: start;
  margin: 17px 0 0 -1px;
}

@media (max-width: 991px) {
  .please-enter-your-username-or-email-and-password {
    max-width: 100%;
  }
}

.div-3 {
  min-height: 1px;
  margin-top: 19px;
  width: 100%;
  border: 1px solid rgba(213, 213, 213, 0.5);
}

@media (max-width: 991px) {
  .div-3 {
    max-width: 100%;
  }
}

.div-4 {
  align-self: center;
  display: flex;
  margin-top: 17px;
  width: 100%;
  max-width: 495px;
  flex-direction: column;
  justify-content: start;
}

@media (max-width: 991px) {
  .div-4 {
    max-width: 100%;
  }
}

.div-5 {
  border-radius: 0px 0px 0px 0px;
  display: flex;
  width: 100%;
  flex-direction: column;
}

@media (max-width: 991px) {
  .div-5 {
    max-width: 100%;
  }
}

.username-or-email {
  color: rgba(71, 71, 71, 1);
  align-self: start;
}

.div-6 {
  display: flex;
  flex-direction: row;
}

.div-7 {
  border-radius: 0px 0px 0px 0px;
  display: flex;
  width: 100%;
}

.img-2 {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  width: 30px;
  margin-left: 10px;
}

.div-8 {
  width: 100%;
  max-width: 100%;
  height: 49px;
  border: 1px solid rgba(230, 230, 230, 1);
}

.div-9 {
  border-radius: 0px 0px 0px 0px;
  display: flex;
  margin-top: 14px;
  width: 100%;
  flex-direction: column;
}

@media (max-width: 991px) {
  .div-9 {
    max-width: 100%;
  }
}

.password {
  color: rgba(71, 71, 71, 1);
  align-self: start;
}

.div-10 {
  border-radius: 7px;
  background-color: rgba(255, 255, 255, 1);
  display: flex;
  margin-top: 5px;
  width: 100%;
  gap: 40px 100px;
  flex-wrap: wrap;
  padding: 0 15px;
  border: 1px solid rgba(213, 213, 213, 0.6);
}

@media (max-width: 991px) {
  .div-10 {
    max-width: 100%;
  }
}

.div-11 {
  display: flex;
  gap: 10px;
  flex: 1;
}

.img-3 {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  width: 32px;
  margin: auto 0;
}

.div-12 {
  width: 1px;
  height: 49px;
  border: 1px solid rgba(230, 230, 230, 1);
}

.img-4 {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  width: 27px;
  margin: auto 0;
}

.div-13 {
  display: flex;
  margin-top: 14px;
  width: 300px;
  max-width: 100%;
  gap: 4px;
  color: rgba(71, 71, 71, 1);
}

.img-5 {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  width: 24px;
  align-self: start;
}

.keep-me-logged-in {
  flex-grow: 1;
  width: 250px;
}

.div-14 {
  align-self: center;
  display: flex;
  margin-top: 34px;
  width: 100%;
  max-width: 495px;
  flex-direction: column;
  white-space: nowrap;
  justify-content: start;
}

@media (max-width: 991px) {
  .div-14 {
    max-width: 100%;
    white-space: initial;
  }
}

.login {
  align-self: stretch;
  border-radius: 10px;
  min-height: 50px;
  width: 100%;
  gap: 10px;
  color: rgba(255, 255, 255, 1);
  letter-spacing: -0.5px;
}
.login_btn {
  align-self: stretch;
  border-radius: 10px;
  background-color: var(--baseColour);
  box-shadow: 2px 2px 0px rgba(3, 42, 34, 1);
  min-height: 50px;
  width: 100%;
  gap: 10px;
  color: rgba(255, 255, 255, 1);
  letter-spacing: -0.5px;
  padding: 15px 16px;
}
@media (max-width: 991px) {
  .login {
    max-width: 100%;
    white-space: initial;
  }
}

.div-15 {
  display: flex;
  margin-top: 13px;
  width: 100%;
  align-items: center;
  gap: 27px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  justify-content: start;
  flex-wrap: wrap;
}

@media (max-width: 991px) {
  .div-15 {
    max-width: 100%;
    white-space: initial;
  }
}

.div-16 {
  align-self: stretch;
  width: 210px;
  height: 0px;
  flex: 1;
  flex-basis: 0%;
  margin: auto 0;
  border: 1px solid rgba(158, 158, 158, 1);
  opacity: 0.3;

}

.or {
  align-self: stretch;
  margin: auto 0;
}

.div-17 {
  align-self: stretch;
  width: 210px;
  height: 0px;
  flex: 1;
  flex-basis: 0%;
  margin: auto 0;
  border: 1px solid rgba(158, 158, 158, 1);
  opacity: 0.3;
}

.register {
  align-self: stretch;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 1);
  margin-top: 13px;
  min-height: 50px;
  width: 100%;
  gap: 10px;
  color: rgba(67, 94, 129, 1);
  letter-spacing: -0.5px;
  padding: 15px 16px;
  border: 1px solid var(--baseColour-darker2);
}

@media (max-width: 991px) {
  .register {
    max-width: 100%;
    white-space: initial;
  }
}

/* Start checkbox style */
/* Remove the default checkbox appearance */
input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  min-width: 20px;
  min-height: 20px;
  background-color: white;
  border: 1px solid var(--baseColour);
  border-radius: 6px !important;
  cursor: pointer;
  position: relative;
  &:lang(ar) {
    margin-left: 5px;
  }

  &:lang(ar) {
    margin-right: 5px;
  }
}

/* Add a tick mark for the checked state */
input[type="checkbox"]:checked {
  background-color: var(--baseColour);
  border-color: var(--baseColour);
}

input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 35%;
  width: 6px;
  height: 12px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: translate(-50%, -50%) rotate(45deg);
}

label:has(input[type="checkbox"]) {
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: 700;
}
/* End checkbox style */

/* aboutus */
.magazine-عــــن-المجلــــــة {
  background-color: rgba(255, 255, 255, 1);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  align-items: center;
}
.span-aboutus {
  font-size: 22px;
  text-align: justify;
  width: 80vw;
}
@media (max-width: 590px) {
  .span-aboutus {
    font-size: 16px;
  }
}
.img-aboutus- {
  aspect-ratio: 3.39;
  object-fit: contain;
  object-position: center;
  width: 700px;
  max-width: 100%;
  margin-bottom: 40px;
}

.img-aboutus--2 {
  aspect-ratio: 3.17;
  object-fit: contain;
  object-position: center;
  width: 972px;
  border-radius: 14px;
  margin-top: 18px;
  max-width: 100%;
}

@media (max-width: 991px) {
  .aboutushead1 {
    max-width: 100%;
  }
}

.brand {
  display: flex;
  margin-top: 40px;
  align-items: center;
  gap: 19px;
  justify-content: start;
}

.img-aboutus--3 {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  width: 32px;
  align-self: stretch;
  margin: auto 0;
}

.img-aboutus--4 {
  aspect-ratio: 1.03;
  object-fit: contain;
  object-position: center;
  width: 33px;
  align-self: stretch;
  margin: auto 0;
}

.img-aboutus--5 {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  width: 32px;
  align-self: stretch;
  margin: auto 0;
}

.img-aboutus--6 {
  aspect-ratio: 1.03;
  object-fit: contain;
  object-position: center;
  width: 33px;
  align-self: stretch;
  margin: auto 0;
}

.img-aboutus--7 {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  width: 32px;
  align-self: stretch;
  margin: auto 0;
}

@media (max-width: 991px) {
  .article-share-link {
    display: none;
  }
}

/* Dropdown Container */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  right: 0;
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  /*min-width: 160px;*/
  font-size: larger;
  border-radius: 25px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
  background-color: #d3d3d3;
  border-radius: 25px;
}

/* Show the dropdown content when hovering over the dropdown container */
.dropdown:hover .dropdown-content {
  display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
  background-color: #424843;
}

.facebook {
  color: #0a53be;
}
.twitter {
  color: #0a84ff;
}
.linkedin {
  color: #0a84ff;
}
.whatsapp {
  color: #00b24e;
}
.white-text {
  color: #fff;
}

/* Banner Home Page */
.magazine-updated-design-home-1 {
  background-color: rgba(255, 255, 255, 1);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
@media (max-width: 991px) {
  .magazine-updated-design-home-1 {
    width: auto;
    align-self: stretch;
  }
}
.bandiv-banner {
  display: flex;
  flex-direction: column;
  position: relative;
  /* min-height: 1000px; */
  min-height: calc(100vh);
  width: 100%;
  padding-bottom: 32px;
  color: rgba(255, 255, 255, 1);
}
@media (max-width: 991px) {
  .bandiv-banner {
    max-width: 100%;
    width: 100%;
    align-self: center;
  }
}
@media (max-width: 640px) {
  .bandiv-banner {
    min-height: 602px;
  }
}
.banimg-banner {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  /* object-fit: cover; */
  object-fit: fill;
  object-position: center;
  /* object-position: left; */
}
.black-overlay {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
}
@media (max-width: 991px) {
  .black-overlay {
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    margin: auto;
    padding: 0 110px 100px 0;
  }
}
@media (max-width: 640px) {
  .black-overlay {
    padding: 0 15px;
  }
}
.bandiv2-banner {
  display: flex;
  width: 500px;
  max-width: 100%;
  flex-direction: column;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  margin: 250px 91px 0 0;

  &:lang(ar) {
    align-self: right;
  }
  &:lang(en) {
    align-self: end;
  }
}
@media (max-width: 991px) {
  .bandiv2-banner {
    margin: 40px 10px 10px 0;
  }
}
.banimg2-banner {
  object-fit: contain;
  object-position: center;
  width: 100%;
}
.button {
  border-radius: 10px;
  background-color: var(--baseColour);
  gap: 6px;
  margin: 60px auto 0;
  padding: 20px 100px;
}
@media (max-width: 991px) {
  .button {
    margin: 25px auto 0;
  }
}

.brand svg {
  fill: var(--baseColour);
}

/* Submission Page */
.magazine-ضوابط-وقواعد-النشر {
  background-color: rgba(255, 255, 255, 1);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  align-items: center;
  margin-bottom: 150px;
}
.subimg {
  aspect-ratio: 3.39;
  object-fit: contain;
  object-position: center;
  width: 471px;
  margin-top: 37px;
  max-width: 100%;
}
.رابعًا-حقوق-النشر {
  color: var(--baseColour);
  text-align: center;
  margin-top: 41px;
  
}
@media (max-width: 991px) {
  .رابعًا-حقوق-النشر {
    margin-top: 40px;
  }
}
.subdiv {
  display: flex;
  margin-top: 29px;
  width: 100%;
  max-width: 1276px;
  align-items: start;
  gap: 18px 24px;
  color: rgba(79, 79, 79, 1);
  text-align: center;
  justify-content: center;
  flex-wrap: wrap;
  
}

.subdiv p {
  color: rgba(79, 79, 79, 1);
  font-size: 22px;
}
@media (max-width: 991px) {
  .subdiv {
    max-width: 100%;
  }
}
.subdiv-2 {
  border-radius: 14px;
  display: flex;
  min-width: 240px;
  width: 100%;
  flex-direction: column;
  flex: 1;
  flex-basis: 0%;
}
@media (max-width: 991px) {
  .subdiv-2 {
    max-width: 100%;
  }
}
.subdiv-3 {
  margin-top: 44px;
  width: 1274px;
  max-width: 100%;
  height: 2px;
  border: 2px solid rgba(0, 0, 0, 1);
}
@media (max-width: 991px) {
  .subdiv-3 {
    margin-top: 40px;
  }
}
.insidedivv {
  color: var(--baseColour);
  text-align: center;
  margin-top: 41px;
  
}
@media (max-width: 991px) {
  .insidedivv {
    margin-top: 40px;
  }
}

.subdiv-4 {
  border-radius: 14px;
  display: flex;
  min-width: 240px;
  width: 100%;
  flex-direction: column;
  flex: 1;
  flex-basis: 0%;
}
@media (max-width: 991px) {
  .subdiv-4 {
    max-width: 100%;
  }
}
.النشر-في-المجلة-مجاني {
  border-radius: 14px;
  background-color: rgba(245, 245, 245, 1);
  padding: 43px 70px;
}
@media (max-width: 991px) {
  .النشر-في-المجلة-مجاني {
    max-width: 100%;
    padding: 0 20px;
  }
}
.subdiv-5 {
  margin-top: 65px;
  width: 1274px;
  max-width: 100%;
  height: 2px;
  border: 2px solid rgba(0, 0, 0, 1);
}
@media (max-width: 991px) {
  .subdiv-5 {
    margin-top: 40px;
  }
}
.سادسًا-قواعد-عامة {
  color: var(--baseColour);
  text-align: center;
  margin-top: 41px;
  
}
@media (max-width: 991px) {
  .سادسًا-قواعد-عامة {
    margin-top: 40px;
  }
}
.subdiv-6 {
  align-self: stretch;
  display: flex;
  margin-top: 15px;
  width: 100%;
  flex-direction: column;
  color: rgba(79, 79, 79, 1);
  text-align: center;
  padding: 14px 70px 148px;
  
}
@media (max-width: 991px) {
  .subdiv-6 {
    max-width: 100%;
    padding: 0 20px 100px;
  }
}
.subdiv-7 {
  display: flex;
  margin-bottom: -30px;
  min-height: 124px;
  width: 100%;
  max-width: 1276px;
  align-items: start;
  gap: 18px 24px;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .subdiv-7 {
    max-width: 100%;
    margin-bottom: 10px;
  }
}
.subdiv-8 {
  border-radius: 14px;
  display: flex;
  min-width: 240px;
  flex-direction: column;
  flex-grow: 1;
  width: 501px;
}
@media (max-width: 991px) {
  .subdiv-8 {
    max-width: 100%;
  }
}
.الآراء-الواردة-فـي-البحوث-المنشورة-تعبر-عن-وجهة-نظر-الباحثين،-ولا-تعبر-عن-رأي-المجمع-والمجلة {
  border-radius: 14px;
  background-color: rgba(245, 245, 245, 1);
  padding: 24px 70px;
}
@media (max-width: 991px) {
  .الآراء-الواردة-فـي-البحوث-المنشورة-تعبر-عن-وجهة-نظر-الباحثين،-ولا-تعبر-عن-رأي-المجمع-والمجلة {
    max-width: 100%;
    padding: 0 20px;
  }
}
.subdiv-9 {
  border-radius: 14px;
  display: flex;
  min-width: 240px;
  flex-direction: column;
  flex-grow: 1;
  width: 501px;
}
@media (max-width: 991px) {
  .subdiv-9 {
    max-width: 100%;
  }
}
.لا-يحقّ-للباحث-إعادة-نشر-بحثه-المقبول-للنّشر-في-المجلّة-إلاّ-بعد-إذن-كتابي-من-رئيس-هيئة-تحرير-المجلة {
  border-radius: 14px;
  background-color: rgba(245, 245, 245, 1);
  padding: 24px 70px;
}
@media (max-width: 991px) {
  .لا-يحقّ-للباحث-إعادة-نشر-بحثه-المقبول-للنّشر-في-المجلّة-إلاّ-بعد-إذن-كتابي-من-رئيس-هيئة-تحرير-المجلة {
    max-width: 100%;
    padding: 0 20px;
  }
}

/* Issue Archive page */
.isardiv-2 {
  gap: 20px;
  display: flex;
  flex-wrap: wrap;
  padding-top: 40px;
  padding-bottom: 40px;
  align-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .isardiv-2 {
    flex-direction: column;
    align-items: stretch;
    gap: 0px;
  }
}
.columnisar {
  display: flex;
  flex-direction: column;
  line-height: normal;
  width: 25%;
  margin-left: 0px;
}
@media (max-width: 991px) {
  .columnisar {
    width: 60%;
  }
}
@media (max-width: 450px) {
  .columnisar {
    width: 90%;
  }
}
.isardiv-3 {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
}
@media (max-width: 991px) {
  .isardiv-3 {
    margin-top: 24px;
  }
}
.isardiv-4 {
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  position: relative;
  width: 100%;
  padding: 0 9px 12px 0;
}
.imgisar {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
}
.issue-archive {
  position: relative;
  border-radius: 10px 0px 10px 0px;
  background-color: rgba(255, 255, 255, 0.2);
  align-self: start;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  line-height: 24px;
  padding: 4px 27px;
}
@media (max-width: 991px) {
  .issue-archive {
    padding: 0 20px;
  }
}
.isardiv-5 {
  position: relative;
  display: flex;
  gap: 8px;
  color: rgba(79, 79, 79, 1);
  text-align: right;
  line-height: 25px;
  margin: 116px 0 0 12px;
  align-items: center;
}
@media (max-width: 991px) {
  .isardiv-5 {
    margin: 40px 0 0 10px;
    flex-direction: row;
  }
}
@media (max-width: 1580px) {
  .isardiv-5 {
    margin: 40px 0 0 10px;
    flex-direction: column;
  }
}
.issn-archive {
  font-size: 14px;
  border-radius: 6px;
  background-color: rgba(255, 255, 255, 1);
  flex-grow: 1;
  width: fit-content;
  margin: 0 auto;
  padding: 5px 19px;
}
.issue-archive-name {
  color: rgba(79, 79, 79, 1);
  text-align: right;
  margin-top: 6px;
  &:lang(ar) {
    text-align: right;
  }
  &:lang(en) {
    text-align: left;
  }
  
}
