/* Mixins Start */
.btn-fixed {
  display: grid;
  place-items: center;
}

/* Mixins End */
body.dark footer {
  background-color: rgb(var(--rgb-ninth-lighter)) !important;
}
@media only screen and (max-width: 992px) {
  body.dark header nav > ul > li.show > ul li.show::before {
    color: rgb(var(--rgb-sixth)) !important;
  }
  body.dark header nav > ul > li.show > ul li.show > a {
    color: rgb(var(--rgb-sixth)) !important;
  }
}
@media only screen and (min-width: 992px) {
  body.dark header nav ul li ul li::before {
    color: rgb(var(--rgb-lightest)) !important;
  }
  body.dark header nav ul li ul li a {
    color: rgb(var(--rgb-lightest)) !important;
  }
  body.dark header nav ul li ul li a::before {
    background-color: rgb(var(--rgb-fifth-dark));
  }
}
body.dark ul.news-nav li.active {
  color: rgb(var(--rgb-first-darker));
  background-color: rgb(var(--rgb-first-darker), 0.1);
}

.portal-body-content {
  background-color: rgb(var(--rgb-tenth-lighter));
}

.btn {
  --bs-btn-border-radius: 10px;
}

.bg-forth {
  background-color: rgb(var(--rgb-ninth-lighter)) !important;
}

.top-bar {
  background: rgb(var(--rgb-first-dark));
  color: rgb(var(--rgb-lightest));
  padding: 8px 16px;
  font-size: 12px;
}
.top-bar ul li a {
  color: rgb(var(--rgb-lightest));
  padding: 0 8px;
  font-size: 12px;
}

.form-label {
  display: flex;
  gap: 8px;
  align-items: center;
  color: rgb(var(--rgb-light-dark));
}

.overlay {
  opacity: 0;
  pointer-events: none;
  background-color: rgb(var(--rgb-darkest), 0.3);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2705;
  transition: all 300ms linear;
}
.overlay.show {
  pointer-events: auto;
  opacity: 1;
}

.search-form {
  position: relative;
}

/* Select drop down input Styles Start */
.dropdown .select:focus {
  color: rgb(var(--rgb-darkest)) !important;
  background-color: rgb(var(--rgb-lightest));
  border-color: rgb(var(--rgb-first-darker)) !important;
}
.dropdown .dropdown-menu {
  background-color: rgb(var(--rgb-ninth-lighter)) !important;
}
.dropdown .dropdown-menu li {
  color: rgb(var(--rgb-darkest));
}
.dropdown .dropdown-menu li:not(:nth-last-child(1)) {
  border-bottom-color: rgb(var(--rgb-light));
}
.dropdown .dropdown-menu li[data-selected] {
  background-color: rgb(var(--rgb-darkest), 0.05);
}
.dropdown .dropdown-menu {
  border-color: rgb(var(--rgb-light)) !important;
  box-shadow: 0 3px 4px rgb(var(--rgb-darkest), 0.05);
}
.dropdown .dropdown-menu li:hover {
  background-color: rgb(var(--rgb-darkest), 0.05);
}
.dropdown .dropdown-menu li:active {
  background-color: rgb(var(--rgb-darkest), 0.05);
}

/* Select drop down input Styles End */
header.portal-header {
  background-color: rgb(var(--rgb-fifth-dark));
  display: block;
  padding: 4px 16px;
  box-shadow: 0 3px 5px 0 rgba(var(--rgb-darkest), 0.1);
  z-index: 2700;
}
header.portal-header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2705;
}
header.portal-header img {
  width: 75px;
  max-height: 75px;
  max-width: 100%;
}
header.portal-header nav {
  z-index: 2750;
}
header.portal-header nav ul {
  display: flex;
  width: 100%;
}
header.portal-header nav ul > li {
  position: relative;
  cursor: pointer;
}
> header.portal-header nav ul > li:hover > a {
  box-shadow: inset 0 0 12px 1px rgba(var(--rgb-lightest), 0.15);
}
header.portal-header nav ul > li a {
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  color: rgb(var(--rgb-lightest));
  padding: 8px 14px;
  font-size: 14px;
  transition: box-shadow 200ms;
}
header.portal-header nav ul > li a i {
  font-size: 18px;
}
header.portal-header nav ul > li ul {
  transition: all 200ms;
  display: flex;
  flex-direction: column;
  background: rgb(var(--rgb-lightest));
  box-shadow: -1px 2px 8px 0 rgba(30, 115, 190, 0.2);
  border: 1px solid rgb(var(--rgb-first));
}
header.portal-header nav ul > li ul li {
  position: relative;
}
header.portal-header nav ul > li ul li a {
  overflow: hidden;
  color: rgb(var(--rgb-fifth-dark)) !important;
  padding: 12px 12px;
}
header.portal-header nav ul > li ul li:has(ul)::before {
  content: "\f107";
  font-family: FontAwesome;
  position: absolute;
  top: 12px;
  left: 8px;
  font-size: 14px;
  color: rgb(var(--rgb-light-dark));
  transition: transform 300ms;
  cursor: pointer;
}
html[dir=ltr] header.portal-header nav ul > li ul li:has(ul)::before {
  right: 8px;
  left: auto;
}

header.portal-header nav ul > li ul li:nth-of-type(1) > a::before {
  border-radius: 12px 12px 0 0;
}
header.portal-header nav ul > li ul li:nth-last-of-type(1) > a::before {
  border-radius: 0 0 12px 12px;
}

main.main-wrapper {
  min-height: 30vh;
  overflow-x: hidden;
}
main.main-wrapper img {
  max-width: 100%;
}
main.main-wrapper .banner-wrapper img {
  width: 100%;
  height: 30%;
  object-fit: cover;
}

.banner-slider-wrapper .swiper-wrapper {
  height: 132px;
}
@media only screen and (min-width: 767px) {
  .banner-slider-wrapper .swiper-wrapper {
    height: 160px;
  }
}
@media only screen and (min-width: 992px) {
  .banner-slider-wrapper .swiper-wrapper {
    height: 220px;
  }
}
.banner-slider-wrapper .swiper-slide {
  max-width: 100%;
  background-size: cover;
  background-position: center;
  object-fit: cover;
  height: 100%;
}

.swiper {
  padding: 2px 6px 4px 6px;
}
.swiper .swiper-button-prev,
.swiper .swiper-button-next {
  background: rgb(var(--rgb-fifth-dark));
  border: 1px solid rgb(var(--rgb-darkest), 0.1) !important;
  border-radius: var(--radius-full);
  color: rgb(var(--rgb-lightest)) !important;
  width: 40px;
  height: 40px;
}
.swiper .swiper-button-prev i,
.swiper .swiper-button-next i {
  height: 16px;
}

