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

.fold1 {
  position: relative;
}

.fold1.owl-carousel {
	display: block !important;
}

.fold1-item-sale span {
    display:block;
}

.fold1-item-sale  {
    text-align:center;
}

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

.fold1-item-sale {
    position: absolute;
    top: -120px;
    right: 0px;
    z-index: 5;
}

.fold1-item-sale p {
    margin: 0px;
    font-size: 32px;
    line-height: 40px;
}

.fold1-item-sale::before {
    content: '';
    background-image: url('/wp-content/uploads/2023/01/yellow-button-change-1.png');
    position: absolute;
    top: -55%;
    left: -34%;
    width: 170%;
    height: 190%;
    z-index: -1;
    background-size: 100% 100%;
    animation: splash2 1.5s infinite;
}

.fold1 .owl-carousel button.owl-dot {
  background: white;
}

img.windows {
  object-position: bottom;
}

.fold1:before {
  content: "";
  top: 60px;
  right: 130px;
  width: 250px;
  height: 240px;
  position: absolute;
  background: url(/wp-content/uploads/2023/06/award.webp) no-repeat 0 0 / cover;
  transform: rotate(5deg);
  filter: drop-shadow(2px 4px 6px black);
  z-index: 5;
}

.fold1-item-background {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
  width: 100%;
  height: 100%;
  display: flex;
}

.fold1-item-container {
  flex: 1;
}

.fold1-item-background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fold1.owl-carousel .owl-dots {
  position: absolute;
  bottom: 160px;
  max-width: 1380px;
  margin: 0px auto;
  left: 50.5%;
  transform: translatex(-50%);
}

.fold1.owl-carousel button.owl-dot {
  background: white;
}

.fold1-item {
  text-align: left;
  color: white;
  padding: 15px;
  position: relative;
}

.fold1-item-background picture {
  flex: 1;
}

.fold1-item-background.owl-carousel,
.fold1-item-background .owl-stage,
.fold1-item-background .owl-item,
.fold1-item-background .owl-item picture,
.fold1-item-background .owl-stage-outer,
.fold1-item-background .owl-item > div {
  display: flex;
  flex: 1;
}

.fold1-item .title span {
  display: block;
}

.fold1-item-slider {
  padding: 180px 0px;
  max-width: 520px;
}

.title span {
  color: var(--canary);
}

.fold1-item-background::before {
  content: "";
  background: #282828;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.7;
  z-index: 1;
}

.owl-carousel .owl-dots {
  display: flex;
  width: 100%;
  justify-content: flex-start;
  gap: 7.5px;
  margin-top: 20px;
  padding-left: 15px;
}

.owl-carousel button.owl-dot {
  padding: 10px !important;
  border-radius: 50%;
  position: relative;
  background: black;
  opacity: 0.5;
}

.owl-carousel button.owl-dot.active::before {
  opacity: 1;
  transition: all 300ms ease;
}

.owl-carousel .owl-dots * {
  transition: all 300ms ease;
}
.owl-carousel button.owl-dot.active {
  opacity: 1;
}

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

/*== BANNER ==*/

/*FONTAWESOME*/
.banner-item i {
  transition: all 300ms ease;
  font-size: 120px;
  color: white;
  transform: scale(0.4);
  transform-origin: 50% 40%;
}

/*FONTAWESOME END*/

.banner-item {
  position: relative;
  text-transform: uppercase;
}

.banner-item > a {
  display: flex;
  align-items: center;
  gap: 20px;
}

.banner-item > a:hover i {
  transform: scale(0.45);
}

.banner-item p {
  margin-bottom: 0px;
  color: black;
  font-size: 26px;
  font-family: "Poppins";
  line-height: 32px;
  font-weight: 700;
  text-transform: capitalize;
}

.banner-item p span {
  font-size: 16px;
  display: block;
  line-height: 24px;
  text-transform: none;
  font-weight: 400;
}

.banner-slider {
  display: flex;
  justify-content: space-around;
  padding: 40px 0px;
}

.banner {
  position: relative;
}

