.read-more {
  line-height: 30px;
  padding: 4px 16px 4px 32px;
  color: #252525;
  font-weight: 500;
  border-radius: 24px;
  margin-bottom: 3px;
  transition: 0.5s ease-in-out;
  display: flex;
  gap: 16px;
  align-items: center; }
  .read-more:hover {
    box-shadow: 0 0 5px #000000d0;
    letter-spacing: 1px; }

.PhotoView-Portal {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  touch-action: none;
  width: 100%;
  z-index: 2000; }

@keyframes PhotoView__rotate {
  0% {
    transform: rotate(0deg); }
  to {
    transform: rotate(1turn); } }
@keyframes PhotoView__delayIn {
  0%, 50% {
    opacity: 0; }
  to {
    opacity: 1; } }
.PhotoView__Spinner {
  animation: PhotoView__delayIn 0.4s linear both; }

.PhotoView__Spinner svg {
  animation: PhotoView__rotate 0.6s linear infinite; }

.PhotoView__Photo {
  -webkit-user-drag: none;
  cursor: grab;
  max-width: none; }

.PhotoView__Photo:active {
  cursor: grabbing; }

.PhotoView__icon {
  display: inline-block;
  left: 0;
  position: absolute;
  top: 0;
  transform: translate(-50%, -50%); }

