/* ====================================== _____________ Variables Styles _____________ ====================================== */
/* ====================================== _____________ Variables Styles _____________ ====================================== */
/* ====================================== _____________ Mixin Styles _____________ ====================================== */
/* ====================================== _____________ Mixin Styles _____________ ====================================== */
/* ====================================== _____________ Classes Styles _____________ ====================================== */
.leftContainer {
  margin-left: auto;
  padding: 0 15px;
  padding-right: 0;
}
@media (max-width: 576px) {
  .leftContainer {
    width: 100%;
    padding-right: 15px;
    margin-left: auto;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .leftContainer {
    width: calc(668px + (100vw - 668px) / 2);
    padding-right: 15px;
    margin-left: auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .leftContainer {
    width: calc(856px + (100vw - 856px) / 2);
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .leftContainer {
    width: calc(1164px + (100vw - 1164px) / 2);
  }
}
@media (min-width: 1200px) {
  .leftContainer {
    width: calc(1400px + (100vw - 1400px) / 2);
  }
}

.rightContainer {
  margin-right: auto;
  padding: 0 15px;
  padding-left: 0;
  overflow: hidden;
}
@media (max-width: 576px) {
  .rightContainer {
    width: 100%;
    padding-left: 15px;
    margin-right: auto;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .rightContainer {
    width: calc(540px + (100vw - 540px) / 2);
    padding-left: 15px;
    margin-right: auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .rightContainer {
    width: calc(720px + (100vw - 720px) / 2);
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .rightContainer {
    width: calc(960px + (100vw - 960px) / 2);
  }
}
@media (min-width: 1200px) {
  .rightContainer {
    width: calc(1140px + (100vw - 1140px) / 2);
  }
}

.wave {
  position: absolute;
  bottom: -2px;
  width: 100%;
  z-index: 8;
}

.waveTop {
  top: 0;
  bottom: auto;
}

.mainTitle {
  color: #FFF;
  font-size: 2.5rem;
  text-transform: uppercase;
}

.secondTitle {
  color: #F8E8D0;
  font-size: 4rem;
  font-weight: 400;
  letter-spacing: 7px;
  position: relative;
}
.secondTitle::before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  background-color: #FF0000;
  width: 100%;
  height: 1px;
}
@media (max-width: 568px) {
  .secondTitle {
    font-size: 2.5rem;
  }
}

.mainDesc {
  color: #FFF;
  font-size: 0.9rem;
  text-transform: capitalize;
  font-weight: 100;
  margin-bottom: 0;
}

.secondDesc {
  color: #000;
  font-size: 0.9;
  font-weight: 100;
}

.whtColor {
  color: #fff !important;
}

.blkColor {
  color: #000 !important;
}

.whtBgColor {
  background-color: #fff !important;
}

.blkBgColor {
  background-color: #000 !important;
}

.font_light {
  font-weight: 300;
}

.font_regular {
  font-weight: normal;
}

.font_bold {
  font-weight: bold;
}

p,
.p {
  font-size: 0.95rem;
  font-weight: normal;
  color: #000;
  margin-bottom: 1rem;
}

a,
.a,
.link {
  font-size: 0.95rem;
  font-weight: normal;
  display: inline-block;
  margin-bottom: 0.5rem;
}

.img_cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.zoomIn {
  overflow: hidden;
  margin: 0;
  height: 100%;
  width: 100%;
}
.zoomIn img {
  transition: all 0.5s ease-in-out;
}
.zoomIn:hover img {
  transform: scale(1.05);
}

.zoomOut {
  overflow: hidden;
  margin: 0;
}
.zoomOut img {
  transition: all 0.5s ease-in-out;
}
.zoomOut:hover img {
  transform: scale(0.925);
}

.bold {
  font-weight: bold;
}

/* ====================================== _____________ Classes Styles _____________ ====================================== */
/* ====================================== _____________ Reset Styles _____________ ====================================== */
* {
  outline: 0 !important;
  box-shadow: none !important;
}

a,
a:hover {
  text-decoration: none;
  color: inherit;
}

button {
  border: none;
  background-color: transparent;
}

html {
  font-size: 100%;
  scroll-behavior: smooth;
  overflow-x: hidden;
}
@media (max-width: 576px) {
  html {
    font-size: 85%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  html {
    font-size: 88%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  html {
    font-size: 90%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  html {
    font-size: 95%;
  }
}
@media (min-width: 1200px) {
  html {
    font-size: 100%;
  }
}

body {
  font-size: 1rem;
  font-weight: 400;
  font-family: "Cinzel";
  overflow-x: hidden;
  background-color: #1E1E1E;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 576px) {
  .container {
    max-width: 700px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 900px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 1200px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1400px;
  }
}
.cd-timeline__content h2 {
  color: #654932;
  font-size: 2.25rem;
  font-weight: 400;
  margin-bottom: 1rem;
}

.cd-timeline__content p {
  color: #1E1E1E;
  font-family: "Cairo";
  font-size: 1rem;
  font-weight: 200;
}

.cd-timeline__container::before {
  opacity: 0.1;
  background: #1E1E1E;
  width: 1px;
}

/* ====================================== _____________ Reset Styles _____________ ====================================== */
@font-face {
  font-family: "Cinzel";
  src: url("fonts/Cinzel-Bold.eot");
  src: url("fonts/Cinzel-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/Cinzel-Bold.woff2") format("woff2"), url("fonts/Cinzel-Bold.woff") format("woff"), url("fonts/Cinzel-Bold.ttf") format("truetype"), url("fonts/Cinzel-Bold.svg#Cinzel-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cinzel";
  src: url("fonts/Cinzel-Black.eot");
  src: url("fonts/Cinzel-Black.eot?#iefix") format("embedded-opentype"), url("fonts/Cinzel-Black.woff2") format("woff2"), url("fonts/Cinzel-Black.woff") format("woff"), url("fonts/Cinzel-Black.ttf") format("truetype"), url("fonts/Cinzel-Black.svg#Cinzel-Black") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cinzel Decorative";
  src: url("fonts/CinzelDecorative-Bold.eot");
  src: url("fonts/CinzelDecorative-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/CinzelDecorative-Bold.woff2") format("woff2"), url("fonts/CinzelDecorative-Bold.woff") format("woff"), url("fonts/CinzelDecorative-Bold.ttf") format("truetype"), url("fonts/CinzelDecorative-Bold.svg#CinzelDecorative-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cinzel Decorative";
  src: url("fonts/CinzelDecorative-Black.eot");
  src: url("fonts/CinzelDecorative-Black.eot?#iefix") format("embedded-opentype"), url("fonts/CinzelDecorative-Black.woff2") format("woff2"), url("fonts/CinzelDecorative-Black.woff") format("woff"), url("fonts/CinzelDecorative-Black.ttf") format("truetype"), url("fonts/CinzelDecorative-Black.svg#CinzelDecorative-Black") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cinzel Decorative";
  src: url("fonts/CinzelDecorative-Regular.eot");
  src: url("fonts/CinzelDecorative-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/CinzelDecorative-Regular.woff2") format("woff2"), url("fonts/CinzelDecorative-Regular.woff") format("woff"), url("fonts/CinzelDecorative-Regular.ttf") format("truetype"), url("fonts/CinzelDecorative-Regular.svg#CinzelDecorative-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cinzel";
  src: url("fonts/Cinzel-Regular.eot");
  src: url("fonts/Cinzel-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/Cinzel-Regular.woff2") format("woff2"), url("fonts/Cinzel-Regular.woff") format("woff"), url("fonts/Cinzel-Regular.ttf") format("truetype"), url("fonts/Cinzel-Regular.svg#Cinzel-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cairo";
  src: url("fonts/Cairo-Bold.eot");
  src: url("fonts/Cairo-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/Cairo-Bold.woff2") format("woff2"), url("fonts/Cairo-Bold.woff") format("woff"), url("fonts/Cairo-Bold.ttf") format("truetype"), url("fonts/Cairo-Bold.svg#Cairo-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cairo";
  src: url("fonts/Cairo-ExtraLight.eot");
  src: url("fonts/Cairo-ExtraLight.eot?#iefix") format("embedded-opentype"), url("fonts/Cairo-ExtraLight.woff2") format("woff2"), url("fonts/Cairo-ExtraLight.woff") format("woff"), url("fonts/Cairo-ExtraLight.ttf") format("truetype"), url("fonts/Cairo-ExtraLight.svg#Cairo-ExtraLight") format("svg");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cairo";
  src: url("fonts/Cairo-Black.eot");
  src: url("fonts/Cairo-Black.eot?#iefix") format("embedded-opentype"), url("fonts/Cairo-Black.woff2") format("woff2"), url("fonts/Cairo-Black.woff") format("woff"), url("fonts/Cairo-Black.ttf") format("truetype"), url("fonts/Cairo-Black.svg#Cairo-Black") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cairo";
  src: url("fonts/Cairo-Light.eot");
  src: url("fonts/Cairo-Light.eot?#iefix") format("embedded-opentype"), url("fonts/Cairo-Light.woff2") format("woff2"), url("fonts/Cairo-Light.woff") format("woff"), url("fonts/Cairo-Light.ttf") format("truetype"), url("fonts/Cairo-Light.svg#Cairo-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cairo";
  src: url("fonts/Cairo-Regular.eot");
  src: url("fonts/Cairo-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/Cairo-Regular.woff2") format("woff2"), url("fonts/Cairo-Regular.woff") format("woff"), url("fonts/Cairo-Regular.ttf") format("truetype"), url("fonts/Cairo-Regular.svg#Cairo-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cairo";
  src: url("fonts/Cairo-SemiBold.eot");
  src: url("fonts/Cairo-SemiBold.eot?#iefix") format("embedded-opentype"), url("fonts/Cairo-SemiBold.woff2") format("woff2"), url("fonts/Cairo-SemiBold.woff") format("woff"), url("fonts/Cairo-SemiBold.ttf") format("truetype"), url("fonts/Cairo-SemiBold.svg#Cairo-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
/* ====================================== _____________ Global Styles _____________ ====================================== */
.investorRelations {
  background: white;
  padding: 30px 0;
}
.investorRelations .nav-container {
  background-color: #f8f8f8;
  padding: 10px 0;
  border-bottom: 2px solid #333;
}
.investorRelations_tabs {
  display: flex;
  padding: 0 15px;
  flex-wrap: wrap;
  justify-content: start;
}
@media (max-width: 568px) {
  .investorRelations_tabs {
    display: block;
  }
}
.investorRelations_tabs_tab {
  margin: 0 15px;
  color: #555;
  padding: 10px 20px;
  display: block;
  transition: all 0.3s ease;
  text-align: center;
  cursor: pointer;
  margin-bottom: 5px;
}
.investorRelations_tabs_tab:hover, .investorRelations_tabs_tab.active {
  background: #654932;
  color: white;
  border-radius: 5px;
}

/* ====================================== _____________ Global Styles _____________ ====================================== */
/* ====================================== _____________ Header Styles _____________ ====================================== */
header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  z-index: 9;
  background: rgba(30, 30, 30, 0.6);
  backdrop-filter: blur(50px);
}
header nav {
  padding: 1rem !important;
  background-color: none !important;
}
header nav .navbar-brand {
  margin-bottom: 0;
  margin-right: 0;
}
header nav .nav-item {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
header nav .nav-item.active .nav-link, header nav .nav-item:hover .nav-link {
  font-weight: bold;
}
@media (min-width: 992px) and (max-width: 1400px) {
  header nav .nav-item {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
}
@media (max-width: 991px) {
  header nav .nav-item {
    padding-right: 0 !important;
    padding-left: 0 !important;
    padding-bottom: 10px;
  }
}
header nav .nav-link {
  color: white !important;
  font-size: 1rem;
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 0 !important;
}
@media (min-width: 992px) and (max-width: 1400px) {
  header nav .nav-link {
    padding: 0 !important;
    font-size: 0.8rem;
    margin-bottom: 0 !important;
  }
  header nav .nav-link.mainButton {
    font-size: 0.8rem !important;
  }
}
header nav .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
  background-image: url("../img/global/arrow.svg");
  width: 10px;
  height: 10px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
header nav .dropdown-menu {
  padding: 1rem;
  background-color: #f8e8d0;
  padding: 16px;
  border-radius: 12px;
  background: rgba(248, 232, 208, 0.9);
  backdrop-filter: blur(42px);
  min-width: 20rem;
}
header nav .dropdown-menu .dropdown-item {
  color: #654932;
  font-size: 1rem;
  font-weight: 400;
  text-transform: uppercase;
  padding-left: 0;
  padding-right: 0;
  border-bottom: 1px solid #B6B6B6;
  padding-bottom: 0.75rem;
  display: flex;
  align-items: center;
}
header nav .dropdown-menu .dropdown-item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
header nav .dropdown-menu .dropdown-item span {
  transition: all 0.3s ease-in-out;
  display: block;
}
header nav .dropdown-menu .dropdown-item::before {
  content: "";
  background-image: url("../img/global/goldArrow.svg");
  width: 10px;
  height: 10px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
header nav .dropdown-menu .dropdown-item::marker {
  display: none;
}
header nav .dropdown-menu .dropdown-item:hover {
  background-color: transparent;
}
header nav .dropdown-menu .dropdown-item:hover span {
  transform: translateX(15px);
}
header nav .dropdown-menu .dropdown-item:hover::before {
  opacity: 1;
}
@media (max-width: 991px) {
  header nav .navbar-collapse {
    margin-top: 1rem;
  }
}
@media (max-width: 991px) {
  header nav .calls {
    gap: 15px;
  }
  header nav .calls .nav-item:first-of-type .nav-link {
    padding-inline-start: 0 !important;
  }
}

/* ====================================== _____________ Header Styles _____________ ====================================== */
/* ====================================== _____________ Footer Styles _____________ ====================================== */
.footer {
  border-top: 1px solid rgba(248, 232, 208, 0.7);
  padding: 100px 0;
}
@media (max-width: 991px) {
  .footer {
    padding: 60px 0;
  }
}
.footer_content_logo {
  margin-bottom: 2rem;
}
.footer_content_desc {
  font-weight: 400;
  font-size: 1rem;
  color: white;
}
.footer_links_title {
  font-weight: 700;
  font-size: 1.1rem;
  text-transform: uppercase;
  color: white;
  margin-bottom: 0.85rem;
}
.footer_links_item_link {
  font-weight: 400;
  font-size: 1rem;
  text-transform: uppercase;
  color: white;
  opacity: 60%;
  transition: all 0.3s ease-in-out;
}
.footer_links_item_link:hover {
  opacity: 100%;
  font-weight: bold;
  color: white;
}
.footer_links_item_link img {
  width: 24px;
  max-width: 24px;
  object-fit: contain;
  height: 24px;
}
.footer_links_item_link span {
  padding-inline-start: 10px;
}
.footer_links_item_title {
  color: #F8E8D0;
  font-family: "Cairo";
  font-size: 1rem;
  font-weight: 400;
}
.footer_contactUsList .footer_links_item {
  padding-inline-start: 1.5rem;
  border-inline-start: 1px solid white;
}
.footer_contactUsList .footer_links_item .footer_links_item_link {
  color: #FFF;
  font-family: "Cairo";
  font-size: 1rem;
  font-weight: 300;
  text-transform: capitalize;
}
.footer_contactUsList .footer_links_item .footer_links_item_link:hover {
  font-weight: 300;
}
.footer_contactUsList .footer_links_item .footer_links_item_link span {
  padding: 0;
}
.footer_contactUsList .footer_links_item:last-of-type .footer_links_item_link {
  margin-bottom: 0;
}

.email-container {
  display: flex;
  align-items: center;
  background: #f5f5f5;
  border-radius: 50px;
  overflow: hidden;
  width: 100%;
  padding: 5px 0;
}

.email-container input {
  flex: 1;
  border: none;
  padding: 12px;
  font-size: 0.85rem;
  outline: none;
  color: black;
  font-family: "Cairo";
  background-color: transparent;
}

.email-container button {
  background: #1E1E1E;
  padding: 12px 20px;
  cursor: pointer;
  border-radius: 50px;
  margin-right: 5px;
}

.email-container button button {
  width: 14px;
  height: 12px;
}

.copyright {
  background-color: #000000;
  padding: 1rem 0;
}
@media (max-width: 568px) {
  .copyright {
    text-align: center;
  }
}
.copyright p {
  font-family: "Cairo";
  font-weight: 300;
  font-size: 0.85rem;
  color: white;
  margin-bottom: 0;
  opacity: 90%;
}
.copyright .icon {
  font-weight: 300;
  font-size: 0.85rem;
  color: white;
  margin-bottom: 0;
  opacity: 90%;
}
.copyright a {
  margin-bottom: 0;
}
.copyright a img {
  width: 60px;
  padding-inline-start: 7px;
  margin-top: -5px;
}

/* ====================================== _____________ Footer Styles _____________ ====================================== */
/* ====================================== _____________ Forms Styles _____________ ====================================== */
/* ====================================== _____________ Forms Styles _____________ ====================================== */
/* ====================================== _____________ Buttons Styles _____________ ====================================== */
.mainButton {
  display: inline-flex;
  padding: 0.5rem 1rem;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 4px;
  background: #F8E8D0;
  color: black !important;
  transition: all 0.3s ease-in-out;
  border: 1px solid transparent;
  font-size: 1.1rem;
}
.mainButton:hover {
  background-color: transparent;
  color: white !important;
  border: 1px solid white;
}

.darkButton {
  display: inline-flex;
  padding: 0.5rem 1rem;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 4px;
  background: #1E1E1E;
  color: white !important;
  transition: all 0.3s ease-in-out;
  border: 1px solid transparent;
}
.darkButton:hover {
  background-color: transparent;
  color: #1E1E1E !important;
  border: 1px solid #1E1E1E;
}

.goldButton {
  display: inline-flex;
  padding: 0.5rem 1rem;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 4px;
  background: #654932;
  color: white !important;
  transition: all 0.3s ease-in-out;
  border: 1px solid transparent;
}
.goldButton:hover {
  background-color: transparent;
  color: #654932 !important;
  border: 1px solid #654932;
}

@media (min-width: 992px) and (max-width: 1400px) {
  header .mainButton {
    font-size: 0.8rem !important;
    padding: 0.5rem 0.75rem;
  }
}

/* ====================================== _____________ Buttons Styles _____________ ====================================== */
/* ====================================== _____________ Slider Styles _____________ ====================================== */
.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  font-size: 18px;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .swiper-slide {
    align-items: start;
  }
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  opacity: 0.1;
  background: #FFF;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  margin: 0 5px;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  background: #F8E8D0;
  width: 16px;
}

.swiper-button-next,
.swiper-button-prev {
  width: 22px;
  height: 22px;
  margin-top: 0;
  color: white;
  top: auto;
  bottom: 2%;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 5%;
  right: auto;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 5%;
  left: auto;
}

/* ====================================== _____________ Slider Styles _____________ ====================================== */
/* ====================================== _____________ cards Styles _____________ ====================================== */
/* ====================================== _____________ cards Styles _____________ ====================================== */
/* _____________ start banner Styles _____________ */
.banner {
  height: 100vh;
  color: #F8E8D0;
  display: flex;
  align-items: center;
}
.banner .swiper {
  height: 73%;
  border-radius: 10px;
}
@media (max-width: 991px) {
  .banner {
    height: 60vh;
  }
  .banner .swiper {
    height: 60%;
  }
}
.banner_slide {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}
.banner_slide_img {
  position: relative;
  z-index: -1;
  object-position: bottom;
  border-radius: 10px;
  height: 100%;
  width: 100%;
  object-fit: fill !important;
}
.banner_slide_content {
  padding: 0 2rem;
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}
.banner_slide_content span {
  margin-bottom: 0.8rem;
  display: block;
}
.banner_slide_content_title {
  color: #F8E8D0;
  font-size: 4rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .banner_slide_content_title {
    font-size: 2rem;
  }
}
.banner_slide_content_desc {
  color: #F8E8D0;
  font-size: 1.25rem;
  margin-bottom: 2rem;
}
.banner_slide_content .mainButton {
  padding: 0.85rem 3.4rem;
}
.banner .swiper-horizontal > .swiper-pagination-bullets,
.banner .swiper-pagination-bullets.swiper-pagination-horizontal,
.banner .swiper-pagination-custom,
.banner .swiper-pagination-fraction {
  bottom: 30%;
  text-align: start;
  padding: 0 2rem;
}
.banner .swiper-slide-active span {
  animation-duration: 1.3s;
  animation-fill-mode: both;
  animation-name: fadeInUp;
}
.banner .swiper-slide-active .banner_slide_content_title {
  animation-duration: 1.3s;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.5s;
}
.banner .swiper-slide-active p {
  animation-duration: 1.3s;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 1s;
}
.banner .swiper-slide-active a {
  animation-duration: 1.3s;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 1.5s;
}
.banner .swiper-slide-active a {
  animation-duration: 1.3s;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 1.5s;
}
.banner_scroll {
  position: absolute;
  bottom: -50px;
  width: 100%;
  color: white;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .banner_scroll {
    bottom: -70px;
  }
}
.banner_scroll a {
  margin-bottom: 0;
}
.banner_scroll p {
  margin-bottom: 0;
  color: white;
  padding-inline-end: 2rem;
}
@media (max-width: 568px) {
  .banner_scroll p {
    padding-inline-end: 2.4rem;
  }
}

/* _____________ end banner Styles _____________ */
/* _____________ start internalBanner Styles _____________ */
.internalBanner {
  position: relative;
}
.internalBanner::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 100%);
}
.internalBanner_img {
  height: 600px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .internalBanner_img {
    height: 350px;
  }
}
.internalBanner_title {
  color: #FFF;
  font-size: 4.75rem;
  font-weight: 700;
  line-height: 100px;
  position: absolute;
  bottom: 0;
  margin-bottom: 0;
  padding-inline-start: 15px;
}
@media (max-width: 768px) {
  .internalBanner_title {
    font-size: 5rem;
    line-height: 67px;
  }
}
@media (max-width: 568px) {
  .internalBanner_title {
    font-size: 3rem;
    line-height: 67px;
  }
}
.internalBanner_title.aboutTitle {
  font-size: 4.75rem;
}
.internalBanner_content {
  padding: 194px 0 78px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .internalBanner_content {
    padding: 174px 0 58px;
  }
}
@media (max-width: 768px) {
  .internalBanner_content {
    padding: 160px 0 40px;
  }
}
.internalBanner_content_logo {
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .internalBanner_content_logo {
    width: 250px;
  }
}
.internalBanner_content_desc {
  color: #FFF;
  font-size: 1rem;
  font-weight: 400;
}
.internalBanner_content .mainButton {
  width: 236px;
  height: 48px;
}
.internalBanner_content .bottom {
  display: flex;
  padding: 16px 32px 14px 32px;
  justify-content: space-between;
  gap: 10px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(32px);
  width: 100%;
}
.internalBanner_content .bottom a {
  color: #FFF;
  font-size: 1rem;
  font-weight: 400;
  opacity: 0.5;
}
.internalBanner_content .bottom a.active, .internalBanner_content .bottom a:hover {
  opacity: 1;
}
.internalBanner_content_details {
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(32px);
  width: 400px;
  margin-inline-start: auto;
}
@media (max-width: 768px) {
  .internalBanner_content_details {
    margin-inline-end: auto;
    margin-inline-start: 0;
  }
}
@media (max-width: 768px) {
  .internalBanner_content_details {
    width: 100%;
  }
}
.internalBanner_content_details_title {
  color: #FFF;
  font-size: 24px;
  font-weight: 400;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 32px;
}
.internalBanner_content_details ul {
  padding: 32px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 28px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
}
.internalBanner_content_details ul:last-of-type {
  border-bottom: none;
}
.internalBanner_content_details ul li {
  border-inline-start: 1px solid rgba(255, 255, 255, 0.5);
  padding-inline-start: 12px;
  display: flex;
  gap: 6px;
  margin-bottom: 30px;
  flex: 0 0 50%;
  width: 50%;
  color: white;
  font-family: "Cairo";
}
.internalBanner_content_details ul li:last-of-type {
  margin-bottom: 0;
}
.internalBanner_content_details ul li:nth-last-of-type(2) {
  margin-bottom: 0;
}
.internalBanner_content_details ul li span {
  color: #FFF;
  font-size: 1rem;
  font-weight: 400;
}
.internalBanner_content_details ul.secontList {
  display: block;
  width: 100%;
}
.internalBanner_content_details ul.secontList li {
  font-weight: 300;
  display: block;
  width: 100%;
}
.internalBanner_content_details ul.secontList li span {
  font-weight: 300;
}
.internalBanner_content_details ul.secontList li span p {
  font-weight: 500;
  color: white;
  display: inline-block;
  margin-bottom: 0;
}

/* _____________ end internalBanner Styles _____________ */
/* _____________ start title Styles _____________ */
.mainTitle {
  color: #654932;
  font-size: 2.75rem;
  font-weight: 400;
}

/* _____________ end title Styles _____________ */
/*===== Vertical Timeline =====*/
#conference-timeline {
  position: relative;
}
@media (max-width: 992px) {
  #conference-timeline {
    max-width: 900px;
    padding: 0 15px;
    margin: auto;
  }
}
#conference-timeline::before {
  content: "";
  position: absolute;
  left: 50%;
  height: 100%;
  width: 1px;
  opacity: 0.1;
  background: #1E1E1E;
  top: 1%;
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  #conference-timeline::before {
    display: none;
  }
}
#conference-timeline .small {
  width: 302px;
  height: 305px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  #conference-timeline .small {
    width: 270px;
    height: 270px;
    right: auto;
    left: 41px;
  }
}
@media (max-width: 768px) {
  #conference-timeline .small {
    width: 170px;
    height: 170px;
  }
}
#conference-timeline .large {
  width: 615px;
  height: 490px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  #conference-timeline .large {
    width: 450px;
    height: 400px;
  }
}
@media (max-width: 768px) {
  #conference-timeline .large {
    width: 100%;
  }
}

#conference-timeline .timeline-start,
#conference-timeline .timeline-end {
  display: table;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
  background: #00b0bd;
  padding: 15px 23px;
  color: #fff;
  max-width: 5%;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}

#conference-timeline .conference-timeline-content {
  padding-top: 67px;
  padding-bottom: 67px;
}
@media (max-width: 768px) {
  #conference-timeline .conference-timeline-content {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.timeline-article {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin-bottom: 100px;
}
.timeline-article:nth-of-type(even) .content-left-container {
  order: 2;
  padding: 0 15px;
}
@media (max-width: 991px) {
  .timeline-article:nth-of-type(even) .content-left-container {
    margin-top: 5rem;
  }
}
@media (max-width: 768px) {
  .timeline-article:nth-of-type(even) .content-left-container {
    margin-top: 3rem;
  }
}
@media (min-width: 992px) {
  .timeline-article:nth-of-type(even) .content-left-container {
    margin-left: auto;
    padding: 0 15px;
    padding-right: 0;
  }
}
@media (min-width: 992px) and (max-width: 576px) {
  .timeline-article:nth-of-type(even) .content-left-container {
    width: 100%;
    padding-right: 15px;
    margin-left: auto;
  }
}
@media (min-width: 992px) and (min-width: 576px) and (max-width: 767px) {
  .timeline-article:nth-of-type(even) .content-left-container {
    width: calc(668px + (100vw - 668px) / 2);
    padding-right: 15px;
    margin-left: auto;
  }
}
@media (min-width: 992px) and (min-width: 768px) and (max-width: 991px) {
  .timeline-article:nth-of-type(even) .content-left-container {
    width: calc(856px + (100vw - 856px) / 2);
  }
}
@media (min-width: 992px) and (min-width: 992px) and (max-width: 1199px) {
  .timeline-article:nth-of-type(even) .content-left-container {
    width: calc(1164px + (100vw - 1164px) / 2);
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .timeline-article:nth-of-type(even) .content-left-container {
    width: calc(1400px + (100vw - 1400px) / 2);
  }
}
@media (min-width: 992px) {
  .timeline-article:nth-of-type(even) .content-left-container .content-left {
    width: 70%;
  }
}
.timeline-article:nth-of-type(even) .content-right-container {
  order: 1;
}
.timeline-article:nth-of-type(even) .content-right-container .content-right {
  text-align: start;
}
@media (max-width: 768px) {
  .timeline-article:nth-of-type(even) .content-right-container .content-right {
    margin-top: 7rem;
  }
}
.timeline-article:nth-of-type(even) .content-right-container .content-right .small {
  left: 41px;
  top: -110px;
}
@media (max-width: 768px) {
  .timeline-article:nth-of-type(even) .content-right-container .content-right .small {
    top: -60px;
  }
}
.timeline-article:nth-of-type(odd) .content-left-container {
  order: 1;
  padding: 0 15px;
}
@media (max-width: 991px) {
  .timeline-article:nth-of-type(odd) .content-left-container {
    margin-top: 10rem;
    margin-bottom: 3rem;
  }
}
@media (min-width: 992px) {
  .timeline-article:nth-of-type(odd) .content-left-container {
    margin-left: auto;
    padding-right: 0;
  }
}
@media (min-width: 992px) and (max-width: 576px) {
  .timeline-article:nth-of-type(odd) .content-left-container {
    width: 100%;
    padding-right: 15px;
    margin-left: auto;
  }
}
@media (min-width: 992px) and (min-width: 576px) and (max-width: 767px) {
  .timeline-article:nth-of-type(odd) .content-left-container {
    width: calc(668px + (100vw - 668px) / 2);
    padding-right: 15px;
    margin-left: auto;
  }
}
@media (min-width: 992px) and (min-width: 768px) and (max-width: 991px) {
  .timeline-article:nth-of-type(odd) .content-left-container {
    width: calc(856px + (100vw - 856px) / 2);
  }
}
@media (min-width: 992px) and (min-width: 992px) and (max-width: 1199px) {
  .timeline-article:nth-of-type(odd) .content-left-container {
    width: calc(1164px + (100vw - 1164px) / 2);
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .timeline-article:nth-of-type(odd) .content-left-container {
    width: calc(1400px + (100vw - 1400px) / 2);
  }
}
@media (min-width: 992px) {
  .timeline-article:nth-of-type(odd) .content-left-container .content-left {
    width: 70%;
  }
}
.timeline-article:nth-of-type(odd) .content-right-container {
  order: 2;
}
.timeline-article:nth-of-type(odd) .content-right-container .content-right {
  text-align: end;
}
@media (max-width: 768px) {
  .timeline-article:nth-of-type(odd) .content-right-container .content-right {
    margin-top: 3rem;
  }
}
.timeline-article:nth-of-type(odd) .content-right-container .content-right .small {
  right: 41px;
  bottom: -110px;
}
@media (max-width: 991px) {
  .timeline-article:nth-of-type(odd) .content-right-container .content-right {
    text-align: start;
  }
}
@media (max-width: 991px) {
  .timeline-article {
    flex-direction: column;
    margin-bottom: 25px;
  }
  .timeline-article:last-of-type {
    margin-bottom: 0;
  }
  .timeline-article .content-left-container {
    order: 3 !important;
  }
  .timeline-article .content-right-container {
    order: 2 !important;
    width: 100%;
  }
}

@media (min-width: 991px) {
  .timeline-article .content-left-container,
  .timeline-article .content-right-container {
    max-width: 44% !important;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .timeline-article .content-right {
    margin-top: 5rem;
  }
}

.timeline-article .content-right .small {
  position: absolute;
}

.timeline-article .content-left,
.timeline-article .content-right {
  position: relative;
  width: auto;
}

.timeline-article p {
  color: #1E1E1E;
  font-family: "Cairo";
  font-size: 1rem;
  font-weight: 200;
}

.timeline-article .article-number {
  color: #654932;
  font-size: 2.25rem;
  font-weight: 400;
  margin-bottom: 1rem;
}

.timeline-article .meta-date {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  color: #000;
  font-size: 3rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .timeline-article .meta-date {
    position: relative;
    left: auto;
    transform: none;
    text-align: center;
    top: auto;
  }
}

.timeline-article .meta-date .date {
  display: block;
  text-align: center;
  font-weight: 900;
}

.timeline-article .meta-date .date {
  font-size: 30px;
  line-height: 40px;
}

/* _____________ start projectModal Styles _____________ */
.modal-dialog {
  max-width: 1200px;
}
@media (max-width: 1200px) {
  .modal-dialog {
    max-width: 850px;
  }
}
@media (max-width: 991px) {
  .modal-dialog {
    max-width: 600px;
  }
}

.projectModal {
  padding: 60px;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(50px);
}
@media (max-width: 1200px) {
  .projectModal {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .projectModal {
    padding: 20px;
  }
}
.projectModal_title {
  color: #F8E8D0;
  font-size: 2.75rem;
  font-weight: 400;
  margin-bottom: 24px;
}
.projectModal_title2 {
  color: #FFF;
  font-family: "Cairo";
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 24px;
}
.projectModal_desc {
  color: #FFF;
  font-family: "Cairo";
  font-size: 1.25rem;
  font-weight: 300;
}
.projectModal_title3 {
  color: #FFF;
  font-family: "Cairo";
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
}
.projectModal_list_item {
  color: #FFF;
  font-family: "Cairo";
  font-size: 1.25rem;
  font-weight: 300;
}
.projectModal_desc2 {
  color: #FFF;
  font-family: "Cairo";
  font-size: 1.25rem;
  font-weight: 400;
  margin-bottom: 0;
}

/* _____________ end projectModal Styles _____________ */
/* ====================================== _____________ Home Page Styles _____________ ====================================== */
/* _____________ start partnerships Styles _____________ */
.partnerships {
  padding: 100px 0;
  background-color: white;
}
@media (max-width: 991px) {
  .partnerships {
    padding: 60px 0;
  }
}
.partnerships_content_title {
  margin-bottom: 3rem;
}
.partnerships_content_largeLogo {
  width: 520px;
}
@media (max-width: 991px) {
  .partnerships_content_largeLogo {
    width: 80%;
  }
}
.partnerships_content_logos {
  display: flex;
  flex-wrap: wrap;
  gap: 34px;
}
.partnerships_content_logos_logo {
  width: 46%;
  flex: 0 0 46%;
  border-radius: 12px;
  border: 1px solid #AFACAC;
  display: flex;
  padding: 35px 30px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  height: 140px;
}
@media (max-width: 1200px) {
  .partnerships_content_logos_logo {
    width: 45%;
    flex: 0 0 45%;
  }
}
.partnerships_content_logos_logo img {
  width: 100%;
  object-fit: contain;
}

/* _____________ end partnerships Styles _____________ */
/* _____________ start whoWeAre Styles _____________ */
.whoWeAre {
  padding: 100px 0;
  background-color: white;
  background-image: url("../img/homepage/about-us/pattern.png");
  background-size: contain;
  background-position: left;
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  .whoWeAre {
    padding: 60px 0;
    background-size: cover;
  }
}
.whoWeAre_content_title {
  margin-bottom: 1rem;
  margin-top: 0.5rem;
}
.whoWeAre_content_smallTtile {
  color: #1E1E1E;
  font-size: 1.5rem;
  font-weight: 300;
  font-family: "Cairo";
}
.whoWeAre_content_desc {
  color: #1E1E1E;
  font-size: 1rem;
  font-weight: 200;
  font-family: "Cairo";
}
.whoWeAre_content .darkButton {
  padding: 0.85rem 3.4rem;
  margin-top: 1rem;
}
.whoWeAre_content_count {
  text-align: center;
  width: 100%;
}
.whoWeAre_content_count_number {
  color: #1E1E1E;
  font-weight: 400;
  font-size: 3.125rem;
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
}
.whoWeAre_content_count_number.cairo {
  font-family: "Cairo";
  font-size: 20px;
}
.whoWeAre_content_count_number.cairo span {
  font-family: "Cinzel";
  font-size: 3.125rem;
}
.whoWeAre_content_count_number span {
  font-family: "Cinzel";
}
.whoWeAre_content_count_title {
  color: #787676;
  font-size: 1.25rem;
  font-weight: 400;
}

/* _____________ end whoWeAre Styles _____________ */
/* _____________ start mediaCenter Styles _____________ */
.mediaCenter {
  background: #654932;
  padding: 100px 0;
}
@media (max-width: 991px) {
  .mediaCenter {
    padding: 60px 0;
  }
}
.mediaCenter .mySwiper {
  margin-top: 3rem;
}
.mediaCenter .mySwiper,
.mediaCenter .swiper-wrapper {
  height: auto;
}
.mediaCenter_slide_img {
  border-radius: 0 12px 12px 0;
  border: 3px solid rgba(248, 232, 208, 0.7);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
  object-fit: cover;
  height: auto !important;
}
@media (min-width: 1200px) {
  .mediaCenter_slide_img {
    height: 430px !important;
  }
}
@media (max-width: 991px) {
  .mediaCenter_slide_img {
    border-radius: 12px 12px 0 0;
  }
}
.mediaCenter .swiper-slide-active .mediaCenter_slide_content_title {
  animation-duration: 1.3s;
  animation-fill-mode: both;
  animation-name: fadeInUp;
}
.mediaCenter .swiper-slide-active .mediaCenter_slide_content_desc {
  animation-duration: 1.3s;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.5s;
}
.mediaCenter .swiper-slide-active .darkButton {
  animation-duration: 1.3s;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 1s;
}

.projects {
  padding: 80px 0;
}
@media (max-width: 991px) {
  .projects {
    padding: 60px 0;
  }
}
.projects_newHelipolis {
  margin-top: 4rem;
}
.projects_newHelipolis .mySwiper .swiper-pagination {
  bottom: 3% !important;
}
@media (max-width: 768px) {
  .projects_newHelipolis .mySwiper {
    height: 110%;
  }
}
@media (max-width: 568px) {
  .projects_newHelipolis .mySwiper {
    height: auto;
    padding-bottom: 5rem;
  }
  .projects_newHelipolis .mySwiper .swiper-wrapper {
    height: auto;
  }
}
.projects_newHelipolis.capitalGardens {
  display: none;
}
.projects_slide {
  height: 100%;
  width: 100%;
}
.projects_slide_content {
  border: 3px solid rgba(248, 232, 208, 0.6980392157);
}
@media (min-width: 992px) {
  .projects_slide_img {
    height: 530px !important;
    border-radius: 12px;
  }
}
@media (max-width: 991px) {
  .projects_slide_img {
    height: auto !important;
    border-radius: 12px 12px 0 0 !important;
  }
}

.mediaCenter .mainTitle,
.projects .mainTitle {
  color: #F8E8D0;
  margin-bottom: 0;
}
.mediaCenter_tab,
.projects_tab {
  color: #AFACAC;
  font-size: 1rem;
  font-weight: 400;
  opacity: 50%;
  position: relative;
}
.mediaCenter_tab::before,
.projects_tab::before {
  content: "";
  width: 13px;
  height: 3px;
  border-radius: 10px;
  position: absolute;
  background: #F8E8D0;
  bottom: -5;
  display: none;
}
.mediaCenter_tab.active,
.projects_tab.active {
  opacity: 100%;
  color: white;
  font-weight: bold;
}
.mediaCenter_tab.active::before,
.projects_tab.active::before {
  display: block;
}
.mediaCenter .events,
.projects .events {
  display: none;
}
@media (min-width: 1200px) {
  .mediaCenter_slide_img,
  .projects_slide_img {
    border-radius: 12px;
  }
}
.mediaCenter_slide_content,
.projects_slide_content {
  border-radius: 12px 0 0 12px;
  background: #FFF;
  box-shadow: 0 3.386px 21.163px 0 rgba(0, 0, 0, 0.1) !important;
  padding: 30px;
}
@media (min-width: 992px) {
  .mediaCenter_slide_content,
  .projects_slide_content {
    height: 80%;
  }
}
@media (max-width: 991px) {
  .mediaCenter_slide_content,
  .projects_slide_content {
    border-radius: 0 0 12px 12px;
  }
}
.mediaCenter_slide_content_img,
.projects_slide_content_img {
  width: 292px !important;
  height: 51px !important;
  margin-bottom: 2rem;
  object-fit: contain !important;
  object-position: left;
}
.mediaCenter_slide_content_title,
.projects_slide_content_title {
  color: #1E1E1E;
  font-family: "Cairo";
  font-size: 1.5rem;
  font-weight: 400;
  margin-bottom: 1rem;
}
.mediaCenter_slide_content_desc,
.projects_slide_content_desc {
  color: #1E1E1E;
  font-family: "Cairo";
  font-size: 1rem;
  font-weight: 300;
  margin-bottom: 2rem;
}
.mediaCenter_slide_content_date,
.projects_slide_content_date {
  color: #787676;
  font-size: 1rem;
  font-weight: 300;
  font-family: "Cairo";
}
.mediaCenter_slide_content .darkButton,
.mediaCenter_slide_content .goldButton,
.projects_slide_content .darkButton,
.projects_slide_content .goldButton {
  padding: 0.85rem 3.4rem;
}

/* _____________ end mediaCenter Styles _____________ */
/* ====================================== _____________ Home Page Styles _____________ ====================================== */
/* ====================================== _____________ Contact us Page Styles _____________ ====================================== */
/* _____________ start contactInfo Styles _____________ */
.contactInfo {
  background: #1E1E1E;
  padding: 100px 0;
}
@media (max-width: 991px) {
  .contactInfo {
    padding: 60px 0;
  }
}
.contactInfo_img {
  border-radius: 10px;
  border: 2px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.05);
  width: 816px;
  height: 615px !important;
}
@media (max-width: 991px) {
  .contactInfo_img {
    width: 100%;
    height: 400px;
  }
}
.contactInfo_content {
  width: 100%;
  padding: 40px;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(50px);
}
@media (min-width: 991px) {
  .contactInfo_content {
    position: absolute;
    left: -20px;
  }
}
.contactInfo_content_title {
  color: #F8E8D0;
  font-size: 2.75rem;
  font-weight: 400;
  margin-bottom: 40px;
}
.contactInfo_content_desc {
  margin-bottom: 30px;
  font-family: "Cairo";
  color: white;
  font-size: 1.25rem;
}
.contactInfo_content_desc:last-child {
  margin-bottom: 0;
}
.contactInfo_content ul {
  margin-bottom: 1.85rem;
}
.contactInfo_content ul .footer_links_item {
  margin-bottom: 1rem;
  display: flex;
  padding-inline-start: 1.75rem;
  gap: 30px;
  align-items: center;
}
@media (mix-width: 568px) {
  .contactInfo_content ul .footer_links_item {
    display: block;
  }
}
.contactInfo_content ul .footer_links_item .footer_links_item_title {
  min-width: 105px;
  margin-bottom: 0;
}

/* _____________ end contactInfo Styles _____________ */
/* _____________ start letsConnect Styles _____________ */
.letsConnect {
  padding: 100px 0;
  background-color: black;
}
@media (max-width: 991px) {
  .letsConnect {
    padding: 60px 0;
  }
}
.letsConnect_title {
  margin-bottom: 50px;
}
.letsConnect_title::before {
  left: -85%;
  width: 150%;
}
@media (max-width: 991px) {
  .letsConnect_title::before {
    width: 100%;
    left: -50%;
  }
}
@media (max-width: 568px) {
  .letsConnect_title::before {
    left: -30%;
  }
}
.letsConnect_form {
  width: 90%;
}
@media (max-width: 991px) {
  .letsConnect_form {
    width: 100%;
  }
}
.letsConnect_form_label {
  color: #FFF;
  font-family: "Cairo";
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: -0.2px;
}
.letsConnect_form .form-control {
  padding: 8px 8px 12px 10px;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid rgba(248, 232, 208, 0.7);
  background: #000;
  resize: none;
  color: #979797;
  font-family: "Cairo";
  font-size: 0.9rem;
  font-weight: 400;
  letter-spacing: -0.2px;
}
.letsConnect_form .form-control::placeholder {
  color: #979797;
  font-family: "Cairo";
  font-size: 0.9rem;
  font-weight: 400;
  letter-spacing: -0.2px;
}
.letsConnect_form textarea {
  height: 130px;
  margin-bottom: 40px;
}
.letsConnect_form button {
  width: 180.872px;
  height: 40.392px;
  padding: 8px 48px;
}
.letsConnect_img {
  border-radius: 10px;
}
.letsConnect_img img {
  width: 100%;
  height: 700px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .letsConnect_img img {
    height: 400px;
  }
}
@media (max-width: 568px) {
  .letsConnect_img img {
    height: 250px;
  }
}

/* _____________ end letsConnect Styles _____________ */
/* ====================================== _____________ Contact us Page Styles _____________ ====================================== */
/* ====================================== _____________ Contact us Page Styles _____________ ====================================== */
/* _____________ start yourFuture Styles _____________ */
.yourFuture {
  padding: 80px 0;
  background-color: white;
}
@media (max-width: 991px) {
  .yourFuture {
    padding: 60px 0;
  }
}
.yourFuture_title {
  margin-bottom: 80px;
  text-align: center;
  color: white;
  position: relative;
  color: #1E1E1E;
  font-size: 4rem;
  font-weight: 400;
  line-height: 100px;
  letter-spacing: 10px;
}
@media (max-width: 991px) {
  .yourFuture_title {
    font-size: 3rem;
    line-height: 90px;
  }
}
@media (max-width: 768px) {
  .yourFuture_title {
    font-size: 2rem;
    line-height: 80px;
  }
}
@media (max-width: 568px) {
  .yourFuture_title {
    font-size: 1.5rem;
    letter-spacing: 5px;
    line-height: 50px;
  }
}
.yourFuture_title::before {
  content: "";
  position: absolute;
  bottom: -5px;
  right: -100%;
  background-color: #FF0000;
  width: 150%;
  height: 1px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 991px) {
  .yourFuture_title {
    margin-bottom: 60px;
  }
}
.yourFuture_img {
  width: 100%;
  object-fit: cover;
  object-position: top;
}

/* _____________ end yourFuture Styles _____________ */
/* _____________ start projects Styles _____________ */
.ourProjects {
  padding: 80px 0;
}
@media (max-width: 991px) {
  .ourProjects {
    padding: 60px 0 40px;
  }
}
.ourProjects_title {
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .ourProjects_title {
    margin-bottom: 60px;
  }
}
.ourProjects_title::before {
  left: -85%;
  width: 150%;
  bottom: -15px;
}
@media (max-width: 991px) {
  .ourProjects_title::before {
    width: 100%;
    left: -50%;
  }
}
@media (max-width: 568px) {
  .ourProjects_title::before {
    left: -30%;
  }
}
.ourProjects .swiper,
.ourProjects .swiper-wrapper {
  height: 50%;
}
@media (max-width: 568px) {
  .ourProjects .swiper,
  .ourProjects .swiper-wrapper {
    height: 70%;
  }
}
.ourProjects_slide {
  height: 293px;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
  background-image: url("../img/ourProjects/bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  align-items: center !important;
}
.ourProjects_slide::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.93) 0%, rgba(255, 255, 255, 0.93) 100%);
}
.ourProjects_slide:nth-of-type(even) {
  bottom: -30%;
  position: relative;
}
.ourProjects_slide_title {
  color: #654932;
  text-align: center;
  font-size: 2.5rem;
  font-weight: 700;
}

/* _____________ end projects Styles _____________ */
/* ====================================== _____________ Contact us Page Styles _____________ ====================================== */
/* ====================================== _____________ news Page Styles _____________ ====================================== */
/* _____________ start media Styles _____________ */
.media {
  padding: 80px 0;
  background-color: white;
  position: relative;
}
@media (max-width: 991px) {
  .media {
    padding: 60px 0;
  }
}
.media_title {
  color: black;
  padding-bottom: 60px;
}
@media (max-width: 991px) {
  .media_title {
    padding-bottom: 20px;
  }
}
.media_title::before {
  display: none;
}
@media (max-width: 568px) {
  .media .swiper,
  .media .swiper-wrapper {
    height: 460px;
  }
}
.media .swiper-wrapper {
  padding: 16px 20px;
}
@media (max-width: 768px) {
  .media .swiper-wrapper {
    padding: 16px 0;
  }
}
.media_slide_img {
  object-position: top;
  border: 3px solid rgba(248, 232, 208, 0.7);
}
.media_slide_newsCard_img {
  z-index: -1;
  position: relative;
}
.media_slide_newsCard_content {
  position: relative;
  position: absolute;
  bottom: 0;
  padding: 24px;
  pointer-events: none;
}
.media_slide_newsCard_content_title {
  color: #FFF;
  font-size: 2rem;
  margin-bottom: 1rem;
  font-weight: 400;
}
.media_slide_newsCard_content_desc {
  color: white;
  font-family: "Cairo";
  font-size: 1rem;
  font-weight: 200;
  margin-bottom: 0;
}
.media_slide_newsCard::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  pointer-events: none;
}
.media .secondSlider .swiper,
.media .secondSlider .swiper-wrapper {
  height: auto;
}
.media .secondSlider_slide {
  display: flex;
  width: 100%;
  padding: 80px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  border-radius: 8px;
  background: #FFF;
  box-shadow: 3px 9px 14px 0 rgba(0, 0, 0, 0.02) !important;
}
@media (max-width: 991px) {
  .media .secondSlider_slide {
    padding: 70px;
  }
}
@media (max-width: 768px) {
  .media .secondSlider_slide {
    padding: 60px;
  }
}
@media (max-width: 568px) {
  .media .secondSlider_slide {
    padding: 50px;
  }
}
.media .secondSlider_slide_content_title {
  color: #1E1E1E;
  font-size: 2.5rem;
  font-weight: 400;
}
.media .secondSlider_slide_content_desc {
  color: #1E1E1E;
  font-family: "Cairo";
  font-size: 1rem;
  font-weight: 200;
  margin: 1rem 0;
}
.media .secondSlider_slide_content a {
  width: 198px;
  height: 48px;
}
.media .secondSlider .swiper-slide-active .secondSlider_slide_content_title {
  animation-duration: 1.3s;
  animation-fill-mode: both;
  animation-name: fadeInUp;
}
.media .secondSlider .swiper-slide-active .secondSlider_slide_content_desc {
  animation-duration: 1.3s;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.5s;
}
.media .secondSlider .swiper-slide-active .darkButton {
  animation-duration: 1.3s;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 1s;
}

/* _____________ end media Styles _____________ */
/* _____________ start news Styles _____________ */
.latestNews {
  padding: 80px 0;
  background-color: white;
}
@media (max-width: 991px) {
  .latestNews {
    padding: 0 0 60px 0;
  }
}
.latestNews_title {
  color: black;
  padding-bottom: 60px;
}
@media (max-width: 991px) {
  .latestNews_title {
    padding-bottom: 40px;
  }
}
.latestNews_title::before {
  display: none;
}
.latestNews .swiper,
.latestNews .swiper-wrapper {
  height: auto;
}
.latestNews_slide {
  height: 350px !important;
  width: 500px !important;
  border: 4px solid rgba(0, 0, 0, 0.1);
}
.latestNews_slide a {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}
.latestNews_slide_newsCard_img {
  z-index: -1;
  position: relative;
  object-position: top;
}
.latestNews_slide_newsCard_content {
  position: relative;
  position: absolute;
  bottom: 0;
  padding: 24px;
  pointer-events: none;
  width: 100%;
}
.latestNews_slide_newsCard_content_title {
  color: #FFF;
  margin-bottom: 1rem;
  font-weight: 400;
  font-size: 1.4rem;
  text-align: center;
}
.latestNews_slide_newsCard_content_desc {
  color: white;
  font-family: "Cairo";
  font-size: 1rem;
  font-weight: 200;
  margin-bottom: 0;
}
.latestNews_slide_newsCard::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  pointer-events: none;
}

/* _____________ end news Styles _____________ */
/* ====================================== _____________ news Page Styles _____________ ====================================== */
/* ====================================== _____________ Contact us Page Styles _____________ ====================================== */
/* _____________ start missionVision Styles _____________ */
.missionVision {
  background: #1E1E1E;
  padding: 180px 0;
}
@media (max-width: 991px) {
  .missionVision {
    padding: 60px 0;
  }
}
.missionVision_custRow {
  margin-bottom: 50px;
  position: relative;
}
.missionVision_custRow:last-of-type {
  margin-bottom: 0;
}
.missionVision_custRow:nth-of-type(even) .missionVision_custRow_content {
  order: 1;
}
@media (max-width: 991px) {
  .missionVision_custRow:nth-of-type(even) .missionVision_custRow_content {
    order: 2;
  }
}
@media (min-width: 991px) {
  .missionVision_custRow:nth-of-type(even) .missionVision_custRow_content .missionVision_content {
    left: 0%;
    bottom: -30%;
  }
}
.missionVision_custRow:nth-of-type(even) .missionVision_custRow_img {
  order: 2;
}
@media (max-width: 991px) {
  .missionVision_custRow:nth-of-type(even) .missionVision_custRow_img {
    order: 1;
  }
}
.missionVision_custRow:nth-of-type(odd) .missionVision_custRow_content {
  order: 2;
}
@media (min-width: 991px) {
  .missionVision_custRow:nth-of-type(odd) .missionVision_custRow_content .missionVision_content {
    right: 0;
    top: -20%;
  }
}
.missionVision_custRow:nth-of-type(odd) .missionVision_custRow_img {
  order: 1;
}
.missionVision_img {
  border-radius: 10px;
  border: 2px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.05);
  width: 100%;
  height: 383px;
}
@media (max-width: 991px) {
  .missionVision_img {
    width: 100%;
    border-radius: 10px 10px 0 0;
  }
}
@media (max-width: 768px) {
  .missionVision_img {
    height: auto !important;
  }
}
.missionVision_content {
  width: 130%;
  padding: 40px;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(50px);
}
@media (min-width: 991px) {
  .missionVision_content {
    position: absolute;
    z-index: 2;
  }
}
@media (max-width: 990px) {
  .missionVision_content {
    width: 100%;
    position: initial;
    border-radius: 0 0 10px 10px;
  }
}
.missionVision_content_title {
  color: #F8E8D0;
  font-size: 2.75rem;
  font-weight: 400;
  margin-bottom: 2rem;
}
.missionVision_content_desc {
  margin-bottom: 0;
  font-family: "Cairo";
  color: white;
  font-size: 1rem;
  font-weight: 200;
  line-height: 30px;
}

/* _____________ end missionVision Styles _____________ */
/* _____________ start brands Styles _____________ */
.brands {
  background: #1E1E1E;
  padding: 100px 0;
  background-image: url("../img/about/bg2.jpg");
  background-size: cover;
  position: relative;
}
.brands::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 100%);
}
.brands .container {
  z-index: 2;
  position: relative;
}
@media (max-width: 991px) {
  .brands {
    padding: 60px 0;
  }
}
.brands_title {
  color: #F8E8D0;
  font-size: 2.75rem;
  font-weight: 400;
}
.brands_content {
  text-align: center;
  width: 100%;
  padding: 40px;
  min-height: 252px;
  border-radius: 8px;
  border: 1px solid rgba(248, 232, 208, 0.7);
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(5px);
}
.brands_content_title {
  color: #F8E8D0;
  text-transform: uppercase;
  font-size: 1.75rem;
  font-weight: 400;
  margin-bottom: 1rem;
}
.brands_content_desc {
  margin-bottom: 0;
  font-family: "Cairo";
  color: white;
  font-size: 1rem;
  font-weight: 200;
}

