@charset "UTF-8";
/*--- Main Base Color ---*/
/*--- /Main Base Color ---*/
/*--- Mixins ---*/
/*--- Animation ---*/
/*--- /Animation ---*/
/*--- Keyframes ---*/
/*--- /Keyframes ---*/
/*--- Transform ---*/
/*--- /Transform ---*/
/*--- Box Shadows ---*/
/*--- /Box Shadows ---*/
/*--- /Mixin ---*/
/*--- Bg Color ---*/
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Open+Sans:wght@300;400;500;600;700;800&family=Cinzel+Decorative:wght@400;700;900&family=Scheherazade+New:wght@400;500;600;700&display=swap");
.black {
  background-color: rgb(0, 0, 0) !important;
}

.transparent {
  background-color: rgba(0, 0, 0, 0) !important;
}

.white {
  background-color: rgb(255, 255, 255) !important;
}

.primary {
  background-color: rgb(197, 41, 49) !important;
}
@media (min-width: 992px) {
  .primary-lg {
    background-color: rgb(197, 41, 49) !important;
  }
}
@media (min-width: 1200px) {
  .primary-xl {
    background-color: rgb(197, 41, 49) !important;
  }
}

.primary-soft {
  background-color: rgb(244, 238, 238) !important;
}
@media (min-width: 992px) {
  .primary-soft-lg {
    background-color: rgb(244, 238, 238) !important;
  }
}
@media (min-width: 1200px) {
  .primary-soft-xl {
    background-color: rgb(244, 238, 238) !important;
  }
}

