@media only screen and (max-width: 1000px) {
  .main__page .type__section .box {
    padding: 60px;
  }
  .main__page .type__section .box .image_background:before {
    right: 58%;
    top: 58%;
  }
  .main__page .type__section .box .image_background .image {
    padding-left: 0;
    margin-top: 0;
  }
  .main__page .type__section .box .image_background .image img {
    width: 650px;
  }
  .bible__page .bible-header-image img {
    width: 100%;
  }
  .agpeya__page .content .agpeya-header img {
    width: 100%;
  }
  .media__page .content .media-header img {
    width: 100%;
  }
}
@media only screen and (max-width: 950px) {
  .chapters__page .container {
    grid-template-columns: repeat(10, 50px);
  }
}
@media only screen and (max-width: 900px) {
  .navbar {
    justify-content: space-around;
  }
  .header .container {
    padding: 0rem;
  }
}
@media only screen and (max-width: 850px) {
  section {
    padding: 2rem;
  }
  .main__page .introduction .image img {
    width: 300px;
  }
  .main__page .introduction .title .title-head {
    padding: 17px 18px 19px 22px;
    font-size: 14px;
  }
  .main__page .introduction .title h2 {
    font-size: 34px;
  }
}
@media only screen and (max-width: 750px) {
  section {
    padding: 2rem 1rem;
  }
  .navbar .search form {
    width: 300px;
  }
  .main__page .introduction {
    justify-content: space-between;
  }
  .main__page .introduction .image img {
    width: 260px;
  }
  .main__page .daily__section .content {
    display: grid;
    justify-items: center;
  }
  .main__page .daily__section .content h4 {
    margin: 0.3rem 0;
  }
  .main__page .verse__section {
    margin: 0 1rem;
  }
  .main__page .verse__section .container {
    flex-direction: column-reverse;
    justify-content: center;
  }
  .main__page .verse__section .container .verses {
    text-align: center;
  }
  .main__page .verse__section .container .verses h2 {
    font-size: 20px;
    line-height: 55px;
  }
  .main__page .verse__section .container .verses p {
    color: var(--black);
    line-height: 25px;
    font-weight: 600;
    user-select: auto;
  }
}
@media only screen and (max-width: 700px) {
  .navbar {
    transition: top 0.3s;
    top: 0;
  }
  .header {
    display: block;
  }
  .main__page .introduction {
    flex-direction: column-reverse;
    margin-top: 5rem;
  }
  .main__page .introduction .image img {
    margin-top: 2rem;
    width: 360px;
  }
  .main__page .type__section {
    padding-right: 25px !important;
    padding-left: 25px !important;
    padding: 50px 0;
  }
  .main__page .type__section .box {
    padding: 60px 20px;
    flex-direction: column;
  }
  .main__page .type__section .box:nth-child(2) {
    top: -150px;
  }
  .main__page .type__section .box:nth-child(3) {
    top: -150px;
  }
  .main__page .type__section .box:nth-child(4) {
    top: -150px;
  }
  .main__page .type__section .box:nth-child(5) {
    top: -150px;
  }
  .main__page .type__section .box .content h2,
  .main__page .type__section .box .content p {
    text-align: center;
  }
  .bible__page .bible-header-image {
    margin: 4rem 0;
  }
  .chapters__page .header-page {
    justify-content: space-between;
  }
  .chapters__page .header-page .image img {
    width: 200px;
  }
  .agpeya__page .content .agpeya-header {
    margin-top: 4rem;
  }
  .media__page .content .media-header {
    margin-top: 4rem;
  }
}
@media only screen and (max-width: 650px) {
  .chapters__page .container {
    display: grid;
    grid-template-columns: repeat(5, 50px);
    grid-gap: 8px;
    justify-content: center;
    margin-top: 50px;
  }
  .chapters__page .container .box {
    width: 50px;
    height: 50px;
    background-color: var(--second-color-10);
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 5px;
    text-decoration: none;
    color: var(--main-color);
    font-weight: 600;
  }
  .chapters__page .container .box:hover {
    background-color: #cce5ff;
  }
}
@media only screen and (max-width: 600px) {
  .media__page .content .media_title h3 {
    font-size: 18px;
  }
  .media__page .content .media_title h3 a {
    font-size: 14px;
    text-align: center;
    display: inline-block;
  }
  .media__page .content .media_element {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(8rem, 1fr));
    gap: 1.5rem;
    justify-items: center;
  }
  .media__page .content .media_element a img {
    width: 120px;
  }
  .bible-chapter__page .header-page h3 {
    font-size: 28px;
  }
  .bible-chapter__page .header-page .audio-player .player-controls .track-info .album-art {
    width: 80px;
    height: 80px;
    border-radius: 5px;
    margin-right: 15px;
  }
  .bible-chapter__page .header-page .audio-player .player-controls .track-info .track-details h3 {
    font-size: 19px;
  }
  .bible-chapter__page .header-page .audio-player .player-controls .track-info .track-details h6 {
    font-size: 10px;
  }
  .bible-chapter__page .header-page .audio-player .player-controls .track-info .track-details h5 {
    font-size: 14px;
  }
  .bible-chapter__page .header-page .option {
    display: contents;
  }
  .bible-chapter__page .header-page .option .box {
    margin: 5px;
  }
}
@media only screen and (max-width: 550px) {
  .chapters__page .header-page {
    flex-direction: column;
  }
  .chapters__page .header-page .image img {
    width: 250px;
  }
}
@media only screen and (max-width: 500px) {
  .navbar .search form {
    width: 200px;
  }
  .main__page .type__section .box:nth-child(2) {
    top: -50px;
  }
  .main__page .type__section .box:nth-child(3) {
    top: -50px;
  }
  .main__page .type__section .box:nth-child(4) {
    top: -50px;
  }
  .main__page .type__section .box:nth-child(5) {
    top: -50px;
  }
  .bible__page .show-all-old,
  .bible__page .show-all-new {
    grid: 0;
    flex-direction: row;
    flex-wrap: wrap;
    height: auto;
  }
  .bible__page .bible_content .old .container,
  .bible__page .bible_content .new .container {
    margin: 1rem 0;
  }
  .bible__page .bible_content .old .container .box .image img,
  .bible__page .bible_content .new .container .box .image img {
    width: 180px;
    height: 180px;
  }
}
@media only screen and (max-width: 450px) {
  .subject {
    padding: 0.5rem 0.8rem;
    font-size: 12px;
  }
  .header {
    height: 10%;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 0.5rem;
    padding: 1rem 0;
  }
  .header .container .link {
    justify-content: space-between;
    padding: 0 4.5rem;
  }
  .header .container .link a i {
    font-size: 24px;
  }
  .bible__page .bible_app .title h3 {
    font-size: 22px;
  }
  .bible__page .bible_app .title h6 {
    font-size: 14px;
  }
  .bible__page .bible_app .qr_code img {
    width: 180px;
  }
  .agpeya__page .content .prayers {
    line-height: 25px;
  }
  .agpeya__page .content .prayers h3 {
    font-size: 18px;
  }
  .agpeya__page .content .prayers h3 a {
    font-size: 16px;
  }
  .agpeya__page .content .agpeya_app .title h3 {
    font-size: 22px;
  }
  .agpeya__page .content .agpeya_app .title h6 {
    font-size: 14px;
  }
  .agpeya__page .content .agpeya_app .qr_code img {
    width: 180px;
  }
  .agpeya__page .content .article .item1 {
    line-height: 35px;
  }
  .agpeya__page .content .article .item1 h4 {
    font-size: 26px;
    padding-top: 30px;
  }
  .agpeya__page .content .article .item1 p {
    font-size: 16px;
  }
  .agpeya__page .content .article .item2 h4 {
    font-size: 26px;
    padding: 10px 0;
  }
  .agpeya__page .content .article .item2 .table .header-table {
    font-size: 18px;
  }
  .agpeya__page .content .article .item2 .table .content-table {
    font-size: 16px;
  }
  .agpeya__page .content .article .item2 .table td,
  .agpeya__page .content .article .item2 .table th {
    padding: 0.6rem;
  }
  .media__page .content .media_title p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 400px) {
  .main__page .introduction .image img {
    width: 260px;
  }
  .main__page .introduction .title .title-head {
    font-size: 12px;
    padding: 10px 3px 10px 9px;
    line-height: 25px;
  }
  .main__page .introduction .title .title-head:before {
    height: 35px;
    width: calc(100% + 30px);
  }
  .main__page .introduction .title h2 {
    font-size: 26px;
  }
  .main__page .introduction .title p {
    font-size: 16px;
  }
  .main__page .introduction .title .title-second p {
    font-size: 13px;
  }
  .agpeya__page .content {
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 350px) {
  .navbar .search form {
    width: 150px;
  }
  .header .container .link {
    padding: 0 2.5rem;
  }
  .main__page .type__section .box .content .cracks {
    align-items: center;
    flex-direction: column;
  }
  .main__page .type__section .box .content .cracks p {
    text-align: center;
    font-size: 16px;
    line-height: 1px;
  }
  .main__page .type__section .box .content .cracks p i {
    padding: 0.2rem;
    font-size: 14px;
    border-radius: 25%;
    text-align: center;
  }
  .bible__page .bible_content .bible-header .title h3 {
    margin-bottom: 10px;
    font-size: 24px;
  }
  .bible__page .bible_content .bible-header .title p {
    font-size: 16px;
  }
  .chapters__page .header-page {
    flex-direction: column;
    padding: 2rem 1rem;
  }
  .chapters__page .header-page .image img {
    width: 190px;
  }
  .chapters__page .header-page .title h3 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 300px) {
  #navbar,
  #header,
  #scrollToTopBtn,
  #footer,
  #index,
  #holyBible,
  #chapters__page,
  #agpeya,
  #media {
    display: none;
  }
}
@media (min-width: 301px) {
  .screen-width {
    display: none;
  }
}

/*# sourceMappingURL=responsive.css.map */