/* _____________ end brands Styles _____________ */
/* _____________ start board Styles _____________ */
.board {
  padding: 80px 0;
}
@media (max-width: 991px) {
  .board {
    padding: 60px 0 40px;
  }
}
.board_title {
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .board_title {
    margin-bottom: 60px;
  }
}
.board_title::before {
  left: -100%;
  width: 150%;
  bottom: -15px;
}
@media (max-width: 991px) {
  .board_title::before {
    width: 100%;
    left: -50%;
  }
}
@media (max-width: 568px) {
  .board_title::before {
    left: -30%;
  }
}
.board .swiper,
.board .swiper-wrapper {
  height: 70%;
}
.board_slide {
  border-radius: 30px;
  background-color: #3C3C3C;
  padding: 25px;
  display: block;
  min-height: 480px;
  text-align: center;
}
@media (max-width: 1200px) {
  .board_slide {
    min-height: 410px;
  }
}
@media (max-width: 568px) {
  .board_slide {
    min-height: 410px;
  }
}
.board_slide:nth-of-type(even) {
  bottom: -15%;
  position: relative;
}
.board_slide_title {
  font-size: 1.25rem;
  color: #F8E8D0;
  font-weight: 700;
  margin: 0 auto 1rem;
}
.board_slide_desc {
  color: #FFF;
  font-family: "Cairo";
  font-size: 1rem;
  font-weight: 300;
  width: 80%;
  margin: auto;
}
.board_slide_img {
  border-radius: 8px;
  height: auto !important;
  width: 100% !important;
  margin: auto;
  margin-bottom: 26px;
  object-fit: contain;
}
@media (max-width: 1200px) {
  .board_slide_img {
    width: 248px !important;
  }
}
@media (max-width: 568px) {
  .board_slide_img {
    width: 100% !important;
  }
}

