.hero-inner {
  background: rgba(0, 0, 0, 0.6);
  display: grid;
  grid-template-rows: 0.8fr 1.2fr;
  color: #fff;
  min-height: 250px;
  position: relative;
}
.hero-inner figure {
  margin: 0;
  grid-column: 1/2;
  grid-row: 1/3;
}
.hero-inner figure:after {
  background: rgba(37, 38, 43, 0.6);
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.hero-inner figure img {
  min-height: 100%;
  aspect-ratio: 1920/500;
  width: 100%;
}
.hero-inner video {
  aspect-ratio: 1920/500;
  -o-object-position: top;
     object-position: top;
  min-height: 100%;
}
.hero-inner .overlay-title {
  grid-column: 1/2;
  grid-row: 2/3;
  position: relative;
  padding-block: 40px;
}
@media (max-width: 767.98px) {
  .hero-inner .overlay-title {
    padding-block: 20px;
  }
}
@media (min-width: 1200px) {
  .hero-inner .overlay-title {
    padding-inline: 20px;
  }
}
@media (min-width: 1400px) {
  .hero-inner .overlay-title {
    padding-inline: 50px;
  }
}
.hero-inner h2 {
  color: currentColor;
  max-width: 1000px;
}

.hero-end figure img {
  -o-object-position: 90%;
     object-position: 90%;
}

.breadcrumb li {
  margin-inline-end: 8px;
}
[dir=rtl] .breadcrumb li {
  font-weight: 300;
}
.breadcrumb span, .breadcrumb a {
  display: inline-flex;
  gap: 8px;
  align-items: center;
}
@media (max-width: 991.98px) {
  .breadcrumb span, .breadcrumb a {
    font-size: 14px;
  }
}
.breadcrumb span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 320px;
}
@media (max-width: 991.98px) {
  .breadcrumb span {
    max-width: 300px;
  }
}
.breadcrumb a {
  color: #fff;
  display: inline-flex;
}
.breadcrumb a:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 16px;
  background: #fff;
  width: 1px;
}

article p {
  color: rgba(51, 51, 51, 0.8);
  font-size: 18px;
}
[dir=rtl] article p {
  font-weight: 300;
}
article ul {
  padding-inline-start: 15px;
  margin-bottom: 20px;
}
article li {
  font-size: 18px;
  color: rgba(51, 51, 51, 0.8);
  list-style-type: disc;
}
[dir=rtl] article li {
  font-weight: 300;
}
@media (min-width: 1400px) {
  article li {
    font-size: 18px;
  }
}

.offwhite {
  background: #F9F6F7;
}

.lightwhite {
  background: #FDFCFD;
}

.lightwhite2 {
  background: rgba(255, 255, 255, 0.7);
}

.pagination {
  text-align: center;
}

.paginate-links {
  margin: auto;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  padding-top: 40px;
}
.paginate-links a, .paginate-links span {
  width: 40px;
  height: 40px;
  display: grid;
  place-content: center;
  border-radius: 50%;
  background: #fff;
}
.paginate-links a {
  border: 1px solid rgba(48, 48, 48, 0.2);
  color: #333333;
}
.paginate-links a:hover {
  border-color: #8F4866;
}
.paginate-links span.current {
  background: #8F4866;
  color: #fff;
}
.paginate-links span.separator {
  width: 40px;
  height: 40px;
}
.paginate-links .prev:before, .paginate-links .next:before {
  content: "";
  width: 12px;
  height: 8px;
  background-color: #000;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-image: url("../images/arrow-next.svg");
  mask-image: url("../images/arrow-next.svg");
}
[dir=rtl] .paginate-links .prev, [dir=rtl] .paginate-links .next {
  transform: scaleX(-1);
}
.paginate-links .prev, .paginate-links .first {
  transform: rotate(180deg);
}
[dir=rtl] .paginate-links .prev, [dir=rtl] .paginate-links .first {
  transform: none;
}
.paginate-links .last:before, .paginate-links .first:before {
  content: "";
  width: 12px;
  height: 12px;
  background-color: #000;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-image: url("../images/arrow-last.svg");
  mask-image: url("../images/arrow-last.svg");
}
[dir=rtl] .paginate-links .next, [dir=rtl] .paginate-links .last {
  transform: scaleX(-1);
}

