#myCarousel_2 .carousel-item .mask {
    position: absolute;
    top: 0;
	left:0;
	height:100%;
    width: 100%;
    background-attachment: fixed;
}
#myCarousel_2 h4{
	font-size:50px;
	margin-bottom:15px;
	color:#73198c;
	/* line-height:150%; */
	/* letter-spacing:-2px; */
	font-weight:600;
}

#myCarousel_2 p{
	font-size:30px;
	margin-bottom:15px;
	color:#73198c;
    line-height: 55px !important;
    font-weight: 400;
    letter-spacing:0;
    letter-spacing: -1px;
}
#myCarousel_2 p b{
    color:#73198c;
    font-weight: bold;
    font-size: 30px;
    letter-spacing: -0.055rem;
}
@media (max-width:640px)
{
  #myCarousel_2 p b{
    color:#73198c;
    font-weight: bold;
    font-size: 35px;
    letter-spacing: -0.055rem;
}
}
@media (max-width:640px)
{
#myCarousel_2 .carousel-item a{background:transparent; font-size:33px; color:#b916a4; padding:13px 0; display:inline-block;font-weight: 600;margin-top:-15px;line-height: 40px; }

}
#myCarousel_2 .carousel-item a{background:transparent; font-size:33px; color:#b916a4; padding:13px 0; display:inline-block;font-weight: 600;margin-top:-15px }
#myCarousel_2 .carousel-item a:hover{background:transparent; text-decoration:none;  }

#myCarousel_2 .carousel-item h4{-webkit-animation-name:fadeInLeft; animation-name:fadeInLeft;} 
#myCarousel_2 .carousel-item p{-webkit-animation-name:slideInRight; animation-name:slideInRight;} 
#myCarousel_2 .carousel-item a{-webkit-animation-name:fadeInUp; animation-name:fadeInUp;}
#myCarousel_2 .carousel-item .mask img{-webkit-animation-name:slideInRight; animation-name:slideInRight; display:block; height:auto; max-width:100%;}
#myCarousel_2 h4, #myCarousel_2 p, #myCarousel_2 a, #myCarousel_2 .carousel-item .mask img{-webkit-animation-duration: 1s;
    animation-duration: 1.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
#myCarousel_2 .container {max-width: 1600px;  }
#myCarousel_2 .carousel-item{height:100%; min-height:330px; }
@media (max-width:640px)
{
    #myCarousel_2 .carousel-item{height:100%; min-height:660px; }
    #myCarousel_2 h4 {
      font-size: 35px;
      margin-bottom: 15px;
      color: #73198c;
      line-height: 150%;
      /* letter-spacing: -2px; */
      font-weight: 300 !important;
      margin-top: 75px;
    }
    #myCarousel_2 p {
        font-size: 24px;
        margin-bottom: 15px;
        color: #73198c;
        line-height: 40px !important;
        font-weight: 1000;
        letter-spacing: 0;
    }
    
}
/* #myCarousel_2{position:relative; z-index:1; background:url(https://i.imgur.com/6axE29k.jpg) center center no-repeat; background-size:cover; } */

/* .carousel-control-next, .carousel-control-prev{height:40px; width:40px; padding:12px; top:50%; bottom:auto; transform:translateY(-50%); background-color: #f47735; } */


.carousel-item {
    position: relative;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    transition: -webkit-transform .6s ease;
    transition: transform .6s ease;
    transition: transform .6s ease,-webkit-transform .6s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}
.carousel-fade .carousel-item {
	opacity: 0;
	-webkit-transition-duration: .6s;
	transition-duration: .6s;
	-webkit-transition-property: opacity;
	transition-property: opacity
}
.carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right, .carousel-fade .carousel-item.active {
	opacity: 1
}
.carousel-fade .carousel-item-left.active, .carousel-fade .carousel-item-right.active {
	opacity: 0
}
.carousel-fade .carousel-item-left.active, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item-prev.active, .carousel-fade .carousel-item.active {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0)
}
@supports (transform-style:preserve-3d) {
	.carousel-fade .carousel-item-left.active, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item-prev.active, .carousel-fade .carousel-item.active {
	-webkit-transform:translate3d(0, 0, 0);
	transform:translate3d(0, 0, 0)
	}
}
.carousel-fade .carousel-item-left.active, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item-prev.active, .carousel-fade .carousel-item.active {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}


 
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

.carousel-control-prev {
    height: 40px;
    width: 40px;
    padding: 12px;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    background-color: #999;
    color: #000;
    margin: 0 15px 0 0;
}
.carousel-control-next {
    height: 40px;
    width: 40px;
    padding: 12px;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    background-color: #999;
    color: #000;
    margin: 0 0 0 0;
}
#myCarousel_2 .carousel-item h6
{
    font-size: 1.25rem;
    color:#73198c;
}
.carousel-control-next, .carousel-control-prev {
    height: 40px;
    width: 40px;
    padding: 12px;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    background-color: #73198c !important;
}
.carousel-item h5
{
  font-size: 2.5rem;
  letter-spacing: -0.025rem;
  color: #b916a4;
  font-weight: 600;
}
.carousel-item a span
{
  font-size: 2.55rem;
}
span.delivery_available_txt
{
  font-size: 1.25rem !important;
  position: absolute;
  margin-top:-10px;
  color: #73198c;
}
@media (max-width:640px)
{
  span.delivery_available_txt {
    font-size: 1.25rem !important;
    position: absolute;
    margin-top: -10px;
    color: #73198c;
    line-height: 25px;
    margin-top: 15px;
}
}