/* _____________ end board Styles _____________ */
/* ====================================== _____________ Contact us Page Styles _____________ ====================================== */
/* ====================================== _____________ new heliopolis Page Styles _____________ ====================================== */
/* _____________ start overview Styles _____________ */
.overview {
  padding: 120px 0;
  background-image: url("../img/newHeliopolis/bg2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.overview::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.7) 100%);
}
@media (max-width: 991px) {
  .overview {
    padding: 80px 0;
  }
}
@media (min-width: 991px) {
  .overview_content {
    background-image: url("../img/newHeliopolis/pattern.png");
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 80px;
  }
}
@media (max-width: 990px) {
  .overview_content {
    display: flex;
    flex-direction: column;
    fill: rgba(0, 0, 0, 0.3);
    stroke-width: 2px;
    stroke: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(30px);
    border-radius: 0 0 20px 20px;
  }
}
.overview_content_title {
  color: #F8E8D0;
  font-size: 2.75rem;
  font-weight: 400;
}
@media (max-width: 990px) {
  .overview_content_title {
    margin-bottom: 1.5rem;
    padding: 60px 60px 0 60px;
  }
}
@media (max-width: 768px) {
  .overview_content_title {
    margin-bottom: 2rem;
    padding: 0 40px 0 40px;
  }
}
.overview_content_desc {
  padding: 0 80px 0 80px;
  color: #FFF;
  font-family: "Cairo";
  font-size: 1.25rem;
  font-weight: 300;
  margin-bottom: 32px;
}
@media (max-width: 1400px) {
  .overview_content_desc {
    padding: 0 0 0 80px;
  }
}
@media (max-width: 991px) {
  .overview_content_desc {
    padding: 0 40px;
  }
}
.overview_slider {
  clip-path: polygon(0 20%, 93% 0, 100% 0, 100% 100%, 0 100%);
}
@media (min-width: 991px) {
  .overview_slider {
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .overview_slider .swiper {
    width: 425px;
    height: 490px;
  }
}
@media (min-width: 991px) and (max-width: 1200px) {
  .overview_slider {
    width: 390px;
  }
}
@media (max-width: 990px) {
  .overview_slider {
    width: 100%;
    height: 425px;
    left: 15px;
  }
}
.overview_slider_slide {
  border-radius: 20px;
  width: 100%;
}
@media (max-width: 991px) {
  .overview_slider_slide {
    border-radius: 20px 20px 0 0;
  }
}
.overview_slider_slide_img {
  border-radius: 20px;
  width: 100%;
}
@media (max-width: 991px) {
  .overview_slider_slide_img {
    border-radius: 20px 20px 0 0;
  }
}

/* _____________ start overview Styles _____________ */
/* _____________ start history Styles _____________ */
.history {
  padding: 60px 0;
  background-color: white;
}
.history .swiper,
.history .swiper-wrapper {
  height: 85%;
}
@media (max-width: 1200px) {
  .history .swiper,
  .history .swiper-wrapper {
    height: 100%;
  }
}
@media (max-width: 568px) {
  .history .swiper,
  .history .swiper-wrapper {
    height: 85%;
  }
}
@media (max-width: 769px) {
  .history .leftContainer {
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  .history .leftContainer .history_slide_imgs {
    order: 1;
    margin-bottom: 1rem;
  }
  .history .leftContainer .history_slide_content {
    order: 2;
  }
}
@media (max-width: 1200px) {
  .history_slide {
    height: 100%;
  }
}
.history_slide_imgs {
  position: relative;
}
.history_slide_content {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}
@media (max-width: 768px) {
  .history_slide_content {
    display: block;
  }
}
.history_slide_content_title {
  color: #654932;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 40px;
  margin-bottom: 1rem;
}
.history_slide_content_secondTitle {
  color: #1E1E1E;
  font-family: "Cairo";
  font-size: 1.5rem;
  font-weight: 300;
  margin-bottom: 1rem;
  display: block;
}
.history_slide_content_desc {
  color: #1E1E1E;
  font-family: "Cairo";
  font-size: 1rem;
  font-weight: 200;
  line-height: 24px;
}
.history .slideOne .large {
  width: 850px;
  height: 490px;
  position: relative;
  right: -13%;
}
@media (max-width: 1200px) {
  .history .slideOne .large {
    width: 894px;
    height: 490px;
    position: relative;
    right: 0;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .history .slideOne .large {
    height: 350px;
  }
}
.history .slideOne .small2 {
  width: 593px;
  height: 305px;
  position: absolute;
  bottom: -30%;
  right: -32%;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .history .slideOne .small2 {
    display: none;
  }
}
.history .slideOne .small1 {
  width: 250px;
  height: 294px;
  position: absolute;
  left: -5%;
  bottom: -35%;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .history .slideOne .small1 {
    bottom: -15%;
  }
}
@media (max-width: 991px) {
  .history .slideOne .small1 {
    display: none;
  }
}
@media (min-width: 769px) {
  .history .slideTwo .history_slide_imgs {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
}
.history .slideTwo .history_slide_content {
  display: flex;
  justify-content: end;
  width: 35%;
  margin: auto;
  margin-inline-start: 15rem;
  height: 100%;
}
@media (max-width: 1200px) {
  .history .slideTwo .history_slide_content {
    margin: 0;
    width: 50%;
  }
}
@media (max-width: 768px) {
  .history .slideTwo .history_slide_content {
    width: 100%;
    display: block;
  }
}
.history .slideTwo .large {
  width: 797px;
  height: 409px;
  position: absolute;
  right: 0;
  top: 0;
}
.history .slideTwo .small2 {
  object-fit: cover;
}
@media (min-width: 769px) {
  .history .slideTwo .small2 {
    width: 593px;
    height: 305px;
    position: absolute;
    right: -5%;
    bottom: 0;
    height: 50%;
    z-index: -1;
  }
}
@media (max-width: 1200px) {
  .history .slideTwo .small2 {
    top: 0;
    right: 0;
  }
}
@media (max-width: 768px) {
  .history .slideTwo .small2 {
    width: 100%;
    height: 350px;
  }
}
.history .slideTwo .small1 {
  width: 508px;
  height: 318px;
  position: absolute;
  top: 0;
  z-index: -1;
  left: 20%;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .history .slideTwo .small1 {
    left: 0;
    top: 30%;
  }
}
@media (max-width: 768px) {
  .history .slideTwo .small1 {
    display: none;
  }
}
@media (min-width: 769px) {
  .history .slideThree .history_slide_imgs {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
}
.history .slideThree .history_slide_content {
  display: flex;
  justify-content: start;
  width: 35%;
  margin: auto;
  margin-inline-start: 15rem;
  height: 100%;
}
.history .slideThree .history_slide_content_secondTitle {
  color: #1E1E1E;
  font-family: "Cairo";
  font-size: 1.5rem;
  font-weight: 300;
  margin-bottom: 0.5rem;
}
@media (max-width: 1450px) {
  .history .slideThree .history_slide_content {
    margin-inline-start: 18rem;
  }
}
@media (max-width: 991px) {
  .history .slideThree .history_slide_content {
    margin: 0;
    width: 100%;
  }
}
.history .slideThree .history_slide_content_list_item {
  color: #1E1E1E;
  font-family: "Cairo";
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 24px;
  margin-bottom: 1rem;
}
.history .slideThree .history_slide_content_list_item_date {
  font-weight: 400;
}
.history .slideThree .large {
  width: 597px;
  height: 464px;
  position: absolute;
  left: -15%;
  top: 0;
}
@media (max-width: 1600px) {
  .history .slideThree .large {
    left: -23%;
  }
}
@media (max-width: 1200px) {
  .history .slideThree .large {
    bottom: 0;
    top: auto;
  }
}
@media (max-width: 991px) {
  .history .slideThree .large {
    width: 350px;
    height: 400px;
    display: none;
  }
}
@media (max-width: 768px) {
  .history .slideThree .large {
    display: none;
  }
}
.history .slideThree .small2 {
  object-fit: cover;
}
@media (min-width: 769px) {
  .history .slideThree .small2 {
    width: 250px;
    height: 294px;
    position: absolute;
    right: 0;
    top: 50%;
    z-index: -1;
  }
}
@media (max-width: 768px) {
  .history .slideThree .small2 {
    width: 100%;
    height: 350px;
  }
}
.history .slideThree .small3 {
  width: 931px;
  height: 257px;
  position: absolute;
  right: 20%;
  bottom: -18%;
  z-index: -1;
  object-fit: cover;
}
@media (max-width: 991px) {
  .history .slideThree .small3 {
    bottom: 0;
  }
}
@media (max-width: 768px) {
  .history .slideThree .small3 {
    display: none;
  }
}
.history .slideThree .small1 {
  width: 1000px;
  height: 453px;
  position: absolute;
  top: 0;
  z-index: -1;
  right: -20%;
  object-fit: cover;
}
@media (max-width: 1450px) {
  .history .slideThree .small1 {
    width: 800px;
  }
}
@media (max-width: 991px) {
  .history .slideThree .small1 {
    width: 600px;
    height: 400px;
    display: none;
  }
}
@media (max-width: 768px) {
  .history .slideThree .small1 {
    display: none;
  }
}
@media (min-width: 769px) {
  .history .slideFour .history_slide_imgs {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
}
.history .slideFour .history_slide_content {
  display: flex;
  justify-content: start;
  width: 35%;
  margin: auto;
  margin-inline-start: 18rem;
  height: 100%;
}
@media (max-width: 991px) {
  .history .slideFour .history_slide_content {
    width: 50%;
    margin: 0;
  }
}
@media (max-width: 768px) {
  .history .slideFour .history_slide_content {
    width: 100%;
    display: block;
  }
}
@media (min-width: 769px) {
  .history .slideFour .large {
    width: 479px;
    height: 723px;
    position: absolute;
    right: 0;
    top: 0;
  }
}
@media (max-width: 1200px) {
  .history .slideFour .large {
    width: 350px;
    height: 100%;
  }
}
@media (max-width: 768px) {
  .history .slideFour .large {
    height: 350px;
    width: 100%;
  }
}
.history .slideFour .small2 {
  width: 343px;
  height: 294px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  height: 50%;
  z-index: -1;
  object-fit: cover;
}
@media (max-width: 768px) {
  .history .slideFour .small2 {
    display: none;
  }
}

/* _____________ start history Styles _____________ */
/* _____________ start partnership Styles _____________ */
.ourPartnership {
  position: relative;
  display: flex;
  align-items: center;
  background-image: url("../img/newHeliopolis/bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 123px 0;
}
@media (max-width: 991px) {
  .ourPartnership {
    padding: 80px 0;
  }
}
.ourPartnership::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 100%);
}
.ourPartnership_content {
  position: relative;
}
.ourPartnership_content .secondTitle {
  margin-bottom: 75px;
}
.ourPartnership_content .secondTitle::before {
  left: -75%;
}
.ourPartnership_content_desc {
  color: #FFF;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 32px;
  font-family: "Cairo";
}
.ourPartnership_content_list {
  margin: 28px 0;
}
.ourPartnership_content_list_item {
  color: #FFF;
  font-family: "Cairo";
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 24px;
  margin-bottom: 1rem;
}
.ourPartnership_content_list_item_date {
  font-weight: 400;
}
.ourPartnership_content_desc2 {
  color: #FFF;
  font-family: "Cairo";
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 32px;
}

/* _____________ end partnership Styles _____________ */
/* ====================================== _____________ new heliopolis Page Styles _____________ ====================================== */
/* ====================================== _____________ mediaDetails Page Styles _____________ ====================================== */
/* _____________ start mediaDetails Styles _____________ */
.mediaDetails {
  background: white;
  padding-top: 195px;
  padding-bottom: 80px;
}
@media (max-width: 991px) {
  .mediaDetails {
    padding-bottom: 60px;
  }
}
.mediaDetails img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  object-position: center;
}
.mediaDetails_content {
  padding-top: 40px;
}
.mediaDetails_content_title {
  color: #654932;
  font-size: 2.5rem;
  font-weight: 400;
  margin-bottom: 0;
  padding-bottom: 1.5rem;
}
@media (max-width: 768px) {
  .mediaDetails_content_title {
    font-size: 2rem;
  }
}
.mediaDetails_content_desc {
  color: #1E1E1E;
  font-family: "Cairo";
  font-size: 1.25rem;
  font-weight: 200;
  margin-bottom: 0;
}

/* _____________ end mediaDetails Styles _____________ */
/* ====================================== _____________ mediaDetails Page Styles _____________ ====================================== */

/*# sourceMappingURL=style.css.map */