.filter-wrap {
  padding-bottom: 30px;
}
@media (min-width: 992px) {
  .filter-wrap {
    padding-bottom: 40px;
  }
}
@media (min-width: 1200px) {
  .filter-wrap {
    padding-bottom: 60px;
  }
}
.tab-filter {
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
  -moz-column-gap: 8px;
       column-gap: 8px;
}
.tab-filter a {
  display: inline-block;
  padding: 4px 16px;
  background: #fff;
  color: #333333;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 40px;
  font-size: 14px;
  font-family: var(--medium-font);
}
@media (min-width: 1200px) {
  .tab-filter a {
    font-size: 18px;
  }
}
@media (min-width: 1400px) {
  .tab-filter a {
    font-size: 20px;
    padding: 8px 16px;
  }
}
.tab-filter a:hover {
  border-color: #8F4866;
}
.tab-filter .current {
  background: #8F4866;
  color: #fff;
}

@media (min-width: 768px) {
  .filter-btns {
    padding-top: 20px;
  }
}
@media (min-width: 1200px) {
  .filter-btns {
    padding-top: 30px;
  }
}
@media (min-width: 1200px) {
  .filter-btns {
    padding-top: 25px;
  }
}
@media (min-width: 1200px) and (max-width: 1600px) {
  .filter-btns h3 {
    font-size: 20px;
  }
}

.list-articles figure img {
  aspect-ratio: 497/272;
}

.listing-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.listing-tag {
  --clr: 51, 180, 192;
  display: inline-flex;
  padding: 10px;
  gap: 10px;
  border-radius: 8px;
  line-height: 1;
  color: rgba(var(--clr), 1);
  background: rgba(var(--clr), 0.05);
}

.tag-writer {
  --clr: 51, 180, 192;
}
.tag-writer:before {
  content: "";
  width: 20px;
  height: 20px;
  background-color: #33B4C0;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-image: url("../images/icon-write.svg");
  mask-image: url("../images/icon-write.svg");
}

.tag-time {
  --clr: 143, 72, 102;
}
.tag-time:before {
  content: "";
  width: 20px;
  height: 20px;
  background-color: #8F4866;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-image: url("../images/icon-clock.svg");
  mask-image: url("../images/icon-clock.svg");
}

.tag-location {
  --clr: 255, 255, 255;
  background: #8F4866;
}
.tag-location:before {
  content: "";
  width: 20px;
  height: 20px;
  background-color: #fff;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-image: url("../images/icon-location.svg");
  mask-image: url("../images/icon-location.svg");
}

.share-wrap {
  padding-top: 2px;
}
.share-wrap h4 {
  font-family: var(--regular-font);
}

.social-share {
  padding-inline-start: 0;
  margin: 0;
}
.social-share li {
  list-style: none;
}
.social-share li > a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #ccc;
  display: grid;
  place-content: center;
}
@media (max-width: 1199.98px) {
  .social-share li > a {
    width: 32px;
    height: 32px;
  }
}
.social-share li > a:hover {
  border-color: #8F4866;
}
.social-share li > a:hover:before {
  background: #8F4866;
}
.social-share li > a:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: #333333;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
@media (max-width: 1199.98px) {
  .social-share li > a:before {
    width: 12px;
    height: 12px;
  }
}
.social-share .facebook a:before {
  -webkit-mask-image: url("../images/facebook.svg");
  mask-image: url("../images/facebook.svg");
}
.social-share .linkedin a:before {
  -webkit-mask-image: url("../images/in.svg");
  mask-image: url("../images/in.svg");
}
.social-share .x a:before {
  -webkit-mask-image: url("../images/x.svg");
  mask-image: url("../images/x.svg");
}
.social-share .instagram a:before {
  -webkit-mask-image: url("../images/instagram.svg");
  mask-image: url("../images/instagram.svg");
}
.social-share .share {
  position: relative;
}
[dir=rtl] .social-share .share > a {
  transform: scaleX(-1);
}
.social-share .share > a:before {
  -webkit-mask-image: url("../images/share.svg");
  mask-image: url("../images/share.svg");
  width: 16px;
  height: 16px;
}