.primary-gradient {
  background-image: linear-gradient(to right, #ec1c24, #9e0b16) !important;
}
@media (min-width: 992px) {
  .primary-gradient-lg {
    background-image: linear-gradient(to right, #ec1c24, #9e0b16) !important;
  }
}
@media (min-width: 1200px) {
  .primary-gradient-xl {
    background-image: linear-gradient(to right, #ec1c24, #9e0b16) !important;
  }
}

.gray-dark {
  background-color: rgb(55, 73, 87) !important;
}
@media (min-width: 992px) {
  .gray-dark-lg {
    background-color: rgb(55, 73, 87) !important;
  }
}
@media (min-width: 1200px) {
  .gray-dark-xl {
    background-color: rgb(55, 73, 87) !important;
  }
}

.gray-light {
  background-color: rgb(232, 234, 238) !important;
}
@media (min-width: 992px) {
  .gray-light-lg {
    background-color: rgb(232, 234, 238) !important;
  }
}
@media (min-width: 1200px) {
  .gray-light-xl {
    background-color: rgb(232, 234, 238) !important;
  }
}

.gray-title-bg {
  background-color: rgb(41, 41, 41) !important;
}
@media (min-width: 992px) {
  .gray-title-bg-lg {
    background-color: rgb(41, 41, 41) !important;
  }
}
@media (min-width: 1200px) {
  .gray-title-bg-xl {
    background-color: rgb(41, 41, 41) !important;
  }
}

.bg-3 {
  background-color: rgb(63, 46, 62) !important;
}
@media (min-width: 992px) {
  .bg-3-lg {
    background-color: rgb(63, 46, 62) !important;
  }
}
@media (min-width: 1200px) {
  .bg-3-xl {
    background-color: rgb(63, 46, 62) !important;
  }
}

.bg-4 {
  background-color: rgb(134, 43, 13) !important;
}
@media (min-width: 992px) {
  .bg-4-lg {
    background-color: rgb(134, 43, 13) !important;
  }
}
@media (min-width: 1200px) {
  .bg-4-xl {
    background-color: rgb(134, 43, 13) !important;
  }
}

.bg-iqro-primary {
  background-color: rgb(193, 123, 23) !important;
}
@media (min-width: 992px) {
  .bg-iqro-primary-lg {
    background-color: rgb(193, 123, 23) !important;
  }
}
@media (min-width: 1200px) {
  .bg-iqro-primary-xl {
    background-color: rgb(193, 123, 23) !important;
  }
}

.bg-iqro-primary-soft {
  background-color: rgb(255, 249, 235) !important;
}
@media (min-width: 992px) {
  .bg-iqro-primary-soft-lg {
    background-color: rgb(255, 249, 235) !important;
  }
}
@media (min-width: 1200px) {
  .bg-iqro-primary-soft-xl {
    background-color: rgb(255, 249, 235) !important;
  }
}

.bg-iqro-secondary {
  background-color: rgb(36, 80, 100) !important;
}
@media (min-width: 992px) {
  .bg-iqro-secondary-lg {
    background-color: rgb(36, 80, 100) !important;
  }
}
@media (min-width: 1200px) {
  .bg-iqro-secondary-xl {
    background-color: rgb(36, 80, 100) !important;
  }
}

.bg-iqro-secondary-soft {
  background-color: rgb(247, 247, 255) !important;
}
@media (min-width: 992px) {
  .bg-iqro-secondary-soft-lg {
    background-color: rgb(247, 247, 255) !important;
  }
}
@media (min-width: 1200px) {
  .bg-iqro-secondary-soft-xl {
    background-color: rgb(247, 247, 255) !important;
  }
}

/*--- /Bg Color ---*/
/*--- Text Color ---*/
.text-black {
  color: rgb(0, 0, 0) !important;
}

.text-white {
  color: rgb(255, 255, 255) !important;
}
@media (min-width: 992px) {
  .text-white-lg {
    color: rgb(255, 255, 255) !important;
  }
}
@media (min-width: 1200px) {
  .text-white-xl {
    color: rgb(255, 255, 255) !important;
  }
}

.text-color-title {
  color: rgb(41, 41, 41) !important;
}

.text-color {
  color: rgb(117, 117, 117) !important;
}

.text-color-primary {
  color: rgb(197, 41, 49) !important;
}

.text-color-gray-bg-dark {
  color: rgb(55, 73, 87) !important;
}

.text-iqro-primary {
  color: rgb(193, 123, 23) !important;
}

.text-iqro-secondary {
  color: rgb(36, 80, 100) !important;
}

/*--- /Text Color ---*/
/*-- Font --*/
.roboto {
  font-family: "Roboto", sans-serif !important;
}

.poppins {
  font-family: "Poppins", sans-serif !important;
}

.newsreader {
  font-family: source-serif-pro, Georgia, Cambria, "Times New Roman", Times, serif;
}

.playfair {
  font-family: "Playfair Display", serif !important;
}

.inter {
  font-family: "Inter", sans-serif !important;
}

.open-sans {
  font-family: "Open Sans", sans-serif !important;
}

.cinzel-decorative-regular {
  font-family: "Cinzel Decorative", serif;
  font-weight: 400;
  font-style: normal;
}

.cinzel-decorative-bold {
  font-family: "Cinzel Decorative", serif;
  font-weight: 700;
  font-style: normal;
}

.cinzel-decorative-black {
  font-family: "Cinzel Decorative", serif;
  font-weight: 900;
  font-style: normal;
}

.scheherazade-new-regular {
  font-family: "Scheherazade New", serif;
  font-weight: 400;
  font-style: normal;
}

.scheherazade-new-medium {
  font-family: "Scheherazade New", serif;
  font-weight: 500;
  font-style: normal;
}

.scheherazade-new-semibold {
  font-family: "Scheherazade New", serif;
  font-weight: 600;
  font-style: normal;
}

.scheherazade-new-bold {
  font-family: "Scheherazade New", serif;
  font-weight: 700;
  font-style: normal;
}

/*-- /Font --*/
/*--- Text Weight ---*/
.fw-100 {
  font-weight: 100 !important;
}

.fw-200 {
  font-weight: 200 !important;
}

.fw-300 {
  font-weight: 300 !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.fw-800 {
  font-weight: 800 !important;
}

.fw-900 {
  font-weight: 900 !important;
}

/*--- /Text Weight ---*/
.fs-9 {
  font-size: 0.9rem;
}

.fs-8 {
  font-size: 0.8rem;
}

.fs-10 {
  font-size: 0.625rem;
}

.fs-11 {
  font-size: 0.688rem;
}

.fs-12 {
  font-size: 0.75rem;
}

.fs-13 {
  font-size: 0.813rem;
}

.fs-14 {
  font-size: 0.875rem;
}

.fs-15 {
  font-size: 0.938rem;
}

.fs-16 {
  font-size: 1rem;
}

.ls-1 {
  letter-spacing: 1px;
}

.ls-2 {
  letter-spacing: 2px;
}

.ls-3 {
  letter-spacing: 3px;
}

.ls-4 {
  letter-spacing: 4px;
}

.ls-5 {
  letter-spacing: 5px;
}

/*--- Image ---*/
.of-cover {
  object-fit: cover !important;
}

.of-contain {
  object-fit: contain !important;
}

.op-top {
  object-position: top;
  -o-object-position: top;
}

.op-right {
  object-position: right;
  -o-object-position: right;
}

.op-bottom {
  object-position: bottom;
  -o-object-position: bottom;
}

.op-left {
  object-position: left;
  -o-object-position: left;
}

.img-circle {
  border-radius: 50%;
}

.img-zoom {
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
}

.img-rounded-5 {
  border-radius: 5px;
}

.img-rounded-10 {
  border-radius: 10px;
}

/*--- /Image ---*/
/*--- Button ---*/
.btn-line-rounded {
  border-radius: 50px;
  padding: 0.356rem 0.975rem;
  transition: 0.3s all;
  cursor: pointer;
}
.btn-line-rounded:hover {
  color: rgb(255, 255, 255) !important;
  border: 2px solid rgba(0, 0, 0, 0);
  text-decoration: none;
  transition: 0.3s all;
}

.btn-white {
  color: rgb(255, 255, 255) !important;
  border: 2px solid rgb(255, 255, 255);
}
.btn-white:hover {
  background-color: rgb(255, 255, 255) !important;
  color: rgb(0, 0, 0) !important;
  text-decoration: none;
}

/*--- /Button ---*/
.card-news {
  text-decoration: none;
}
.card-news:hover .card-news-text-title, .card-news:focus .card-news-text-title {
  color: rgb(193, 123, 23) !important;
}
.card-news .card-news-text .card-news-text-category {
  font-size: 10px;
}
@media (min-width: 992px) {
  .card-news .card-news-text .card-news-text-category {
    font-size: 11px;
  }
}
.card-news .card-news-text .card-news-text-title {
  font-size: 14px;
}
@media (min-width: 768px) {
  .card-news .card-news-text .card-news-text-title {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .card-news .card-news-text .card-news-text-title {
    font-size: 18px;
  }
}
.card-news .card-news-text .card-news-text-shortdesc {
  font-size: 13px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 20px;
  max-height: 60px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media (min-width: 1200px) {
  .card-news .card-news-text .card-news-text-shortdesc {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 22px;
    max-height: 66px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
}
@media (min-width: 992px) {
  .card-news .card-news-text .card-news-text-shortdesc {
    display: -webkit-box !important;
  }
}
.card-news .card-news-text .card-news-text-date {
  font-size: 10px;
}
@media (min-width: 992px) {
  .card-news .card-news-text .card-news-text-date {
    font-size: 11px;
  }
}
.card-news .card-news-img img {
  width: 140px;
  height: auto;
  aspect-ratio: 4/3;
}
@media (min-width: 768px) {
  .card-news .card-news-img img {
    width: 259px;
    height: auto;
  }
}

.card-news-2 {
  text-decoration: none;
}
.card-news-2:hover .card-news-2-text-title, .card-news-2:focus .card-news-2-text-title {
  color: rgb(193, 123, 23) !important;
}
.card-news-2 .card-news-2-text .card-news-2-text-category {
  font-size: 10px;
}
@media (min-width: 992px) {
  .card-news-2 .card-news-2-text .card-news-2-text-category {
    font-size: 11px;
  }
}
.card-news-2 .card-news-2-text .card-news-2-text-title {
  font-size: 14px;
}
.card-news-2 .card-news-2-text .card-news-2-text-date {
  font-size: 10px;
}
@media (min-width: 992px) {
  .card-news-2 .card-news-2-text .card-news-2-text-date {
    font-size: 11px;
  }
}
.card-news-2 .card-news-2-text .card-news-2-text-icon {
  font-size: 9pt;
}
.card-news-2 .card-news-2-text .card-news-2-text-icon img {
  width: 15px;
  height: 15px;
}
.card-news-2 .card-news-2-img img {
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 0.25rem !important;
}

.card-news-headline {
  text-decoration: none;
}
.card-news-headline .card-news-headline-img img {
  height: 281px;
  aspect-ratio: 16/9;
  object-fit: cover;
  object-position: top center;
  border-radius: 0.25rem !important;
}
@media (min-width: 768px) {
  .card-news-headline .card-news-headline-img img {
    height: auto;
  }
}
.card-news-headline .card-news-headline-text .card-news-headline-text-category {
  font-size: 11px;
}
@media (min-width: 992px) {
  .card-news-headline .card-news-headline-text .card-news-headline-text-category {
    font-size: 14px;
  }
}
.card-news-headline .card-news-headline-text .card-news-headline-text-title {
  font-size: 16px;
}
@media (min-width: 768px) {
  .card-news-headline .card-news-headline-text .card-news-headline-text-title {
    font-size: 22px;
  }
}
@media (min-width: 1200px) {
  .card-news-headline .card-news-headline-text .card-news-headline-text-title {
    font-size: 26px;
  }
}
.card-news-headline .card-news-headline-text .card-news-headline-text-date {
  font-size: 11px;
}
@media (min-width: 992px) {
  .card-news-headline .card-news-headline-text .card-news-headline-text-date {
    font-size: 14px;
  }
}
.card-news-headline .card-news-headline-text .card-news-headline-text-icon {
  font-size: 9pt;
}
.card-news-headline .card-news-headline-text .card-news-headline-text-icon img {
  width: 15px;
  height: 15px;
}
.card-news-headline .card-news-headline-share {
  right: 0;
  bottom: 5px;
}

.card-news-headline-2 {
  text-decoration: none;
}
.card-news-headline-2 .card-news-headline-2-img img {
  aspect-ratio: 4/3;
  object-fit: cover;
  border-top-right-radius: 0.25rem !important;
  border-top-left-radius: 0.25rem !important;
}
.card-news-headline-2 .card-news-headline-2-text {
  height: 120px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .card-news-headline-2 .card-news-headline-2-text {
    height: 170px;
  }
}
.card-news-headline-2 .card-news-headline-2-text .card-news-headline-2-text-category {
  font-size: 10px;
}
@media (min-width: 992px) {
  .card-news-headline-2 .card-news-headline-2-text .card-news-headline-2-text-category {
    font-size: 11px;
  }
}
.card-news-headline-2 .card-news-headline-2-text .card-news-headline-2-text-title {
  font-size: 14px;
}
@media (min-width: 768px) {
  .card-news-headline-2 .card-news-headline-2-text .card-news-headline-2-text-title {
    font-size: 16px;
  }
}
.card-news-headline-2 .card-news-headline-2-text .card-news-headline-2-text-date {
  font-size: 12px;
}

.card-tematik {
  text-decoration: none;
}
.card-tematik .card-tematik-img img {
  aspect-ratio: 1/1;
  object-fit: cover;
  border-top-right-radius: 0.25rem !important;
  border-top-left-radius: 0.25rem !important;
}
.card-tematik .card-tematik-text .card-tematik-text-title {
  font-size: 14px;
}
@media (min-width: 768px) {
  .card-tematik .card-tematik-text .card-tematik-text-title {
    font-size: 16px;
  }
}

.card-schedule .card-schedule-date {
  font-size: 0.8rem;
}
.card-schedule .card-schedule-score .card-schedule-score-team {
  width: 74px;
}
.card-schedule .card-schedule-score .card-schedule-score-team img {
  width: auto !important;
  height: 16px !important;
  display: inline-block !important;
}
.card-schedule .card-schedule-score .card-schedule-score-team p {
  font-size: 8pt;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 14px;
  min-height: 28px;
  max-height: 28px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.card-schedule .card-schedule-score .card-schedule-score-text {
  font-size: 1rem;
}
@media (min-width: 1400px) {
  .card-schedule .card-schedule-score .card-schedule-score-text {
    font-size: 1rem;
  }
}

.card-photo {
  text-decoration: none;
}
.card-photo .card-photo-text {
  width: 100%;
}
@media (min-width: 992px) {
  .card-photo .card-photo-text {
    width: 50%;
  }
}
.card-photo .card-photo-text .card-photo-text-category {
  font-size: 11px;
}
@media (min-width: 992px) {
  .card-photo .card-photo-text .card-photo-text-category {
    font-size: 12px;
  }
}
.card-photo .card-photo-text .card-photo-text-title {
  font-size: 14px;
}
@media (min-width: 768px) {
  .card-photo .card-photo-text .card-photo-text-title {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .card-photo .card-photo-text .card-photo-text-title {
    font-size: 18px;
  }
}
.card-photo .card-photo-text .card-photo-text-shortdesc {
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 22px;
  max-height: 44px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.card-photo .card-photo-text .card-photo-text-date {
  font-size: 11px;
}
@media (min-width: 992px) {
  .card-photo .card-photo-text .card-photo-text-date {
    font-size: 12px;
  }
}
.card-photo .card-photo-text .card-photo-text-icon {
  font-size: 9pt;
}
.card-photo .card-photo-text .card-photo-text-icon img {
  width: 15px;
  height: 15px;
}
.card-photo .card-photo-img {
  width: 100%;
}
@media (min-width: 992px) {
  .card-photo .card-photo-img {
    width: 50%;
  }
}
.card-photo .card-photo-img img {
  width: 100%;
  height: 275px;
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}
@media (min-width: 1400px) {
  .card-photo .card-photo-img img {
    width: 100%;
    height: 325px;
  }
}

.card-photo-2 {
  text-decoration: none;
}
.card-photo-2 .card-photo-2-img img {
  aspect-ratio: 16/9;
  object-fit: cover;
}
.card-photo-2 .card-photo-2-text .card-photo-2-text-category {
  font-size: 11px;
}
@media (min-width: 992px) {
  .card-photo-2 .card-photo-2-text .card-photo-2-text-category {
    font-size: 12px;
  }
}
.card-photo-2 .card-photo-2-text .card-photo-2-text-title {
  font-size: 14px;
}
@media (min-width: 768px) {
  .card-photo-2 .card-photo-2-text .card-photo-2-text-title {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .card-photo-2 .card-photo-2-text .card-photo-2-text-title {
    font-size: 18px;
  }
}
.card-photo-2 .card-photo-2-text .card-photo-2-text-shortdesc {
  font-size: 13px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 20px;
  max-height: 40px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (min-width: 1200px) {
  .card-photo-2 .card-photo-2-text .card-photo-2-text-shortdesc {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 22px;
    max-height: 44px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}
.card-photo-2 .card-photo-2-text .card-photo-2-text-date {
  font-size: 11px;
}
@media (min-width: 992px) {
  .card-photo-2 .card-photo-2-text .card-photo-2-text-date {
    font-size: 12px;
  }
}
.card-photo-2 .card-photo-2-text .card-photo-2-text-icon {
  font-size: 9pt;
}
.card-photo-2 .card-photo-2-text .card-photo-2-text-icon img {
  width: 15px;
  height: 15px;
}
.card-photo-2 .card-photo-2-share {
  right: 0;
  bottom: 5px;
}
@media (min-width: 1200px) {
  .card-photo-2 {
    border-bottom: 1px solid rgb(232, 234, 238);
  }
}

.card-infografis-headline {
  text-decoration: none;
}
.card-infografis-headline .card-infografis-headline-img img {
  aspect-ratio: 1/1;
  object-fit: cover;
}
.card-infografis-headline .card-infografis-headline-text .card-infografis-headline-text-category {
  font-size: 11px;
}
@media (min-width: 992px) {
  .card-infografis-headline .card-infografis-headline-text .card-infografis-headline-text-category {
    font-size: 12px;
  }
}
.card-infografis-headline .card-infografis-headline-text .card-infografis-headline-text-title {
  font-size: 11pt;
}
@media (min-width: 768px) {
  .card-infografis-headline .card-infografis-headline-text .card-infografis-headline-text-title {
    font-size: 20px;
  }
}
.card-infografis-headline .card-infografis-headline-text .card-infografis-headline-text-date {
  font-size: 11px;
}
@media (min-width: 992px) {
  .card-infografis-headline .card-infografis-headline-text .card-infografis-headline-text-date {
    font-size: 12px;
  }
}
.card-infografis-headline .card-infografis-headline-text .card-photo-text-icon {
  font-size: 9pt;
}
.card-infografis-headline .card-infografis-headline-text .card-photo-text-icon img {
  width: 15px;
  height: 15px;
}
.card-infografis-headline .card-infografis-headline-share {
  right: 0;
  bottom: 5px;
}
@media (min-width: 1200px) {
  .card-infografis-headline {
    border-bottom: 1px solid rgb(232, 234, 238);
  }
}

.card-infografis {
  text-decoration: none;
}
.card-infografis .card-infografis-img img {
  aspect-ratio: 1/1;
  object-fit: cover;
}
.card-infografis .card-infografis-text .card-infografis-text-category {
  font-size: 11px;
}
@media (min-width: 992px) {
  .card-infografis .card-infografis-text .card-infografis-text-category {
    font-size: 12px;
  }
}
.card-infografis .card-infografis-text .card-infografis-text-title {
  font-size: 14px;
}
@media (min-width: 768px) {
  .card-infografis .card-infografis-text .card-infografis-text-title {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .card-infografis .card-infografis-text .card-infografis-text-title {
    font-size: 18px;
  }
}
.card-infografis .card-infografis-text .card-infografis-text-shortdesc {
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 20px;
  max-height: 40px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (min-width: 992px) {
  .card-infografis .card-infografis-text .card-infografis-text-shortdesc {
    display: -webkit-box !important;
  }
}
.card-infografis .card-infografis-text .card-infografis-text-date {
  font-size: 11px;
}
@media (min-width: 992px) {
  .card-infografis .card-infografis-text .card-infografis-text-date {
    font-size: 12px;
  }
}
.card-infografis .card-infografis-text .card-infografis-text-icon {
  font-size: 9pt;
}
.card-infografis .card-infografis-text .card-infografis-text-icon img {
  width: 15px;
  height: 15px;
}
.card-infografis .card-infografis-share {
  right: 0;
  bottom: 5px;
}

.card-first-news:hover, .card-first-news:focus {
  cursor: pointer;
}
.card-first-news:hover .card-first-news-text-title, .card-first-news:focus .card-first-news-text-title {
  color: rgb(193, 123, 23) !important;
  cursor: pointer;
}
.card-first-news-img img {
  aspect-ratio: 16/9;
  object-fit: cover;
}
.card-first-news-text {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.card-first-news-text-title {
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 20px;
  max-height: 40px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (min-width: 768px) {
  .card-first-news-text-title {
    font-size: 16px;
    line-height: 24px;
    max-height: 48px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
}
@media (min-width: 992px) {
  .card-first-news-text-title {
    font-size: 18px;
    line-height: 28px;
    max-height: 56px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
}
.card-first-news-text-category span, .card-first-news-text-category small {
  font-size: 10px;
}
@media (min-width: 992px) {
  .card-first-news-text-category span, .card-first-news-text-category small {
    font-size: 12px;
  }
}

.card-jadwal-sholat {
  background-image: linear-gradient(to right, #D59114, #B67C11) !important;
  padding: 1.5rem;
}
.card-jadwal-sholat-time {
  border-bottom: 1px solid #fff;
}
.card-jadwal-sholat-time p {
  font-weight: 600;
}
.card-jadwal-sholat-time:last-child {
  border-bottom: none;
}
@media (min-width: 992px) {
  .card-jadwal-sholat {
    padding: 0;
  }
  .card-jadwal-sholat-time {
    border-bottom: none;
  }
  .card-jadwal-sholat-time p {
    font-weight: 300;
  }
}

/*--- Footer ---*/
footer {
  background-color: #F7F7FF;
  background-image: url(../../2022/img/iqra/bg-footer.png);
  background-size: 100%;
  background-position: bottom center;
  background-repeat: no-repeat;
  padding-top: 7rem;
  padding-bottom: 7rem;
}
@media (min-width: 768px) {
  footer {
    padding-bottom: 12rem;
  }
}
@media (min-width: 992px) {
  footer {
    padding-bottom: 0;
  }
}
@media (min-width: 1400px) {
  footer {
    padding-top: 6rem;
  }
}
@media (min-width: 992px) {
  footer .footer-all-media-logo {
    margin-top: 15rem;
  }
}
@media (min-width: 1400px) {
  footer .footer-all-media-logo {
    margin-top: 20rem;
  }
}
footer .footer-bottom p {
  color: rgb(117, 117, 117);
}
footer .footer-bottom ul li a {
  color: rgb(117, 117, 117);
}
@media (min-width: 992px) {
  footer .footer-bottom p {
    color: rgb(255, 255, 255);
  }
  footer .footer-bottom ul li a {
    color: rgb(255, 255, 255);
  }
}

/*--- /Footer ---*/
/*--- Header ---*/
.navbar {
  -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
}

#nav-header {
  position: fixed;
  top: 0;
  z-index: 1022;
  width: 100%;
}

#nav-header-mobile {
  background: rgb(255, 255, 255);
  width: 274px;
  position: fixed;
  height: 100%;
  box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.1);
  transition: 0.2s all;
  -webkit-transition: 0.2s all;
  z-index: 3;
  overflow-y: auto;
  overflow-x: hidden;
  margin-left: -274px;
  position: fixed;
}
#nav-header-mobile.active {
  margin-left: 0;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.overlay-menu-mobile {
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.1s linear;
  position: fixed;
}
.overlay-menu-mobile.active {
  visibility: visible;
  opacity: 1;
  transition: visibility 0s, opacity 0.1s linear;
}

.header-space {
  height: 131px;
}
@media (min-width: 992px) {
  .header-space {
    height: 218px;
  }
}

#header-top {
  background-color: rgb(255, 249, 235) !important;
  height: 90px;
  visibility: visible;
  opacity: 1;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}
#header-top .navbar-brand img {
  width: auto;
  height: 32px;
}
#header-top .header-ornament img {
  width: auto;
  height: 90px;
}
@media (min-width: 992px) {
  #header-top {
    height: 140px;
  }
  #header-top .navbar-brand img {
    width: auto;
    height: 56px;
  }
  #header-top .header-ornament img {
    width: auto;
    height: 140px;
  }
}
#header-top.active {
  height: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

#header-top-mobile {
  height: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  padding: 0 !important;
}
@media (min-width: 992px) {
  #header-top-mobile {
    height: 50px;
  }
}
#header-top-mobile.active {
  height: 90px;
  visibility: visible;
  opacity: 1;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

#header-all-media {
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}
#header-all-media .navbar-brand {
  display: none !important;
}
#header-all-media.active .navbar-brand {
  display: inline-block !important;
}

#header-menu ul li a:hover, #header-menu ul li a:focus {
  background-color: rgb(36, 80, 100) !important;
  color: rgb(255, 255, 255) !important;
}
#header-menu ul li a.active {
  background-color: rgb(36, 80, 100) !important;
  color: rgb(255, 255, 255) !important;
}

#dropdown-menu-nasional {
  height: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}
#dropdown-menu-nasional.active {
  height: 40px;
  visibility: visible;
  opacity: 1;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}
#dropdown-menu-nasional ul li a::before {
  content: "•";
  margin-right: 1.5rem;
}
#dropdown-menu-nasional ul li:first-child a::before {
  content: " ";
}

