@import url("font.css");

html,
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

.main-container {
  background-color: #fff;
  height: 100%;
}

.mainbackground {
  background: url(../img/romany.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: #fff !important;
}



#header {
  position: absolute;
  z-index: 10;
  top: 0px;
  width: 100%;
  padding: 10px 0px;
  background-color: rgba(255, 255, 255, 1);
}

.romany-menu {
  background-color: transparent;
  width: 100%;
}

.navbar-nav .nav-item {
  padding-right: 10px;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 1);
  font-family: "HelveticaNeueLTStd Lt";
  font-size: 15px;
  line-height: 16px;
  font-weight: normal;
  letter-spacing: 0.1em;
}

.dropdown-item {
  letter-spacing: 0.1em;
}

.navbar-nav .nav-link:hover {
  color: #000 !important;
  font-weight: bolder;
}

.navbar-nav .active a {
  font-family: "HelveticaNeueLTStd-Bd";
  color: #000;
}

.navbar-brand {
  font-family: "HelveticaNeueLTStd Lt";
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 16px;
  padding: 0px;
}

.navbar-brand img {
  padding-right: 10px;
  max-width: 65px;
}

.navbar-brand img:hover {
  opacity: 0.5;
}

.dropdown:hover>.dropdown-menu {
  display: block;
  transition: all 0.7s;
}

.navbar-nav .active .dropdown-menu a {
  font-family: "HelveticaNeueLTStd Lt";
  color: #484747;
  text-decoration: none;
  text-transform: capitalize;
}

.navbar-nav .active .dropdown-menu a:hover {
  font-family: "HelveticaNeueLTStd-Bd";
  color: #484747;
}

.navbar-nav .dropdown-menu a {
  font-family: "HelveticaNeueLTStd Lt";
  color: #484747;
  text-decoration: none;
  text-transform: capitalize;
  font-size: 14px;
  line-height: 16px;
}

.navbar-nav .dropdown-menu a:hover {
  font-weight: bolder;
  color: #484747;
  background-color: transparent;
}

.swiper-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.swiper-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
}

.swiper-slide {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

.swiper-caption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 24px;
  opacity: 0;
  /* transition: opacity 0.5s ease-in-out; */
}

.swiper-slide:hover .swiper-caption {
  opacity: 0;
}

/* .swiper-slide {
  /* opacity: 0;  
  /* transition: opacity 0.5s ease-in-out;  
}

.swiper-slide.swiper-slide-active {
  /* opacity: 1;  
} */

.swiper-slide .swiper-caption {
  color: rgba(255, 255, 255, 0.85);
  text-align: left;
  font-size: 26px;
  line-height: 28px;
  font-family: "HelveticaNeueLTStd Th";
  padding-right: 20%;
}

.swiper-slide h4 {
  color: rgba(255, 255, 255, 1);
  text-align: left;
  font-size: 19px;
  line-height: 20px;
  font-family: "HelveticaNeueLTStd-Bd";
  text-transform: uppercase;
  margin-top: 26px;
}

.swiper-button-next,
.swiper-button-prev {
  color: #e9e9e9;
}

.swiper-button-prev {
  left: 12%;
}

.swiper-button-next {
  right: 12%;
}

/* 
header {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-perspective: 100px;
  perspective: 100px;
  text-align: center;
  min-height: 100vh;
  min-width: 100vw;
  overflow: hidden;
  height: 100vh;
  position: fixed;
}

header:before {
  background: url(../img/romany.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: #000000 !important;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 1;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

header img {

  object-fit: contain;
  object-position: right;
  max-width: 100vw;
}
 */

.footer-text {
  color: #999999;
  text-align: left;
  font-size: 20px;
  line-height: 26px;
  font-family: "HelveticaNeueLTStd Th";
  margin-top: 20px;
}

.footer-text h4 {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-size: 14px;
  line-height: 16px;
  font-family: "HelveticaNeueLTStd-Bd";
  text-transform: uppercase;
  margin-top: 5px;
}

