@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
  font-family: "dana" !important;
}

body {
  font-family: "dana" !important;
  font-size: 16px !important;
  direction: rtl;
  overflow-x: hidden;
  max-width: 100vw;
  cursor: url("../images/home-page/cursor.png"), auto !important;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
button,
input,
div {
  margin: 0;
  padding: 0;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
  border: none;
  box-shadow: none;
  text-decoration: none;
}

input {
  outline: none;
}

li {
  list-style: none;
}

a {
  text-decoration: none !important;
}
a:focus {
  color: unset;
}
a:hover {
  color: unset;
}

img {
  object-fit: cover;
}

.main-container {
  margin: 0 auto;
  width: 92%;
}
@media (min-width: 767.5px) {
  .main-container {
    width: 90%;
  }
}
@media (min-width: 1599.5px) {
  .main-container {
    max-width: 1450px;
  }
}
@media (min-width: 1699.5px) {
  .main-container {
    max-width: 1550px;
  }
}

.section-top .section-top-child .section-top-child-cover-img, .all-news .news-thumb-slider .news-thumb-slide .news-thumb-img-container, .all-news .news-thumb-slider .news-thumb-slide .news-thumb-img, .overlay {
  width: 100%;
  height: 100%;
}

.section-top .section-top-child, .section-top .section-top-child .section-top-child-inner, .section-top .section-top-child .section-top-child-inner .section-title .section-title-text, .all-news .all-news-dropdown .dropdown-menu, .all-news .all-news-dropdown .dropdown-menu .dropdown-item, .all-news .all-news-dropdown .dropdown-menu .dropdown-item .dropdown-item-link, .all-news .news-thumb-slider {
  width: 100%;
}

.section-top .scroll-btn, .all-news .news-thumb-slider .news-thumb-slide .news-tumb-text {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.section-top .section-top-child:before, .all-news .news-thumb-slider .news-thumb-slide .news-thumb-img-container:before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.section-top .section-top-child .section-top-child-inner .section-subtitle, .all-news .news-description-slider .news-description-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.section-top .section-top-child .section-top-child-inner .section-title .section-title-text, .all-news .all-news-dropdown .dropdown-menu .dropdown-item .dropdown-item-link, .all-news .news-thumb-slider .news-thumb-slide .news-tumb-text .news-tumb-text-title, .all-news .news-description-slider .news-description-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.section-top .section-top-child .section-top-child-inner .section-title .section-title-text, .section-top .section-top-child .section-top-child-inner .section-title .more-btn, .section-top .section-top-child .section-top-child-inner .section-subtitle {
  transition: 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -webkit-transition: 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

.swiper-button-disabled {
  opacity: 0.5 !important; /* Lower opacity to indicate they’re disabled */
  pointer-events: none; /* Prevent clicks */
}

.swiper-slide {
  cursor: url("../images/home-page/cursor.png") 0 0, auto !important;
}

.slider-pagination {
  direction: ltr;
  left: unset;
  top: unset;
  bottom: unset;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  transform: translateX(0) !important;
  -webkit-transform: translateX(0) !important;
  -moz-transform: translateX(0) !important;
  -ms-transform: translateX(0) !important;
  -o-transform: translateX(0) !important;
  cursor: url("../images/home-page/cursor.png") 0 0, auto !important;
}
.slider-pagination .swiper-pagination-bullet {
  opacity: 1;
}

.slider-prev-btn {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

.swiper-button-lock {
  display: none !important;
}

.swiper-pagination-lock {
  display: none !important;
}

.FaNum {
  font-family: ERPxFaNum !important;
}

.gap-03 {
  gap: 0.3em;
}

.gap-05 {
  gap: 0.5em;
}

.gap-1 {
  gap: 1em;
}

.gap-2 {
  gap: 2em;
}

.opacity05 {
  opacity: 0.5;
}

textarea {
  outline: none;
  resize: none;
  border: none;
}

.nav-tabs > li > a:hover {
  border-color: transparent !important;
  background-color: transparent;
}

.nav::before,
.nav::after {
  content: none;
}

/* Remove all nav-tabs styles */
.nav-tabs {
  border-bottom: none;
  margin-bottom: 0;
  padding: 0;
  list-style: none;
}

/* Reset tab links */
.nav-tabs > li {
  float: none;
  margin-bottom: 0;
}

.nav-tabs > li > a {
  border: none;
  background: none;
  color: inherit;
  padding: 0;
  margin: 0;
  text-decoration: none;
  border-radius: 0;
}

/* Remove active tab styles */
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  background-color: transparent;
  border: none;
  color: inherit !important;
}

.nav > li > a:hover,
.nav > li > a:focus {
  color: inherit !important;
  text-decoration: none;
  background-color: transparent;
}

.section-part {
  width: 100%;
  position: relative;
}

.section-child {
  position: relative;
  width: 100%;
  padding-block: 4em;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 575.5px) {
  .section-child {
    padding-block: 6em;
  }
}
@media (min-width: 991.5px) {
  .section-child {
    padding-block: 2em;
    padding-inline: 4em;
    min-height: 100%;
    box-sizing: border-box;
  }
}

.swiper-sections-container {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.swiper-sections-container > .swiper-wrapper > .swiper-slide {
  width: 100%;
  height: 100% !important;
  overflow-y: auto;
}
.swiper-sections-container .swiper-sections-pagination {
  position: absolute;
  right: auto !important;
  left: 0 !important;
  width: 3em;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
}
.swiper-sections-container .swiper-sections-pagination .swiper-pagination-bullet {
  background: #2952be;
  opacity: 1;
  transition: all 0.32s ease-in-out;
  -webkit-transition: all 0.32s ease-in-out;
  -moz-transition: all 0.32s ease-in-out;
  -ms-transition: all 0.32s ease-in-out;
  -o-transition: all 0.32s ease-in-out;
  width: 4px;
  height: 4px;
  position: relative;
  margin-block: 1.5em;
}
.swiper-sections-container .swiper-sections-pagination .swiper-pagination-bullet-active {
  width: 1px;
  height: 20px;
  margin-top: 3em;
  margin-right: 0.1em;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.swiper-sections-container .swiper-sections-pagination .swiper-pagination-bullet-active:after {
  content: attr(data-index);
  position: absolute;
  top: -22px;
  left: 0;
  height: 7px;
  font-size: 0.8em;
  font-weight: 500;
  color: #2952be;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

@keyframes opacity-change {
  0% {
    opacity: 0;
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
  }
  100% {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
}
.main-header {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 999;
  padding-block: 1.2em;
  padding-inline: 3%;
}
.main-header .header-content {
  gap: 0.7em;
}
.main-header .header-content .header-content-left .header-left-btn {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  transition: all 0.32s ease-in-out;
  -webkit-transition: all 0.32s ease-in-out;
  -moz-transition: all 0.32s ease-in-out;
  -ms-transition: all 0.32s ease-in-out;
  -o-transition: all 0.32s ease-in-out;
  background: var(--white-clr);
  padding: 0.4em;
  width: 2em;
  aspect-ratio: 1;
}
.main-header .header-content .header-content-left .header-left-btn:hover {
  background: var(--green-clr-2) !important;
  color: var(--white-clr);
}
@media (min-width: 767.5px) {
  .main-header .header-content .header-content-left .header-left-btn {
    width: unset;
    height: 2.6em;
    padding: 0.2em 0.8em;
    aspect-ratio: unset;
  }
}
.main-header .header-content .header-content-left .header-left-btn .btn-text {
  display: none;
}
@media (min-width: 767.5px) {
  .main-header .header-content .header-content-left .header-left-btn .btn-text {
    display: flex;
  }
}
.main-header .header-content .header-content-left .divider {
  display: none;
}
.main-header .header-content.header-on-news-section {
  justify-content: space-between !important;
}
.main-header .header-content.header-on-news-section .header-content-right {
  margin-left: unset;
  order: 0;
}
.main-header .header-content.header-on-news-section .header-content-left {
  order: 2;
}
.main-header .header-content.header-on-news-section .header-content-left .divider {
  display: flex;
  width: 1px;
  height: 1.5em;
  background: var(--white-clr);
}
.main-header .header-content.header-on-news-section .header-left-btn {
  background: transparent !important;
  color: var(--white-clr);
}
.main-header .header-content.header-on-news-section .header-left-btn:last-child {
  display: none !important;
}
.main-header .header-content.header-on-news-section .header-left-btn:hover {
  background: transparent !important;
}
.main-header .header-content.header-on-news-section .divider {
  display: none;
}
.main-header .header-content.header-on-news-section .school-logo-container {
  order: 1;
  margin-right: 15%;
}
.main-header .header-content .header-content-right {
  margin-left: auto;
}
.main-header .header-content .divider {
  width: 2em;
  height: 2px;
  background: var(--green-clr);
}
@media (min-width: 767.5px) {
  .main-header .header-content .divider {
    width: 4em;
  }
}
.main-header .header-content .header-icon {
  font-size: 1.2em;
}

.overlay {
  position: fixed;
  inset: 0;
  visibility: hidden;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  outline: 1px solid transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.8);
}
.overlay.active {
  visibility: visible;
}
.overlay .icon-close-square {
  position: absolute;
  right: 1em;
  top: 0.8em;
  font-size: 1.5em;
  cursor: pointer;
  z-index: 1000;
}
.overlay .modal {
  position: relative;
  width: 90%;
  height: 90%;
  color: #fff;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  border: 2px solid #1cd2cc;
  background: radial-gradient(135.6% 106.1% at 25.58% 10.78%, #10c8c3 0%, #1bbeb9 43.25%, #139a97 100%);
  box-shadow: 0 674px 189px 0 rgba(0, 0, 0, 0.01), 0 431px 173px 0 rgba(0, 0, 0, 0.08), 0 243px 146px 0 rgba(0, 0, 0, 0.28), 0 108px 108px 0 rgba(0, 0, 0, 0.47), 0 27px 59px 0 rgba(0, 0, 0, 0.54);
  color: #fefefe;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  display: flex;
  border: none;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
@media (min-width: 767.5px) {
  .overlay .modal {
    width: 88%;
    height: 88%;
  }
}
.overlay .modal.open {
  opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.overlay .modal-content {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 4em 0.4em 1em;
  background: transparent;
}
@media (min-width: 767.5px) {
  .overlay .modal-content {
    padding: 5em 1em 1em;
  }
}
.overlay .school-name {
  color: var(--white-clr);
  font-size: var(--fz-title-2);
}
.overlay .modal-content-tabs {
  gap: 2em;
  width: 100%;
}
.overlay .modal-content-tabs.slow-show {
  animation: opacity-change 0.3s forwards;
  -webkit-animation: opacity-change 0.3s forwards;
  animation-delay: 0.2s;
}
.overlay .modal-content-tabs .nav-tabs {
  position: relative;
  width: 100%;
  gap: 1em;
  padding: 1em 0;
}
.overlay .modal-content-tabs .nav-tabs .modal-content-tab-item {
  position: relative;
  width: 30%;
  padding: 0.2em;
  border-radius: 11px;
  -webkit-border-radius: 11px;
  -moz-border-radius: 11px;
  -ms-border-radius: 11px;
  -o-border-radius: 11px;
}
.overlay .modal-content-tabs .nav-tabs .modal-content-tab-item.active .modal-content-tab-link {
  font-weight: 700;
  font-size: 1.1;
  color: var(--white-clr) !important;
}
.overlay .modal-content-tabs .nav-tabs .modal-content-tab-item.active .modal-content-tab-link:after {
  right: 0;
  opacity: 1;
}
.overlay .modal-content-tabs .nav-tabs .modal-content-tab-item .modal-content-tab-link {
  position: relative;
  gap: 3px;
  color: var(--white-clr);
  font-weight: 400;
  font-size: 0.9em;
}
.overlay .modal-content-tabs .nav-tabs .modal-content-tab-item .modal-content-tab-link:hover {
  color: var(--white-clr) !important;
}
@media (min-width: 575.5px) {
  .overlay .modal-content-tabs .nav-tabs .modal-content-tab-item .modal-content-tab-link {
    gap: 0.7em;
  }
}
.overlay .modal-content-tabs .nav-tabs .modal-content-tab-item .modal-content-tab-link:after {
  content: "";
  position: absolute;
  right: -35%;
  bottom: -5px;
  width: 100%;
  height: 2px;
  background-color: var(--white-clr);
  opacity: 0;
  transition: all 0.32s ease-in-out;
  -webkit-transition: all 0.32s ease-in-out;
  -moz-transition: all 0.32s ease-in-out;
  -ms-transition: all 0.32s ease-in-out;
  -o-transition: all 0.32s ease-in-out;
}
@media (min-width: 767.5px) {
  .overlay .modal-content-tabs .nav-tabs .modal-content-tab-item .modal-content-tab-link:after {
    display: none;
  }
}
.overlay .modal-content-tabs .tab-content {
  width: 100%;
}
@media (min-width: 767.5px) {
  .overlay .modal-content-tabs .tab-content {
    display: flex;
    justify-content: space-around;
  }
}
.overlay .modal-content-tabs .tab-content.active {
  display: block !important;
}
@media (min-width: 767.5px) {
  .overlay .modal-content-tabs .tab-content .tab-pane {
    display: flex;
    flex-direction: column;
    opacity: 1 !important;
    position: relative !important;
    width: 28%;
  }
}
.overlay .modal-content-tabs .tab-content .tab-pane .modal-content-column-title {
  position: relative;
  gap: 0.5em;
  color: var(--white-clr);
  font-weight: 500;
  font-size: 1.1em;
  margin-bottom: 1.5em;
  padding-right: 1em;
}
@media (min-width: 1399.5px) {
  .overlay .modal-content-tabs .tab-content .tab-pane .modal-content-column-title {
    font-size: 1.2em;
  }
}
.overlay .modal-content-tabs .tab-content .tab-pane .modal-content-column-title:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 1.1em;
  width: 2px;
  background-color: var(--white-clr);
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  display: none;
}
@media (min-width: 767.5px) {
  .overlay .modal-content-tabs .tab-content .tab-pane .modal-content-column-title:before {
    display: block;
  }
}
@media (min-width: 767.5px) {
  .overlay .modal-content-tabs .tab-content #modal-third-tab:after,
  .overlay .modal-content-tabs .tab-content #modal-first-tab:after {
    content: "";
    position: absolute;
    left: 0;
    top: -2em;
    background-color: #138f8c;
    width: 1px;
    height: 120%;
  }
}
.overlay .modal-content-ul {
  padding-left: 0.4em;
}
.overlay .modal-content-ul .modal-content-ul-title {
  color: var(--white-clr);
}
.overlay .modal-content-ul .modal-content-li {
  text-align: center;
}
@media (min-width: 767.5px) {
  .overlay .modal-content-ul .modal-content-li {
    text-align: right;
    width: 88%;
    font-size: 1.1em;
    font-weight: var(--fw-600);
  }
}
.overlay .modal-content-ul .modal-content-li .modal-content-link {
  display: flex;
  padding: 0.4em;
  width: 100%;
  color: var(--white-clr);
  text-align: center;
  font-size: 0.9em;
  font-weight: normal;
  line-height: 2;
}
@media (min-width: 991.5px) {
  .overlay .modal-content-ul .modal-content-li .modal-content-link {
    text-align: right;
  }
}
.overlay .modal-content-ul .modal-content-li .modal-content-link:hover {
  border-radius: 9px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  -ms-border-radius: 9px;
  -o-border-radius: 9px;
  color: var(--green-clr-2);
  background: linear-gradient(90deg, #ccfffe 0%, #bffffd 100%);
  box-shadow: 0 46px 13px 0 rgba(0, 0, 0, 0), 0 29px 12px 0 rgba(0, 0, 0, 0.01), 0 16px 10px 0 rgba(0, 0, 0, 0.05), 0 7px 7px 0 rgba(0, 0, 0, 0.09), 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}
.overlay .modal-content-ul .modal-content-li .modal-content-icon {
  font-size: 1em;
  color: var(--white-clr);
}
.overlay .modal-content-ul .modal-content-li .modal-content-icon.icon-location, .overlay .modal-content-ul .modal-content-li .modal-content-icon.icon-sms-fill {
  font-size: 1.2em;
}
.overlay .social-media-icon {
  font-size: 1.5em;
}
.overlay .social-media-icon::before {
  color: var(--white-clr);
}

.fixed-footer {
  position: fixed;
  left: 3%;
  bottom: 2%;
  z-index: 100;
  cursor: pointer;
}
.fixed-footer:hover .solid-line {
  width: 6em;
}
.fixed-footer.fixed-footer-on-news-section .solid-line {
  background: var(--white-clr);
}
.fixed-footer .solid-line {
  transition: all 0.32s ease-in-out;
  -webkit-transition: all 0.32s ease-in-out;
  -moz-transition: all 0.32s ease-in-out;
  -ms-transition: all 0.32s ease-in-out;
  -o-transition: all 0.32s ease-in-out;
  background: var(--green-clr);
  width: 5em;
  height: 2px;
}
.fixed-footer .social-media-icon {
  font-size: 1.3em;
}
.fixed-footer .social-media-icon:before {
  color: var(--white-clr);
}

@keyframes shaking-1 {
  0% {
    transform: translateX(0) rotate(0deg) skew(0deg, 0deg);
  }
  25% {
    transform: translateX(-6px) rotate(3deg) skew(4deg, -2deg);
  }
  50% {
    transform: translateX(2px) rotate(-2deg) skew(-3deg, 2deg);
  }
  75% {
    transform: translateX(-2px) rotate(2deg) skew(2deg, -1deg);
  }
  100% {
    transform: translateX(0) rotate(0deg) skew(0deg, 0deg);
  }
}
@keyframes scale-up-center {
  0% {
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 #d3d1d1;
  }
}
@keyframes pulseShadow {
  0% {
    box-shadow: 0 0 0 0 rgba(234, 198, 245, 0.2);
  }
  100% {
    box-shadow: 0 0 0 1em rgba(234, 198, 245, 0.2);
  }
}
@keyframes pulse-slow {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0.5;
    transform: scale(0.85);
  }
}
@keyframes push {
  0% {
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
}
@keyframes pulse-beat {
  0% {
    transform: translate(0, 0) skew(0deg, 0deg) rotate(0deg);
  }
  25% {
    transform: translate(5px, 5px) skew(-5deg, 3deg) rotate(-4deg);
  }
  50% {
    transform: translate(-4px, -6px) skew(6deg, -4deg) rotate(5deg);
    -webkit-transform: translate(-4px, -6px) skew(6deg, -4deg) rotate(5deg);
    -moz-transform: translate(-4px, -6px) skew(6deg, -4deg) rotate(5deg);
    -ms-transform: translate(-4px, -6px) skew(6deg, -4deg) rotate(5deg);
    -o-transform: translate(-4px, -6px) skew(6deg, -4deg) rotate(5deg);
  }
  75% {
    transform: translate(3px, 3px) skew(-3deg, 2deg) rotate(-3deg);
  }
  100% {
    transform: translate(0, 0) skew(0deg, 0deg) rotate(0deg);
  }
}
@keyframes scale-up-top {
  0% {
    transform: scale(0.5);
    transform-origin: center top;
  }
  100% {
    transform: scale(1);
    transform-origin: center top;
  }
}
@keyframes blink {
  0%, 100% {
    transform: scale(1);
  }
  25% {
    transform: scale(0.95);
  }
  50% {
    transform: scale(0.97);
  }
  75% {
    transform: scale(0.93);
  }
}
@keyframes swing {
  0%, 100% {
    transform: rotateZ(0);
  }
  20% {
    transform: rotateZ(15deg);
  }
  40% {
    transform: rotateZ(-15deg);
  }
  60% {
    transform: rotateZ(7deg);
  }
  80% {
    transform: rotateZ(-7deg);
  }
}
@keyframes groove {
  0%, 100% {
    transform: skewY(0) rotate(0);
  }
  15% {
    transform: skewY(-10deg) rotateZ(8deg);
  }
  35% {
    transform: skewY(10deg) rotateZ(-8deg);
  }
  55% {
    transform: skewY(-6deg) rotateZ(-4deg);
  }
  85% {
    transform: skewY(6deg) rotateZ(4deg);
  }
}
@keyframes tata {
  0%, 100% {
    transform: scale(1);
  }
  20% {
    transform: scale(1.1) rotate(3deg);
  }
  40% {
    transform: scale(0.97);
  }
  60% {
    transform: scale(0.99) rotate(-3deg);
  }
  80% {
    transform: scale(1.05);
  }
}
@keyframes jerk {
  0%, 100% {
    transform: translateX(0) rotateZ(0);
  }
  20% {
    transform: translateX(-5px) rotateZ(-15deg);
  }
  40% {
    transform: translateX(5px) rotateZ(15deg);
  }
  60% {
    transform: translateX(-3px) rotateZ(5deg);
  }
  80% {
    transform: translateX(3px) rotateZ(-5deg);
  }
}
@keyframes jelly {
  0%, 100% {
    transform: scaleX(1);
  }
  20% {
    transform: scaleX(0.9);
  }
  50% {
    transform: scaleX(1.25);
  }
  85% {
    transform: scaleX(0.8);
  }
}
@keyframes flicker {
  0%, 100% {
    transform: skewX(0);
  }
  20% {
    transform: skewX(8deg);
  }
  40% {
    transform: skewX(-8deg);
  }
  60% {
    transform: skewX(4deg);
  }
  80% {
    transform: skewX(-4deg);
  }
}
@keyframes wobble-top {
  0%, 100% {
    transform: translateX(0);
    transform-origin: 50% 50%;
  }
  15% {
    transform: translateX(-30px) rotate(6deg);
  }
  30% {
    transform: translateX(15px) rotate(-6deg);
  }
  45% {
    transform: translateX(-15px) rotate(3.6deg);
  }
}
@keyframes wobble-bottom {
  0%, 100% {
    transform: translateX(0);
    transform-origin: 50% 50%;
  }
  15% {
    transform: translateX(-30px) rotate(-6deg);
  }
  30% {
    transform: translateX(15px) rotate(6deg);
  }
  45% {
    transform: translateX(-15px) rotate(-3.6deg);
  }
  60% {
    transform: translateX(9px) rotate(2.4deg);
  }
  75% {
    transform: translateX(-6px) rotate(-1.2deg);
  }
}
@keyframes wobble-left {
  0%, 100% {
    transform: translateY(0) rotate(0);
    transform-origin: 50% 50%;
  }
  15% {
    transform: translateY(-30px) rotate(-6deg);
  }
  30% {
    transform: translateY(15px) rotate(6deg);
  }
  45% {
    transform: translateY(-15px) rotate(-3.6deg);
  }
  60% {
    transform: translateY(9px) rotate(2.4deg);
  }
  75% {
    transform: translateY(-6px) rotate(-1.2deg);
  }
}
@keyframes wobble-right {
  0%, 100% {
    transform: translateY(0) rotate(0);
    transform-origin: 50% 50%;
  }
  15% {
    transform: translateY(-30px) rotate(6deg);
  }
  30% {
    transform: translateY(15px) rotate(-6deg);
  }
  45% {
    transform: translateY(-15px) rotate(3.6deg);
  }
  60% {
    transform: translateY(9px) rotate(-2.4deg);
  }
  75% {
    transform: translateY(-6px) rotate(1.2deg);
  }
}
.shaking-1 {
  animation: shaking-1 0.6s infinite;
  box-shadow: 0 0 0 1em transparent;
  -webkit-animation: shaking-1 0.6s infinite;
}

.shaking-1-on-hover:hover, .shaking-1-on-hover:focus {
  animation: shaking-1 0.6s infinite;
  box-shadow: 0 0 0 1em transparent;
  -webkit-animation: shaking-1 0.6s infinite;
}

.scale-up-center {
  animation: scale-up-center 1.2s infinite;
  -webkit-animation: scale-up-center 1.2s infinite;
}

.scale-up-center-on-hover:hover, .scale-up-center-on-hover:focus {
  animation: scale-up-center 1.2s infinite;
  -webkit-animation: scale-up-center 1.2s infinite;
}

.push {
  animation: push 0.5s infinite;
  -webkit-animation: push 0.5s infinite;
}

.push-on-hover:hover, .push-on-hover:focus {
  animation: push 1s forwards;
  -webkit-animation: push 1s forwards;
}

.pulseShadow {
  animation: pulseShadow 1s forwards;
  -webkit-animation: pulseShadow 1s forwards;
}

.pulseShadow-on-hover:hover, .pulseShadow-on-hover:focus {
  animation: pulseShadow 0.5s forwards;
  -webkit-animation: pulseShadow 0.5s forwards;
}

.pulse-beat {
  animation: pulse-beat 0.6s ease-in-out;
  box-shadow: 0 0 0 1em transparent;
  -webkit-animation: pulse-beat 0.6s ease-in-out;
}

.pulse-beat-on-hover:hover, .pulse-beat-on-hover:focus {
  animation: pulse-beat 0.6s ease-in-out;
  box-shadow: 0 0 0 1em transparent;
  -webkit-animation: pulse-beat 0.6s ease-in-out;
}

.pulse:hover {
  animation: pulse 1s;
  box-shadow: 0 0 0 1em transparent;
  -webkit-animation: pulse 1s;
}

.scale-up-top {
  animation: scale-up-top 0.4s;
  -webkit-animation: scale-up-top 0.4s;
}

.scale-up-top-on-hover:hover, .scale-up-top-on-hover:focus {
  animation: scale-up-top 0.4s;
  -webkit-animation: scale-up-top 0.4s;
}

.blink {
  animation: blink 0.8s infinite;
  -webkit-animation: blink 0.8s infinite;
}

.blink-on-hover:hover, .blink-on-hover:focus {
  animation: blink 0.8s infinite;
  -webkit-animation: blink 0.8s infinite;
}

.swing {
  animation: swing 0.8s infinite;
  -webkit-animation: swing 0.8s infinite;
}

.swing-on-hover:hover, .swing-on-hover:focus {
  animation: swing 0.8s infinite;
  -webkit-animation: swing 0.8s infinite;
}

.groove {
  animation: groove 0.8s infinite;
  -webkit-animation: groove 0.8s infinite;
}

.groove-on-hover:hover, .groove-on-hover:focus {
  animation: groove 0.8s infinite;
  -webkit-animation: groove 0.8s infinite;
}

.jerk {
  animation: jerk 0.8s infinite;
  -webkit-animation: jerk 0.8s infinite;
}

.jerk-on-hover:hover, .jerk-on-hover:focus {
  animation: jerk 0.8s infinite;
  -webkit-animation: jerk 0.8s infinite;
}

.jelly {
  animation: jelly 0.8s infinite;
  -webkit-animation: jelly 0.8s infinite;
}

.jelly-on-hover:hover, .jelly-on-hover:focus {
  animation: jelly 0.8s infinite;
  -webkit-animation: jelly 0.8s infinite;
}

.flicker {
  animation: flicker 0.8s infinite;
  -webkit-animation: flicker 0.8s infinite;
}

.flicker-on-hover:hover, .flicker-on-hover:focus {
  animation: jelflickerly 0.8s infinite;
  -webkit-animation: jelflickerly 0.8s infinite;
}

.pulse-slow {
  animation: pulse-slow 1s ease-in-out infinite alternate;
  -webkit-animation: pulse-slow 1s ease-in-out infinite alternate;
}

.pulse-slow-on-hover:hover, .pulse-slow-on-hover:focus {
  animation: pulse-slow 1s ease-in-out infinite alternate;
  -webkit-animation: pulse-slow 1s ease-in-out infinite alternate;
}

.wobble-top {
  animation: wobble-top 1s ease-in-out infinite alternate;
  -webkit-animation: wobble-top 1s ease-in-out infinite alternate;
}

.wobble-top-on-hover:hover, .wobble-top-on-hover:focus {
  animation: wobble-top 1s ease-in-out infinite alternate;
  -webkit-animation: wobble-top 1s ease-in-out infinite alternate;
}

.wobble-bottom {
  animation: wobble-bottom 1s ease-in-out infinite alternate;
  -webkit-animation: wobble-bottom 1s ease-in-out infinite alternate;
}

.wobble-bottom-on-hover:hover, .wobble-bottom-on-hover:focus {
  animation: wobble-bottom 1s ease-in-out infinite alternate;
  -webkit-animation: wobble-bottom 1s ease-in-out infinite alternate;
}

.wobble-left {
  animation: wobble-left 1s ease-in-out infinite alternate;
  -webkit-animation: wobble-left 1s ease-in-out infinite alternate;
}

.wobble-left-on-hover:hover, .wobble-left-on-hover:focus {
  animation: wobble-left 1s ease-in-out infinite alternate;
  -webkit-animation: wobble-left 1s ease-in-out infinite alternate;
}

.wobble-left {
  animation: wobble-right 1s ease-in-out infinite alternate;
  -webkit-animation: wobble-right 1s ease-in-out infinite alternate;
}

.wobble-right-on-hover:hover, .wobble-right-on-hover:focus {
  animation: wobble-right 1s ease-in-out infinite alternate;
  -webkit-animation: wobble-right 1s ease-in-out infinite alternate;
}

:root {
  --white-clr: #fff;
  --green-clr: #0abab5;
  --green-clr-2: #0aa8a3;
  --green-clr-3: #0d716e;
  --green-clr-4: #ccfffe;
  --gradient-light-green: linear-gradient(90deg, #ccfffe 0%, #bffffd 100%);
  --fs-title: 1em;
  --fs-title-2: 1.2em;
  --fs-text: 0.9em;
  --fw-500: 500;
  --fw-400: 400;
  --fw-600: 600;
}
@media (min-width: 767.5px) {
  :root {
    --fs-title: 1.1em;
    --fs-title-2: 1.4em;
  }
}
@media (min-width: 1199.5px) {
  :root {
    --fs-text: 1em;
    --fs-title-2: 1.8em;
    --fs-title: 1.4em;
  }
}

@keyframes zoomAnim {
  from {
    opacity: 0;
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
  }
  to {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
}
.section-top {
  position: relative;
}
.section-top .scroll-btn {
  bottom: 1em;
  z-index: 100;
  font-size: 2em;
  cursor: pointer;
}
.section-top .section-top-child {
  overflow: hidden;
  position: relative;
  height: 100vh;
}
@media (min-width: 991.5px) {
  .section-top .section-top-child {
    width: 25%;
  }
}
.section-top .section-top-child:hover .not-hovering {
  display: none;
}
.section-top .section-top-child:hover .hovering {
  display: block !important;
}
.section-top .section-top-child:hover .section-top-child-inner .section-title .section-title-text {
  top: -3em;
}
.section-top .section-top-child:hover .section-top-child-inner .section-title .more-btn {
  bottom: 0;
}
.section-top .section-top-child:hover .section-top-child-inner .divider {
  background: var(--white-clr);
}
.section-top .section-top-child:hover .section-top-child-inner .section-subtitle {
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  height: 3em;
}
.section-top .section-top-child:hover:before {
  background: rgba(0, 0, 0, 0.4);
}
.section-top .section-top-child:hover .section-top-child-cover-img {
  transform: scale(1.5);
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
}
.section-top .section-top-child:before {
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -ms-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  background: rgba(0, 0, 0, 0.75);
  z-index: 10;
}
.section-top .section-top-child .section-top-child-inner {
  height: 100%;
  position: relative;
  z-index: 100;
  gap: 1em;
}
.section-top .section-top-child .section-top-child-inner .hovering {
  display: none;
}
.section-top .section-top-child .section-top-child-inner .divider {
  width: 2px;
  height: 8%;
  background: linear-gradient(90deg, rgba(2, 126, 123, 0.31) 0%, var(--green-clr) 100%);
}
.section-top .section-top-child .section-top-child-inner .section-description-container {
  width: 70%;
  gap: 2em;
}
.section-top .section-top-child .section-top-child-inner .section-title {
  position: relative;
  width: 90%;
  overflow: hidden;
  color: var(--white-clr);
  font-size: var(--fs-title);
  font-weight: var(--fw-500);
  height: 3em;
}
.section-top .section-top-child .section-top-child-inner .section-title .section-title-text {
  top: 1.2em;
  position: absolute;
  text-align: center;
}
.section-top .section-top-child .section-top-child-inner .section-title .more-btn {
  position: relative;
  bottom: -3em;
  border-radius: 17px;
  -webkit-border-radius: 17px;
  -moz-border-radius: 17px;
  -ms-border-radius: 17px;
  -o-border-radius: 17px;
  padding: 0.8em;
  width: 45%;
  background: #fff;
  color: var(--green-clr);
  font-size: 0.9em;
  box-shadow: -1px -1px 0 0 var(--green-clr) inset, 1px 1px 0 0 var(--green-clr) inset, rgba(50, 50, 93, 0.25) 0px 13px 22px -5px, rgba(0, 0, 0, 0.3) 0px 8px 12px -8px;
}
@media (min-width: 991.5px) {
  .section-top .section-top-child .section-top-child-inner .section-title .more-btn {
    width: 55%;
  }
}
.section-top .section-top-child .section-top-child-inner .section-title .more-btn .icon-send::before {
  color: var(--green-clr);
}
.section-top .section-top-child .section-top-child-inner .section-subtitle {
  color: var(--white-clr);
  font-size: var(--fs-title-2);
  text-align: center;
  line-height: 1.5;
  height: 0;
  line-clamp: 2;
}
.section-top .section-top-child .section-top-child-cover-img {
  transition: all 3s ease-in-out;
  -webkit-transition: all 3s ease-in-out;
  -moz-transition: all 3s ease-in-out;
  -ms-transition: all 3s ease-in-out;
  -o-transition: all 3s ease-in-out;
  position: absolute;
  left: 0;
  top: 0;
}

.all-news {
  background: radial-gradient(57.05% 85.26% at 50% -4.89%, #15d9d3 0%, var(--green-clr) 100%);
}
.all-news .all-news-content {
  position: relative;
  width: 100%;
  padding-top: 3.5em;
  padding-bottom: 3em;
  min-height: 100vh;
}
.all-news .news-tab-pane {
  width: 100%;
  transition: all 0.8s ease-in-out;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -ms-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
}
.all-news .news-tab-pane.active.animating {
  animation: zoomAnim 0.8s forwards;
  z-index: 1;
  pointer-events: auto;
  -webkit-animation: zoomAnim 0.8s forwards;
}
.all-news .news-tab-pane .news-tab-content {
  width: 100%;
}
@media (min-width: 991.5px) {
  .all-news .title-menu-tab {
    position: absolute;
    right: 0;
    top: 6em;
    width: 50%;
    z-index: 100;
  }
}
.all-news .title-menu-tab .section-title-group {
  width: fit-content;
  color: var(--white-clr);
}
@media (min-width: 991.5px) {
  .all-news .title-menu-tab .section-title-group {
    width: 100%;
  }
}
.all-news .title-menu-tab .section-title-group .underline {
  height: 3px;
  width: 100%;
  background: var(--white-clr);
}
@media (min-width: 991.5px) {
  .all-news .title-menu-tab .section-title-group .underline {
    width: 17%;
  }
}
.all-news .title-menu-tab .section-title-group .section-title {
  width: 100%;
}
.all-news .all-news-dropdown {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin-block: 2em;
}
@media (min-width: 991.5px) {
  .all-news .all-news-dropdown {
    margin-bottom: 0;
    width: 100%;
  }
}
.all-news .all-news-dropdown .dropdown-toggle {
  width: 15em;
  height: 3.5em;
  border-radius: 9px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  -ms-border-radius: 9px;
  -o-border-radius: 9px;
  color: var(--green-clr-3);
  background: var(--gradient-light-green);
  box-shadow: 0 46px 13px 0 rgba(0, 0, 0, 0), 0 29px 12px 0 rgba(0, 0, 0, 0.01), 0 16px 10px 0 rgba(0, 0, 0, 0.05), 0 7px 7px 0 rgba(0, 0, 0, 0.09), 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}
.all-news .all-news-dropdown .dropdown-toggle .icon-chevron-down {
  font-size: 1.2em;
}
.all-news .all-news-dropdown .dropdown-toggle .icon-chevron-down::before {
  color: var(--green-clr-3);
}
@media (min-width: 767.5px) {
  .all-news .all-news-dropdown .dropdown-toggle {
    display: none !important;
  }
}
.all-news .all-news-dropdown .dropdown-menu {
  padding: 0.5em;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
@media (min-width: 767.5px) {
  .all-news .all-news-dropdown .dropdown-menu {
    display: flex;
    gap: 0.5em;
    position: static;
    float: none;
    box-shadow: none;
    background: transparent;
    border: none;
    padding: 0;
    margin: 0;
  }
}
.all-news .all-news-dropdown .dropdown-menu .menu-divider {
  width: 80%;
  height: 1px;
  background: var(--green-clr-3);
  margin-inline: auto;
}
@media (min-width: 767.5px) {
  .all-news .all-news-dropdown .dropdown-menu .menu-divider {
    display: none;
  }
}
.all-news .all-news-dropdown .dropdown-menu .dropdown-item {
  margin-block: 0.3em;
}
.all-news .all-news-dropdown .dropdown-menu .dropdown-item.active {
  border: 1px solid transparent !important;
  border-radius: 9px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  -ms-border-radius: 9px;
  -o-border-radius: 9px;
  transition: all 0.32s ease-in-out;
  -webkit-transition: all 0.32s ease-in-out;
  -moz-transition: all 0.32s ease-in-out;
  -ms-transition: all 0.32s ease-in-out;
  -o-transition: all 0.32s ease-in-out;
  background: transparent !important;
}
.all-news .all-news-dropdown .dropdown-menu .dropdown-item.active .dropdown-item-link {
  color: var(--green-clr-3);
  border-radius: 9px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  -ms-border-radius: 9px;
  -o-border-radius: 9px;
  background: var(--gradient-light-green);
  box-shadow: 0 46px 13px 0 rgba(0, 0, 0, 0), 0 29px 12px 0 rgba(0, 0, 0, 0.01), 0 16px 10px 0 rgba(0, 0, 0, 0.05), 0 7px 7px 0 rgba(0, 0, 0, 0.09), 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 767.5px) {
  .all-news .all-news-dropdown .dropdown-menu .dropdown-item {
    width: 9.5em;
    height: 3em;
    border-radius: 9px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    -ms-border-radius: 9px;
    -o-border-radius: 9px;
    border: 0.7px solid #45dfdb;
    background: rgba(8, 178, 173, 0.76);
  }
}
.all-news .all-news-dropdown .dropdown-menu .dropdown-item .dropdown-item-link {
  text-align: center;
  color: var(--green-clr-2);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  padding: 0.8em 0.5em;
}
.all-news .all-news-dropdown .dropdown-menu .dropdown-item .dropdown-item-link:hover {
  background: var(--green-clr-4);
  color: var(--green-clr-3);
}
@media (min-width: 767.5px) {
  .all-news .all-news-dropdown .dropdown-menu .dropdown-item .dropdown-item-link {
    color: var(--white-clr);
  }
  .all-news .all-news-dropdown .dropdown-menu .dropdown-item .dropdown-item-link:hover, .all-news .all-news-dropdown .dropdown-menu .dropdown-item .dropdown-item-link:focus {
    background: var(--gradient-light-green);
  }
}
.all-news .thumb-container {
  width: 100%;
}
@media (min-width: 991.5px) {
  .all-news .thumb-container {
    width: 65%;
    aspect-ratio: 13/10.3;
  }
}
.all-news .desc-container {
  width: 100%;
}
@media (min-width: 991.5px) {
  .all-news .desc-container {
    width: 35%;
  }
}
.all-news .news-thumb-slider {
  position: relative;
  overflow: hidden;
  padding-bottom: 4em;
}
@media (min-width: 991.5px) {
  .all-news .news-thumb-slider {
    padding-block: 0;
    height: 100%;
  }
  .all-news .news-thumb-slider #news-thumb-1 {
    width: 35% !important;
    left: 28%;
    top: 25%;
  }
  .all-news .news-thumb-slider #news-thumb-2 {
    width: 24% !important;
    right: 13%;
    top: 57%;
  }
  .all-news .news-thumb-slider #news-thumb-3 {
    width: 24% !important;
    left: 3%;
    top: 6%;
  }
  .all-news .news-thumb-slider #news-thumb-4 {
    width: 27% !important;
    left: 0;
    top: 36%;
  }
  .all-news .news-thumb-slider #news-thumb-5 {
    width: 24% !important;
    right: 37%;
    top: 70%;
  }
  .all-news .news-thumb-slider #news-thumb-6 {
    width: 19% !important;
    left: 28%;
    top: 0;
  }
  .all-news .news-thumb-slider #news-thumb-7 {
    width: 19% !important;
    right: 17%;
    top: 32%;
  }
  .all-news .news-thumb-slider #news-thumb-8 {
    width: 20% !important;
    left: 18%;
    top: 70%;
  }
  .all-news .news-thumb-slider #news-thumb-9 {
    width: 16% !important;
    right: 37%;
    top: 3%;
  }
}
@media (min-width: 991.5px) {
  .all-news .news-thumb-slider .swiper-slide {
    position: absolute;
    aspect-ratio: 1;
    height: unset !important;
  }
}
.all-news .news-thumb-slider .swiper-slide:hover .news-thumb-slide {
  background: rgba(255, 255, 255, 0.67);
  box-shadow: 0 106px 30px 0 rgba(0, 0, 0, 0), 0 68px 27px 0 rgba(0, 0, 0, 0.02), 0 38px 23px 0 rgba(0, 0, 0, 0.08), 0 17px 17px 0 rgba(0, 0, 0, 0.13), 0 4px 9px 0 rgba(0, 0, 0, 0.15);
}
.all-news .news-thumb-slider .swiper-slide:hover .news-thumb-slide .news-tumb-text {
  border: 1px solid var(--green-clr);
  background: var(--white-clr);
  color: var(--green-clr);
}
.all-news .news-thumb-slider .swiper-slide:hover .news-thumb-slide .news-tumb-text .icon-arrow-left {
  font-size: 0.65em;
}
.all-news .news-thumb-slider .swiper-slide:hover .news-thumb-slide .news-tumb-text .icon-arrow-left::before {
  color: var(--green-clr);
}
.all-news .news-thumb-slider .swiper-slide-thumb-active .news-thumb-slide {
  background: rgba(255, 255, 255, 0.67);
  box-shadow: 0 106px 30px 0 rgba(0, 0, 0, 0), 0 68px 27px 0 rgba(0, 0, 0, 0.02), 0 38px 23px 0 rgba(0, 0, 0, 0.08), 0 17px 17px 0 rgba(0, 0, 0, 0.13), 0 4px 9px 0 rgba(0, 0, 0, 0.15);
}
.all-news .news-thumb-slider .swiper-slide-thumb-active .news-thumb-slide .news-tumb-text {
  border: 1px solid var(--green-clr);
  background: var(--white-clr);
  color: var(--green-clr);
}
.all-news .news-thumb-slider .swiper-slide-thumb-active .news-thumb-slide .news-tumb-text .icon-arrow-left {
  font-size: 0.65em;
}
.all-news .news-thumb-slider .swiper-slide-thumb-active .news-thumb-slide .news-tumb-text .icon-arrow-left::before {
  color: var(--green-clr);
}
.all-news .news-thumb-slider .news-thumb-slide {
  position: relative;
  transition: all 0.32s ease-in-out;
  -webkit-transition: all 0.32s ease-in-out;
  -moz-transition: all 0.32s ease-in-out;
  -ms-transition: all 0.32s ease-in-out;
  -o-transition: all 0.32s ease-in-out;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  width: 56%;
  margin-inline: auto;
  padding: 0.4em;
  aspect-ratio: 1;
}
@media (min-width: 449.5px) {
  .all-news .news-thumb-slider .news-thumb-slide {
    width: 86%;
  }
}
@media (min-width: 991.5px) {
  .all-news .news-thumb-slider .news-thumb-slide {
    width: 100%;
  }
}
.all-news .news-thumb-slider .news-thumb-slide .news-thumb-img-container {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border: 1px solid #3ae9e4;
  box-shadow: 0 4px 21.1px 0 rgba(0, 0, 0, 0.1);
}
.all-news .news-thumb-slider .news-thumb-slide .news-thumb-img-container:before {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 54%, rgba(0, 0, 0, 0.9) 100%);
}
.all-news .news-thumb-slider .news-thumb-slide .news-tumb-text {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  transition: all 0.32s ease-in-out;
  -webkit-transition: all 0.32s ease-in-out;
  -moz-transition: all 0.32s ease-in-out;
  -ms-transition: all 0.32s ease-in-out;
  -o-transition: all 0.32s ease-in-out;
  border: 1px solid transparent;
  width: 80%;
  color: var(--white-clr);
  bottom: 1em;
  gap: 0.6em;
  padding: 0.3em;
}
.all-news .news-thumb-slider .news-thumb-slide .news-tumb-text .news-tumb-text-title {
  font-size: 0.9em;
  font-weight: var(--fw-500);
  width: 100%;
  text-align: center;
}
.all-news .news-thumb-slider .news-thumb-slide .news-tumb-text .icon-arrow-left {
  font-size: 0.65em;
}
.all-news .news-thumb-slider .news-thumb-slide .news-tumb-text .icon-arrow-left::before {
  color: var(--white-clr);
}
.all-news .slider-navigation {
  position: relative;
  z-index: 100;
  transform: translateY(-5.5em);
  -webkit-transform: translateY(-5.5em);
  -moz-transform: translateY(-5.5em);
  -ms-transform: translateY(-5.5em);
  -o-transform: translateY(-5.5em);
}
@media (min-width: 991.5px) {
  .all-news .slider-navigation {
    width: 40%;
    transform: translateY(-2em);
    -webkit-transform: translateY(-2em);
    -moz-transform: translateY(-2em);
    -ms-transform: translateY(-2em);
    -o-transform: translateY(-2em);
  }
}
.all-news .slider-navigation .nav-icon {
  font-size: 1.8em;
  cursor: pointer;
}
.all-news .slider-navigation .nav-icon::before {
  color: var(--white-clr);
}
.all-news .news-description-slider {
  width: 100%;
}
.all-news .news-description-slider .news-description-inside {
  width: 80%;
  margin-inline: auto;
  padding-right: 2px;
}
@media (min-width: 991.5px) {
  .all-news .news-description-slider .news-description-inside {
    width: 100%;
  }
}
.all-news .news-description-slider .news-description-title {
  color: var(--white-clr);
  width: 100%;
}
.all-news .news-description-slider .news-description-text {
  -webkit-line-clamp: 4;
  line-clamp: 4;
  color: var(--white-clr);
  font-size: var(--fs-text);
  font-weight: var(--fw-400);
  text-align: justify;
  line-height: 2;
  height: 8em;
}
.all-news .news-description-slider .news-description-link {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  margin-top: 3em;
  padding: 0.4em;
  width: 10em;
  color: var(--green-clr);
  font-weight: var(--fw-600);
  border: 1px solid var(--green-clr);
  background: #fff;
  cursor: pointer;
  z-index: 100;
}
@media (min-width: 991.5px) {
  .all-news .news-description-slider .news-description-link {
    margin-top: 1em;
  }
}
.all-news .news-description-slider .news-description-link .icon-arrow-left {
  font-size: 0.6em;
  margin-top: 3px;
}
.all-news .news-description-slider .news-description-link .icon-arrow-left::before {
  color: var(--green-clr);
}