.PhotoView__PhotoBox, .PhotoView__PhotoWrap {
  bottom: 0;
  direction: ltr;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  touch-action: none;
  width: 100%; }
  .PhotoView__PhotoBox .picture-container, .PhotoView__PhotoWrap .picture-container {
    position: absolute;
    top: -50%;
    left: -50%;
    height: 100dvh;
    width: 100%; }
    .PhotoView__PhotoBox .picture-container .picture-content, .PhotoView__PhotoWrap .picture-container .picture-content {
      width: 100%;
      height: 100%;
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center; }
      .PhotoView__PhotoBox .picture-container .picture-content img, .PhotoView__PhotoWrap .picture-container .picture-content img {
        max-width: 90%;
        max-height: calc(100dvh - 120px - 10dvh); }
      .PhotoView__PhotoBox .picture-container .picture-content .info, .PhotoView__PhotoWrap .picture-container .picture-content .info {
        width: 100%;
        max-width: 1024px;
        position: absolute;
        bottom: 0;
        z-index: 100; }
        .PhotoView__PhotoBox .picture-container .picture-content .info .heading, .PhotoView__PhotoWrap .picture-container .picture-content .info .heading {
          background-color: #00000080;
          border-top-left-radius: 16px;
          border-top-right-radius: 16px;
          display: flex;
          justify-content: space-between;
          align-items: center;
          height: 40px;
          padding: 0 16px;
          gap: 16px; }
          .PhotoView__PhotoBox .picture-container .picture-content .info .heading .pic-title, .PhotoView__PhotoWrap .picture-container .picture-content .info .heading .pic-title {
            width: calc(100% - 100px);
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            color: #ffffff !important; }
          @media (max-width: 1024px) {
            .PhotoView__PhotoBox .picture-container .picture-content .info .heading .line .title, .PhotoView__PhotoWrap .picture-container .picture-content .info .heading .line .title {
              display: none; } }
      .PhotoView__PhotoBox .picture-container .picture-content .line, .PhotoView__PhotoWrap .picture-container .picture-content .line {
        color: #ffffff;
        margin-right: 16px; }
        .PhotoView__PhotoBox .picture-container .picture-content .line .title, .PhotoView__PhotoWrap .picture-container .picture-content .line .title {
          color: #cccccc !important;
          font-size: 12px; }
        .PhotoView__PhotoBox .picture-container .picture-content .line .value, .PhotoView__PhotoWrap .picture-container .picture-content .line .value {
          color: #ffffff;
          font-size: 14px; }
        .PhotoView__PhotoBox .picture-container .picture-content .line.read-all, .PhotoView__PhotoWrap .picture-container .picture-content .line.read-all {
          text-decoration: underline;
          cursor: pointer; }
      .PhotoView__PhotoBox .picture-container .picture-content .info-content, .PhotoView__PhotoWrap .picture-container .picture-content .info-content {
        width: 100%;
        max-width: 1024px;
        max-height: calc(100dvh - 100px);
        bottom: calc(-100dvh + 100px);
        position: absolute;
        z-index: 1000;
        background-color: #353535;
        transition: 0.5s ease-in-out;
        border-top-left-radius: 16px;
        border-top-right-radius: 16px;
        padding-bottom: 32px;
        overflow: hidden auto; }
        .PhotoView__PhotoBox .picture-container .picture-content .info-content *, .PhotoView__PhotoWrap .picture-container .picture-content .info-content * {
          color: #ffffff !important; }
        .PhotoView__PhotoBox .picture-container .picture-content .info-content .info-header, .PhotoView__PhotoWrap .picture-container .picture-content .info-content .info-header {
          background-color: #252525;
          height: 40px;
          width: 100%;
          padding: 0 16px;
          display: flex;
          align-items: center;
          justify-content: space-between; }
        .PhotoView__PhotoBox .picture-container .picture-content .info-content.active, .PhotoView__PhotoWrap .picture-container .picture-content .info-content.active {
          bottom: 0; }
        .PhotoView__PhotoBox .picture-container .picture-content .info-content .info-body, .PhotoView__PhotoWrap .picture-container .picture-content .info-content .info-body {
          display: flex;
          align-items: flex-start;
          justify-content: flex-start;
          flex-wrap: wrap;
          gap: 16px;
          padding: 16px; }
          .PhotoView__PhotoBox .picture-container .picture-content .info-content .info-body .line, .PhotoView__PhotoWrap .picture-container .picture-content .info-content .info-body .line {
            width: calc(50% - 8px); }
            .PhotoView__PhotoBox .picture-container .picture-content .info-content .info-body .line.category, .PhotoView__PhotoWrap .picture-container .picture-content .info-content .info-body .line.category {
              width: 100%; }
          @media (max-width: 1024px) {
            .PhotoView__PhotoBox .picture-container .picture-content .info-content .info-body .line, .PhotoView__PhotoWrap .picture-container .picture-content .info-content .info-body .line {
              width: 100%; } }
        .PhotoView__PhotoBox .picture-container .picture-content .info-content .description, .PhotoView__PhotoWrap .picture-container .picture-content .info-content .description {
          width: 100%;
          padding: 0 16px;
          display: flex;
          align-items: center;
          justify-content: flex-start;
          flex-direction: column;
          gap: 16px; }
          .PhotoView__PhotoBox .picture-container .picture-content .info-content .description hr, .PhotoView__PhotoWrap .picture-container .picture-content .info-content .description hr {
            height: 1px;
            width: 90%;
            background-color: #cccccc; }
          .PhotoView__PhotoBox .picture-container .picture-content .info-content .description .text, .PhotoView__PhotoWrap .picture-container .picture-content .info-content .description .text {
            font-size: 14px; }

.PhotoView__PhotoWrap {
  overflow: hidden;
  z-index: 10; }

.PhotoView__PhotoBox {
  transform-origin: left top; }

@keyframes PhotoView__fade {
  0% {
    opacity: 0; }
  to {
    opacity: 1; } }
.PhotoView-Slider__clean .PhotoView-Slider__ArrowLeft, .PhotoView-Slider__clean .PhotoView-Slider__ArrowRight, .PhotoView-Slider__clean .PhotoView-Slider__BannerWrap, .PhotoView-Slider__clean .PhotoView-Slider__Overlay, .PhotoView-Slider__willClose .PhotoView-Slider__BannerWrap:hover {
  opacity: 0; }

.PhotoView-Slider__Backdrop {
  background: #252525cf !important;
  backdrop-filter: blur(10px);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition-property: background-color;
  width: 100%;
  z-index: -1; }

.PhotoView-Slider__fadeIn {
  animation: PhotoView__fade linear both;
  opacity: 0; }

.PhotoView-Slider__fadeOut {
  animation: PhotoView__fade linear reverse both;
  opacity: 0; }

.PhotoView-Slider__BannerWrap {
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  display: flex;
  height: 44px;
  justify-content: space-between;
  left: 0;
  position: absolute;
  top: 0;
  transition: opacity .2s ease-out;
  width: 100%;
  z-index: 20; }

.PhotoView-Slider__BannerWrap:hover {
  opacity: 1; }

.PhotoView-Slider__Counter {
  font-size: 18px;
  font-weight: 500;
  color: #fff !important;
  padding: 0 16px; }

.PhotoView-Slider__BannerRight {
  align-items: center;
  display: flex;
  height: 100%; }

.PhotoView-Slider__toolbarIcon {
  fill: #fff;
  box-sizing: border-box;
  cursor: pointer;
  opacity: .75;
  padding: 10px;
  transition: opacity 0.2s linear; }

.PhotoView-Slider__toolbarIcon:hover {
  opacity: 1; }

.PhotoView-Slider__ArrowLeft, .PhotoView-Slider__ArrowRight {
  align-items: center;
  bottom: 0;
  cursor: pointer;
  display: flex;
  height: 100px;
  justify-content: center;
  margin: auto;
  opacity: .75;
  position: absolute;
  top: 0;
  transition: opacity .2s linear;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 70px;
  z-index: 20; }

.PhotoView-Slider__ArrowLeft:hover, .PhotoView-Slider__ArrowRight:hover {
  opacity: 1; }

.PhotoView-Slider__ArrowLeft svg, .PhotoView-Slider__ArrowRight svg {
  fill: #fff;
  background: rgba(0, 0, 0, 0.3);
  box-sizing: content-box;
  height: 24px;
  padding: 10px;
  width: 24px; }

.PhotoView-Slider__ArrowLeft {
  left: 0; }

.PhotoView-Slider__ArrowRight {
  right: 0; }

.loading-wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  position: fixed;
  gap: 32px;
  left: 0;
  top: 0;
  transition: 0.5s ease-in-out;
  width: 100%;
  height: 100dvh;
  opacity: 0;
  z-index: -1;
  color: #fff !important;
  /* SVG Spinner */
  /* Animations */
  /* Rotating the spinner */
  /* Stroke-dasharray animation */ }
  .loading-wrapper > * {
    color: #fff !important;
    text-shadow: 0 0 10px #000000; }
  .loading-wrapper.active {
    opacity: 1;
    z-index: 100000;
    backdrop-filter: blur(9px);
    background-color: #2525258e; }
  .loading-wrapper .loading-title {
    font-size: 40px; }
  .loading-wrapper .loading-text {
    font-size: 24px; }
  .loading-wrapper .loading-spinner {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px; }
  .loading-wrapper .spinner {
    animation: rotate 2s linear infinite;
    width: 100%;
    height: 100%; }
  .loading-wrapper .path {
    stroke: #3498db;
    stroke-linecap: round;
    animation: dash 1.5s ease-in-out infinite; }
@keyframes rotate {
  100% {
    transform: rotate(360deg); } }
@keyframes dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35; }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124; } }
#banner {
  width: 100%;
  background-color: #3333;
  overflow: hidden;
  position: relative; }
  #banner .banner-container {
    max-height: calc(100dvh - 70px);
    min-height: 250px;
    height: 60vw;
    width: 100%;
    background-color: #3333; }
    #banner .banner-container .banner-item {
      width: 100%;
      height: 100%;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center; }
    #banner .banner-container .swiper-button-next,
    #banner .banner-container .swiper-button-prev {
      height: 100%;
      width: 25%;
      transition: 0.5s background ease-in-out;
      top: var(--swiper-navigation-top-offset, 22px);
      right: var(--swiper-navigation-sides-offset, 0px); }
      #banner .banner-container .swiper-button-next:hover,
      #banner .banner-container .swiper-button-prev:hover {
        background: linear-gradient(to right, #0000, #3333, #111); }
      #banner .banner-container .swiper-button-next::after,
      #banner .banner-container .swiper-button-prev::after {
        content: none; }
    #banner .banner-container .swiper-button-prev {
      top: var(--swiper-navigation-top-offset, 22px);
      left: var(--swiper-navigation-sides-offset, 0px); }
      #banner .banner-container .swiper-button-prev:hover {
        background: linear-gradient(to left, #0000, #3333, #111); }
      #banner .banner-container .swiper-button-prev::after {
        content: none; }
  #banner .slick-arrow {
    position: absolute;
    height: 100%;
    width: 25%;
    background-color: #3333;
    top: 0;
    transform: none; }
    #banner .slick-arrow.slick-prev {
      left: 0; }
    #banner .slick-arrow.slick-next {
      right: 0; }