/* Animations */

@-webkit-keyframes no-transform {
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes no-transform {
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes salah-transform {
  0% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(1rem) scale(1.125);
    transform: translateY(1rem) scale(1.125);
  }

  40% {
    opacity: 1;
    -webkit-transform: translateY(-1rem) scale(1.125);
    transform: translateY(-1rem) scale(1.125);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-1rem) scale(1.1);
    transform: translateX(-1rem) scale(1.1);
  }

  80% {
    opacity: 1;
    -webkit-transform: translateX(1rem) scale(1.1);
    transform: translateX(1rem) scale(1.1);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

#footer {
  position: absolute;
  bottom: 0px;
  z-index: 10;
  width: 100%;
  padding: 20px 0px;
  background-color: #fff;
}

.about-footer {
  position: relative;
  padding: 20px 0px;
}

.copyrights {
  font-family: "HelveticaNeueLTStd Lt";
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 1px;
  text-transform: capitalize;
  font-weight: lighter;
  padding-top: 10px;
}

.terms {
  display: inline;
  text-align: center;
  color: rgba(0, 0, 0, 1);
  padding-top: 5px;
	padding-bottom: 5px;

}

.terms a {
  font-family: "HelveticaNeueLTStd Lt";
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  line-height: 16px;
	

}

.terms a:first-child {
  margin-right: 10px;
}

.terms a:last-child {
  margin-left: 10px;
}

.terms a:hover {
  color: #000;
}




.track {
  display:inline-block;
  text-align: center;
  color: rgba(0, 0, 0, 1);
	margin-bottom: 20px;
}

.track a {
  font-family: "HelveticaNeueLTStd Lt";
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  line-height: 16px;
	border-radius: 25px;
  border: 1px solid #000;
  padding: 10px;
	margin-top: 15px;
	margin-bottom: 15px;

}

.track a:first-child {
  margin-right: 0px;
}

.track a:last-child {
  margin-left: 0px;
}

.track a:hover {
  color: #000;
}




.footer-social {
  text-align: right;
}

.footer-social svg {
  width: 25px;
  height: 25px;
}

.footer-social svg #Facebook,
.footer-social svg #twitter,
.footer-social svg #instagram {
  fill: #acacac;
}

.footer-social svg:hover #Facebook,
.footer-social svg:hover #twitter,
.footer-social svg:hover #instagram {
  fill: #484747;
}

.inner-footer {
  padding: 30px 0px 15px 0px;
}

.page-title {
  color: #000;
  text-transform: capitalize;
  font-size: 34px;
  line-height: 40px;
  font-family: "HelveticaNeueLTStd Lt";
  letter-spacing: 1px;
  margin-bottom: 25px;
  padding-left: 0px;
}

.about-smalltitle {
  color: #000;
  font-size: 20px;
  line-height: 25px;
  font-family: "HelveticaNeueLTStd-Bd";
  letter-spacing: 1px;
  margin-top: -10px;
  padding-left: 15px;
  margin-bottom: 25px;
}

.about-container {
  position: relative;
  padding-top: 100px;
}

.about-text {
  color: #000;
  font-size: 17px;
  line-height: 25px;
  font-family: "HelveticaNeueLTStd Th";
  letter-spacing: 1px;
  opacity: 0.7;
  min-height: 70vh;
  margin-top: 1px;
}

@media only screen and (max-width: 800px) {
  .about-text {
    margin-top: 10px;
  }
}

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

.follow-me {
  margin-top: 50px;
}

.follow-me a {
  text-decoration: none;
}

.follow-me a:hover {
  text-decoration-color: #000;
}

.follow-me span {
  font-family: "HelveticaNeueLTStd-Bd";
  color: #000;
  font-size: 18px;
  line-height: 25px;
  padding-left: 20px;
  text-decoration: none;
}

.exh-title h1 {
  color: #000;
  text-transform: uppercase;
  font-size: 34px;
  line-height: 35px;
  font-family: "HelveticaNeue-UltraLight";
  margin-bottom: 25px;
  margin-top: 10px;
}

