@font-face {
  font-family: "80-kb-Sharp";
  src: url("fonts/80-kb-Sharp.woff2") format("woff2"), url("fonts/80-kb-Sharp.woff") format("woff"), url("fonts/80-kb-Sharp.otf") format("opentype");
  font-weight: 400; /* Normal weight */
  font-style: normal;
}
@font-face {
  font-family: "80-kb-Sharp";
  src: url("fonts/80-kb-SharpBold.woff2") format("woff2"), url("fonts/80-kb-SharpBold.woff") format("woff"), url("fonts/80-kb-SharpBold.otf") format("opentype");
  font-weight: 700; /* Bold weight */
  font-style: normal;
}
@font-face {
  font-family: "Miriam Libre";
  src: url("fonts/MiriamLibre-Regular.ttf") format("truetype");
  font-weight: 400; /* Regular */
  font-style: normal;
}
@font-face {
  font-family: "Miriam Libre";
  src: url("fonts/MiriamLibre-Medium.ttf") format("truetype");
  font-weight: 500; /* Medium */
  font-style: normal;
}
@font-face {
  font-family: "Miriam Libre";
  src: url("fonts/MiriamLibre-SemiBold.ttf") format("truetype");
  font-weight: 600; /* SemiBold */
  font-style: normal;
}
@font-face {
  font-family: "Miriam Libre";
  src: url("fonts/MiriamLibre-Bold.ttf") format("truetype");
  font-weight: 700; /* Bold */
  font-style: normal;
}
body {
  font-family: "80-kb-Sharp", sans-serif;
}
body p {
  font-family: "Miriam Libre", sans-serif;
}

.miriam {
  font-family: "Miriam Libre", sans-serif;
}

.kb80 {
  font-family: "80-kb-Sharp", sans-serif;
}

.bold {
  font-weight: 700;
}

.white-text {
  color: #E9E9E9;
}
.white-text * {
  color: #E9E9E9;
}

.full-screen-div {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 700px) {
  .full-screen-div {
    padding-bottom: 300px;
  }
}

.full-screen-div-absolute {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
}

.bring-forward {
  position: relative;
  z-index: 9;
}

.social-icons .icon {
  margin-inline-end: 20px;
}
@media (max-width: 700px) {
  .social-icons img {
    width: 20px;
  }
}

.header-desktop-menu li {
  margin-inline-end: 42px !important;
}

.custom-menu-wrapper {
  position: relative;
}

.mobile-menu {
  display: none;
}
@media (max-width: 700px) {
  .mobile-menu {
    display: block;
  }
}
@media (min-width: 700px) and (max-width: 1100px) {
  .mobile-menu {
    display: block;
  }
}

.custom-hamburger-icon {
  width: 20px;
  cursor: pointer;
  position: relative;
  z-index: 9;
}

.hidden {
  display: none;
}

.custom-menu-container {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 200px; /* Adjust as needed */
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 50px 10px;
  z-index: 8;
}

.custom-menu-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.custom-menu-list ul {
  list-style: none;
  padding-right: 0px;
}

.custom-menu-list li {
  margin-bottom: 10px;
}

.custom-menu-list li a {
  text-decoration: none;
  color: #000;
  font-size: 18px;
}