#about {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: center;
  justify-content: center;
  margin-top: 32px; }
  #about.full {
    margin-top: 16px;
    width: 100%;
    font-size: 16px;
    line-height: 1.6;
    color: #333; }
    #about.full h1,
    #about.full h2,
    #about.full h3,
    #about.full h4,
    #about.full h5,
    #about.full h6 {
      font-weight: bold;
      margin: 10px 0;
      line-height: 1.3; }
    #about.full h1 {
      font-size: 28px; }
    #about.full h2 {
      font-size: 24px; }
    #about.full h3 {
      font-size: 22px; }
    #about.full h4 {
      font-size: 20px; }
    #about.full h5 {
      font-size: 18px; }
    #about.full h6 {
      font-size: 16px; }
    #about.full p {
      margin: 10px 0; }
    #about.full ul,
    #about.full ol {
      margin: 10px 0 10px 20px;
      padding-left: 20px;
      list-style: initial; }
    #about.full li {
      margin-bottom: 8px; }
    #about.full a {
      color: #0070f3;
      text-decoration: underline; }
      #about.full a:hover {
        color: #0056b3; }
    #about.full blockquote {
      margin: 10px 0;
      padding: 10px 20px;
      background-color: #f0f0f0;
      border-left: 5px solid #ccc;
      font-style: italic; }
    #about.full pre {
      background-color: #f4f4f4;
      padding: 10px;
      border-radius: 5px;
      overflow-x: auto; }
    #about.full code {
      background-color: #eee;
      padding: 2px 5px;
      border-radius: 3px; }
    #about.full strong {
      font-weight: bold; }
    #about.full em {
      font-style: italic; }
  #about .about-min {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
    justify-content: center; }
    #about .about-min .title {
      font-size: 24px;
      letter-spacing: 1px; }
    #about .about-min .about-min-info {
      display: flex;
      gap: 24px;
      width: 100%;
      justify-content: space-between;
      align-items: stretch; }
      @media (max-width: 767px) {
        #about .about-min .about-min-info {
          flex-direction: column;
          gap: 16px; } }
      #about .about-min .about-min-info .about-min-image {
        width: 50%;
        max-height: 500px; }
        @media (max-width: 767px) {
          #about .about-min .about-min-info .about-min-image {
            width: 100%;
            max-height: unset; } }
        #about .about-min .about-min-info .about-min-image img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          object-position: center; }
      #about .about-min .about-min-info .about-min-content {
        width: 50%;
        display: flex;
        flex-direction: column;
        gap: 16px;
        align-items: center;
        justify-content: space-between; }
        @media (max-width: 767px) {
          #about .about-min .about-min-info .about-min-content {
            width: 100%; } }
        #about .about-min .about-min-info .about-min-content .about-min-text {
          text-align: justify;
          vertical-align: middle;
          line-height: 1.6;
          height: 100%;
          letter-spacing: 0.7px; }