#dropdown-menu-internasional {
  height: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}
#dropdown-menu-internasional.active {
  height: 40px;
  visibility: visible;
  opacity: 1;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}
#dropdown-menu-internasional ul li a::before {
  content: "•";
  margin-right: 1.5rem;
}
#dropdown-menu-internasional ul li:first-child a::before {
  content: " ";
}

#dropdown-menu-otosport {
  height: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}
#dropdown-menu-otosport.active {
  height: 40px;
  visibility: visible;
  opacity: 1;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}
#dropdown-menu-otosport ul li a::before {
  content: "•";
  margin-right: 1.5rem;
}
#dropdown-menu-otosport ul li:first-child a::before {
  content: " ";
}

#dropdown-menu-sport {
  height: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}
#dropdown-menu-sport.active {
  height: 40px;
  visibility: visible;
  opacity: 1;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}
#dropdown-menu-sport ul li a::before {
  content: "•";
  margin-right: 1.5rem;
}
#dropdown-menu-sport ul li:first-child a::before {
  content: " ";
}

#dropdown-menu-galeri {
  height: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}
#dropdown-menu-galeri.active {
  height: 40px;
  visibility: visible;
  opacity: 1;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}
#dropdown-menu-galeri ul li a::before {
  content: "•";
  margin-right: 1.5rem;
}
#dropdown-menu-galeri ul li:first-child a::before {
  content: " ";
}