.home_page_main_wrapper {
  position: relative;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.home_page_main_wrapper .background-div {
  position: fixed;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100vh;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 5%;
  color: white;
  background-size: cover;
}
.home_page_main_wrapper .background-div .start-part {
  display: flex;
  flex-direction: column;
  max-width: 560px;
}
.home_page_main_wrapper .background-div .overlay-div {
  background-color: rgba(0, 0, 0, 0.25);
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 5%;
  color: white;
}
.home_page_main_wrapper .empty-div {
  height: 100vh;
  width: 100%;
  z-index: 0;
  position: relative;
}
.home_page_main_wrapper .scroll-div {
  height: 100vh;
  width: 100%;
  padding: 40px 25px;
  background-color: rgba(0, 0, 0, 0.217);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  z-index: 90;
  position: relative;
  overflow-Y: hidden;
  overflow-X: hidden;
}
.home_page_main_wrapper .scroll-div::-webkit-scrollbar {
  width: 3px;
}
.home_page_main_wrapper .scroll-div::-webkit-scrollbar-track {
  background: #888;
}
.home_page_main_wrapper .scroll-div::-webkit-scrollbar-thumb {
  background: #f1f1f1;
}
.home_page_main_wrapper .scroll-div::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.custom-post-details {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding-bottom: 5px;
  position: relative;
}
.custom-post-details .custom-post-title {
  width: 65%;
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 700px) {
  .custom-post-details .custom-post-title {
    width: 50%;
  }
}
.custom-post-details .custom-post-type {
  width: 35%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}
@media (max-width: 700px) {
  .custom-post-details .custom-post-type {
    width: 50%;
    white-space: nowrap;
  }
}
.custom-post-details .custom-post-arrow {
  display: none;
}
@media (max-width: 700px) {
  .custom-post-details .custom-post-arrow {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
  }
}

.custom-post-item {
  width: calc(25% - 25px); /* 4 items per row, subtract the gutter */
  margin-bottom: 40px;
  border-bottom: 1px solid #E9E9E9;
}
@media (max-width: 700px) {
  .custom-post-item {
    width: calc(50% - 15px);
    margin-bottom: 27px;
  }
}

.custom-post-image img {
  width: 100%; /* Ensure images fit within the grid item */
}

@media (max-width: 700px) {
  .exhibitions-carousel {
    display: block !important;
  }
}

.exhibition-item {
  position: relative;
  width: 100%; /* Reduce item width to allow peeking */
  height: 98vh;
  background-size: cover;
  background-position: center;
  margin-inline-start: -20px;
}
@media (max-width: 700px) {
  .exhibition-item {
    height: 80vh;
    margin-inline-start: 0px;
  }
}

.exhibition-item .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  transition: opacity 0.3s ease;
}

.exhibition-item:hover .overlay {
  opacity: 0;
}

.short-desc {
  direction: rtl;
}

.exhibition-item .last-word-wrapper {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.exhibition-item .icon img {
  vertical-align: middle;
  transform: translateY(15px);
}

.card-content-wrapper {
  position: absolute;
  bottom: 60px;
  right: 60px;
  color: white;
  font-size: 18px;
  width: calc(100% - 120px);
  display: flex;
  flex-direction: column;
}
@media (max-width: 700px) {
  .card-content-wrapper {
    bottom: 30px;
    right: 30px;
  }
}
.card-content-wrapper .title {
  font-weight: 700;
}
.card-content-wrapper .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 5px;
}
.card-content-wrapper .icon img {
  width: 10px !important;
}

.single-exhibition-template {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  padding: 100px 5%;
  z-index: 1;
}

.on-show-title {
  position: absolute;
  z-index: 12;
  cursor: pointer;
  color: white;
  font-size: 20px;
}
@media (max-width: 700px) {
  .on-show-title {
    font-size: 15px;
  }
}
.on-show-title span {
  margin-inline-start: 10px;
  display: inline-block;
}
.on-show-title span.rotated {
  transform: rotate(180deg);
}
@media (max-width: 700px) {
  .on-show-title {
    position: relative;
  }
}

.exhibition-info {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  padding: 105px 5%;
  z-index: 1;
  color: white;
  display: none;
  background-color: rgba(0, 0, 0, 0.8);
}
@media (max-width: 700px) {
  .exhibition-info {
    height: -moz-fit-content;
    height: fit-content;
  }
}
.exhibition-info h1 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0px;
  margin-top: 50px;
}
@media (max-width: 700px) {
  .exhibition-info h1 {
    font-size: 16px;
  }
}
.exhibition-info .credits {
  font-size: 17px;
  max-width: 300px;
}
@media (max-width: 700px) {
  .exhibition-info .credits {
    max-width: auto;
    font-size: 16px;
  }
}

