@import url(/assets/css/base-style.css);
@import url(/assets/css/header.css);
@import url(/assets/css/footer.css);

.main-section {
  height: 600px;
  margin-top: 2rem;
}

/* =========================== Wide Slider =========================== */

.home-wide-slider {
  width: 100%;
  height: auto;
  max-height: 820px;
  background-color: var(--text-color) !important;
}

.home-wide-slider img {
  width: 100%;
}

.home-wide-slider .swiper-wrapper {
  height: 820px;
  font-size: 2.5em;
}

.home-wide-slider .swiper-wrapper .swiper-slide .container {
  position: relative;
  top: 32%;
}

.slider-with-text-slide h4,
.slider-with-text-slide span,
.slider-with-text-slide p {
  color: #fff !important;
}

.homer-wide-slider .swiper-slide-thumb-active {
  background-color: red !important;
}

.slider-with-text-slide {
  position: relative;
  padding: 15px 0;
  min-height: 500px;
  height: 100% !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.6);
  color: #fff !important;
}

.slider-with-text-slide .container {
  position: relative;
}

.slider-with-text-slide.swiper-slide-active [data-animate] {
  opacity: 1;
  transform: none;
}

.slider-with-text-slide.swiper-slide-active .slider-with-text-heading {
  transition-delay: 0.6s;
}

.slider-with-text-slide.swiper-slide-active .slider-with-text-desc {
  transition-delay: 1s;
}

.slider-with-text-slide strong {
  font-size: 30px;
  color: var(--primary-color);
}

.slider-with-text-slide h4 {
  font-size: 50px;
  padding-right: 0 !important;
  margin-right: 0 !important;
}

.slider-with-text-slide p {
  font-size: 22px;
  padding-right: 0 !important;
  margin-right: 0 !important;
}

.slider-with-text-heading {
  font-size: 55px;
  margin-bottom: 25px;
  transition-delay: 3s;
}

.slider-with-text-heading .highlight {
  font-size: 50px;
  /* background-color: var(--primary-color); */
  padding: 17px;
  border-radius: 15px;
  font-weight: normal;
  max-width: fit-content;
  margin-top: 37px;
}

.slider-with-text-desc {
  padding: 15px 22px;
  border-radius: 8px;
  /* background-color: #202238; */
  /* max-width: 480px; */
  opacity: 0.9;
  font-size: 35px;
}

[data-animate] {
  opacity: 0;
  transition: all 0.8s ease-out;
}

[data-animate="bottom"] {
  transform: translate3d(0, 15px, 0);
}

.slider-with-text-bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
  border-radius: 8px;
  background-color: #202238;
  max-width: 600px;
  z-index: 1;
  padding: 35px 35px;
  right: 0;
  font-size: 14px;
}

.slider-with-text-bottom .cell {
  position: relative;
  opacity: 1;
  z-index: 2;
  height: 40px;
  bottom: inherit;
}

.slider-with-text-bottom .slider-with-text-scrollbar {
  margin-top: 16px;
}

.slider-with-text-bottom .slider-with-text-scrollbar-drag {
  height: 6px;
}

.slider-with-text-bottom .slider-with-text-pagination {
  font-size: 25px;
  bottom: inherit;
  color: #fff;
}

.slider-with-text-bottom .slider-with-text-pagination b {
  font-size: 28px;
  margin-top: -5px;
}

.slider-with-text-bottom .slider-with-text-pagination span {
  padding-left: 5px;
  padding-right: 5px;
}

.slider-with-text-button-next,
.slider-with-text-button-prev {
  outline: none;
}

.slider-with-text-button-next::after,
.slider-with-text-button-prev::after {
  font-size: 22px;
  color: #fff;
}

.home-wide-slider .swiper-nav {
  position: absolute;
  top: 50%;
  left: 8%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  z-index: 9;
}

.home-wide-slider .swiper-button-prev,
.home-wide-slider .swiper-button-next {
  position: initial !important;
  margin: 7px 0;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff !important;
  background: transparent;
  border: 1px solid #ffffff;
  font-size: 22px;
  transition: 0.5s;
}

.home-wide-slider .swiper-button-prev::after,
.home-wide-slider .swiper-button-next:after {
  color: #ffffff !important;
}

.home-wide-slider .swiper-button-prev {
  top: calc(50% - 45px) !important;
  left: 0 !important;
}

.home-wide-slider .swiper-button-next {
  top: calc(50% + 15px) !important;
  left: 0 !important;
}

.home-wide-slider:hover,
.home-wide-slider:hover {
  background: var(--primary-color);
  border-color: var(--primary-color);
}

/* =========================== Features Section =========================== */

.features {
  padding-top: 50px;
  padding-bottom: 50px;
  margin-bottom: 2em;
}

