body {
  background-color: #111111 !important;
}
#about-us {
  height: 100vh;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow-x: hidden;
  background-image: url("/assets/only-stars.png");
  background-color: #111111 !important;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
}

.about-us {
  overflow: hidden;
  text-align: center;
  font-family: "Helvetica";
  font-size: 1.3rem;
  color: #f8f8ff;
  width: 70%;
  line-height: 1.1;
  cursor: default;
  padding-top: 40px !important;
}

.about-us span {
  text-align: center;
  font-family: "Helvetica-bold";
  font-size: 2.5rem;
  color: #f8f8ff;
  width: 80%;
  cursor: default;
}

.heading span {
  font-size: 2.3rem;
}
.about-us p {
  font-size: 2.3rem;
  overflow: hidden;
  margin-bottom: 5px;
}

.tag {
  font-size: 1.8rem !important;
}

.know-more {
  position: relative;
  text-decoration: none;
}
.know-more::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  border-radius: 4px;
  background-color: #ffffff;
  bottom: 0;
  left: 0;
  transform-origin: right;
  transform: scaleX(0);
  transition: transform 0.3s ease-in-out;
}
.know-more:hover::before {
  transform-origin: left;
  transform: scaleX(1);
}
.know-more1 {
  position: relative;
  text-decoration: none;
}
.know-more1::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  border-radius: 4px;
  background-color: #161616;
  bottom: 0;
  left: 0;
  transform-origin: right;
  transform: scaleX(0);
  transition: transform 0.3s ease-in-out;
}
.know-more1:hover::before {
  transform-origin: left;
  transform: scaleX(1);
}

/* #newwords {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background: linear-gradient(
    to top,
    rgb(255, 255, 255) 0%,
    rgb(255, 255, 255) 50%,
    rgb(0, 0, 0) 50%,
    rgb(0, 0, 0) 100%
  );
  user-select: none;
}

.scrolling-words-container {
  display: flex;
  align-items: center;
  font-size: 7rem;
  font-family: "Gotham-Black";
}

.scrolling-words-box {
  height: 8rem;
  margin: auto;
  overflow: hidden;
}
.scrolling-words-box ul {
  margin: 0 0.625rem;
  padding: 0;
  animation: scrollUp 4s infinite;
  overflow: hidden;
}
.scrolling-words-box ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 8rem;
  list-style: none;
  overflow: hidden;
  width: 100%;
}

@keyframes scrollUp {
  15%,
  25% {
    transform: translateY(-20%);
  }
  40%,
  50% {
    transform: translateY(-40%);
  }
  65%,
  75% {
    transform: translateY(-60%);
  }
  90%,
  100% {
    transform: translateY(-80%);
  }
} */

.main {
  height: 100vh;
  grid-template-rows: 1fr 1fr;
  cursor: default;
}

.vision {
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-template-rows: 1fr;
  height: 50vh;
  color: #ffffff;
  background-color: #0f0f0f;
}

.vision-head {
  grid-area: 1 / 1 / 2 / 2;
  font-family: "Gotham-medium";
  font-size: 3rem;
}
.vision-body {
  grid-area: 1 / 2 / 2 / 3;
  overflow: hidden;
  text-align: justify;
  padding-right: 160px;
  font-family: "Helvetica";
  font-size: 1.2rem;
}

.vision > div {
  display: flex;
  align-items: center;
  justify-content: center;
}

.mission {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-template-rows: 1fr;
  color: #fff;
  background-color: #0f0f0f;
  height: 50vh;
}

.mission-head {
  grid-area: 1 / 2 / 2 / 3;
  font-family: "Gotham-medium";
  font-size: 3rem;
}
.mission-body {
  grid-area: 1 / 1 / 2 / 2;
  overflow: hidden;
  text-align: justify;
  padding-left: 160px;
  font-family: "Helvetica";
  font-size: 1.2rem;
}

.mission > div {
  display: flex;
  align-items: center;
  justify-content: center;
}

.main2 {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
  position: relative;
  color: #1f1f1f;
  background-color: #ffffff;
  height: auto;
  overflow: hidden;
  padding-top: 90px;
  padding-right: 90px;
  padding-left: 90px;
  padding-bottom: 50px;
  cursor: default;
}

.main2-content {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  width: 100%;
  gap: 30px;
}

.main2-text {
  width: 60%;
}

.main2-head {
  font-family: "Gotham-Medium";
  font-size: 2.3rem;
  margin-bottom: 40px;
}
.main2-head span {
  font-family: "Gotham-Black";
  color: #111111 !important;
  border-bottom: 3px solid black;
}

.main2-body {
  font-family: "Helvetica";
  font-size: 1.2rem;
  text-align: justify;
}

.main2-image {
  width: 60%;
  user-select: none;
  order: 2 !important;
}

.main2-image img {
  max-width: 100%;
  user-select: none;
  border-radius: 8px;
}

#why-choose-us {
  height: auto;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px;
  cursor: default;
  overflow: hidden;
}

.why {
  display: grid;
  grid-template-columns: 0.5fr 1fr 0.5fr 1fr 0.5fr 1fr 0.5fr 1fr 0.5fr 1fr;
  grid-template-rows: 1fr;
  align-items: center;
  text-align: center;
  height: auto;
  grid-column-gap: 0px;
  background-color: #fff;
  overflow: hidden;
}

.why-head {
  font-family: "Gotham-medium";
  font-size: 2.7rem;
  text-align: center;
  padding-bottom: 3%;
  color: #0f0f0f;
}

