.elementor-7224 .elementor-element.elementor-element-1f9bc378:not(.elementor-motion-effects-element-type-background), .elementor-7224 .elementor-element.elementor-element-1f9bc378 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#D7E0E6;}.elementor-7224 .elementor-element.elementor-element-1f9bc378{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;}.elementor-7224 .elementor-element.elementor-element-1f9bc378 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-7224 .elementor-element.elementor-element-71e34a6{width:100%;max-width:100%;}@media(max-width:767px){.elementor-7224 .elementor-element.elementor-element-71238395 > .elementor-element-populated{padding:2rem 0rem 1rem 0rem;}}@media(max-width:1024px) and (min-width:768px){.elementor-7224 .elementor-element.elementor-element-71238395{width:100%;}}/* Start custom CSS for html, class: .elementor-element-71e34a6 */.carousel {
  width: 100%;
  height: 100%;
  display: flex;
  max-width: 100%;
  min-height: 450px;   
  overflow: hidden;
  position: relative;
}

.carousel-item {
  visibility:visible;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: flex-end;
  -webkit-align-items: center;
  -webkit-justify-content: flex-end;
  position: relative;
  background-color: #d7e0e6;
  color: #707070;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
  position: absolute;
  z-index: 0;
  transition: 0.6s all linear;
}

.carousel-item__info {
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  -webkit-justify-content: center;
  -webkit-flex-direction: column;
  order: 2;
  left: 0;
  margin: auto;
  padding: 40px;
  width: 55%;
}

.carousel-item__image {
  width: 40%;
  height: 100%;
  order: 2;
  align-self: flex-end;
  flex-basis: 40%;

  -webkit-order: 1;
  -webkit-align-self: flex-end;
  -webkit-flex-basis: 40%;

  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position:relative;
  transform: translateX(0%);
  transition: 0.3s all ease-in-out;
}

.carousel-heading {
    color: #3B3B3B;
    font-size: 34px;
    font-weight: 700;
}

.carousel-heading .fa-quote-left:before {
    color: #fff;
    font-size: 1.3em;
}

.carousel-item__subtitle {
  font-size: 14px;
  margin: 0;
  font-weight: 700;
  transform: translateY(25%);
  opacity: 0;
  visibility: hidden;
  transition: 0.4s all ease-in-out;
}

.carousel-item__title {
    margin: 15px 0 0 0;
    font-size: 44px;
    font-weight: 900;
    transform: translateY(25%);
    opacity: 0;
    visibility: hidden;
    transition: 0.6s all ease-in-out;
}

.carousel-item__description {
  transform: translateY(25%);
  opacity: 0;
  font-size: 20px;
  visibility: hidden;
  transition: 0.6s all ease-in-out;
  margin-top: 35px;
  margin-bottom: 35px;
}

.carousel-item--1 .carousel-item__image{
  background-image: url('https://12oaks.net/wp-content/uploads/2023/03/Groupe-de-masques-8-5.png');
}


.carousel-item--2 .carousel-item__image{
  background-image: url('https://12oaks.net/wp-content/uploads/2023/03/Groupe-de-masques-8.png');
}

.carousel-item--3 .carousel-item__image{
  background-image: url('https://12oaks.net/wp-content/uploads/2023/03/Groupe-de-masques-8-1.png');
}

.carousel-item--4 .carousel-item__image{
  background-image: url('https://12oaks.net/wp-content/uploads/2023/02/senior-sailor-sweater-1000x650-1.jpg');
}

.carousel-item--5 .carousel-item__image{
  background-image: url('https://12oaks.net/wp-content/uploads/2023/03/Groupe-de-masques-8-2.png');
}

.carousel-item--6 .carousel-item__image{
  background-image: url('https://12oaks.net/wp-content/uploads/2023/03/Groupe-de-masques-8-3.png');
}

.carousel-item--7 .carousel-item__image{
  background-image: url('https://12oaks.net/wp-content/uploads/2023/03/Groupe-de-masques-8-4.png');
}

.carousel-item--8 .carousel-item__image{
  background-image: url('https://12oaks.net/wp-content/uploads/2023/02/Groupe-de-masques-8.png');
}

.carousel-item__title {
  display: block;
  font-size: 16px;
  margin: 0;
  font-weight: 900;
  transform: translateY(25%);
  opacity: 0;
  visibility: hidden;
  transition: 0.6s all ease-in-out;
}

.carousel__nav {
    position: absolute;
    z-index: 2;
    bottom: 50%;
    display: flex;
    right: 0;
    width: 59%;
    justify-content: space-between;
}

.carousel__icon {
  display: inline-block;
  vertical-align: middle;
  width: 35px;
  fill: #fff;
}

.carousel__arrow {
  cursor: pointer;
  display: inline-block;
  padding: 5px 10px;
  position: relative;
}

.active{
  z-index: 1;
  display: flex;
  visibility:visible;
}

.active .carousel-item__subtitle, .active .carousel-item__title, .active .carousel-item__description,.active .carousel-item__btn{
  transform: translateY(0);
  opacity: 1;
  transition: 0.6s all ease-in-out;
  visibility: visible;
}

.active .carousel-item__image{ 
  transition: 0.6s all ease-in-out;
  transform: translateX(0);
}


@media (max-width: 768px){
  .carousel {
    min-height: 100vh; 
}
  .carousel-item {
    flex-direction: column;
  }
  .carousel-item__info {
    width: 100%;
  }
  .carousel-heading {
    font-size: 24px;
  }
  .carousel-item__image {
    width: 100% !important;
    min-height: 350px;
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
  }
  .carousel__nav {
    bottom: 20%;
    width: 100%;
  }
  .carousel__arrow {
    padding: 5px 5px;
  }
}/* End custom CSS */