/* body {
  margin: 0;
  font-family: "Poppins", sans-serif;
}

.site-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 30px;
  border-bottom: 1px solid #ddd;
}

.logo img {
  height: 90px;
  margin-left: 20px;
}

.main-menu ul {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
  margin-right: 20px;
}

.main-menu ul li {
  margin-left: 30px;
  padding: 15px 25px;
}

.main-menu ul li a {
  text-decoration: none;
  color: #333;
}

.main-menu ul li a:hover {
  color: #007bff;
}
#contact-menu {
  background-color: rgba(121, 226, 95, 1);
  padding: 15px 25px;
  border-radius: 8px;
  /* color: white; */

/* #contact-menu a {
  color: white;
} */

.hero-section {
  display: flex;
  justify-content: space-between;
  padding: 120px 0px 0px 60px;
  background-color: rgba(30, 30, 30, 1);
  position: relative;
}

.content {
  max-width: 70%;
  margin-left: 50px;
  padding-bottom: 100px;
}

.content h1 {
  font-size: 4.3rem;
  line-height: 1.2;
  font-weight: 500;
  margin: 0 0 20px;
  color: white;
}

.highlight {
  color: #45d153;
}

.content h2 {
  font-size: 2rem;
  font-weight: 900;
  margin-top: 120px;
  margin-bottom: 15px;
  color: white;
}

.content p {
  font-size: 1.2rem;
  line-height: 1.7;
  color: white;
  font-weight: 600;
}

.decorative-grid {
  display: grid;
  grid-template-columns: 200px 200px;
  grid-template-rows: 200px 200px;
  width: 50%;
}
.decorative-grid-phygital {
  row-gap: 60px;
}
.decorative-grid-foundation,
.decorative-grid-phygital,
.decorative-grid-vision,
.decorative-grid-mission {
  display: grid;
  grid-template-columns: 200px;
  grid-template-rows: 200px;
}
.decorative-grid-mission {
  display: grid;
  grid-template-columns: repeat(3, 200px);
  grid-template-rows: repeat(2, 200px);
}

.decorative-grid-vision-grid {
  display: grid;
  grid-template-columns: repeat(2, 200px);
  grid-template-rows: 200px;
  justify-content: end;
  width: 100%;
}
.box.blue {
  background-color: rgba(27, 22, 249, 1);
  border-top-left-radius: 8px;
}

.box.green {
  background-color: rgba(121, 226, 95, 1);
}

.box.dark {
  background-color: rgba(239, 239, 239, 0.1);
}
.box.dark.black {
  border-top-left-radius: 8px;
}
.box.dark-black {
  background-color: rgba(30, 30, 30, 1);
}
.box.gray {
  background-color: rgba(239, 239, 239, 1);
}

.directors-section {
  max-width: 100%;
  margin: auto;
  padding: 0px 20px;
  display: flex;
}
.directors-heading {
  width: 25%;
}
.directors-heading h2 {
  font-size: 48px;
  margin-bottom: 30px;
  margin-top: 90px;
  color: rgba(121, 226, 95, 1);
  font-weight: 600;
}
.directors-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  row-gap: -20px;
  margin-top: 80px;
}

.director-card img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 4px;
  height: 450px;
  cursor: pointer;
}

.director-card h4 {
  margin: 0px 0 15px;
  font-size: 24px;
  color: #000;
}
.designation {
  color: #8d8d8d;
  font-size: 12px;
  margin-bottom: 5px;
}

.bio {
  font-size: 0.9rem;
  color: #8d8d8d;
  padding: 0 10px 20px;
  margin-left: 0px;
}

.message-grid {
  display: grid;
  min-height: 100vh;
  align-items: center;
  justify-items: center;
  padding: 40px;
  background-image: linear-gradient(
      to right,
      rgba(0, 0, 0, 0.05) 1px,
      transparent 1px
    ),
    linear-gradient(to bottom, rgba(0, 0, 0, 0.05) 1px, transparent 1px);
  background-size: 230px 230px;
}

.message {
  text-align: center;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.6;
  font-family: "Poppins", sans-serif;
  color: #111;
}

.green {
  color: rgba(121, 226, 95, 1);
  font-weight: 500;
}
.blue {
  color: rgba(27, 22, 249, 1);
}

.heading-container {
  width: 70%;
  padding-left: 50px;
  margin-top: 5%;
}

