.selcol {
  /* update new
  background: #fff5e2;
  end update */
  background: repeating-linear-gradient(to bottom, #fef2f0ff 0%, #fcf4dbff 22%, #fcf4dbff 100%);
  padding-top: 120px;
  overflow: hidden;
}

.selcol__grid {
  display: grid;
  grid-template-columns:7fr 3fr;
  grid-template-rows:auto auto;
  grid-template-areas:"img1 aside" "bottom bottom";
  gap: 0
}

.selcol__img {
  margin: 0;
  overflow: hidden
}

.selcol__img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center
}

.selcol__img--1 {
  grid-area: img1;
  height: 95%;
  transform: translateY(0);
  opacity: 1;
  transition: transform 0.8s ease-out, opacity 0.8s ease-out;
}

.selcol__img--1.animate-in {
  transform: translateY(0);
  opacity: 1;
}

.selcol__aside {
  grid-area: aside;
  align-self: start;
  display: grid;
  grid-template-rows: auto 1fr;
  row-gap: clamp(10px, 1.5vw, 14px);
  padding-left: 40px;
  padding-top: 0;
  height: 100%;
  padding-bottom: 15%;
}
.selcol__text_slider {
  max-width: 13vw;
  margin-top: 15px;
}
.selcol__list {
  list-style: none;
  margin: 0;
  padding: 0
}
.selcol_second_tex {
  color: #8526fe;
  font-weight: 800;
  font-size: 2.6rem;
}

.selcol__list-item {
  font-size: clamp(12px, 1.2vw, 14px);
  color: #222;
  line-height: 1.5;
  opacity: .9
}

.selcol__title {
  align-self: end;
  margin: 0;
  color: #ff7fec;
  font-weight: 600;
  letter-spacing: .04em;
  line-height: 1.25;
  font-size: 2rem !important;
}
.selcol_it_title {
	color: #ff7fec;
    font-weight: 800;
    letter-spacing: .04em;
    line-height: 0.5;
    font-size: 2.3rem;
    font-style: italic;
}
.selcol__bottom {
  grid-area: bottom;
  display: grid;
  grid-template-columns:1fr 1fr;
  gap: 0;
  /* height: 100vh; */
  /* new update */
  height: max-content;
  /* end update */
  margin-top: -3vw;
}

.selcol__left {
  display: flex;
  flex-direction: column
}

.selcol__img--2 {
  flex: 0 0 70%;
  aspect-ratio: auto;
  transform: translateX(100%);
  opacity: 0;
  transition: transform 0.8s ease-out, opacity 0.8s ease-out;
  transition-delay: 0.4s;
}

.selcol__img--2.animate-in {
  transform: translateX(0);
  opacity: 1;
}

.selcol__captionbar {
  display: grid;
  justify-content: space-between;
  align-items: baseline;
  padding: 5% 0 0 6%;
  grid-template-columns: 1fr 20vw;
}
.left_em {
  order:1;
}
.pslide__kicker-text {
    color: #ff6e00;
    font-weight: 700;
    letter-spacing: .3em;
    font-size: 1.25rem;
}
.selcol__captionbar .selcol__text_slider {
    max-width: max-content;
    margin-top: 5px;
}
.selcol__star {
  font-weight: 800;
  color: #00d6a8;
  letter-spacing: .02em;
  font-size: 2.6rem;
}

.selcol__starname {
  font-weight: 600;
  font-size: clamp(12px, 1.6vw, 14px);
  color: #000;
  opacity: .75
}

.selcol__img--3 {
  aspect-ratio: 3/4;
  transform: translateY(100%);
  opacity: 0;
  transition: transform 0.8s ease-out, opacity 0.8s ease-out;
  transition-delay: 0.8s;
}

