@font-face {
  font-family: "Cirka";
  src: url("fonts/Cirka-Bold.otf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body {
  background-color: #000;
  color: white;
  width: 100vw;
  /*to prevent horizontal scroll*/
  /* overflow-x: hidden; */
}

header {
  background: transparent;
  /* margin-top: 4%; */
  width: 100%;
  /* z-index: 10; */
}

.container {
  display: flex;
  align-items: center;
  max-width: 100%;
  height: 100%;
  justify-content: center;
  background: transparent;
}

.logo {
  width: 7.5%;
  height: auto;
  position: absolute;
  /* z-index: 10; */
  top: 0.8%;
  left: 3%;
}

.navbar {
  width: 50%;
  margin-top: 2%;
  display: flex;
  /* position: absolute; */
  /* z-index: 10; */
  background: transparent;
}

.nav-list {
  list-style: none;
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 5%;
  padding-right: 5%;
  padding-top: 2.7%;
  padding-bottom: 2.7%;
  background: linear-gradient(
    175deg,
    rgba(17, 18, 20, 0.75) 5%,
    rgba(12, 13, 15, 0.9) 76%
  );
  box-shadow: 0px 0.93px 0.93px 0.93px rgba(255, 255, 255, 0.15) inset;
  border-radius: 1rem;
  border: 0.93px rgba(255, 255, 255, 0.06) solid;
  backdrop-filter: blur(4.67px);
}

.nav-list a {
  text-decoration: none;
  color: #9c9c9d;
  font-weight: 500;
  font-family: "poppins";
  font-size: 1.2vw;
}

.nav-list a:hover {
  color: #fff;
}

.nav-list .active {
  color: #fff;
}

.about-us {
  margin-top: 5%;
  width: 100vw;
  /* height: 90vh; */
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.about-us-head {
  text-align: center;
  color: white;
  font-size: 6vw;
  font-family: "Cirka";
  font-weight: 500;
  word-wrap: break-word;
}

#about-us-line {
  text-align: center;
  color: #fff;
  font-size: 3.3vw;
  font-family: "Poppins";
  font-weight: 400;
  word-wrap: break-word;
  padding-top: 2%;
  width: 60vw;
}

.story-section {
  /* height: 80vh; */
  width: 100vw;
  margin-top: 10%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.our_story {
  color: white;
  font-size: 7vw;
  font-family: "Cirka";
  font-weight: 450;
  word-wrap: break-word;
}

.story {
  text-align: center;
  width: 60%;
  color: white;
  font-size: 1.5vw;
  font-family: "Poppins";
  font-weight: 400;
  word-wrap: break-word;
  margin-top: 3%;
}

.meet-the-team {
  /* height: 150vh; */
  width: 100vw;
  margin-top: 12%;
}
.team-head {
  text-align: center;
  color: white;
  font-size: 6vw;
  font-family: "Cirka";
  font-weight: 500;
  word-wrap: break-word;
}
.team-line {
  color: #797979;
  text-align: center;
  font-size: 1.8vw;
  font-family: "Plus Jakarta Sans";
  font-weight: 500;
  word-wrap: break-word;
  margin-top: 1%;
}

.team-cards {
  width: 100vw;
  /* height: 120vh; */
  /* background-color: yellow; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin: 1%;
}
.cards {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2%;
  height: 50%;
  width: 100%;
  margin-top: 5%;
}

.card {
  width: 18%;
  height: 100%;
  border-radius: 7%;
  /* border: 0.87px rgb(255, 255, 255, 0.2) solid; */
}

.card {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.card:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.card-img {
  width: 100%;
  height: 60%;
  border-top-left-radius: 20.08px;
  border-top-right-radius: 20.08px;
}
.info {
  width: 100%;
  height: 40%;
}
.name {
  color: #c6bdbd;
  font-size: 1.3vw;
  font-family: "Poppins";
  font-weight: 400;
  word-wrap: break-word;
  width: 100%;
  text-align: center;
  padding-top: 10%;
}
.pos {
  color: #454545;
  width: 100%;
  text-align: center;
  font-size: 1.1vw;
  font-family: "Poppins";
  font-weight: 400;
  word-wrap: break-word;
}
.box-flex {
  width: 100%;
  height: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 5%;
  gap: 5%;
}
.box {
  width: 12%;
  height: 100%;
  /* background: #d9d9d9; */
  border-radius: 1%;
  /* display: flex;
  justify-content: center;
  align-items: center; */
}

.box img {
  /* border-radius: 5.03px; */
  height: 100%;
  width: 100%;
  padding: 10%;
}

footer {
  margin-top: 10%;
  width: 100%;
  display: flex;
  justify-content: center;
}

.newsletter-container {
  border-top: 1.186px solid #1b1c1e;
  border-bottom: 1.186px solid #1b1c1e;
  display: flex;
  justify-content: space-between;
  gap: 15%;
  background-color: black;
  padding: 3%;
  color: white;
  width: 90%;
  /* height: 10%; */
  margin-bottom: 5%;
}

.left-newsletter {
  flex: 1;
  padding-top: 3%;
  padding-bottom: 3%;
  width: 50%;
}

.but:active {
  color: #000;
}

.left-newsletter-head {
  text-align: start;
  color: white;
  font-size: 1.3vw;
  font-family: Inter;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.06vw;
}

.left-newsletter-desc {
  color: #9c9c9d;
  font-size: 1vw;
  font-family: "Inter";
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.06vw;
}

.right-newsletter {
  flex: 1;
  padding-top: 1%;
  padding-bottom: 1%;
  width: 50vw;
}
/* .right-newsletter form {
  height: 50%;
} */
.right-newsletter form input[type="email"] {
  padding: 3% 2% 3% 2%;
  background-color: rgb(26, 26, 26, 0.6);
  border: 1.186px solid #1b1c1e;
  color: white;
  border-radius: 0.7rem;
  width: 60%;
  font-size: 1vw;
  /* height: 80%; */
  transition: background-color 0.2s ease-in-out;
}

.right-newsletter form input[type="email"]:hover {
  background-color: #1f1e1e;
}

.right-newsletter form button {
  padding: 2.5% 2% 2.5% 2%;
  background-color: #ffffff;
  color: black;
  border: none;
  border-radius: 0.7rem;
  cursor: pointer;
  transition: background-color 0.2s ease-in-out;
  width: 30%;
  /* height: 85%; */
  font-size: 1vw;
  font-family: "Inter";
  font-weight: 550;
  letter-spacing: 0.06vw;
  margin-left: 2%;
}

.right-newsletter form button:hover {
  background-color: rgb(221, 218, 218);
}

.right-newsletter-desc {
  text-align: justify;
  color: rgba(255, 255, 255, 0.4);
  font-size: 1vw;
  font-family: Inter, sans-serif;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: 0.04vw;
  padding-top: 2%;
}

.sections {
  display: flex;
  justify-content: space-between;
  margin: 5%;
  margin-left: 20%;
  margin-right: 20%;
  /* height: 60vh; */
}

.contact_us,
.company,
.community {
  width: 30%;
}
.contact_us h3,
.company h3,
.community h3 {
  color: white;
  font-family: "Inter", sans-serif;
  font-size: 1.3vw;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.06vw;
  margin-bottom: 15%;
  padding-left: 10%;
}

.contact_us ul,
.company ul,
.community ul {
  list-style-type: none;
  padding-left: 10%;
  /* text-align: center; */
}

.contact_us ul li,
.company ul li,
.community ul li {
  margin-bottom: 12%;
}

.contact_us ul li a,
.company ul li a,
.community ul li a {
  color: #9c9c9d;
  font-size: 1.1vw;
  font-family: "Inter";
  font-weight: 500;
  letter-spacing: 0.06vw;
  text-decoration: none;
}

.contact_us ul li a:hover,
.company ul li a:hover,
.community ul li a:hover {
  color: #fff;
}

.company .current-page {
  color: #fff;
}
