.launch-container{
    width: 100%;
    background-color: #E96101;
    color: white;
    min-height: 50vh;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    
}
.lauch-data{
    display: flex;
    flex-direction: column;
    position: relative;
}
.launch-design{
    background-color: #E96101;
    width:250px;
    height: 40vh;
    margin-left: 20px;
    border-bottom-left-radius: 130px;
    border-bottom-right-radius: 130px;
    box-shadow: 0px 0px 10px #E96101;
}

.launch-contact{
    
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    width: 100%;
    max-width: 1200px;

}
.launch-contactInfo{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: white;
    border:1px solid #E96101;
  
    padding: 10px;
    border-radius: 10px;
    max-width: 290px;
    text-align: start;
    margin-top: 30px;
    width: 100%;
    height: 260px;
    margin: 10px;
    
}
.launch-data-container{
    display: flex;
    flex-direction: column;
    justify-content: center;
   align-items: center;
    position: absolute;
    width: 100%;
}
.contact-icon{
    width: 70px;
}
.touchUsImg{
    width: 600px;
}

.launch-location{
    margin-top: 50px;
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
}
.location-descrip{
    max-width: 400px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 20px;
}
.locationImg{
    max-width: 500px;
    width: 100%;
}
.join-Community{
    display:flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
}
.join-Community p{
    margin-top: -10px;
}
.join-communityBtn{
    display: flex;
    flex-direction: row;
    
}
#join-whatsApp{
    background-color: white;
    padding: 10px;
    border-radius: 30px;
    font-size: 20px;
    border: 1px solid #e1306c ;
    color: #e1306c;
    cursor: pointer;
    margin: 5px;
    transition: all 0.5s ease-in-out;
}
#join-facebook{
    background-color: white;
    padding: 10px;
    border-radius: 30px;
    font-size: 20px;
    border: 1px solid #1877F2;
    color: #1877F2;
    cursor: pointer;
    margin: 5px;
    transition: all 0.5s ease-in-out;
}
#join-whatsApp:hover{
    background-color: #e1306c;
    color: white;
}
#join-facebook:hover{
    background-color: #1877F2;
    color:white
}
.join-CommunityImg{
    max-width: 1000px;
}
.accelerate-result{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    
}

.accelerate-result h1,p{
    padding:0px 20px;
}
.launch-formData h1{
    padding: 0px 20px;
}
.acc-container{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 300px;
    background-color: #E96101;
    padding: 10px;
    color: white;
    margin: 20px;
}
.accelerate-resData{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
}
.Testimonials-container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    /* margin: 20px; */
    
}


.Testimonials-container h1 span{
    color: #E96101;
}
.testimons-Container{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    width: 100%;
    max-width: 700px;
    
}
.testimonial-Data{
    max-width: 300px;
    text-align: start;
    box-shadow:inset 0px 0px 10px #343332;
    border-radius: 10px;
    padding: 10px;
    /* margin:10px */
}
.testimoniImg{
    max-width: 80px;
    height: 80px;
}
.testimonial-img{
    display: flex;
    flex-direction: row;
}
.launch-formData{
    display: flex;
    flex-direction: column;
    max-width: 500px;
}
.form-launchData{
    display: flex;
    flex-direction: column;
    margin: 20px;
    padding: 10px;
   

}

.form-launchData input{
    width: 90%;
    padding: 10px;
    background-color: transparent;
    color: white;
    border: none;
    border-bottom: 1px solid white;
    outline: none;
}
.form-launchData input::placeholder {
    color: white;
    opacity: 1; /* Firefox */
  }
.form-launchData textarea{
    background-color: transparent;
    margin-top: 10px;
    width: 90%;
    border-radius: 10px;
    /* border: none; */
    outline: none;
    padding: 10px;
    border: 1px solid white;
}
.form-launchData textarea::placeholder{
    color: white;
}
.form-launchData button{
    width: 95%;
    padding: 10px;
    margin-top:10px;
    background-color: white;
    border: 1px solid white;
    color:#E96101;
    border-radius: 10px;
    font-size: 18px;
}
.join-CommunityImg{
    width: 100%;
}

@media screen and (max-width:1200px) {
    .Testimonials-container{
        width: 100%;
        overflow: scroll;
    }
   
    .locationImg{
        width: 300px;
    }
    .official_addressing{
        font-size: 13px !important;
    }
}

@media screen and (max-width:800px) {
    .touchUsImg{
        width: 400px;
    }

}
@media screen and (max-width:500px) {
    .launch-container{
        flex-direction: column;
    }
    .launch-container img{
        width: 100%;
    }
    .launch-contact{
        flex-direction: column;
    }
    .launch-location{
        flex-direction: column;
        margin-top: 700px;
    }
   
    .accelerate-resData{
        
        flex-direction: column;
    }
    .testimons-Container{
        flex-direction: column;
    }
   
    
}