.split-screen-nav {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: row;
  z-index: 3;
}
.split-screen-nav .toggle-image-style-right {
  width: 50%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: relative;
}
.split-screen-nav .toggle-image-style-right span {
  display: none;
}
@media (max-width: 700px) {
  .split-screen-nav .toggle-image-style-right span {
    position: absolute;
    bottom: 50px;
    color: white;
    display: block;
  }
}
.split-screen-nav .toggle-image-style-right:hover {
  cursor: url("../svg/next-white.svg"), auto;
}
.split-screen-nav .toggle-image-style-left {
  width: 50%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: relative;
}
.split-screen-nav .toggle-image-style-left span {
  display: none;
}
@media (max-width: 700px) {
  .split-screen-nav .toggle-image-style-left span {
    position: absolute;
    bottom: 50px;
    color: white;
    display: block;
  }
}
.split-screen-nav .toggle-image-style-left:hover {
  cursor: url("../svg/back-white.svg"), auto;
}

.scrollable-container {
  max-height: 40vh; /* Set your desired max height */
  max-width: 500px;
  overflow-y: auto; /* Enable vertical scrolling when content exceeds max height */
  background-color: #000; /* Black background */
  color: #fff; /* White text */
}
@media (max-width: 700px) {
  .scrollable-container {
    height: -moz-fit-content;
    height: fit-content;
    max-height: -moz-fit-content;
    max-height: fit-content;
    background-color: transparent;
  }
}

/* width */
.scrollable-container::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.scrollable-container::-webkit-scrollbar-track {
  background: #888;
}

/* Handle */
.scrollable-container::-webkit-scrollbar-thumb {
  background: #f1f1f1;
}

/* Handle on hover */
.scrollable-container::-webkit-scrollbar-thumb:hover {
  background: #f9f8f8;
}

.content p {
  margin-bottom: 20px; /* Spacing between paragraphs */
  font-size: 17px;
  line-height: 24px;
}
@media (max-width: 700px) {
  .content p {
    font-size: 16px;
  }
}

.gfg {
  -moz-column-count: 2;
  column-count: 2;
  -moz-column-gap: 70px;
       column-gap: 70px;
}
@media (max-width: 700px) {
  .gfg {
    -moz-column-count: 1;
    column-count: 1;
  }
}