#gallery {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: center;
  justify-content: center; }
  #gallery .gallery-header {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
    justify-content: center;
    margin-top: 32px;
    width: 100%; }
    #gallery .gallery-header ul.nav {
      display: flex;
      flex-direction: row;
      justify-content: center;
      flex-wrap: wrap;
      font-size: 20px;
      margin-bottom: 10px;
      width: 100%;
      gap: 8px; }
      #gallery .gallery-header ul.nav li {
        cursor: pointer;
        display: inline-block;
        color: #343a40;
        line-height: 27px;
        position: relative;
        height: 30px;
        padding: 0 16px;
        transition: .5s ease-in-out;
        font-size: 18px;
        font-weight: 500;
        white-space: nowrap; }
        #gallery .gallery-header ul.nav li hr {
          position: absolute;
          bottom: 0;
          left: 50%;
          width: 0;
          height: 3px;
          transition: all .5s ease-in-out;
          border-bottom-left-radius: 3px;
          border-bottom-right-radius: 3px;
          margin: 0;
          border: none;
          border-bottom: 3px #32b67570 solid; }
        #gallery .gallery-header ul.nav li.active hr {
          height: 30px;
          width: 100%;
          left: 0;
          border-bottom: 3px #32b675 solid; }
        #gallery .gallery-header ul.nav li:hover hr {
          height: 30px;
          width: 100%;
          left: 0;
          border-bottom: 3px #32b67550 solid; }
  #gallery .pictures-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 16px;
    width: 100%; }
    #gallery .pictures-list .picture-item {
      width: calc((100vw - 64px) / 3);
      height: calc((100vw - 64px) / 3);
      max-width: 320px;
      max-height: 320px;
      position: relative;
      cursor: pointer;
      box-shadow: 0 0 5px #25252578;
      transition: .5s ease-in-out; }
      #gallery .pictures-list .picture-item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center center; }
      #gallery .pictures-list .picture-item .info {
        width: 0;
        height: 0;
        transition: .5s ease-in-out;
        position: absolute;
        bottom: 50%;
        left: 50%;
        border-radius: 50%;
        opacity: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        padding: 16px;
        gap: 16px; }
        #gallery .pictures-list .picture-item .info * {
          color: #fff;
          text-shadow: -1px 0 8px #000;
          margin: 0; }
        #gallery .pictures-list .picture-item .info h3 {
          font-size: 18px;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis;
          width: 100%;
          text-align: center;
          margin: 0; }
      @media (min-width: 768px) {
        #gallery .pictures-list .picture-item:hover {
          box-shadow: 0 0 10px #000000aa; }
          #gallery .pictures-list .picture-item:hover .info {
            width: 100%;
            height: 100%;
            bottom: 0;
            left: 0;
            background-color: rgba(0, 0, 0, 0.3);
            backdrop-filter: blur(3px);
            border-radius: 0;
            opacity: 1; } }
    @media (max-width: 767px) {
      #gallery .pictures-list {
        gap: 8px; }
        #gallery .pictures-list .picture-item {
          width: calc((100vw - 48px) / 3);
          height: calc((100vw - 48px) / 3); } }

