/** FOLD 1 START **/
.fold1-listitem-content > p {
  margin: 0;
}

.fold1 .readmore {
  margin-top: 10px;
}

.fold1-background::before {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background: radial-gradient(#000000aa, black);
  opacity: 0.55;
}

div#fold1-splide > .splide__pagination {
  position: absolute;
  bottom: 250px;
  right: 0;
  width: 780px;
  justify-content: left;
  gap: 0px;
}

div#fold1-splide > .splide__pagination button {
  width: 120px;
  border: 0px;
  height: 3px;
  cursor: pointer;
  background: #cccccc80;
  transition: all 300ms ease;
}

div#fold1-splide > .splide__pagination button.is-active {
  background: #fff;
}

div#fold1-splide > .splide__pagination::before {
  content: "01";
  color: #fff;
  font-family: "Open Sans", sans-serif;
  margin-right: 10px;
}

div#fold1-splide > .splide__pagination > li {
  display: flex;
  align-items: center;
}

div#fold1-splide > .splide__pagination::after {
  content: "04";
  color: #fff;
  font-family: "Open Sans", sans-serif;
  margin-left: 10px;
}

div#fold1-list-splide {
  position: absolute;
  bottom: 40px;
  right: 0;
  width: 780px;
}

.fold1-listitem img {
  width: 140px;
  height: 140px;
  object-fit: cover;
  border-radius: 20px;
}

div#fold1-list-splide ul > li {
  width: 420px !important;
}

.fold1-listitem {
  display: flex;
  align-items: center;
  padding: 20px;
  box-sizing: border-box;
  background: #ffffff20;
  border: 1px solid #ffffff60;
  border-radius: 20px;
  gap: 20px;
  cursor: pointer;
}

.fold1-title {
  max-width: 1000px;
}

.fold1-buttons {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  flex-direction: row;
  max-width: 480px;
}

.fold1-title > p {
  color: #fff;
  margin: 0;
}

.fold1-listitem-content .smalltitle {
  font-size: 24px;
  line-height: 32px;
}

.fold1-listitem-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 140px;
}

.fold1 {
  position: relative;
  z-index: 4;
  border-radius: 40px;
  overflow: hidden;
  max-width: 1800px;
  margin: 40px auto;
  width: calc(100% - 40px);
}

.fold1-background {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
}

@keyframes slow-pan {
  0% {
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }

  100% {
    transform: translateX(-55%);
    -webkit-transform: translateX(-55%);
  }
}

.fold1-background img {
  width: 120%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  animation-name: slow-pan;
  animation-iteration-count: infinite;
  transform-origin: 50% 50%;
  animation-direction: alternate;
  animation-duration: 12s;
  animation-timing-function: linear;
  -webkit-animation-name: slow-pan;
  -webkit-animation-iteration-count: infinite;
  -webkit-transform-origin: 50% 50%;
  -webkit-animation-direction: alternate;
  -webkit-animation-duration: 11s;
  -webkit-animation-timing-function: linear;
  top: 0%;
  left: 50%;
  position: absolute;
  z-index: -1;
  max-width: unset;
  filter: grayscale(1);
}

.fold1-content {
  display: flex;
  align-items: flex-start;
  gap: 260px;
  padding: 300px 40px 40px;
  text-align: left;
  flex-direction: column;
  color: white;
  position: relative;
  justify-content: space-between;
}

.fold1 .readmore-wrapper {
  display: flex;
  gap: 10px;
  margin-top: 20px;
}

/** FOLD 1 END **/

/** FOLD 2 START **/

.fold2 {
  padding: 120px 0px;
}

.fold2-main {
  display: flex;
  gap: 60px;
  justify-content: space-between;
}

.fold2-left {
  display: flex;
  flex-direction: column;
  gap: 110px;
  max-width: 540px;
}

.fold2-left-title > p:first-child {
  color: #ccc;
  font-size: 20px;
}

.fold2-left-title > p:last-child {
  font-size: 24px;
}

.fold2-content > p {
  font-size: 18px;
  line-height: 30px;
  color: #ccc;
}

.fold2-right p {
  font-size: 34px;
  line-height: 48px;
  color: #ccc;
}

.fold2-right {
  max-width: 840px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  justify-content: space-between;
}

/** FOLD 2 END **/

/** HOME SLIDER START **/

.home-slider-block > .smalltitle {
  font-size: 28px;
  opacity: 1;
}

