*{
    margin:0;
    padding:0;
}

body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
  }
  
  .topnav {
    overflow: hidden;
    background-color: #333;
  }
  #logo1{
    float:left;
  }
  #logo1 img{
    height:20px;
    width:20px;
  }
  
  .topnav a {
    float: right;
    color: #f2f2f2;
    text-align: center;
    padding: 15px 20px;
    text-decoration: none;
    font-size: 20px;
  }
  
  .topnav a:hover {
    background-color: #ddd;
    color: black;
  }
  .first img{
    justify-content: center;
    height:50px;
    width:50px;
  }
  .footerMainDiv {
    position: absolute;
    margin-top:650px;
    background:#2C2C2C;
    width: 100vw;
    height: 40vh;
    display: flex;
    flex-direction: column;
  }
  
  .style1 {
    color: white;
    font-size: 1.5rem;
    line-height: 24.5px;
  }
  
  .style2 {
    margin-top: 5vh;
    color: #ffffff99;
    font-size: 1.18rem;
    font-weight: bold;
    line-height: 24.5px;
  }
  
  .footerPrimaryDiv {
    display: flex;
    flex-direction: row;
    width: auto;
    height: 30.019vh;
    margin-left: 12.219vw;
    margin-right: 9.219vw;
    padding-top: 3vh;
  }
  
  .footerPrimaryLogo {
    width: 15vw;
    margin-right: 5vw;
  }
  
  .logo {
    color: white;
    font-size: 1.5rem;
    line-height: 24.5px;
  }
  
  .moto {
    margin-top: 5vh;
    color: #ffffff99;
    font-size: 1.18rem;
    font-weight: bold;
    line-height: 24.5px;
  }
  
  .footerPrimaryCompany {
    width: auto;
    display: flex;
    flex-direction: column;
    margin-right: 5vw;
  }
  
  .footerPrimaryContact {
    display: flex;
    flex-direction: column;
    margin-right: 5vw;
  }
  
  .footerPrimaryStayUptodDate {
    display: flex;
    flex-direction: column;
  }
  
  .newletterEmailInput {
    margin-top: 5vh;
    padding-left: 1.5vw;
    background: #2C2C2C;
    border: solid 1.5px white;
    color: white;
  }
  .newletterEmailInput:focus{
    outline: none;
  }
  
  .footerIcons {
    width: 47px;
    height: 47px;
  }
  
  .footerSecandaryDiv {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: row;
    margin-top: 7vh;
  }
  
  .footerSecandaryImages {
    margin-right: 1vw;
  }
  
  
  @media all and (max-width: 640px) {
    .footerMainDiv {
      background: #000000;
      width: auto;
      height: 100vh;
      display: flex;
      flex-direction: column;
    }
  
    .footerPrimaryDiv {
      display: flex;
      flex-direction: column;
      width: 100vw;
      height: auto;
      margin-left: 10vw;
      margin-right: 10vw;
    }
  
    .style1 {
      margin-top: 5.5vh;
    }
  
    .style2 {
      margin-top: 5vh;
    }
  
    .moto {
      width: 100vw;
      margin-top: 2.5vh;
    }
  
    .footerPrimaryStayUptodDate {
      display: none;
    }
  }
