.content-area {
  padding: 0;
}

.content_hero_home {
  position: absolute;
  top: calc(50% - 110px);
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  z-index: 3;
}

.section-1-home h1 {
  font-family: Taviraj;
  font-weight: 300;
  font-style: Italic;
  font-size: 100px;
  leading-trim: NONE;
  line-height: 100px;
  letter-spacing: Taviraj/Big Text/letterSpacing;
  text-align: center;
  color: #FFFFFF
}
html[lang="ro-RO"] .section-1-home h1{
	font-size: 60px
}
.section-1-home h1 em {
  color: #C19953;
}

.section-1-home {
  max-height: 100vh;
  overflow: hidden;
  position: relative;
}

.home-bg-overlay::after {
  background: linear-gradient(180deg, rgba(13, 13, 13, 0) 61.66%, #0D0D0D 100%);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  display: flex;
}

.home-bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0.2;
  transition: opacity 0.5s ease-in-out, transform 0.6s ease-in-out;
  z-index: 0;
  pointer-events: none;
}

.home-bg-overlay.fade-out {
  opacity: 0;
  transform: scale(1.05);
}

.home-bg-overlay.fade-in {
  opacity: 0.2;
  transform: scale(1);
}

.home-columns-container {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  max-width: 100vw;
  margin: 0;
  padding: 0;
  gap: 0;
}

.home-column {
  border-right: 0;
  flex: 1;
  min-width: 25%;
  text-align: center;
  transition: all 0.25s ease;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  min-height: 100vh;
  padding-bottom: 50px;
  position: relative;
}

.home-column::before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  background: linear-gradient(to bottom, #D9CBC233, transparent);
}

.home-columns-container .home-column:last-child {
  border: 0;
}

.home-column h3 {
  color: #868685;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
  margin: 0;
  font-family: Taviraj;
  font-weight: 300;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0px;
  text-align: center;
}

