/* global */
html {
  scroll-behavior: smooth;
}
body {
  font-family: "Almarai", sans-serif !important;
  color: #fff;
}
a {
  text-decoration: none !important;
  cursor: pointer;
}
.text-small {
  font-size: small;
}
textarea {
  resize: none;
}
.title {
  white-space: nowrap;
  font-weight: 700;
  width: 20%;
}
@media (max-width: 959px) {
  .title {
    width: 28%;
  }
}
@media (max-width: 767px) {
  .title {
    width: 30%;
  }
}
@media (max-width: 470px) {
  .title {
    width: 60%;
  }
}
.title-red {
  color: #ec1c23;
  border-bottom: 2px solid #ec1c23;
}
.title-red:hover {
  color: #ec1c23;
  border-bottom: 2px solid #ec1c23;
}
.title-green {
  color: #15a849;
  border-bottom: 2px solid #15a849;
}
.title-green:hover {
  color: #15a849;
  border-bottom: 2px solid #15a849;
}
.title-dark {
  color: #000;
  border-bottom: 2px solid #000;
}
.title-dark:hover {
  color: #000;
  border-bottom: 2px solid #000;
}
.text-red {
  color: #ec1c23 !important;
}
button.close {
  position: absolute;
  left: 20px;
  top: 20px;
}
@media (max-width: 959px) {
  .modal h5.font-weight-bolder {
    text-align: center !important;
  }
}
a.news-box.text-success {
  color: #15a849 !important;
}
a.news-box.text-success:hover {
  color: #15a849 !important;
}

.event-news-header {
  white-space: nowrap;
}
.pagination-btns > a {
  display: flex;
  align-items: center;
}
.long-p {
  max-height: 80vh !important;
  overflow-y: auto;
  position: relative;
  background: #fff;
}
#founders {
  position: relative;
}
.red-points,
.red-points-2 {
  position: absolute;
  right: 0;
  top: 45%;
  height: 200px;
  width: 100px;
  background: url(../images/red-points.svg);
  background-position: 0 0;
  background-size: 170%;
  background-repeat: no-repeat;
}
.red-points-2 {
  right: inherit;
  left: 0;
  top: 0;
  background-position: 100% 100%;
}
.modal .close {
  text-shadow: none;
}
/* start nav */
.navbar-wraper {
  border-radius: 0 0 30px 30px;
  top: 0;
  width: 100%;
  z-index: 100;
}
@media (max-width: 500px) {
  .navbar-wraper {
    border-radius: 0 0 22px 22px;
  }
  .nav-opened .container {
    height: 73%;
    overflow: auto !important;
  }
}

.nav-opened {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  height: 100vh;
  width: 100vw;
  background-color: #ea4039;
  display: flex;
  align-items: center;
}
.nav-opened a {
  color: #fff;
}
span.nav-link {
  cursor: pointer;
}
.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
  outline: none;
  box-shadow: none;
}
.nav-item {
  margin: 5px;
  font-weight: 600;
}
.nav-item > ul > li {
  margin: 5px;
  font-weight: normal;
}
@media (min-width: 992px) {
  .contact {
    border-right: 3px solid #fff;
    /* padding-right: 90px; */
  }
  html[lang="en"] .nav-opened .contact {
    border-right: none;
    border-left: 3px solid #fff;
  }
}
@media (max-width: 959px) {
  .nav-opened .social-icons {
    margin-top: 13vh !important;
    margin-bottom: 0;
  }
  nav.navbar {
    border-radius: 20px !important;
  }
}
.social-icons > div {
  width: 35px !important;
  height: 35px !important;
  font-size: 21px;
}

/*  */
.min-carousal .carousel-item img,
.min-carousal .carousel-item video {
  filter: blur(2px);
  transform: scale(1.01);
  object-fit: cover !important;
}
.min-carousal .carousel-inner {
  height: 100vh;
}
@media (max-width: 990px) {
  .min-carousal .carousel-inner {
    margin-top: 8vmax !important;
    height: 52vh !important;
  }
}
@media (max-width: 560px) {
  .min-carousal .carousel-inner {
    margin-top: 8vmax !important;
    height: 38vh !important;
  }
}
.intro-text {
  position: absolute;
  top: 30%;
  padding-right: 8vw;
}
.intro-text p:last-of-type {
  max-width: 60%;
}
.find-more {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}

.intro-text-sm *,
.find-more-sm * {
  padding: 0 20px !important;
  color: #262223 !important;
  text-align: center !important;
  width: 100% !important;
  max-width: 100% !important;
}
.intro-text-sm h1 {
  font-size: 1.5rem !important;
}
.find-more-sm-img {
  width: 60px !important;
}

/* start news */
.news-box:not(a.news-box) {
  cursor: pointer;
  transition: 0.2s;
}
.news-box:not(a.news-box):hover a,
.news-box.show-all:hover span {
  color: #ec1c23 !important;
}
.news-box:not(a.news-box):hover {
  transform: scale(1.03);
}

