@font-face {
  font-family: "Barlow-Bold";
  src: url("../fonts/Barlow-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "Barlow-Light";
  src: url("../fonts/Barlow-Light.ttf") format("truetype");
}

@font-face {
  font-family: "Barlow-Medium";
  src: url("../fonts/Barlow-Medium.ttf") format("truetype");
}

@font-face {
  font-family: "Barlow-Regular";
  src: url("../fonts/Barlow-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Barlow-SemiBold";
  src: url("../fonts/Barlow-SemiBold.ttf") format("truetype");
}

@font-face {
  font-family: "Barlow-ExtraLightItalic";
  src: url("../fonts/Barlow-ExtraLightItalic.ttf") format("truetype");
}

@font-face {
  font-family: "DotGothic16-Regular";
  src: url("../fonts/DotGothic16-Regular.ttf") format("truetype");
}

html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

* {
  font-family: "Barlow-Regular";
}

a {
  text-decoration: none;
}

h1,
h2,
p {
  margin: 0;
  padding: 0;
}

h3 {
  margin: 0 0 8px 8px;
}

html,
body {
  overflow-x: hidden;
  width: 100%;
  height: fit-content;
  max-width: 100%;
  margin: 0;
  padding: 0;
  /* scroll-behavior: smooth; */
  background-color: #000;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  transition: top 0.4s ease-in-out;
}

.header.hide {
  top: -120px;
}

.header.mobile.hide {
  top: -200px;
}

.header.show {
  top: 0;
}

.header .content {
  width: 100%;
  /* max-width: 1900px; */
  max-width: 3500px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.header .content .top_header.bg_white {
  background-color: #ffffff;
  width: calc(100% - 4rem);
  gap: 0.5rem;
  padding: 1rem 2rem;
  letter-spacing: 2px;
}

.flex {
  align-items: center;
  display: flex;
  justify-content: center;
  gap: 1rem !important;
}

.max_width {
  max-width: 1900px;
}

.header .content .top_header.bg_white a {
  font-weight: 500;
  font-family: "Barlow-Medium";
  color: #000;
  position: relative;
  transition: all 0.3s;
}

.header .content .top_header.bg_white a::after {
  position: absolute;
  bottom: -1px;
  background-color: #000;
  content: "";
  height: 0.5px;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0.6;
  transition: width 0.3s;
  opacity: 0.6;
}

.header .content .main_header {
  background-color: #000;
  width: calc(100% - 4rem);
  padding: 1rem 2.1rem;
}

.flex_between {
  display: flex;
  align-items: center;
  justify-content: space-around;
  max-width: 3500px;
  margin: 0 auto;
}

.header .content .logo_container {
  width: 220px;
  height: 19px;
}

.header .content .logo_container img {
  width: 100%;
  height: 100%;
  display: block;
}

.header .content .main_header .list_links {
  display: flex;
  /* align-items: center; */
  gap: 2rem;
  position: relative;
  left: -6%;
}

.light_color {
  font-family: "Barlow-Regular";
}

.header .content .main_header .list_links a {
  color: #ffff;
  padding: 0.2rem 0.5rem;
}

.header .content .main_header .list_links a.active {
  /* background-color: #ffff; */
  /* color: #000; */
  font-weight: 500;
  font-family: "Barlow-Medium";
  border-bottom: 2px solid #fff;
  padding-bottom: 3px;
}

.banner {
  position: relative;
  /* height: calc(512px - 50px); */
  /* height: calc(610px - 0px); */
  height: 100vh;

  /* margin-top: 109px !important; */
  max-width: 3500px;
  margin: 0 auto;
}

.banner .abs_pos {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  object-fit: cover;
}

.banner .content {
  position: relative;
  top: calc(-50% + 8vh);
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 11;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #ffff;
  pointer-events: none;
}

.banner .content .text_content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  gap: 1rem;
  width: 90%;
}
/* .cards .init-cards .card:hover{
  opacity: 0.7;
} */
.banner .content .text_content .title {
  font-size: 49px;
  text-align: center;
  width: 78%;
  font-family: "Barlow-SemiBold";
}
.banner .content .text_content .desc {
  width: 78%;
}
.art_program .btn_link {
  text-transform: uppercase;
}
.subscribe .submit_row button {
  text-transform: uppercase;
}
.banner .content .text_content .desc {
  font-size: 32px;
  text-align: center;
  font-family: "Barlow-Light";
  /* width: 90%; */
}

.header.mobile {
  display: none;
}

.header .hamb_icon {
  width: 30px;
  height: 30px;
}

.header .hamb_icon img {
  width: 100%;
}

.header.mobile .content .logo_container {
  width: 185px;
}

.header.desktop .hamb_icon img {
  display: none;
}

.header.mobile .flex_between {
  justify-content: space-between;
}

.container {
  width: 100%;
  max-width: 3500px;
  margin: 2rem auto;
}

.art_program .grid_container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  padding: 6rem 0 4rem;
  width: 90%;
  margin: 0 auto;
}

.art_program ul {
  font-size: 20px;
  line-height: 45px;
  font-weight: 300;
  font-family: "Barlow-Light" !important;
}
.art_program ul li {
  font-family: "Barlow-Light" !important;
}
.art_program .desc {
  line-height: 36px;
  font-size: 24px;
  font-weight: 300;
  font-family: "Barlow-Light" !important;
}

.footer .grid_container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  padding: 4rem 0;
  width: 80%;
  margin: 0 auto;
}

.flex_col .img-footer {
  width: 380px;
  object-fit: cover;
}

.top_header.bg_white .flex {
  margin: 0 auto;
}

.footer .grid_container .flex_col {
  display: flex;
  flex-direction: column;
  gap: 1.5rem !important;
}

.footer .grid_container .flex_col .flex-row {
  display: flex;
  gap: 1rem;
}

.footer .grid_container .flex_col.first_col {
  justify-content: center;
  align-items: center;
}

.footer .grid_container .flex_col.first_col .flex-row {
  gap: 2rem !important;
}

.footer .grid_container .flex_col.links_footer {
  text-align: left;
  width: 125px;
}

.footer .grid_container .flex_col.links_footer a {
  text-align: center;
  font-size: 20px;
  font-weight: 100;
  color: #fff;
  padding: 0.2rem 0.5rem;
  /* padding: 2px 0;  width: 90px; */
  /* margin: 0 auto; */
}

.footer .grid_container .col_info .flex_col .links_footer a:hover::after {
  width: 100%;
}

.footer .grid_container .col_info .flex_col .links_footer a:hover,
.footer .grid_container .flex_col.first_col .flex-row a:hover::after {
  width: 100%;
}

.list_links a:hover::after,
.footer .grid_container .col_info .flex_col .flex a:hover::after {
  width: 100%;
}

