footer {
 margin-top: 50px;
  width: 100%;
  height: max-content;
  display: flex;
   background-color: #ebebeb;
  justify-content: center;
  align-items: center;
  padding: 10px;
  flex-direction: column;
  margin-bottom: 0px;
  overflow: hidden;
}
#FOOTER-first-section {
  width: 50%;
  height: max-content;
  display: flex;
  justify-content:space-between;
  align-items: center;
  padding: 5px;
  font-family: "poppins", sans-serif;
  color: rgb(66, 64, 64) ;
}
/*....................FIRST............................. */
.footer-first {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  width: 100%;
  ;
}
.footer-logo-section {
  display: flex;
  width: max-content;
  flex-direction: column;
  justify-content: flex-start;
  margin: 0px 0px 10px 0px ;
 
}
#footer-logo {
  width: 40px;
  margin: 0px 0px 10px 0px;
}
.footer-logo-section p {
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
}

.footer-location-section {
  display: flex;
  flex-direction: column;
  font-size: 16px;
  font-weight: 500;
}
.footer-socail-media-platforms {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.footer-socail-media-platforms a {
  font-size: 40px;
  opacity: 0.5;
  transition: all ease 0.6s;
  margin: 0px 8px 0px 0px ;
  color: gray;
}
.footer-socail-media-platforms a:hover {
  opacity: 1;
  transform: scale(1.07);
}

/*....................SECOND............................. */
.footer-second {
  display: flex;
  justify-content: center;
  align-content: center;
  padding: 0;
  margin: 0;
  width: 100%;
 
}
.footer-links {
  margin: 0px;
  width: max-content;
  height: max-content;
  transition: all ease 0.6s;
}
.footer-links ul {
  display: flex;
  flex-direction: column;
}

.footer-links li {
  list-style: none;
  font-size: 17px;
  margin: 15px 0px 0px -100px;
}
.footer-links a {
  text-decoration: none;
  transition: all ease 0.3s;
  opacity: 0.6;
  color: gray;
}
.footer-links a:hover {
  opacity: 1;
  transform: scale(1.7);
  text-decoration: underline;
  text-underline-offset: 5px;
}


/*....................THIRD............................. */
.footer-third {
  display: flex;
  width: 100%;
  height:max-content;
  justify-content:space-between;
}
  
.footer-third-text {
  width: max-content;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.footer-third p {
  list-style: none;
  margin-left: 0px;
  font-size: 15px;
}
#email-footer {
  font-weight: 300;
  font-size: 17px;
  opacity: 1;
  font-style: italic;
  margin-bottom: 90px;
}
/* MEDIA QUERIES  */

/* LARGE DISPLAYS  */
@media screen and (min-width: 2570px) {
}
/*......................... LAPTOP DISPLAYS ...............  */
@media screen and (min-width: 930px) and (max-width: 1440px) {
#FOOTER-first-section {
  width: 90%;
  height: max-content;
  display: flex;
  justify-content:space-between;
  align-items: center;
  padding: 5px;
  font-family: "poppins", sans-serif;
  color: rgb(66, 64, 64) ;
}
/*....................FIRST............................. */
.footer-first {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  width: 100%;
  ;
}
.footer-logo-section {
  display: flex;
  width: max-content;
  flex-direction: column;
  justify-content: flex-start;
  margin: 0px 0px 10px 0px ;
 
}
#footer-logo {
  width: 30px;
  margin: 0px 0px 10px 0px;
}
.footer-logo-section p {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.footer-location-section {
  display: flex;
  flex-direction: column;
  font-size: 13px;
  font-weight: 500;
}
.footer-socail-media-platforms {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.footer-socail-media-platforms a {
  font-size: 30px;
  opacity: 0.5;
  transition: all ease 0.6s;
  margin: 0px 8px 0px 0px ;
  color: gray;
}
.footer-socail-media-platforms a:hover {
  opacity: 1;
  transform: scale(1.07);
}

/*....................SECOND............................. */
.footer-second {
  display: flex;
  justify-content: center;
  align-content: center;
  padding: 0;
  margin: 0;
  width: 100%;
 
}
.footer-links {
  margin: 0px;
  width: max-content;
  height: max-content;
  transition: all ease 0.6s;
}
.footer-links ul {
  display: flex;
  flex-direction: column;
}

.footer-links li {
  list-style: none;
  font-size: 15px;
  margin: 15px 0px 0px -100px;
}
.footer-links a {
  text-decoration: none;
  transition: all ease 0.3s;
  opacity: 0.6;
  color: gray;
}
.footer-links a:hover {
  opacity: 1;
  transform: scale(1.7);
  text-decoration: underline;
  text-underline-offset: 5px;
}


/*....................THIRD............................. */
.footer-third {
  display: flex;
  width: 100%;
  height:max-content;
  justify-content:space-between;
}
  
.footer-third-text {
  width: max-content;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.footer-third p {
  list-style: none;
  margin-left: 0px;
  font-size: 14px;
}
#email-footer {
  font-weight: 300;
  font-size: 14px;
  opacity: 1;
  font-style: italic;
  margin-bottom: 90px;
}
}
/* MOBILE PHONES  DISPLAYS  */
@media screen and (min-width: 770px) and (max-width: 929px) {
  #FOOTER-first-section {
    width: 90%;
    height: max-content;
    display: flex;
    justify-content:space-between;
    align-items: center;
    padding: 5px;
    font-family: "poppins", sans-serif;
    color: rgb(66, 64, 64) ;
  }
  /*....................FIRST............................. */
  .footer-first {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    width: 100%;
    ;
  }
  .footer-logo-section {
    display: flex;
    width: max-content;
    flex-direction: column;
    justify-content: flex-start;
    margin: 0px 0px 10px 0px ;
   
  }
  #footer-logo {
    width: 30px;
    margin: 0px 0px 10px 0px;
  }
  .footer-logo-section p {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
  }
  
  .footer-location-section {
    display: flex;
    flex-direction: column;
    font-size: 13px;
    font-weight: 500;
  }
  .footer-socail-media-platforms {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .footer-socail-media-platforms a {
    font-size: 30px;
    opacity: 0.5;
    transition: all ease 0.6s;
    margin: 0px 8px 0px 0px ;
    color: gray;
  }
  .footer-socail-media-platforms a:hover {
    opacity: 1;
    transform: scale(1.07);
  }
  
  /*....................SECOND............................. */
  .footer-second {
    display: flex;
    justify-content: center;
    align-content: center;
    padding: 0;
    margin: 0;
    width: 100%;
   
  }
  .footer-links {
    margin: 0px;
    width: max-content;
    height: max-content;
    transition: all ease 0.6s;
  }
  .footer-links ul {
    display: flex;
    flex-direction: column;
  }
  
  .footer-links li {
    list-style: none;
    font-size: 15px;
    margin: 15px 0px 0px -70px;
  }
  .footer-links a {
    text-decoration: none;
    transition: all ease 0.3s;
    opacity: 0.6;
    color: gray;
  }
  .footer-links a:hover {
    opacity: 1;
    transform: scale(1.7);
    text-decoration: underline;
    text-underline-offset: 5px;
  }
  
  
  /*....................THIRD............................. */
  .footer-third {
    display: flex;
    width: 100%;
    height:max-content;
    justify-content:space-between;
  }
    
  .footer-third-text {
    width: max-content;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .footer-third p {
    list-style: none;
    margin-left: 0px;
    font-size: 14px;
  }
  #email-footer {
    font-weight: 300;
    font-size: 14px;
    opacity: 1;
    font-style: italic;
    margin-bottom: 90px;
  }
  }
  
