@media (max-width:1080px){
             /* whatsapp */
             .whatsapp{
                /* display: flex; */
                /* justify-content: end; */
                /* justify-items: end; */
                /* padding-right: 80px; */
                display: inline-block;
                position: absolute;
                margin-left: 85%;
                margin-top: 50%;
                animation-name: mymove;
                animation-duration: 3s;
                position: fixed;
                z-index: 7;
            
              }
            
              .whtsimg {
                height: 40px;
                width: 40px;
              }
            
              @keyframes mymove {
                0% {
                  display: inline-block;
                  position: absolute;
                  margin-left: 100%;
                  margin-top:50%;
                  animation-name: mymove;
                  position: fixed;
                  z-index: 7;
                }
                100%
                 {
                  display: inline-block;
                  position: absolute;
                  margin-left: 85%;
                  margin-top: 50%;
                  animation-name: mymove;
                  position: fixed;
                  z-index: 7;
                }
              }
    
               /* whatsapp */
    
}