.gallery-container {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.gallery-wrapper {
  position: relative;
  overflow: hidden;
}

.gallery-track {
  display: flex;
  gap: 0px;
  width: fit-content;
}

.gallery_images {
  position: relative;
  text-align: center;
  overflow: hidden;
  height: 350px;
  border-radius: 0px;
  padding: 0px;
  border-style: solid;
  border-width: 0px;
  flex-shrink: 0;
}

.gallery_images img {
  height: 100%;
  width: auto;
  object-fit: contain;
  display: block;
  padding: 20px;
}

.gallery_images:nth-child(2n+1) img {
  position: relative;
  top: 30px;
}

.section-2-home {
  padding: 100px 0;
}

.section-2-home h2 {
  position: relative;
  margin-bottom: 50px;
}

.section-2-home h2::after {
  background: #C19953;
  width: 100px;
  height: 1px;
  position: absolute;
  bottom: -40px;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  content: '';
}

.section-2-home .content_custom {
  max-width: 800px;
  margin: 80px auto;
}

.section-3-home {
  padding: 80px 0;
}

.content_custom h3 {
  font-family: Taviraj;
  font-weight: 300;
  position: relative;
  font-size: 40px;
  line-height: 1.3;
  margin: 0 0 50px;
}

.content_custom h3::after {
  background: #C19953;
  width: 100px;
  height: 1px;
  position: absolute;
  bottom: -25px;
  left: 0;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  content: '';
}

.cta-section-home a {
  color: #fff;
}

.cta-section-home .button_cta_1 {
  color: transparent;
  position: relative;
}

.cta-section-home {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 30px;
}

@media screen and (min-width:992px) {
  .section-3-home .row {
    display: flex;
    align-items: center;
  }
}

.section-3-home {
  overflow-x: hidden;
}

@media screen and (min-width:992px) {
  .section-3-home .container {
    max-width: 100vw;
  }
  .section-3-home .LeftAnimation {
    padding-left: calc(50vw - 648px)
  }
  .section-4-home .LeftAnimation {
    padding-left: 0
  }
  .section-4-home .RightAnimation {
    padding-left: 100px;
  }
}

.section-3-home .LeftAnimation,
.section-3-home .RightAnimation,
.section-4-home .LeftAnimation,
.section-4-home .RightAnimation {
  will-change: transform, opacity;
}

.section-3-home .content_custom {
  max-width: 488px;
}

.image_custom {
  position: relative;
}

.image_custom img {
  position: relative;
  z-index: 1;
}

.image_custom:after {
  content: '';
  width: 100%;
  height: 100%;
  border: 1px solid #C19953;
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 0
}

.image_custom img {
  width: 100%;
}

.section-1-about-us {
  padding-bottom: 0;
}

.section-2-takeaway {
  padding: 80px 0 0
}

.section-3-takeaway {
  padding-top: 40px;
}

.section-3-takeaway h2,
.section-2-takeaway h2 {
  font-family: Taviraj;
  font-weight: 300;
  font-style: Light;
  font-size: 40px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: Taviraj/Big Text/letterSpacing;
  text-align: center;
  position: relative;
  margin-bottom: 80px;
}

.section-2-takeaway h3::after,
.section-2-takeaway h2::after {
  background: #C19953;
  width: 100px;
  height: 1px;
  position: absolute;
  bottom: -40px;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  content: '';
}

.loop-container .col-xs-12 .box__loop {
  border-right: 1px solid rgba(193, 153, 83, 0.4)
}

.loop-container .col-xs-12:last-child .box__loop {
  border: 0;
}

.loop-container {
  padding: 40px 0 0;
}

.section-4-takeaway ul {
  padding-left: 25px;
}

.section-4-takeaway ul li {
  position: relative;
  margin: 10px 0;
}

.section-4-takeaway ul li::before {
  content: '';
  width: 20px;
  height: 20px;
  background: url(https://restaurantnanjing.ro/wp-content/uploads/2026/06/material-symbols_check-rounded.svg) center center no-repeat;
  background-size: 20px;
  position: absolute;
  left: -25px;
  top: 4px;
}

.section-2-takeaway .cta-section-home {
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}

.content_loop p {
  font-family: Lexend Deca;
  font-weight: 300;
  font-style: Light;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 27px;
  letter-spacing: 0%;
  text-align: center;
}

.content_loop h3 {
  font-family: Taviraj;
  font-weight: 300;
  font-style: Light;
  font-size: 24px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: Taviraj/Big Text/letterSpacing;
  text-align: center;
}

.number__loop {
  font-family: Taviraj;
  font-weight: 300;
  font-style: Light;
  font-size: 40px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: Taviraj/Big Text/letterSpacing;
  text-align: center;
  margin: 0 auto 40px;
  ;
  line-height: 80px;
  width: 80px;
  height: 80px;
  text-align: center;
  background: #C19953;
  border-radius: 120px;
}

.section-2-takeaway h3 {
  position: relative;
}

.content_loop h3::after {
  display: none;
}

@media screen and (max-width:991px) {
  .home-columns-container {
    opacity: 0;
    visibility: hidden;
  }
  .section-1-home h1 {
    font-size: 40px;
    line-height: 1.2;
  }
  .cta_section_custom_sticky {
    top: 55%;
  }
  .home-bg-overlay,
  .section-1-home {
    max-height: 500px;
  }
  .section-1-home {
    margin-bottom: 0;
  }
  .section-2-home {
    padding: 0;
  }
  .section-2-home .content_custom {
    margin-bottom: 0;
  }
  .gallery_images:nth-child(2n+1) img {
    position: relative;
    top: 0;
  }
  .section-3-home {
    padding: 40px 0 40px;
  }
  .section-4-home {
    padding: 40px 0 40px;
  }
  .section-3-home .row {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
  .section-4-home .row {
    display: flex;
    flex-direction: column-reverse;
    gap: 40px;
  }
  .section-5-home {
    padding: 40px 0;
  }
  .testimonials .text_testimonials * {
    font-size: 24px;
    line-height: 1.3;
  }
  .section-3-takeaway h2,
  .section-2-takeaway h2,
  .section-2-home h2 {
    font-size: 28px;
  }
  .content_custom h3 {
    font-size: 26px;
  }
  .box__loop {
    margin-bottom: 50px;
  }
  .number__loop {
    margin-bottom: 20px;
  }
  .cta-section-home {
    flex-direction: column;
    gap: 15px;
  }
  .section-2-takeaway {
    padding: 40px 0 0;
  }
  .content_loop h3 {
    font-size: 22px;
  }
  .section-2-takeaway .cta-section-home {
    margin: 0;
  }
}