@media (max-width: 575.98px) {
  .banner-slider {
    height: 400px;
  }
}
.banner-slider .swiper-slide {
  height: auto;
}
.banner-slider figure {
  height: 100%;
}
.banner-slider figure img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.banner {
  position: relative;
}
.banner .banner-title {
  z-index: 1;
  position: absolute;
  top: 0;
  width: 45%;
  inset-inline-start: 5%;
  top: 18%;
}
@media (max-width: 991.98px) {
  .banner .banner-title {
    width: 75%;
    inset-inline-start: 12%;
    top: 18%;
  }
}
@media (max-width: 767.98px) {
  .banner .banner-title {
    top: 8%;
  }
}
@media (max-width: 575.98px) {
  .banner .banner-title {
    top: 6%;
  }
}
.banner .banner-title .banner__text {
  padding: 15px;
  background: rgba(25, 35, 82, 0.5);
}
@media (max-width: 1199.98px) {
  .banner .banner-title .banner__text {
    padding: 15px 15px;
  }
}
.banner .banner-title .banner__text h1 {
  font-size: 40px;
}
@media (max-width: 1199.98px) {
  .banner .banner-title .banner__text h1 {
    font-size: 20px;
  }
}
@media (min-width: 1600px) {
  .banner .banner-title .banner__text h1 {
    font-size: 48px;
  }
}
@media (max-width: 991.98px) {
  .banner .banner-title .banner__text h4 {
    font-size: 18px;
  }
}
.banner .banner-title .banner__text p {
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .banner .banner-title .banner__text p {
    font-size: 14px;
  }
}
.banner .video-controls {
  display: flex;
  position: absolute;
  top: 40px;
  inset-inline-start: calc(5% + 15px);
  z-index: 1;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
@media (max-width: 1199.98px) {
  .banner .video-controls {
    top: 25px;
  }
}
@media (max-width: 991.98px) {
  .banner .video-controls {
    top: 20px;
    inset-inline-start: calc(10% + 15px);
  }
}
.banner .video-controls .play-btn, .banner .video-controls .pause-btn {
  cursor: pointer;
}
@media (max-width: 991.98px) {
  .banner .video-controls .play-btn svg, .banner .video-controls .pause-btn svg {
    width: 30px;
    height: 30px;
  }
}
.banner .video-controls .play-btn svg path, .banner .video-controls .pause-btn svg path {
  transition: all 300ms;
}
.banner .video-controls .play-btn svg:hover path, .banner .video-controls .pause-btn svg:hover path {
  fill: #731a36;
}
.banner .video-controls .disabled {
  opacity: 0.5;
  pointer-events: none;
}
.banner .swiper-pagination {
  bottom: 60px;
}
@media (max-width: 991.98px) {
  .banner .swiper-pagination {
    bottom: 50px;
  }
}
@media (max-width: 575.98px) {
  .banner .swiper-pagination {
    display: none;
  }
}
.banner .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #eeeeee;
}
.banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  background: #fff;
}
.banner .banner-slider .swiper-button-left {
  inset-inline-start: 20px;
}
.banner .banner-slider .swiper-button-right {
  inset-inline-end: 30px;
}
.banner figure img {
  width: 100%;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .banner .banner-title {
    width: 45%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .banner.banner-news-close .banner-title {
    width: 75%;
  }
}

.explore-slider .swiper-slide {
  height: auto;
}
.explore-slider .swiper-slide .cards {
  height: 100%;
  min-height: 430px;
}
@media (max-width: 991.98px) {
  .explore-slider .swiper-slide .cards {
    min-height: auto;
  }
}
.explore-slider .swiper-slide .cards figure {
  height: 100%;
  position: relative;
  overflow: hidden;
}
.explore-slider .swiper-slide .cards figure:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: #000;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 55%);
}
.explore-slider .swiper-slide .cards figure img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.mouse-down-arrow {
  text-align: center;
  position: absolute;
  bottom: 100px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .mouse-down-arrow {
    bottom: 70px;
  }
}
@media (max-width: 575.98px) {
  .mouse-down-arrow {
    bottom: 55px;
  }
}
.mouse-down-arrow svg {
  cursor: pointer;
  animation: lookDown 1.5s ease-in-out infinite;
  transform: translateY(0px);
}

@keyframes lookDown {
  0% {
    transform: translateY(-10px);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(-10px);
  }
}
@media (max-width: 991.98px) {
  .video-sec {
    padding: 20px 15px;
  }
}

.video {
  position: relative;
  cursor: pointer;
  padding: 40px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 30px;
  box-shadow: 0px 0px 0px 1px #fff;
}
@media (max-width: 991.98px) {
  .video {
    padding: 15px;
    border-radius: 15px;
  }
}
.video iframe {
  border-radius: 20px;
}
.video .figure-video {
  position: absolute;
  top: 0;
  inset-inline-start: 0;
  z-index: 2;
  height: 100%;
  border-radius: 30px;
  width: 100%;
}
@media (max-width: 991.98px) {
  .video .figure-video {
    height: 100%;
    width: 100%;
  }
}
.video .figure-video .figure__img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 30px;
}
@media (max-width: 991.98px) {
  .video .figure-video .figure__img {
    border-radius: 20px;
  }
}
.video .play-btn {
  background: #731a36;
  position: absolute;
  top: calc(50% - 50px);
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: all 300ms;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  border-radius: 50%;
}
@media (max-width: 991.98px) {
  .video .play-btn {
    top: calc(50% - 25px);
    width: 50px;
    height: 50px;
    border-radius: 50%;
  }
}
.video .play-btn:hover {
  background: #a31c47;
}
.video .video-placeholder {
  position: relative;
  z-index: 1;
}
@media (max-width: 1199.98px) {
  .video .video-placeholder iframe {
    height: 520px;
  }
}
@media (max-width: 991.98px) {
  .video .video-placeholder iframe {
    height: 400px;
  }
}
@media (max-width: 575.98px) {
  .video .video-placeholder iframe {
    height: 250px;
  }
}
.video .video-placeholder video {
  overflow: hidden;
  border-radius: 30px;
}
@media (max-width: 991.98px) {
  .video .video-placeholder video {
    border-radius: 15px;
  }
}
.video .video-layer {
  position: relative;
}

