/* ==== Home Carousel Slider ================ */
.home-slide {
    box-shadow: 0px 6px 15px -6px rgb(68 102 242 / 30%);
    max-width: 100%;
    margin: auto;
}
.carousel-indicators {
    bottom: 0;
}
.carousel-item {
    position: relative;
}
.carousel-item.carousel-item1 img, .carousel-item.carousel-item2 img, .carousel-item.carousel-item3 img, .carousel-item.carousel-item4 img, .carousel-item.carousel-item5 img {
    width: 100%;
}
.carousel-indicators [data-bs-target] {
    text-indent: 0;
    color: var(--bsc-white);
    border-top: none;
    border-bottom: none;
    opacity: 0.5;
    background: var(--bsc-theme2);
    border-radius: 0;
}
#home-carousel .carousel-indicators button {
    width: 30px;
    height: 30px;
    margin-right: 10px;
    border-radius: 4px;
}
#home-carousel .carousel-indicators button:last-of-child{
    margin-right:0px;
}
.indicator-1, .indicator-2, .indicator-3 {
    position:relative
}
.banner-caption {
    position: absolute;
    left: 0;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 100%;
    max-width: 1640px;
    margin: auto;
    padding: 0 30px;
}
.carousel-indicators .active{
    opacity: 1;
}
.carousel-caption {
    padding-top: 0;
    padding-bottom: 0;
    color: var(--bsc-black2);
    text-align: left;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    left: auto;
    right: auto;
    margin-top: 20px;
    max-width: 50%;
    bottom: auto;
}
.carousel-caption h1 {
    margin-bottom: 20px;
    transition: ease-in all 0.3s;
    -webkit-transition: ease-in all 0.3s;
    -moz-transition: ease-in all 0.3s;
    -ms-transition: ease-in all 0.3s;
    -o-transition: ease-in all 0.3s;
    top: 30px;
    position: relative;
    opacity: 0;
}
.carousel-item h1 {
    line-height: 1.1;
}
.carousel-item h1 {
    opacity: 1;
    color: var(--bsc-white);
}
.carousel-caption p {
    max-width: 450px;
    margin-bottom: 35px;
    transition: ease-in all 0.6s;
    -webkit-transition: ease-in all 0.6s;
    -moz-transition: ease-in all 0.6s;
    -ms-transition: ease-in all 0.6s;
    -o-transition: ease-in all 0.6s;
    top: 30px;
    position: relative;
    opacity: 0;
}
.carousel-item p {
    opacity: 1;
    color: var(--bs-white);
    font-weight: 500;
font-size: calc(28px + (16 - 11) * ((100vw - 320px) / (1920 - 320)));
    margin-bottom: 0;

}
.carousel-caption .btn {
    transition: ease-in all 0.9s;
    -webkit-transition: ease-in all 0.9s;
    -moz-transition: ease-in all 0.9s;
    -ms-transition: ease-in all 0.9s;
    -o-transition: ease-in all 0.9s;
    top: 30px;
    position: relative;
    opacity: 0;
}
.carousel-item .btn {
    z-index: 2;
}
.carousel-item.active .btn {
    top: 0;
    opacity: 1;
}
.carousel-item h1.no-indicator-banner {
    font-size: calc(56px + (140 - 56) * ((100vw - 320px) / (1920 - 320)));
    font-weight: 400;
    color: var(--bs-white);
    margin-bottom: 0;
}
.border-img{
    border:2px solid #fff;
}
.left-line {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 3px;
    background: var(--bs-white);
    margin-right: 15px;
    top: -5px;
}
.right-line {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 3px;
    background: var(--bsc-black);
    margin-left: 15px;
    top: -5px;
}
.left-line-vertical {
    position: relative;
    width: 2px;
    height: 50px;
    background: var(--bs-white);
    margin-right: 10px;
}     
.right-line-vertical{
    position: relative;
    width: 2px;
    height: 50px;
    background: var(--bsc-black);
    margin-left: 10px;
}
  .carousel-indicators button {
      margin: 0 2px;
      border: none;
      border-radius: 100%;
      line-height: 30px;
      color: #fff;
      background-color: #999;
      transition: all 0.25s ease;
      }
