.iframe-section-main {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

.iframe-container {
  width: 300px;
  height: 220px;
  direction: rtl;
  background-color: transparent !important;
}

.iframe-prayer-widget {
  width: 1000px;
  height: 700px;
  transform: scale(0.28, 0.28) translate(1100px, -750px);
  /* border-radius: 50px; */
}

.salah-frames {
  /* border: 1px solid; */
  width: 100vw;
  height: 72vh;
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
}
.salah-frames2 {
  width: 60%;
  height: 100%;
}
.salah-frames1 {
  width: 20%;
  height: 100%;
}
.heading-salah {
  text-align: center;
  font-size: 40px;
  padding: 30px;
}
.frames {
  /* border: 1px solid black; */
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .iframe-container {
    display: none;
  }
}
@media (max-width: 768px) {
  .salah-frames1 {
    display: none;
  }
  .salah-frames2 {
    /* border: 1px solid black; */
    width: 80vw;
    height: 100%;
  }
  .heading-salah-mobile {
    text-align: center;
    font-size: 30px;
    /* padding: 30px; */
  }
  .frames {
    flex-direction: column;
  }
  .salah-frames {
    flex-direction: column;
    height: 100vh;
  }
  .heading-salah {
    font-size: 3vh;
  }
}