.news-box,
.about-link {
  background-color: #fff !important;
  border-radius: 12px;
}
@media (max-width: 500px) {
  .about-link h5 {
    font-size: 0.96rem !important;
  }
}
@media (max-width: 360px) {
  .about-link h5 {
    font-size: 0.86rem !important;
  }
}
.news a {
  text-decoration: underline !important;
  transition: 0.15s;
}
.news a:hover {
  color: #ea4039 !important;
}
.news {
  position: relative;
}
.china-flag {
  position: absolute;
  right: 0;
  top: 100px;
  width: 8.2vmax;
}
@media (max-width: 768px) {
  .china-flag {
    top: 120px;
  }
}
.iraq-flag {
  position: absolute;
  left: 0;
  bottom: 100px;
  width: 11vmax;
}
@media (max-width: 600px) {
  .china-flag,
  .iraq-flag {
    display: none;
  }
}
/* end news */
/* start about */
.about .map a {
  color: #000;
}
h6.text-white .icon-my-arrow-left {
  font-size: small;
}
.about .map a .icon-my-arrow-left,
.about .map a .icon-my-arrow-right {
  transition: 0.3s;
}
.about .map a:hover .icon-my-arrow-left {
  margin-right: 0.7rem !important;
}
.about .map a:hover .icon-my-arrow-right {
  margin-left: 0.7rem !important;
}
.about .china-mark,
.about .iraq-mark {
  position: absolute;
  width: 18%;
  top: 23px;
  right: 125px;
  animation: up-down-chian;
  animation-duration: 1.1s;
  animation-timing-function: ease-in-out;
  animation-direction: alternate;
  animation-iteration-count: infinite;
}
.about .iraq-mark {
  width: 9%;
  top: 85px;
  right: 77.5%;
  animation-name: up-down-iraq;
}
@keyframes up-down-iraq {
  to {
    top: 95px;
  }
}
@keyframes up-down-chian {
  to {
    top: 10px;
  }
}
.about-china,
.about-iraq {
  height: 100px;
  width: 130px;
  background-image: url(../images/bg-red-iraq.svg);
  background-size: cover;
  position: absolute;
  top: -10px;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 20;
}
.about-china {
  width: 140px;
  background-image: url(../images/bg-red-china.svg);
  top: 0;
  left: inherit;
  right: -10px;
}
@media (max-width: 576px) {
  html[lang="en"] .about-china {
    right: 0;
    width: 134px;
  }
}
@media (max-width: 553px) {
  .map-img {
    margin-top: 2rem !important;
  }
  .about-iraq {
    background-image: url(../images/bg-red-iraq-sm.svg);
  }
}
/* end about */
/* start founders */
.my-round {
  border-radius: 14px;
}
/*  */
.founders .bg-secondary {
  background-color: #686868 !important;
}
.founders .bg-dark {
  background-color: #262223 !important;
}
.founders .text-dark {
  color: #262223 !important;
}
/*  */
.founders .bg-light-red {
  background-color: #ea4039 !important;
}
.founders .bg-red {
  background-color: #c20d06 !important;
}
.founders .text-red {
  color: #c20d06 !important;
}
/*  */
.founders .bg-light-green {
  background-color: #14a748 !important;
}
.founders .bg-green {
  background-color: #075e26 !important;
}
.founders .text-green {
  color: #075e26 !important;
}
.founders p {
  line-height: 35px;
  text-align: center;
}
.founder-card {
  cursor: pointer;
}
.founder-card i {
  transition: 0.5s;
}
.founder-card:hover i {
  margin-left: 2.5rem !important;
}
#founder-modal {
  border-radius: 15px;
}
.modal li {
  margin: 10px 0;
}
#founder-modal div.bg-dark {
  background: #262223 !important;
}
/* .founder-modal ul {
  list-style-type: none;
}
.founder-modal ul > li {
  text-indent: -5px;
}
.founder-modal ul > li:before {
  content: "- ";
  text-indent: -5px;
} */