.gallerySwiper {
  height: 140px;
}
.gallerySwiper img, .gallerySwiper video {
  object-fit: cover;
}

#sliderNodes .swiper-wrapper .swiper-slide {
  border-radius: 12px;
  height: 380px;
  color: rgb(var(--rgb-darker));
  position: relative;
  background: rgb(var(--rgb-ninth-lighter));
  box-shadow: 0 1px 6px 0 rgba(var(--rgb-darkest), 0.1);
}
#sliderNodes .swiper-wrapper .swiper-slide .calender-content {
  color: rgb(var(--rgb-sixth));
  font-size: 12px;
}
#sliderNodes .swiper-wrapper .swiper-slide figure {
  width: 100%;
  height: 220px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  margin-bottom: 0;
  position: relative;
  border-radius: 12px 12px 0 0;
}
#sliderNodes .swiper-wrapper .swiper-slide figure img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.2s linear;
}
#sliderNodes .swiper-wrapper .swiper-slide figure img:hover {
  transform: scale(1.1);
}
#sliderNodes .swiper-wrapper .swiper-slide h5 {
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: rgb(var(--rgb-darkest));
}
#sliderNodes .swiper-wrapper .swiper-slide p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: rgb(var(--rgb-darkest));
}

#galleryImages .swiper-wrapper .swiper-slide {
  border-radius: 12px;
  height: 380px;
  color: rgb(var(--rgb-darker));
  position: relative;
  background: rgb(var(--rgb-ninth-lighter));
  box-shadow: 0 1px 6px 0 rgba(var(--rgb-darkest), 0.1);
}
#galleryImages .swiper-wrapper .swiper-slide .calender-content {
  color: rgb(var(--rgb-sixth));
  font-size: 12px;
}
#galleryImages .swiper-wrapper .swiper-slide figure {
  width: 100%;
  height: 220px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  margin-bottom: 0;
  position: relative;
  border-radius: 12px 12px 0 0;
}
#galleryImages .swiper-wrapper .swiper-slide figure img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.2s linear;
}
#galleryImages .swiper-wrapper .swiper-slide figure img:hover {
  transform: scale(1.1);
}
#galleryImages .swiper-wrapper .swiper-slide h5 {
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: rgb(var(--rgb-darkest));
}
#galleryImages .swiper-wrapper .swiper-slide p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: rgb(var(--rgb-darkest));
}