#exhibitions.container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 32px;
  padding-bottom: 16px; }
  #exhibitions.container .exhibitions-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 32px;
    width: 100%; }
    @media (max-width: 1024px) {
      #exhibitions.container .exhibitions-list {
        gap: 16px; } }
    @media (max-width: 500px) {
      #exhibitions.container .exhibitions-list {
        flex-direction: row;
        justify-content: center; } }
    #exhibitions.container .exhibitions-list .exhibition-card {
      width: calc((100% - 64px) / 3);
      max-width: 300px;
      transition: 0.5s ease-in-out;
      border-radius: 16px;
      box-shadow: 0 0 5px #00000070;
      cursor: pointer; }
      @media (max-width: 1024px) {
        #exhibitions.container .exhibitions-list .exhibition-card {
          width: calc((100% - 32px) / 3); } }
      @media (max-width: 500px) {
        #exhibitions.container .exhibitions-list .exhibition-card {
          width: 100%; } }
      #exhibitions.container .exhibitions-list .exhibition-card h3 {
        margin: 0; }
      #exhibitions.container .exhibitions-list .exhibition-card .card-body {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        overflow: hidden;
        gap: 8px;
        padding-bottom: 16px;
        border-radius: 16px;
        width: 100%; }
      #exhibitions.container .exhibitions-list .exhibition-card .avatar {
        width: 100%;
        height: 300px;
        border-radius: 16px; }
        #exhibitions.container .exhibitions-list .exhibition-card .avatar img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          object-position: center; }
      #exhibitions.container .exhibitions-list .exhibition-card .info {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 0 16px;
        width: 100%; }
        #exhibitions.container .exhibitions-list .exhibition-card .info span {
          font-size: 12px;
          width: 100%;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
          text-align: center;
          height: 0;
          transition: 0.5s ease-in-out; }
          #exhibitions.container .exhibitions-list .exhibition-card .info span.read {
            text-decoration: underline;
            text-align: center; }
        #exhibitions.container .exhibitions-list .exhibition-card .info h3 {
          font-size: 16px;
          font-weight: 500;
          width: 100%;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
          text-align: center; }
      #exhibitions.container .exhibitions-list .exhibition-card:hover {
        box-shadow: 0 0 11px #000000b0; }
        #exhibitions.container .exhibitions-list .exhibition-card:hover .info span {
          margin-top: 8px;
          height: 14px; }

/*# sourceMappingURL=home.page.css.map */
