*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.title h1{
  text-align: center;
  font-size: 50px;
  font-family: 'Arial',Sans-Serif;
  font-weight: 400px;
}
.title{
  margin-top:50px ;
}
.title p{
  text-align: center;
  color: #333;
  margin-top: 30px;
}
.battin botton a{
  padding: 20px 40px;
  background-color:#5a78b9;
  border-radius: 50px;
  text-decoration: none;
  color: #fff;
  font-weight: 300px;
font-size: 20px;
transition: 0.5s ease-in-out;
}
.battin botton{
 display: flex;
 justify-content: center;
align-items: center;
 margin-top: 30px;
 
}
.battin botton a:hover{
  background: transparent;
  border: 1px solid #5a78b9 ;
  color: #5a78b9;
  transition: 0.5s ease-in-out;
}


.privace botton a{
  padding: 20px 40px;
  background-color:#5a78b9;
  border-radius: 8px;
  text-decoration: none;
  color:white;
  font-weight: 300px;
font-size: 20px;
transition: 0.5s ease-in-out;
}
.privace botton{
 display: flex;
 justify-content: center;
align-items: center;
 margin-top: 30px;
 
}
.privace botton a:hover{
  background: transparent;
  border: 1px solid #5a78b9 ;
  color: #5a78b9;
  transition: 0.5s ease-in-out;
}
.img img{
  height: auto;
  width: 80%;
  
}
.img{
  display: flex;
  justify-content: center;
  align-items: center;
}
.text{
  height: 100px;
  width: 100%;
  background: #26cb20;
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
  margin-bottom: 0;
  font-size:30px;
  margin-top: 100px;
}
footer{
  margin-bottom: 0;
}




@media(max-width:786px){
  .title h1{
    font-size: 30px;
  }
  .img img{
  height: auto;
  width: 80%;
}
.privace botton a{
  padding: 10px 20px;
  font-weight: 300px;
font-size: 10px;
}  
.battin botton a  {
  padding: 10px 20px;
  font-weight: 300px;
font-size: 10px;}
.text{
  height: 50px;
  width: 100%;
  font-size: 15px;
}
footer{
  margin-bottom: 0;
}

}

.typing-animation{
  margin: 0 auto;
    font-size: 40px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    border-right: 2px solid orange;
    animation: typing 5s steps(25) infinite, blink-caret 0.75s steps(1) infinite;
}

.appdetails{
  border: 2px solid #ddd;
  margin:20px;
  border-radius: 10px;
}
.appdetails{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-bottom: 15px;
  
}
.imagr2{
  height: auto;
  width: 50%;
}
.appdetails img {
  height: auto;
  width: 50%;
}
.appdetails h1{
  font-size: 60px;
  
}

.appdetails p {
  font-size: 40px;
  color: darkgray;
}






@media (max-width:786px){
  .typing-animation{
    font-size: 24px;
  }
}
@keyframes typing {
    from {
        width: 0%;
    }
    to {
        width: 40%;
    }
}

@keyframes blink-caret {
    from,
    to{
       border-color: orange;
    }
     50%{
        border-color: orange;
    }
}
.appdetails{
  border: 2px solid #000;
  margin:20px;
  border-radius: 10px;
}
.imagr2{
  height: auto;
  width: 50%;
}
.appdetails img {
  height: auto;
  width: 50%;
}

@media (max-width:786px){
  .appdetails h1{
  font-size: 30px;
  
}

.appdetails p {
  font-size: 15px;

}
}


















