.discover-container{
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
}
.discover-useImg{
    max-width: 500px;
    width: 100%;
    
}
.discover-header{
    display: flex;
    align-items: center;
    justify-content: center;
}
.testimonis-data{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 300px;
}
.testimonials-image{
    width: 80px;
}
.thrust-container{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    
}
.thrust-dataContainer{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}
.thrust-data{
  box-shadow: 0px 0px 10px black;
  border-radius: 10px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 10px;
    max-width: 340px;
    width: 100%;
align-items: center;
justify-content: center;
    display: flex;
    flex-direction: column;
    margin:20px;
    background: linear-gradient(to bottom, white 60%, #E96101 40%);

}
.thrust-dataContent{
    max-height: 200px;
    height: 100%;
    overflow:scroll;
    margin-bottom: 40px;
}
.thrust-dataContent::-webkit-scrollbar{
    display: none;
}
.thrust-heading{
    font-weight: bold;
    color: white;
}
.thrust-dataImg{
    width: 50px;
    height: 30px;
    padding: 10px;
   box-shadow: 0px 0px 10px black;
    /* padding: 10px; */
    margin-top: -40px;
    background-color: white;
    border-radius: 20px;
}
.openModalBtn{
    width: 50px;
    height: 30px;
    padding: 10px;
   box-shadow: 0px 0px 10px black;
    /* padding: 10px; */
    margin-bottom: 20px;
    background-color: white;
    border-radius: 20px;
}
.scroll-btn {
    background-color: white;
    border-radius: 50%;
    border:1px solid black;
    font-size: 25px;
    cursor: pointer;
    padding: 10px 16px;


}
@media screen and (max-width:800px){
    .thrust-container{
        width:100%;
        overflow: scroll;
    }
    .discover-useImg{
        width: 300px;
    }

    .testimonis-data{
        max-width: 100%;
        width: 300px !important;
    }
    .thrust-dataContent{
        width: 300px;
    }
}
@media screen and (max-width:600px) {
    .thrust-container{
        /* flex-direction: column; */
        align-items: center;
        
    }
    .thrust-data{
        width: 300px;
        max-width: 100%;
    }
    .discover-useImg{
        max-width: 100%;
    }
    .discover-container{
        flex-direction: column;
    }
   
    .openModalBtn{
        width: 50px !important;
    }
}



.thruster2-dataContent{
    display: flex;
    flex-direction: row;
   overflow: scroll;
   max-width: 900px;
   width: 100%;
     width: 100%;
         align-content: center;
    /* justify-content: center; */
    height: 100%;
}
.thruster2-data{
    display:flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 600px;
}
.thruster2-info{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.trusters2-img{
    width: 300px;
    border-top-left-radius: 150px;
    border-top-right-radius: 150px;
    padding:10px;
    height: 380px;
}
.thruster2-para{
    width: 400px;
    height: 200px;
    overflow: scroll;
    box-shadow:  0px 0px  7px black;
    padding: 10px;
    border-radius: 10px;
}
.thruster2-para::-webkit-scrollbar{
    display: none;
}
.thruster2-dataContent::-webkit-scrollbar{
    display: none;
}