/* Generic Styling */
.block {
  display: block;
}
span.trading-since {
    color: #1f3049;
    display: block;
    font-weight: 600;
    font-size: 22px;
}
.bold {
  font-weight: 600;
}

/* Fold 1 Style */
.fold-1 {
  background: #42669A;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.fold-1-background::before {
    position: absolute;
    top: -70px;
    right: -190px;
    width: 500px;
    height: 500px;
    background: url('/wp-content/uploads/2026/05/Metal-Z30-40W02-scaled.png');
    content: '';
    background-size: contain;
    background-position: center;
}

.fold-1-background::after {
    position: absolute;
    top: 570px;
    right: -270px;
    width: 500px;
    height: 500px;
    background: url('/wp-content/uploads/2026/05/Metal-Z30-40W02-scaled.png');
    content: '';
    background-size: contain;
    background-position: center;
}

.fold-1::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url('/wp-content/uploads/2023/05/fold1-texture.jpg');
    opacity: 0.05;
    z-index:1;
}

.fold-1-clock img:not(.base) {
    position: absolute;
    top: 6px;
    left: 0px;
}

.fold-1-clock {
    position: absolute;
    top: 25%;
    right: 0px;
    z-index: 3;
    height: 100%;
}

.fold-1::after {
  content: "";
  position: absolute;
  width: 140%;
  height: 130%;
  background: rgba(0, 0, 0, 0.35);
  filter: blur(200px);
  bottom: -10%;
  right: -70%;
  transform: rotate(135deg);
}

.fold-1 .readmore {
  border: solid 3px #fff;
  background: none;
}

.fold-1-content-outer {
  padding: 200px 0;
  position: relative;
}

.fold-1-content-inner {
  position: relative;
  z-index: 10;
  padding: 200px 50px;
  color: white;
  border-left: solid 2px #fff;
}

.fold-1-content-inner .subtitle {
    letter-spacing: 6px;
    font-size: 38px;
    max-width: 680px;
}
h2.subtitle span.bold {
    font-size: 30px;
}
/* Fold 2 Style */
.fold-2 {
  display: flex;
  justify-content: center;
  padding: 20px 20px;
  gap: 10px;
}

.f2-item {
  position: relative;
}

.f2-content {
  position: absolute;
  width: 100%;
  top: 0;
  text-align: center;
  padding-top: 50px;
  color: white;
  text-transform: uppercase;
}

.f2-content .block {
  font-size: 20px;
  font-weight: 300;
  padding-bottom: 10px;
}

.f2-content p {
  font-size: 48px;
  letter-spacing: 4px;
}

.fold-2 a .f2-item-img:before {
  content: "";
  background-color: #426699;
  opacity: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  transition: all 0.5s ease;
}

.fold-2 a:hover .f2-item-img:before {
  content: "";
  background: #426699;
  opacity: 0.5;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}

/* Fold 3 - Carousel Style */
.owl-carousel.statistics-slider {
  display: none;
}

/* Fold 3 Style */
.fold-3 {
  padding: 50px 0;
}
.fold-3-content {
  display: flex;
}

.f3-left-item {
  display: flex;
  gap: 20px;
  width: 300px;
  border: solid 1px #426699;
  padding: 20px;
  align-items: center;
  text-transform: uppercase;
  margin: 20px 0;
}

.f3-left-item p {
  font-size: 20px;
  margin: 0;
  line-height: 24px;
}

.about-buttons {
  display: flex;
  gap: 20px;
}

.about-buttons .readmore {
  width: 200px;
  background: #6583ae;
}

.f3-icon {
  width: 100%;
  height: 100%;
  max-width: 75px;
}

.f3-icon img {
  width: 100%;
  height: 100%;
}

.f3-right-outer {
  padding-left: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.f3-right-inner .title {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 42px;
}

.f3-right-inner p {
  font-size: 20px;
  font-weight: 400;
}

/* Fold 4 Style */
.casestudy-slider {
  width: 120%;
  margin-left: -10%;
}

.cs-item {
  position: relative;
  margin: 0 10px;
  overflow: hidden;
  max-height: 500px;
  height: 100%;
}

.cs-item-content {
  transition: all 0.5s ease;
  opacity: 0;
}

.cs-item-content p.title span:first-child {
    font-size: 24px;
    padding-bottom: 10px;
    line-height: 1;
}

.cs-item-content span {
  letter-spacing: 2px;
  display: block;
}

.cs-item-content p {
  font-size: 38px;
  letter-spacing: 2px;
  line-height: 1;
}

.cs-item-background {
  transition: all 0.5s ease;
  width: 100%;
  height: 100%;
}

.cs-item-background img {
    width: 100%;
    height: 100%;
}

.cs-item-background img {
  transition: all 0.5s ease;
  object-fit: cover;
}

.cs-item-content {
  display: block;
  position: absolute;
  width: calc(100% - 40px);
  top: 50%;
  text-align: center;
  color: white;
  text-transform: uppercase;
  transform: translatey(-50%);
  margin: 0px auto;
  left: 20px;
}

.owl-item.center .cs-item-content {
  opacity: 1;
}

.owl-item.center .cs-item-background {
  background: #426699;
}

.owl-item.center .cs-item-background img {
  opacity: 0.4;
}

/* Fold 4 Style */
.fold-4 {
  overflow: hidden;
}

.fold-4 .owl-item.center {
    pointer-events: all;
}

.fold-4 .owl-item {
    pointer-events: none;
}

/* Fold 5 Style */
.fold-5 {
  padding: 40px 0;
}
.f5-content-top {
  display: flex;
  justify-content: center;
}

.f5-content-title {
  border-right: solid 1px #426699;
  padding: 40px 40px;
}

.f5-content-text {
  padding: 40px;
}

.f5-content-text p {
  margin: 0;
}

.sector-slider {
}

.sector-item {
  margin: 0 10px;
  position: relative;
}

.sector-content {
  transition: all 0.5s ease;
}

.owl-item .sector-content {
  display: block;
  position: absolute;
  width: 100%;
  top: 45%;
  text-align: center;
  color: white;
  text-transform: uppercase;
  opacity: 0;
}

.owl-item .sector-content p {
  font-size: 42px;
  letter-spacing: 4px;
}

.owl-item .sector-background {
  background: #426699;
}

.owl-item .sector-background img{
  transition:
    all 500ms ease;
}

:is(.owl-item.center, .owl-item:hover) .sector-content {
  opacity: 1;
}

:is(.owl-item.center, .owl-item:hover) .sector-background img {
  opacity: 0.4;
}

.sector-slider {
  overflow: hidden;
  margin-bottom: 20px;
  width: 120%;
  margin-left: -10%;
}

.fold-5-bottom {
  overflow: hidden;
}