.links_footer a {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.links_footer a:hover::after {
  width: 30%;
}

.footer .grid_container .flex_col.first_col .flex-row a:hover {
  opacity: 0.6;
  transform: scale(1.1);
  transition: 0.3s;
}

/* Hover effect */
.header .content .top_header.bg_white a:hover {
  background-color: #000;
  color: #fff;
}

.header .content .top_header.bg_white a:hover::after {
  width: 100%;
}

.list_links a:hover::after {
  width: 100%;
}

.footer .grid_container .col_info .flex_col .title {
  font-size: 25px;
  color: #fff;
}

.footer .grid_container .col_info .flex_col .flex {
  justify-content: flex-start;
}

.footer .grid_container .col_info .flex_col .links_footer {
  display: flex;
  flex-direction: column;
  gap: 1.5rem !important;
}

.footer .grid_container .col_info .flex_col .links_footer a {
  font-weight: 300;
  width: 250px !important;
  font-family: "Barlow-Light";
}

.footer .grid_container .col_info .flex_col .links_footer a:hover span:hover,
.footer .grid_container .flex_col.links_footer a:hover,
.header .content .main_header .list_links a:hover {
  color: #000;
  background-color: #fff;
  transition: 0.3s ease;
}

.footer .grid_container .flex_col.first_col img.social_icon {
  height: 45px;
}

.art_program .img_container {
  object-fit: cover;
  width: 100%;
}

.footer .container.bg_white {
  background-color: #fff;
  color: #000;
  font-size: 17px;
  font-weight: 300;
  font-family: "Barlow-Light";
  margin-bottom: 0;
  padding: 1rem 0;
  text-align: center;
  /* max-width: 1900px; */
  max-width: 3500px;
}

.footer .container.bg_white div {
  width: 90%;
  margin: 0 auto;
}

.art_program .img_container img {
  width: 90%;
}

.art_program .grid_container .flex_col {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  color: #fff;
  width: 95%;
  font-weight: 400;
}

.art_program .grid_container .flex_col .desc {
  font-size: 24px;
}
.art_program .grid_container .flex_col .desc p {
  font-family: "Barlow-Light" !important;
}
.art_program .grid_container .flex_col .desc,
.art_program .grid_container .flex_col .list {
  color: #cecece;
}

.art_program .grid_container .flex_col .list {
  padding-left: 2rem;
}

.art_program .grid_container .flex_col .desc {
  width: 80%;
  /* font-size: 20px; */
}

.art_program .grid_container .flex_col .list li {
  padding-bottom: 1rem;
}

/* .btn_link {
  text-align: center;
  color: #fff;
  transition: all 0.3s ease-in-out;
  font-family: "Barlow-Light";
  width: 133px;
  height: 52px;
  line-height: 52px;
  z-index: 1;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  position: relative;
  font-size: 16px;
  font-weight: 300;
} */

.btn_link::after {
  position: absolute;
  content: "";
  background: url(../images/border.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 133px;
  height: 52px;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  z-index: -1;
}

.btn_link:hover::after {
  background: url(../images/Union.svg);
}

.btn_link:hover {
  color: #000;
}

.homepage .subscribe {
  width: 100%;
  padding: 3rem 0;
  max-width: 3500px;
  margin: 0 auto;
}

.homepage .subscribe .content {
  width: 1000px;
  background-image: url(../images/bg_white_subscribe.svg);
  background-position: center;
  background-repeat: no-repeat;
  padding: 2rem 5rem 2rem 2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  height: calc(210px - 4rem);
  justify-content: center;
}

.homepage .subscribe .content .title {
  font-size: 25px;
}

.homepage .subscribe .content .form_flex {
  display: flex;
  width: calc(100% - 3rem);
  gap: 1rem;
}

.homepage .subscribe .content .form_flex .input_container {
  padding: 0.4rem;
  border: 1px solid #000;
  width: 27%;
  height: 36px;
}

.homepage .subscribe .content .form_flex .input_container input {
  border: none;
  outline: none;
  height: 100%;
  width: 100%;
}

.homepage .subscribe .content .form_flex .input_container input:placeholder {
  color: #b6b6b6;
}

/* .subscribe .submit_row button {
  background-color: transparent;
  border: none;
  outline: none;
  padding: 0;
  color: #000;
  width: 133px ;
  height: 52px;
  font-size: 16px;
  font-family: "Barlow-Light";
  cursor: pointer;
  text-align: center;
}
.subscribe .submit_row:hover{
  opacity: 0.7;
} */
/* 
.submit_btn button img {
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.submit_btn button img:hover {
  opacity: 0.7;
} */

.homepage .subscribe .form_container {
  position: relative;
}

.homepage .subscribe .error_message {
  position: absolute;
  font-size: 14px;
}

.container.exhibitions {
  width: 90%;
}

.container.exhibitions .text_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  width: 100%;
  margin: 0 auto;
  padding: 1rem 0 5rem;
  gap: 1rem;
}

.container.exhibitions .text_container a,
.btn_link {
  /* width: 110px; */
  cursor: pointer;
  /* transition: all 0.3s ease-in-out; */
  position: relative;
}

.container.exhibitions .text_container a:hover:after,
.btn_link:hover::after {
  background: url(../images/Union.svg);
}

.container.exhibitions .text_container a:hover,
.btn_link:hover {
  color: #000;
}

.submit_row button:hover {
  color: #000;
}

.container.exhibitions .text_container a::after,
.btn_link::after {
  position: absolute;
  content: "";
  background: url(../images/border.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 133px;
  height: 52px;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  z-index: -1;
}
.container.exhibitions .text_container a {
  font-family: "Barlow-Regular";
}
.container.exhibitions .text_container a {
  text-align: center;
  color: #fff;
  transition: all 0.3s ease-in-out;

  width: 133px;
  height: 52px;
  line-height: 52px;
  z-index: 1;
}
/* .btn_link {
    font-family: "Barlow-Light";
} */
.container.exhibitions .text_container a:hover,
.cards .btn_link:hover {
  text-align: center;
}

.container.exhibitions .text_container a img:hover,
.btn_link img:hover {
  opacity: 0.7;
}

.container.exhibitions .exhibitions_swiper {
  position: relative;
  padding: 1rem 0 2rem;
  margin-left: 0;
}

.Events .events-swiper .swiper-slide .grid-container {
  padding: 1rem 0 2rem;
}

.container.exhibitions .slide_exhibition {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.container.exhibitions .swiper-slide {
  width: 400px !important;
}

.container.exhibitions .slide_exhibition img {
  /* width: 380px; */
  width: 100%;
  object-fit: cover;

  transition: 0.3s;
}

.container.exhibitions .slide_exhibition.hover:hover,
.cards .init-cards .card.hover:hover,
.Events .events-swiper .swiper-slide .event-card:hover {
  opacity: 0.7;
  transform: scale(0.97);
}
.container.exhibitions .slide_exhibition,
.cards .init-cards .card.hover,
.Events .events-swiper .swiper-slide .event-card {
  transition: 0.4s;
}

/* .container.exhibitions .slide_exhibition .title {
  font-size: 24px;
  color: #fff;
  font-weight: 400;
} */
.container.exhibitions .slide_exhibition .weekly {
  font-size: 32px;
  color: #fff;
  font-weight: 400;
}

/* .container.exhibitions .slide_exhibition .desc {
  color: #fff;
  font-family: "Urbanist-Light";
  font-weight: 300;
  font-size: 16px;
} */

.container.exhibitions .custom-nav {
  position: absolute;
  left: 0rem;
  display: flex;
  gap: 3rem;
}

.Events .banner .custom_banner.custom-nav,
.banner .custom_banner.custom-nav,
.Residency .banner .custom_banner.custom-nav {
  position: absolute;
  top: 56%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 95% !important;
  z-index: 18;
  width: 84%;
  pointer-events: none;
}

.Events .banner .custom_banner.custom-nav button,
.banner .custom_banner.custom-nav button,
.Residency .banner .custom_banner.custom-nav button {
  background-color: transparent;
  pointer-events: auto;
}

.container.exhibitions .swiper-button-disabled,
.Events .banner .swiper-button-disabled,
.Residency .banner .swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}

.container.exhibitions .swiper-button-prev-custom,
.container.exhibitions .swiper-button-next-custom {
  width: 28px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: transparent;
  border: none;
  outline: none;
}

.Events .banner .custom_banner.custom-nav .swiper-button-prev-custom,
.banner .custom_banner.custom-nav button .swiper-button-prev-custom,
.Events .banner .custom_banner.custom-nav .swiper-button-next-custom,
.banner .custom_banner.custom-nav button .swiper-button-next-custom,
.Residency .banner .custom_banner.custom-nav .swiper-button-prev-custom,
.Residency .banner .custom_banner.custom-nav .swiper-button-next-custom {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: transparent;
  border: none;
  outline: none;
}

.Events .banner .swiper-horizontal > .swiper-pagination-bullets,
.banner .swiper-horizontal > .swiper-pagination-bullets,
.project-images-swiper .swiper-pagination-bullets,
.Events .banner .swiper-pagination-horizontal.swiper-pagination-bullets,
.Residency .banner .swiper-horizontal > .swiper-pagination-bullets,
.Residency .banner .swiper-pagination-horizontal.swiper-pagination-bullets {
  bottom: 10%;
}

.Events .banner .custom_banner.custom-nav .swiper-button-prev-custom,
.Residency .banner .custom_banner.custom-nav .swiper-button-prev-custom,
.banner .custom_banner.custom-nav .swiper-button-prev-custom,
.banner .custom_banner.custom-nav .swiper-button-prev-custom {
  position: absolute;
  left: -15px;
}

.Events .banner .custom_banner.custom-nav .swiper-button-next-custom,
.banner .custom_banner.custom-nav .swiper-button-next-custom,
.Residency .banner .custom_banner.custom-nav .swiper-button-next-custom {
  position: absolute;
  right: -15px;
}

.container.exhibitions .swiper-button-prev-custom img,
.Events .banner .custom_banner.custom-nav .swiper-button-prev-custom img,
.banner .custom_banner.custom-nav .swiper-button-prev-custom img,
.Residency .banner .custom_banner.custom-nav .swiper-button-prev-custom img {
  transform: rotate(180deg);
}

.banner button.rotate-180 img {
  transform: rotate(180deg);
}

.banner button {
  border: none;
  outline: none;
  cursor: pointer;
}

.hr-init {
  max-width: 3500px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 6rem auto;
  position: relative;
}

.hr-init img {
  position: absolute;
  width: 100%;
}

.cards .init-title {
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 3rem 0;
}

.cards .init-cards {
  margin-top: 4rem;
  margin-bottom: 3rem;
  display: grid;
  flex-wrap: wrap;
  gap: 3rem;
  color: #fff;
  justify-content: center;
  grid-template-columns: repeat(3, 1fr);
}

.events-section .sort_button,
.event_gallery_page .sort_button {
  background-color: transparent;
  border: 2px solid #fff;
  font-size: 17px;
  color: #fff;
  width: 85px;
  height: 44px;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.events-section .arrows,
.event_gallery_page .arrows {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.rotate {
  transform: rotate(180deg);
}

.events-section .arrow,
.event_gallery_page .arrow {
  cursor: pointer;
  display: flex;
  opacity: 0.4;
  transition: transform 0.2s ease, opacity 0.2s ease, color 0.2s ease;
}

.events-section .arrow.active,
.event_gallery_page .arrow.active {
  opacity: 1;

  color: #000;
}

/* .cards .init-title .main-title, */
/* .filter-bar label {
  font-size: 45px;
} */
.filter-bar .sort_container {
  display: flex;
  gap: 1.5rem;
  align-items: center;
}

.filter-bar label.sort_by {
  font-size: 18px;
}

.cards.cards-container {
  padding: 4rem 0;
  width: 90%;
  margin: 0 auto;
}

/* .cards .init-cards .card {
  max-width: 380px;
  width: 380px;
} */
.cards .init-cards .card-img {
  width: 100%;
}

.cards .init-cards .card-img img {
  width: 100%;
  transition: 0.3s;
  cursor: pointer;
}

.cards .init-cards .card-details {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding-top: 2.6rem;
}

.cards .init-cards .card-details .des {
  height: 48px;
  /* padding: 1rem 0; */
}

.cards .init-cards .card-details .location {
  font-size: 20px;
  font-weight: 400;
}

/* .cards .init-cards .card-details .date {
  font-weight: 300;
  font-size: 14px;
} */
/* .cards .card-details .date {
  font-weight: 300;
  font-size: 14px;
}
.cards .card-details .desc {
  font-size: 16px;
  height: 75px;
} */

.cards .card-details .journal.desc {
  font-weight: 300;
}

.cards .card-details .location-p {
  display: flex;
  gap: 12px;
  padding-top: 1.5rem;
  color: #fff;
}

.btn_link {
  text-align: center;
  color: #fff;
  transition: all 0.3s ease-in-out;
  font-family: "Barlow-Light";
  width: 133px;
  height: 52px;
  line-height: 52px;
  font-size: 16px;
  text-transform: uppercase;
  z-index: 1;
}

.Events .banner,
.Residency .banner {
  position: relative;
}

.Events .banner .swiper,
.Residency .banner .swiper {
  height: 100%;
  position: relative;
}

/* .Events .banner .content,
.Residency .banner .content {
  position: absolute;
} */

.Events .banner .swiper-horizontal > .swiper-pagination-bullets span,
.project-images-swiper .swiper-pagination-bullets span,
.banner .swiper-pagination-horizontal.swiper-pagination-bullets span,
.Events .banner .swiper-pagination-horizontal.swiper-pagination-bullets span,
.Residency .banner .swiper-pagination-horizontal.swiper-pagination-bullets span,
.Residency .banner .swiper-horizontal > .swiper-pagination-bullets span {
  border-radius: 0;
  width: 16px;
  height: 16px;
  transform: scale(1);
  background-color: #fff;
}

.Events .events-swiper .swiper-slide .grid-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.Events .events-section {
  max-width: 3500px;
  width: 90%;
  margin: 0 auto;
  padding: 5rem 0 3rem;
}

.filter-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 1rem 0 3rem;
}

.filter-bar label {
  color: #fff;
}

.Events.projects_page .all-projects-img .events-swiper .swiper-slide img {
  width: 100%;
  height: 315px;
  object-fit: cover;
}

.Events .events-swiper .swiper-slide .date {
  position: relative;
  top: 0.5rem;
}

.Events .events-swiper .swiper-slide .event-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 1rem;
  cursor: pointer;
}

/* .Events .events-swiper .swiper-slide .title {
  font-size: 24px;
  color: #fff;
  font-weight: 400;
} */

.custom-pagination {
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin-top: 4rem;
}

.Events .all-events-pagination.custom-pagination button {
  border: none;
  background: transparent;
  cursor: pointer;
  font-size: 17px;
  color: white;
}

.Events .all-events-pagination.custom-pagination button .prev {
  transform: rotate(-180deg);
}

/* .Events .all-events-pagination.custom-pagination button:hover {
  background: #fff;
  color: #000;
} */
.custom-pagination button.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/* rawan */
.container.comingEvents {
  margin-top: 6rem;
}

.container.exhibitions.comingEvents .text_container {
  padding: 1rem 0 3rem 0;
  /* padding-top: 2rem;
  padding-bottom: 4rem; */
  color: #ffffff;
}

.container.comingEvents .swipper-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3rem;
  position: relative;
}

.Events .container.exhibitions .custom-nav button {
  background-color: transparent;
  border: none;
  outline: none;
}

.Events .container.exhibitions .custom-nav button img.rotate {
  transform: rotate(180deg);
}

.container.comingEvents .slide_exhibition img {
  width: 590px !important;
  height: 360px;
}

.container.exhibitions .slide_exhibition .location-p img {
  width: 24px !important;
  height: 24px !important;
}

.container.comingEvents .swiper-slide {
  width: 590px !important;
}

.container.comingEvents .location-p img {
  width: 24px !important;
  height: 24px;
}

/* .container.comingEvents .date {
  font-size: 14px;
  color: #ffffff;
  font-weight: 300;
} */
.container.comingEvents .location-p {
  display: flex;
  font-size: 24px;
  gap: 12px;
  color: #ffffff;
}

.container.comingEvents .location-p .location {
  font-size: 20px;
  font-weight: 400;
}

.Events .container.exhibitions .custom-nav {
  bottom: 0;
}

.container.comingEvents .slide_exhibition {
  gap: 1rem;
}

.card-details-events {
  gap: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 1.5rem;
}

/* rawan */
.details .container.comingEvents .swiper-slide {
  width: 38% !important;
}

.details .w-img .container.comingEvents .swiper-slide {
  width: 590px !important;
}

.details .container.comingEvents .slide_exhibition img {
  width: 100% !important;
}

.about-event {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  color: white;
  gap: 2rem;
}

.about-event .img {
  width: 100%;
}

.about-event .img img {
  width: 100%;
}

.about-event .details {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding-top: 2rem;
}

.about-event .details .title {
  font-weight: 400;
  font-size: 32px;
}

.about-event .details .desc {
  font-weight: 200;
  font-size: 24px;
  font-family: "Barlow-Light";
  opacity: 0.9;
}

.about-event .details .flex {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: flex-start;
}

.about-event .location .desc {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.about_event_com .about-description {
  display: flex;
  flex-direction: column;
  color: white;
  margin-top: 4rem;
  gap: 2rem;
}

/* .about_event_com .about-description .title {
  font-weight: 400;
  font-size: 45px;
} */
.about_event_com .about-description .text {
  font-size: 24px;
  font-weight: 300;
  line-height: 30px;
  font-family: "Barlow-Light";
}

.about_event_com .about-description .text p {
  padding-bottom: 20px;
}

.get_tickets:hover {
  background-color: #fff;
  color: #000;
}

.get_tickets {
  text-align: center;
  color: #fff;
  transition: all 0.3s ease-in-out;
  font-family: "Barlow-Light";
  width: 133px;
  height: 52px;
  line-height: 52px;
  z-index: 1;
}

.get_tickets::after {
  position: absolute;
  content: "";
  background: url(../images/border.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 133px;
  height: 52px;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  z-index: -1;
}

/* .event_gallery_page .filter-bar form button {
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.event_gallery_page .filter-bar form button:hover {
  background-color: #000;
  border: 1px solid #fff;
  color: #ffff;
} */
.events_details .partners {
  margin-top: 4rem;
}

.events_details .partners h1 {
  text-align: center;
}

/* .partner-details img {
  transition: filter 0.3s ease;
  filter: brightness(0);
} */

.events_details .partners .partners-logo {
  display: flex;
  justify-content: center;
  align-items: center;
}

.events_details .partners .partners-logo .flex-partner {
  margin-top: 2rem;
  text-align: center;
  max-width: 1024px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 2rem;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}

.events_details .partners .partners-logo .partner.active {
  background-color: #181818;
  padding: 0.7rem;
  text-align: center;
  transition: 0.3s;
}

.events_details .partners .partners-logo .partner {
  height: 88px;
  padding: 0.7rem;
}

.events_details .partners .partners-logo .partner img {
  height: 88px;
}

.events_details .partners .partner-details {
  margin-top: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #ffffff;
  justify-content: space-between;
  padding: 2.5rem;
  gap: 3rem;
  color: #ffffff;
}

.events_details .partners .partner-details .logo {
  width: 230px;
  height: 110px;
}

.events_details .partners .partner-details .logo img {
  width: 230px;
  height: 110px;
}

.events_details .partners .partner-details .description {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  color: #ffffff;
}

.events_details .partners .partner-details .description .title {
  font-weight: 400;
  font-size: 32px;
}

.events_details .partners .partner-details .description .desc {
  font-weight: 300;
  font-size: 24px;
  font-family: "Barlow-Light";
}

.events_details .partners .partner-details .description a {
  font-weight: 600;
  font-size: 24px;
  color: #ffffff;
  cursor: pointer;
  display: flex;
  text-decoration: underline;
}

.articles {
  border-top: 6px solid #ffffff;
  border-bottom: 6px solid #ffffff;
  margin-top: 3rem;
  padding: 3rem 0;
  max-width: 3500px;
  margin: 0 auto;
}

/* .articles .article h1 {
  color: white;
  font-weight: 400;
  font-size: 45px;
} */
.articles .flex-articles {
  display: grid;

  grid-template-columns: repeat(2, 1fr);
}

.articles .flex-articles .article {
  display: flex;
  padding-top: 2rem;
  flex-direction: column;
  gap: 2rem;
  color: #ffffff;
}

.articles .article .col img {
  width: 100%;
}

.articles .article .col {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  width: 100%;
}

.articles .articles-col .col {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.articles .articles-col .col img {
  width: 80%;
}

.articles .article .col .desc {
  font-size: 20px;
}

.articles .article .col .desc {
  font-weight: 300;
  margin-top: 0.6rem;
}

.articles .articles-col .date {
  margin-top: -0.9rem !important;
}

.articles .article .col .date {
  font-weight: 300;
  font-size: 14px;
  margin-top: -0.9rem !important;
}

.articles .articles-col {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  color: white;
  align-items: center;
}

.scrollable-articles {
  height: 1024px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #888 transparent;

  scrollbar-width: none;
  position: relative;
}

.scrollable-articles::-webkit-scrollbar {
  display: none;
}

.articles .articles-col .col .get_tickets {
  display: none;
}

.scroll-track {
  position: absolute;
  top: 20%;
  right: 8px;
  width: 2px;
  height: 120px;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 1px;
  transform: translateY(-50%);
}

.scroll-thumb {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 14px;
  height: 30px;
  background-color: #ffffff;
  border-radius: 3px;
  box-shadow: 0 0 6px rgba(255, 255, 255, 0.5);
  transition: top 0.15s ease-in-out;
  cursor: grab;
}

.scroll-thumb:hover,
.scroll-thumb:active {
  cursor: grabbing;
}

.scrollable-articles .col {
  margin-bottom: 20px;
}

.residency_form_container {
  margin: 4rem auto;
  width: 70%;
}

.residency_form_container #residency_form {
  width: 91%;
  margin: 0 auto;
}

.residency_form_container #residency_form .text_desc {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: center;
  align-items: center;
  color: #fff;
}

/* .residency_form_container #residency_form .text_desc .title {
  font-size: 45px;
  font-weight: 400;
} */
.residency_form_container #residency_form .text_desc .desc {
  line-height: 33px;
  text-align: center;
  font-size: 20px;
  width: 95%;
  margin: 0 auto;
  font-weight: 300;
  font-family: "Barlow-Light";
}

.residency_form_container #residency_form .text_desc .btn_desc {
  background-color: #d9d9d9;
  color: #020202;
  font-size: 20px;
  font-weight: 400;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  padding: 1rem 0;
  margin-bottom: 1.5rem ;
}

