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;
  }
  .main{
    width: 100%;
  }
  .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 #a68efc;
    font-size: 4.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, #8594e4);
  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(65, 91, 237, 0.5);
    box-shadow: 0 0 20px 5px rgba(81, 103, 231, 0.2), 0 0 40px 5px rgba(81, 103, 231, 0.4), 0 0 60px 5px rgba(81, 103, 231, 0.6), 0 0 80px 5px rgba(81, 103, 231, 0.8), 0 0 100px 5px rgba(81, 103, 231, 0.8), 0 0 120px 5px rgb(81, 103, 231, 1);
}
.engagement-model {
  width: 100%;
  background-color: #a68efc;
}
.engage{
  margin-left: 5%;
  width: 90%;
  display: flex;
    align-items: center;
justify-content: center;
margin-right: 5%;
}
.engage-div{
  width: 50%;
  display: flex;
    align-items: start;
justify-content: center;
flex-direction: column;
padding: 100px 0;
}
.types{
  display: flex;
  align-items: start;
justify-content: center;
flex-direction: column;
margin-top: 20px;
}
.engage-div h2{
  color: #fff;
  font-size: 3vw;
}
.types h6{
  color: #fff;
  font-size: 1vw;
  margin: 10px 0;
}
.types a{
  text-decoration: none;
}
.types-div{
 display: flex;
 align-items: center;
 cursor: pointer;
justify-content: center;
}
.types-div i{
  color: #fff;
  margin-right: 10px;
  font-size: 1.5rem;
}
.engage-div p{
  color: #fff;
  letter-spacing: 1.5px;
  line-height: 160%;
}
.models{
  width: 100%;
  display: flex;
 align-items: center;
justify-content: center;
}
.model{
  display: flex;
 align-items: center;
justify-content: center;
width: 90%;
margin-left: 5%;
margin-right: 5%;
}
.model-div{
  width: 50%;
  display: flex;
 align-items: center;
justify-content: center;
flex-direction: column;
padding: 50px;
}
.model-div h4{
  font-size: 1.5vw;
}
.model-div p{
  font-size: 1vw;
  line-height: 160%;
  letter-spacing: 1.3px;
  color: gray;
}
.model-div img{
  height: 60vh;
  width: 53vw
}
.tools{
  display: flex;
  align-items: center;
 justify-content: center;
 flex-direction: column;
 padding: 100px 0;
 width: 90%;
 margin-left: 5%;
 margin-right: 5%;
}
.tools h2{
  color: #fff;
  font-size: 2vw;
}
.tools p{
  color: #fff;
  font-size: 20px;
}
#customers {
  border-collapse: collapse;
  width: 100%;
  display: flex;
  align-items: center;
 justify-content: center;
 flex-direction: column;
  margin-top: 20px;
}

#customers td, #customers th {
  /* border: 1px solid #5a5cd4; */
  padding: 8px;
  color: #fff;
  text-align: center;
}

#customers th {
  padding: 25px;
  text-align: left;
  font-size: 30px;
  color: #8594e4;
  /* color: white; */
}
.above-footer{
  height: 60vh;
  width: 100%;
  background-color: black;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.above-footer-left {
  margin-left: 10%;
  width: 40%; 
}

.above-footer-left h2 {
  font-size: 3vw;
  font-weight: 700;
  color: white;
  line-height: 4vw;
  border-left: none;
   padding: 0px;
}

.above-footer-left p {
  margin-top: 30px;
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  line-height: 150%;
}

.above-footer-right {
  width: 24%;
}

.above-footer-right button {
  width: 170px;
height: 170px;
border-radius: 50%;
background-color: #007bff; 
color: #fff; 
text-align: center;
font-size: medium;
line-height: 50px; 
border: none;
cursor: pointer;
}

.above-footer-right button:hover {
  background-color: #EDBFFF;
}
.locate-us{
  height: 350px;
  width: 100%;
  background-color: black;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
}
.locate{
  border: 2px solid #007bff;
background-color: #007bff4d;
width: 80%;
height: 300px;
padding: 40px;
}
.locate h1{
  font-size: 40px;
  color: #fff;
}
.addresses{
  display: flex;
  align-items: center;
  justify-content:space-between;
  margin-top: 30px;
}
.stamps{
  display: flex;
  align-items: center;
  justify-content:space-between;
  gap: 15px;
}
.stamp-img img{
  height: 125px;
  width: 95px;
}
.stamp-add{
  display: block;
  height: 125px;
  width: 160px;
}
.stamp-add h3{
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
}
.stamp-add p{
  margin-top: 5px;
  font-size: 0.85rem;
  font-weight: 100;
}
.moving{
  width: 100%;
  height: 120vh;
  /* background-color: hsl(346deg, 17%, 70%, 1); */
  background-color: black;
  display: flex;
}

footer{
  /* height: 100vh; */
  padding: 0 50px ;
  width: 100%;
  background-color: #111;
}
footer .container{
  background-color: #111;
}
footer .row{
  display: flex;
  justify-content: space-between;
  padding: 40px 100px;
}
.footer-col ul{
  list-style: none;
}
.footer-col h4{
  color: white;
  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: #007bff;
  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;
}
.row hr{
  opacity: 0.7;
}
.row .socailIcons i{
  display: inline-block;
  color: white;
  font-size: 20px;
  margin: 0 15px;
  transition: 0.5s;
}
.row .socailIcons i:hover{
  color: #007bff;
}
.row .col p{
  margin-bottom: 10px;
}