.selcol__img--3.animate-in {
  transform: translateY(0);
  opacity: 1;
  height:100%;
  width:100%;
}
/*new update */
.selcol .carousel-indicators {
  right: 0;
  left: auto;
  width: auto;
  gap: 1.5rem;
  z-index: 99;
}
.selcol .carousel-indicators button {
  height:16px;
  width:16px;
  background-color: #ffffff;
  border-radius: 50%;
  opacity: 1;
  margin-left: auto;
  margin-right: auto;
}
.selcol .carousel-indicators .active, .selcol .carousel-indicators button:hover {
  background-color: #ff6e00;;
}
.selcol__img--1 .carousel-item::after {
  content: "";
  position: absolute;
  inset: 0;               
  pointer-events: none;   
  z-index: 10;

  background: linear-gradient(
    to top,
    rgba(255, 110, 0, 0.65) 0%,   
    rgba(0, 0, 0, 0.15) 40%,  
    rgba(0, 0, 0, 0.10) 80%    
  );
}
.selcol__slide-caption {
	position: absolute;
    left: 100px;
    /* left: 130px; */
    /* bottom: 130px; */
    bottom: 100px;
	z-index: 25;
}
.selcol__slide-comb {
	color:#ffffff;
	font-size: 3.5rem;
	text-shadow: 5px 5px 15px #00000096;
}
.selcol__slide-caption .selcol__slide-name {
    font-weight: 900;
    letter-spacing: .04em;
    line-height: 0.95;
	font-size: 5rem;
	text-shadow: 5px 5px 15px #00000096;
}
.selcol__slide--1 .selcol__slide-name {
	color: #bbd42f;
}
.selcol__slide--2 .selcol__slide-name {
	color: #ffd807;
}
.selcol__slide--3 .selcol__slide-name {
	color: #b592e3;
}
.selcol_bt_tex {
	text-align: right;
    padding-right: 50px;
}
.mobile_hide {
	display:block;	
}
.mobile_seicol {
	display:none;	
}
@media (max-width: 1400px) {
	.selcol__slide-caption {
	position: absolute;
    left: 70px;
    bottom: 70px;
}
.selcol__slide-caption .selcol__slide-name {
	font-size: 3.5rem;
}
.selcol__slide-comb {
	font-size: 2.5rem;
}
.selcol__title {
    font-size: 1.5rem !important;
}
.selcol_it_title {
    font-size: 1.9rem;
}
.selcol__text_slider {
    max-width: 90%;
}
.selcol_second_tex {
    font-size: 2.1rem;
}
.pslide__kicker-text {
    font-size: 1rem;
}
.selcol__star {
    font-size: 2.2rem;
}
}
@media (max-width: 1200px) {
.selcol__title {
    font-size: 1.1rem !important;
   }
.selcol_it_title {
    font-size: 1.5rem;
    }
.selcol_second_tex {
    font-size: 1.6rem;
    }
.pslide__kicker-text {
    font-size: 0.8rem;
    }
.selcol__captionbar {
    grid-template-columns: 1fr 3vw;
    }
.selcol__star {
    font-size: 2.0rem;
    }
}
@media (max-width: 1024px) {
	.selcol {
    padding-top: 100px;
	}
}
@media (max-width: 920px) {
.selcol__title {
    font-size: 1rem !important;
   }
.selcol_it_title {
    font-size: 1.3rem;
	line-height: 0.1;
    }
.selcol__text_slider {
    max-width: 95%;
    font-size: 14px;
    }
.selcol_bt_tex {
    padding-right: 20px;
}
.selcol_second_tex {
    font-size: 1.4rem;
    }
.pslide__kicker-text {
    font-size: 0.8rem;
    }
.selcol__star {
    font-size: 1.8rem;
    }
.aboutmily__img--left {
    height: 70vh;
	}
}
@media (max-width: 768px) {
  .mobile_hide {
	display:none;	
	}
  .mobile_seicol {
	display:block;
    padding-left: 40px;
    max-width: 50%;
    margin-bottom: 20px;	
	}
	.lang-fr .mobile_seicol {
    max-width: 55%;
	}
	.pslide__kicker-text {
    font-size: 1.2rem;
    }
  .selcol__title {
    font-size: 1.4rem !important;
    margin-bottom: 10px;
    }
   .selcol_it_title {
    font-size: 1.6rem;
    line-height: 0.3;
    }
   .selcol__text_slider {
     max-width: 100%;
     font-size: 14px;
     font-size: 0.9rem;
    }
	.selcol_bt_tex {
	padding-right: 40px;	
	}
   .selcol_second_tex {
    font-size: 2rem;
    }
  .selcol__grid {
    grid-template-columns:1fr;
    grid-template-rows:auto auto auto;
    grid-template-areas:"img1" "aside" "bottom"
  }
  .right_full_text {
	padding-bottom: 35px;  
  }

  .selcol__img--1 {
    height: 100%;
  }

  .selcol__img--3 {
    aspect-ratio: 3/4;
    height: 100%;
  }

  .selcol__img--2 {
    flex: 0 0 auto;
  }
  .selcol__captionbar {
    grid-template-columns: 1fr 10%;
  }
  	.selcol__slide-caption {
	position: absolute;
    left: 50px;
    bottom: 60px;
}
	.selcol__slide-caption .selcol__slide-name {
	font-size: 2.5rem;
	}
	.selcol__slide-comb {
	font-size: 1.5rem;
	}
	.selcol .carousel-indicators {
	bottom: 60px;	
	}
	.selcol__bottom {
	  height: 100%;
	}
	.selcol {
     padding-top: 40px;
    }
}
@media (max-width: 480px) {
	.selcol__slide-caption {
	position: absolute;
    left: 50px;
    bottom: 30px;
	}
	.selcol {
     padding-top: 30px;
    }
	.selcol__slide-caption .selcol__slide-name {
	font-size: 2rem;
	}
	.selcol__slide-comb {
	font-size: 1rem;
	}
    .lang-fr .mobile_seicol {
    max-width: 70%;
    }
	.selcol .carousel-indicators {
    bottom: 10px;
    }
}
