/*== == FOLD1 === =*/

.fold1 {
    background: var(--woods);
    color: white;
}

.fold1-container {
  display: flex;
  justify-content: space-between;
  padding: 75px 0px;
  align-items: center;
  flex-direction: row-reverse;
  padding-top: calc(75px + 100px);
}

.fold1-content-inner::after {
    content: "";
    background: var(--woods);
    width: 400%;
    height: calc(100% + 25px);
    position: absolute;
    top: -25px;
    z-index: -1;
    left: -200%;
}

.fold1-img {
  flex: 0 0 45%;
  z-index: 2;
  display: flex;
  align-self: stretch;
}

.fold1-content {
  flex: 0 0 52.5%;
  display: flex;
  flex-direction: column;
  row-gap: 25px;
}

.fold1-img.owl-carousel .owl-item {
    transition: all 500ms ease;
    opacity: 0;
}

.fold1-img.owl-carousel .owl-item.active {
    opacity: 1;
}

.fold1-img.owl-carousel .owl-stage .owl-item div {
    width: 100%;
    height: 100%;
}

.fold1-img img, .fold1-img picture {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fold1-header {
  position: relative;
  padding: 20px 0px;
}
.fold1-header .title span {
  display: block;
}

.fold1-header::before,
.fold1-header::after {
  content: "";
  background: #1B1C17;
  width: 600%;
  height: calc(100% + 275px);
  position: absolute;
  top: -275px;
  z-index: 0;
  left: -350%;
  background-attachment: fixed;
}

.fold1-img.owl-carousel :is(.owl-stage, .owl-stage-outer, .owl-item) {
    display: flex;
    align-items: stretch;
}

.fold1-img.owl-carousel {
    width: 45%;
	position: relative;
}

.fold1-img.owl-carousel .owl-dots {
    position: absolute;
    bottom: 20px;
    margin: 0px;
    transform: unset;
}

.fold1-header .title {
  color: white;
  position: relative;
}
.fold1-header .subtitle {
  font-size: 28px;
  line-height: 36px;
}

.fold1-header .title span {
  color: var(--jungle);
}

.fold1-content-inner {
  position: relative;
}

.fold1-content-inner .subtitle {
  text-transform: uppercase;
}

.fold1-content-inner p span {
  font-weight: 600;
}

.fold1-content-inner-readmore {
  display: flex;
  gap: 7.5px;
  flex-wrap: wrap;
}

.fold1-content-inner a.readmore:not(.fill) {
    color: black;
}

.fold1-content-inner a.readmore:not(.fill):hover {
    color: white;
}

.fold1-content-inner-readmore .readmore {
  width: 200px;
}

.fold1-content-inner ul li::marker {
    color: var(--jungle);
}

/*== == FOLD1 END == ==*/

/*== == MODULE FOLD A == ==*/

.module-fold-a-wrapper {
    display: flex;
    flex-direction: column;
    gap: 50px;
    max-width: 1380px;
    margin: 0px auto;
    padding: 50px 0px;
}

.module-fold-a-row-content {
    width: calc(100% - 40px);
}

.module-fold-a-row-container {
    max-width: 1380px;
    margin: 0px auto;
    width: calc(100% - 80px);
    display: flex;
    align-items: center;
    gap: 40px;
}

.module-fold-a-row {
    background: white;
    padding: 50px 0px;
    color: black;
    box-shadow: -10px 10px 5px -5px #00000052;
    width: calc(100% - 40px);
    margin: 0px auto;
}

.module-fold-a-row p:last-child {
    margin: 0px;
}

.module-fold-a-wrapper .module-fold-a-row:nth-of-type(2n) {
    background: var(--jungle);
    color: white;
}

.module-fold-a-row-container i {
    font-size: 60px;
    width: 80px;
    text-align: center;
    color: white;
    border: solid 4px;
    border-radius: 50%;
    padding: 30px 20px 30px 20px;
    background: var(--jungle);
}

.module-fold-a-row-content p:has(b) {
    font-size: 24px;
    line-height: 32px;
    border-bottom: solid 2px;
    width: fit-content;
    color: var(--jungle);
}

.module-fold-a-row-icon {
    position: relative;
}

.module-fold-a-row:last-child .module-fold-a-row-icon::after {
    height: 0%;
}

.module-fold-a-wrapper .module-fold-a-row:nth-of-type(2n)  .module-fold-a-row-content p:has(b) {
    color: white;
}

.module-fold-a {
    padding-top: 3px;
    background: whitesmoke;
    position: relative;
}

	/*=== == MODULE FOLD A END == ==*/