@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300&display=swap");

/*=====================================Footer===============================*/

footer {
  border-top: 2px solid rgb(233, 230, 230);
}
.footer-links {
  display: flex;
  justify-content: space-around;
  width: 75%;
  margin-left: 120px;
  padding-top: 30px;
}
.col-1 {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  height: 300px;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14px;
}
.col-2 ul,
.col-3 ul,
.col-4 ul,
.col-5 ul {
  line-height: 2;
}
.col li {
  list-style: none;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14px;
}
.col p {
  font-family: sans-serif;
  font-size: 14px;
}
.footer-form {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  line-height: 2;
}
.footer-form input {
  height: 32px;
  width: 200px;
  border: 1px solid rgb(212, 205, 205);
}
.footer-form .email {
  display: flex;
}
.footer-form button {
  float: left;
  width: 80px;
  /* height: 20px; */
  padding: 10px;
  background-color: rgb(29, 28, 28);
  color: white;
  border: none;
}
.social-media {
  line-height: 2;
}
.social-media-icon {
  display: flex;
  justify-content: space-between;
  width: 80%;
}
.social-media-icon li {
  list-style: none;
}

.footer-img {
  position: absolute;
  right: 0;
  margin-top: -100px;
  padding-right: 130px;
  padding-top: 20px;
}

.footer-img img {
  height: 80px;
}

.end {
  background-color: rgb(233, 229, 229);
  padding: 30px;
  line-height: 2;
  margin-top: 30px;
}
.end ul {
  display: flex;
  justify-content: center;
  width: 90%;
  margin: auto;
  font-size: 12px;
  height: 30px;
  align-items: center;
  font-family: "Roboto Condensed", sans-serif;
}
.end ul li {
  list-style: none;
  border-right: 1px solid grey;
  padding: 0 5px 0 5px;
}

#copy {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14px;
  text-align: center;
  margin-top: 10px;
}
.help-btn {
  width: 100%;
  background-color: rgb(233, 229, 229);
  padding: 20px 0 20px 0;
  font-family: sans-serif;
  display: none;
}

/*Responsive TO mobile*/

@media only screen and (max-width: 600px) {
  .footer-links {
    flex-direction: column;
    width: 100%;
    margin-left: 0;
    padding-top: 20px;
  }
  .footer-form input {
    width: 100%;
  }

  .col-2,
  .col-3,
  .col-4,
  .col-5 {
    padding: 10px;
    /* background-color: hotpink; */
  }

  .footer-img {
    position: relative;
    right: 0;
    margin-top: 20px;
    padding-right: 0px;
    padding-top: 0px;
  }
  .end ul {
    display: block;
    justify-content: center;
    width: 100%;
    height: 100%;
  }
  .end {
    padding: 0px;
    margin-top: 30px;
    height: 100%;
  }
  #copy {
    text-align: left;
  }
  .col-2,
  .col-3,
  .col-4,
  .col-5 {
    line-height: 2;
    display: none;
  }
  .open-end-nav {
    display: block;
  }

  .help-btn {
    display: block;
  }
}
