.Aplication {
  .title {
    margin: 80px 0 !important;
    p {
      color: var(--orange-color) !important;
      font-family: boldd !important;
      font-size: 30px !important;
    }
  }

  .line1 {
    width: 120px;
    height: 5px;
    border-radius: 10px;
    background-color: var(--violent-color);
    margin: auto;
  }
}
/* Subscriptions section */
.card {
  border-radius: 50px;
}
.card-imgg {
  weight: 20px;
  height: 20px;
}
.card-title {
  font-family: Cairo;
  font-size: 25px;
  font-weight: 700;
  line-height: 65.59px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.card-par {
  font-family: Cairo;
  font-size: 20px;
  font-weight: 700;
  color: rgba(79, 35, 150, 1);
}
.card-par1 {
  font-family: Cairo;
  font-size: 20px;
  font-weight: 700;
  color: rgba(246, 149, 84, 1);
}
.card-img2 {
  width: 40px;
  height: 20px;
}
.card-true {
  weight: 20px;
  height: 15px;
}
.card-des {
  font-family: Cairo;
  font-size: 16px;
  font-weight: 700;
}
.sub-btn {
  background: rgba(79, 35, 150, 1);
  color: rgba(255, 255, 255, 1);
  border-radius: 55px;
  border: none;
  height: 45px;
}
.middle-card {
  margin-top: -20px;
  margin-bottom: 20px;
}
/* end Subscriptions section */

/* Blog */
/* card one */
#blog {
  background-image: url(../../assets/images/blog.png);
  background-repeat: round;
}
.blog-title {
  font-size: 19px;
  font-weight: 700;
  color: rgba(0, 0, 0, 1);
}
.blog-text {
  font-family: Cairo;
  font-size: 12px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.5);
}
.btn-blog {
  background: rgba(79, 35, 150, 1);
  color: rgba(255, 255, 255, 1);
  border-radius: 32px;
  width: 150px;
  height: 40px;
  box-shadow: none;
  border: 0;
}
.blog-img {
  width: 10px;
  height: 10px;
}
.blog-card {
  background-color: #ffffff;
  border-radius: 15px;
  overflow: visible;
  padding: 20px;
  position: relative;
}
/* إعداد الكاردات */
.blog-card {
  background-color: #ffffff;
  border-radius: 15px;
  /* overflow: hidden; */
  position: relative;
  margin-bottom: 20px;
}
.blog-body {
  padding: 5px !important;
}
.blog-body2 {
 padding: 5px;
}
/* #img-blog {
  position: relative;
  right: 20%;
  max-width: 100%;
  height: auto;
} */
#img-blog2 {
  position: relative;
  bottom: 12%;
  width: 100%;
  align-self: center;
}
.blog-title {
  font-size: 1.2rem;
  font-weight: bold;
  color: #333333;
}
.blog-text {
  font-size: 0.9rem;
  color: #777777;
  line-height: 1.5;
}
.blog-img {
  width: 12px;
  height: auto;
}
@media (max-width: 992px) {
  .blog-body {
    position: relative;
    right: 0;
    top: 10%;
    transform: none;
    width: 100%;
    text-align: center;
  }
  .blog-body2 {
    position: relative;
    right: 0;
    top: 10%;
    transform: none;
    width: 100%;
    text-align: center;
  }

  /* #img-blog {
    right: 0;
    max-width: 100%;
  } */
  #img-blog2 {
    bottom: 5%;
    width: 100%;
  }
}
@media (max-width: 576px) {
  .blog-body {
    text-align: center;
    width: 100%;
    margin-top: 10px;
  }
  .blog-body2 {
    text-align: center;
    width: 100%;
    margin-top: 10px;
  }
}

.card-time {
  font-size: 14px;
  gap: 12px;
  color: #676767;
}
#img-card {
  height: 14em;
}

/* Question */
.question-img {
  width: 70%;
}

.accordion {
  width: 50%;
}
.accordion-button {
  background-color: white;
  color: black;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.accordion-button:not(.collapsed) {
  color: white;
  background-color: #5a34a5;
}
.accordion-body {
  text-align: right;
}
.accordion-button::after {
  margin-right: auto !important;
  margin-left: 0 !important;
  color: #fff !important;
  font-weight: 700 !important;
  background-image: url("https://img.icons8.com/ios-filled/50/5a34a5/chevron-down.png") !important;
}
.accordion-button:not(.collapsed)::after {
  background-image: url("https://img.icons8.com/ios-filled/50/FFFFFF/chevron-down.png") !important;
}

@media (max-width: 993px) {
  #accordion {
    display: block !important;
  }
  #faqAccordion {
    width: 100% !important;
    margin-bottom: 30px;
  }
}

/* Footer */
footer .foot {
  background-color: #4f2396;
  padding-right: 6em;
  color: #fff;
  max-width: 100% !important;
}
footer .svg {
  width: 100%;
}
.arrow {
  stroke-width: 0.3px;
  stroke: yellow;
}
.wave {
  animation: wave 3s linear;
  animation-iteration-count: infinite;
  fill: #4f2396;
}
.drop {
  fill: transparent;
  animation: drop 5s ease infinite normal;
  stroke: #4f2396;
  stroke-width: 0.5;
  opacity: 0.6;
  transform: translateY(80%);
}
.drop1 {
  transform-origin: 20px 3px;
}
.drop2 {
  animation-delay: 3s;
  animation-duration: 3s;
  transform-origin: 25px 3px;
}
.drop3 {
  animation-delay: -2s;
  animation-duration: 3.4s;
  transform-origin: 16px 3px;
}
.gooeff {
  filter: url(#goo);
}
#wave2 {
  animation-duration: 5s;
  animation-direction: reverse;
  opacity: 0.6;
}
#wave3 {
  animation-duration: 7s;
  opacity: 0.3;
}
footer .download-btn {
  padding: 9px 25px;
  border-radius: 40px;
}
footer .down-text {
  font-size: 7px;
  text-align: end;
}
footer .sec-icon a {
  width: 35px;
  height: 35px;
  color: #4f2396;
  background-color: #fff;
  border-radius: 50%;
}
footer .sec-icon a:hover {
  color: #4f2396;
  background-color: #fff;
}
footer .line {
  width: 30px;
  height: 5px;
  border-radius: 10px;
  background-color: #fff;
  margin-bottom: 20px;
}