.share-popup {
  position: absolute;
  inset-inline-end: 0;
  top: 45px;
  z-index: 99;
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  display: none;
}
.share-popup.active {
  display: block;
}
.share-popup p {
  margin-bottom: 10px;
  line-height: 1;
  color: #333333;
}
@media (min-width: 992px) {
  .share-popup {
    min-width: 400px;
  }
}
@media (min-width: 992px) {
  .share-popup {
    min-width: 450px;
  }
}
@media (max-width: 575.98px) {
  .share-popup {
    inset-inline-start: -150px;
    inset-inline-end: auto;
  }
}
.share-popup .sharelink {
  display: flex;
  border-radius: 16px;
  border: 1px solid rgba(30, 30, 30, 0.1);
  padding: 5px 10px;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
}
.share-popup .sharelink input {
  background: transparent;
  border: 0;
  color: rgba(30, 30, 30, 0.5);
  display: block;
  flex: 1;
  font-size: 16px;
}
@media (max-width: 767.98px) {
  .share-popup .sharelink input {
    min-height: 40px;
  }
}
.share-popup .sharelink input:active, .share-popup .sharelink input:focus {
  outline: none;
}
.share-popup .sharelink a {
  color: #8F4866;
  text-decoration: underline;
  font-size: 15px;
  white-space: nowrap;
}

.image-gallery {
  position: relative;
}
.image-gallery figure img {
  border-radius: 20px;
  aspect-ratio: 1800/542;
  width: 100%;
}
@media (min-width: 992px) {
  .image-gallery figure img {
    border-radius: 30px;
  }
}
@media (min-width: 1400px) {
  .image-gallery figure img {
    border-radius: 40px;
  }
}
@media (max-width: 1399.98px) {
  .image-gallery figure img {
    aspect-ratio: 1800/650;
  }
}
@media (max-width: 1199.98px) {
  .image-gallery figure img {
    aspect-ratio: 1800/750;
  }
}
.article-gallery .image-gallery img {
  aspect-ratio: auto;
}
.option3 .image-gallery img, .option4 .image-gallery img {
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 1200/542;
}
.option4 .image-gallery img {
  background: #fff;
}
.image-gallery .swiper-slide {
  height: auto;
}

.swiper-nav-wrap {
  text-align: center;
  padding-top: 15px;
}
.swiper-nav-wrap:has(.swiper-pagination-bullet:only-child) {
  display: none;
}