/*--- /Header ---*/
.headline-category-carousel .owl-nav {
  position: absolute;
  top: 35%;
  width: 100%;
}
@media (max-width: 767.98px) {
  .headline-category-carousel .owl-nav {
    top: 35%;
  }
}
.headline-category-carousel .owl-nav .owl-prev {
  left: 0;
  position: absolute;
  margin: 0 0 0 8px;
}
.headline-category-carousel .owl-nav .owl-prev img {
  padding: 0.5rem;
  background-color: rgb(255, 255, 255) !important;
  border-radius: 50%;
  -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
}
.headline-category-carousel .owl-nav .owl-prev:hover {
  background-color: rgba(0, 0, 0, 0) !important;
}
@media (max-width: 767.98px) {
  .headline-category-carousel .owl-nav .owl-prev img {
    width: 50px;
    display: none;
  }
}
.headline-category-carousel .owl-nav .owl-next {
  right: 0;
  position: absolute;
  margin: 0 8px 0 0;
}
.headline-category-carousel .owl-nav .owl-next img {
  padding: 0.5rem;
  background-color: rgb(255, 255, 255) !important;
  border-radius: 50%;
  -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
}
.headline-category-carousel .owl-nav .owl-next:hover {
  background-color: rgba(0, 0, 0, 0) !important;
}
@media (max-width: 767.98px) {
  .headline-category-carousel .owl-nav .owl-next img {
    width: 50px;
    display: none;
  }
}
.headline-category-carousel .owl-nav [class*=owl-] {
  background: rgba(0, 0, 0, 0);
}