.banner-news {
  width: 100%;
  max-width: 350px;
  position: absolute;
  inset-inline-end: 10%;
  top: 12%;
  background: #fff;
  box-shadow: 0px 1px 30px rgba(0, 0, 0, 0.1);
  transition: transform 0.5s ease-out, opacity 0.5s ease-out;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .banner-news {
    width: 240px;
  }
}
@media (max-width: 767.98px) {
  .banner-news {
    max-width: 100%;
    position: relative;
    inset-inline-end: 0;
    top: 0;
    padding: 30px;
  }
}
.banner-news .banner-news-slider {
  background: #fff;
  padding-bottom: 30px;
  border-radius: 3px;
}
.banner-news .banner-news-slider .card {
  box-shadow: none;
}
@media (max-width: 991.98px) {
  .banner-news .banner-news-slider .card .card-body {
    padding: 6px 6px 20px;
  }
}
.banner-news .banner-news-slider .card .card-body p {
  font-size: 18px;
}
@media (max-width: 991.98px) {
  .banner-news .banner-news-slider .card .card-body p {
    font-size: 14px;
    -webkit-line-clamp: 2;
    line-clamp: 2;
  }
}
.banner-news .slider-prpty-wrap .slider-arrow {
  position: absolute;
  bottom: 18px;
  display: flex;
}
.banner-news .slider-prpty-wrap .slider-arrow .arrow-btn {
  top: auto;
  bottom: 0;
  position: relative;
  margin-inline-start: 15px;
}
.banner-news .slider-prpty-wrap .slider-arrow .arrow-btn.swiper-button-left {
  inset-inline-start: 0;
}
@media (max-width: 991.98px) {
  .banner-news .slider-prpty-wrap .slider-arrow .arrow-btn svg {
    width: 20px;
    height: 20px;
  }
}
.banner-news .close {
  background: rgba(255, 255, 255, 0.8);
  border: 0;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  position: absolute;
  top: -24px;
  inset-inline-end: -22px;
  z-index: 1;
  transition: all 300ms;
}
@media (max-width: 575.98px) {
  .banner-news .close {
    display: none;
  }
}
.banner-news .close span {
  background-image: url(../images/close-white.svg);
  width: 100%;
  height: 30px;
  background-size: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  filter: brightness(0) saturate(100%) invert(13%) sepia(43%) saturate(6152%) hue-rotate(330deg) brightness(90%) contrast(90%);
}
.banner-news .close:hover {
  background: #fff;
}
.banner-news.disabled {
  opacity: 0;
  transform: translateY(200px);
}

.latest-news-scroll-wrap {
  position: absolute;
  bottom: 0;
  z-index: 1;
  inset-inline-start: 0;
  width: 100%;
  display: flex;
}
@media (max-width: 575.98px) {
  .latest-news-scroll-wrap {
    font-size: 14px;
    display: block;
    position: absolute;
    bottom: -25px;
  }
}
.latest-news-scroll-wrap .latest-news-label {
  background: #731a36;
  padding: 10px 15px;
  color: #fff;
  flex-shrink: 0;
  font-weight: 600;
}
html .theme-grey .latest-news-scroll-wrap .latest-news-label {
  background: #192352;
}
.latest-news-scroll-wrap .latest-news-content {
  background: #fff;
  padding: 10px 15px;
  flex-basis: 100%;
  position: relative;
  overflow: hidden;
  display: flex;
}
html[dir=rtl] .latest-news-scroll-wrap .latest-news-content {
  direction: ltr;
}
.latest-news-scroll-wrap .latest-news-content .marquee-inner.to-left {
  display: flex;
}
.latest-news-scroll-wrap .latest-news-content .marquee-inner.to-left li {
  margin: 0 20px;
  transition: all 0.2s ease-out;
  flex-shrink: 0;
  position: relative;
}
.latest-news-scroll-wrap .latest-news-content .marquee-inner.to-left li a {
  color: #731a36;
}
.latest-news-scroll-wrap .latest-news-content .marquee-inner.to-left li a:hover {
  color: #454570;
}
.latest-news-scroll-wrap .latest-news-content .marquee-inner.to-left li::after {
  content: "";
  position: absolute;
  inset-inline-end: -20px;
  width: 1px;
  height: 24px;
  background: #192352;
}
.latest-news-scroll-wrap .latest-news-content .marquee-inner.to-left li:last-child:after {
  display: none;
}

.arrow-btn {
  position: absolute;
  top: 35%;
  z-index: 4;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
html .theme-grey .arrow-btn svg {
  fill: #192352;
}
.arrow-btn.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

html .theme-grey .banner-slider .arrow-btn svg {
  fill: #fff;
}

.swiper-button-left {
  inset-inline-start: -40px;
  inset-inline-end: auto;
}

.swiper-button-right {
  inset-inline-end: 0px;
  inset-inline-start: auto;
}

html[dir=rtl] .swiper-button-right {
  transform: scale(-1);
}

html[dir=rtl] .swiper-button-left {
  transform: scale(-1);
}

.explore-slider + .slider-prpty-wrap .arrow-btn.swiper-button-left {
  inset-inline-start: 0;
  inset-inline-end: auto;
}

@media (max-width: 991.98px) {
  .news-slider + .slider-prpty-wrap .arrow-btn {
    top: -6%;
  }
}
@media (max-width: 991.98px) {
  .news-slider + .slider-prpty-wrap .arrow-btn.swiper-button-left {
    inset-inline-start: auto;
    inset-inline-end: 70px;
  }
}
.news-slider + .slider-prpty-wrap .arrow-btn.swiper-button-right {
  inset-inline-end: -30px;
}
@media (max-width: 991.98px) {
  .news-slider + .slider-prpty-wrap .arrow-btn.swiper-button-right {
    inset-inline-end: 25px;
    inset-inline-start: auto;
  }
}

@media (max-width: 1199.98px) {
  .about {
    padding-bottom: 0;
  }
}

.programs {
  position: relative;
}
.programs::before {
  content: "";
  background: url(../images/about-bg.png) transparent no-repeat;
  background-size: cover;
  width: 100%;
  height: 652px;
  display: block;
  position: absolute;
  top: -40px;
}
html[dir=rtl] .programs::before {
  transform: rotateY(180deg);
}
@media (min-width: 1600px) {
  .programs::before {
    top: 0px;
  }
}
@media (max-width: 1199.98px) {
  .programs::before {
    display: none;
  }
}

.program-slider .swiper-pagination-horizontal {
  text-align: center;
}
.program-slider .swiper-slide {
  height: auto;
}
.program-slider .swiper-pagination1 {
  margin-top: 10px;
}
.program-slider .swiper-pagination1 .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #eeeeee;
}
.program-slider .swiper-pagination1 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  background: #fff;
}
.program-slider.singleSlide .swiper-wrapper {
  display: flex;
  justify-content: end;
}