.residency_form_container #residency_form .grid_container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
      column-gap: 2rem;
    row-gap: 1rem;
}

.residency_form_container #residency_form .grid_container .col {
  width: 100%;
}

.residency_form_container
  #residency_form
  .grid_container
  .col
  .input_container {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.residency_form_container
  #residency_form
  .grid_container
  .col
  .input_container
  input,
.residency_form_container
  #residency_form
  .grid_container
  .col
  .input_container
  textarea,
.residency_form_container
  #residency_form
  .grid_container
  .col
  .input_container
  select {
  border: 1px solid #fff;
  outline: none;
  background-color: transparent;
  padding: 0.5rem;
  font-size: 18px;
  color: #696969;
}

.residency_form_container
  #residency_form
  .grid_container
  .col
  .input_container
  textarea {
  height: 120px;
}

.residency_form_container
  #residency_form
  .grid_container
  .col
  .input_container {
  position: relative;
}

.residency_form_container
  #residency_form
  .grid_container
  .col
  .input_container.link::after {
  position: absolute;
  background-image: url(../images/link.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  content: "";
  width: 22px;
  height: 22px;
  bottom: 0.5rem;
  z-index: 1;
  left: 1rem;
}

.residency_form_container
  #residency_form
  .grid_container
  .col
  .input_container.link
  input {
  padding-left: 3.5rem;
}

.residency_form_container #residency_form .grid_container .col span {
  padding-left: 0.4rem;
}

.residency_form_container
  #residency_form
  .grid_container
  .col.col_protfolio
  .upload_wrapper
  .upload_area {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 150px;
  border: 2px dashed #ccc;
  border-radius: 8px;
  cursor: pointer;
  position: relative;
  transition: border-color 0.3s;

  text-align: center;
}

.residency_form_container
  #residency_form
  .grid_container
  .col.col_protfolio
  .upload_wrapper
  .upload_area:hover {
  border-color: #999;
}

.residency_form_container #residency_form .recaptcha {
  margin: 2rem auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.file_name {
  color: #ffffff;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  font-size: 14px;
  margin: 2rem auto 1rem;
}

.residency_form_container #residency_form .submit_row {
  display: flex;
  justify-content: center;
  margin: 2rem auto 1rem;
}

