.details-div{
    margin: 100px 5%;
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    align-items: center;
}
.details-text-title{
    font-family: 'Roboto', sans-serif;
    font-size: 1em;
    font-weight: 900;
    color: #000;
   
}
.details-text-head{
    font-family: 'Roboto', sans-serif;
    font-size: 0.7em;
    font-weight: 900;
    color: #000;
    margin: 50px 0 10px 0;
}

.details-text{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    text-align: left;
    margin-top: 50px;

}
.reach{
    font-size: 0.9em;
    left: 15%;
    text-align: left;
    
}

.details-img-div{
    height: 10%;
    overflow: hidden;
}


  
  /* Fading animation */
  .fade {
    animation-name: fade;
    animation-duration: 1.5s;
  }

  .dot {
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
    cursor: pointer;
  }
  
  .active {
    background-color: #1bab00;
    margin-bottom: 5px;
    
  }
  @media only screen and (max-width: 300px) {
    .text {font-size: 11px}
  }
  
  @keyframes fade {
    from {opacity: .4} 
    to {opacity: 1}
  }
  
.details-img-div img{
    height: 50%;
    width: 95%;
    vertical-align: middle;
    border-radius: 40px;
    border:solid 4px #1bab00 ;

}
.details-text-inner{
   
    font-size: 0.5em;
    font-family:'Roboto', sans-serif;
    color: #184a21;
}
@media only screen and (max-width: 1000px) {
    .reach{
        top: 240px;
    }
}

@media only screen and (max-width: 820px) {
    .details-text-head{
        font-size: 0.6em;
    }

    .details-div{
        margin: 100px 5%;
        display: flex;
        flex-direction: column-reverse;
        justify-content: space-between;
        align-items: center;
    }
    .details-text{
        width: 90%;
    
    
    }
    
    .details-img-div{
        width: 90%;
       
    }
    .dot {
        width: 8px;
        height: 8px;

    }
}
@media only screen and (max-width: 700px){
    .reach{
        font-size: 0.8em !important;
    }
}
@media only screen and (max-width: 600px){
    .reach{
        font-size: 0.7em !important;
        
    }
    .contain{
        margin-top: -120px;
    }
}

@media only screen and (max-width: 500px) {
    .details-div{
        margin: 100px 5%;
    }
    .details-text-head{
        font-size: 0.5em;
    }
    .details-text-inner{
   
        font-size: 0.4em;
 
    }
    .reach{
        font-size: 0.6em !important;
    }
 
}
@media only screen and (max-width: 400px){
    .reach{
        font-size: 0.5em !important;
    }
}