.services {
  position: relative;
}
.services::before {
  content: "";
  background: url(../images/service-bg.png) transparent no-repeat;
  background-size: cover;
  width: 1187px;
  height: 1283px;
  display: block;
  position: absolute;
  bottom: 28%;
  inset-inline-end: 0;
  display: none;
}
html[dir=rtl] .services::before {
  transform: rotateY(180deg);
}
@media (min-width: 1600px) {
  .services::before {
    width: 1523px;
    height: 1649px;
    bottom: 500px;
  }
}
@media (min-width: 2000px) {
  .services::before {
    width: 1698px;
    height: 1742px;
    bottom: 500px;
  }
}
@media (min-width: 1201px) and (max-width: 1400px) {
  .services::before {
    width: 1130px;
    height: 1280px;
    bottom: 28%;
  }
}
@media (max-width: 1199.98px) {
  .services::before {
    display: none;
  }
}
.services::after {
  content: "";
  background: url(../images/services-bg.png) transparent no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0%;
  inset-inline-start: 0;
  opacity: 0.6;
}
html[dir=rtl] .services::after {
  transform: rotateY(180deg);
}
html .theme-grey .services::after {
  background: url(../images/services-grey-bg.png) transparent no-repeat;
  background-size: cover;
  background-position: center;
  opacity: 0.5;
}
@media (max-width: 1199.98px) {
  .services::after {
    display: none;
  }
}

.card-lists {
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 991.98px) {
  .card-lists {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 15px;
  }
}
@media (max-width: 575.98px) {
  .card-lists {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 15px;
  }
}
.card-lists .cards {
  position: relative;
}
.card-lists .cards figcaption {
  position: absolute;
  bottom: 15px;
  padding: 15px 30px;
}
.card-lists .cards .cards-overlay {
  position: absolute;
  top: 0;
  inset-inline-start: 0;
  width: 100%;
  height: 100%;
  padding: 40px;
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
  transition: all 0.2s ease;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .card-lists .cards .cards-overlay {
    padding: 30px 25px;
  }
}
@media (max-width: 991.98px) {
  .card-lists .cards .cards-overlay {
    padding: 20px 15px;
  }
}
.card-lists .cards .cards-overlay:before {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  top: 100%;
  width: 100%;
  height: 100%;
  background: #731a36;
  content: "";
  transition: all 0.2s ease;
  transition-delay: 0.2s;
}
.card-lists .cards .cards-overlay h2, .card-lists .cards .cards-overlay h5, .card-lists .cards .cards-overlay .cards-btn {
  opacity: 0;
  transition: all 0.25s ease;
}
.card-lists .cards .cards-overlay h2 {
  transform: translateY(-100%);
  transition-delay: 0.15s;
}
.card-lists .cards .cards-overlay h5 {
  transform: translateY(-100%);
  transition-delay: 0.1s;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
}
@media (max-width: 1199.98px) {
  .card-lists .cards .cards-overlay h5 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 360px) {
  .card-lists .cards .cards-overlay h5 {
    -webkit-line-clamp: 2;
    line-clamp: 2;
  }
}
.card-lists .cards .cards-overlay .cards-btn {
  transform: translateY(-100%);
  transition-delay: 0s;
}
.card-lists .cards .cards-overlay .btn {
  font-size: 14px;
}
.card-lists .cards .cards-overlay .btn:hover {
  opacity: 0.8;
}
.card-lists .cards:hover .cards-overlay:before {
  top: 0;
  transition-delay: 0s;
}
.card-lists .cards:hover .cards-overlay h2, .card-lists .cards:hover .cards-overlay h5, .card-lists .cards:hover .cards-overlay .cards-btn {
  transform: translateY(0);
  opacity: 1;
}
.card-lists .cards:hover .cards-overlay h2 {
  transition-delay: 0.3s;
}
.card-lists .cards:hover .cards-overlay h5 {
  transition-delay: 0.2s;
}
.card-lists .cards:hover .cards-overlay .cards-btn {
  transition-delay: 0.2s;
}

.get-touch-sec {
  background: url(../images/get-touch-bg.jpg) #192352 no-repeat;
  background-size: cover;
}
.get-touch-sec .get-touch-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding-inline-start: 100px;
}
@media (max-width: 1199.98px) {
  .get-touch-sec .get-touch-wrap {
    padding-inline-start: 30px;
  }
}
@media (max-width: 991.98px) {
  .get-touch-sec .get-touch-wrap {
    padding-inline-start: 0px;
  }
}
@media (min-width: 1600px) {
  .get-touch-sec .get-touch-wrap {
    padding-inline-start: 120px;
  }
}
.get-touch-sec .get-touch-social {
  gap: 20px;
  margin-top: 20px;
}
.get-touch-sec .get-touch-social li a svg {
  width: 22px;
}
.get-touch-sec .get-touch-list li {
  font-size: 18px;
  color: #fff;
  margin-bottom: 10px;
  line-height: normal;
  position: relative;
  padding-inline-start: 35px;
}
@media (max-width: 991.98px) {
  .get-touch-sec .get-touch-list li {
    font-size: 16px;
    margin-bottom: 12px;
  }
}
.get-touch-sec .get-touch-list li a {
  color: #fff;
}
.get-touch-sec .get-touch-list li a:hover {
  color: #a31c47;
}
.get-touch-sec .get-touch-list li::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border: 2px solid #fff;
  inset-inline-start: 2px;
  top: 2px;
}