/* end founders */
/* start galary */
.galary {
  position: relative;
}
#gallery .carousel-item {
  min-height: 502px;
}
@media (max-width: 990px) {
  #gallery .carousel-item {
    /* min-height: 757.4px !important; */
  }
}
@media (max-width: 560px) {
  #gallery .carousel-item {
    /* min-height: 656.63px !important; */
  }
}
.china-flag-2 {
  position: absolute;
  left: 0;
  width: 30vmax;
}
.iraq-flag-2 {
  position: absolute;
  right: -20px;
  bottom: 10px;
  width: 30vmax;
}
@media (max-width: 956px) {
  .china-flag-2 {
    top: 3rem;
  }
  .iraq-flag-2 {
    bottom: 3rem;
  }
}
@media (min-width: 956px) {
  .china-flag-2,
  .iraq-flag-2 {
    position: absolute;
    left: 0;
    width: 28vmax;
  }
  .iraq-flag-2 {
    left: inherit;
    right: 0;
  }
}
.image-container .img-hover {
  cursor: pointer;
}
.img-img {
  position: absolute;
}
/* end galary */
/* start contact */
.contact {
  position: relative;
}
.china-flag-3 {
  position: absolute;
  right: 0px;
  top: 60px;
  width: 11vmax;
}
@media (max-width: 560px) {
  .china-flag-3 {
    position: absolute;
    right: 0px;
    top: 70px;
    width: 11vmax;
  }
}
.iraq-flag-3 {
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 11vmax;
}
.btn-send {
  background-color: #ea4039;
  border-radius: 10px;
}
.btn-send:hover {
  background-color: #ea3f39de;
}
.contact input,
.contact textarea,
.btn-send {
  font-size: small;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.281) !important;
}
/* end contact */
/* start footer */
footer {
  position: relative;
  background: #262223;
  margin-top: 100px;
  border-radius: 13px 13px 0 0;
  font-family: "Almarai", sans-serif !important;
}
footer img {
  width: 130px;
}
footer span {
  font-size: small;
}
footer .links a,
footer .links span {
  font-size: small;
  color: #fff;
  display: block;
  margin: 12px 0;
  text-decoration: none;
  transition: 0.15s;
}
footer a:hover {
  color: #ea4039 !important;
}
.managers span {
  margin: 7px 0 !important;
}
footer hr {
  width: 65%;
  background-color: #ea4039;
  height: 2px;
}
footer .line-up {
  position: absolute;
  width: 100%;
  height: 16px;
  margin: 0;
  top: -8px;
  background-color: #ea4039;
  opacity: 0.85;
  border-radius: 5px;
}
@media (min-width: 960px) {
  .copy-right {
    padding-left: 100px;
  }
}
@media (max-width: 500px) {
  .footer-title {
    font-size: 17px;
  }
}

/* news page */
.news-page .title {
  max-width: 170px;
  font-size: 1.4rem;
  font-weight: 500;
  opacity: 0.5;
  cursor: pointer;
  transition: 0.5s;
}
.news-page .title-active {
  font-weight: 700;
  font-size: 1.8rem;
  opacity: 1;
}
.news-card:not(.modal .news-card) {
  cursor: pointer;
}
@media (max-width: 500px) {
  .news-page .title {
    font-size: 1.1rem;
  }
  .news-page .title-active {
    font-size: 1.35rem;
  }
}

/* about page */
.about-page .title {
  max-width: 170px;
  font-size: 1.2rem;
  font-weight: 500;
  opacity: 0.5;
  cursor: pointer;
  transition: 0.5s;
}
.about-page .title-active {
  font-weight: 700;
  font-size: 1.6rem;
  opacity: 1;
}
@media (max-width: 500px) {
  .about-page .title {
    font-size: 0.7rem;
  }
  .about-page .title-active {
    font-size: 1rem;
  }
}
@media (max-width: 959px) {
  .china-galary .title {
    font-size: 1.3rem;
  }
}
/*  */
*:not(i) {
  font-family: "Almarai" !important;
}

/* english style */
html[lang="en"] {
  overflow-x: clip;
}

@media (min-width: 992px) {
  html[lang="en"] .mr-lg-5 {
    margin-left: 3rem !important;
    margin-right: inherit !important;
  }
}
html[lang="en"] .intro-text {
  padding-left: 8vw;
  padding-right: inherit;
}
html[lang="en"] .mr-auto {
  margin-left: auto !important;
  margin-right: inherit !important;
}
html[lang="en"] .ml-auto {
  margin-right: auto !important;
  margin-left: inherit !important;
}
html[lang="en"] .mr-3 {
  margin-right: auto !important;
  margin-left: 1rem !important;
}
html[lang="en"] .ml-5 {
  margin-right: 3rem !important;
  margin-left: inherit !important;
}
html[lang="en"] .mr-1 {
  margin-right: inherit !important;
  margin-left: 0.25rem !important;
}
html[lang="en"] .text-left {
  text-align: right !important;
}
html[lang="en"] .text-right {
  text-align: left !important;
}
html[lang="en"] .founder-card:hover i {
  margin-right: 2.5rem !important;
}
html[lang="en"] .iraq-flag-2,
html[lang="en"] .iraq-flag-2 {
  right: 0;
}
@media (max-width: 959px) {
  html[lang="en"] .title {
    /* width: 32%; */
    width: fit-content;
  }
}

@media (min-width: 959px) {
  html[lang="en"] .red-points.point-about {
    right: -9% !important;
  }
}

html[lang="en"] .english-font {
  font-size: 0.8rem;
}

html[lang="en"] button.close {
  right: 20px;
  left: auto;
}
html[lang="en"] .img-toggler {
  transform: scaleX(-1);
}
html[lang="en"] .china-flag-2 {
  top: 40px;
}
html[lang="en"] .iraq-flag {
  bottom: 0;
}
