@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700,800,900');
:root {
  --ease-elastic: linear(0, 0.55 7.5%, 0.85 12%, 0.95 14%, 1.03 16.5%, 1.09 20%, 1.13 22%, 1.14 23%, 1.15 24.5%, 1.15 26%, 1.13 28%, 1.11 31%, 1.05 39%, 1.02 43%, 0.99 47%, 0.98 52%, 0.97 59%, 1.002 81%, 1);
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
body{
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	line-height: 1.7;
	color: #fff;
  	background-color: #1f2029;
    min-height: 100vh;
    margin: 0;
    padding: 0;
    overflow-x: none;
}
p{
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.7;
	color: #fff;
  margin: 0;
}
.description{
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  font-style: regular;
  font-size: 15.5px;
  line-height: 1.5;
  color: #fff;
  margin: 5px 0 20px 0;
  max-width: 400px;
}
.section-fluid-main{
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
}
.section{
  position: relative;
  max-width: calc(100% - 40px);
  width: 860px;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 62px 0 100px 0;
}
.section-fluid{
  position: relative;
  width: 100%;
  display: block;
  margin-top: 30px;
}

[type="radio"]:checked,
[type="radio"]:not(:checked){
  position: absolute;
  visibility: hidden;
}
.color-btn:checked + label,
.color-btn:not(:checked) + label{
  position: relative;
  height: 50px;
  transition: all 200ms linear;
  border-radius: 4px;
  width: 50px;
  overflow: hidden;
  border: none;
  cursor: pointer;
  color: #ffeba7;
  margin-right: 10px;
  box-shadow: 0 12px 35px 0 rgba(16,39,112,.25);
  z-index: 10;
  background-position: center;
  background-size: cover;
  border: 1px solid transparent;
  
}
.color-btn:checked + label{
  border-color: #ffffff;
  transform: scale(1.1);
}
label.first-color{
  margin-left: 500px;
  background-image: url('assets/2.webp');
}
label.color-2{
  background-image: url('assets/1.webp');
}
label.color-3{
  background-image: url('assets/3.webp');
}
label.color-4{
  background-image: url('assets/4.webp');
}
label.color-5{
  background-image: url('assets/5.webp');
}
label.color-6{
  background-image: url('assets/6.webp');
}

.img-wrap{
  position: absolute;
  top: 60px;
  left: 0;
  width: 550px;
  height: 451px;
  display: inline-block;
  z-index: 9;
  transition: all 550ms linear;
  transition-delay: 100ms;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url('assets/2.webp');
  opacity: 0;
}
.for-color-1:checked ~ .img-wrap.chair-1{
  opacity: 1;
  animation: shake 0.7s cubic-bezier(.36,.07,.19,.97) both;
}
.img-wrap.chair-2{
  background-image: url('assets/1.webp');
}
.for-color-2:checked ~ .img-wrap.chair-2{
  opacity: 1;
  animation: shake 0.7s cubic-bezier(.36,.07,.19,.97) both;
}
.img-wrap.chair-3{
  background-image: url('assets/3.webp');
}
.for-color-3:checked ~ .img-wrap.chair-3{
  opacity: 1;
  animation: shake 0.7s cubic-bezier(.36,.07,.19,.97) both;
}
.img-wrap.chair-4{
  background-image: url('assets/4.webp');
}
.for-color-4:checked ~ .img-wrap.chair-4{
  opacity: 1;
  animation: shake 0.7s cubic-bezier(.36,.07,.19,.97) both;
}
.img-wrap.chair-5{
  background-image: url('assets/5.webp');
}
.for-color-5:checked ~ .img-wrap.chair-5{
  opacity: 1;
  animation: shake 0.7s cubic-bezier(.36,.07,.19,.97) both;
}
.img-wrap.chair-6{
  background-image: url('assets/6.webp');
}
.for-color-6:checked ~ .img-wrap.chair-6{
  opacity: 1;
  animation: shake 0.7s cubic-bezier(.36,.07,.19,.97) both;
}
@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0) rotate(-1deg);
  }  
  20%, 80% {
    transform: translate3d(2px, 0, 0) rotate(2deg);
  }
  30%, 50%, 70% {
    transform: translate3d(-3px, 0, 0) rotate(-3deg);
  }
  40%, 60% {
    transform: translate3d(3px, 0, 0) rotate(3deg);
  }
}