.banner::before {
  content: "";
  position: absolute;
  background: var(--canary);
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.banner-item-icon::before {
  content: "";
  background-image: url("/wp-content/uploads/2023/01/paint-black.png");
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  transform: scale(1.2);
  z-index: -1;
}

.banner-item-icon {
  transition: all 300ms ease;
  position: relative;
  width: 100px;
  display: flex;
  justify-content: center;
}

.banner-slider.owl-carousel .owl-item {
  opacity: 0;
  transition: all 300ms ease;
}

.banner-slider.owl-carousel .owl-item.active {
  opacity: 1;
  transition: all 300ms ease;
}

/*== BANNER END ==*/

/*== === CONTENT FOLD C == ==*/
.content-fold-c-wrapper {
  display: flex;
  align-items: stretch;
  padding: 180px 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% - 140px);
  height: auto;
  left: 80px;
  top: 50%;
  box-shadow: 2px 2px 12px 2px #0000006b;
}

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

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

.content-fold-c-content {
  display: flex;
  flex-direction: column;
  width: calc(50% + 0px);
}

.content-fold-c {
  position: relative;
  overflow: hidden;
}

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

.flipped .content-fold-c-img {
  right: 60px;
  left: unset;
}

/*== == FLIPPED == ==*/

.content-fold-c.flipped::after {
  right: 0px;
  left: unset;
}

.content-fold-c.flipped::before {
  transform: scalex(-1);
  left: unset;
  right: 50px;
  background-image: url("/wp-content/uploads/2023/06/paint3-1.webp");
  right: 0px;
  background-size: 600px 600px;
}
.content-fold-c-content-inner span.title {
  color: black;
}

/*== == FLIPPED END == ==*/

/*== == CONTENT FOLDC END == ==*/

/*== == FOLD4 == ==*/

.fold4 {
  display: flex;
  overflow: visible;
  position: relative;
  z-index: 1;
}

.fold4-box {
  position: relative;
  flex: 1;
  transform: scaley(1);
  transition: transform 300ms ease, box-shadow 150ms ease;
  transform-origin: top;
}
.fold4 .owl-stage-outer {
  overflow: visible;
}

.fold4-box-background {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: all 300ms ease;
}

.fold4-box:hover {
  transform: scaley(1.03);
  box-shadow: 0px 10px 23px 3px #00000087;
}

.fold4-box-background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fold4-box-content p {
  margin: 0px;
  color: white;
}
.fold4-box:hover .fold4-box-content p {
  color: #ffca00;
  text-shadow: 1px 1px 10px #000;
}

.fold4-box-content {
  padding: 250px 0px;
  text-align: center;
}

.fold4-box-background::before {
  content: "";
  background: black;
  opacity: 0.6;
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0px;
  position: absolute;
  z-index: 0;
  transition: all 300ms ease;
}

.fold4-box:hover .fold4-box-background::before {
  opacity: 0;
  transition: all 300ms ease;
}

.fold4-box::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-image: url("/wp-content/uploads/2023/06/selection.webp");
  z-index: 1;
  background-size: 100% 100%;
  opacity: 0;
  transition: all 300ms ease;
  transform: scale(0);
}

.fold4-box:hover::before {
  transition: opacity 300ms ease, transform 150ms ease;
  opacity: 0.5;
  transform: scale(1);
  pointer-events: none;
}

/*=== == FOLD4 END == ==*/

/*== == FOLD5 == ==*/

.fold5-item {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  max-width: 1250px;
  margin: auto;
  gap: 20px;
}

.fold5-img {
  flex: 0 0 25%;
  display: flex;
  justify-content: center;
  max-width: 220px;
}

.fold5-slider {
  padding: 50px 0px;
}

.fold5-content {
  flex: 0 0 75%;
}

.fold5-img img {
  border-radius: var(--curve);
}

.fold5-content .subtitle {
  color: black;
  font-weight: 600;
  letter-spacing: normal;
  margin-bottom: 15px;
}

.fold5 {
  background: var(--canary);
}

.owl-nav {
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  width: 100%;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
  font-size: 140px;
  font-family: "Lato";
  line-height: 0;
  pointer-events: all;
  background: none;
}

.fold5-slider .owl-item.active {
  transform: scale(1);
  transition: all 300ms ease;
}

.review-name p {
  font-style: italic;
  margin: 0px;
}

.fold5-slider .owl-item {
  transform: scale(0);
  transition: all 500ms ease;
}

/*== == FOLD5 END == ==*/

/*== == LOGO SLIDER == ==*/

.logo-fold {
  background: #cfcfcf;
  padding: 40px 0px;
}

.logo-slider.owl-carousel .owl-dots {
  padding: 0px;
  justify-content: center;
}

.logo-slider.owl-carousel :is(.owl-stage, .owl-item) {
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo-item {
  transform: scale(0.7);
}

/*== == LOGO SLIDER END == ==*/
