*{
    padding: 0;
    margin: 0;
    font-family: sans-serif;
}
body{
    
    background: linear-gradient(#fff,#e4e0e0);
}
header{
    
     margin:0 auto  ;
    border-radius: 12px;
     width: 80%;
    height: 70px;
    
    
    
    line-height: 70px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.logo{
    
    width: 120px;
    float: left;
    
position: fixed;
top: 10px;
left: 30px;
}
.logo img{
    width: 100%;
    height: 100%;
}
header button{
    width: auto;
    padding: 5px;
    border: none;
    background: #b7b7b5;
    outline: none;
    font-size: 15px;
    transition: 1s;
    font-weight: 500;
    border-radius: 6px;
    color: #7C3F00;

}
header button a{
text-decoration: none;
color: #930606;
font-size: 17px;

}
#navp{
    width: 90%;
    display: flex;
    justify-content: space-between;
}
header button:hover{
color:blue;
font-size: 17px;

}
.container h1,h2{
    color: #1638d1;
    padding: 10px;
}
#navm{
    display: none;
}
.container{
    
    display: flex;
    flex-direction: column;
align-items: center;
gap:15px;

}
 #log{
    width: 300px;
}
.container a{
    display: block;
    background: #29b33e ;
    text-decoration: none;
    margin: 10px;
    padding: 10px;
    border-radius: 15px;
    text-align: center;
    font-size: 20px;
}
.container img{
    width: 600px;
    height: auto 0 ;
    border-radius: 15px;
}
.container p{
    font-size: 20px;
    width: 30%;
    line-height: 2;
}
.ser h4{
    text-align: center;
}
.service{
    text-align: center;
    display: grid;
    grid-template-columns: repeat(3,1fr);
}
 h4{
    margin: auto;
font-size: 20px;
margin: 10px;
color: #1638d1;
}
.ser h3{
    font-size: 10x;
    font-weight: 200;
    padding: 5px;
}
.why{
    text-align: center;
}
.whywe{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 15px;
    
}
.whywe button{
    padding: 10px;
    background: #235b41;
    border: none;
    border-radius: 15px;
    font-size: 20px;
    margin: 5px;
    color: #ffffff;
}
.fram{
    text-align: center;
    margin: 15px auto;
    
}
footer{
    width:80%;
   
    display: flex;
    justify-content: space-around;
    align-items: center;
    border-radius: 12px;
    margin:  0 auto ;
   
   
    position: fixed;
    bottom: 50px;
}
footer img{
 
    width: 70px;
    border-radius: 50%;
    transition: .5s;

}
footer img:hover{
    transform: scale(1.2);
}
#my{
    margin: 0 auto ;
    width: 98%;
    height: 20px;
    display: block;
 background: #6c7e89;
    color: #ffffff;
    text-decoration: none;
    padding:   15px 0;
    border-radius: 12px;
    font-size: 20px;
    text-align: center;
    line-height: 20px;
    transition: .5s;
}
#my:hover{
    font-size: 22px;
}
@keyframes pulse {
  0%   { transform: scale(1); }
  50%  { transform: scale(1.1); }
  100% { transform: scale(1); }
}

.pulse-icon {
  animation: pulse 1s infinite;
}

.shake-icon {
  animation: shake 5s infinite;
}
hr{
    width: 200px;
    background-color: #dc0f23;
    margin: 10px;
    border:none;
    height: 3px;
    margin: 20px auto;
}
@media (max-width:780px) {
    header{
        height: fit-content;
    }
    header img{
        width: 60px;
        margin-top:;
   
    }
    #navp{
        display: none;
    }
  header  #navm{
    width: 100%;
        display: flex;
    align-items: flex-start;
        flex-direction:column ;
        
    }
    .container{
        margin: auto 0;
        width: 100%;
        
    
        border-radius: 12px;
    
    
    }
    header button{
        font-size: 15px;
        
    }
    .container img{
        width:95%;
        height: auto;
        border-radius: 30px;
    margin: 0 auto;
    
    }
    #open{
        background: none;
        font-size: 50px;
        color: #252222;
        margin-top: -6px ;
        margin-right: -30px;
    }
    #close{
        background: none;
        padding: 5px;
        font-size: 30px;
        color: #0313c6;
        position: absolute;
        right:130px;
        top: 20px;
    }
    #close:hover{
        scale: 1.2;
    }
    header button{
        font-size: 12px;
        padding: 5px;
        margin: 10px;
    }
    .whywe{
        display: grid;
         grid-template-columns: repeat(2,1fr);
align-items: center;
    }
    .whywe button{
    
    }
    .container p{
        width: 95%;
        padding: 10px;
        font-size: 18px;
    }
    
    .hide{
        display: none;
    }
    .container h1 ,h2{
        font-size: 20px;
    }
    .fram{
        padding: 10px;
        margin: auto;
        width: 80%;
        height: 300px;
    text-align: center;
    }
    .fram iframe{
        width: 100%;
        height: 100%;
    }
}