footer{
    width: 100%;
    height: 100px;
    background-color: black;
    overflow: hidden;
    color: white;
    padding: 80px 0px 150px 0px;
}


@media screen and (max-width:1125px){

    body #menu{
        width: 100%;
        height: 80px;
        position: fixed;
        box-shadow: 3px 0px 15px grey;
        margin-top: -5px;
        background-image: linear-gradient(to left,#fc00ff,#00dbde);
        overflow: hidden;
    }

    #menu .m1{
        margin: 0px;
        margin-left: 15px;
    }
    .m1 a{
        font-size: 20px;
        text-decoration: none;
        color:white;
        padding: 12px;
        line-height: 75px;
        letter-spacing: 3px;
    }
    #menu .m2{
        float: right;
        display: block;
        word-spacing: -6px;
    }
    .m2 a{
        font-size: 20px;
        text-decoration: none;
        color:white;
        padding: 12px;
        line-height: 70px;
        letter-spacing: 3px;
    }
    .m1 a:hover{
        background-color: rgb(209, 205, 205);
        cursor: pointer;
        transition: .3s;
        color: white;
    }
    #mode{
        color: black;
    }

    footer{
        width: 100%;
        height: 60px;
        background-color: black;
        overflow: hidden;
        color: white;
        padding: 80px 0px 150px 0px;
    }
    .link1{
        width: 25%;
        float: left;
        text-align: center;   
    }
    .link2{
      width: 35%;
      float: left;  
      text-align: center;
  }
  .link3{
      width: 40%;
      float: left;
      text-align: center;   
  }
  .number {
      font-size: 20px;
  }
  .number .fa{
      font-size: 25px;
      color: rgb(18, 131, 18);
  }
  .email{
      font-size: 20px;
      margin-left: 0px;
  }
  .email .fa{
      font-size: 25px;
  }
  
  .icon .fa{
      width: 45px;
      height: 40px;
      background-color: rgb(48, 46, 46);
      font-size: 40px;
      margin: 0px 10px 0px 10px;
      cursor: pointer;
      border-radius: 5px;
      color: white;
      text-align: center;
      
  }
  
  .icon .fa-facebook:hover{
      background-color: rgb(29, 29, 214);
      transition: .4s;
  
  }
  .icon .fa-linkedin:hover{
      background-color: rgb(11, 11, 100);
      transition: .4s;
  }
  .icon .fa-twitter:hover{
      background-color: rgb(44, 44, 170);
      transition: .4s;
  }
  .icon .fa-instagram:hover{
      background-color: rgb(233, 67, 17);
      transition: .4s;
  }

}

/* for 768px (tablet) */
@media screen and (max-width:768px){

    body #menu{
        width: 100%;
        height: 80px;
        position: fixed;
        box-shadow: 3px 0px 15px grey;
        margin-top: -5px;
        background-image: linear-gradient(to left,#fc00ff,#00dbde);
        overflow: hidden;
    }
    #menu .m1{
        margin: 0px;
        margin-left: 5px;
    }
    .m1 a{
        font-size: 20px;
        text-decoration: none;
        color:white;
        padding: 12px;
        line-height: 75px;
        letter-spacing: 3px;
    }
    #menu .m2{
        float: right;
        display: block;
        word-spacing: -6px;
        margin-right: 10px;
    }
    .m2 a{
        font-size: 20px;
        text-decoration: none;
        color:white;
        padding: 12px 8px 12px 8px;
        line-height: 70px;
        letter-spacing: 3px;
    }
    .m1 a:hover{
        background-color: rgb(209, 205, 205);
        cursor: pointer;
        transition: .3s;
        color: white;
    }
    #mode{
        color: black;
    }
    footer{
        width: 100%;
        height: 50px;
        background-color: black;
        overflow: hidden;
        color: white;
        padding: 80px 0px 150px 0px;
    }
    .link1{
      width: 25%;
      float: left;
      text-align: center;   
  }
  .link2{
    width: 34%;
    float: left;
    text-align: center;   
}
.link3{
    width: 41%;
    float: left; 
}
  .number {
      font-size: 20px;
  }
  .number .fa{
      font-size: 25px;
      color: rgb(18, 131, 18);
  }
  .email{
      font-size: 20px;
      margin-left: 0px;
  }
  .email .fa{
      font-size: 25px;
  }

  .icon .fa{
      width: 35px;
      height: 35px;
      background-color: rgb(48, 46, 46);
      font-size: 30px;
      margin: 0px 8px 0px 8px;
      cursor: pointer;
      border-radius: 5px;
      color: white;
  }
  
  .icon .fa-facebook:hover{
      background-color: rgb(29, 29, 214);
      transition: .4s;
  
  }
  .icon .fa-linkedin:hover{
      background-color: rgb(11, 11, 100);
      transition: .4s;
  }
  .icon .fa-twitter:hover{
      background-color: rgb(44, 44, 170);
      transition: .4s;
  }
  .icon .fa-instagram:hover{
      background-color: rgb(233, 67, 17);
      transition: .4s;
  }
}