.heading-container h2 {
  font-size: 4rem;
  font-weight: 700;
  padding: 50px;
  font-family: "orig_poppins_semibold", sans-serif;
  margin-bottom: 50px;
}
.heading-container h2 .green {
  font-size: 56px;
  font-weight: 800;
}

.foundation-section {
  display: flex;
  max-width: 100%;
  margin-left: 0px !important;
}
.foundation {
  width: 100%;
  padding: 100px 150px 0px 30px;
}
.foundation p,
.vision p,
.mission p {
  color: #949494;
  line-height: 1.4;
  font-size: 22px;
}

.foundation h2 {
  color: blue;
  font-size: 36px;
  font-weight: 700;
}
.phygital-section {
  display: flex;
  background-color: rgba(40, 37, 39, 1);
}
.phygital-section-mobile {
  background-color: rgba(239, 239, 239);
}
.phygital {
  text-align: center;
  padding: 120px 6dvh 120px 60px;
}
.phygital h2 {
  color: white;
  font-size: 56px;
  font-weight: 700;
  margin-bottom: 20px;
}
.phygital h2 .green {
  font-size: 56px;
  font-weight: 700;
}
.phygital p {
  color: white;
  font-size: 20px;
  font-weight: 400;
}
.vision-section,
.mission-section {
  display: flex;
}
.vision {
  padding: 80px 15% 0px 0px;
}
.vision h2,
.mission h2 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 10%;
}

.mission {
  padding: 10px 150px 0px 80px;
}
.value-content-section {
  background-color: rgba(40, 37, 39, 1);
  padding: 20px auto;
}
.value-content-section h2 {
  color: white;
  font-size: 40px;
  font-weight: 700;
  margin: 0px 0px 0px 100px;
}
/* .horizontal-scroll-section {
  height: 100vh;
  background: #282527;
  position: relative;
  overflow-x: hidden;
}

.sticky-wrapper {
  position: sticky;
  top: 0;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.horizontal-scroll-section::after {
  content: "";
  display: block;
  height: 500vh;
}

.value-content-slider {
  margin-left: 100px;
  display: flex;
  width: max-content;
  transform: translateX(0);
  animation: scroll-left linear forwards;
  animation-timeline: scroll();
  animation-range: entry 0% exit 100%;
} */

.value-content-slider {
  display: grid;
  grid-template-columns: repeat(3, auto);
  column-gap: 15px;
  row-gap: 30px;
  justify-content: center;
  margin: 0 auto;
  padding-bottom: 30px;
}