.exh-title h2 {
  color: #000;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 35px;
  font-family: "HelveticaNeue-UltraLight";
  margin-top: 20px;
}

.exh-title h3 {
  color: #000;
  font-size: 18px;
  line-height: 35px;
  font-family: "HelveticaNeue-UltraLight";
  margin-top: 20px;
}

.exh-body {
  font-family: "HelveticaNeueLTStd-Roman";
  font-size: 16px;
  margin-bottom: 25px;
  color: #665d5d;
  line-height: 20px;
}

.exh-body2 {
  font-family: "HelveticaNeue-UltraLight";
  font-size: 18px;
  margin-bottom: 0px;
  color: #665d5d;
  margin-top: 20px;
}

.exh-but button {
  background-color: transparent;
  border: none;
  color: #000;
  border-bottom: solid 1px #000;
  padding: 3px 0px;
  text-transform: uppercase;
  font-family: "HelveticaNeueLTStd Th";
  font-size: 20px;
}

.exh-but button:hover {
  cursor: pointer;
}

.exh-but button:focus {
  outline: transparent;
}

.exh-container:hover {
  opacity: 0.5;
}

.exh-container {
  border-bottom: solid thin #665d5d;
  padding-bottom: 30px !important;
  padding-top: 30px;
}

.exh-container:last-child {
  border-bottom: none;
}

.news-img {
  position: relative;
  overflow: hidden;
  /* box-shadow: 7px 11px 8px 2px rgba(0, 0, 0, 0.7); */
  /* transition: all 0.5s; */
}

/* .news-img:hover {
  box-shadow: none;
  transition: all 0.5s;
} */

.news-img img:hover {
  transform: scale(1.05);
  transition: all 0.7s;
}

.news-img img {
  transition: all 0.7s;
  max-width: 100%;
}

.news-title h1 {
  color: #000;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 30px;
  font-family: "HelveticaNeueLTStd-Bd";
  margin-bottom: 25px;
  margin-top: 20px;
}

.news-title h3 {
  color: #000;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 30px;
  font-family: "HelveticaNeueLTStd-Bd";
  margin-bottom: 25px;
  margin-top: 20px;
}

.news-date h4 {
  color: #000;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 20px;
  font-family: "HelveticaNeueLTStd-Bd";
  opacity: 0.7;
}

.news-body {
  font-family: "HelveticaNeueLTStd Th";
  font-size: 16px;
  margin-bottom: 25px;
  color: #000;
  line-height: 20px;
}

.news-but button {
  background-color: transparent;
  border: none;
  color: #000;
  border-bottom: solid 1px #000;
  padding: 3px 0px;
  text-transform: uppercase;
  font-family: "HelveticaNeueLTStd Th";
  font-size: 20px;
}

.news-but button:hover {
  cursor: pointer;
  opacity: 0.5;
}

.news-but button:focus {
  outline: transparent;
}

.news-container {
  padding-bottom: 30px !important;
  padding-top: 30px;
}

.news-container:last-child {
  border-bottom: none;
}

.artworks-title h1 {
  color: #000;
  text-transform: capitalize;
  font-size: 16px;
  line-height: 30px;
  font-family: "HelveticaNeueLTStd-Bd";
  margin-bottom: 0px;
  margin-top: 0px;
}

.artworks-title h3 {
  color: #000;
  text-transform: capitalize;
  font-size: 16px;
  line-height: 30px;
  font-family: "HelveticaNeueLTStd Th";
  margin-bottom: 10px;
  margin-top: 0px;
}

.artworks-date h4 {
  color: #000;
  text-transform: capitalize;
  font-size: 16px;
  line-height: 20px;
  font-family: "HelveticaNeueLTStd Th";
  opacity: 0.7;
}




.artworks-body {
  font-family: "HelveticaNeueLTStd Th";
  font-size: 16px;
  margin-bottom: 25px;
  color: #000;
  line-height: 20px;
  column-count: 2;
  letter-spacing: 1px;
}