.num1 {
  grid-area: 1 / 1 / 2 / 2;
  font-size: 12rem;
  font-family: "Gotham-medium";
  color: #0f0f0f54;
}
.num2 {
  font-size: 12rem;
  font-family: "Gotham-medium";
  grid-area: 1 / 3 / 2 / 4;
  color: #0f0f0f54;
}
.num3 {
  font-size: 12rem;
  font-family: "Gotham-medium";
  grid-area: 1 / 5 / 2 / 6;
  color: #0f0f0f54;
}
.num4 {
  font-size: 12rem;
  font-family: "Gotham-medium";
  grid-area: 1 / 7 / 2 / 8;
  color: #0f0f0f54;
}
.num5 {
  font-size: 12rem;
  font-family: "Gotham-medium";
  grid-area: 1 / 9 / 2 / 10;
  color: #0f0f0f54;
}
.txt1 {
  grid-area: 1 / 2 / 2 / 3;
  text-align: left;
  font-family: "Helvetica";
  font-size: 1.1rem;
  color: #0f0f0f;
}
.txt2 {
  grid-area: 1 / 4 / 2 / 5;
  text-align: left;
  font-family: "Helvetica";
  font-size: 1.1rem;
  color: #0f0f0f;
}
.txt3 {
  grid-area: 1 / 6 / 2 / 7;
  text-align: left;
  font-family: "Helvetica";
  font-size: 1rem;
  color: #0f0f0f;
}
.txt4 {
  grid-area: 1 / 8 / 2 / 9;
  text-align: left;
  font-family: "Helvetica";
  font-size: 1.1rem;
  color: #0f0f0f;
}

.txt5 {
  grid-area: 1 / 10 / 2 / 11;
  text-align: left;
  font-family: "Helvetica";
  font-size: 1.1rem;
  color: #0f0f0f;
}

@media (max-width: 1043px) {
  .about-us {
    font-size: 1.5rem;
    width: 90%;
  }
  .scrolling-words-container {
    font-size: 5rem;
  }
}

@media (max-width: 768px) {
  .about-us {
    font-size: 1rem;
    width: 85%;
  }
  .heading span {
    font-size: 1.9rem;
  }
  .about-us p {
    font-size: 1.4rem !important;
    margin-bottom: 10px;
  }
  .about-us span {
    font-size: 1.9rem;
  }
  .tag {
    font-size: 1.7rem !important;
  }
  .scrolling-words-container {
    font-size: 3rem;
  }
  .main {
    height: auto;
  }
  .vision {
    display: flex !important;
    flex-direction: column !important;
    height: auto;
    overflow: hidden;
  }
  .vision-head {
    padding-top: 20px;
    padding-left: 20px;
  }
  .vision-body {
    text-align: left;
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 50px;
    font-size: 1.1rem;
  }
  .vision > div {
    justify-content: left;
  }
  .mission {
    display: flex !important;
    flex-direction: column !important;
    height: auto;
    overflow: hidden;
  }
  .mission-head {
    padding-left: 20px;
  }
  .mission-body {
    text-align: left;
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 20px;
    font-size: 1.1rem;
    padding-bottom: 30px;
  }
  .mission > div {
    justify-content: left;
  }
  .main2 {
    padding: 20px;
  }
  .main2-content {
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
  }
  .main2-image {
    padding-top: 25px;
    width: 95%;
    order: -1 !important;
  }
  .main2-text {
    width: 95%;
  }
  .main2-head {
    font-size: 2.7rem;
    margin-bottom: 10px;
    text-align: center;
  }
  .main2-head span {
    border-bottom: 0px;
  }
  .main2-body {
    font-size: 1.1rem;
    text-align: center;
  }
  .why {
    display: grid;
    grid-template-columns: 0.5fr 1fr;
    grid-template-rows: repeat(5, 1fr);
  }
  .why-head {
    padding-bottom: 8%;
  }
  .num1 {
    grid-area: 1 / 1 / 2 / 2;
    font-size: 10rem;
  }
  .num2 {
    grid-area: 2 / 1 / 3 / 2;
    font-size: 10rem;
  }
  .num3 {
    grid-area: 3 / 1 / 4 / 2;
    font-size: 10rem;
  }
  .num4 {
    grid-area: 4 / 1 / 5 / 2;
    font-size: 10rem;
  }
  .num5 {
    grid-area: 5 / 1 / 6 / 2;
    font-size: 10rem;
  }
  .txt1 {
    grid-area: 1 / 2 / 2 / 3;
  }
  .txt2 {
    grid-area: 2 / 2 / 3 / 3;
  }
  .txt3 {
    grid-area: 3 / 2 / 4 / 3;
  }
  .txt4 {
    grid-area: 4 / 2 / 5 / 3;
  }
  .txt5 {
    grid-area: 5 / 2 / 6 / 3;
  }
}

@media (max-width: 500px) {
  .scrolling-words-container {
    font-size: 2rem;
  }
}
@media (max-width: 425px) {
  .about-us {
    margin-top: 15%;
  }
  .scrolling-words-container {
    font-size: 1.7rem;
  }
  .main2-image {
    padding-top: 25px;
  }
  .main2-head {
    font-size: 2.3rem;
  }
  .main2-body {
    font-size: 1.1rem;
  }
}

@media (max-width: 280px) {
  .about-us {
    margin-top: 20%;
  }
  .main2-head {
    font-size: 2rem;
  }
  .main2-body {
    font-size: 1rem;
  }
  .main2-text {
    width: 98%;
    /* padding: 20px; */
  }
}