.headline-carousel .owl-dots .owl-dot span {
  margin: 4px;
}
.headline-carousel .owl-dots .owl-dot.active span {
  background-color: rgb(197, 41, 49) !important;
}
.headline-carousel .owl-nav {
  position: absolute;
  top: 30%;
  width: 100%;
}
@media (max-width: 767.98px) {
  .headline-carousel .owl-nav {
    top: 25%;
  }
}
.headline-carousel .owl-nav .owl-prev {
  left: 0;
  position: absolute;
  margin: 0 0 0 8px;
}
.headline-carousel .owl-nav .owl-prev img {
  padding: 0.5rem;
  background-color: rgb(255, 255, 255) !important;
  border-radius: 50%;
  -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
}
.headline-carousel .owl-nav .owl-prev:hover {
  background-color: rgba(0, 0, 0, 0) !important;
}
@media (max-width: 767.98px) {
  .headline-carousel .owl-nav .owl-prev img {
    width: 50px;
    display: none;
  }
}
.headline-carousel .owl-nav .owl-next {
  right: 0;
  position: absolute;
  margin: 0 8px 0 0;
}
.headline-carousel .owl-nav .owl-next img {
  padding: 0.5rem;
  background-color: rgb(255, 255, 255) !important;
  border-radius: 50%;
  -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
}
.headline-carousel .owl-nav .owl-next:hover {
  background-color: rgba(0, 0, 0, 0) !important;
}
@media (max-width: 767.98px) {
  .headline-carousel .owl-nav .owl-next img {
    width: 50px;
    display: none;
  }
}
.headline-carousel .owl-nav [class*=owl-] {
  background: rgba(0, 0, 0, 0);
}

.nav-schedule-carousel .owl-nav {
  position: absolute;
  top: -94px;
  right: 0;
  margin-top: 0;
}
@media (max-width: 767.98px) {
  .nav-schedule-carousel .owl-nav {
    top: 25%;
  }
}
.nav-schedule-carousel .owl-nav .owl-prev {
  left: 0;
  margin: 0 8px 0 0;
}
.nav-schedule-carousel .owl-nav .owl-prev img {
  width: 30px;
  height: 30px;
  padding: 0.5rem;
  background-color: rgb(255, 255, 255) !important;
  border-radius: 50%;
  -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
}
.nav-schedule-carousel .owl-nav .owl-prev:hover {
  background-color: rgba(0, 0, 0, 0) !important;
}
@media (max-width: 767.98px) {
  .nav-schedule-carousel .owl-nav .owl-prev img {
    width: 50px;
    display: none;
  }
}
.nav-schedule-carousel .owl-nav .owl-next {
  right: 0;
  margin: 0;
}
.nav-schedule-carousel .owl-nav .owl-next img {
  width: 30px;
  height: 30px;
  padding: 0.5rem;
  background-color: rgb(255, 255, 255) !important;
  border-radius: 50%;
  -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
}
.nav-schedule-carousel .owl-nav .owl-next:hover {
  background-color: rgba(0, 0, 0, 0) !important;
}
@media (max-width: 767.98px) {
  .nav-schedule-carousel .owl-nav .owl-next img {
    width: 50px;
    display: none;
  }
}
.nav-schedule-carousel .owl-nav [class*=owl-] {
  background: rgba(0, 0, 0, 0);
}