.residency_form_container #residency_form .text_desc .btn_desc .center {
  text-align: center;
  width: 90%;
  margin: 0 auto;
}

.submit_row button {
  background-color: transparent;
  outline: none;
  color: #ffffff;
  border: none;
  font-family: "Barlow-Light";
  font-size: 16px;
  width: 100%;
  height: 100%;
  cursor: pointer;
  padding: 0;
  text-transform: uppercase;
}
.subscribe .submit_row button {
  color: #000;
  text-align: center;
}
.subscribe .submit_row:hover {
  opacity: 0.7;
}

.residency_form_container
  #residency_form
  .grid_container
  .col.col_protfolio
  .upload_wrapper
  .upload_area
  input[type="file"] {
  display: none;
}

.residency_form_container
  #residency_form
  .grid_container
  .col.col_protfolio
  .upload_wrapper
  .upload_content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  top: 0.5rem;
}

.residency_form_container
  #residency_form
  .grid_container
  .col.col_protfolio
  .upload_wrapper
  .upload_icon {
  width: 120px;
  height: 132px;
}

.residency_form_container
  #residency_form
  .grid_container
  .col.col_protfolio
  .upload_wrapper
  .file_name {
  margin-top: 8px;
  font-size: 14px;
  color: #333;
}

.select_wrapper {
  position: relative;
}