.sm-slider {
  background: rgb(var(--rgb-ninth-lighter));
  padding: 15px;
  border-radius: 12px;
  box-shadow: 0 1px 6px 0 rgba(var(--rgb-darkest), 0.1);
}
.sm-slider .header {
  border-bottom: 1px solid rgba(var(--rgb-darkest), 0.1);
}
.sm-slider .header h4 {
  border-radius: 10px;
  background: rgb(var(--rgb-fifth-dark));
  width: fit-content;
  color: rgb(var(--rgb-lightest));
  font-size: 14px;
  padding: 8px 14px;
}
.sm-slider .swiper-wrapper {
  margin-top: 14px;
}
.sm-slider .swiper-wrapper .swiper-slide figure {
  width: 100%;
  height: 180px;
  overflow: hidden;
  margin-bottom: 0;
  position: relative;
  border-radius: 12px;
}
.sm-slider .swiper-wrapper .swiper-slide figure.figure-center {
  height: 294px;
}
.sm-slider .swiper-wrapper .swiper-slide figure.figure-center figcaption {
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  display: -webkit-box;
  -webkit-line-clamp: 3 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  height: min-content !important;
  margin: 0 !important;
  text-align: center;
}
.sm-slider .swiper-wrapper .swiper-slide figure img {
  filter: brightness(60%);
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.2s linear;
}
.sm-slider .swiper-wrapper .swiper-slide figure img:hover {
  transform: scale(1.1);
}
.sm-slider .swiper-wrapper .swiper-slide figure figcaption {
  position: absolute;
  bottom: 18px;
  right: 18px;
  color: rgb(var(--rgb-lightest));
  font-weight: bold;
  font-size: 14px;
  margin-left: 16px;
  line-height: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.sm-slider .slider-btn-left,
.sm-slider .slider-btn-right {
  color: rgb(var(--rgb-sixth)) !important;
  position: absolute;
  top: 20px;
}
.sm-slider .slider-btn-left i,
.sm-slider .slider-btn-right i {
  height: 12px;
}
.sm-slider .slider-btn-left.swiper-button-disabled,
.sm-slider .slider-btn-right.swiper-button-disabled {
  opacity: 0.4;
}
.sm-slider .slider-btn-left {
  left: 16px;
}
html[dir=ltr] .sm-slider .slider-btn-left {
  right: 16px;
  left: auto;
}

.sm-slider .slider-btn-right {
  left: 32px;
}
html[dir=ltr] .sm-slider .slider-btn-right {
  right: 32px;
  left: auto;
}

.ads-bar {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  padding: 0;
  margin-bottom: 14px;
}
.ads-bar img {
  width: 100%;
  max-width: 100%;
}

.content-wrapper {
  position: relative;
  width: 100%;
  padding: 12px 16px;
  background: rgb(var(--rgb-ninth-lighter));
  border-radius: 12px;
  box-shadow: 0 1px 6px 0 rgba(var(--rgb-darkest), 0.1);
}
.content-wrapper article.article {
  display: flex;
  padding: 14px 16px;
  gap: 16px;
  border-bottom: 1px solid rgba(var(--rgb-darkest), 0.1);
}
.content-wrapper article.article figure {
  height: 100%;
  width: 190px;
  margin-bottom: 0;
  overflow: hidden;
  border-radius: 15px;
}
.content-wrapper article.article figure img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.2s linear;
}
.content-wrapper article.article figure:hover img {
  transform: scale(1.1);
}
.content-wrapper article.article .content {
  display: flex;
  width: 100%;
  gap: 8px;
  color: rgb(var(--rgb-darkest));
}
.content-wrapper article.article .content a {
  display: flex;
  gap: 8px;
  flex-direction: column;
}
.content-wrapper article.article .content small {
  color: rgb(var(--rgb-light-dark));
  margin-bottom: 4px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.content-wrapper article.article .content h4 {
  color: rgb(var(--rgb-darkest));
  font-size: 18px;
  font-weight: bold;
  line-height: 28px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.content-wrapper article.article .content p {
  color: rgb(var(--rgb-darkest));
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.portal-title-bar {
  height: 100px;
  width: 100%;
  text-align: center;
  background-color: rgb(var(--rgb-first-dark));
  color: rgb(var(--rgb-lightest));
  line-height: 100px;
}
.portal-title-bar .title {
  font-weight: 500;
  display: inline;
}
.portal-title-bar .content {
  display: inline;
}

.btn-fixed {
  position: fixed;
  width: 42px;
  height: 42px;
  color: white;
  border-radius: var(--radius-full);
  background-color: rgb(var(--rgb-first));
  box-shadow: -1px 1px 2px 0 rgba(var(--rgb-darkest), 0.2);
  cursor: pointer;
  transition: transform 100ms ease-in-out, opacity 300ms ease-in-out, visibility 300ms ease-in-out;
  z-index: 200;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.btn-fixed:hover {
  background-color: rgb(var(--rgb-first)) !important;
}
.btn-fixed.bigger-hover:hover {
  transform: scale(1.3);
  filter: brightness(140%);
}
.btn-fixed.bottom-left {
  bottom: 60px;
  left: 40px;
}
html[dir=ltr] .btn-fixed.bottom-left {
  right: 40px;
  left: auto;
}

@media only screen and (max-width: 992px) {
  .btn-fixed.bottom-left {
    bottom: 120px;
  }
}
.btn-fixed.bottom-right {
  bottom: 60px;
  right: 40px;
}
html[dir=ltr] .btn-fixed.bottom-right {
  left: 40px;
  right: auto;
}

@media only screen and (max-width: 992px) {
  .btn-fixed.bottom-right {
    bottom: 120px;
  }
}
.btn-fixed.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.btn-fixed-tooltip {
  position: absolute;
  bottom: 110%;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgb(var(--rgb-first));
  padding: 6px 12px;
  width: max-content;
  display: flex;
  border-radius: 6px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: transform 100ms ease-in-out, opacity 300ms ease-in-out, visibility 300ms ease-in-out;
}
.btn-fixed:hover .btn-fixed-tooltip {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.download-apps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 16px;
  place-items: stretch;
}

section.node-records {
  display: block;
  padding: 12px 30px;
}
section.node-records .node-record {
  display: flex;
  gap: 16px;
  height: 175px;
  align-items: center;
  padding: 16px 0;
  border-bottom: 1px solid rgba(var(--rgb-darkest), 0.1);
}
section.node-records .node-record figure {
  height: 100%;
  min-width: 200px;
  width: 200px;
  margin-bottom: 0;
  overflow: hidden;
  border-radius: 8px;
}
section.node-records .node-record figure img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.2s linear;
}
section.node-records .node-record figure:hover img {
  transform: scale(1.1);
}
section.node-records .node-record small {
  color: rgb(var(--rgb-light-dark));
  font-weight: 500;
}
section.node-records .node-record h4 {
  font-size: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: rgb(var(--rgb-darkest));
}
section.node-records .node-record .content {
  color: rgb(var(--rgb-darkest));
  line-height: 24px;
  font-size: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.categories-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
}

.news-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
}

.shora-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
}

.item-box {
  display: flex;
  flex-direction: column;
  padding: 12px 12px;
  gap: 8px;
  border-radius: 12px;
}
.item-box-bg {
  background-color: rgb(var(--rgb-ninth-lighter));
  box-shadow: 0 1px 6px 0 rgba(var(--rgb-darkest), 0.1);
}
.item-box small {
  color: rgb(var(--rgb-light-dark));
  font-weight: 600;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.item-box h4 {
  font-size: 15px;
  line-height: 22px;
  font-weight: 500;
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.item-box figure {
  width: 100%;
  height: 180px;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 0;
}
.item-box figure img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.2s linear;
}
.item-box figure:hover img {
  transform: scale(1.1);
}
.item-box .category-details {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  color: rgb(var(--rgb-light));
}

a.widget-link {
  padding: 8px;
  display: flex;
  width: 100%;
  height: 100%;
}
a.widget-link img {
  max-width: 100%;
  width: 100%;
  box-shadow: 0 2px 16px -26px rgb(var(--rgb-dark));
  transition: all 300ms;
}
a.widget-link:hover img {
  box-shadow: 0 58px 36px -56px rgb(var(--rgb-dark), 0.5);
}

ul.news-nav {
  margin-bottom: 0 !important;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
ul.news-nav li {
  font-size: 14px;
  cursor: pointer;
  color: rgb(var(--rgb-light-dark), 0.8);
  font-weight: 500;
  padding: 6px 10px;
  border-radius: 8px;
  transition: all 150ms;
  user-select: none;
}
ul.news-nav li:hover {
  background-color: rgb(var(--rgb-darkest), 0.03);
  color: rgb(var(--rgb-light-dark), 1);
}
ul.news-nav li.active {
  color: rgb(var(--rgb-first));
  background-color: rgb(var(--rgb-first), 0.1);
}

.swiper-button-prev,
.swiper-button-next {
  background: rgb(var(--rgb-lightest));
  border: 1px solid rgb(var(--rgb-light-dark));
  border-radius: var(--radius-full);
  width: 40px;
  height: 40px;
}
.swiper-button-prev i,
.swiper-button-next i {
  height: 16px;
}

footer {
  padding: 16px 12px;
  margin-top: 15px;
  background-color: color-mix(in srgb, rgb(var(--rgb-first-darker)) 70%, black);
  color: white;
}
footer .footer-title {
  font-weight: 600;
  font-size: 16px;
  padding: 12px 0;
  border-bottom: 6px solid rgb(var(--rgb-fifth-dark));
  color: rgb(var(--rgb-lightest));
}
footer p {
  padding: 12px 0;
  line-height: 26px;
  color: rgb(var(--rgb-lightest));
}
footer ul.footer-nav {
  font-size: 13px;
  line-height: 28px;
  margin-right: 20px;
}
footer ul.footer-nav li {
  list-style: disc;
}
footer ul.footer-nav li a {
  color: rgb(var(--rgb-lightest));
}
footer .socials ul {
  display: flex;
  gap: 8px;
}
footer .socials ul li a {
  width: 24px;
  height: 24px;
  background: rgb(var(--rgb-lightest));
  color: rgb(var(--rgb-darkest));
  border-radius: 14px;
  display: grid;
  place-items: center;
  opacity: 0.7;
  transition: all 0.2s linear;
}
footer .socials ul li a img {
  width: 16px;
  height: 16px;
  max-width: 100%;
}
footer .socials ul li:hover a {
  opacity: 1;
  transform: scale(1.1);
}
footer .logo {
  width: 160px;
  height: 160px;
  text-align: center;
}

.btn-dark {
  background-color: color-mix(in srgb, rgb(var(--rgb-first)) 80%, rgb(var(--rgb-darkest))) !important;
}

.footer-copy {
  background: rgb(var(--rgb-fifth-dark));
  color: rgb(var(--rgb-lightest));
  position: relative;
  text-align: center;
  font-size: 11px;
}
.footer-copy .creator-img {
  width: 100px;
  height: 23px;
  object-fit: cover;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(-50%, -50%);
}
.footer-copy .logo-img {
  width: auto;
  height: 41px;
}

#newsBannerSwiper .swiper-wrapper {
  height: 180px;
}
#newsBannerSwiper .swiper-wrapper .swiper-slide {
  max-width: 100%;
  background-size: cover;
  background-position: center;
  object-fit: cover;
  height: 100%;
}

.overlay-slider {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 1;
}
.overlay-slider::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(var(--rgb-black), 0.3);
  top: 0;
  left: 0;
  z-index: -1;
  display: flex;
}
.overlay-slider h2 {
  color: rgb(var(--rgb-lightest));
  user-select: none;
}