.home-slider-text > .subtext {
  color: #ccc;
}

.home-slider-text > .subtitle {
  color: #ccc;
}

.home-slider-text {
  max-width: 980px;
}

.home-slider-item img {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  object-fit: cover;
  top: 0;
  left: 0;
}

.home-slider {
  padding: 40px 0px;
  background: #4d4d4d;
  max-width: 1800px;
  border-radius: 40px;
  overflow: hidden;
  margin: 0px auto;
  width: calc(100% - 40px);
}

.home-slider-wrap {
  padding: 0px 40px;
  display: flex;
  gap: 20px;
  box-sizing: border-box;
  width: 100%;
}

.home-slider-block {
  display: flex;
  flex-direction: column;
  gap: 0px;
  min-width: 440px;
  box-sizing: border-box;
  width: 440px;
  justify-content: end;
  height: 620px;
  position: relative;
}

.home-slider-block p {
  margin: 0px;
  opacity: 0.6;
}

.home-slider-list > .home-slider-slider ul > li {
  height: 100%;
  width: 920px !important;
  border-radius: 20px;
  overflow: hidden;
}

.home-slider-list > .home-slider-slider {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.home-slider-list > .home-slider-slider > .splide__track {
  height: 100%;
  overflow: visible;
}

.home-slider-item {
  display: flex;
  flex-direction: column;
  justify-content: end;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border-radius: 20px;
}

.home-slider-item p {
  color: #fff;
  font-size: 32px;
  font-weight: 400;
  left: 30px;
  width: fit-content;
  position: absolute;
  margin: 0px;
  bottom: 50px;
  z-index: 1;
}

.home-slider-list {
  width: 100%;
}

.home-slider-item p::before {
  position: absolute;
  width: calc(100% + 40px);
  height: 18px;
  background: var(--primary);
  content: "";
  bottom: -4px;
  left: -30px;
  z-index: -1;
}

.home-slider.flipped .home-slider-main {
  flex-direction: row-reverse;
}

.home-slider-blockitem .smalltitle {
  opacity: 1;
  margin: 0px 0px 10px;
}

.home-slider-block-buttons {
  display: flex;
  gap: 20px;
}

.home-slider-block-button {
  background: #ffffff20;
  width: 60px;
  height: 60px;
  display: flex;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #fff;
  transition: all 0.5s ease;
}

.home-slider-block-button::before {
  content: "\f054";
  font-size: 16px;
  font-weight: 600;
  font-family: "FontAwesome";
}

.home-slider-block-button:first-child {
  transform: rotate(180deg);
}

.home-slider-item::before {
  width: 100%;
  height: 100%;
  position: absolute;
  background: #00000040;
  content: "";
  top: 0;
  left: 0;
  transition: all 0.5s ease;
  cursor: pointer;
  border-radius: 20px;
}

.home-slider-blockitem {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transition: all 0.5s ease;
  height: unset;
  pointer-events: none;
}

.home-slider-blockitem.active {
  opacity: 1;
  height: auto;
  position: relative;
  pointer-events: all;
}

.home-slider.flipped .home-slider-block {
  background: var(--primary);
}

.home-slider-item:hover::before {
  backdrop-filter: blur(11px);
}

.home-slider-title {
  padding: 0px 40px;
  display: flex;
  gap: 40px;
  align-items: end;
  justify-content: space-between;
}

.home-slider-main {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.home-slider-title p {
  margin: 0px; /* color: #fff; */
}

.home-slider-block-button:hover {
  background: #fff;
  color: #000;
}

/** HOME SLIDER END **/

/** FOLD 4 START **/

.fold4-list ul > li img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.fold4-list ul > li{
  border-radius: 20px;
  overflow: hidden;
}
@media (min-width: 1400px) {
  .fold4-list ul > li {
    /* flex: 1 1 calc(100% / 3); */
    transition: all 0.5s ease;
  }

  .fold4-list ul > li:hover {
    /* flex: 0 0 40%; */
  }
}

.fold4-item::before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #00000070;
  content: "";
}

.fold4-item-back {
  opacity: 0;
  padding: 20px;
  box-sizing: border-box;
  transition: all 0.5s ease;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 180px;
  justify-content: flex-end;
  align-items: end;
  position: relative;
}

.fold4-item-front {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: end;
  padding: 20px;
  box-sizing: border-box;
  transition: all 0.5s ease;
}

.fold4-item:hover .fold4-item-front {
  opacity: 0;
}

.fold4-item:hover .fold4-item-back {
  opacity: 1;
}

.fold4 {
  padding: 120px 0px;
}

.fold4-text > p {
  margin: 0px;
}

.fold4-main {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.fold4-title {
  display: flex;
  gap: 60px;
  justify-content: space-between;
  align-items: flex-end;
}

.fold4-content {
  max-width: 640px;
}

.fold4-text {
  max-width: 580px;
}

.fold4-item .subtitle {
  font-size: 26px;
  line-height: 34px;
}

ul#fold4-splide-list {
  width: 100%;
}

.fold4-item-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 420px;
  width: 100%;
  justify-content: right;
}