.select_wrapper select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #fff;
  outline: none;
  background-color: transparent;
  padding: 1rem;
  padding-right: 2.5rem;
  font-size: 18px;
  color: #696969;
  width: 100%;
  cursor: pointer;
}

.select_wrapper::after {
  content: "";
  position: absolute;
  bottom: 0.5rem;
  right: 1rem;
  transform: rotate(0deg);
  width: 1rem;
  height: 1rem;
  background-image: url("../images/arrow_bottom.svg");
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
  transition: transform 0.3s ease;
}

.select_wrapper.open::after {
  transform: translateY(-50%) rotate(180deg);
}

.residency_form_container
  #residency_form
  .grid_container
  .col
  .input_container
  .label {
  color: #b6b6b6;
  font-size: 16px;
  font-weight: 400;
}

.residency_form_container #residency_form .grid_container .col.col_2 {
  grid-column: span 2;
}

.program-overview .main-desc {
  color: white;
  font-weight: 400;
  font-size: 24px;
  line-height: 38px;
}

.program-overview .overview {
  margin-top: 8rem;
}

/* .program-overview .overview .title {
  font-size: 45px;
  color: #ffffff;
} */
.program-overview .details {
  background-color: #ffffff;
  margin: 2rem 0;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 1.5rem;
}

