/*-----------------
* palette
* ----------------
*
*/

/******** Footer *******/

.fa-whatsapp:before {
  content: "\f232";
}

.footer-contact-details {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-icons {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}

.footer-icons li {
  margin-right: 10px;
  font-size: 34px;
}

.footer-icons a {
  color: #fff;
}

.footer-contact-details a {
  color: #fff;
}

.footer-contact-details li:nth-child(1),
.footer-contact-details li:nth-child(2) {
  font-weight: 700;
}

.footer-contact-details li {
  margin: 10px 0;
}

.btn-blue {
  background: #21C3E3;
  color: #fff;
}

.btn-wrap-footer {
  margin-bottom: 15px;
}

.bottom-wrap {
  background: var(--backgroundMain);
  padding: 60px 0;
  color: #fff;
}

.bottom-wrap h3 {
  color: #fff;
  margin-bottom: 20px;
  font-weight: 300;
  font-size: 22px;
}

.bottom-wrap h3 span {
  font-weight: 700;
}

footer .menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

footer .menu li {
  margin: 10px 0;
}

footer .menu a {
  color: #fff;
}

footer .menu a:hover {
  color: #21C3E3;
}

.btn-wrap-footer .btn:hover{
  background-color: #fff;
  color: #262F39;
}

.credits a:hover {
  color: #21C3E3;
}

.footer-icons a:hover {
  color: #21C3E3;
}

section.credits-wrap {
  padding: 30px 0;
  text-align: center;
  display: flex;
}

.credits {
  display: flex;
  justify-content: center;
  font-size: 14px;
}

.credits span {
  margin: 0 10px;
}

.credits a {
  color: #262F39;
  font-weight: 700;
}

/******** Responsive ***********/

/* XXL */
@media (max-width: 1400px) {
  .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
    font-size: 13px;
}
}

/* XL */
@media (max-width: 1200px) {}

/* L */
@media (max-width: 992px) {
  .middle-footer-wrap,
  .middle-footer-lower-wrap{
    margin-top: 30px;
  }
}

/* M */
@media (max-width: 768px) {

  .credits {
    display: flex;
    justify-content: center;
    font-size: 14px;
    flex-direction: column;
  }

  .credits span {
    margin: 0 10px;
    display: none;
  }
}

/* S */
@media (max-width: 576px) {
  .middle-footer-wrap {
    margin: 30px 0 0 0;
  }
}