footer {
  min-height: 600px;
  background-color: #000000;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.motherDivFooter {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 80%;
  padding: 40px 0px;
}

footer a {
  text-decoration: none;
  color: var(--white-color);
}

footer a:visited {
  text-decoration: none;
}

footer h4 {
  color: #939393;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 50px;
  font-weight: bold;

  margin-top: 30px;
}

footer p {
  color: var(--white-color);
  font-size: 14px;
  line-height: 22px;
  font-weight: bold;
}

.moreInfos h4,
.moreInfos p,
.textToUs h4,
.textToUs p,
.socialMediaLinks h4 {
  text-align: left;
}

.socialIcons {
  display: flex;
  gap: 20px;
  text-align: center;
  align-items: center;
  justify-content: center;
}

.copyrights {
  height: 20%;
  width: 70%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  /* border-top: 1px solid #767676; */
}
.copyrights p {
  text-align: left;
  font-size: 12px;
  line-height: 15px;
  font-weight: 600;
  letter-spacing: 0px;
  color: #767676;
}

@media screen and (min-width: 300px) and (max-width: 759px) {
  .moreInfos,
  .textToUs,
  .logoFooter,
  .socialMediaLinks {
    width: 100%;
  }
}

@media screen and (min-width: 760px) and (max-width: 1023px) {
  footer h4 {
    font-size: 28px;
    line-height: 40px;
  }

  .logoFooter,
  .moreInfos,
  .textToUs,
  .socialMediaLinks {
    width: 100%;
  }

  .logoFooter {
    text-align: left;
  }

  .moreInfos p,
  .textToUs p,
  .socialIcons {
    font-size: 22px;
    line-height: 30px;
    margin-top: 10px;
  }

  .socialIcons {
    justify-content: left;
  }

}

@media screen and (min-width: 1024px) {
  footer {
    min-height: 500px;
  }

  .motherDivFooter {
    flex-direction: row;
    gap: 20px;
  }

  .moreInfos h4,
  .textToUs h4,
  .socialMediaLinks h4 {
    font-size: 20px;
  }

  .moreInfos p,
  .textToUs p,
  .socialMediaLinks p {
    font-size: 16px;
  }

  .socialIcons {
    gap: 15px;
    padding: 10px;
  }

  .copyrights {
    width: 100%;
  }

}

@media screen and (min-width: 1100px) and (max-width: 1299px) {
  .motherDivFooter {
    gap: 44px;
  }
}

@media screen and (min-width: 1300px) {
  .motherDivFooter {
    flex-direction: row;
    justify-content: space-between;
    max-width: 1550px;
    width: 80%;
    flex: 1;
  }

  .logoFooter {
    height: 200px;
    text-align: left;
    margin-left: 20px;
  }

  .logoFooter img {
    width: 268px;
    height: 73px;
    margin-top: 40px;
  }

  .moreInfos {
    height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .textToUs {
    height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 40px;
  }

  .socialMediaLinks {
    height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 40px;
  }

  .socialIcons {
    display: flex;
    flex-direction: row;
    gap: 24px;
    padding: 0px;
    text-align: left;
    justify-content: left;
  }

  .logoFooter,
  .moreInfos,
  .textToUs,
  .socialMediaLinks {
    width: 70%;
  }

  .copyrights {
    width: 100%;
    max-width: 862px;
  }
}