.gallery-container {
  width: 100%;
}
.gallery-container .gallery-item {
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  position: relative;
  margin-bottom: 120px;
}
.gallery-container .gallery-item img {
  height: calc(100vh - 200px);
}
@media (max-width: 700px) {
  .gallery-container .gallery-item img {
    height: auto;
    max-height: 50vh;
    width: 90%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (min-width: 700px) and (max-width: 1100px) {
  .gallery-container .gallery-item img {
    height: auto;
    max-height: 60vh;
    max-width: 70%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.gallery-container .gallery-item.active {
  display: flex; /* Show only the active item */
  margin-top: 120px;
}
@media (max-width: 700px) {
  .gallery-container .gallery-item.active {
    margin-top: 150px;
  }
}
.gallery-container .image-details {
  position: absolute;
  bottom: 10%;
  right: 5%;
  color: white;
}
@media (max-width: 700px) {
  .gallery-container .image-details {
    position: static;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
.gallery-container .image-details span {
  margin-bottom: 30px;
  display: block;
}
@media (max-width: 700px) {
  .gallery-container .image-details span {
    margin-bottom: 0px;
    margin-top: 20px;
  }
}
.gallery-container .image-details h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0px;
}
@media (max-width: 700px) {
  .gallery-container .image-details h3 {
    font-size: 16px;
  }
}
.gallery-container .image-details p {
  font-size: 20px;
}
@media (max-width: 700px) {
  .gallery-container .image-details p {
    font-size: 16px;
  }
}

.event-categories-loop {
  width: 100%;
  padding: 80px 5%;
  color: #E9E9E9;
}
.event-categories-loop .event-category {
  display: flex;
  flex-direction: row;
  padding: 50px 0px;
  border-bottom: 1px solid #E9E9E9;
}
.event-categories-loop .category-title {
  width: 20%;
}
@media (max-width: 700px) {
  .event-categories-loop .category-title {
    width: 30%;
  }
}
.event-categories-loop .category-title h3 {
  font-size: 25px;
  font-weight: 700;
}
@media (max-width: 700px) {
  .event-categories-loop .category-title h3 {
    font-size: 18px;
    margin-top: -1.5px;
  }
}
.event-categories-loop .events-carousel {
  width: 80%;
}
@media (max-width: 700px) {
  .event-categories-loop .events-carousel {
    width: 70%;
  }
}
.event-categories-loop .event-card {
  display: flex;
  flex-direction: column;
  padding-inline-end: 30%;
  color: #E9E9E9;
  font-size: 25px;
  line-height: 25px;
  font-style: italic;
}
@media (max-width: 700px) {
  .event-categories-loop .event-card {
    font-size: 18px;
    line-height: 18px;
  }
}
.event-categories-loop .event-card a {
  color: #E9E9E9;
}
.event-categories-loop .event-card img {
  justify-self: flex-end;
  width: 10px !important;
  margin-top: 15px;
}

.desktop-arrows-addition {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 700px) {
  .desktop-arrows-addition {
    display: none;
  }
}

.zaogma_page_wrapper {
  padding-top: 130px;
  padding-inline-start: 5%;
  padding-inline-end: 5%;
  padding-bottom: 100px;
  width: 100%;
  align-items: center;
  min-height: 100vh;
}
@media (max-width: 700px) {
  .zaogma_page_wrapper {
    padding: 80px 5%;
    align-items: flex-start;
  }
}

.zaogma-container {
  height: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 60px;
}
@media (max-width: 700px) {
  .zaogma-container {
    height: -moz-fit-content;
    height: fit-content;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
}

.zaogma_page_wrapper .title {
  display: none;
}
@media (max-width: 700px) {
  .zaogma_page_wrapper .title {
    display: block;
    color: #E9E9E9;
    font-size: 25px;
    margin-bottom: 30px;
    font-weight: 700;
  }
}

.zaogma-grid-item {
  cursor: pointer;
}
.zaogma-grid-item h3 {
  color: #E9E9E9;
  font-size: 20px;
  margin-bottom: 0px;
  min-height: 50px;
  font-weight: 400;
}
@media (max-width: 700px) {
  .zaogma-grid-item h3 {
    font-size: 18px;
    min-height: 88px;
    font-weight: 700;
    display: flex;
    align-items: flex-end;
  }
}
.zaogma-grid-item .zaogma-by {
  font-size: 20px;
  color: #E9E9E9;
  min-height: 30px;
  line-height: 1.2;
}
@media (max-width: 700px) {
  .zaogma-grid-item .zaogma-by {
    font-size: 18px;
    min-height: 54px;
  }
}

.wrap-add-arrow {
  position: relative;
  width: calc(100% - 15px);
}
.wrap-add-arrow .icon {
  position: absolute;
  left: -15px;
  bottom: -15px;
}

.zaogma-info {
  width: 500px;
  background-color: #E9E9E9;
  height: 100%;
  overflow: auto;
  padding: 10px;
  position: relative;
  z-index: 99;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
@media (max-width: 700px) {
  .zaogma-info {
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    overflow: visible;
  }
}
.zaogma-info .zaogma-scrollbar-side {
  direction: ltr;
  height: 100%;
  overflow: auto;
  padding: 0px 10px;
}
@media (max-width: 700px) {
  .zaogma-info .zaogma-scrollbar-side {
    height: -moz-fit-content;
    height: fit-content;
  }
}
.zaogma-info .zaogma-scrollbar-side::-webkit-scrollbar {
  width: 2px;
}
.zaogma-info .zaogma-scrollbar-side::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.zaogma-info .zaogma-scrollbar-side::-webkit-scrollbar-thumb {
  background: #000000;
}
.zaogma-info .zaogma-scrollbar-side::-webkit-scrollbar-thumb:hover {
  background: #252525;
}
.zaogma-info .zaogma-content-rtl {
  direction: rtl;
  width: 100%;
  margin-inline-end: auto;
}
.zaogma-info .zaogma-content-rtl h3 {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 0px;
}
.zaogma-info .zaogma-content-rtl .zaogma-by {
  font-size: 17px;
}
.zaogma-info .zaogma-content-rtl .zaogma-content {
  font-size: 17px;
}

.zaogma-image {
  width: 80%;
}
@media (max-width: 700px) {
  .zaogma-image {
    width: 100%;
  }
}
.zaogma-image img {
  height: 80vh;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 700px) {
  .zaogma-image img {
    width: 100%;
    height: -moz-fit-content !important;
    height: fit-content !important;
  }
}

.zaogma-item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  height: 100%;
}
@media (max-width: 700px) {
  .zaogma-item {
    flex-direction: column;
    overflow: auto;
    height: 60vh;
  }
}

.zaogma-image-desktop {
  padding-top: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 20px;
}

.lightbox-wrap {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9999999;
  display: none;
}
@media (max-width: 700px) {
  .lightbox-wrap {
    background-color: rgba(0, 0, 0, 0.5);
  }
}
.lightbox-wrap .zaogma-item {
  height: 80vh;
  width: 70%;
  padding-left: 20px;
  background-color: #E9E9E9;
}
@media (max-width: 700px) {
  .lightbox-wrap .zaogma-item {
    padding-left: 0px;
  }
}
.lightbox-wrap .zaogma-item .zaogma-image-desktop-in-wrap {
  width: 60%;
  height: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 700px) {
  .lightbox-wrap .zaogma-item .zaogma-image-desktop-in-wrap {
    width: 100%;
  }
}
.lightbox-wrap .zaogma-item .zaogma-info {
  width: 40%;
  padding-left: 50px;
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
}
@media (max-width: 700px) {
  .lightbox-wrap .zaogma-item .zaogma-info {
    width: 100%;
    padding: 15px;
  }
}
.lightbox-wrap .zaogma-image-mobile {
  width: 100%;
}

.zaogma-image-desktop.with-overlay {
  position: relative;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.zaogma-image-desktop.with-overlay .overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.2); /* Black with 40% opacity */
  transition: opacity 0.3s ease;
}
@media (max-width: 700px) {
  .zaogma-image-desktop.with-overlay .overlay {
    background-color: transparent;
  }
}

.zaogma-image-desktop.with-overlay:hover .overlay {
  opacity: 0;
}

.zaogma-grid-item-link:hover .zaogma-image-desktop.with-overlay .overlay {
  opacity: 0;
}

.zaogma-image-mobile {
  display: none;
}
@media (max-width: 700px) {
  .zaogma-image-mobile {
    display: block;
    position: relative;
    z-index: 99;
  }
}
@media (min-width: 700px) and (max-width: 1100px) {
  .zaogma-image-mobile {
    display: none;
    position: relative;
    z-index: 99;
  }
}

/* Hide all items by default except the first one */
.drifter-page-wrapper {
  width: 100%;
  height: 100vh;
  padding: 100px 5%;
}
@media (max-width: 700px) {
  .drifter-page-wrapper {
    height: -moz-fit-content;
    height: fit-content;
  }
}

.drifter-single-post {
  display: flex;
  flex-direction: column;
  padding-bottom: 50px;
}
@media (max-width: 700px) {
  .drifter-single-post {
    flex-direction: row;
    margin-bottom: 0px;
    position: relative;
  }
}
.drifter-single-post .drifter-image {
  width: 100%;
}
@media (max-width: 700px) {
  .drifter-single-post .drifter-image {
    width: 50%;
  }
}
@media (max-width: 700px) {
  .drifter-single-post .drifter-content {
    width: 50% !important;
  }
}
.drifter-single-post .drifter-title {
  direction: rtl;
  line-height: 0.9;
}
.drifter-single-post .last-word-wrapper {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.drifter-single-post .drifter-arrow img {
  vertical-align: middle;
  transform: translateY(15px);
}

@media (max-width: 700px) {
  .drifter-carousel {
    display: block !important;
  }
}
.drifter-carousel .drifter-arrow img {
  width: 10px !important;
  margin-right: auto;
}
@media (max-width: 700px) {
  .drifter-carousel .drifter-arrow img {
    position: absolute;
    bottom: 10px;
    right: 15px;
    transform: translateY(0px);
  }
}

.drifter-content {
  width: 75%;
  display: flex;
  flex-direction: column;
  padding-top: 10px;
}
@media (max-width: 700px) {
  .drifter-content {
    padding-top: 0px;
    padding-inline-start: 10px;
    position: relative;
  }
}
.drifter-content * {
  font-size: 20px;
  line-height: 25px;
  margin: 0px 0px;
}
@media (max-width: 700px) {
  .drifter-content * {
    font-size: 18px;
  }
}

.single_drifter_wrapper {
  width: 100%;
  height: 100vh;
  padding: 100px 5% 50px 5%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media (max-width: 700px) {
  .single_drifter_wrapper {
    height: -moz-fit-content;
    height: fit-content;
    padding: 80px 0%;
    flex-direction: column-reverse;
  }
}
.single_drifter_wrapper .content_side {
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media (max-width: 700px) {
  .single_drifter_wrapper .content_side {
    width: 100%;
    padding: 0px 5%;
  }
}
.single_drifter_wrapper .content_side .drifter-name {
  font-size: 20px;
  line-height: 25px;
  margin: 0px 0px;
  font-weight: 700;
}
@media (max-width: 700px) {
  .single_drifter_wrapper .content_side .drifter-name {
    margin: 0px 0px 30px 0px;
  }
}
.single_drifter_wrapper .content_side .drifter-title {
  font-size: 20px;
  line-height: 25px;
  margin: 0px 0px;
}
.single_drifter_wrapper .content-wrapper {
  margin-top: 50px;
  font-size: 17px;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
@media (max-width: 700px) {
  .single_drifter_wrapper .content-wrapper {
    margin-top: 0px;
  }
}
.single_drifter_wrapper .content-wrapper .inner_div {
  direction: ltr;
  height: 425px !important;
  overflow: auto !important;
  padding: 0px 10px;
}
@media (max-width: 700px) {
  .single_drifter_wrapper .content-wrapper .inner_div {
    height: -moz-fit-content !important;
    height: fit-content !important;
    padding: 0px;
  }
}
.single_drifter_wrapper .content-wrapper .inner_div .rtl {
  direction: rtl;
}
.single_drifter_wrapper .content-wrapper .inner_div::-webkit-scrollbar {
  width: 2px;
}
.single_drifter_wrapper .content-wrapper .inner_div::-webkit-scrollbar-track {
  background: #000000;
}
.single_drifter_wrapper .content-wrapper .inner_div::-webkit-scrollbar-thumb {
  background: #f1f1f1;
}
.single_drifter_wrapper .content-wrapper .inner_div::-webkit-scrollbar-thumb:hover {
  background: #252525;
}
@media (min-width: 1100px) {
  .single_drifter_wrapper {
    /* Track */
    /* Handle */
    /* Handle on hover */
  }
  .single_drifter_wrapper .gallery-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .single_drifter_wrapper .images_wrapper {
    width: 50%;
    height: 100%;
    overflow: auto;
  }
}
@media (min-width: 1100px) and (max-width: 700px) {
  .single_drifter_wrapper .images_wrapper {
    width: 100%;
  }
}
@media (min-width: 1100px) {
  .single_drifter_wrapper .images_wrapper .gallery-item {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-bottom: 30px;
  }
  .single_drifter_wrapper .images_wrapper::-webkit-scrollbar {
    width: 2px;
  }
  .single_drifter_wrapper .images_wrapper::-webkit-scrollbar-track {
    background: #000000;
  }
  .single_drifter_wrapper .images_wrapper::-webkit-scrollbar-thumb {
    background: #f1f1f1;
  }
  .single_drifter_wrapper .images_wrapper::-webkit-scrollbar-thumb:hover {
    background: #252525;
  }
}
@media (min-width: 1100px) and (max-width: 1700px) {
  .single_drifter_wrapper {
    /* Track */
    /* Handle */
    /* Handle on hover */
  }
  .single_drifter_wrapper .gallery-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .single_drifter_wrapper .images_wrapper {
    width: 50%;
    height: 100%;
    overflow: auto;
  }
}
@media (min-width: 1100px) and (max-width: 1700px) and (max-width: 700px) {
  .single_drifter_wrapper .images_wrapper {
    width: 100%;
  }
}
@media (min-width: 1100px) and (max-width: 1700px) {
  .single_drifter_wrapper .images_wrapper .gallery-item {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-bottom: 30px;
  }
  .single_drifter_wrapper .images_wrapper::-webkit-scrollbar {
    width: 2px;
  }
  .single_drifter_wrapper .images_wrapper::-webkit-scrollbar-track {
    background: #000000;
  }
  .single_drifter_wrapper .images_wrapper::-webkit-scrollbar-thumb {
    background: #f1f1f1;
  }
  .single_drifter_wrapper .images_wrapper::-webkit-scrollbar-thumb:hover {
    background: #252525;
  }
}
@media (min-width: 700px) and (max-width: 1100px) {
  .single_drifter_wrapper {
    /* Track */
    /* Handle */
    /* Handle on hover */
  }
  .single_drifter_wrapper .gallery-wrapper {
    display: flex;
    flex-direction: row;
    gap: 20px;
    overflow-x: auto;
    max-width: 100%;
    padding-bottom: 10px;
    scroll-snap-type: x mandatory;
    margin-bottom: 50px;
  }
  .single_drifter_wrapper .gallery-item img {
    max-height: 400px;
    min-height: 300px;
    max-width: 800px;
    min-width: 255px;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
  }
  .single_drifter_wrapper .images_wrapper::-webkit-scrollbar {
    width: 2px;
  }
  .single_drifter_wrapper .images_wrapper::-webkit-scrollbar-track {
    background: #000000;
  }
  .single_drifter_wrapper .images_wrapper::-webkit-scrollbar-thumb {
    background: #f1f1f1;
  }
  .single_drifter_wrapper .images_wrapper::-webkit-scrollbar-thumb:hover {
    background: #252525;
  }
}
@media (max-width: 700px) {
  .single_drifter_wrapper {
    /* Track */
    /* Handle */
    /* Handle on hover */
  }
  .single_drifter_wrapper .gallery-wrapper {
    display: flex;
    flex-direction: row;
    gap: 20px;
    overflow-x: auto;
    max-width: 100%;
    padding-bottom: 10px;
    scroll-snap-type: x mandatory;
    margin-bottom: 50px;
  }
  .single_drifter_wrapper .gallery-item img {
    max-height: 400px;
    min-height: 300px;
    max-width: 800px;
    min-width: 255px;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
  }
  .single_drifter_wrapper .images_wrapper::-webkit-scrollbar {
    width: 2px;
  }
  .single_drifter_wrapper .images_wrapper::-webkit-scrollbar-track {
    background: #000000;
  }
  .single_drifter_wrapper .images_wrapper::-webkit-scrollbar-thumb {
    background: #f1f1f1;
  }
  .single_drifter_wrapper .images_wrapper::-webkit-scrollbar-thumb:hover {
    background: #252525;
  }
}

.product_loop_wrap {
  width: 100vw;
  height: 100vh;
}
@media (max-width: 700px) {
  .product_loop_wrap {
    height: -moz-fit-content;
    height: fit-content;
  }
}
@media (min-width: 700px) and (max-width: 1100px) {
  .product_loop_wrap {
    height: -moz-fit-content;
    height: fit-content;
  }
}

.product-wrapper {
  display: flex;
  justify-content: space-between;
  direction: rtl;
  width: 100%;
  height: 100vh;
  padding: 180px 5% 100px 5%;
  flex-direction: column;
}
@media (max-width: 700px) {
  .product-wrapper {
    height: -moz-fit-content;
    height: fit-content;
    padding: 80px 5% 100px 5%;
  }
}
@media (min-width: 700px) and (max-width: 1100px) {
  .product-wrapper {
    height: -moz-fit-content;
    height: fit-content;
    padding: 80px 5% 100px 5%;
  }
}
.product-wrapper .title {
  display: none;
}
@media (max-width: 700px) {
  .product-wrapper .title {
    display: block;
    color: #E9E9E9;
    font-size: 25px;
    margin-bottom: 80px;
    font-weight: 700;
  }
}
.product-wrapper .hover-wrapper {
  display: flex;
}
@media (max-width: 700px) {
  .product-wrapper .hover-wrapper {
    flex-direction: column-reverse;
  }
}
@media (min-width: 700px) and (max-width: 1100px) {
  .product-wrapper .hover-wrapper {
    flex-direction: column-reverse;
  }
}

.images-wrap {
  position: relative;
  width: 100%;
  height: 100%;
}

.product-images, .product-info {
  width: 48%;
}
@media (max-width: 700px) {
  .product-images, .product-info {
    width: 100%;
  }
}

.product-images {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
@media (max-width: 700px) {
  .product-images {
    display: none;
  }
}
@media (min-width: 700px) and (max-width: 1100px) {
  .product-images {
    display: none;
  }
}

.product-image {
  display: none;
  width: 100%;
  height: 100%; /* Adjust as needed */
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}

.product-info {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.product-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  row-gap: 150px;
  -moz-column-gap: 150px;
       column-gap: 150px;
}
@media (max-width: 700px) {
  .product-grid {
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
  }
}
@media (min-width: 700px) and (max-width: 1100px) {
  .product-grid {
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
  }
}

.product-info .product-item {
  margin-bottom: 20px;
  cursor: pointer;
  display: flex;
  position: relative;
  flex-direction: column;
  padding-bottom: 30px;
}
.product-info .product-item .arrow img {
  position: absolute;
  left: 0;
  bottom: 0;
}
@media (max-width: 700px) {
  .product-info .product-item .arrow img {
    position: static;
    margin-right: 35%;
  }
}
.product-info .product-item .product-image-mobile {
  display: none;
  margin-top: 20px;
  height: 60vh;
  width: 100%;
  background-size: 100%;
  background-position: top center;
  background-repeat: no-repeat;
}
@media (max-width: 700px) {
  .product-info .product-item .product-image-mobile {
    display: block;
  }
}
@media (min-width: 700px) and (max-width: 1100px) {
  .product-info .product-item .product-image-mobile {
    display: block;
  }
}

.product-link {
  display: flex;
  flex-direction: column;
}

.product-number {
  font-size: 18px;
  font-weight: 700;
}

.product-name {
  font-size: 18px;
  font-weight: 700;
}

.product-date {
  font-size: 18px;
}

.product-gallery-wrapper {
  height: 70vh;
  position: relative;
}
@media (max-width: 700px) {
  .product-gallery-wrapper {
    min-height: 80vh;
    height: -moz-fit-content;
    height: fit-content;
  }
}
.product-gallery-wrapper .toggle-image-left[hidden], .product-gallery-wrapper .toggle-image-right[hidden] {
  display: none; /* Hide buttons when reaching the limit */
}

.product-img {
  display: none;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 100%;
}

.product-img.active {
  display: flex; /* Show only the active image */
}

.product-img img {
  top: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  height: 500px !important;
}
@media (max-width: 700px) {
  .product-img img {
    height: auto !important;
    width: 100%;
  }
}

.disabled {
  opacity: 0;
  pointer-events: none;
}/*# sourceMappingURL=custom.css.map */