.features .features-inner {
  background: var(--primary-color-ultra-transparent);
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
  gap: 18px;
  border-radius: 36% 48% 13% 75% / 86% 14% 85% 14%;
  background: rgb(144, 23, 134);
  background: -moz-linear-gradient(
    180deg,
    rgba(144, 23, 134, 0.1) 0%,
    rgba(144, 23, 134, 0.1) 57%,
    rgba(52, 4, 48, 0.1) 100%
  );
  background: -webkit-linear-gradient(
    180deg,
    rgba(144, 23, 134, 0.1) 0%,
    rgba(144, 23, 134, 0.1) 57%,
    rgba(52, 4, 48, 0.1) 100%
  );
  background: linear-gradient(
    180deg,
    rgba(144, 23, 134, 0.15) 0%,
    rgba(144, 23, 134, 0.1) 57%,
    rgba(52, 4, 48, 0.1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#901786",endColorstr="#340430",GradientType=1);
  height: 250px;
}

.features .features-inner i {
  color: var(--primary-color);
  font-size: 55px;
}

.features .features-inner h6 {
  font-size: 22px;
  font-weight: 700;
}

/* =========================== About Section =========================== */

.about-box {
  margin-bottom: 3em;
}

.about-box img {
  width: 100%;
  height: auto;
}

.about-box ul {
  list-style: none;
}

.about-box ul li:before {
  font-family: var(--font-awesome);
  content: "\f060";
  font-weight: 400;
  color: var(--primary-color);
  margin-left: 10px;
  line-height: 30px;
}

/*** Section Title ***/
.section-title {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  margin-bottom: 1rem;
  font-size: 20px;
  font-weight: 800;
  color: var(--primary-color);
}

.section-title::before {
  position: absolute;
  content: "";
  width: calc(100% + 220px);
  height: 2px;
  top: 13px;
  left: -100px;
  background: var(--primary-color);
  z-index: -1;
}

.section-title::after {
  position: absolute;
  content: "";
  width: calc(100% + 280px);
  height: 2px;
  bottom: 10px;
  left: -130px;
  background: var(--primary-color);
  z-index: -1;
}

.section-title.text-start::before {
  width: 85px;
  left: -105px;
  top: 9px;
}

.section-title.text-start::after {
  width: 110px;
  left: -130px;
  bottom: 9px;
}

/* =========================== Latest News & Articles Section =========================== */

.blog-box {
  padding-top: 3rem;
  padding-bottom: 3rem;
  margin-bottom: 3rem;
}

.blog-box h2 {
  font-size: 30px;
  margin-bottom: 1em;
}

.card-box {
  background: var(--bg-white);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  direction: rtl;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px,
    rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
  height: 450px;
}

.card-box strong {
  font-size: 18px;
  font-weight: 900;
  margin-top: 0.5em;
  margin-bottom: 2rem;
}

.card-box img {
  transition: 0.5s;
  max-height: 250px;
  max-width: 100%;
}

.card-box img:hover {
  transform: scale(1.1);
  cursor: pointer;
}

.card-box .card-box-inner {
  width: 100%;
  padding: 25px 15px;
  height: fit-content;
  max-height: 250px;
}

.card-box .card-box-inner a {
  display: block;
  margin-bottom: 0.5rem;
}

.card-box .card-box-inner p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.card-box .card-bottom-info {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 1rem 15px;
  border-top: 1px solid var(--white-smoke-color);
}

.card-box .card-bottom-info span {
  color: var(--text-gray-color);
  font-size: 14px;
  flex: 1 1 auto !important;
  text-align: center;
  border-left: 1px solid var(--white-smoke-color);
}

.card-box .card-bottom-info span:last-child {
  border: none;
}

.bg-white .card-box {
  background-color: var(--bg-color) !important;
}

.bg-white .card-box .card-bottom-info,
.bg-white .card-box .card-bottom-info span {
  border-color: #e3e5e7;
}

/* =========================== Comments Section =========================== */

.comment-box {
  padding-top: 3rem;
  padding-bottom: 3rem;
  margin-bottom: 3rem;
}

.comment-box h2 {
  font-size: 30px;
  margin-bottom: 1em;
}

.comment-box .card-box {
  background: var(--bg-color) !important;
  box-shadow: none !important;
  justify-content: center;
  text-align: center;
}

.comment-box .card-box img {
  width: 150px;
  max-width: 150px;
  height: 150px;
  max-height: 150px;
  border-radius: 50%;
  padding: 0.5rem !important;
  margin-bottom: 0.2rem;
  border: 1px solid #dee2e6 !important;
}

.comment-box .card-box img:hover {
  transform: none !important;
  cursor: default !important;
}

.comment-box .card-box strong {
  display: inline-block;
  margin-bottom: 0.5rem;
}

.comment-box .card-box .card-box-inner p {
  background-color: var(--primary-color-ultra-transparent);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  line-height: 1.3;
  min-height: 250px;
  height: fit-content;
  transition: 0.5s;
}

.swiper-pagination-bullet {
  border-radius: 0 !important;
}

.latest-comments-slider .card-box{
  height: 550px;
}

/* =========================== Responsive =========================== */

@media (max-width: 479.9px) {
  .features {
    display: flex;
    justify-content: center;
  }

  .features .features-inner {
    width: 360px;
    margin-bottom: 2rem;
  }

  .features [class*="col-"] {
    display: flex !important;
    justify-content: center !important;
  }

  .about-box img {
    margin-bottom: 2rem;
  }

  .section-title {
    justify-content: center !important;
    text-align: center !important;
  }

  .section-title::before {
    width: calc(100% + 90px);
    left: -45px;
  }

  .section-title::after {
    width: calc(100% + 140px);
    left: -70px;
  }
}

@media (max-width: 639.9px) {
  .home-wide-slider .swiper-nav {
    bottom: 5% !important;
    top: inherit !important;
    flex-direction: row !important;
  }

  .slider-with-text-slide {
    display: flex;
    justify-content: center;
    text-align: center;
  }

  .slider-with-text-slide h4 {
    font-size: 30px !important;
    text-align: center;
    display: inline-block !important;
  }

  .slider-with-text-slide p {
    font-size: 20px !important;
  }
}
