@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

@font-face {
  font-family: "AppleGaramond-Bold";
  src: url("../apple_garamond-font/AppleGaramond-Bold.ttf") format("truetype");
  font-weight: bold;
}

.about-us {
  text-align: center;
}

.about-us h1 {
  font-family: "AppleGaramond-Bold";
  color: darkgreen;
  padding: 0%;
  margin: 0%;
}

.content-profile {
  display: flex;
  justify-content: center;
}

.content-profile p {
  font-family: "Roboto", serif;
  font-size: 1.2em;
  hyphens: auto;
  line-height: 2;
  padding: 0 10%;
  margin: 0%;
}

.content-profile p span {
  color: darkviolet;
}

/* The Modal Img Start */
.no-scroll {
  overflow: hidden;
  height: 100vh;
}

.gsmci-building {
  display: flex;
  justify-content: center;
  margin: 5%;
}

.img1 {
  max-width: 85vw;
  max-height: 600px;
  box-shadow: 1px 2px 11px 2px #828282a6;
}

.modal {
  display: none;
  position: fixed;
  z-index: 999;
  padding: 50% 1% 0 1%;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.9);
}

/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
}

/* Add Animation */
.modal-content,
#caption {
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(0);
  }

  to {
    -webkit-transform: scale(1);
  }
}

@keyframes zoom {
  from {
    transform: scale(0);
  }

  to {
    transform: scale(1);
  }
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 50px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}
/* The Modal Img End */

/* Vision, Mission, Goals , Core Values,*/
.corevalues-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
}

.vmgc-holder {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  padding: 5%;
}

.box-vmgc {
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 20px;
  width: 100%;
  max-width: 500px;
}

.box-vmgc h2 {
  text-align: center;
  color: darkgreen;
  font-family: "AppleGaramond-Bold";
}

.grnclr {
  color: darkgreen;
  font-weight: bold;
}

/* Responsive Design */
@media (max-width: 769px) {
  .content-profile p {
    text-align: left;
    padding: 0 1% 0 4%;
    font-size: 1.3em;
  }
  .about-us h1 {
    font-size: 3.5em;
  }
}

@media (max-width: 426px) {
  .content-profile p {
    text-align: left;
    padding: 0 1% 0 4%;
    font-size: 1.2em;
  }
  .about-us h1 {
    font-size: 3em;
  }
}
@media (max-width: 376px) {
  .content-profile p {
    text-align: left;
    padding: 0 1% 0 4%;
    font-size: 1.1em;
  }
  .about-us h1 {
    font-size: 2.5em;
  }
}
@media (max-width: 321px) {
  .content-profile p {
    text-align: left;
    padding: 0 1% 0 4%;
    font-size: 1em;
  }
  .about-us h1 {
    font-size: 2em;
  }
}