.program-overview .details .detail {
  display: flex;
  gap: 0.7rem;
  font-size: 24px;
}

.program-overview .details img {
  width: 27px;
  height: 27px;
}

.program-overview .next {
  font-weight: 400;
  font-size: 24px;
  color: white;
}

/* .Residency .w-img .desc {
  font-size: 20px;
} */
.Residency .w-img .sub-title {
  font-size: 16px;
  color: #ffffff;
}

.Residency .w-artist .container.comingEvents .swiper-slide {
  width: 360px !important;
}

.Residency .w-artist .container.comingEvents .slide_exhibition img {
  width: 360px !important;
}

.Residency .w-artist .job {
  font-size: 20px;
  font-weight: 300;
  color: #ffffff;
  font-family: "Barlow-Light";
}

.testimonials {
  margin-top: 6rem;
}

.testimonials .custom-nav {
  position: relative !important;
}

.testimonials .card-details-events {
  border-left: 2px solid #ffffff;
  padding-left: 0.6rem;
  min-height: 80px;
  padding-top: 0;
  justify-content: space-between;
}

.container.exhibitions.testimonials .swiper-slide {
  width: 450px !important;
}

.Residency .custom-nav button {
  background-color: transparent;
  border: none;
  outline: none;
}

.artist-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.65);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  animation: fadeIn 0.3s ease-in-out;
}

/* Modal Box */
.modal-content {
  position: relative;
  display: grid;
  gap: 1.5rem;
  background-color: #000000;
  color: #fff;
  overflow: hidden;
  max-width: 80%;
  width: 90%;
  z-index: 10000;
  animation: slideUp 0.3s ease-in-out;
  padding: 2rem;
  align-items: center;
  grid-template-columns: repeat(2, 1fr);
}

.modal-img {
  width: 90%;
  object-fit: cover;
}

.modal-info {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.modal-info h3 {
  font-size: 32px;
  font-weight: 400;
  margin-bottom: 16px;
  padding: 0;
  margin-left: 0;
}

.modal-info .job {
  font-size: 1rem;
  opacity: 0.8;
  margin-bottom: 20px;
}

.modal-info .desc {
  font-size: 24px;
  line-height: 35px;
  font-family: "Barlow-Light";
}

/* Close Button */
.close-btn {
  position: absolute;
  top: 8%;
  right: 5%;
  background: none;
  border: none;
  color: #fff;
  cursor: pointer;
  opacity: 0.8;
  transition: opacity 0.3s;
  width: 18px;
}

.close-btn:hover {
  opacity: 1;
}

/* Overlay click */
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9998;
}