/* for 425px (mobile) */
@media screen and (max-width:425px){

    
    body #menu{
        width:100%;
        height: 80px;
        position: fixed;
        box-shadow: 3px 0px 15px grey;
        margin-top: -5px;
        background-image: linear-gradient(to left,#fc00ff,#00dbde);
        overflow: hidden;
    }

    #menu .m1{
        margin-left: 10px;
    }
    .m1 a{
        font-size: 20px;
        text-decoration: none;
        color: white;
        padding: 12px;
        line-height: 75px;
        letter-spacing: 3px;
    }
    #menu .m2{
        float: right;
        display: block;
        word-spacing: -6px;
    }
    .m2 a{
        font-size: 20px;
        text-decoration: none;
        color: black;
        padding: 12px;
        line-height: 70px;
        letter-spacing: 3px;
    }
    #phone{
        position: fixed;
        z-index: 3;
        background-image: linear-gradient(to left,#fc00ff,#00dbde); 
        margin-top: 75px;
        border-top: 2px solid black;
        width: 425px;
        padding: 5px 0px 15px 0px;
        box-shadow: 3px 0px 15px grey;
        display: none;
    }
    #phone a{
        display: block;
        text-decoration: none;
        line-height: 40px;
        margin-left: 30px;
        font-size: 18px;
        color: white;
    }

    .menu_icon{
        display: inline;
        margin-top: 10px;
        font-size: 35px;
        display: inline;
   }
   .menu_icon .fa{
       color: white;
       float: right;
       cursor: pointer;
       margin: 23px 30px 0px 0px;
   }

   footer{
    width: 100%;
    height: 110px;
    background-color: black;
    overflow: hidden;
    color: white;
    padding: 20px 0px 130px 0px;
}
.link1{
  width: 100%;
  float: left;
  text-align: center;  
  margin-bottom: 10px; 
}
.link2{
width: 100%;
float: left;
text-align: center; 
margin-bottom: 8px;  
}
.link3{
width: 100%;
float: left;
text-align: center;   
}
.number {
  font-size: 20px;
}
.number .fa{
  font-size: 25px;
  color: rgb(18, 131, 18);
}
.email{
  font-size: 20px;
}
.email .fa{
  font-size: 25px;
}

.icon .fa{
  width: 35px;
  height: 35px;
  background-color: rgb(48, 46, 46);
  font-size: 30px;
  margin: 0px 8px 0px 8px;
  cursor: pointer;
  border-radius: 5px;
  color: black;
}

.icon .fa-facebook{
  background-color: rgb(27, 27, 245);
  color: white;
  transition: .4s;
  line-height: 37px;
}
.icon .fa-linkedin{
  background-color: rgb(11, 11, 202);
  color: white;
  transition: .4s;
  line-height: 37px;
}
.icon .fa-twitter{
  background-color: rgb(100, 100, 240);
  color: white;
  transition: .4s;
  line-height: 37px;
}
.icon .fa-instagram{
  background-color: rgb(233, 67, 17);
  color: white;
  transition: .4s;
  line-height: 37px;
}
}