.trivia-carousel .owl-nav {
  position: absolute;
  top: -37px;
  right: 0;
  margin-top: 0;
}
@media (max-width: 767.98px) {
  .trivia-carousel .owl-nav {
    top: 25%;
  }
}
.trivia-carousel .owl-nav .owl-prev {
  left: 0;
  margin: 0 8px 0 0;
}
.trivia-carousel .owl-nav .owl-prev img {
  width: 30px;
  height: 30px;
  padding: 0.5rem;
  background-color: rgb(255, 255, 255) !important;
  border-radius: 50%;
  -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
}
.trivia-carousel .owl-nav .owl-prev:hover {
  background-color: rgba(0, 0, 0, 0) !important;
}
@media (max-width: 767.98px) {
  .trivia-carousel .owl-nav .owl-prev img {
    width: 50px;
    display: none;
  }
}
.trivia-carousel .owl-nav .owl-next {
  right: 0;
  margin: 0;
}
.trivia-carousel .owl-nav .owl-next img {
  width: 30px;
  height: 30px;
  padding: 0.5rem;
  background-color: rgb(255, 255, 255) !important;
  border-radius: 50%;
  -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
}
.trivia-carousel .owl-nav .owl-next:hover {
  background-color: rgba(0, 0, 0, 0) !important;
}
@media (max-width: 767.98px) {
  .trivia-carousel .owl-nav .owl-next img {
    width: 50px;
    display: none;
  }
}
.trivia-carousel .owl-nav [class*=owl-] {
  background: rgba(0, 0, 0, 0);
}

.photo-carousel .owl-nav {
  position: absolute;
  bottom: 38px;
  left: 40%;
  margin-top: 0;
}
@media (max-width: 767.98px) {
  .photo-carousel .owl-nav {
    top: 25%;
  }
}
.photo-carousel .owl-nav .owl-prev {
  left: 0;
  margin: 0 8px 0 0;
}
.photo-carousel .owl-nav .owl-prev img {
  width: 30px;
  height: 30px;
  padding: 0.5rem;
  background-color: rgb(255, 255, 255) !important;
  border-radius: 50%;
  -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
}
.photo-carousel .owl-nav .owl-prev:hover {
  background-color: rgba(0, 0, 0, 0) !important;
}
@media (max-width: 767.98px) {
  .photo-carousel .owl-nav .owl-prev img {
    width: 50px;
    display: none;
  }
}
.photo-carousel .owl-nav .owl-next {
  right: 0;
  margin: 0;
}
.photo-carousel .owl-nav .owl-next img {
  width: 30px;
  height: 30px;
  padding: 0.5rem;
  background-color: rgb(255, 255, 255) !important;
  border-radius: 50%;
  -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
}
.photo-carousel .owl-nav .owl-next:hover {
  background-color: rgba(0, 0, 0, 0) !important;
}
@media (max-width: 767.98px) {
  .photo-carousel .owl-nav .owl-next img {
    width: 50px;
    display: none;
  }
}
.photo-carousel .owl-nav [class*=owl-] {
  background: rgba(0, 0, 0, 0);
}

.sport-category-carousel .owl-nav {
  position: absolute;
  top: 33%;
  width: 100%;
}
@media (max-width: 767.98px) {
  .sport-category-carousel .owl-nav {
    top: 25%;
  }
}
.sport-category-carousel .owl-nav .owl-prev {
  left: 0;
  position: absolute;
  margin: 0 0 0 8px;
}
.sport-category-carousel .owl-nav .owl-prev img {
  padding: 0.5rem;
  background-color: rgb(255, 255, 255) !important;
  border-radius: 50%;
  -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
}
.sport-category-carousel .owl-nav .owl-prev:hover {
  background-color: rgba(0, 0, 0, 0) !important;
}
@media (max-width: 767.98px) {
  .sport-category-carousel .owl-nav .owl-prev img {
    width: 50px;
    display: none;
  }
}
.sport-category-carousel .owl-nav .owl-next {
  right: 0;
  position: absolute;
  margin: 0 8px 0 0;
}
.sport-category-carousel .owl-nav .owl-next img {
  padding: 0.5rem;
  background-color: rgb(255, 255, 255) !important;
  border-radius: 50%;
  -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
}
.sport-category-carousel .owl-nav .owl-next:hover {
  background-color: rgba(0, 0, 0, 0) !important;
}
@media (max-width: 767.98px) {
  .sport-category-carousel .owl-nav .owl-next img {
    width: 50px;
    display: none;
  }
}
.sport-category-carousel .owl-nav [class*=owl-] {
  background: rgba(0, 0, 0, 0);
}

.editor-pick-carousel .owl-dots .owl-dot span {
  margin: 4px;
}
.editor-pick-carousel .owl-dots .owl-dot.active span {
  background-color: rgb(197, 41, 49) !important;
}
.editor-pick-carousel .owl-nav {
  position: absolute;
  top: 30%;
  width: 100%;
}
@media (max-width: 767.98px) {
  .editor-pick-carousel .owl-nav {
    top: 25%;
  }
}
.editor-pick-carousel .owl-nav .owl-prev {
  left: 0;
  position: absolute;
  margin: 0 0 0 8px;
}
.editor-pick-carousel .owl-nav .owl-prev img {
  padding: 0.5rem;
  background-color: rgb(255, 255, 255) !important;
  border-radius: 50%;
  -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
}
.editor-pick-carousel .owl-nav .owl-prev:hover {
  background-color: rgba(0, 0, 0, 0) !important;
}
@media (max-width: 767.98px) {
  .editor-pick-carousel .owl-nav .owl-prev img {
    width: 50px;
    display: none;
  }
}
.editor-pick-carousel .owl-nav .owl-next {
  right: 0;
  position: absolute;
  margin: 0 8px 0 0;
}
.editor-pick-carousel .owl-nav .owl-next img {
  padding: 0.5rem;
  background-color: rgb(255, 255, 255) !important;
  border-radius: 50%;
  -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
}
.editor-pick-carousel .owl-nav .owl-next:hover {
  background-color: rgba(0, 0, 0, 0) !important;
}
@media (max-width: 767.98px) {
  .editor-pick-carousel .owl-nav .owl-next img {
    width: 50px;
    display: none;
  }
}
.editor-pick-carousel .owl-nav [class*=owl-] {
  background: rgba(0, 0, 0, 0);
}

.tausiah-terfavorit-carousel .owl-dots .owl-dot span {
  margin: 4px;
}
.tausiah-terfavorit-carousel .owl-dots .owl-dot.active span {
  background-color: rgb(193, 123, 23) !important;
}
.tausiah-terfavorit-carousel .owl-nav {
  position: absolute;
  top: 30%;
  width: 100%;
}
@media (max-width: 767.98px) {
  .tausiah-terfavorit-carousel .owl-nav {
    top: 25%;
  }
}
.tausiah-terfavorit-carousel .owl-nav .owl-prev {
  left: 0;
  position: absolute;
  margin: 0 0 0 8px;
}
.tausiah-terfavorit-carousel .owl-nav .owl-prev img {
  padding: 0.5rem;
  background-color: rgb(255, 255, 255) !important;
  border-radius: 50%;
  -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
}
.tausiah-terfavorit-carousel .owl-nav .owl-prev:hover {
  background-color: rgba(0, 0, 0, 0) !important;
}
@media (max-width: 767.98px) {
  .tausiah-terfavorit-carousel .owl-nav .owl-prev img {
    width: 50px;
    display: none;
  }
}
.tausiah-terfavorit-carousel .owl-nav .owl-next {
  right: 0;
  position: absolute;
  margin: 0 8px 0 0;
}
.tausiah-terfavorit-carousel .owl-nav .owl-next img {
  padding: 0.5rem;
  background-color: rgb(255, 255, 255) !important;
  border-radius: 50%;
  -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
}
.tausiah-terfavorit-carousel .owl-nav .owl-next:hover {
  background-color: rgba(0, 0, 0, 0) !important;
}
@media (max-width: 767.98px) {
  .tausiah-terfavorit-carousel .owl-nav .owl-next img {
    width: 50px;
    display: none;
  }
}
.tausiah-terfavorit-carousel .owl-nav [class*=owl-] {
  background: rgba(0, 0, 0, 0);
}