/* --- Animations --- */
@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes slideUp {
  from {
    transform: translateY(20px);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.modal-info a img {
  width: 37px;
  height: 37px;
  cursor: pointer;
}

.modal-info .links {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  padding-top: 2rem;
}

.container.exhibitions.popup-artist .custom-nav {
  position: relative !important;
}

.container.exhibitions.popup-artist {
  margin-top: 6rem;
}

.Residency .container.exhibitions {
  margin-top: 8rem;
}

.header_gallery.header .content .top_header.bg_white .flex {
  flex-direction: row;
  max-width: 1900px;
}

.header .content .top_header.bg_white {
  position: relative;
}

.header_gallery.header .content .top_header.bg_white .flex button {
  position: absolute;
  background-color: transparent;
  border: none;
  outline: none;
  left: 10%;
  padding: 0;
}

.header_gallery.header .content .top_header.bg_white .flex button img {
  height: 20px;
  cursor: pointer;
}

.event_gallery_page .filter-bar {
  width: 90%;
  max-width: 3500px;
  margin: 8rem auto 3rem;
}

.no_data {
  color: #fff;
  width: 90%;
  max-width: 1900px;
  margin: 0 auto;
  font-size: 35px;
}

.event_gallery_page .gallery-grid {
  display: flex;
  flex-direction: column;
  gap: 5rem;
  margin-bottom: 3rem;
}

.event_gallery_page .gallery-grid .gallery-item,
.event_gallery_page .gallery-grid .gallery-item img {
  width: 100%;
}

.event_gallery_page h3 {
  color: #fff;
  font-size: 45px;
  font-weight: 400;
  margin-bottom: 2.5rem;
}

.event_gallery_page .gallery-item-artist {
  max-width: 3500px;
  width: 90%;
  margin: 0 auto;
}

.event_gallery_page .gallery-item-artist .artist-images {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.event_gallery_page .gallery-item-artist .artist-images img {
  width: 100%;
  grid-row: span 1;
}

.artist-images {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.artist-images img {
  width: 100%;
  height: fit-content;
  object-fit: cover;
}

.event_gallery_page .gallery-item-artist .artist-images img.tall-img {
  grid-row: span 2;
}

.event_gallery_page .filter-bar .input_container {
  border: 1px solid #fff;
  width: 300px;
}

.event_gallery_page .filter-bar .input_container input {
  background-color: transparent;
  border: none;
  outline: none;
  padding: 0.7rem 1rem;
  font-size: 18px;
  color: #b6b6b6;
  width: calc(100% - 2rem);
}

.event_gallery_page .filter-bar form {
  display: flex;
  align-items: center;
  gap: 1.4rem;
}

.event_gallery_page .filter-bar form button {
  border: none;
  outline: none;
  background-color: transparent;
  padding: 0;
}

.Events .container.exhibitions .custom-nav button img:hover {
  cursor: pointer;
}

.not_found_page {
  color: #fff;
  position: absolute;
  top: 56%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 33px;
  text-align: center;
  gap: 2rem;
}

.popup_gallery .image-viewer-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.87);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  overflow: hidden;
  opacity: 0;
  transform: scale(1.05);
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.popup_gallery .image-viewer-content {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.popup_gallery .main-image {
  max-width: 80%;
  width: 40%;
  max-height: 75vh;
  object-fit: contain;

  transition: transform 0.3s ease;
}

.popup_gallery .image-viewer-overlay.show {
  opacity: 1;
  transform: scale(1);
}

.popup_gallery .main-image {
  max-width: 80%;
  max-height: 75vh;
  object-fit: contain;
  transition: transform 0.3s ease, opacity 0.4s ease;
  opacity: 0;
  transform: scale(0.95);
}

.popup_gallery .main-image.show {
  opacity: 1;
  transform: scale(1);
}

.popup_gallery .image-viewer-overlay .close-btn {
  position: absolute;
  top: 50px;
  right: 5%;
  font-size: 2.5rem;
  background: none;
  border: none;
  color: white;
  cursor: pointer;
  transition: opacity 0.2s ease;
  z-index: 10;
}

.popup_gallery .image-viewer-overlay .close-btn:hover {
  opacity: 0.7;
}

.popup_gallery .thumbnails {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 90%;
  background: rgba(0, 0, 0, 0.9);
  display: flex;
  justify-content: center;
  gap: 12px;
  padding: 15px 0;
  overflow-x: auto;
  scrollbar-width: none;
  margin: 0 4rem;
}

.popup_gallery .thumbnails::-webkit-scrollbar {
  display: none;
}

.popup_gallery .thumbnails img {
  width: 100px;
  height: 70px;
  object-fit: cover;
  cursor: pointer;
  opacity: 0.5;
  transition: opacity 0.3s, transform 0.3s;
}

.rel_no_found {
  position: relative;
  height: 100vh;
}

.popup_gallery .thumbnails img.active {
  opacity: 1;
  transform: scale(1.05);
  border: 2px solid #fff;
}

.popup_gallery .thumbnails .images {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  width: 90%;
  margin: 0 auto;
}

.popup_gallery .image-viewer-overlay .custom-nav .swiper-button-next-custom {
  position: absolute;
  right: 6%;
  background: transparent;
  top: 50%;
  width: 15px;
}

.popup_gallery .image-viewer-overlay .custom-nav .swiper-button-prev-custom {
  position: absolute;
  left: 6%;
  background: transparent;
  top: 50%;
  width: 15px;
}

.popup_gallery .image-viewer-overlay .custom-nav img {
  width: 15px;
}

.popup_gallery .image-viewer-overlay .custom-nav button {
  background-color: transparent;
  outline: none;
  border: none;
  cursor: pointer;
}

.popup_gallery .image-viewer-overlay .swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}

.popup_gallery
  .image-viewer-overlay
  .custom-nav
  .swiper-button-prev-custom.disabled,
.popup_gallery
  .image-viewer-overlay
  .custom-nav
  .swiper-button-next-custom.disabled {
  opacity: 0.3;
  pointer-events: none;
  cursor: not-allowed;
}

.popup_gallery .image-viewer-overlay .custom-nav button {
  padding: 0;
}

.popup_gallery .image-viewer-overlay .custom-nav button.disabled {
  opacity: 0.5;
}

.popup_gallery .custom-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  position: relative;
  top: 50%;
  position: absolute;
}

.event_gallery_page .gallery-item-artist .artist-images img {
  cursor: pointer;
}

.right-list {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background: #000;
  transform: translateX(100%);
  opacity: 0;
  overflow-y: auto;

  transition: transform 0.4s ease, opacity 0.4s ease-in-out;
  z-index: 1111111;
}

.right-list::-webkit-scrollbar {
  display: none;
}

.right-list a {
  color: #fff;
  font-size: 27px !important;
  border: none;
}

.right-list.hidden {
  right: -30rem;
}

.right-list li {
  padding: 0.7rem 0;
  color: rgba(0, 0, 0, 0.6);
}

.right-list .flex-col {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.right-list ul {
  padding: 0;
  width: 100%;
  margin: 0 auto;
  list-style: none;
  justify-content: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 10rem;
  text-align: center;
}

.right-list .flex-col .logo_img {
  width: 120px;
}

.project_details .about-event {
  display: none;
}

.project_details .project-images {
  height: 400px;
  width: 100%;
  padding: 4rem 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-top: 6rem;
}

.project-images-swiper {
  padding-bottom: 7rem;
}

.project_details .project-images img {
  height: 100%;
  width: auto;
  max-width: 95%;
  display: block;
  margin: 0 auto;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
}

.project_details .project-images .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0.5;
  transition: all 0.3s ease-in-out;
  width: 50%;
}

.project_details .project-images .swiper-slide.swiper-slide-active {
  opacity: 1;
  transform: scale(1.1);
}

.project_details .project-images .swiper-slide-prev,
.project_details .project-images .swiper-slide-next {
  opacity: 0.5;
  transform: scale(0.9);
}

.project-images .swiper-button-prev-custom,
.project-images .swiper-button-next-custom {
  position: absolute;
  top: calc(50% - 3rem);
  transform: translateY(-50%);
  z-index: 10;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
}

.project-images .swiper-button-prev-custom {
  left: 4rem;
  width: 45px;
  height: 45px;
}

.project-images .swiper-button-next-custom {
  right: 4rem;
  width: 45px;
  height: 45px;
}

.project-images .swiper-button-prev-custom img {
  transform: rotate(-180deg);
}

.project-images .swiper-button-prev-custom img,
.project-images .swiper-button-next-custom img {
  width: 14px;
}

.article {
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  opacity: 1;
}

.article img {
  transition: transform 0.3s ease-in-out;
}

.WhoAre {
  color: white;
}

.container.WhoAre {
  padding: 5rem 0;
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 4rem;
}

.WhoAre .flex-div {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.6rem;
  width: 85%;
  color: white;
}

/* .WhoAre .flex-div .title {
  font-size: 45px;
  font-weight: 400;
} */

.WhoAre .flex-div .desc,
.WhoAre .about-us .desc {
  font-size: 24px;
  font-weight: 300;
}

.WhoAre .flex-div .desc p,
.WhoAre .about-us .desc p {
  font-family: "Barlow-Light";
}

.WhoAre .flex-div .text {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.WhoAre .about-us {
  width: 85%;
  display: flex;
  flex-direction: column;
  gap: 1.3rem;
  margin-top: 1.5rem;
  color: white;
}

.WhoAre .about-us .title {
  margin: 0;
  padding-bottom: 1rem;
}

.WhoAre .about-us .desc {
  font-size: 24px;
  font-weight: 300;
}

.WhoAre .about-us .desc p {
  padding-bottom: 1.5rem;
}

.contact-form {
  margin-top: 3rem;
}

.contact-form .grid_container {
  margin-top: 4rem;
}

.homepage_only.main_page .container.exhibitions .custom-nav {
  position: absolute;
  bottom: unset;
  left: unset;
  display: flex;
  gap: 3rem !important;
  right: 1rem;
  top: calc(-5rem - 37px);
}

.banner-swiper {
  height: 100%;
  object-fit: cover;
}

.banner .single-image {
  height: 100%;
  position: relative;
}

.no-data {
  color: white;
  font-size: 40px;
  text-align: center;
}

.footer .grid_container .links_footer .flex span {
  text-align: center;
  font-size: 20px;
  padding: 0.2rem 0.5rem;
  font-weight: 100;
  color: #fff;
  font-family: "Barlow-Light";
}

.project_details_only .articles .article .col .date,
.project_details_only .articles .articles-col .date {
  margin-top: 0rem !important;
}

.projects_page_only .events-swiper .swiper-slide img {
  height: 338px;
}

.residency_only .container.exhibitions .slide_exhibition img {
  width: 100%;
}

.residency_only .container.exhibitions .swiper-slide {
  width: 40% !important;
}

.Events .events-swiper .swiper-slide .event-card .allevents-card-image {
  width: 100%;
  height: 315px;
  transition: 0.3s;
  object-fit: cover;
}
/* .Events .events-swiper .swiper-slide .event-card .allevents-card-image:hover{
  transform: scale(1.05);
} */
.banner .swiper-slide::after,
.banner .single-image::after {
  position: absolute;
  content: "";
  background-color: rgba(0, 0, 0, 0.32);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.container.exhibitions .slide_exhibition .name-artist {
  color: #fff;
  font-weight: 300;
  font-size: 24px;
  font-family: "Barlow-Medium";
}
.container.exhibitions .slide_exhibition .job{
  color:white;
   font-family: "Barlow-Light";
}
.Residency .container.exhibitions .slide_exhibition .name-artist {
  color: #fff;
  font-weight: 400;
  font-size: 32px;
}

.container.exhibitions.testimonials .slide_exhibition .desc {
  color: #fff;
  font-weight: 300;
  font-size: 24px;
  height: 87px;
  font-family: "Barlow-Light";
}

.container.exhibitions.testimonials .slide_exhibition .desc.author {
  height: 50px !important;
  font-family: "Barlow-Regular";
}

.EventsCard-type .container.comingEvents .slide_exhibition {
  width: 460px !important;
}

/* .EventsCard-type .container.comingEvents .slide_exhibition .card-img img {
  width: 460px !important;
} */

.EventsCard-type .container.comingEvents .swiper-slide {
  width: 460px !important;
}

.EventsCard-type .container.comingEvents .slide_exhibition .swiper_img {
  width: 460px !important;
}

.alert {
  padding: 14px 18px;
  border-radius: 8px;
  margin-top: 15px;
  font-size: 15px;
  animation: fadeIn 0.3s ease;
}

Error .alert.error {
  background: #ffe5e5;
  color: #b60000;
  border-left: 5px solid #ff4d4d;
}

/* Success */
.alert.success {
  background: #e5ffe9;
  color: #0f8a2f;
  border-left: 5px solid #32d65a;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-5px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.toast {
  position: fixed;
  top: 17%;
  right: 20%;
  padding: 14px 22px;
  font-size: 20px;
  min-width: 260px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  animation: slideIn 0.35s ease forwards;
  z-index: 9999;
  font-family: "Barlow-Regular";
}

.subscribe-msg.toast {
  top: 25%;
}

.toast.error {
  background: #fff;
  color: #b40000;
  border-left: 6px solid #ff4b4b;
}

.toast.success {
  background: #fff;
  color: #007a2d;
  border-left: 6px solid #29d663;
}

.toastt {
  padding: 14px 22px;
  font-size: 18px;
  font-weight: 500;
  backdrop-filter: blur(5px);
  animation: fadeInUp 0.5s ease forwards;
  max-width: 420px;
  margin: 20px auto 0;
  text-align: center;
  letter-spacing: 0.5px;
}

.toastt.success {
  background-color: #e4f7ec;
  color: #1e8b4d;
  border-left: 6px solid #1e8b4d;
  box-shadow: 0 0px 5px rgba(228, 181, 100, 0.25);
}

.residency.container {
  padding-bottom: 3rem;
}

.toastt.error {
  background-color: #fdecea;
  color: #d93025;
  border-left: 6px solid #d93025;
  box-shadow: 0 0px 5px rgba(214, 69, 69, 0.25);
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateX(100%);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.main-title-website {
  font-size: 43px;
  font-weight: 500;
  color: #ffffff;
  font-family: "Barlow-Medium";
}

.main-description-cards {
  color: #fff;
  font-family: "Barlow-Light";
  font-weight: 300;
  font-size: 18px;
}

.date-all-cards {
  font-weight: 300;
  font-size: 14px;
  font-family: "Barlow-ExtraLightItalic";
  color: #ffffff;
}

.main-title-cards {
  font-size: 24px;
  color: #ffffff;
  font-family: "Barlow-Medium";
  margin: 0;
}

.right-list.show {
  transform: translateX(0);
  opacity: 1;
}

.right-list.hide {
  transform: translateX(100%);
  opacity: 0;
}

.right-list .col-list .link a {
  display: block;
  padding: 15px;
  color: #fff;
  font-family: "Barlow-Regular";
  transition: background 0.3s ease, color 0.3s ease;
}

.right-list .col-list .link a.active,
.right-list .col-list .link a.clicked {
  /* background-color: #fff;
  color: #000 !important; */
  font-weight: 500;
  font-family: "Barlow-Medium";
  border-bottom: 2px solid #fff;
  padding-bottom: 3px;
}

.hamb_icon img {
  transition: transform 0.5s ease;
}

.hamb_icon.open {
  z-index: 99999999999 !important;
}
.articles .articles-col .btn_link {
  display: none;
}

.hamb_icon.open img {
  transform: rotate(360deg);
  color: white;
  z-index: 99999999999;
  width: 30px;
  height: 30px;
}

.header .content .main_header.scrolled {
  border-bottom: 0.5px solid #fff;
  z-index: 10;
  transition: border 0.4s ease;
}

.menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 111111;
}

.menu-overlay.show {
  opacity: 1;
  pointer-events: auto;
}

.menu-overlay.hide {
  opacity: 0;
  pointer-events: none;
}
/* 
.subscribe .submit_btn button {
  width: 133px;
  height: 52px;
} */
.subscribe .submit_row::after {
  background: url(../images/Union.svg) !important;
  width: 134px;
}

.toast-message {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
  font-size: 14px;
  margin-top: 12px;
  max-width: 285px;
  animation: fadeSlide 0.3s ease;
}

.toast-message.success {
  background-color: #e4f7ec;
  color: #1e8b4d;
  border-left: 6px solid #1e8b4d;
  box-shadow: 0 0px 5px rgba(228, 181, 100, 0.25);
}

.toast-message.error {
  background-color: #fdecea;
  color: #d93025;
  border-left: 6px solid #d93025;
  box-shadow: 0 0px 5px rgba(214, 69, 69, 0.25);
}

.toast-icon {
  width: 20px;
  height: 20px;
}

@keyframes fadeSlide {
  from {
    opacity: 0;
    transform: translateY(-5px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.container.exhibitions .slide_exhibition img{
  height: 270px;
}
.homepage_only.main_page .EventsCard-type .container.exhibitions .custom-nav{
  top: 0;
}
.Events.projects_page .container.exhibitions .custom-nav {
    position: absolute;
    bottom: unset;
    left: unset;
    display: flex;
    gap: 3rem !important;
    right: 1rem;
    top: calc(-5rem - 37px);
}
/* .journal-card div .container.exhibitions .slide_exhibition img:hover{
  opacity: 0.5;
  transition: 0.3s;
} */
.text-content-block {
  color:#fff;
  padding: 4rem 0;
  display: flex;
  justify-content: flex-start;
  gap: 1.2rem;
  flex-direction: column;
  
}
.text-content-block .main-title-website{
  padding-bottom: 2rem;

}
.text-content-block  .main-description-cards p{

}