.gallery-wrapper .gallery-item {
  height: 200px;
  border-radius: 12px;
  box-shadow: 0 1px 6px 0 rgba(var(--rgb-darkest), 0.1);
  transition: all 200ms;
}
.gallery-wrapper .gallery-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 8px 0 rgba(var(--rgb-darkest), 0.2);
}
.gallery-wrapper .gallery-item img {
  width: 100%;
  height: 100%;
  max-height: 100%;
  border-radius: 12px;
  object-fit: cover;
}

.gol-nodes-swiper .swiper-wrapper .swiper-slide {
  border-radius: 12px;
  height: 310px;
  color: rgb(var(--rgb-darker));
  position: relative;
  box-shadow: 0 1px 6px 0 rgba(var(--rgb-darkest), 0.1);
  background: rgb(21, 128, 61) !important;
  background: linear-gradient(0deg, rgba(var(--rgb-first), 1) 0%, rgba(var(--rgb-first), 1) 20%, rgba(var(--rgb-ninth-lighter), 1) 60%) !important;
}
.gol-nodes-swiper .swiper-wrapper .swiper-slide .calender-content {
  color: rgb(var(--rgb-sixth));
  font-size: 12px;
}
.gol-nodes-swiper .swiper-wrapper .swiper-slide figure {
  width: calc(100% - 32px);
  margin: 16px;
  height: 200px;
  overflow: hidden;
  margin-bottom: 0;
  position: relative;
  border-radius: 12px;
}
.gol-nodes-swiper .swiper-wrapper .swiper-slide figure img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.2s linear;
}
.gol-nodes-swiper .swiper-wrapper .swiper-slide figure img:hover {
  transform: scale(1.1);
}
.gol-nodes-swiper .swiper-wrapper .swiper-slide h5 {
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: rgb(var(--rgb-lightest));
}
.gol-nodes-swiper .swiper-wrapper .swiper-slide p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: rgb(var(--rgb-lightest));
}

.golzar-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  grid-template-rows: repeat(auto-fill, minmax(160px, 1fr));
  gap: 32px;
}
.golzar-wrapper .golzar-item {
  justify-self: center;
  width: 230px;
  height: 230px;
  border-radius: 50%;
  box-shadow: 0 1px 6px 0 rgba(var(--rgb-darkest), 0.1);
  transition: all 200ms;
  outline: 1px solid rgb(var(--rgb-second));
  outline-offset: 4px;
  position: relative;
  overflow: hidden;
}
.golzar-wrapper .golzar-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 8px 0 rgba(var(--rgb-darkest), 0.2);
  outline-width: 4px;
  outline-offset: 0;
}
.golzar-wrapper .golzar-item img {
  width: 100%;
  height: 100%;
  max-height: 100%;
  border-radius: 50%;
  object-fit: cover;
}
.golzar-wrapper .golzar-item .golzar-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgb(var(--rgb-black), 0.3);
  color: rgb(var(--rgb-lightest));
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition: all 200ms;
}
.golzar-wrapper .golzar-item:hover .golzar-content {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

.straight-header {
  position: relative;
  padding: 8px 16px;
  margin-bottom: 8px;
  user-select: none;
}
.straight-header h4 {
  font-size: 16px;
  font-weight: 700;
  margin: 0;
}
.straight-header::before {
  background: linear-gradient(90deg, rgba(var(--rgb-darkest), 0) 5%, rgba(var(--rgb-darkest), 0.3) 50%, rgba(var(--rgb-darkest), 0) 95%);
  display: block;
  content: "";
  width: 98%;
  top: 50%;
  right: 0;
  height: 0.075rem;
  position: absolute;
  transform: translateY(-50%);
  z-index: 0;
}

.modern-box {
  display: flex;
  position: relative;
  height: 280px;
  margin-bottom: 54px;
}
.modern-box img {
  width: 100%;
  height: 100%;
  border-radius: 6px;
  object-fit: cover;
}
.modern-box-content {
  position: absolute;
  top: 100%;
  left: 50%;
  width: calc(100% - 48px);
  transform: translate(-50%, -50%);
  background-color: rgb(var(--rgb-ninth-lighter));
  border-radius: 8px;
  box-shadow: 0 0 8px 0 rgba(var(--rgb-darkest), 0.1);
  padding: 12px 16px;
  border: 1px solid transparent;
  transition: all 200ms;
}
.modern-box:hover .modern-box-content {
  box-shadow: 0 2px 8px 0 rgba(var(--rgb-darkest), 0.14);
}

section.fancy-wrapper .fancy-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(4, 1fr);
  grid-template-areas: "a a a a" "a a a a" "b b c c" "d d e e";
  grid-gap: 16px;
  height: auto;
}
section.fancy-wrapper .fancy-grid .figure-link {
  grid-column: span 2;
  height: 100%;
  width: 100%;
}
section.fancy-wrapper .fancy-grid .figure-link figure {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  margin-bottom: 0;
}
section.fancy-wrapper .fancy-grid .figure-link figure img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.2s linear;
}
section.fancy-wrapper .fancy-grid .figure-link figure figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(var(--rgb-black), 0.3);
  padding: 20px;
  color: rgb(var(--rgb-lightest));
  text-shadow: 2px 2px rgb(var(--rgb-lightest), 0.2);
}
section.fancy-wrapper .fancy-grid .figure-link figure figcaption span {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
section.fancy-wrapper .fancy-grid .figure-link:hover img {
  transform: scale(1.1);
}
section.fancy-wrapper .fancy-grid :nth-of-type(1) {
  grid-area: a;
  grid-column: 1/5;
  grid-row: 1/3;
}
section.fancy-wrapper .fancy-grid :nth-of-type(1) figure figcaption {
  line-height: 24px;
  font-size: 18px;
}

.dirty-boxes {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(2, 286px);
  place-items: stretch;
  gap: 16px;
  margin: 16px 0;
}
.dirty-boxes-item {
  position: relative;
  width: 100%;
  grid-column: span 5;
  border-radius: 16px;
}
.dirty-boxes-item img {
  width: 100%;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  object-fit: cover;
  border-radius: 16px;
}
.dirty-boxes-item:nth-of-type(4n-2), .dirty-boxes-item:nth-of-type(4n-1) {
  grid-column: span 7;
}
@media only screen and (max-width: 767px) {
  .dirty-boxes-item {
    grid-column: span 12 !important;
  }
}
.dirty-boxes-content {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 24px 32px;
  background: rgba(var(--rgb-black), 0.35);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(var(--rgb-darkest), 0.1);
  backdrop-filter: blur(0.6px);
  -webkit-backdrop-filter: blur(0.6px);
  border: 1px solid rgba(var(--rgb-lightest), 0.5);
}
.dirty-boxes-profile {
  display: flex;
  align-items: center;
  gap: 8px;
}
.dirty-boxes-profile p,
.dirty-boxes-profile h6 {
  color: rgb(var(--rgb-lightest)) !important;
}
.dirty-boxes-profile img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  max-width: 100%;
  object-fit: cover;
}
.dirty-boxes-bottom-left {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 24px 32px;
  color: rgb(var(--rgb-lightest)) !important;
  letter-spacing: 2px;
}
.dirty-boxes-bottom-left h3 {
  color: rgb(var(--rgb-lightest)) !important;
}

