@font-face {
  font-family: "Arabic";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/arabic.ttf") format("truetype");
}
@font-face {
  font-family: "Persian";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/Persian.otf") format("opentype");
}
@font-face {
  font-family: "ArabicV2";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/Arabic-v2.ttf") format("truetype");
}
.arabic-font {
  font-family: "Arabic";
  color: white;
  font-size: 6.5vw;
  line-height: 2;
}
.college-font {
  font-family: "Alkatra", cursive;
  color: white;
  font-size: 4vw;
  /* line-height: 2; */
}
.map-responsive {
  overflow: hidden;
  padding-bottom: 35%;
  position: relative;
  height: 0;
}

.map-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

.box {
  width: 80%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
  grid-gap: 2rem;
  margin: 0 auto;
  padding: 2rem;
}
.card {
  position: relative;
  width: 400px;
  height: 600px;
  background: #fdb141;
  margin: 1rem;
  border-radius: 4px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}
.card .imgBx {
  position: absolute;
  top: 1rem;
  left: 1rem;
  bottom: 1rem;
  right: 1rem;
  background: #222;
  transition: 0.5s;
  z-index: 1;
}

@media (max-width: 767px) {
  .arabic-font {
    font-family: "Arabic";
    color: white;
    font-size: 12vw;
    text-align: center;
    line-height: 2;
  }
  .college-font {
    font-family: "Alkatra", cursive;
    color: white;
    font-size: 6.75vw;
    /* line-height: 2; */
  }
  .map-responsive {
    overflow: hidden;
    padding-bottom: 35%;
    position: relative;
    height: 0;
  }
}
