.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; } }
#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); } }

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