.gol-dirty-boxes {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(2, 200px);
  place-items: stretch;
  gap: 16px;
  padding: 16px 0;
}
.gol-dirty-boxes-item {
  position: relative;
  width: 100%;
  grid-column: span 5;
  border-radius: 16px;
}
.gol-dirty-boxes-item img {
  width: 100%;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  object-fit: cover;
  border-radius: 16px;
}
.gol-dirty-boxes-item:nth-of-type(1) {
  grid-column: span 8;
  grid-row: span 2;
}
.gol-dirty-boxes-item:nth-of-type(2), .gol-dirty-boxes-item:nth-of-type(3) {
  grid-column: span 4;
  grid-row: span 1;
}
@media only screen and (max-width: 767px) {
  .gol-dirty-boxes-item {
    grid-column: span 12 !important;
  }
}
.gol-dirty-boxes-content {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 24px 32px;
  background: rgba(var(--rgb-black), 0.35);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(var(--rgb-darkest), 0.1);
  backdrop-filter: blur(0.6px);
  -webkit-backdrop-filter: blur(0.6px);
  border: 1px solid rgba(var(--rgb-lightest), 0.5);
}
.gol-dirty-boxes-profile {
  display: flex;
  align-items: center;
  gap: 8px;
}
.gol-dirty-boxes-profile p,
.gol-dirty-boxes-profile h6 {
  color: rgb(var(--rgb-lightest)) !important;
}
.gol-dirty-boxes-profile img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  max-width: 100%;
  object-fit: cover;
}
.gol-dirty-boxes-bottom-left {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 24px 32px;
  color: rgb(var(--rgb-lightest)) !important;
  letter-spacing: 2px;
}
.gol-dirty-boxes-bottom-left h3 {
  color: rgb(var(--rgb-lightest)) !important;
}

.hover-shadow-up {
  box-shadow: 0 2px 8px -1px rgba(var(--rgb-darkest), 0.3);
  transition: all 200ms;
}
.hover-shadow-up:hover {
  transform: translateY(-5px);
  box-shadow: 0 7px 12px 0 rgba(var(--rgb-darkest), 0.3);
}

.swiper-button-next,
.swiper-button-prev {
  background: rgb(var(--rgb-fifth-dark));
  border: none !important;
  border-radius: var(--radius-full);
  color: rgb(var(--rgb-lightest)) !important;
  width: 40px;
  height: 40px;
}

