header {
  height: auto;
}

.project {
  margin-top: 0;
}

.project h4 {
  margin-top: 70px;
  font-size: 16px;
}

.stroke-effect {
  font-size: 48px;
  font-weight: bold;
  color: white;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

.project h2 {
  text-align: center;
}
.active-nav{
  color:#724AEE;
}
.project h2 a {
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 45px; /* 140.625% */
  letter-spacing: 0.32px;
  text-decoration: none;
  color: #000;
}

.project h2 a:hover {
  font-size: 48px;
  font-weight: bold;
  color: white;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

.project .text-left {
  text-align: left;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 1.2px;
  text-transform: capitalize;
  margin-bottom: 40px;
  font-weight: 400;
  margin-bottom: 5px;
}
.project .left img {
  margin-top: 20px;
}
.project .right img {
  margin-top: 20px;
}
.project .wrapper button {
  cursor: pointer;
}

.foodCourt {
  margin-top: 40px;
}

p{
  text-align: center;
  color: #525252;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 142.523%;
}
.map{
  margin:  0 auto;
 width: 100%;

}
.flex{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.email{
  width:30%;
  text-align: center;
}

.email p {
  margin-top: 20px;
  font-size: 16px;
}
.email p span{
  text-decoration: underline;
}
.dark{
  color:#000;
  font-size: 18px;
}

.contact{
  margin-block: 75px;
}

@media only screen and (max-width:768px){
  .flex{
    
    flex-direction: column;
    width:100%;
    justify-content: center;
  }

  .email{
    margin-top: 40px;
    width:100%;
  }
}

.formsubmit{
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh; 
    background-color: #f0f0f0; 
}

.thanksPage{
  text-align: center;
  background-color: #ffffff;
  padding: 100px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}


.thanksPage img {
 width: 10%;
 margin-bottom: 20px;
}
.thanksPage h2{
  color:#000;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 100% */
  letter-spacing: 1.2px;
  text-transform: capitalize;
  margin-bottom: 30px;
}

.thanksPage p {
  
  text-align: center; 
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 142.523%; /* 19.953px */
}
.thanksPage p a{
  color:#724AEE ;
  text-decoration: none;
}