.value-content {
  width: 400px;
  height: 400px;
  margin: 10px;
  background: white;
  border-radius: 6px;
  padding: 30px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
.value-content h4 {
  color: #459857;
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 15%;
}
.value-content p {
  font-size: 26px;
  color: #949494;
  line-height: 1.2;
  font-weight: normal;
}

/* @keyframes scroll-left {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-60%);
  }
}

.about-bg-image-section {
  height: 100vh;
  background: url("/images/bank_building.jpg") no-repeat center center fixed;
  background-size: cover;
  position: relative;
  overflow: hidden;
  padding: 10% 6%;
}
.about-bg-image-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, -0.4);
  z-index: 1;
}

.about-bg-image-section > * {
  position: relative;
  z-index: 2;
} */

.contact-section {
  display: flex;
  /* height: 100vh; */
}

.contact-left {
  width: 55%;
  background-image: url("/images/contact-image.jpg");
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: right;
  color: white;
}

.contact-heading h1 {
  font-size: 3.6rem;
  font-weight: 400;
  padding: 20px;
  margin-right: 70px;
  margin-top: 50px;
}

.contact-right {
  width: 45%;
  background: #fff;
  align-items: center;
  justify-content: center;
  padding: 40px;
  margin-left: 40px;
  margin-top: 50px;
}

.contact-form label {
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
  font-family: "helveticaneuew", sans-serif;
  color: #444;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 12px;
  margin-bottom: 20px;
  border: none;
  background: #eee;
  border-radius: 8px;
  font-size: 16px;
  font-weight: bold;
}

.contact-form textarea {
  min-height: 120px;
  resize: vertical;
}

.contact-form button {
  background: #1c1c1c;
  color: white;
  border: none;
  padding: 14px 30px;
  font-size: 16px;
  border-radius: 50px;
  cursor: pointer;
  width: 50%;
  display: block;
  margin-left: auto;
}

.contact-form button:hover {
  background: #333;
}

/* team page responsive */
/* @media (max-width: 426px) {
  .directors-section {
    display: block !important;
    /* flex-wrap: wrap !important; */
/* }
  .directors-heading {
    width: 100% !important;
  }
  .directors-heading h2 {
    margin-top: 20px !important;
    font-size: 4rem !important;
    font-weight: 500 !important;
  }
  .directors-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr)) !important;
  } */

/* story page responsive */
.mobile-decorative,
.phygital-section-mobile {
  display: none;
}
@media (max-width: 1024px) {
  .story .box {
    width: 150px !important;
    height: 150px !important;
  }
  .heading-container h2 {
    padding-left: 50px !important;
    font-size: 2.6rem !important;
    line-height: 1.2 !important;
    margin: 10px 0 !important;
    padding: 0 !important;
    margin-bottom: 40px !important;
  }
  .heading-container h2 .green {
    font-size: 2.6rem !important;
    line-height: 1.2 !important;
    margin: 10px 0 !important;
    padding: 0 !important;
  }
  .decorative-grid {
    display: grid;
    grid-template-columns: 150px 150px !important;
    grid-template-rows: 150px 150px !important;
    width: 50% !important;
  }

  .decorative-grid-foundation,
  .decorative-grid-phygital,
  .decorative-grid-vision,
  .decorative-grid-mission {
    display: grid;
    grid-template-columns: 150px !important;
    grid-template-rows: 150px !important;
  }
  .decorative-grid-vision-grid {
    display: grid;
    grid-template-columns: repeat(2, 150px) !important;
    grid-template-rows: 150px !important;
    justify-content: end;
    width: 100%;
  }
  .decorative-grid-mission {
    display: grid;
    grid-template-columns: repeat(3, 150px) !important;
    grid-template-rows: repeat(2, 150px) !important;
  }
  .foundation p,
  .vision p,
  .mission p,
  .phygital p {
    color: #949494;
    font-size: 16px !important;
    font-weight: 400;
    line-height: 1.2;
  }

  .foundation h2 {
    color: blue;
    font-size: 20px !important;
    font-weight: 700;
  }
  .foundation {
    width: 100%;
    padding: 50px 20px 0px 20px !important;
  }
  .heading-container {
    width: 70% !important;
    padding-left: 50px;
    margin-top: 5%;
  }
  .phygital {
    text-align: center;
    padding: 80px 6dvh 0px 60px !important;
  }
  .decorative-grid-phygital {
    gap: 0 !important;
  }
  .phygital h2,
  .phygital h2 .green {
    font-size: 2rem !important;
  }
  .mission {
    padding: 10px 20px 0px 20px !important;
  }
  .value-content {
    width: 300px !important;
    height: 300px !important;
    margin: 10px;
    background: white;
    border-radius: 6px;
    padding: 40px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  }
  .value-content p {
    font-size: 20px !important;
    color: #949494;
    line-height: 1.2;
    font-weight: normal;
  }
}

@media (max-width: 768px) {
  .story .box {
    width: 100px !important;
    height: 100px !important;
  }
  .heading-container {
    padding-left: 10px !important;
    width: 70% !important;
  }
  .heading-container h2 {
    font-size: 2rem !important;
    padding-left: 40px !important;
  }
  .heading-container h2 .green {
    font-size: 2rem !important;
    font-weight: 600 !important;
  }
  .decorative-grid {
    display: grid;
    grid-template-columns: 100px 100px !important;
    grid-template-rows: 100px 100px !important;
    width: 50%;
  }
  .decorative-grid-foundation,
  .decorative-grid-phygital,
  .decorative-grid-vision,
  .decorative-grid-mission {
    display: grid;
    grid-template-columns: 100px !important;
    grid-template-rows: 100px !important;
  }
  .decorative-grid-phygital {
    row-gap: 70px !important;
  }
  .decorative-grid-vision-grid {
    display: grid;
    grid-template-columns: repeat(2, 100px) !important;
    grid-template-rows: 100px !important;
    justify-content: end;
    width: 100%;
  }
  .foundation p,
  .vision p,
  .mission p {
    color: #949494;
    line-height: 1.2;
    font-size: 14px !important;
  }

  .foundation h2 {
    color: blue;
    font-size: 20px !important;
    font-weight: 700;
  }
  .foundation {
    width: 100%;
    padding: 0px 0px 0px 0px !important;
  }
  .vision h2,
  .mission h2 {
    margin-bottom: 10px !important;
  }
  .decorative-grid-mission {
    display: grid;
    grid-template-columns: repeat(3, 100px) !important;
    grid-template-rows: repeat(2, 100px) !important;
  }
  .phygital h2,
  .phygital h2 .green {
    font-size: 2rem !important;
  }
  .phygital p {
    font-size: 16px !important;
  }
  .phygital {
    padding-top: 20px !important;
  }
  .value-content-section h2 {
    font-size: 32px !important
      ;
  }
  .value-content {
    /* width: 250px !important;
    height: 250px !important; */
    margin: 10px;
    background: white;
    border-radius: 6px;
    padding: 40px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  }
  .value-content p {
    font-size: 16px !important;
  }
}

@media (max-width: 426px) {
  /* .box {
    width: 80px !important;
    height: 80px !important;
  } */
  .heading-container {
    width: 100% !important;
  }
  .heading-container h2 {
    font-size: 2.4rem !important;
    font-weight: 600;
    padding: 20px !important;
    margin: 0px !important;
  }
  .heading-container h2,
  .heading-container h2 .green {
    font-size: 2.4rem !important;
    /* padding: 20px !important; */
  }
  .decorative-grid-mission {
    display: grid;
    grid-template-columns: repeat(3, 80px) !important;
    grid-template-rows: repeat(2, 80px) !important;
  }
  .decorative-grid,
  .decorative-grid-foundation {
    display: none;
    /* display: grid;
    grid-template-columns: 80px 80px !important;
    grid-template-rows: 80px 80px !important; */
  }
  .decorative-grid-phygital,
  .decorative-grid-vision,
  .decorative-grid-mission {
    display: grid;
    grid-template-columns: 80px !important;
    grid-template-rows: 80px !important;
  }
  .foundation {
    width: 100% !important;
    padding: 20px !important;
  }
  .phygital {
    padding: 0px !important;
    margin-top: 20px !important;
    margin-bottom: 20px;
  }

  .vision h2,
  .mission h2 {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 10%;
  }
  .phygital h2 {
    float: left;
  }
  .decorative-grid-phygital {
    row-gap: 220px !important;
  }
  .decorative-grid-vision-grid,
  .decorative-grid-mission {
    display: none !important;
  }
  .vision {
    padding-top: 20px !important;
    margin-left: -60px !important;
  }
  .value-content-section h2 {
    margin-left: 10px !important;
  }
  .mobile-decorative-grid .box {
    width: 100px !important ;
    height: 100px !important;
  }
  .mobile-decorative-grid-left .box {
    width: 100px !important;
    height: 100px !important;
  }
  .decorative-grid-phygital-mobile .box {
    width: 100px !important;
    height: 100px !important;
  }

  .mobile-decorative-grid {
    /* display: block !important; */
    display: grid;
    grid-template-columns: repeat(2, 100px) !important;
    grid-template-rows: repeat(2, 100px) !important;
    gap: 0;
  }

  .mobile-decorative {
    display: flex;
    justify-content: space-between;
  }
  .right-grid {
    justify-content: end;
  }
  .phygital-section-mobile {
    display: block !important;
  }
  .phygital-section {
    display: none !important;
  }
  .top-section {
    justify-items: end !important;
  }
  .phygital-mobile h2 {
    font-size: 2rem !important;
    font-weight: 600 !important;
    text-align: center !important;
  }
  .phygital-content-mobile {
    text-align: center !important;
    padding: 20px !important;
  }
}

/* our team responsive */

/* @media (max-width: 1024px) {
  .hero-section {
    padding: 50px 0px 0px 50px !important;
  }
  .content {
    margin: 0px !important;
  }
  .content h1 {
    font-size: 3rem !important;
  }
  .content h2 {
    margin-top: 90px !important;
    font-size: 1.6rem !important;
    font-weight: 600 !important;
  }
  .content p {
    font-size: 1rem !important;
    line-height: 1.2 !important;
    font-weight: 400 !important;
  }
  .directors-section {
    padding: 20px !important;
  }
  .directors-heading h2 {
    margin-top: 20px !important;
    font-size: 2.6rem !important;
    font-weight: 500 !important;
    padding-right: 30px;
  }
  .directors-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)) !important;
    gap: 20px !important;
    row-gap: -20px !important;
    margin-top: 30px !important;
  }
  .message {
    font-size: 1.6rem !important;
  }
}

@media (max-width: 426px) {
  .directors-heading h2 {
    font-size: 5rem !important;
  }
} */