@media only screen and (max-width: 360px) {
  .fancy-wrapper .fancy-grid {
    grid-template-columns: repeat(4, 1fr) !important;
    grid-template-rows: repeat(5, 1fr) !important;
    grid-template-areas: "a a a a" "b b b b" "c c c c" "d d d d" "e e e e" !important;
    height: auto !important;
  }
  .fancy-wrapper .fancy-grid .figure-link {
    grid-column: span 4 !important;
  }
  .fancy-wrapper .fancy-grid :nth-of-type(1) {
    grid-area: a !important;
    grid-column: span 4 !important;
    grid-row: span 1 !important;
  }
}
@media only screen and (max-width: 575px) {
  a.widget-link img {
    width: 60% !important;
    margin: auto;
  }
}
@media only screen and (max-width: 767px) {
  .item-box:not(:nth-last-of-type(1)) {
    border-bottom: 1px solid rgba(var(--rgb-darkest), 0.1);
  }
  .node-record {
    flex-direction: column;
    height: auto !important;
  }
  .node-record figure {
    min-height: 100px;
    height: 180px !important;
    width: 100% !important;
  }
  a.widget-link img {
    width: 70%;
    margin: auto;
  }
  .footer-copy {
    margin-bottom: 86px;
  }
}
@media only screen and (max-width: 992px) {
  article.article {
    flex-direction: column;
    height: auto !important;
  }
  article.article figure {
    width: auto !important;
  }
}
@media only screen and (min-width: 575px) {
  .shora-wrapper {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
@media only screen and (min-width: 767px) {
  article.article .content h4 {
    -webkit-line-clamp: 1 !important;
  }
  .categories-wrapper {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .news-wrapper {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .shora-wrapper {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  header.portal-header nav ul li a {
    font-size: 10px !important;
  }
  header.portal-header nav ul li a i {
    font-size: 16px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .search-form {
    flex-basis: 300px;
    flex-shrink: 1;
  }
  .shora-wrapper {
    grid-template-columns: repeat(4, 1fr) !important;
  }
}
@media only screen and (min-width: 1400px) {
  .news-wrapper {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}
@media only screen and (min-width: 992px) {
  .search-form {
    display: block !important;
  }
  .categories-wrapper {
    grid-template-columns: repeat(3, 1fr) !important;
  }
  header.portal-header {
    background-color: rgb(var(--rgb-fifth-dark));
    display: block;
    padding: 4px 16px;
    box-shadow: 0 3px 5px 0 rgba(var(--rgb-darkest), 0.1);
  }
  header.portal-header img {
    width: 75px;
    max-height: 75px;
    max-width: 100%;
  }
  header.portal-header nav > ul {
    display: flex;
    z-index: 300;
  }
  header.portal-header nav > ul > li {
    position: relative;
  }
  header.portal-header nav > ul > li:hover > a {
    box-shadow: inset 0 0 12px 1px rgba(var(--rgb-lightest), 0.15);
  }
  header.portal-header nav > ul > li > a {
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    color: rgb(var(--rgb-lightest));
    padding: 8px 14px;
    font-size: 14px;
    transition: box-shadow 200ms;
  }
  header.portal-header nav > ul > li > a i {
    font-size: 18px;
  }
  header.portal-header nav > ul > li ul {
    transition: all 200ms;
    transform: translateY(-10px);
    opacity: 0;
    visibility: hidden;
    position: absolute;
    width: 210px;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    background: rgb(var(--rgb-ninth-lighter));
    box-shadow: -1px 2px 8px 0 rgba(30, 115, 190, 0.2);
    border: 1px solid rgb(var(--rgb-fifth-dark));
  }
  header.portal-header nav > ul > li ul li {
    position: relative;
  }
  header.portal-header nav > ul > li ul li a {
    overflow: hidden;
    color: rgb(var(--rgb-fifth-dark)) !important;
    padding: 12px 12px;
  }
  header.portal-header nav > ul > li ul li a::before {
    content: "";
    width: 0;
    height: 100%;
    background: rgb(var(--rgb-first), 0.1);
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 160ms cubic-bezier(0.36, 0, 0.92, 0.54);
    transform-origin: top;
  }
  header.portal-header nav > ul > li ul li a:hover::before {
    width: 99.5%;
    height: 97%;
  }
  header.portal-header nav > ul > li ul li:nth-of-type(1) > a::before {
    border-radius: 12px 12px 0 0;
  }
  header.portal-header nav > ul > li ul li:nth-last-of-type(1) > a::before {
    border-radius: 0 0 12px 12px;
  }
  header.portal-header nav > ul > li ul li:has(ul)::before {
    content: "\f104";
    font-family: FontAwesome;
    position: absolute;
    top: 50%;
    left: 18px;
    transform: translate(-50%, -50%);
    font-size: 14px;
    color: rgb(var(--rgb-fifth-dark));
    transition: transform 300ms;
    cursor: pointer;
  }
  html[dir=ltr] header.portal-header nav > ul > li ul li:has(ul)::before {
    content: "\f105";
    right: 18px;
    left: auto;
  }
  header.portal-header nav > ul > li ul li:has(ul):hover::before {
    transform: translate(-50%, -50%);
  }
  header.portal-header nav > ul > li ul li:hover ul {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
  }
  header.portal-header nav > ul > li ul li ul {
    top: 0 !important;
    right: 100% !important;
  }
  html[dir=ltr] header.portal-header nav > ul > li ul li ul {
    left: 100% !important;
    right: auto !important;
  }
  header.portal-header nav > ul > li:hover > ul {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
  }
  .fancy-wrapper .fancy-grid {
    grid-template-columns: repeat(4, 1fr) !important;
    grid-template-rows: repeat(2, 1fr) !important;
    grid-template-areas: "a a b c" "a a d e" !important;
    height: 540px;
  }
  .fancy-wrapper .fancy-grid .figure-link {
    grid-column: span 1 !important;
  }
  .fancy-wrapper .fancy-grid :nth-of-type(1) {
    grid-area: a !important;
    grid-column: 1/3 !important;
    grid-row: 1/3 !important;
  }
}
@media only screen and (min-width: 1200px) {
  .categories-wrapper {
    grid-template-columns: repeat(4, 1fr) !important;
  }
}
@media only screen and (max-width: 992px) {
  .search-form {
    margin: 12px 12px 0 12px;
    display: none;
  }
  header.portal-header nav {
    width: 280px;
    height: 100vh;
    z-index: 2750;
    top: 0;
    background: rgb(var(--rgb-ninth-lighter));
    position: fixed;
    box-shadow: 0 2px 8px 0 rgba(var(--rgb-darkest), 0.1);
    left: 100%;
    transition: all 300ms cubic-bezier(0.34, -0.04, 0.61, 1.04);
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 8px;
  }
  html[dir=ltr] header.portal-header nav {
    right: 100%;
    left: auto;
  }
  header.portal-header nav::-webkit-scrollbar {
    width: 8px;
  }
  header.portal-header nav::-webkit-scrollbar-thumb {
    background: var(--scrollbar-thumb-bg);
    border-radius: var(--radius-full);
    cursor: pointer;
  }
  header.portal-header nav::-webkit-scrollbar-track {
    background: var(--scrollbar-bg);
  }
  header.portal-header nav > ul {
    flex-direction: column;
  }
  header.portal-header nav > ul > li {
    padding: 4px 8px;
  }
  header.portal-header nav > ul > li > a {
    color: rgb(var(--rgb-dark));
    flex-direction: row !important;
    padding: 12px 16px !important;
    cursor: pointer !important;
    font-weight: 500;
    transition: all 150ms;
  }
  header.portal-header nav > ul > li > a i {
    color: rgb(var(--rgb-dark));
  }
  header.portal-header nav > ul > li:hover > a {
    background-color: rgb(var(--rgb-darkest), 0.05);
  }
  header.portal-header nav > ul > li:has(ul)::before {
    content: "\f107";
    font-family: FontAwesome;
    position: absolute;
    font-size: 14px;
    top: 18px;
    left: 24px;
    color: rgb(var(--rgb-dark));
    transition: all 150ms;
    cursor: pointer;
  }
  html[dir=ltr] header.portal-header nav > ul > li:has(ul)::before {
    right: 24px;
    left: auto;
  }
  header.portal-header nav > ul > li ul {
    background-color: transparent;
    padding: 0 26px 0 8px;
    position: relative !important;
    transform: translateY(0) !important;
    overflow: hidden;
    height: 0;
    pointer-events: auto !important;
    visibility: visible !important;
    border-radius: 0 !important;
    width: 100% !important;
    box-shadow: none !important;
    border: none !important;
    transition: all 200ms;
  }
  html[dir=ltr] header.portal-header nav > ul > li ul {
    padding: 0 8px 0 26px;
  }
  header.portal-header nav > ul > li ul li {
    position: relative;
  }
  header.portal-header nav > ul > li ul li:nth-of-type(1) a::before {
    display: none;
  }
  header.portal-header nav > ul > li ul li:nth-last-of-type(1) > a::after {
    display: none;
  }
  header.portal-header nav > ul > li ul li a {
    width: 100%;
    font-size: 0.8em;
    padding: 10px;
    color: rgb(var(--rgb-dark)) !important;
  }
  header.portal-header nav > ul > li ul li a::before, header.portal-header nav > ul > li ul li a::after {
    content: "";
    width: 1px;
    height: 50%;
    position: absolute;
    right: 0;
    background: rgba(var(--rgb-light-dark), 0.1);
  }
  html[dir=ltr] header.portal-header nav > ul > li ul li a::before, html[dir=ltr] header.portal-header nav > ul > li ul li a::after {
    left: 0;
    right: auto;
  }
  header.portal-header nav > ul > li ul li a::before {
    top: 0;
  }
  header.portal-header nav > ul > li ul li a::after {
    bottom: 0;
  }
  header.portal-header nav > ul > li ul li a:hover {
    color: rgb(var(--rgb-darkest)) !important;
  }
  header.portal-header nav > ul > li ul li:nth-last-of-type(1) a::before,
  header.portal-header nav > ul > li ul li:nth-last-of-type(1) a::after, header.portal-header nav > ul > li ul li:nth-last-of-type(1) a::before,
  header.portal-header nav > ul > li ul li:nth-last-of-type(1) a::after {
    content: "";
    width: 1px;
    height: 20px !important;
    position: absolute;
    right: 0;
    background: rgba(var(--rgb-light-dark), 0.1);
  }
  html[dir=ltr] header.portal-header nav > ul > li ul li:nth-last-of-type(1) a::before,
  html[dir=ltr] header.portal-header nav > ul > li ul li:nth-last-of-type(1) a::after, html[dir=ltr] header.portal-header nav > ul > li ul li:nth-last-of-type(1) a::before,
  html[dir=ltr] header.portal-header nav > ul > li ul li:nth-last-of-type(1) a::after {
    left: 0;
    right: auto;
  }
  header.portal-header nav > ul > li ul li::after {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 6px;
    background-color: rgb(var(--rgb-light));
    position: absolute;
    top: 20px;
    left: 100%;
    transform: translate(-50%, -50%);
  }
  html[dir=ltr] header.portal-header nav > ul > li ul li::after {
    transform: translate(50%, -50%);
    right: 100%;
    left: auto;
  }
  header.portal-header nav > ul > li.show::before {
    color: rgb(var(--rgb-lightest)) !important;
  }
  header.portal-header nav > ul > li.show > a {
    color: rgb(var(--rgb-lightest)) !important;
    background-color: rgb(var(--rgb-first));
  }
  header.portal-header nav > ul > li.show > a i {
    color: rgb(var(--rgb-lightest)) !important;
  }
  header.portal-header nav > ul > li.show > ul {
    height: 100%;
  }
  header.portal-header nav > ul > li.show > ul li.show::before {
    color: rgb(var(--rgb-first)) !important;
  }
  header.portal-header nav > ul > li.show > ul li.show > a {
    color: rgb(var(--rgb-first)) !important;
  }
  header.portal-header nav > ul > li.show > ul li.show > a i {
    color: rgb(var(--rgb-first)) !important;
  }
  header.portal-header nav > ul > li.show > ul li.show > ul {
    opacity: 1 !important;
    height: fit-content !important;
    right: 0 !important;
    display: block;
  }
  html[dir=ltr] header.portal-header nav > ul > li.show > ul li.show > ul {
    left: 0 !important;
    right: auto !important;
  }
  header.portal-header nav.show {
    transform: translateX(-100%);
  }
  html[dir=ltr] header.portal-header nav.show {
    transform: translateX(100%);
  }
}
.shora-text-box {
  background-color: rgb(var(--rgb-ninth-lighter));
  width: 100%;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all 200ms;
  box-shadow: 0 0 12px -4px rgba(var(--rgb-first), 0.5);
}
.shora-text-box-title {
  font-size: 16px;
  font-weight: bold;
  color: rgb(var(--rgb-first-darker));
}
.shora-text-box img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  max-width: 100%;
  border-radius: 6px;
}
@media only screen and (max-width: 575px) {
  .shora-text-box img {
    padding: 0 16px;
  }
}
.shora-text-box:hover {
  transform: scale(1.07);
  box-shadow: 0 0 24px -12px rgba(var(--rgb-first), 0.8);
}

/* Tanian page start */
.big-animated-slider .swiper-slide {
  height: 440px;
  overflow: hidden;
}
.big-animated-slider .swiper-slide-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.big-animated-slider .swiper-slide-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgb(var(--rgb-black), 0.3);
  z-index: 30;
}
.big-animated-slider .swiper-slide-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
  color: rgb(var(--rgb-lightest));
  transition: all 1.2s 0.8s cubic-bezier(0.51, 0.29, 0.22, 0.9);
  width: 500px;
  max-width: 100%;
  z-index: 32;
  display: flex;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  line-height: 30px;
  padding: 16px;
}
.big-animated-slider .swiper-slide-content h2 {
  letter-spacing: 2px;
}
.big-animated-slider .swiper-slide-content * {
  color: rgb(var(--rgb-lightest));
}
@media only screen and (min-width: 767px) {
  .big-animated-slider .swiper-slide-content.to-left {
    left: 35% !important;
  }
  .big-animated-slider .swiper-slide-content.to-right {
    left: 65% !important;
  }
}
@media only screen and (min-width: 992px) {
  .big-animated-slider .swiper-slide-content.to-left {
    left: 25% !important;
  }
  .big-animated-slider .swiper-slide-content.to-right {
    left: 75% !important;
  }
}
.big-animated-slider .swiper-slide:not(.big-animated-slider .swiper-slide-active) .swiper-slide-content {
  top: 100%;
  opacity: 0;
}
.big-animated-slider .swiper-pagination-bullet {
  background-color: rgb(var(--rgb-lightest), 0.8) !important;
  opacity: 1;
  transition: all 200ms;
}
.big-animated-slider .swiper-pagination-bullet-active {
  background-color: rgb(var(--rgb-first-light), 1) !important;
}
.big-animated-slider .swiper-horizontal > .swiper-pagination-bullets,
.big-animated-slider .swiper-pagination-bullets.swiper-pagination-horizontal,
.big-animated-slider .swiper-pagination-custom,
.big-animated-slider .swiper-pagination-fraction {
  bottom: 0;
}

.working-services .swiper-slide {
  height: 300px;
  background-color: rgb(var(--rgb-ninth-lighter));
  box-shadow: 0 0 6px 1px rgba(var(--rgb-darkest), 0.1);
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 12px 16px;
  text-align: center;
  align-items: center;
  transition: all 200ms;
}
.working-services .swiper-slide h5 {
  line-height: 30px;
}
.working-services .swiper-slide img {
  width: 95px;
  max-width: 100%;
  height: 95px;
  object-fit: cover;
}
.working-services .swiper-slide:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 6px 1px rgba(var(--rgb-darkest), 0.1);
}

.services-btn {
  padding: 12px 16px;
  color: rgb(var(--rgb-second));
  font-size: 16px;
  border-radius: 14px;
}
.services-btn:hover {
  box-shadow: 0 4px 10px 1px rgba(var(--rgb-darkest), 0.1);
  background-color: rgb(var(--rgb-second));
  color: rgb(var(--rgb-lightest));
}

.side-banner {
  height: 219px;
  max-height: 100%;
  flex-grow: 1;
  flex-shrink: 1;
}
.side-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: 100%;
  border-radius: 16px;
  box-shadow: 0px 2px 6px 0px rgba(var(--rgb-darkest), 0.1);
}

.customers-slider .swiper-slide {
  transition: all 200ms;
  padding: 12px 16px;
}
.customers-slider .swiper-slide img {
  width: 100%;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  object-fit: cover;
}
.customers-slider .swiper-slide:hover {
  background-color: rgb(var(--rgb-ninth-lighter));
  border-radius: 12px;
  box-shadow: 0px 2px 6px 0px rgba(var(--rgb-darkest), 0.1);
}

.intro-wrapper {
  position: relative;
  height: 610px;
}
.intro-wrapper .intro-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
}
.intro-wrapper .intro-bg-wrapper {
  height: 100%;
  width: 100%;
  position: relative;
}
.intro-wrapper .intro-bg-wrapper a::before {
  content: "\f04b";
  font-family: var(--fa-style-family, "Font Awesome 6 Pro");
  font-weight: var(--fa-style, 900);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  font-size: 26px;
  border: 1px solid rgb(var(--rgb-lightest));
  color: rgb(var(--rgb-lightest), 6);
  background-color: rgb(var(--rgb-black), 0.2);
  border-radius: 50%;
  width: 80px;
  height: 80px;
  display: grid;
  place-items: center;
}
@media only screen and (max-width: 767px) {
  .intro-wrapper .intro-bg-wrapper a::before {
    top: 30%;
  }
}
.intro-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 10;
  display: flex;
  backdrop-filter: blur(10px);
  padding: 36px 0;
  line-height: 24px;
  background-color: rgb(var(--rgb-black), 0.15);
  color: rgb(var(--rgb-lightest));
}
.intro-content h1,
.intro-content p {
  color: rgb(var(--rgb-lightest));
}
.intro-content h1 {
  letter-spacing: 2px;
}
.intro-content p {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.intro-btn {
  background-color: rgb(var(--rgb-lightest), 0.15);
  border: 1px solid rgb(var(--rgb-lightest));
  padding: 14px 26px;
  color: rgb(var(--rgb-lightest));
  border-radius: 8px;
  font-size: 16px;
  display: flex;
}

.sub-companies .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 240px;
  gap: 16px;
  transition: all 200ms;
}
.sub-companies .swiper-slide h3 {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
  transition: all 200ms;
}
.sub-companies .swiper-slide img {
  width: 100px;
  height: 100px;
  object-fit: cover;
}
.sub-companies .swiper-slide.swiper-no-swiping {
  filter: grayscale(100%);
  user-select: none;
}
.sub-companies .swiper-slide.swiper-no-swiping h3 {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}
.sub-companies .swiper-button-prev {
  right: 40% !important;
}
html[dir=ltr] .sub-companies .swiper-button-prev {
  left: 40% !important;
  right: auto !important;
}