@media (min-width: 992px) {
  .program-card {
    height: 100%;
  }
}
.program-card figcaption {
  font-size: 26px;
  margin-bottom: 18px !important;
  line-height: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
@media (min-width: 1201px) and (max-width: 1400px) {
  .program-card figcaption {
    font-size: 22px;
    margin-bottom: 20px !important;
  }
}
.program-card .program-card-bottom {
  text-align: center;
  padding: 30px;
  width: 100%;
  background: #454570;
  height: calc(100% - 160px);
  display: inline-flex;
  flex-direction: column;
  justify-content: space-between;
}
.program-card figure img {
  height: 160px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 991.98px) {
  .program-card figure img {
    height: 100%;
  }
}

@media (max-width: 991.98px) {
  .program-content {
    margin-bottom: 20px;
  }
}
@media (min-width: 1201px) and (max-width: 1400px) {
  .program-content h2 {
    margin-bottom: 20px !important;
  }
}
.program-content h5 {
  font-size: 16px;
}
.program-content p {
  overflow: hidden;
}
@media (min-width: 992px) {
  .program-content p {
    display: -webkit-box;
    -webkit-line-clamp: 6;
    line-clamp: 6;
    -webkit-box-orient: vertical;
  }
}
@media (min-width: 1600px) {
  .program-content p {
    display: -webkit-box;
    -webkit-line-clamp: 8;
    line-clamp: 8;
    -webkit-box-orient: vertical;
  }
}

.news-card {
  text-align: center;
}
.news-card figure img {
  width: 132px;
  height: 132px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-card figcaption {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
html .theme-grey .news-card figcaption {
  color: #192352 !important;
}
html .theme-grey .news-card p {
  color: #192352 !important;
}

.custom-modal {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0 48px;
  z-index: 2;
}
@media (max-width: 991.98px) {
  .custom-modal {
    position: fixed;
    padding: 100px 15px;
    z-index: 6;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
}

.custom-modal-dialog {
  max-width: 100%;
  width: 100%;
  height: 100%;
  position: relative;
}
@media (max-width: 991.98px) {
  .custom-modal-dialog {
    height: auto;
  }
}

.custom-modal-content {
  background: #731a36;
  padding: 40px;
  height: 100%;
}
@media (max-width: 991.98px) {
  .custom-modal-content {
    max-height: 500px;
    overflow-y: auto;
  }
}
@media (max-width: 767.98px) {
  .custom-modal-content {
    max-height: 430px;
    padding: 30px 15px;
  }
}

.close-modal {
  position: absolute;
  top: 10px;
  inset-inline-end: 8px;
  width: 30px;
  height: 30px;
  opacity: 1;
  border-radius: 100%;
  z-index: 9;
  padding: 0;
  text-align: center;
  line-height: 30px;
  cursor: pointer;
}

.custom-modal {
  opacity: 0;
  visibility: hidden;
}

body.custom-modal-open .custom-modal {
  opacity: 1;
  visibility: visible;
}

.custom-modal .custom-modal-dialog {
  transform: scale(0);
}

body.custom-modal-open .custom-modal .custom-modal-dialog {
  transform: scale(1);
}

.custom-modal, body .custom-modal, body.custom-modal-open .custom-modal .custom-modal-dialog, body .custom-modal .custom-modal-dialog {
  transition: all 0.5s;
}

.explore-slider.swiper .cards .cards-overlay h2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .explore-slider.swiper .cards .cards-overlay h2 {
    font-size: 28px !important;
    margin-bottom: 15px;
  }
}
@media (max-width: 575.98px) {
  .explore-slider.swiper .cards .cards-overlay h2 {
    -webkit-line-clamp: 1;
    line-clamp: 1;
    font-size: 20px;
  }
}

html[dir=rtl] .describe-content .describe-back::after {
  transform: scaleX(-1);
}

.program-detail-dialog-thumb img {
  filter: brightness(0) invert(1);
}
@media (min-width: 576px) {
  .program-detail-dialog-thumb img {
    max-width: 300px;
  }
}

.card {
  background: #FFFFFF;
  box-shadow: 0px 1px 30px rgba(0, 0, 0, 0.1);
  border: none;
  border-radius: 0;
}
.card .card-body {
  padding: 6px 6px 32px;
}
@media (max-width: 575.98px) {
  .card .card-body {
    padding: 8px;
  }
}
.card .card-body p {
  font-size: 20px;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-clamp: 3;
}
@media (min-width: 1201px) and (max-width: 1400px) {
  .card .card-body p {
    font-size: 18px;
  }
}
@media (max-width: 575.98px) {
  .card .card-body p {
    font-size: 18px;
  }
}
.card .card-body span.icon {
  margin-inline-end: 10px !important;
}
.card .card-body span.line {
  color: #D9D9D9;
  margin-top: -4px;
  margin-inline-start: 0 !important;
}
.card .card-body span.date {
  margin-inline-end: 15px;
}
@media (min-width: 1201px) and (max-width: 1400px) {
  .card .card-body span.date {
    font-size: 14px;
  }
}
.card .card-body .btn.btn-primary {
  font-size: 17px;
}
@media (max-width: 991.98px) {
  .card .card-body .btn.btn-primary {
    font-size: 16px;
  }
}
.card .card-body figure {
  width: 40% !important;
}
@media (max-width: 575.98px) {
  .card .card-body figure {
    width: 100% !important;
  }
}
.card .card-body figure img {
  width: 100%;
}
.card .card-body .card-body-details {
  width: 80%;
}
@media (max-width: 575.98px) {
  .card .card-body .card-body-details {
    width: 100%;
  }
}
@media (min-width: 1201px) and (max-width: 1400px) {
  .card .card-body .card-body-details h6 {
    font-size: 14px;
  }
}
@media (max-width: 991.98px) {
  .card {
    height: auto !important;
  }
}
@media (min-width: 1200px) {
  .card.cardType-2 {
    height: 100%;
  }
}
.card.cardType-2 .card-body .card-body-details h3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 18px !important;
}
@media (min-width: 992px) {
  .card.cardType-3 {
    height: 100%;
  }
}
@media (min-width: 992px) {
  .card.cardType-3 .card-body {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 575.98px) {
  .card.cardType-3 .card-body {
    padding: 8px 8px 15px;
  }
}
.card.cardType-3 .card-body .card-body-details {
  padding: 0 15px;
}
.card.cardType-3 .card-body figure {
  width: 100% !important;
}
.card.cardType-3 .card-body figure img {
  transition: all 300ms;
}
.card.cardType-3 .card-body .card-body-details {
  width: 100%;
  background: #fff;
  z-index: 1;
}
@media (min-width: 992px) {
  .card.cardType-3 .card-body .card-body-details {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
  }
}
.card.cardType-4 .card-body figure {
  width: 35% !important;
}
@media (max-width: 575.98px) {
  .card.cardType-4 .card-body figure {
    width: 35% !important;
  }
}
.card.cardType-4 .card-body .card-body-details {
  padding: 15px 25px;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .card.cardType-4 .card-body .card-body-details {
    padding: 15px 15px;
  }
}
@media (max-width: 991.98px) {
  .card.cardType-4 .card-body .card-body-details {
    padding: 15px 10px;
  }
}
@media (max-width: 991.98px) {
  .card.cardType-4 .card-body .card-body-details {
    padding: 12px 5px;
  }
}
.card.cardType-4 .card-body .card-body-details span.date {
  margin-right: 5px;
}
@media (max-width: 575.98px) {
  .card.cardType-4 .card-body .card-body-details span.date {
    font-size: 14px;
  }
}
@media (max-width: 575.98px) {
  .card.cardType-4 .card-body .card-body-details h6 {
    font-size: 14px !important;
    margin-bottom: 10px !important;
  }
}
.card.cardType-4 .card-body .card-body-details p {
  -webkit-line-clamp: 3;
  line-clamp: 3;
  font-size: 16px !important;
}
@media (max-width: 575.98px) {
  .card.cardType-4 .card-body .card-body-details p {
    font-size: 14px !important;
    margin-top: 10px !important;
  }
}
html .nav-link .card.cardType-4 .card-body .card-body-details .btn.btn-primary {
  display: none;
}
.card.cardType-7 .download-btn {
  border-radius: 0;
  position: absolute;
  top: 10px;
  inset-inline-end: 10px;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  transition: all 300ms;
}
.card.cardType-7 .download-btn:hover {
  background: #92193b;
}
.card.cardType-7 .play-btn {
  position: absolute;
  z-index: 8;
  inset-inline-start: calc(50% - 25px);
  margin: 0 auto;
  top: calc(50% - 25px);
  background: rgba(146, 25, 59, 0.8);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 300ms;
}
.card.cardType-7 .play-btn img {
  width: 20px;
}
.card.cardType-7 .card-body {
  padding-bottom: 6px;
}
.card.cardType-7 .card-body .card-image {
  overflow: hidden;
}
.card.cardType-7 .card-body .card-image figure img {
  transition: all 300ms;
}
.card.cardType-7 .card-body .card-image video {
  transform: scale(1.5);
}
.card.cardType-7:hover .download-btn {
  opacity: 1;
  visibility: visible;
}
.card.cardType-7:hover .play-btn {
  background: #a31c47;
}
.card.cardType-7:hover .card-body .card-image figure img {
  transform: scale(1.2);
}

.container-N {
  max-width: 100%;
  margin: 0;
}

.circle-carousel-N {
  position: relative;
  height: 950px;
  direction: ltr;
}
.circle-carousel-N::after, .circle-carousel-N::before {
  position: absolute;
  top: 83px;
  left: 50%;
  transform: translate(-50%, 0);
  display: block;
  content: "";
  width: 715px;
  height: 715px;
  border: 1px solid rgba(226, 226, 226, 0.5);
  border-radius: 100%;
  z-index: -1;
}
@media (max-width: 1199.98px) {
  .circle-carousel-N::after, .circle-carousel-N::before {
    top: 103px;
    width: 635px;
    height: 635px;
  }
}
@media (max-width: 991.98px) {
  .circle-carousel-N::after, .circle-carousel-N::before {
    top: 106px;
    width: 485px;
    height: 485px;
  }
}
@media (max-width: 575.98px) {
  .circle-carousel-N::after, .circle-carousel-N::before {
    display: none;
  }
}
.circle-carousel-N:before {
  top: -60px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 1020px;
  height: 1020px;
  z-index: 1;
}
@media (max-width: 1199.98px) {
  .circle-carousel-N:before {
    top: -23px;
    width: 900px;
    height: 900px;
  }
}
@media (max-width: 991.98px) {
  .circle-carousel-N:before {
    top: 25px;
    width: 650px;
    height: 650px;
  }
}
.circle-carousel-N.arrange-zindex .slides-N {
  z-index: 1;
}
@media (max-width: 1199.98px) {
  .circle-carousel-N {
    height: 890px;
  }
}
@media (max-width: 991.98px) {
  .circle-carousel-N {
    height: 700px;
  }
}
@media (max-width: 575.98px) {
  .circle-carousel-N {
    height: 400px;
  }
}
@media only screen and (min-width: 360px) and (max-width: 575.98px) {
  .circle-carousel-N {
    width: 300px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 360px) {
  .circle-carousel-N {
    height: 368px;
  }
}
.circle-carousel-N .slides-N {
  position: absolute;
  bottom: 265px;
  z-index: 0;
  inset-inline-end: 50%;
  width: 510px;
  height: 510px;
  transform: translate(50%, 0);
  background-color: #92193b;
  border-radius: 100%;
  z-index: 2;
  /*&::after,
  &::before {
      position: absolute;
      top: -18%;
      inset-inline-start: -20%;
      display: block;
      content: "";
      @include size(140%);
      border: 1px solid rgba(226, 226, 226, 0.50);
      border-radius: 100%;

      @include media-breakpoint-down(sm) {
          display: none;
      }
  }

  &:before {
      top: -46%;
      inset-inline-start: -50%;
      @include size(200%);
  }*/
}
@media (max-width: 1199.98px) {
  .circle-carousel-N .slides-N {
    width: 450px;
    height: 450px;
  }
}
@media (max-width: 991.98px) {
  .circle-carousel-N .slides-N {
    width: 350px;
    height: 350px;
    bottom: 175px;
  }
}
@media (max-width: 575.98px) {
  .circle-carousel-N .slides-N {
    width: 245px;
    height: 245px;
    bottom: 85px;
    transform: none;
    inset-inline-end: 48px;
  }
}
@media only screen and (max-width: 480px) {
  .circle-carousel-N .slides-N {
    inset-inline-end: 20%;
  }
}
@media only screen and (min-width: 360px) and (max-width: 575.98px) {
  .circle-carousel-N .slides-N {
    inset-inline-end: 10%;
  }
}
@media only screen and (max-width: 360px) {
  .circle-carousel-N .slides-N {
    width: 210px;
    height: 210px;
    bottom: 80px;
    inset-inline-end: 17%;
  }
}
.circle-carousel-N .slide-N {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-bottom: 0px;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0;
}
@media (max-width: 1199.98px) {
  .circle-carousel-N .slide-N {
    padding-inline: 50px;
  }
}
@media (max-width: 991.98px) {
  .circle-carousel-N .slide-N {
    padding-inline: 30px;
  }
}
@media (max-width: 575.98px) {
  .circle-carousel-N .slide-N {
    padding-inline: 45px;
  }
}
@media only screen and (max-width: 360px) {
  .circle-carousel-N .slide-N {
    padding-inline: 30px;
  }
}
.circle-carousel-N .slide-N.active {
  z-index: 1;
  opacity: 1;
}
.circle-carousel-N .slide-N > h3 {
  color: #fff;
}
@media (max-width: 575.98px) {
  .circle-carousel-N .slide-N > h3 {
    font-size: 15px;
    font-weight: 600;
  }
}
.circle-carousel-N .slide-N > p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #fff;
}
@media (max-width: 991.98px) {
  .circle-carousel-N .slide-N > p {
    line-height: 1.2;
    margin-bottom: 0;
  }
}
.circle-carousel-N .pagination-N {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  inset-inline-start: 50%;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  border: 0px solid white;
  transition-property: transform;
  transition-timing-function: ease-out;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media (max-width: 1199.98px) {
  .circle-carousel-N .pagination-N {
    width: 500px;
    height: 500px;
    top: 50%;
  }
}
@media (max-width: 991.98px) {
  .circle-carousel-N .pagination-N {
    width: 420px;
    height: 420px;
  }
}
@media (max-width: 575.98px) {
  .circle-carousel-N .pagination-N {
    width: 170px;
    height: 170px;
  }
}
@media only screen and (max-width: 360px) {
  .circle-carousel-N .pagination-N {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 575.98px) {
  .circle-carousel-N .pagination-N-holder {
    position: relative;
    transform: rotate(-7deg);
    transform-origin: center;
    height: 430px;
  }
}
.circle-carousel-N .pagination-N-holder {
  width: 600px;
  height: 600px;
  margin-inline: auto;
  position: relative;
  transform: rotate(-3.4deg);
  top: 130px;
  z-index: 1;
}
@media (max-width: 1199.98px) {
  .circle-carousel-N .pagination-N-holder {
    width: 500px;
    height: 500px;
    transform: rotate(-5deg);
    top: 160px;
  }
}
@media (max-width: 991.98px) {
  .circle-carousel-N .pagination-N-holder {
    width: 420px;
    height: 420px;
    transform: rotate(-7deg);
    top: 136px;
  }
}
@media (max-width: 575.98px) {
  .circle-carousel-N .pagination-N-holder {
    width: 315px;
    height: 375px;
    transform: rotate(-3deg);
    top: 8px;
  }
}
@media only screen and (min-width: 360px) and (max-width: 575.98px) {
  .circle-carousel-N .pagination-N-holder {
    width: 100%;
  }
}
@media only screen and (max-width: 360px) {
  .circle-carousel-N .pagination-N-holder {
    width: 280px;
    height: 310px;
    top: 30px;
  }
}
html[dir=rtl] .circle-carousel-N .pagination-N-holder {
  direction: ltr;
}
.circle-carousel-N .pagination-N .dot-N {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -100px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 115px;
  height: 115px;
  background-color: transparent;
  pointer-events: auto;
  transition: 0.3s;
  transition-duration: 1000ms;
  border-radius: 100px;
  box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.1);
  background: url(../images/round-slider-icon-bg.png) transparent no-repeat;
  background-size: cover;
}
html .theme-grey .circle-carousel-N .pagination-N .dot-N {
  background: url(../images/round-slider-icon-bg-grey.png) transparent no-repeat;
  background-size: cover;
}
@media (max-width: 1199.98px) {
  .circle-carousel-N .pagination-N .dot-N {
    width: 90px;
    height: 90px;
  }
}
@media (max-width: 991.98px) {
  .circle-carousel-N .pagination-N .dot-N {
    top: -70px;
    width: 70px;
    height: 70px;
  }
}
@media (max-width: 575.98px) {
  .circle-carousel-N .pagination-N .dot-N {
    top: -95px;
    width: 45px;
    height: 45px;
  }
}
.circle-carousel-N .pagination-N .dot-N img {
  transform: rotate(4deg);
  width: 52px;
  filter: invert(100%);
}
html .theme-grey .circle-carousel-N .pagination-N .dot-N img {
  filter: invert(14%) sepia(17%) saturate(4237%) hue-rotate(204deg) brightness(88%) contrast(98%);
}
@media (max-width: 1199.98px) {
  .circle-carousel-N .pagination-N .dot-N img {
    width: 35px;
  }
}
@media (max-width: 991.98px) {
  .circle-carousel-N .pagination-N .dot-N img {
    transform: rotate(9deg);
    width: 30px;
  }
}
@media (max-width: 575.98px) {
  .circle-carousel-N .pagination-N .dot-N img {
    transform: rotate(3deg);
    width: 22px;
  }
}
.circle-carousel-N .pagination-N .dot-N i {
  display: block;
  width: 44px;
  height: 44px;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  background-color: #731a36;
  transform: rotate(4deg);
}
@media (max-width: 575.98px) {
  .circle-carousel-N .pagination-N .dot-N i {
    transform: rotate(7deg);
  }
}
.circle-carousel-N .pagination-N .dot-N i {
  display: block;
}
.circle-carousel-N .pagination-N .dot-N i img {
  display: block;
}
.circle-carousel-N .pagination-N .dot-N:hover {
  cursor: pointer;
}
.circle-carousel-N .pagination-N .dot-N:hover .dot-text {
  color: #000;
}
.circle-carousel-N .pagination-N .item-N {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.circle-carousel-N .pagination-N .item-N.active .dot-N {
  background: url(../images/round-slider-icon-bg-active.png) transparent no-repeat;
  background-size: cover;
}
.circle-carousel-N .pagination-N .item-N.active .dot-N img {
  filter: invert(100%);
}
.circle-carousel-N .pagination-N .item-N.active .dot-N i {
  background-color: #fff;
}
.circle-carousel-N .pagination-N .item-N.active .dot-N .dot {
  border: 6px solid #9B204C;
  background: #ffffff;
  inset-inline-start: 62px;
}
.circle-carousel-N .pagination-N .item-N.active .dot-N .dot-text {
  color: #000;
  background: #9B204C;
}
.circle-carousel-N .circle-btn {
  position: absolute;
  display: flex;
  justify-content: space-between;
  transform: translate(-50%, 0);
  top: 45%;
  width: 1140px;
  height: 1px;
  inset-inline-start: 50%;
  display: flex;
  gap: 3px;
  z-index: 1;
  overflow: visible;
}
@media (max-width: 1199.98px) {
  .circle-carousel-N .circle-btn {
    width: 98%;
  }
}
@media (max-width: 991.98px) {
  .circle-carousel-N .circle-btn {
    display: none;
  }
}
.circle-carousel-N .next-N,
.circle-carousel-N .prev-N {
  position: relative;
  z-index: 1;
  transition: 0.3s;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  cursor: pointer;
  color: #fff;
}
.circle-carousel-N .next-N:hover,
.circle-carousel-N .prev-N:hover {
  background-color: #731a36;
}

.popover-wrapper {
  position: relative;
}
html[dir=rtl] .popover-wrapper {
  direction: rtl;
}
.popover-wrapper .btn {
  width: 36px;
  height: 36px;
}
.popover-wrapper > .btn {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  margin-top: 20px;
  background: #fff !important;
}
@media (max-width: 575.98px) {
  .popover-wrapper > .btn {
    width: 45px;
    height: 45px;
  }
}
@media only screen and (max-width: 360px) {
  .popover-wrapper > .btn {
    width: 30px;
    height: 30px;
    margin-top: 10px;
    padding: 5px;
  }
}
.popover-wrapper .logo-bg {
  background-image: url("../images/logo-bg.svg");
  background-repeat: no-repeat;
  background-position: bottom center;
}
.popover-wrapper .popover_dropdown {
  position: absolute;
  bottom: calc(-100% + 80px);
  left: 50%;
  transform: translate(-50%, 0);
  display: none;
  padding: 30px;
  width: 100vw;
  max-width: 700px;
  height: 380px;
  background-color: #fff;
  box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  text-align: start;
}
@media (max-width: 991.98px) {
  .popover-wrapper .popover_dropdown {
    height: 450px;
    width: 96vw;
    bottom: calc(-100% - 20px);
  }
}
@media (max-width: 575.98px) {
  .popover-wrapper .popover_dropdown {
    position: fixed;
    padding: 90px 15px;
    z-index: 6;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: none;
    z-index: 2;
    display: none;
    border-radius: 0;
  }
}
.popover-wrapper .popover_dropdown .bg-gery5 p {
  font-size: 13px;
  margin-bottom: -7px;
}
.popover-wrapper .popover_dropdown .scroll {
  max-height: 310px;
  overflow: hidden;
  overflow-y: auto;
}
@media (max-width: 991.98px) {
  .popover-wrapper .popover_dropdown .scroll {
    max-height: 100%;
  }
}
.popover-wrapper .popover_dropdown .btn {
  width: auto;
  height: auto;
}
.popover-wrapper .popover_dropdown li {
  margin-bottom: 8px;
  padding: 8px;
  background: linear-gradient(90deg, #F7F7F7 4.23%, rgba(255, 255, 255, 0) 102.42%);
  border-radius: 12px;
}
.popover-wrapper .popover_dropdown li figure {
  margin-bottom: 0;
  padding: 10px;
  margin-inline-end: 23px;
  border: 1px solid #CECECE;
  border-radius: 8px;
  background-color: #fff;
  display: flex;
  align-items: center;
}
.popover-wrapper .popover_dropdown li figure img {
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  width: 94px;
  height: 48px;
}
@media (max-width: 991.98px) {
  .popover-wrapper .popover_dropdown .popover_dropdown_contnet {
    max-height: 440px;
    height: 440px;
    overflow-y: auto;
    background-color: #fff;
    border-radius: 20px;
    position: relative;
  }
}
@media (max-width: 575.98px) {
  .popover-wrapper .popover_dropdown .popover_dropdown_contnet .row {
    margin: 0 !important;
  }
}
@media (max-width: 575.98px) {
  .popover-wrapper .popover_dropdown .popover_dropdown_contnet .row .logo-bg {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (max-width: 575.98px) {
  .popover-wrapper .popover_dropdown .popover_dropdown_contnet .row .logo-bg h5 {
    margin-inline-end: 45px !important;
  }
}
.popover-wrapper .close-btn1 {
  position: absolute;
  inset-inline-end: 10px;
  top: 10px;
  color: #000;
  width: 44px;
  height: 44px;
  background: rgba(216, 98, 124, 0.05);
}
.popover-wrapper.active .popover_dropdown {
  display: block;
}
@media (max-width: 575.98px) {
  .popover-wrapper.active .popover_dropdown {
    display: flex;
  }
}

.describe-yourself.modal {
  --bs-modal-width: 1200px;
}

.describe-yourself .modal-content {
  background: #731a36;
}

.describe-yourself .modal-header {
  border: 0;
}

.describe-yourself .card {
  border: 1px solid #fff;
  border-radius: 12px;
  background: #731a36;
  cursor: pointer;
  margin-block: 11px;
  display: block;
  overflow: hidden;
}
@media (max-width: 1700px) {
  .describe-yourself .card {
    margin-bottom: 2px;
  }
}
.describe-yourself .card:hover {
  background: #fff;
}
.describe-yourself .card:hover .describe-img img {
  filter: brightness(1) invert(0);
}
.describe-yourself .card:hover .describe-btn {
  border-top: 1px solid #000;
}
.describe-yourself .card:hover .describe-btn a {
  color: #000;
}

.describe-yourself .describe-img {
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1700px) {
  .describe-yourself .describe-img {
    height: 85px;
  }
}

.describe-yourself .card .describe-img img {
  max-height: 55%;
  max-width: 90%;
  filter: brightness(0) invert(1);
}

.describe-yourself .describe-btn {
  max-height: 95px;
  border-top: 1px solid #fff;
}

.describe-tab {
  height: calc(100% - 100px);
  min-height: calc(100% - 100px);
  max-height: calc(100% - 100px);
  overflow: auto;
  transition: all 0.5s ease-in-out;
  margin-top: 60px;
  margin-bottom: 40px;
  margin-inline: 30px;
}
.describe-tab::-webkit-scrollbar {
  width: 10px;
  height: 6px;
}
.describe-tab::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
}
.describe-tab::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.6);
  border-radius: 6px;
}
@media (max-width: 991.98px) {
  .describe-tab {
    margin-top: 50px;
    margin-bottom: 0px;
    margin-inline: 0;
  }
}

.describe-tab .justify-content-center {
  max-width: 900px;
  margin-inline: auto;
  margin-top: 40px;
}
@media (max-width: 1700px) {
  .describe-tab .justify-content-center {
    margin-top: 10px;
  }
}

.describe-tab.show-content {
  max-height: 0;
  min-height: 0;
  padding: 0;
  margin: 0;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
}

.describe-content {
  transition: all 0.5s ease-in-out;
  min-height: calc(90% - 50px);
  margin-top: 90px;
  /* min-height: 100%;
  height: 100%; */
}
@media (max-width: 767.98px) {
  .describe-content {
    margin-top: 70px;
  }
}

.describe-student {
  display: block;
  align-items: flex-start;
  justify-content: center;
  height: 100%;
  margin-inline: 60px;
  width: calc(100% - 120px);
}
@media (max-width: 767.98px) {
  .describe-student {
    margin-inline: 0;
    width: 100%;
    padding: 0 25px;
  }
}

.describe-student .col-lg-12 {
  max-height: 51vh;
  overflow: auto;
}
.describe-student .col-lg-12::-webkit-scrollbar {
  width: 10px;
  height: 6px;
}
.describe-student .col-lg-12::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
}
.describe-student .col-lg-12::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.6);
  border-radius: 6px;
}

.describe-yourself .describe-btn a {
  width: 100%;
  font-size: 16px;
  color: #fff;
  line-height: 1.3;
  font-weight: 500;
  padding: 20px;
  border-radius: 0px 0px 10px 10px;
  min-height: 85px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1700px) {
  .describe-yourself .describe-btn a {
    padding: 5px;
    min-height: 55px;
  }
}

@media (max-width: 767px) {
  .describe-yourself .card {
    margin-block: 10px;
  }
  .describe-yourself .modal-content {
    height: 100% !important;
  }
}
/* BACK BUTTON */
.backto-main {
  display: block;
  margin-inline: 60px;
  width: calc(100% - 120px);
}
@media (max-width: 767.98px) {
  .backto-main {
    margin-inline: 20px;
    width: calc(100% - 40px);
    margin-bottom: 10px;
  }
}

@media (max-width: 767.98px) {
  .backto-main {
    opacity: 0;
  }
  .describe-yourself:has(.describe-tab.show-content) .backto-main {
    opacity: 1;
  }
}
.backto-main a {
  position: relative;
  background-color: transparent;
  padding: 10px 26px;
  border-radius: 48px;
  display: inline-block;
  background: rgba(216, 98, 124, 0.1);
  display: inline-block;
}
.backto-main a:hover {
  background: rgba(216, 98, 124, 0.4);
}

.backto-main a:after {
  content: "";
  width: 24px;
  height: 24px;
  display: block;
  background-color: #fff;
  -webkit-mask-image: url(../images/flip-back.svg);
          mask-image: url(../images/flip-back.svg);
  position: relative;
}

.description-title h4 {
  color: #1B2658;
  font-size: 26px;
  line-height: 1.8;
}
@media (max-width: 767.98px) {
  .description-title h4 {
    font-size: 22px;
    line-height: 1.2;
  }
}

.description-title h4 span {
  color: #8E1537;
  display: block;
}
@media (max-width: 767.98px) {
  .description-title h4 span {
    font-size: 18px;
    line-height: 1.2;
    margin-top: 10px;
  }
}

.description-title h6 {
  color: #334078;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
}

.describe-content .description-content p {
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.7);
  line-height: 1.8;
  margin-bottom: 30px;
}

.describe-content .description-content .description-btn-icon img {
  display: none;
}

.describe-content .description-btn .description-btn-login {
  padding: 12px 24px;
  color: #334078;
  font-weight: 700;
  font-size: 18px;
  border: 1px solid #334078;
  border-radius: 48px;
  vertical-align: middle;
}

.describe-content {
  position: relative;
}

@media (max-width: 991px) {
  .describe-content::before {
    display: none;
  }
  .describe-yourself .card {
    margin-block: 10px;
  }
}
@media (max-width: 767.98px) {
  .description-img {
    text-align: center;
    margin-bottom: 20px;
  }
}

.description-img img {
  width: 390px;
  height: 350px;
  border-radius: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767.98px) {
  .description-img img {
    width: 240px;
    height: 230px;
  }
}

.anim {
  animation: circle 0.7s linear;
}

@keyframes circle {
  0% {
    transform: rotate(-90deg) translate(-50%, 50%);
  }
  100% {
    transform: rotate(0deg) translate(0%, 0%);
  }
}
.description-btn {
  display: flex;
  gap: 18px;
}

.description-btn .description-btn-icon {
  padding: 10px;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  display: inline-block;
  position: relative;
  background: #a31c47;
}

.description-btn .description-btn-icon::after {
  content: "";
  width: 15px;
  height: 14px;
  background-color: #fff;
  -webkit-mask-image: url(../images/popup-down-arrow.svg);
  mask-image: url(../images/popup-down-arrow.svg);
  position: absolute;
  inset-block: 18px;
  inset-inline: 18px;
}
html[dir=rtl] .description-btn .description-btn-icon::after {
  transform: scaleX(-1);
}

.describe-yourself .modal-content {
  overflow: hidden;
  height: 80vh;
}

.describe-yourself .close {
  background: rgba(216, 98, 124, 0.1);
  border: 0;
  border-radius: 100%;
  width: 44px;
  height: 44px;
  top: 10px;
  inset-inline-end: 20px;
  position: absolute;
  transition: all 300ms;
}
.describe-yourself .close:hover {
  background: rgba(216, 98, 124, 0.4);
}

.describe-yourself .close span {
  background-image: url(../images/close-white.svg);
  width: 100%;
  height: 44px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
}

.description-info {
  display: none;
}

.description-img img {
  display: none;
}

.describe-yourself .modal-content::before {
  content: "";
  background-image: url("../images/bg-jusour.svg");
  display: block;
  position: absolute;
  width: 956px;
  height: 510px;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 0;
  background-position: bottom;
  inset-block-end: 0;
  inset-inline: 100px;
  opacity: 0.8;
}

.program-tab .nav-item {
  margin-inline-start: 15px;
}
@media (max-width: 767.98px) {
  .program-tab .nav-item {
    margin-inline-start: 0px;
    margin-bottom: 10px;
  }
}
.program-tab .nav-item .nav-link {
  background: #731a36;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 0;
  font-weight: normal;
  font-size: 20px;
}
@media (max-width: 991.98px) {
  .program-tab .nav-item .nav-link {
    font-size: 18px;
  }
}
@media (max-width: 575.98px) {
  .program-tab .nav-item .nav-link {
    font-size: 16px;
  }
}
.program-tab .nav-item .nav-link.active {
  background: #fff;
  color: #731a36;
}
.program-tab .nav-item:first-child {
  margin-inline-start: 0;
}
