/*=========================================
    PREFIX
=========================================*/
/*============================
    SECTION TITLE
============================*/
.section-title {
  text-align: center;
  position: relative;
  z-index: 2;
  margin-bottom: 40px;
}
.section-title .title {
  position: relative;
  z-index: 2;
  margin-bottom: 30px;
  line-height: 45px;
}
.section-title .title::before {
  content: "";
  position: absolute;
  bottom: -26px;
  left: 45%;
  background-image: url(../../assets/image/png/text-underline.png);
  background-repeat: no-repeat;
  width: 283px;
  height: 27px;
  z-index: -1;
  scale: 0.7;
  transform: translate(-50%);
}
.section-title .second-title {
  font-family: "Graphik";
  font-weight: 600;
}

/*=========================================
    Index Content
=========================================*/
.main__page .introduction {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-direction: row-reverse;
  margin-top: 10rem;
  padding-bottom: 0;
}
.main__page .introduction .image img {
  width: 340px;
  border-radius: 15px;
}
.main__page .introduction .title {
  text-align: center;
  user-select: none;
}
.main__page .introduction .title .title-head {
  position: relative;
  display: inline-block;
  z-index: 1;
  font-size: 16px;
  font-weight: 600;
  padding: 19px 20px 21px 24px;
  box-shadow: 0 15px 40px rgba(174, 174, 176, 0.631372549);
  background: var(--primary);
  border-radius: 4px;
  margin-bottom: 40px;
}
.main__page .introduction .title .title-head:before {
  position: absolute;
  top: 50%;
  left: -19px;
  right: -19px;
  transform: translateY(-50%);
  height: 45px;
  width: -moz-calc(100% + 38px);
  width: calc(100% + 38px);
  background: var(--primary);
  box-shadow: 0 0 29px rgba(174, 174, 176, 0.631372549);
  z-index: -1;
  content: "";
  clip-path: polygon(100% 0, 97% 50%, 100% 100%, 0 100%, 3% 50%, 0 0);
}
.main__page .introduction .title h2 {
  font-size: 36px;
  margin-bottom: 20px;
  animation: colorCycle 5s infinite;
}
@keyframes colorCycle {
  0% {
    color: var(--main-color);
  }
  25% {
    color: var(--second-color);
  }
  50% {
    color: var(--orange);
  }
  75% {
    color: var(--pink);
  }
  100% {
    color: var(--main-color);
  }
}
.main__page .introduction .title p {
  font-size: 18px;
  font-weight: 600;
}
.main__page .introduction .title .title-second {
  text-align: start;
  margin-top: 10px;
}
.main__page .introduction .title .title-second p {
  font-size: 16px;
  font-family: "Cairo";
}
.main__page .daily__section .content {
  background-color: var(--box);
  border-radius: 15px;
  padding: 0.6rem 1rem;
  display: flex;
  align-items: center;
}
.main__page .daily__section .content h6 {
  font-family: "Alexandria";
  font-weight: 100;
  font-size: 14px;
  background-color: var(--second-color-10);
  color: var(--second-color-11);
  padding: 0.3rem 0.6rem;
  border-radius: 5px !important;
  animation: zoomOut-zoomIn 2.5s infinite;
}
.main__page .daily__section .content h4 {
  margin: 0 0.5rem;
}
.main__page .daily__section .content a {
  font-family: "Alexandria";
  font-weight: 600;
  font-size: 14px;
  padding: 0.3rem;
  color: var(--second-color);
}
.main__page .verse__section {
  border-radius: 40px;
  box-shadow: var(--box-shadow-light-1);
  background-color: var(--white);
  border: 1px solid rgba(0, 0, 0, 0.0745098039);
  margin: 0 5rem;
  position: relative;
  border-radius: 1rem;
}
.main__page .verse__section:before {
  position: absolute;
  content: "";
  inset: 0.0625rem;
  z-index: 2;
}
.main__page .verse__section:after {
  position: absolute;
  content: "";
  width: 0.25rem;
  inset: 0.65rem auto 0.65rem 0.5rem;
  border-radius: 0.125rem;
  background: var(--gradient-1);
}
.main__page .verse__section .container {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-around;
  align-items: center;
}
.main__page .verse__section .container .pic img {
  width: 250px;
}
.main__page .verse__section .container .verses h2 {
  color: var(--main-color);
  font-size: 23px;
  line-height: 55px;
}
.main__page .verse__section .container .verses p {
  color: var(--black);
  line-height: 25px;
  font-weight: 600;
  user-select: auto;
}
.main__page .all__news .box-container {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.main__page .all__news .box-container .scroll-animation {
  display: flex;
  width: 7200px;
  position: relative;
  animation: scroll 80s linear infinite;
  animation-fill-mode: forwards;
}
.main__page .all__news .box-container .scroll-animation:hover {
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  animation-play-state: paused;
}
.main__page .all__news .box-container .scroll-animation .box-content {
  padding: 0 10px;
  position: relative;
}
.main__page .all__news .box-container .scroll-animation .box-content .box {
  position: relative;
  padding: 22px 19px;
  margin: 1rem 0;
  z-index: 2;
  background: var(--gray);
  border-radius: var(--border-radius-10);
  width: 350px;
  height: 150px;
  transform: scale(0.9);
}
.main__page .all__news .box-container .scroll-animation .box-content .box:hover {
  transform: scale(1);
}
.main__page .all__news .box-container .scroll-animation .box-content .box .subject-contener {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.main__page .all__news .box-container .scroll-animation .box-content .box .subject-contener .title {
  font-family: "Cairo";
  font-weight: 800;
  font-size: 22px;
  margin-bottom: 0.5rem;
}
.main__page .all__news .box-container .scroll-animation .box-content .box .subject-contener .subject {
  font-size: 14px;
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(1750px);
  }
}
.main__page .type__section {
  padding-right: 15px !important;
  padding-left: 15px !important;
  padding: 50px 0;
}
.main__page .type__section .box {
  max-width: 1370px;
  max-height: 800px;
  margin: 0 auto;
  padding: 60px 113px;
  position: sticky;
  z-index: 9;
  border-radius: 30px;
  overflow: hidden;
  transition: 0.4s;
  margin-bottom: 50px;
  display: flex;
  align-items: center;
}
.main__page .type__section .box:nth-child(2) {
  background-color: #02a8c2;
  top: 150px;
}
.main__page .type__section .box:nth-child(3) {
  background-color: #45d8d0;
  top: 180px;
}
.main__page .type__section .box:nth-child(4) {
  background-color: var(--red);
  top: 210px;
}
.main__page .type__section .box:nth-child(5) {
  background-color: #da17a6;
  top: 240px;
}
.main__page .type__section .box .image_background {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.main__page .type__section .box .image_background::before {
  content: "";
  position: absolute;
  right: 35%;
  top: 58%;
  z-index: -1;
  transform: translate(50%, -50%) rotate(9deg);
  width: 300px;
  height: 300px;
  background-color: rgba(0, 0, 0, 0.0705882353);
  border-radius: 30px;
}
.main__page .type__section .box .image_background .image {
  padding-left: 7rem;
  margin-top: 50px;
}
.main__page .type__section .box .image_background .image img {
  max-width: 100%;
  width: 445px;
}
.main__page .type__section .box .content {
  color: var(--white);
  text-align: right;
  margin: 1rem 0;
}
.main__page .type__section .box .content h2 {
  font-size: 26px;
  line-height: 40px;
}
.main__page .type__section .box .content p {
  margin: 1rem 0;
  font-weight: 600;
  font-size: 18px;
  line-height: 35px;
  user-select: none;
}
.main__page .type__section .box .content .cracks {
  display: flex;
  justify-content: space-evenly;
}
.main__page .type__section .box .content .cracks p {
  font-family: "Cairo";
}
.main__page .type__section .box .content .cracks i {
  background-color: var(--white);
  color: var(--black);
  padding: 0.3rem;
  font-size: 16px;
  margin-left: 0.5rem;
  border-radius: 35%;
}
.main__page .type__section .box .content .button {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 8px 30px;
  border: 4px solid;
  border-color: transparent;
  font-size: 16px;
  border-radius: 12px;
  font-weight: 600;
  box-shadow: 0 0 0 1px var(--second-color-11);
  cursor: pointer;
  overflow: hidden;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}
.main__page .type__section .box .content .button i {
  position: absolute;
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  color: var(--black);
}
.main__page .type__section .box .content .button .arr-1 {
  right: 16px;
}
.main__page .type__section .box .content .button .arr-2 {
  left: -25%;
}
.main__page .type__section .box .content .button .circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  background-color: var(--white);
  border-radius: 50%;
  opacity: 0;
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}
.main__page .type__section .box .content .button .text {
  position: relative;
  color: var(--black);
  z-index: 1;
  transform: translateX(-12px);
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}
.main__page .type__section .box .content .button:hover {
  box-shadow: 0 0 0 12px transparent;
}
.main__page .type__section .box .content .button:hover .arr-1 {
  right: -25%;
}
.main__page .type__section .box .content .button:hover .arr-2 {
  left: 16px;
}
.main__page .type__section .box .content .button:hover .text {
  transform: translateX(12px);
}
.main__page .type__section .box .content .button:hover .circle {
  width: 220px;
  height: 220px;
  opacity: 1;
}
.main__page .new_page .container {
  display: flex;
  justify-content: space-between;
  overflow: auto;
}
.main__page .new_page .container::-webkit-scrollbar {
  width: 0;
}
.main__page .new_page .container .box {
  margin: 0 1rem;
}
.main__page .new_page .container .box .content {
  position: relative;
  cursor: pointer;
  padding: 1rem;
  border-radius: 8px;
  box-shadow: rgba(99, 99, 99, 0.3) 0px 2px 8px 0px;
  margin-bottom: 1rem;
  width: max-content;
  background: rgba(255, 255, 255, 0.21);
  border-radius: 10px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.72);
}
.main__page .new_page .container .box .content:hover {
  box-shadow: rgba(99, 99, 99, 0.1) 0px 2px 8px 0px;
  border-color: rgba(162, 179, 207, 0.2) !important;
}
.main__page .new_page .container .box .content .tag {
  border-radius: 10px;
  padding: 5px 20px;
  font-size: 14px;
  font-family: "Alexandria";
}
.main__page .new_page .container .box .content .index {
  color: var(--white);
  background-color: var(--second-color);
}
.main__page .new_page .container .box .content .agpeya {
  color: var(--second-color-11);
  background-color: var(--second-color-10);
}
.main__page .new_page .container .box .content .bible {
  color: var(--white);
  background-color: var(--pink);
}
.main__page .new_page .container .box .content .media {
  color: var(--white);
  background-color: var(--main-color);
}
.main__page .new_page .container .box .content h6 {
  margin: 0.8rem 0;
  font-family: "Tajawal";
  font-size: 18px;
}
.main__page .new_page .container .box .content .stats {
  position: relative;
  width: 100%;
  color: #9fa4aa;
  font-size: 12px;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-around;
}
.main__page .new_page .container .box .content .stats div {
  margin-right: 1rem;
  height: 20px;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
.main__page .new_page .container .box .content .stats i {
  font-size: 20px;
  margin-right: 0.3rem;
}
.main__page .articles .box-container {
  display: grid;
  -ms-grid-columns: minmax(16rem, 1fr) [auto-fit];
  grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr));
  gap: 1.5rem;
}
.main__page .articles .box-container .box {
  border-radius: 10px;
  padding: 1rem;
  cursor: pointer;
  border: 1px solid rgba(0, 0, 0, 0.4196078431);
}
.main__page .articles .box-container .box:hover {
  transform: scale(1.05);
}
.main__page .articles .box-container .box p {
  display: block;
  font-family: "Tajawal";
  font-size: 18px;
  font-weight: 600;
  padding-left: 2rem;
}
.main__page .articles .box-container .box p i {
  font-size: 20px;
}
.main__page .articles .box-container .box .subject {
  font-family: "Alexandria";
  padding: 0.5rem 1rem;
  line-height: 1;
  border-radius: 0.6rem;
  display: inline-flex;
  margin: 0.5rem 0 0 0;
  font-size: 14px;
  background-color: var(--second-color-10);
  color: var(--second-color-11);
}
.main__page .articles .box-container .box .subject:hover {
  background-color: var(--main-color);
  color: var(--white);
}

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