body, h1, h2, form {
    margin: 0;
    padding: 0;
  }
  body {
    font-family: Montserrat,Verdana;
    background-color: #111;
    color: #fff;
  }
  .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;
    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 #d7fc8e;
    font-size: 5.5vw;
    font-weight: 700;
    margin-left: 10px;
 text-align: left;
  }
  .contact_col-left p{
    font-size: 1.2vw;
      font-weight: 100;
      margin-left: 1vw;
      line-height: 130%;
      transform-origin: left;
      color: #fff;
  }
  
  .contact_col-rigth {
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
justify-content: center;
  }
  .blob-div{
 /* width: 100%;
 height: 100%; */
  }
.blob{
  width: 500px;
  height: 500px;
  /* position: absolute; */
}
.blob:nth-child(2){
  filter: blur(50px);
}
.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{
  background-color: #0b0b0b;
  padding: 50px 0;
}
  .values h1{
    color: rgb(138, 137, 143);
    margin-left: 3vw;
    font-weight: 540;
  }
  .head{
    margin-top: 5vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 100px;
  }
.port-div{
    padding: 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 80%;
    border-radius: 20px;
    height: 400px;
}
#port-div{
    flex-direction: row-reverse;
}
.port-div:hover{
    background-color: #fbfafa24;
}
.port-content{
    width: 47%;
    display: flex;
    flex-direction: column;
    gap: 30px;
    color: #fff;
}
.port-content h6{
    font-size: 30px;
    font-weight: 500;
}
.port-content P{
  letter-spacing: 2px;
  line-height: 130%;
  font-size: 18px;
}
.port-upper-div{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.port-upper-div i{
    font-size: 30px;
}
.port-inner-div{
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.port-inner-div p{
    width: 40%;
    line-height: 130%;
    font-size: 15px;
}
.port-image{
    width: 50%;
    height: 100%;
}
.port-image img{
    width: 100%;
    height: 100%;
    border-radius: 10px;
}
  .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);

 }
.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;
  font-size: 1.3vw;
}
footer{
  height: 70%;
  width: 100%;
}
footer .contain{
  background-color: #111;
}
footer .rowf{
  display: flex;
  justify-content: space-between;
  padding: 40px 100px;
}
.footer-col ul{
  list-style: none;
}
.footer-col h4{
  color: white;
  margin-top: 30px;
  margin-bottom: 25px;
  font-size: 22px;
  position: relative;
  font-family: 'Ubuntu', sans-serif;
}
.footer-col h4::before{
  content: '';
  width: 70px;
  height: 2px;
  position: absolute;
  background-color: salmon;
  bottom: -10px;
}
.footer-col ul li {
 padding: 10px 0;
}
.footer-col ul li a{
  color: white;
  text-decoration: none;
  font-size: 16px;
  opacity: 0.7;
  transition: 0.5s;
} 
.footer-col ul li a:hover{
  opacity: 1;
}
.rowf hr{
  opacity: 0.7;
}
.rowb .socailIcons i{
  display: inline-block;
  color: white;
  font-size: 20px;
  margin: 0 15px;
  transition: 0.5s;
}
.rowb .socailIcons i:hover{
  color: salmon;
}
.rowb .col p{
  margin-bottom: 10px;
}
