body, h1, h2, form {
    margin: 0;
    padding: 0;
  }
  body {
    font-family: Montserrat,Verdana;
    background-color: #fff;
    color: #111;
  }
  .container {
    /* padding-left: 50px;
    padding-right: 50px; */
    /* padding-top: 20px; */
    /* display: flex; */
    align-items: center;
    justify-content: center;
  }
  .contact_wrapper {
    width: 100%;
display: flex;
align-items: center;
justify-content: center;
    height: 100vh;
    background-color: black;
  }
  .about_wrapper{
    border-radius: 50px;
    height: 100vh;
    margin-right: 5%;
    margin-left: 5%;
    width: 90%;
    display: flex;
    align-items: center;
justify-content: center;
  }
  .contact_col-left {
    width:50%;
    height: 100%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 4vh
  }
  .contact_col-left h2{
    color: rgb(0, 0, 0);
    -webkit-text-stroke: 1px #F8F8F8;
    text-shadow: 0px 4px 6px #8EC5FC;
    font-size: 5.5vw;
    font-weight: 700;

  }
  .contact_col-left p{
    font-size: 1.2vw;
      font-weight: 100;
      margin-left: 1vw;
      line-height: 120%;
      transform-origin: left;
      color: #fff;
  }
  
  .contact_col-rigth {
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
justify-content: center;
  }
 .pyramid{
  position: absolute;
  width: 300px;
  height: 300px;
  transform-style: preserve-3d;
  animation: animate 8s linear infinite;
 }
 @keyframes animate {
  0%{
    transform: rotateX(-30deg) rotateY(0deg);
  }
  100%{
    transform: rotateX(-30deg) rotateY(360deg);
  }
}
 .pyramid div{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
}
.pyramid div span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(#f1f1f1, #007bff);
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  transform: rotateY(calc(90deg * var(--i))) translateZ(150px) rotateX(30deg);
  transform-origin: bottom;
}
.shadow{
  position: absolute;
  top: 0;
  left: 0;
  width: 300px;
  height: 300px;
  background: #0b0b0b;
  transform: rotateX(90deg) translateZ(-250px);
  filter: blur(20px);
}
.shadow::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 300px;
  height: 300px;
  transform: translateZ(-380px);
  filter: blur(20px);
  background: rgba(0, 123, 255, 0.5);
    box-shadow: 0 0 20px 5px rgba(0, 123, 255, 0.2), 0 0 40px 5px rgba(0, 123, 255, 0.4), 0 0 60px 5px rgba(0, 123, 255, 0.6), 0 0 80px 5px rgba(0, 123, 255, 0.8), 0 0 100px 5px rgba(0, 123, 255, 0.8), 0 0 120px 5px rgba(0, 123, 255, 1);
}
.col {
    flex: 1;
    text-align: center;
    background: none;
    padding: 10px;
    color: #fff;
    border-radius: 5px;
}
.col h2{
  /* color: rgba(255, 255, 255, 0.718); */
  color: #fff;
}
.col p{
  color: #fff;
  font-weight: 600;
}
.values{
  margin-top: 8vh;
}
  .values h1{
    color: rgb(138, 137, 143);
    margin-left: 3vw;
    font-weight: 540;
  }
  .head{
    margin-top: 5vh;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .head-left{
    width: 35%;
    display: block;
    justify-content: center;
    align-items: center;
  }
  .head-left h1{
    color: #20202067;
    font-size: 8vw;
    line-height: 80%;
  }
  .head-right{
    width: 50%;
    color: #111;
    display: block;
    align-items: center;
    justify-content: center;
  }
  .head-right p{
    color: #111;
  }
  .values h2{
    color: black;
    font-weight: 600;
  }
  
  .valuediv h3{
    color: black;
    font-size: 2.7vw;
    margin-bottom: 1vh;
  }
  .valuediv p{
    color: #202020e4;
    margin-bottom: 1.9vh;
    font-size: 1.3vw;
    font-weight: 500;
  }
  .team {
   width: 90%;
   margin-left: 5%;
   margin-right: 5%;
   padding: 50px 0;
  }
  .team h2{
    color: black;
    font-size: 4vw;
      font-weight: 500;
  }
  .team p{
    color: grey;
    font-size: 1.5vw;
      font-weight: 300;
      margin-top: 30px;
  }
 .founder {
  padding: 50px;
  width: 100%;
  display: flex;
    align-items: center;
    justify-content: center;
 }
 .founder-img {
  width: 30%;
  margin-right: 10%;
 }
 .found {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
 }
 .found h6{
color: gray;
font-size: 20px;
 }
 .found i{
  font-size: 2rem;
 }
 .founder-img img{
  border-radius: 50px;
  width: 380px;
  height: 400px;
 }
 .found-msg{
  /* background-color: aq; */
  padding: 30px;
  border-radius: 30px;
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.1);
 }
 .found-msg h5{
  font-size: 20px;
  color: #0b0b0b;
  margin-bottom: 3px;
 }
 .found-msg h6{
  font-size: 15px;
  color: #0b0b0b;
  font-weight: 300;
 }
.industry {
  width: 90%;
  padding: 0px 0 150px 0;
  margin-left: 5%;
  margin-right: 5%;
}
.industry h2{
  color: black;
  font-size: 4vw;
    font-weight: 500;
    margin-bottom: 30px;
}
.industry p{
  color: grey;
  font-size: 1.5vw;
    font-weight: 300;
}
.oval{
  /* background-color: #f8f8fb; */
  height: 15vh;
  width: 25vw;
}
.rowi {
  display: flex;
  justify-content: space-between;
}

.coli {
  flex: 1;
  text-align: center;
  background: none;
  padding: 50px;
  color: black;
  border-radius: 5px;
}
.oval p{
  color: black;
}
.wh{
  width: 100%;
  padding: 70px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.what{
  width: 90%;
  display: flex;
  align-self: center;
  justify-content: center;
  gap: 5vh;
}
.who{
  background-color: #8EC5FC;
  border-radius: 20px;
  width: 45%;
  padding: 20px;
}
.who h5{
  color: #fff;
 font-size: 3.5vw;
 margin-bottom: 20px;
}
.who p{
  margin-bottom: 10px;
  line-height: 150%;
  letter-spacing: 1.5px;
}
.belife{
  padding: 100px 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.belife h1{
  color: #0b0b0b;
  font-size: 2.5vw;
  font-weight: 800;
  margin-bottom: 50px;
}
.belief-divs{
  margin-left: 5%;
  margin-right: 5%;
  width: 90%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.belief-div {
  display: flex;
  align-items: start;
  justify-content: center;
  flex-direction: column;
  gap: 1.5vh;
  padding: 30px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  width: calc(33% - 20px);
}
.belief-icon i{
  font-size: 2.5rem;
}
.belief-div h5{
  color: #0b0b0b;
  font-size: 2vw;
}
.belief-div p{
  color: #0b0b0b;
  line-height: 150%;
  font-size: 1.2vw;
}
.row .col{
  flex:none
}