/* =========================
   ISTANBUL FONT FAMILY
========================= */

@font-face {
    font-family: 'Istanbul';
    src: url('../fonts/custom-fonts/istanbul.TTF') format('opentype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'arial';
    src: url('../fonts/custom-fonts/arial.TTF') format('opentype');
    font-weight: 100;
    font-style: normal;
}


body {
  
  background-image: url('../images/home/body-bg.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  font-family: 'Arial', sans-serif;
}

.site-loader {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #050505;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}

.site-loader.is-hidden {
  opacity: 0;
  visibility: hidden;
}

.site-loader-mark {
  width: 72px;
  height: 72px;
  border: 1px solid rgba(216, 194, 165, 0.35);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.site-loader-mark::before {
  content: '';
  position: absolute;
  inset: -1px;
  border-radius: 50%;
  border: 2px solid transparent;
  border-top-color: #d8c2a5;
  animation: siteLoaderSpin 0.85s linear infinite;
}

.site-loader-mark span {
  width: 16px;
  height: 16px;
  background: #d8c2a5;
  border-radius: 50%;
  display: block;
}

@keyframes siteLoaderSpin {
  to {
    transform: rotate(360deg);
  }
}

section {
  margin: 70px 0px;
}

@media (max-width: 992px) {
  section {
    margin: 40px 0px;
  }
}

@media (min-width: 1200px) {
  .custom-container {
    max-width: 1200px;
  }
}

h2 {
  font-size: 48px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: calc(12px + 1vw);
  /* font-family: 'Alex Brush', cursive; */
  color: #fff;
}

p {
  
  font-size: calc(14px + 0.4vw);
  text-align: start;
  line-height: normal;
  color: #fff;
}

.btn-1 {
  display: inline-block;
  position: relative;
  margin-top: 50px;
}

.btn-1 .btn-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 18px;
  
}

.bg-text {
  position: absolute;
  top: -22px;
  left: 50%;
  transform: translate(-50%);
  z-index: 1;
}

.bg-text .text-img {
  width: auto;
  height: 79px;
}
@media (max-width: 992px) {
   .bg-text .text-img {
  display: none;
}
}


/* Artist section */
.artist-section {
  position: relative;
}

.artist-title {
  text-align: center;
  margin-bottom: 50px;
}

.artist-section .artist {
  position: relative;
  /* height: 400px; */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}

.artist-section .artist img {
  /* object-position: top; */
  width: 70%;
  height: auto;
  /* object-fit: cover; */
}

/* .artist-section .artist:hover::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.24) 0%, rgba(0, 0, 0, 0.87) 100%);
  /* border-radius: 10px; */
  /* optional */
  z-index: 1;
} */

.artist-section .artist .star-1-box {
    position: absolute;
    right: -97px;
    top: -11px;
    z-index: 2;
}

.artist-section .artist .star-1-box img {
  width: auto;
  height: 93px;
}

.artist-section .artist .star-5-box {
  position: absolute;
  right: 24px;
  top: -20px;
}

.artist-section .artist .star-5-box img {
  width: auto;
  height: 44px;
}


.artist-title h2 {
  font-size: 48px;
  font-weight: 400;
  position: relative;
  z-index: 2;
}

.artist h5 {
  margin-top: 15px;
  font-size: 18px;
  text-align: center;
  color: #fff;
  padding: 0px 61px;
}

.artist p {
  font-size: 13px;
  text-align: center;
  margin: 0;
  color: #c5c5c5;
  width: 54%;
}

.escape-star {
  position: absolute;
  width: auto;
  height: 110px;
  right: 21%;
  bottom: 16px;
}

/* Space section */
.our-space-section {
  position: relative;
  background-image: url('../images/home/space-bg-text.png');
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center;
  /* padding: 80px 0px; */
}

.our-space-section .space-content {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.our-space-section .space-content  h2 {
  font-size: 76px;
}
@media (max-width: 992px) {
  .our-space-section .space-content  h2 {
  font-size: 30px;
}
}



.our-space-section img {
  width: 100%;
}

/* Work Section */
.our-work .word-list .item {
  color: rgba(255, 255, 255, 0.13);
  text-align: right;
  
  font-size: 36px;
  font-weight: 600;
  border-bottom: solid 1px #fff;
  padding-bottom: 20px;
  margin-bottom: 20px;
  cursor: pointer;
}

.show-revant-work {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: none;
  pointer-events: none;
}

.show-revant-work img {
  width: 350px;
  height: auto;
  object-fit: cover;
  transition: all 0.3s ease;
}

.our-work .word-list {
  position: relative;
}

.our-work .word-list .item {
  color: rgba(255, 255, 255, 0.13);
  text-align: right;
  
  font-size: 36px;
  font-weight: 600;
  border-bottom: solid 1px #fff;
  padding-bottom: 20px;
  margin-bottom: 20px;
  cursor: pointer;
  transition: 0.3s;
}

.our-work .word-list .bottom-star {
  position: absolute;
  bottom: -58px;
  left: 20px;
}

.our-work .word-list .bottom-star img {
  width: auto;
  height: 109px;
}

.our-work .word-list .item.active {
  color: #fff;
}

.show-revant-work {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: auto;
  height: 357px;
}

.show-revant-work img {
  width: 100%;
  display: block;
  height: 100%;
}

.star-box-7 {
  text-align: center;
  position: relative;
}

.star-box-7 img {
  width: auto;
  height: 85px;
  position: relative;
  right: -172px;
  bottom: -42px;
}

/* Mobile Responsive */
@media (max-width: 992px) {
  .artist-section .artist .star-1-box {
    display: none;
  }
}

.copy-right {
    text-align: center !important;
}
.top-tag {
    text-align: center !important;
}
.home-star-1 {
  position: absolute;
  top: 0;
  left: -9px;
}

.cd-section #readMoreBtn {
  background: none !important;
  border: none !important;
}

.gallery-section-about-bernadette .artist p {
  display:none !important;
}