/*-- Search Header --*/
.search-top form input {
  width: 400px;
  height: 36px;
  border-radius: 25px;
  border: solid 2px #a66368;
  margin-right: 5px;
  color: rgba(0, 0, 0, 0.6);
  font-size: 0.9rem;
}
.search-top form button {
  background-image: linear-gradient(to right, #ec1c24, #9e0b16) !important;
  color: #fff !important;
  cursor: pointer;
  border: none;
  border-radius: 25px;
  font-size: 1rem;
}

.search-1 {
  border: 1px solid rgb(197, 41, 49);
}
.search-1 input {
  color: rgb(41, 41, 41) !important;
  background-color: rgb(255, 255, 255) !important;
  font-size: 14px !important;
}
.search-1 input:active, .search-1 input.nice-select.open {
  outline: none !important;
}
.search-1 input:focus {
  outline: none !important;
}
.search-1 button {
  cursor: pointer;
  border: none;
}
@media (min-width: 992px) {
  .search-1 {
    min-width: 340px;
  }
}

/*-- /Search Header --*/
.news-content blockquote {
  padding: 10px 0px;
  border-left: 5px solid rgb(197, 41, 49);
  background-color: rgb(244, 238, 238) !important;
  margin-bottom: 20px !important;
  position: relative;
  padding: 0.5rem 1rem;
  display: flex !important;
  flex-direction: column !important;
}
.news-content blockquote p {
  color: rgb(197, 41, 49);
  margin-bottom: 0px !important;
  font-family: "Inter", sans-serif !important;
  width: 100%;
  padding: 5px 0px;
}
.news-content blockquote p a {
  font-weight: 500 !important;
  color: rgb(41, 41, 41) !important;
}
.news-content blockquote p a strong {
  font-weight: 500 !important;
  color: rgb(41, 41, 41) !important;
}
.news-content blockquote p a strong a {
  font-weight: 500 !important;
  color: rgb(41, 41, 41) !important;
}
.news-content blockquote p b {
  font-weight: 500 !important;
  color: rgb(41, 41, 41) !important;
}
.news-content blockquote a {
  font-family: "Inter", sans-serif !important;
  font-size: 14px;
  color: rgb(55, 73, 87) !important;
  font-weight: 600;
}
.news-content blockquote a:hover {
  color: rgb(197, 41, 49) !important;
}
.news-content ol li {
  font-family: "Inter", serif !important;
  font-size: 1rem;
}
.news-content ul li {
  font-family: "Inter", serif !important;
  font-size: 1rem;
}
.news-content figcaption {
  text-align: center !important;
  font-size: 12px !important;
}
.news-content p a {
  color: rgb(197, 41, 49) !important;
}
.news-content h1 {
  font-size: 1.5rem !important;
  font-weight: bold !important;
}
.news-content h1 a {
  color: rgb(197, 41, 49) !important;
}
@media (min-width: 992px) {
  .news-content h1 {
    font-size: 1.5rem !important;
  }
}
.news-content h2 {
  font-size: 1.35rem !important;
  font-weight: bold !important;
}
.news-content h2 a {
  color: rgb(197, 41, 49) !important;
}
@media (min-width: 992px) {
  .news-content h2 {
    font-size: 1.35rem !important;
  }
}
.news-content h3 {
  font-size: 1.15rem !important;
  font-weight: bold !important;
}
.news-content h3 a {
  color: rgb(197, 41, 49) !important;
}
@media (min-width: 992px) {
  .news-content h3 {
    font-size: 1.15rem !important;
  }
}
.news-content h4 {
  font-size: 14px !important;
  font-weight: bold !important;
}
.news-content h4 a {
  color: rgb(197, 41, 49) !important;
}
@media (min-width: 992px) {
  .news-content h4 {
    font-size: 18px !important;
  }
}
.news-content h5 {
  font-size: 14px !important;
  font-weight: bold !important;
}
.news-content h5 a {
  color: rgb(197, 41, 49) !important;
}
@media (min-width: 992px) {
  .news-content h5 {
    font-size: 18px !important;
  }
}
.news-content h6 {
  font-size: 14px !important;
  font-weight: bold !important;
}
.news-content h6 a {
  color: rgb(197, 41, 49) !important;
}
@media (min-width: 992px) {
  .news-content h6 {
    font-size: 18px !important;
  }
}
.news-content iframe {
  width: 100% !important;
}
.news-content table tbody, .news-content table td, .news-content table tfoot, .news-content table th, .news-content table thead, .news-content table tr {
  border: 1px solid rgb(0, 0, 0) !important;
  padding: 0.5rem !important;
}

.fotocap {
  position: absolute;
  margin-top: -102px;
  height: 102px;
  padding: 5px 10px;
  background-color: rgba(0, 0, 0, 0.5);
  overflow: hidden;
}

.nav-jadwal .nav-link {
  background-color: rgb(232, 234, 238) !important;
}
.nav-jadwal .nav-link.active {
  background-color: rgb(255, 255, 255) !important;
}

.nav-klasemen .nav-link {
  background-color: rgb(232, 234, 238) !important;
}
.nav-klasemen .nav-link.active {
  background-color: rgb(255, 255, 255) !important;
}

.headline-category-carousel .owl-nav {
  width: 98.7% !important;
}

.title-section h4 {
  font-size: 16px !important;
}
@media (min-width: 768px) {
  .title-section h4 {
    font-size: 18px !important;
  }
}
@media (min-width: 992px) {
  .title-section h4 {
    font-size: 20px !important;
  }
}
.title-section a {
  font-size: 12px !important;
}
@media (min-width: 1200px) {
  .title-section a {
    font-size: 14px !important;
  }
}

.sticky-top-share-detail {
  position: -webkit-sticky;
  position: sticky;
  top: 98px;
  z-index: 1020;
}

.breaking-news-sec .text-title {
  font-size: 12px !important;
}
.breaking-news-sec #boxBreaking a {
  font-size: 12px !important;
}
.breaking-news-sec .text-date {
  font-size: 12px !important;
}
@media (min-width: 992px) {
  .breaking-news-sec .text-title {
    font-size: 14px !important;
  }
  .breaking-news-sec #boxBreaking a {
    font-size: 14px !important;
  }
  .breaking-news-sec .text-date {
    font-size: 14px !important;
  }
}

