.homeexclusive {
  height: 100vh;
  min-height: 500px;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.homeexclusive .bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.homeexclusive .bg-image figure {
  position: relative;
  width: 100%;
  height: 100%;
}
.homeexclusive .bg-image figure img,
.homeexclusive .bg-image figure video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.content-area {
  padding: 62px 0;
  position: relative;
  z-index: 2;
  color: #Fff;
}
.content-area .title-wrap {
  max-width: 621px;
  margin-bottom: 30px;
}
@media screen and (min-width: 1200px) {
  .content-area .title-wrap {
    margin-bottom: 50px;
  }
}
.content-area .title-wrap .play-button {
  width: 100%;
  max-width: 46px;
  background-color: unset;
  border: 0;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-bottom: 22px;
  -webkit-transition: -webkit-transform ease 0.5s;
  transition: -webkit-transform ease 0.5s;
  transition: transform ease 0.5s;
  transition: transform ease 0.5s, -webkit-transform ease 0.5s;
  padding: 0;
}
@media (hover: hover) {
  .content-area .title-wrap .play-button:hover {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
@media screen and (min-width: 992px) {
  .content-area .title-wrap .play-button {
    max-width: 56px;
  }
}
@media screen and (min-width: 1200px) {
  .content-area .title-wrap .play-button {
    max-width: 66px;
  }
}
.content-area .title-wrap .subtitle {
  text-transform: uppercase;
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: 3px;
}
.content-area .title-wrap .title {
  font-family: "Cormorant Infant", serif;
  font-size: 50px;
  text-transform: uppercase;
  line-height: 1;
  color: #fff;
}
@media screen and (min-width: 992px) {
  .content-area .title-wrap .title {
    font-size: 55px;
  }
}
@media screen and (min-width: 1200px) {
  .content-area .title-wrap .title {
    font-size: 70px;
  }
}
@media screen and (min-width: 1400px) {
  .content-area .title-wrap .title {
    font-size: 80px;
  }
}

.slider-wrapper .exclusive-card {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  color: #2E2E2E;
}
@media screen and (min-width: 768px) {
  .slider-wrapper .exclusive-card {
    padding-right: 34px;
  }
}
.slider-wrapper .exclusive-card .img-wrap {
  width: 100%;
  max-width: 80px;
}
@media screen and (min-width: 768px) {
  .slider-wrapper .exclusive-card .img-wrap {
    max-width: 114px;
  }
}
.slider-wrapper .exclusive-card .item-detail-wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1 0;
          flex: 1 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.slider-wrapper .exclusive-card .item-detail {
  padding-left: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 90%;
}
@media screen and (min-width: 768px) {
  .slider-wrapper .exclusive-card .item-detail {
    max-width: 271px;
  }
}
@media screen and (min-width: 1200px) {
  .slider-wrapper .exclusive-card .item-detail {
    padding-left: 25px;
  }
}
.slider-wrapper .exclusive-card .item-detail .item-name {
  font-size: 16px;
  line-height: 1;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .slider-wrapper .exclusive-card .item-detail .item-name {
    font-size: 18px;
  }
}
@media screen and (min-width: 1200px) {
  .slider-wrapper .exclusive-card .item-detail .item-name {
    font-size: 22px;
    margin-bottom: 18px;
  }
}
.slider-wrapper .exclusive-card .item-detail .rate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  line-height: 1.3;
  margin-bottom: 10px;
}
@media screen and (min-width: 1200px) {
  .slider-wrapper .exclusive-card .item-detail .rate {
    font-size: 16px;
    margin-bottom: 18px;
  }
}
.slider-wrapper .exclusive-card .item-detail .rate .discount {
  color: #2E2E2E;
  margin-right: 5px;
  display: inline-block;
}
.slider-wrapper .exclusive-card .item-detail .rate .original {
  color: #999999;
  text-decoration: line-through;
}
.slider-wrapper .exclusive-card .item-detail .select-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 4px;
     -moz-column-gap: 4px;
          column-gap: 4px;
}
.slider-wrapper .exclusive-card .item-detail .select-wrap input[type=radio] {
  width: 15px;
  height: 15px;
  border-radius: 50%;
}
@media screen and (min-width: 1200px) {
  .slider-wrapper .exclusive-card .item-detail .select-wrap input[type=radio] {
    width: 18px;
    height: 18px;
  }
}
.slider-wrapper .exclusive-card .item-detail .select-wrap input[type=radio].yellow {
  -webkit-box-shadow: inset 0px 0 0 2px #fff, inset 0 0 0 34px #EAC37C;
          box-shadow: inset 0px 0 0 2px #fff, inset 0 0 0 34px #EAC37C;
}
.slider-wrapper .exclusive-card .item-detail .select-wrap input[type=radio].yellow:checked {
  border: 1px solid #2E2E2E;
}
.slider-wrapper .exclusive-card .item-detail .select-wrap input[type=radio].grey {
  -webkit-box-shadow: inset 0px 0 0 2px #fff, inset 0 0 0 34px #C8C8C8;
          box-shadow: inset 0px 0 0 2px #fff, inset 0 0 0 34px #C8C8C8;
}
.slider-wrapper .exclusive-card .item-detail .select-wrap input[type=radio].grey:checked {
  border: 1px solid #2E2E2E;
}
.slider-wrapper .exclusive-card .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.slider-wrapper .exclusive-card .link a {
  text-decoration: underline;
  color: #2E2E2E;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-transition: color ease 0.3s;
  transition: color ease 0.3s;
  letter-spacing: 0.3px;
}
@media (hover: hover) {
  .slider-wrapper .exclusive-card .link a:hover {
    color: #eac37c;
  }
}