.back-color {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
  background-image: linear-gradient(196deg,#e0a8c3,#bf7c8d);
  transition: all 250ms linear;
  transition-delay: 300ms;
}
.back-color.chair-2 {
  background-image: linear-gradient(196deg,#e0adb6,#c2657a,#a63a50);
  opacity: 0;
}
.for-color-2:checked ~ .back-color.chair-2{
  opacity: 1;
}
.back-color.chair-3 {
  background-image: linear-gradient(196deg,#e6c47e,#d4b387,#bf8d5e);
  opacity: 0;
}
.for-color-3:checked ~ .back-color.chair-3{
  opacity: 1;
}
.back-color.chair-4 {
  background-image: linear-gradient(196deg,#6e5a95,#7f79b0,#9b9be6);
  opacity: 0;
}
.for-color-4:checked ~ .back-color.chair-4{
  opacity: 1;
}
.back-color.chair-5 {
  background-image: linear-gradient(196deg,#e1b3a0,#c8837a,#d4b287);
  opacity: 0;
}
.for-color-5:checked ~ .back-color.chair-5{
  opacity: 1;
}
.back-color.chair-6 {
  background-image: linear-gradient(196deg,#9ec2d8,#8eb7d4,#6a8da9);
  opacity: 0;
}
.for-color-6:checked ~ .back-color.chair-6{
  opacity: 1;
}

.info-wrap{
  position: relative;
  margin-left: 500px;
  z-index: 10;
  display: block;
  text-align: left;
}
.info-wrap.spacing{
  margin-top: 50px;
}
.title-wrapper {
  margin-left: 0;
  position: relative;
  z-index: 10;
  display: block;
  text-align: left;
  min-width: 400px;
  white-space: nowrap;
}
.title-wrapper h2 {
  display: none;
}
.title-wrapper .title-1 {
  display: block;
  color: #fff;
}
.for-color-2:checked ~ .info-wrap .title-wrapper .title-1 {
  display: none;
}
.for-color-2:checked ~ .info-wrap .title-wrapper .title-2 {
  display: block;
}
.for-color-3:checked ~ .info-wrap .title-wrapper .title-1 {
  display: none;
}
.for-color-3:checked ~ .info-wrap .title-wrapper .title-3 {
  display: block;
}
.for-color-4:checked ~ .info-wrap .title-wrapper .title-1 {
  display: none;
}
.for-color-4:checked ~ .info-wrap .title-wrapper .title-4 {
  display: block;
}
.for-color-5:checked ~ .info-wrap .title-wrapper .title-1 {
  display: none;
}
.for-color-5:checked ~ .info-wrap .title-wrapper .title-5 {
  display: block;
}
.for-color-6:checked ~ .info-wrap .title-wrapper .title-1 {
  display: none;
}
.for-color-6:checked ~ .info-wrap .title-wrapper .title-6 {
  display: block;
}
.title-up {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 13px;
  line-height: 1.2;
  color: #fff;
  margin-top: 0;
  margin-bottom: 10px;
}
h2{
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
  font-size: 28px;
  line-height: 1.2;
  color: #fff;
  margin-top: 0;
  margin-bottom: 10px;
}
h4{
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
  color: #fff;
  margin-top: 0;
  margin-bottom: 30px;
}
h4 span{
  text-decoration: line-through;
  font-size: 20px;
  opacity: 0.6;
  padding-left: 15px;
}
h3.subtitle{
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.4;
  color: #fff;
  margin-top: -7px;
  margin-bottom: 10px;
}
h5{
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.2;
  color: #fff;
  margin-top: 0;
  margin-bottom: 2px;
  text-align: left;
}
.desc-btn:checked + label,
.desc-btn:not(:checked) + label{
  position: relative;
  transition: all 200ms linear;
  display: inline-block;
  border: none;
  cursor: pointer;
  color: #ffeba7;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.2;
  color: #fff;
  margin-right: 25px;
  opacity: 0.5;
}
.desc-btn:checked + label{
  opacity: 1;
}
.desc-btn:not(:checked) + label:hover {
  opacity: 0.8;
}

.desc-sec {
  padding-top: 20px;
  padding-bottom: 30px;
  transition: all 250ms linear;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  transform: translateY(20px);
}
.desc-sec.accor-2 {
  position: absolute;
  top: 25px;
  left: 0;
  width: 100%;
  z-index: 2;
}
#desc-1:checked ~ .desc-sec.accor-1 {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
#desc-2:checked ~ .desc-sec.accor-2 {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
.section-inline{
  position: relative;
  display: inline-block;
  margin-right: 20px;
}
.section-inline p span{
  font-size: 30px;
  line-height: 1.1;
}

.btn{
  position: relative;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 2;
  height: 48px;
  border-radius: 4px;
  width: 210px;
  letter-spacing: 1px;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  border: none;
  cursor: pointer;
  overflow: hidden;
  background-color: transparent;
  color: #fff;
  box-shadow: 0 6px 15px 0 rgba(16,39,112,.15);
  transition: all 250ms linear;
  text-decoration: none;
  margin-top: 50px;
}
.icon {
  padding-right: 7px;
  font-size: 20px;
}
.btn:before{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  z-index: -1;
  background-color: #944852;
  transition: background-color 250ms 300ms ease;
}
.btn:hover{
  box-shadow: 0 12px 35px 0 rgba(16,39,112,.25);
  background-color: #bd2828;
}
.for-color-2:checked ~ .info-wrap .btn:before{
  background-color: #1a1a1a;
}
.for-color-3:checked ~ .info-wrap .btn:before{
  background-color: #40566e;
}
.for-color-4:checked ~ .info-wrap .btn:before{
  background-color: #5e89b2;
}
.for-color-5:checked ~ .info-wrap .btn:before{
  background-color: #8c7f76;
}
.for-color-6:checked ~ .info-wrap .btn:before{
  background-color: #5d6160;
}

.btn-group {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  margin-top: 50px;
}

.btn-group__col {
  position: relative;
}

.btn-bounce {
  color: #fff;
  font-size: 20px;
  text-decoration: none;
  position: relative;
  width: 250px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-bounce-bg {
  z-index: 0;
  background-color: #8e2e41;
  border-radius: 100em;
  position: absolute;
  inset: 0%;
  width: 250px;
  height: 48px;
}

.for-color-2:checked ~ .info-wrap .btn-bounce-bg{
  background-color: #498a82;
}
.for-color-3:checked ~ .info-wrap .btn-bounce-bg{
  background-color: #d0761d;
}
.for-color-4:checked ~ .info-wrap .btn-bounce-bg{
  background-color: #38396d;
}
.for-color-5:checked ~ .info-wrap .btn-bounce-bg{
  background-color: #8d2224;
}
.for-color-6:checked ~ .info-wrap .btn-bounce-bg{
  background-color: #0e557d;
}

.btn-bounce-text {
  z-index: 1;
  display: block;
  position: relative;
}

.btn-bounce-text__wrap {
  overflow: hidden;
}

.btn-bounce,
.btn-bounce-text,
.btn-bounce-text__wrap{
  transition: transform 0.65s var(--ease-elastic);
}

/* Fake a duplicate text element using text shadow without blur  */
/* We save the distance in a variable for easy use in the CSS animation */
.btn-bounce-text{
  --text-duplicate-distance: 3em;
  text-shadow: 0px var(--text-duplicate-distance) currentColor;
}

/* Scale down the button and rotate it slightly */
.btn-bounce:hover,
.btn-bounce:active { transform: scale(0.92) rotate(-3deg); }

/* Rotate the text wrapper in the opposite direction so it appears straight */
.btn-bounce:hover .btn-bounce-text__wrap,
.btn-bounce:active .btn-bounce-text__wrap{ transform: rotate(3deg); }

/* Move up the text span to reveal its text-shadow */
.btn-bounce:hover .btn-bounce-text,
.btn-bounce:active .btn-bounce-text{ transform: translate(0px, calc(-1 * var(--text-duplicate-distance))); }

.clearfix {
  width: 100%;
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.logo {
	position: fixed;
	top: 25px;
	left: 25px;
	display: block;
	z-index: 1000;
	transition: all 250ms linear;
}
.logo img {
	height: 26px;
	width: auto;
	display: block;
	transition: filter 250ms 700ms linear;
}

@media screen and (max-width: 991px) {
  .section{
    margin: 0 auto;
    text-align: center;
    max-width: calc(100% - 40px);
    width: 370px;
  }
  label.first-color{
    margin-left: 0;
  }
  .info-wrap{
    margin-left: 0;
    width: 370px;
    margin: 0 auto;
    text-align: center;
  }
  .btn-group {
    justify-content: center;
  }
  .img-wrap{
    width: 413px;
    height: 339px;
    left: 50%;
    margin-left: -207px;
  }
  .mob-margin {
    margin-top: 320px;
  }
  .desc-btn:checked + label,
  .desc-btn:not(:checked) + label{
    margin-right: 15px;
    margin-left: 15px;
  }
  .color-btn:checked + label,
  .color-btn:not(:checked) + label{
    height: 40px;
    width: 40px;
    margin: 5px auto;
    text-align: center;
  }
  .title-wrapper{
    margin-left: 0;
    width: 420px;
    margin: 0 auto;
    text-align: center;
    white-space: nowrap;
  }
  .section-inline{
    margin: 0 5px;
  }
  .description{
    width: 110%;
    margin-left: -5%;
  }
}

@media screen and (max-width: 575px) {
  .section{
    width: 280px;
    padding: 10px 0 100px 0;
  }

  .img-wrap{
  top: 2px;
  }

  .info-wrap{
    width: 280px;
  }
  .title-wrapper{
    width: 280px;
    margin: 0 auto;
    text-align: center;
    min-width: unset;
    white-space: normal;
  }
  h2{
    font-size: 24px;
  }
  .color-btn:checked + label,
  .color-btn:not(:checked) + label{
    height: 45px;
    width: 45px;
  }
  .section-inline p span{
    font-size: 24px;
    line-height: 1.1;
  }
  .section-inline p{
    font-size: 14px;
  }
}

/* CSS Marquee */
.marquee-css {
  color: #efeeec;
  background-color: #000;
  width: 100%;
  max-width: none;
  display: flex;
  position: relative;
  overflow: hidden;
  padding: 10px 0;
  z-index: 1000;
}

.marquee-css__list {
  flex: none;
  align-items: center;
  display: flex;
  position: relative;
}

.marquee-css__item {
  grid-column-gap: 2em;
  grid-row-gap: 1em;
  flex: 0;
  align-items: center;
  padding: 0.5em;
  display: flex;
}

.marquee-css__item-p {
  white-space: nowrap;
  margin-bottom: 0;
  font-size: 1.2em;
  line-height: 1;
  font-weight: 600;
}

/* CSS Keyframe Animation */
@keyframes translateX {
	to {
    transform: translateX(-100%);
  }
}

[data-css-marquee-list] {
  animation: translateX 30s linear;
  animation-iteration-count: infinite;
  animation-play-state: paused;
}