.sub-companies .swiper-button-next {
  left: 40% !important;
}
html[dir=ltr] .sub-companies .swiper-button-next {
  right: 40% !important;
  left: auto !important;
}

@media only screen and (max-width: 1200px) {
  .sub-companies .swiper-button-prev {
    right: 34% !important;
  }
  .sub-companies .swiper-button-next {
    left: 34% !important;
  }
}
@media only screen and (max-width: 992px) {
  .sub-companies .swiper-button-prev {
    right: 32% !important;
  }
  .sub-companies .swiper-button-next {
    left: 32% !important;
  }
}
@media only screen and (max-width: 767px) {
  .sub-companies .swiper-button-prev {
    right: 31% !important;
  }
  .sub-companies .swiper-button-next {
    left: 31% !important;
  }
}
@media only screen and (max-width: 575px) {
  .sub-companies .swiper-button-prev {
    right: 10% !important;
  }
  .sub-companies .swiper-button-next {
    left: 10% !important;
  }
}
.sub-companies .swiper-button-prev,
.sub-companies .swiper-button-next {
  background-color: transparent !important;
  border: none !important;
  color: rgb(var(--rgb-light-dark)) !important;
  width: 22px !important;
  height: 22px !important;
}
.sub-companies .swiper-button-prev:hover,
.sub-companies .swiper-button-next:hover {
  color: rgb(var(--rgb-second)) !important;
}
.sub-companies-txt {
  padding: 0 16px;
}
.sub-companies-txt p {
  color: rgb(var(--rgb-dark));
  font-size: 16px;
  line-height: 26px;
}