/* ==== Home Carousel Slider ================ */
.goPink-caption h1{
    font-size: calc(18px + (72 - 18) * ((100vw - 320px) / (1920 - 320)));
}
.banner-caption.onDemand-section {
    width: 50%;
    margin-left: 0;
}
.onDemand-section h1 {
    font-size: calc(18px + (72 - 18) * ((100vw - 320px) / (1920 - 320)));
}
.onDemand-section h1 span{
    color: #e10b7a;
}
.onDemand-section p{
    font-size: calc(12px + (28 - 12) * ((100vw - 320px) / (1920 - 320)));
}
.banner-caption.cyber-monday-text.onDemand-section{
    left: calc(8px + (70 - 8) * ((100vw - 320px) / (1920 - 320)));
    top: auto;
    bottom: 25%;
    padding: 0;
}
.banner-caption.cyber-monday-text.cyber-monday-text-retail.onDemand-section.cyber-monday-text-retail{
    bottom: 14%;
}
.banner-caption.wearVibe_caption {
  max-width: 90%;
  padding: 0 calc(10px + (50 - 10) * ((100vw - 320px) / (1920 - 320)));
}
.banner-caption.wearVibe_caption h1 {
  font-size: calc(16px + (91 - 16) * ((100vw - 320px) / (1920 - 320)));
  line-height: .9;
}
.banner-caption.wearVibe_caption h1 span {
  font-size: calc(18px + (82 - 18) * ((100vw - 320px) / (1920 - 320)));
  font-family: 'museo_slab500';
  font-weight: 300;
}
.banner-caption.wearVibe_caption p {
  width: 40%;
  font-size: calc(15px + (34 - 15) * ((100vw - 320px) / (1920 - 320)));
  font-family: 'museo_sans700';
  font-weight: 500;
  line-height: 1;
  margin-top: 10px;
  max-width: 650px;
}
.banner-caption.wearVibe_caption p span {
  font-size: calc(12px + (34 - 12) * ((100vw - 300px) / (1920 - 320)));
  font-family: 'museo_sans900';
  font-weight: 600;
}
.banner-caption.wearVibe_caption p small {
  font-size: calc(7px + (14 - 7) * ((100vw - 320px) / (1920 - 320)));
  line-height: 1;
  display: block;
}
.btn.wearVibe-btn {
  border-radius: 30px;
  color: var(--bsc-white);
  border: solid 1px var(--bsc-white);
  font-weight: 400;
}
.btn.wearVibeBanner-btn:hover, .btn.wearVibeBanner-btn:focus {
  background: var(--bsc-white);
  color: var(--bsc-theme2);
}

.carousel-item label {
    font-size: 15px;
    color: #fff;
    display: block;
    margin-top: 40px;
    max-width: 531px;
}
/*------- Media Queries ---------------------------------------- */
/* Start min-width:2500px */
@media (min-width:2500px){
.goPink-caption h1 {
    font-size: 180px;
}
}
/* End min-width:2500px */

/* Start min-width:1921px */
@media (min-width:1921px){
    .carousel-item h1.no-indicator-banner {
        font-size: 140px;
    }
    .onDemand-section h1{
        font-size: 72px;
    }
    .carousel-item .banner-caption.cyber-monday-text.onDemand-section .btn{
        font-size: 28px;
    }

}
/* End min-width:1921px */


@media (max-width:1300px) and (min-width:991px){
    .carousel-item h1{
        font-size: calc(40px + (72 - 18) * ((100vw - 320px) / (1920 - 320)));
    }
    .goPink-caption h1 {
        font-size: calc(60px + (72 - 18) * ((100vw - 320px) / (1920 - 320)));
    }
    .carousel-item p {
        font-size: 22px;
        line-height: 1.3;
    }
    .onDemand-section h1 {
        font-size: calc(18px + (72 - 18) * ((100vw - 320px) / (1920 - 320)));
    }
    .onDemand-section p{
        font-size: calc(12px + (28 - 12) * ((100vw - 320px) / (1920 - 320)))
    }
    .carousel-item .d-none.d-lg-flex.align-items-center.mb-4{
        margin-bottom: 10px !important;
    }
    .carousel-item .btn{
        margin: 5px 0;
    }
    .carousel-item label {
        margin-top: 0px;
    }
}
@media (max-width:1300px){
    .banner-caption.cyber-monday-text.onDemand-section{
        bottom: 20%;
    }
    .banner-caption.cyber-monday-text.cyber-monday-text-retail.onDemand-section.cyber-monday-text-retail{
        bottom: 9%;
    }
    .banner-caption.cyber-monday-text.cyber-monday-text-retail.onDemand-section.cyber-monday-text-retail{
        bottom: 6%;
    }
}