.container-tagspecial {
  width: 100%;
  padding: 0 1rem;
}
@media (min-width: 1200px) {
  .container-tagspecial {
    max-width: 960px;
    padding: 0 0.5rem;
  }
}
@media (min-width: 1200px) {
  .container-tagspecial {
    max-width: 960px;
    padding: 0 0.5rem;
  }
}
@media (min-width: 1400px) {
  .container-tagspecial {
    max-width: 1140px;
    padding: 0 0.5rem;
  }
}

.top-92 {
  top: 92px !important;
}

.top-after-header {
  top: 100px !important;
}
@media (min-width: 992px) {
  .top-after-header {
    top: 64px !important;
  }
}

.flip-horizontal {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.tausiah-terfavorit-fold {
  padding-top: 6rem;
}
.tausiah-terfavorit-fold figure img {
  height: 80px;
}
@media (min-width: 992px) {
  .tausiah-terfavorit-fold figure img {
    height: 100px;
  }
}

.line-title {
  border-bottom: 4px solid rgb(36, 80, 100) !important;
  width: 30px !important;
}

.img-contrast-rendering {
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
}

.gsc-table-result {
  display: flex !important;
}

.gsc-table-cell-thumbnail {
  order: 2 !important;
  width: 195px !important;
  margin-top: 0 !important;
}
@media (min-width: 992px) {
  .gsc-table-cell-thumbnail {
    margin-top: -3rem !important;
  }
}

.gsc-table-cell-snippet-close {
  order: 1 !important;
}

.gsc-webResult.gsc-result,
.gsc-results .gsc-imageResult {
  border-bottom: 1px solid #dee2e6 !important;
}

.gsc-control-cse {
  padding: 0 !important;
}
.gsc-control-cse .gs-spelling, .gsc-control-cse .gs-result .gs-title, .gsc-control-cse .gs-result .gs-title * {
  font-size: 15pt !important;
  font-weight: 700 !important;
  max-width: 652px;
}

.gs-webResult div.gs-visibleUrl span {
  color: rgb(197, 41, 49) !important;
}

.gs-result .gs-title,
.gs-result .gs-title * {
  color: #292929 !important;
  text-decoration: none !important;
}

.gs-web-image-box,
.gs-promotion-image-box {
  float: left !important;
  padding: 5px 20px 5px 0 !important;
  margin-right: 20px !important;
  margin-left: 0 !important;
  text-align: center !important;
  width: 60px !important;
}

.gs-web-image-box .gs-image,
.gs-promotion-image-box .gs-promotion-image {
  max-width: 160px !important;
  max-height: 135px !important;
  right: 0 !important;
  top: 0 !important;
}
@media (min-width: 992px) {
  .gs-web-image-box .gs-image,
  .gs-promotion-image-box .gs-promotion-image {
    margin-top: 30px !important;
  }
}

.gs-title,
.gsc-result-info,
.gs-visibleUrl,
.gs-visibleUrl-long,
.gsc-orderby-label,
.gsc-selected-option,
.gsc-option,
.gsc-cursor-page,
.gcsc-find-more-on-google {
  font-family: "Inter", sans-serif !important;
}

.gs-snippet {
  font-family: "Inter", serif !important;
  margin-right: 1rem !important;
  color: rgb(117, 117, 117) !important;
  font-size: 13px !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  display: -webkit-box !important;
  line-height: 20px !important;
  max-height: 60px !important;
  -webkit-line-clamp: 3 !important;
  -webkit-box-orient: vertical !important;
}
@media (min-width: 1200px) {
  .gs-snippet {
    font-size: 14px !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    display: -webkit-box !important;
    line-height: 22px !important;
    max-height: 66px !important;
    -webkit-line-clamp: 3 !important;
    -webkit-box-orient: vertical !important;
  }
}

.gs-webResult .gs-visibleUrl {
  color: rgb(55, 73, 87) !important;
  text-decoration: none !important;
}

.gsc-cursor-page {
  padding: 5px 8px;
  margin-right: 8px;
  border: solid 1px rgb(197, 41, 49);
  border-radius: 5px;
  text-align: center;
  color: #606060;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "poppins-regular";
  font-size: 0.8rem;
}

.gsc-results .gsc-cursor-box {
  margin: 20px 0px 40px 0px !important;
}

.gsc-results .gsc-cursor-box .gsc-cursor-page {
  border-color: rgba(0, 0, 0, 0) !important;
  background-color: #e8eaee !important;
  color: rgb(55, 73, 87) !important;
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}

.gsc-results .gsc-cursor-box .gsc-cursor-current-page {
  border-color: rgba(0, 0, 0, 0) !important;
  background-color: rgb(197, 41, 49) !important;
  color: rgb(255, 255, 255) !important;
}

.nice-select {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  transition: all 0.2s ease-in-out;
  user-select: none;
  white-space: nowrap;
  width: auto;
}
.nice-select:hover {
  border-color: #dbdbdb;
}
.nice-select:active, .nice-select.open, .nice-select:focus {
  border-color: #999;
}
.nice-select:after {
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  content: "";
  display: block;
  height: 5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  transform-origin: 66% 66%;
  transform: rotate(45deg);
  transition: all 0.15s ease-in-out;
  width: 5px;
}
.nice-select.open:after {
  transform: rotate(-135deg);
}
.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1) translateY(0);
}
.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}
.nice-select.disabled:after {
  border-color: #cccccc;
}
.nice-select.wide {
  width: 100%;
}
.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}
.nice-select.right {
  float: right;
}
.nice-select.right .list {
  left: auto;
  right: 0;
}
.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}
.nice-select.small:after {
  height: 4px;
  width: 4px;
}
.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}
.nice-select .list {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  transform-origin: 50% 0;
  transform: scale(0.75) translateY(calc(-42px / 2));
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
}
.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}
.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  transition: all 0.2s;
}
.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
  background-color: #f6f6f6;
}
.nice-select .option.selected {
  font-weight: bold;
}
.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}

.no-csspointerevents .nice-select .list {
  display: none;
}
.no-csspointerevents .nice-select.open .list {
  display: block;
}

/*--- Scroll Horizontal ---*/
.scroll {
  white-space: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.item-scroll,
.vertical-align-middle {
  display: inline-block;
  vertical-align: middle;
}

.scroll::-webkit-scrolbar {
  display: none;
}

/*--- /Scroll Horizontal ---*/
/*-- Add Custom --*/
.line {
  height: 1px;
}

.schedule-liga-name {
  font-size: 0.8rem;
}
@media (min-width: 1400px) {
  .schedule-liga-name {
    font-size: 1rem;
  }
}

.rank-link.active {
  -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.15);
}

.list-style-dics {
  list-style-type: disc;
}

.border-primary {
  border-color: rgb(197, 41, 49) !important;
}

.border-iqro-primary {
  border-color: rgb(193, 123, 23) !important;
}

/*-- /Add Custom --*/

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