/* Tanian page end */
/* Tourism page start */
.tour-boxes-swiper {
  padding: 16px 2px 2px 2px;
}
.tour-boxes-swiper .swiper-slide {
  background: rgb(var(--rgb-ninth-lighter));
  color: rgb(var(--rgb-lightest));
  border-radius: 12px;
  border: 1px solid rgb(var(--rgb-first-lighter));
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  height: auto;
  transition: all 200ms;
}
.tour-boxes-swiper .swiper-slide:hover {
  box-shadow: 0 4px 12px -6px rgba(var(--rgb-first), 0.4);
}
.tour-boxes-swiper .swiper-slide:hover .tour-item-icon {
  box-shadow: 0 4px 12px -6px rgba(var(--rgb-first), 0.4);
  top: -22px;
}
.tour-boxes-swiper .swiper-slide .tour-item-icon {
  background-color: rgb(var(--rgb-first));
  width: 60px;
  height: 60px;
  left: 50%;
  top: -16px;
  transform: translateX(-50%);
  border-radius: 12px;
  position: absolute;
  z-index: -1;
  display: grid;
  place-items: center;
  position: absolute;
  transition: all 200ms;
}
.tour-boxes-swiper .swiper-slide h6 {
  margin: 0;
  padding: 54px 0 12px 0;
  text-align: center;
  color: rgb(var(--rgb-first-darker));
  transition: all 500ms ease-in-out;
}

/* Tourism page end */
.cinema-seat {
  --sidebar-width: 0px;
}

/*# sourceMappingURL=portal-main.css.map */