.swiper-nav {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.swiper-pagination {
  position: static;
  display: inline-flex;
  justify-content: center;
}

.swiper-pagination-bullet {
  background: rgba(143, 72, 102, 0.5);
  opacity: 0.4;
  border-radius: 10px;
  transition: all ease 0.3s;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #8F4866;
  width: 42px;
}

div.swiper-button-prev, div.swiper-button-next {
  width: 20px !important;
  height: 20px !important;
  display: grid;
  place-content: center;
  border-radius: 50%;
  top: auto;
  transform: none;
  position: static;
  display: inline-grid;
  margin: 0 !important;
  color: #8F4866;
}
div.swiper-button-prev:after, div.swiper-button-next:after {
  content: "";
  display: block;
}
div.swiper-button-prev svg, div.swiper-button-next svg {
  transform: none;
  width: 10px;
  height: 15px;
}
@media (max-width: 1199.98px) {
  div.swiper-button-prev, div.swiper-button-next {
    width: 32px;
    height: 32px;
  }
}

.option3, .option4 {
  max-width: 1200px;
  margin-inline: auto;
}

.article-gallery {
  max-width: 900px;
  margin-inline: auto;
}
.article-gallery figure img {
  border-radius: 10px;
}
@media (min-width: 992px) {
  .article-gallery figure img {
    border-radius: 15px;
  }
}
@media (min-width: 1400px) {
  .article-gallery figure img {
    border-radius: 20px;
  }
}

.list-thumbs {
  display: flex;
  gap: 8px;
  max-width: 270px;
  margin-top: 16px;
  padding-inline-start: 10px;
}
@media (min-width: 992px) {
  .list-thumbs {
    position: absolute;
    inset-inline-end: 16px;
    bottom: 16px;
    max-width: 520px;
  }
}
@media (min-width: 1200px) {
  .list-thumbs {
    width: 470px;
  }
}
.list-thumbs img {
  border-radius: 10px;
  aspect-ratio: 200/100;
  outline: 4px solid rgba(255, 255, 255, 0.5);
  outline-offset: -4px;
  cursor: pointer;
}
@media (min-width: 992px) {
  .list-thumbs img {
    border-radius: 15px;
  }
}
@media (min-width: 1400px) {
  .list-thumbs img {
    border-radius: 20px;
  }
}
@media (min-width: 992px) {
  .list-thumbs img {
    width: 150px;
  }
}
.list-thumbs .swiper-wrapper {
  display: flex;
  justify-content: center;
}
.list-thumbs .swiper-slide {
  width: 100px;
}
@media (min-width: 992px) {
  .list-thumbs .swiper-slide {
    width: 150px;
    min-width: 150px;
  }
}
.list-thumbs:has(.swiper-slide:only-child) {
  display: none;
}

div.accordion {
  border: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
div.accordion div.accordion-item {
  border: 0;
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  overflow: hidden;
  padding-bottom: 10px;
}
@media (min-width: 992px) {
  div.accordion div.accordion-item {
    border-radius: 18px;
  }
}
@media (min-width: 1400px) {
  div.accordion div.accordion-item {
    border-radius: 24px;
  }
}
div.accordion div.accordion-item .accordion-header .accordion-button {
  color: #1E1E1E;
  font-size: 18px;
  box-shadow: none;
  padding-bottom: 5px;
  font-family: var(--regular-font);
}
@media (min-width: 1200px) {
  div.accordion div.accordion-item .accordion-header .accordion-button {
    font-size: 20px;
  }
}
div.accordion div.accordion-item .accordion-header .accordion-button[aria-expanded=true] {
  background: transparent;
}
div.accordion div.accordion-item .accordion-header .accordion-button[aria-expanded=true]:after {
  mask-image: url("../images/minus.svg");
  -webkit-mask-image: url("../images/minus.svg");
}
div.accordion div.accordion-item .accordion-header .accordion-button:after {
  width: 12px;
  height: 12px;
  background-color: #414141;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-image: url("../images/plus.svg");
  mask-image: url("../images/plus.svg");
  transform: none !important;
}
div.accordion div.accordion-item .accordion-body {
  padding-block: 10px;
  font-size: 16px;
  color: #1E1E1E;
  line-height: 1.5;
  color: rgba(30, 30, 30, 0.6);
}
@media (min-width: 1200px) {
  div.accordion div.accordion-item .accordion-body {
    font-size: 18px;
  }
}
[dir=rtl] div.accordion .accordion-button::after {
  margin-inline-start: auto;
  margin-left: 0;
}

.custom-checkbox, .custom-radio {
  display: flex;
  gap: 8px;
  cursor: pointer;
  position: relative;
  padding-inline-start: 28px;
}
.custom-checkbox input[type=checkbox], .custom-checkbox input[type=radio], .custom-radio input[type=checkbox], .custom-radio input[type=radio] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.custom-checkbox::after, .custom-radio::after {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #8F4866;
  border-radius: 4px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px 12px;
  transition: all 0.2s ease;
}
.custom-checkbox input:checked + .text::before, .custom-radio input:checked + .text::before {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  top: -1px;
  width: 20px;
  height: 20px;
  border: 1px solid #8F4866;
  border-radius: 4px;
  background-color: #8F4866;
  mask-image: url("../images/tick.svg");
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-image: url("../images/tick.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.custom-checkbox .text, .custom-radio .text {
  font-size: 14px;
  color: #333;
  line-height: 1.1;
  padding-top: 3px;
}

.custom-radio::after {
  border-radius: 50%;
}

.btn-dropdown {
  background: #fff;
  color: rgba(18, 15, 27, 0.8);
  border-color: rgba(0, 0, 0, 0.08);
  font-size: 16px;
}
.btn-dropdown:hover, .btn-dropdown:active, .btn-dropdown.show {
  background: #fff;
  color: rgba(18, 15, 27, 0.8);
  border-color: #1E1E1E;
}
.btn-dropdown:before {
  display: none;
}
.btn-dropdown:after {
  position: absolute;
  inset-inline-end: 20px;
  top: 14px;
  width: 16px;
  height: 16px;
  border: 0;
  width: 16px;
  height: 16px;
  background-color: #000;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-image: url("../images/chevron-down.svg");
  mask-image: url("../images/chevron-down.svg");
}

ul.dropdown-menu, ul.dropdown-menu.show {
  border: 1px solid rgba(128, 128, 128, 0.2);
  border-radius: 10px;
  padding: 16px;
  flex-direction: column;
  gap: 10px;
}

ul.dropdown-menu.show {
  display: flex;
}

a.back {
  color: #8F4866;
  display: inline-flex;
  gap: 10px;
  align-items: center;
}
a.back:before {
  content: "";
  width: 16px;
  height: 14px;
  background-color: #8F4866;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-image: url("../images/arrow.svg");
  mask-image: url("../images/arrow.svg");
  transform: scaleX(-1);
}
[dir=rtl] a.back:before {
  transform: none;
}

a.clear {
  display: inline-flex;
  align-items: center;
  padding: 4px 16px;
  background: #EBEBEB;
  color: rgba(51, 51, 51, 0.5);
  border: 1px solid transparent;
  border-radius: 40px;
  font-size: 14px;
  gap: 8px;
  cursor: pointer;
  font-family: var(--medium-font);
}
@media (min-width: 1400px) {
  a.clear {
    font-size: 16px;
    padding: 8px 16px;
  }
}
a.clear:before {
  width: 14px;
  height: 18px;
  background-color: rgba(15, 23, 42, 0.4);
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-image: url("../images/delete.svg");
  mask-image: url("../images/delete.svg");
  content: "";
}
a.clear:hover {
  border-color: #8F4866;
}

.btn .gray {
  color: rgba(255, 255, 255, 0.8);
  margin-inline-end: 5px;
}

.text-line {
  display: flex;
  color: rgba(0, 0, 0, 0.5);
  gap: 16px;
}
.text-line:before {
  content: "";
  width: 40px;
  height: 1px;
  background: rgba(0, 0, 0, 0.2);
  display: inline-block;
  margin-top: 10px;
}

.card-slider {
  display: flex;
  gap: 16px;
  flex-direction: column;
  container-name: card-slider;
  container-type: inline-size;
}
@media (min-width: 768px) {
  .card-slider {
    flex-direction: row;
  }
}

.slider-item {
  display: grid;
  grid-template-rows: 1fr 1fr;
  height: 510px;
  cursor: pointer;
  position: relative;
  transition: all ease 0.5s;
  overflow: hidden;
  border-radius: 12px;
}
@media (min-width: 992px) {
  .slider-item {
    border-radius: 18px;
  }
}
@media (min-width: 1400px) {
  .slider-item {
    border-radius: 24px;
  }
}
@media (min-width: 768px) {
  .slider-item {
    width: 22%;
  }
}
.slider-item figure {
  grid-column: 1/2;
  grid-row: 1/3;
  margin: 0;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  place-content: center;
  position: relative;
}
@media (min-width: 992px) {
  .slider-item figure {
    border-radius: 18px;
  }
}
@media (min-width: 1400px) {
  .slider-item figure {
    border-radius: 24px;
  }
}
.slider-item figure img {
  border-radius: 12px;
  width: 100%;
  height: 100%;
}
@media (min-width: 992px) {
  .slider-item figure img {
    border-radius: 18px;
  }
}
@media (min-width: 1400px) {
  .slider-item figure img {
    border-radius: 24px;
  }
}
@media (min-width: 768px) {
  .slider-item figure img {
    min-width: 54cqw;
    max-height: 100%;
  }
}
.slider-item figure:before {
  content: "";
  opacity: 0;
  position: absolute;
  inset: 0;
  transition: all ease 0.3s;
  background: linear-gradient(178.84deg, rgba(0, 0, 0, 0.0166) -5.32%, rgba(0, 0, 0, 0.83) 72.56%);
}
@media (max-width: 767.98px) {
  .slider-item figure:before {
    opacity: 0.8;
  }
}
.plot-card .slider-item figure:before {
  background: linear-gradient(transparent 20%, rgba(41, 16, 69, 0.95));
}
.slider-item .slider-text {
  grid-row: 2/3;
  grid-column: 1/2;
  padding: 16px;
  position: relative;
  transition: all ease 0.1s;
  color: #fff;
  overflow: auto;
}
@media (min-width: 768px) {
  .slider-item .slider-text {
    opacity: 0;
    padding: 20px;
    position: absolute;
    bottom: 0;
    inset-inline: 0;
    transition-delay: 0s;
    max-height: 60cqh;
  }
}
@media (min-width: 1200px) {
  .slider-item .slider-text {
    padding: 32px;
  }
}
@media (min-width: 1400px) {
  .slider-item .slider-text {
    padding: 40px;
  }
}
@media (max-width: 991.98px) {
  .slider-item .slider-text p {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .slider-item .slider-text p {
    font-size: 14px;
  }
}
.slider-item .slider-text .list {
  padding-inline-start: 20px;
}
.slider-item .slider-text .list li {
  list-style: disc;
  margin-bottom: 16px;
}
@media (max-width: 991.98px) {
  .slider-item .slider-text .list li {
    font-size: 14px;
    margin-bottom: 8px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .slider-item .slider-text .list li {
    font-size: 14px;
  }
}
@media (max-width: 1199.98px) {
  .slider-item .slider-text h3 {
    font-size: 22px;
  }
}
@media (max-width: 991.98px) {
  .slider-item .slider-text h3 {
    font-size: 18px;
  }
}
@media (max-width: 767.98px) {
  .plot-card .slider-item .slider-text {
    display: flex;
    align-items: end;
    width: 100%;
  }
}
.slider-item.active {
  cursor: initial;
}
@media (min-width: 768px) {
  .slider-item.active {
    width: 54%;
  }
  .slider-item.active figure:before {
    opacity: 1;
  }
  .slider-item.active .slider-text {
    opacity: 1;
    transition: all ease 0.4s;
    transition-delay: 0.4s;
  }
}

.card-grid {
  display: grid;
  gap: 16px;
}
@media (min-width: 768px) {
  .card-grid {
    gap: 20px;
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1200px) {
  .card-grid {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
  }
}
@media (min-width: 1200px) {
  .card-grid.four-col {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

.card-grid-item {
  padding: 16px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.13);
}
@media (min-width: 992px) {
  .card-grid-item {
    border-radius: 15px;
  }
}
@media (min-width: 1400px) {
  .card-grid-item {
    border-radius: 20px;
  }
}
@media (min-width: 768px) {
  .card-grid-item {
    padding: 20px;
  }
}
@media (min-width: 1200px) {
  .card-grid-item {
    padding: 28px;
  }
}
.card-grid-item p {
  margin: 0;
}
[dir=rtl] .card-grid-item p {
  font-weight: 300;
}

.card-grid-image {
  position: relative;
}
@media (min-width: 1200px) {
  .card-grid-image {
    grid-row: span 2;
    order: 2;
  }
  .card-grid-image ~ .card-grid-item {
    order: 3;
  }
  .card-grid-image + .card-grid-item {
    order: 1;
  }
}
.card-grid-image figure {
  margin: 0;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .card-grid-image figure {
    border-radius: 15px;
  }
}
@media (min-width: 1400px) {
  .card-grid-image figure {
    border-radius: 20px;
  }
}
.card-grid-image figure img {
  height: 100%;
  width: 100%;
  aspect-ratio: 514/524;
}
.card-grid-image .card-text {
  position: absolute;
  bottom: 8px;
  inset-inline: 8px;
  background: rgba(41, 16, 69, 0.2392156863);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  border-radius: 12px;
  padding: 16px;
}
@media (min-width: 768px) {
  .card-grid-image .card-text {
    padding: 20px;
  }
}
@media (min-width: 1200px) {
  .card-grid-image .card-text {
    padding: 28px;
  }
}
.card-grid-image p {
  margin: 0;
}

.goverlay {
  background: rgba(0, 0, 0, 0.8);
}

[dir=rtl] .glightbox-clean .gclose {
  right: auto;
  left: 10px;
}
@media (min-width: 992px) {
  [dir=rtl] .glightbox-clean .gclose {
    left: 20px;
  }
}
[dir=rtl] .glightbox-clean .gnext {
  right: auto;
  left: 30px;
  transform: scaleX(-1);
}
[dir=rtl] .glightbox-clean .gprev {
  right: 30px;
  left: auto;
  transform: scaleX(-1);
}
[dir=rtl] .gslideOutLeft {
  animation-name: gslideOutRight;
}
[dir=rtl] .gslideOutRight {
  animation-name: gslideOutLeft;
}
[dir=rtl] .gslideInLeft {
  animation-name: gslideInRight;
}
[dir=rtl] .gslideInRight {
  animation-name: gslideInLeft;
}

.collage {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
@media (max-width: 767.98px) {
  .collage {
    gap: 10px;
    grid-template-columns: repeat(2, 1fr);
  }
}

.collage-item {
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}
@media (min-width: 992px) {
  .collage-item {
    border-radius: 18px;
  }
}
@media (min-width: 1400px) {
  .collage-item {
    border-radius: 24px;
  }
}
.collage-item img {
  width: 100%;
  aspect-ratio: 388/350;
  min-height: 100%;
  filter: grayscale(1);
  transition: all ease 0.3s;
}
.collage-item:nth-child(2) {
  grid-row: 2/3;
  grid-column: 1/2;
}
.collage-item:nth-child(3) {
  grid-row: span 2;
}
.collage-item:nth-child(3) img {
  aspect-ratio: 388/715;
}
.collage-item:nth-child(4) {
  grid-column: span 2;
}
.collage-item:nth-child(4) img {
  aspect-ratio: 792/350;
}
.collage-item .btn-icon {
  background: #8F4866;
  height: 40px;
  width: 40px;
  display: grid;
  place-content: center;
  position: absolute;
  inset-inline-end: 16px;
  bottom: 16px;
  border-radius: 16px;
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.3s;
}
.collage-item .btn-icon:before {
  content: "";
  width: 26px;
  height: 18px;
  background-color: #fff;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-image: url("../images/eye.svg");
  mask-image: url("../images/eye.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  display: inline-block;
}
@media (max-width: 767.98px) {
  .collage-item .btn-icon {
    height: 32px;
    width: 32px;
    inset-inline-end: 10px;
    bottom: 10px;
    border-radius: 12px;
  }
  .collage-item .btn-icon::before {
    width: 20px;
    height: 14px;
  }
}
.collage-item:hover img {
  filter: grayscale(0);
}
.collage-item:hover .btn-icon {
  opacity: 1;
  visibility: visible;
}

.partner-gallery .collage-item img {
  filter: grayscale(0);
}

.article-content {
  max-width: 1200px;
  margin-inline: auto;
}
