.ojoyes-page .title-block {
  margin-bottom: 24px;
}

.ojoyes-page .title-block h2 {
  margin-bottom: 8px;
}

.ojoyes-page .gallery-hint {
  margin: 0;
  color: rgba(255, 255, 255, .72);
  font-family: "Raleway", sans-serif;
  font-size: 13px;
  letter-spacing: .04em;
}

.ojoyes-page .gallery-section {
  position: relative;
  padding: 0 62px;
}

.ojoyes-page .portfolio-item {
  position: relative;
  height: 440px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 14px;
  background: rgba(30, 0, 5, .35);
  box-shadow: 0 14px 38px rgba(24, 0, 4, .28);
  cursor: default;
}

.ojoyes-page .portfolio-item > h4 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  min-height: 64px;
  margin: 0;
  padding: 14px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: linear-gradient(180deg, rgba(50, 0, 7, .88), rgba(50, 0, 7, .58)) !important;
  font-size: 15px;
  line-height: 1.35;
  text-align: center;
}

.ojoyes-page .portfolio-item .thumb {
  height: 100%;
}

.ojoyes-page .portfolio-item img {
  width: 100%;
  height: 100%;
  border-radius: 14px;
  object-fit: cover;
  transition: transform .45s ease;
}

.ojoyes-page .portfolio-item:hover img {
  transform: scale(1.035);
}

.ojoyes-page .portfolio-item .thumb-inner {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 122px;
  padding: 18px;
  border-radius: 0 0 14px 14px;
  background: linear-gradient(180deg, rgba(43, 0, 6, 0), rgba(43, 0, 6, .96) 32%);
}

.ojoyes-page .portfolio-item .thumb-inner h4 {
  display: none;
}

.ojoyes-page .portfolio-item .thumb-inner p,
.ojoyes-page .portfolio-item:hover .thumb-inner p {
  position: static;
  margin: 0;
  color: rgba(255, 255, 255, .9);
  font-family: "Raleway", sans-serif;
  font-size: 13px;
  line-height: 1.55;
  opacity: 1;
  visibility: visible;
}

.ojoyes-page .portfolio-item:hover .thumb-inner {
  height: 122px;
  border-radius: 0 0 14px 14px;
  background: linear-gradient(180deg, rgba(43, 0, 6, 0), rgba(43, 0, 6, .96) 32%);
}

.ojoyes-page .owl-nav button.owl-prev,
.ojoyes-page .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  width: 46px;
  height: 46px;
  margin-top: -23px;
  border: 1px solid rgba(255, 255, 255, .45);
  border-radius: 50%;
  color: #fff;
  background: rgba(58, 0, 8, .82);
  font-family: Arial, sans-serif;
  font-size: 25px;
  line-height: 42px;
  transition: background .2s ease, transform .2s ease, opacity .2s ease;
}

.ojoyes-page .owl-nav button.owl-prev {
  left: -62px;
}

.ojoyes-page .owl-nav button.owl-next {
  right: -62px;
}

.ojoyes-page .owl-nav button:hover,
.ojoyes-page .owl-nav button:focus {
  outline: none;
  color: #69030e;
  background: #fff;
  transform: scale(1.06);
}

.ojoyes-page .owl-nav button.disabled {
  opacity: .28;
  cursor: default;
}

.ojoyes-page .gallery-progress {
  display: inline-block;
  min-width: 108px;
  margin-top: 18px;
  padding: 7px 14px;
  border: 1px solid rgba(255, 255, 255, .25);
  border-radius: 999px;
  color: rgba(255, 255, 255, .82);
  background: rgba(50, 0, 7, .52);
  font-family: "Raleway", sans-serif;
  font-size: 12px;
  letter-spacing: .06em;
}

@media (max-width: 991px) {
  .ojoyes-page #fullpage {
    transform: none !important;
  }

  .ojoyes-page #fullpage .section {
    position: relative;
    min-height: 100svh;
  }

  .ojoyes-page #fullpage .section:first-child {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .ojoyes-page #fullpage .section[data-section="slide02"] {
    display: flex;
    align-items: center;
    padding-top: 96px;
    padding-bottom: 48px;
  }

  .ojoyes-page #fullpage .fp-tableCell {
    display: block;
    width: 100%;
    height: auto !important;
  }

  .ojoyes-page #fp-nav {
    display: none;
  }

  .ojoyes-page .portfolio-item {
    height: 400px;
  }
}

@media (max-width: 767px) {
  .ojoyes-page .section-inner {
    padding-right: 18px;
    padding-left: 18px;
  }

  .ojoyes-page .gallery-section {
    padding: 0;
  }

  .ojoyes-page .owl-nav button.owl-prev,
  .ojoyes-page .owl-nav button.owl-next {
    z-index: 30;
    width: 46px;
    height: 46px;
    margin-top: -23px;
    border-color: rgba(255, 255, 255, .72);
    line-height: 42px;
    box-shadow: 0 6px 18px rgba(30, 0, 5, .35);
  }

  .ojoyes-page .owl-nav button.owl-prev {
    left: 8px;
  }

  .ojoyes-page .owl-nav button.owl-next {
    right: 8px;
  }
}

@media (max-width: 575px) {
  .ojoyes-page .title-block {
    margin-bottom: 14px;
  }

  .ojoyes-page .title-block span {
    font-size: 16px;
  }

  .ojoyes-page .title-block h2 {
    font-size: 28px;
  }

  .ojoyes-page .gallery-hint {
    font-size: 12px;
  }

  .ojoyes-page .gallery-section {
    padding: 0;
  }

  .ojoyes-page .portfolio-item {
    height: clamp(340px, 55vh, 440px);
    border-radius: 12px;
  }

  .ojoyes-page .portfolio-item > h4 {
    min-height: 58px;
    padding: 11px 58px;
    font-size: 14px;
  }

  .ojoyes-page .owl-nav button.owl-prev {
    left: 7px;
  }

  .ojoyes-page .owl-nav button.owl-next {
    right: 7px;
  }

  .ojoyes-page .portfolio-item .thumb-inner,
  .ojoyes-page .portfolio-item:hover .thumb-inner {
    height: 132px;
    padding: 16px;
  }

  .ojoyes-page .portfolio-item .thumb-inner p,
  .ojoyes-page .portfolio-item:hover .thumb-inner p {
    font-size: 12px;
    line-height: 1.45;
  }

  .ojoyes-page .gallery-progress {
    margin-top: 12px;
    padding: 6px 12px;
  }
}

@media (max-height: 700px) and (max-width: 575px) {
  .ojoyes-page .portfolio-item {
    height: 350px;
  }

  .ojoyes-page .gallery-hint {
    display: none;
  }
}

@media (hover: none), (pointer: coarse) {
  .ojoyes-page .portfolio-item:hover img {
    transform: none;
  }

  .ojoyes-page .owl-nav button:hover {
    color: #fff;
    background: rgba(58, 0, 8, .82);
    transform: none;
  }
}
