footer {
  background-image: url("../img/Footer.png");
  background-attachment: fixed;
}
.footer_column {
  margin: 0 5px 5px 0 !important;
  box-sizing: border-box;
}
.footer_calendar {
  width: calc(30% - 10px) !important;
}
.footer_info {
  width: calc(25% - 10px) !important;
}
.footer_map {
  width: calc(30% - 10px) !important;
}
.footer_enamad {
  width: calc(15% - 10px) !important;
}
@media screen and (max-width: 1100px) {
  .footer_calendar {
    width: calc(40% - 10px) !important;
  }
  .footer_info {
    width: calc(40% - 10px) !important;
  }
  .footer_map {
    width: calc(60% - 10px) !important;
  }
  .footer_enamad {
    width: calc(20% - 10px) !important;
  }
}
@media (min-width: 750px) {
  footer {
    padding: 2rem 0 0 0;
    color: white !important;
  }

  footer #footer-about {
    width: 90%;
    text-align: justify;
  }

  footer h1 {
    text-align: right;
    margin-bottom: 1rem;
  }
  footer p {
    font-size: 13px !important;
  }

  footer a {
    text-decoration: none;
    color: white !important;
    text-align: right;
    font-size: 13px !important;
  }

  footer ul {
    text-align: right;
    /* display: flex; */
  }

  footer ul li {
    margin: 0 0.8rem;
  }

  footer h3 {
    text-align: right;
    margin-bottom: 2rem;
  }

  footer .container {
    padding-top: 2rem;
  }

  footer .row div {
    padding: 0;
  }
}

@media (max-width: 750px) {
  .footer_calendar {
    width: calc(50% - 10px) !important;
  }
  .footer_info {
    width: calc(50% - 10px) !important;
  }
  .footer_map {
    width: calc(70% - 10px) !important;
  }
  .footer_enamad {
    width: calc(30% - 10px) !important;
  }
  footer {
    padding: 2rem 0 0 0;
    color: white !important;
  }

  footer #footer-about {
    width: 90%;
    text-align: center;
  }

  footer h1 {
    text-align: center;
    margin-bottom: 1rem;
  }

  footer a {
    text-decoration: none;
    color: white !important;
    text-align: center;
    font-size: 13px !important;
  }

  footer ul {
    text-align: center;
  }

  footer ul li {
    margin-bottom: 0.8rem;
  }

  footer h3 {
    text-align: center;
    margin-bottom: 1.5rem;
    /* margin-top: 3rem; */
  }

  footer p {
    margin: 0;
    margin: auto;
    font-size: 13px !important;
  }

  footer .container {
    padding: 0 !important;
  }

  footer .row {
    margin: 0;
    padding-bottom: 5rem;
  }

  footer .row div {
    padding: 0;
  }

  footer .padding-80 {
    padding-bottom: 80px !important;
  }
}
/* My Css */
footer .container-fluid {
  max-width: 90% !important;
}

.footer-logo {
  width: 21rem;
  bottom: 50px;
  position: relative;
}
.footer-container .footer-content {
  background: rgba(43, 40, 40, 0.73);
  border-radius: 26px;
  padding: 25px;
  margin: 20px;
}
.footer-container .footer-content h1,
h3 {
  color: #eb3437;
}
iframe {
  width: 100% !important;
  height: 100% !important;
  border-radius: 26px;
}
@media screen and (max-width: 600px) {
  .footer_calendar {
    width: calc(100% - 10px) !important;
  }
  .footer_info {
    width: calc(100% - 10px) !important;
  }
  .footer_map {
    width: calc(60% - 10px) !important;
  }
  .footer_enamad {
    width: calc(40% - 10px) !important;
  }
}
