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

.fold-1-background {
    background-image: url('/wp-content/uploads/2023/06/casestudies-post-f1-1.jpg');
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
	background-position: center;
}

.fold-1-clock {
    position: absolute;
    top: 60%;
    right: 50%;
    transform: translate(630px, -50%);
    z-index: 0;
    width: 400px;
}
.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::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-content-outer {
  padding: 250px 0 100px 0;
}

.fold-1-content-inner {
  color: white;
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 3;
}

.fold-1-content-inner p {
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
}

.fold-1-content-inner .subtitle {
  letter-spacing: 6px;
  font-size: 48px;
}

/*CONTENT FOLD C*/
.content-fold-c {
  border: solid 15px white;
}

.content-fold-c-wrapper {
  display: flex;
  align-items: stretch;
  padding: 120px 0px;
  gap: 40px;
  justify-content: flex-end;
}

.content-fold-c-img img {
  height: 100%;
  object-fit: cover;
}

.content-fold-c-img {
  position: absolute;
  width: calc(50% - 80px);
  height: 100%;
  border-right: solid 40px white;
  left: 0px;
}

.rounded-fold .content-fold-c-img {
  border-radius: 30px;
  overflow: hidden;
}

.circle-fold .content-fold-c-img {
  left: -200px;
}

.left-border {
  border-left: solid 30px white;
}

.circle-fold .flipped .content-fold-c-img {
  right: -200px;
  left: auto;
}

.circle-fold .content-fold-c-img img {
  clip-path: circle(50%);
}

.content-fold-c-img img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.content-fold-c-content {
  display: flex;
  flex-direction: column;
  width: 50%;
}

.content-fold-c-content .title {
  text-transform: uppercase;
}

.content-fold-c {
  background: #f5f5f5;
  position: relative;
}

.content-fold-c-content .title {
  margin-bottom: 20px;
}

.flipped .content-fold-c-wrapper {
  flex-direction: row-reverse;
}

.flipped .content-fold-c-img {
  right: 0;
}

/*== == FOLD 2 == ==*/


/* Fold 2 Style */
.fold-2 {
  padding: 40px 0;
  position: relative;
}
.f2-content-top {
  display: flex;
  justify-content: center;
  position: relative;
}

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

.f2-content-text {
  padding: 40px;
  flex: 1;
}

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

.fold-2.alt::before {
    content: '';
    background: #426699;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
}

.fold-2.alt {
    border: solid 15px white;
    border-top: none;
}

.alt .f2-content-title {
    border-color: white;
}

.alt .f2-content-top {
    color: white;
}

.f2-content-title .subtitle .block {
    display: block;
    font-weight: 700;
}

  /*== == FOLD 2 END  == ==*/

/*== == EBOOK == ==*/

.ebook-fold-inner {
    flex-direction: row;
}

.ebook-fold-inner .ebook-image {
    left: unset;
    right: 0px;
}