/* Start max-width:1199px */
@media (max-width:1199px){
.carousel-caption h1 {
    margin-bottom: 10px;
}
.carousel-caption p {
    margin-bottom: 25px;
}

}
/* End max-width:1199px */



/* Start max-width:991px */
@media (max-width:991px){
   
.carousel-custom .carousel-item {
    margin-top: 0;
}
.carousel-item h1{
    font-size:calc(30px + (72 - 18) * ((100vw - 320px) / (1920 - 320)));
    margin-bottom: 10px;
}
.carousel-item p {
    font-size: 15px;
    max-width: 320px;
}
.onDemand-section h1 {
    font-size: calc(18px + (72 - 18) * ((100vw - 320px) / (1920 - 320)));
}
.onDemand-section p{
    font-size: calc(12px + (28 - 12) * ((100vw - 320px) / (1920 - 320)))
}
.carousel-item .btn{
    margin-top: 0;
}
.banner-caption.cyber-monday-text.cyber-monday-text-retail.onDemand-section.cyber-monday-text-retail {
    bottom: 12%;
}
}
/* End max-width:991px */

/* Start max-width:767px */
@media (max-width:767px){
    .carousel-item .banner-caption.cyber-monday-text.onDemand-section .btn {
        padding: 5px 6px;
    }
    .banner-caption.cyber-monday-text.cyber-monday-text-retail.onDemand-section.cyber-monday-text-retail {
        bottom: 15%;
    }
}
@media (max-width:575px) and (min-width:472px){
    .carousel-item p {
        font-size: 15px;
        max-width: 224px;
    }
}
@media (max-width:575px){
.carousel-caption {
    max-width: 70%;
}
.carousel-caption p {
    display: none;
}
.carousel-indicators {
    right: 10px;
    margin-bottom: 5px;
}
.carousel-indicators [data-bs-target] {
    width: 12px;
    height: 12px;
    border: solid 2px var(--bsc-theme2);
}
.carousel-item .btn {
   margin-top:15px;
}
.carousel-item .border-img {
    max-width: 240px;
}
.banner-caption {
    padding: 0 15px;
}
#home-carousel .carousel-indicators button {
    width: 15px;
    height: 15px;
    margin-right: 3px;
    line-height: 1;
}
.carousel-indicators {
    visibility: hidden;
}
.banner-caption.cyber-monday-text.onDemand-section{
    bottom: 17%;
}
.carousel-item .banner-caption.cyber-monday-text.onDemand-section .btn {
    padding: 1px 6px;
    font-size: 10px;
    margin: 0;
}
.banner-caption.cyber-monday-text.cyber-monday-text-retail.onDemand-section.cyber-monday-text-retail {
    bottom: 14%;
}
.carousel-item label{
    font-size: 9px;
    margin-top: 5px;
}
.carousel-item .d-lg-none.d-flex.align-items-center.mb-4{
    margin-bottom:5px !important;
}
.carousel-item p {
    font-size: 12px;
    max-width: 320px;
    line-height: 1.3;
}
.carousel-item h1 {
    font-size: 28px;
    margin-bottom: 0;
}
.carousel-item.active .btn {
    padding: 7px 15px;
}
.onDemand-section h1 {
    font-size: calc(16px + (72 - 16) * ((100vw - 320px) / (1920 - 320)));
}
.carousel-item .onDemand-section .btn {
    padding: 7px 15px;
}

.onDemand-section h1 br{
    display: none;
}
.onDemand-section h1 span{
    color: var(--bsc-white);
}
.onDemand-section p{
    font-size: calc(12px + (28 - 12) * ((100vw - 320px) / (1920 - 320)))
}
.onDemand-section p br{
    display: none;
}
.banner-caption.onDemand-section {
    width: 75%;
}
}
@media (max-width:399px){
    .banner-caption.cyber-monday-text.cyber-monday-text-retail.onDemand-section.cyber-monday-text-retail {
        bottom: 9%;
    }
}

/* End max-width:575px */