.fold4-item {
  width: 100%;
  height: 100%;
  min-height: 500px;
  cursor: pointer;
}

.fold4-item-content {
  width: 100%;
}

.fold4-item:hover .readmore.alt2 {
  background: #fff;
  color: #000;
}

.fold4-item .readmore.alt2 {
  width: 100%;
  padding: 20px 35px;
  border-radius: 40px;
}

.fold4-text > .subtitle {
  color: #ccc;
}

/** FOLD 4 END **/

/** FOLD 5 START **/

.fold5-listitem > p:first-child {
  margin: 0px;
}

.fold5-main {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.fold5-title {
  display: flex;
  gap: 60px;
  justify-content: space-between;
}

.fold5-title-text > p {
  margin: 0px;
}

.fold5-title-content > .subtitle {
  color: #ccc;
}

.fold5-title-content {
  max-width: 640px;
}

.fold5-readmore {
  width: 40px;
  height: 40px;
  margin: 0px 0px 0px 0px;
  border-radius: 50%;
  border: 1px solid #ccc;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s ease;
}

.fold5-content {
  display: flex;
  justify-content: space-between;
  gap: 60px;
}

.fold5-items {
  flex: 100;
  position: relative;
}

.fold5-list {
  width: 840px;
}

.fold5-item {
  width: 100%;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  transition: all 0.5s ease;
  opacity: 0;
  min-height: 700px;
}

.fold5-item img {
  width: 100%; /* height: 320px; */
  object-fit: cover;
  border-radius: 20px;
  margin-bottom: 20px;
}

.fold5 {
  padding: 60px 0px 60px;
}

.fold5-listitem {
  display: flex;
  gap: 40px;
  justify-content: space-between;
  padding: 35px 20px;
  opacity: 0.4;
  transition: all 0.5s ease;
  position: relative;
  cursor: pointer;
  align-items: center;
}

.fold5-readmore::before {
  content: "\f061";
  font-family: "FontAwesome";
  color: #ffff;
  transition: all 0.5s ease;
}

.fold5-listitem:hover .fold5-readmore::before {
  color: #000;
  transform: rotate(-45deg);
}

.fold5-listitem:hover .fold5-readmore {
  background: #fff;
}

.fold5-listitem:hover {
  opacity: 1;
  background: #aaaaaa20;
}

.fold5-listitem::before {
  position: absolute;
  width: 100%;
  height: 2px;
  top: 0;
  left: 0;
  background: #cccccc80;
  content: "";
}

.fold5-listitem > .smalltitle:nth-child(2) {
  font-size: 24px;
  margin: auto 0px;
}

.fold5-item.active {
  opacity: 1;
  position: relative;
}

.fold5-item > p.bold {
  font-size: 18px;
  font-weight: 600;
}

/** FOLD 5 END **/

li.active .fold1-listitem {
  border-color: var(--primary);
}

.footer-top p.subtext{
  display: block;
}

.fold5-content li img {
    border-radius: 20px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.fold5-content li.double > img, .fold5-content li.double > picture {
    height: calc(50% - 10px) !important;
}

.fold2-right > div * {
    display: inline;
}

.fold2-right > div h1 {
    margin-right: 10px;
}

.fold5-content li {
    max-height: 500px;
}

.fold5-content li.double {
    gap: 20px;
    display: flex;
    flex-direction: column;
}

.fold5-content li.wide {
    width: calc(50% - 14px) !important;
}

.fold5-content li.double {
    width: calc(25% - 14px) !important;
}

.fold5-content li.tall {
    width: calc(25% - 14px) !important;
}