/* MOBILE PHONES  DISPLAYS  */
@media screen and (min-width: 320px) and (max-width: 769px) {

  #FOOTER-first-section {
    width: 90%;
    height: max-content;
    display: flex;
    flex-direction: column;
    justify-content:center;
    align-items: center;
    padding: 5px;
    font-family: "poppins", sans-serif;
    color: rgb(66, 64, 64) ;
  }
  /*....................FIRST............................. */
  .footer-first {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
  }
  .footer-logo-section {
    display: flex;
    width: max-content;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0px 0px 10px 0px ;
   
  }
  #footer-logo {
    width: 30px;
    margin: 0px 0px 10px 0px;
  }
  .footer-logo-section p {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
  }
  
  .footer-location-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    font-weight: 500;
    margin: 5px 0px 10px 0px;
  }
  .footer-socail-media-platforms {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .footer-socail-media-platforms a {
    font-size: 30px;
    opacity: 0.5;
    transition: all ease 0.6s;
    margin: 0px 8px 0px 0px ;
    color: gray;
  }
  .footer-socail-media-platforms a:hover {
    opacity: 1;
    transform: scale(1.07);
  }
  
  /*....................SECOND............................. */
  .footer-second {
    display: flex;
    justify-content: center;
    align-content: center;
    padding: 0;
    margin: 0;
    width: 100%;
   
  }
  .footer-links {
    margin: 0px;
    width: max-content;
    height: max-content;
    transition: all ease 0.6s;
  }
  .footer-links ul {
    display: flex;
    flex-direction: column;
  }
  
  .footer-links li {
    list-style: none;
    font-size: 15px;
    margin: 5px 0px 0px -30px;
  }
  .footer-links a {
    text-decoration: none;
    transition: all ease 0.3s;
    opacity: 0.9;
    color: gray;
  }
  .footer-links a:hover {
    opacity: 1;
    transform: scale(1.7);
    text-decoration: underline;
    text-underline-offset: 5px;
  }
  
  
  /*....................THIRD............................. */
  .footer-third {
    display: flex;
    width: 100%;
    height:max-content;
    justify-content:center;
    align-items: center;
  }
    
  .footer-third-text {
    width: max-content;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .footer-third p {
    list-style: none;
    margin-left: 0px;
    font-size: 14px;
  }
  #email-footer {
    font-weight: 300;
    font-size: 14px;
    opacity: 1;
    font-style: italic;
    margin-bottom: 10px;
  }
  }