.content {
  display: none;
  margin-bottom: 15px;
}

/* .read-more {
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  background-color: #000;
  padding: 8px 14px;
  text-transform: capitalize;
  font-size: 14px;
  border: solid 1px #000;
} */
.read-more {
  cursor: pointer;
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 18px;
}

.read-more:hover {
  color: #000;
  background-color: #fff;
  text-decoration: underline;
  /* border: solid 1px #000; */
}

#shortbio {
  margin-bottom: 15px;
}

.year-title {
  font-family: "HelveticaNeue-UltraLight";
  font-size: 70px;
  line-height: 70px;
  color: #000;
  margin-top: 40px;
}

.press-date {
  font-size: 14px;
  color: #000;
  text-transform: capitalize;
  line-height: 16px;
  font-family: "HelveticaNeueLTStd-Bd";
  margin-top: 10px;
}

.press-title {
  font-family: "HelveticaNeueLTStd Th";
  color: #000;
  font-size: 18px;
  line-height: 20px;
  text-align: left;
  margin-top: 5px;
  letter-spacing: 1px;
  text-transform: capitalize;
}

.press-explore {
  margin-top: 10px;
}

.press-explore a {
  font-size: 15px;
  color: #000;
  text-transform: capitalize;
  line-height: 20px;
  font-family: "HelveticaNeueLTStd Th";
  border-bottom: solid 1px #e0e0e0;
  text-decoration: none;
  letter-spacing: 1px;
}

.press-explore a:hover {
  opacity: 0.5;
  border-bottom: solid 1px #000;
}

/* .press-container {
  padding: 10px;
} */

.press-container {
  padding: 15px 20px 15px 0px;
}

.press-main {
  padding: 10px 15px;
  /* border-bottom: solid thin #484747; */
}

/* .press-main:nth-child(odd) {
  padding: 30px 0px;
  border-bottom: solid thin #484747;
  opacity: 0.6;
} */

.behind-list {
  font-size: 0px;
  padding: 0px;
}

.img-container {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding: 15px 15px 0px 0px;
}

.img-container:nth-child(3n + 0) {
  width: 100%;
  vertical-align: top;
  padding: 15px 15px 0px 0px;
}

.behind-img {
  overflow: hidden;
}

.img-container img {
  width: 100%;
  transition: all 1s;
}

.img-container img:hover {
  transform: scale(1.1);
  transition: all 1s;
}

.modal-text {
  font-family: "HelveticaNeueLTStd-UltLt";
  color: #000;
  font-size: 18px;
  line-height: 18px;
  text-align: left;
  margin-top: 30px;
}

.back {
  background-color: transparent;
  border: none;
  padding: 5px 15px;
  float: right;
}

.back a {
  font-family: "HelveticaNeueLTStd-Bd";
  color: #000;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
}

.art-container {
  margin-top: 10%;
  min-height: 70vh;
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 49%;
  color: #000;
  text-align: inherit;
  opacity: 0.5;
}

.carousel-control-prev span,
.carousel-control-next span {
  color: #a4a4a4;
  font-size: 30px;
  font-weight: 300;
}

.carousel-control-prev-icon {
  background-image: none;
}

.carousel-control-next-icon {
  background-image: none;
}

.carousel-control-prev {
  left: 15px;
}

.carousel-control-next {
  right: 15px;
}

.exb-img:hover {
  opacity: 70%;
}

.modal-text span::after {
  content: " - ";
}

.modal-text span:last-child::after {
  content: " ";
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff; /* Background color of the preloader */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

#preloader-logo {
  width: 80px; /* Adjust the size of your logo */
  opacity: 0;
  animation: fadeInOut 2s infinite; /* Fade-in and fade-out effect */
}

@keyframes fadeInOut {
  0%, 100% {
      opacity: 0;
  }
  50% {
      opacity: 1;
  }
}

#content {
  display: none; /* Hide content until preloader is gone */
}