@font-face {
  font-family: "amir";
  src: url("fonts/Mikhak-Black.woff2") format("woff2");
}

body {
  font-family: "amir";
}

@media only screen and (max-width: 300px) {
  .bd {
    background-image: url("photos/kipobg1.jpg") !important;
    background-size: cover !important;
  }
}

@media only screen and (max-width: 600px) {
  .im1 {
    height: 380px !important;
    width: 180px !important;
    margin-top: 25px !important;
  }
  /* .btn1 {
    margin-top: 130px !important;
  } */
}

footer {
  background: #0b0b0b52;
  color: white;
  padding: 20px 0;
  text-align: center;
}
.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  max-width: 1200px;
  margin: auto;
}
.footer-logo img {
  width: 100px;
}
.footer-contact p,
.footer-social a {
  color: white;
  text-decoration: none;
  margin: 5px 0;
  display: block;
}
.footer-social a:hover {
  color: #f39c12;
}
@media (max-width: 768px) {
  .footer-container {
    flex-direction: column;
    text-align: center;
  }
}
