@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&display=swap");
.navbar-nav {
  display: flex;
  gap: 15px;
  margin: 0;
}

.nav-item {
  font-size: 16px;
}

.navbar-nav .nav-link {
  margin: 0;
  color: #005a5a;
  padding: 10px 5px;
  transition: color 0.3s ease, transform 0.3s ease, text-shadow 0.3s ease;
}

.navbar-nav .nav-link:hover {
  color: #b79c62 !important;
  text-shadow: 0px 0px 18px rgba(0, 90, 90, 0.5);
  transform: scale(1.05);
}

.btn-header {
  padding: 8px 24px;
  gap: 10px;
  width: 125px;
  height: 35px;
  background: linear-gradient(90deg, #005a5a 6.03%, #003b3b 88.54%);
  box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.25);
  border-radius: 148px;
  border: none;
  color: white;
  transition: all 0.3s ease;
}
.btn-header:hover {
  background: linear-gradient(90deg, #007f7f 6.03%, #005c5c 88.54%);
  box-shadow: 0px 0px 18px rgba(0, 90, 90, 0.5);
  transform: scale(1.05);
  color: white;
}
.btn-header:active {
  transform: scale(0.98);
  box-shadow: 0px 0px 10px rgba(0, 90, 90, 0.3);
}
@media (max-width: 767px) {
  .btn-header {
    display: none;
  }
}

.visuallyHidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.hamburger {
  margin: 0 auto;
  margin-left: 10px;
  width: 30px;
  height: 30px;
  position: relative;
  display: none;
}
@media (max-width: 767px) {
  .hamburger {
    display: block;
  }
}

.hamburger .bar {
  width: 30px;
  height: 4px;
  background-color: rgb(78, 75, 75);
  display: block;
  border-radius: 4px;
  transition: all 0.4s ease-in-out;
  position: absolute;
}

.bar1 {
  top: 0;
}

.bar2,
.bar3 {
  top: 13.5px;
}

.bar3 {
  right: 0;
}

.bar4 {
  bottom: 0;
}

.checkbox1:checked + label > .hamburger1 > .bar1 {
  transform: rotate(45deg);
  transform-origin: 5%;
  width: 41px;
}

.checkbox1:checked + label > .hamburger1 > .bar2 {
  transform: translateX(-40px);
  background-color: transparent;
}

.checkbox1:checked + label > .hamburger1 > .bar3 {
  transform: translateX(40px);
  background-color: transparent;
}

.checkbox1:checked + label > .hamburger1 > .bar4 {
  transform-origin: 5%;
  transform: rotate(-45deg);
  width: 41px;
}

.footer {
  color: #e1e1e1;
  padding: 40px 0;
  background-image: url("../imgs/footerback.png");
  background-size: cover;
  background-position: center bottom;
  position: relative;
}
.footer .footer-logo {
  max-width: 150px;
}
@media (max-width: 767px) {
  .footer .btn-gold {
    margin: 1.5rem !important;
  }
}
.footer .btn-gold {
  background-color: #b79c62;
  color: #e1e1e1;
  border-radius: 50px;
  padding: 10px 33px;
  text-align: center;
}
.footer .btn-gold:hover {
  background: linear-gradient(90deg, #bfa165 0%, #a58447 100%);
  transform: scale(1.05);
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.3);
}
.footer .btn-gold:active {
  background: linear-gradient(90deg, #a58447 0%, #b79c62 100%);
  transform: scale(0.98);
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.4);
  border: 1px solid #fff;
}
.footer .mail {
  color: #253856;
}
.footer .social-icons a {
  display: inline-block;
  margin-right: 20px;
  transition: transform 0.4s ease-in-out;
}
.footer .social-icons a img {
  width: 30px;
  height: 30px;
}
.footer .social-icons a:last-child {
  margin-right: 0;
}
.footer .social-icons a:hover {
  transform: rotate(360deg);
}
.footer h5 {
  color: #253856;
  font-size: 20px;
  margin-bottom: 20px;
}
.footer p,
.footer a {
  text-decoration: none;
  color: #e1e1e1;
  margin: 0;
  font-size: 14px;
}
.footer a:hover {
  text-decoration: underline;
}
.footer p {
  margin-bottom: 10px;
}
.footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer ul li {
  margin-bottom: 10px;
}
.footer ul li a {
  font-size: 14px;
  color: #e1e1e1;
}
.footer ul li a:hover {
  color: #b79c62;
  text-decoration: none;
}
.footer .footer-bg {
  max-width: 100%;
  height: auto;
}
.footer .footer-divider {
  border-top: 1px solid #fff;
  margin: 0 auto;
  width: 100%;
}
@media (max-width: 768px) {
  .footer .footer {
    text-align: center;
  }
  .footer .footer .social-icons {
    justify-content: center;
    margin-bottom: 20px;
  }
  .footer .footer .btn-gold {
    margin-bottom: 30px;
  }
  .footer .footer .footer-logo {
    margin-bottom: 30px;
  }
}

@font-face {
  font-family: "Expo";
  src: url("../fonts/Expo.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "ExpoBold";
  src: url("../fonts/ExpoArabic-Bold.otf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "ExpoSemiBold";
  src: url("../fonts/ExpoArabic-SemiBold-1.ttf") format("truetype");
}
@font-face {
  font-family: "ExpoBook";
  src: url("../fonts/ExpoArabic-Book.ttf") format("truetype");
}
@font-face {
  font-family: "ExpoLight";
  src: url("../fonts/Expo Arabic Medium.ttf") format("truetype");
}
.fade-in-section {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1.5s ease-out, transform 1.5s ease-out;
  will-change: opacity, transform;
}

.fade-in-section.is-visible {
  opacity: 1;
  transform: none;
}

* {
  margin: 0;
  padding: 0;
  outline: 0;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
}

html,
body {
  font-family: "Expo", "ExpoBold", "ExpoSemiBold", "ExpoBook", "ExpoLight";
  font-size: 14px;
  padding: 0;
  margin: 0;
  color: #667e9b;
  height: 100%;
  width: 100%;
  background: #ffffff;
  overflow-x: hidden;
  scroll-behavior: smooth;
}
html ::-moz-selection, body ::-moz-selection {
  background: #004f4f;
  color: #ffffff;
}
html ::selection,
body ::selection {
  background: #004f4f;
  color: #ffffff;
}
html a:hover,
body a:hover {
  text-decoration: none;
}
html img,
body img {
  max-width: 100%;
  -o-object-fit: fill;
     object-fit: fill;
}

.investment-details {
  padding: 60px 0 90px;
  background: #f5f5f5;
  color: #111;
}
.investment-details__overview {
  display: grid;
  grid-template-columns: minmax(0, 1.8fr) minmax(280px, 0.85fr);
  gap: 28px;
  align-items: stretch;
}
.investment-details__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.investment-details__header {
  margin-bottom: 0;
}
.investment-details__title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 22px;
  flex-wrap: wrap;
}
.investment-details__header h1 {
  margin: 0;
  color: #111;
  font-size: 32px;
  font-weight: bold;
}
.investment-details__remaining-days {
  display: inline-flex;
  align-items: center;
  padding: 8px 16px;
  border-radius: 50px;
  background: rgba(183, 156, 98, 0.15);
  color: #a58447;
  font-size: 16px;
  font-weight: bold;
  white-space: nowrap;
}
.investment-details__summary {
  padding-right: 18px;
  border-right: 3px solid #b79c62;
}
.investment-details__summary h2 {
  margin: 0 0 10px;
  color: #111;
  font-size: 23px;
  font-weight: bold;
}
.investment-details__summary p {
  max-width: 700px;
  margin: 0;
  color: #222;
  font-size: 17px;
  line-height: 1.8;
}
.investment-details__action {
  margin-top: 42px;
  text-align: center;
}
.investment-details__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 220px;
  padding: 13px 32px;
  border-radius: 50px;
  background: linear-gradient(90deg, #bfa165 0%, #a58447 100%);
  box-shadow: 0 6px 16px rgba(165, 132, 71, 0.3);
  color: #fff;
  font-size: 17px;
  text-decoration: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.investment-details__button:hover {
  color: #fff;
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 9px 22px rgba(165, 132, 71, 0.4);
}

.opportunity-ad {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 390px;
  padding: 24px;
  border: 2px dashed #c8c8c8;
  border-radius: 10px;
  background: #ececec;
}
.opportunity-ad span {
  color: #8a8a8a;
  font-size: 20px;
  font-weight: bold;
}
.opportunity-ad img {
  width: 100%;
  height: 100%;
  min-height: 340px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}

.opportunity-dates {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.opportunity-date {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  gap: 18px;
  min-height: 112px;
  padding: 20px 22px;
  border: 1px solid rgba(183, 156, 98, 0.35);
  border-radius: 12px;
  background: linear-gradient(135deg, #fff 0%, #f5f0e5 100%);
  box-shadow: 0 7px 20px rgba(165, 132, 71, 0.14);
}
.opportunity-date::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 6px;
  height: 100%;
  background: #b79c62;
  content: "";
}
.opportunity-date__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 52px;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #006060;
}
.opportunity-date__icon img {
  width: 24px;
  height: 26px;
  filter: brightness(0) invert(1);
}
.opportunity-date h3 {
  margin: 0 0 7px;
  color: #006060;
  font-size: 17px;
  font-weight: bold;
}
.opportunity-date time {
  color: #a58447;
  font-size: 22px;
  font-weight: bold;
  direction: ltr;
}

.opportunity-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.opportunity-fact {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  min-height: 184px;
  padding: 20px 15px;
  border-radius: 8px;
  background: #006060;
  box-shadow: 0 5px 14px rgba(0, 0, 0, 0.18);
  color: #fff;
  text-align: center;
}
.opportunity-fact img {
  width: 42px;
  height: 42px;
  margin-bottom: 10px;
  -o-object-fit: contain;
     object-fit: contain;
}
.opportunity-fact h3 {
  margin: 0 0 10px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}
.opportunity-fact p {
  margin: 0;
  color: #fff;
  font-size: 15px;
}

.opportunity-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 34px;
}
.opportunity-gallery__item {
  overflow: hidden;
  height: 230px;
  margin: 0;
  border-radius: 5px;
}
.opportunity-gallery__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.4s ease;
}
.opportunity-gallery__item:hover img {
  transform: scale(1.04);
}

@media (max-width: 991px) {
  .investment-details__overview {
    grid-template-columns: 1fr;
  }
  .opportunity-ad {
    min-height: 340px;
    order: -1;
  }
}
@media (max-width: 767px) {
  .investment-details {
    padding: 35px 0 60px;
  }
  .investment-details__header h1 {
    font-size: 27px;
  }
  .investment-details__remaining-days {
    font-size: 14px;
    padding: 7px 12px;
  }
  .opportunity-facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }
  .opportunity-dates {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .opportunity-fact {
    min-height: 155px;
  }
  .opportunity-gallery {
    grid-template-columns: 1fr;
  }
  .opportunity-gallery__item {
    height: 220px;
  }
}/*# sourceMappingURL=Investment-details.css.map */