html,
body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;

  font-family: "Roboto", "Helvetica", sans-serif;

    -webkit-user-select: none;
     -khtml-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
	
  transition: background-color 0.2s;
  will-change: background-color;
}

#banner{
  position: absolute;
  overflow: hidden;
	width:100%;
	height:600px;
}r

.wrapper {
  position: relative;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
}

.card {
  display: block;
  position: absolute;
  top: 40px;
  margin: 0 auto;
  width: 280px;
  background-color: #fff;
  border-radius: 15px;

  box-shadow: 0 5px 8px rgba(0, 0, 0, 0.2);

  transform: translateX(-50%);
  transition: left 0.5s ease-out;
  will-change: left;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.card_header {
  position: relative;
  height: 100px;
  padding: 30px 30px 244px;
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
  color: #fff;
}

.card_watermark {
  overflow: hidden;
  position: absolute;
  bottom: 50px;
  left: 0;
  width: 100%;
}

.card_watermark::after {
  content: attr(data-watermark);
  position: relative;
  left: -20px;
  color: rgba(0, 0, 0, .1);
  font-size: 80px;
  font-weight: 700;
  text-transform: uppercase;
}

.card_logo {
  width: 70px;
  height: auto;
  cursor: pointer;
}

.card_logo_h {
  width: 140px;
  height: auto;
  cursor: pointer;
}

.card_price {
  float: right;
  font-size: 16px;
  font-weight: 300;
}

.card_title {
  margin: 18px 0 6px;
  font-size: 20px;
  line-height: 1.1em;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

.card_subtitle {
  display: block;
  font-size: 14px;
  font-weight: 300;
}

.card_body {
  position: relative;
  padding: 30px 30px 30px;	
}

.card_image {
  z-index: 1;
  position: absolute;
  top: -196px;
  left: 34px;
  width: 76%;

  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
	transition: transform .2s; 
  cursor: pointer;
}

.card_image:hover {
  transform: scale(1.1);
  cursor: pointer;
}

.card_wish-list {
  display: block;
  width: 70%;
  margin: 38px auto 4px;
  padding: 10px;
  border: 2px solid #fff;
  border-radius: 1px;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  cursor: pointer;
}

.card_category {
  display: block;
  font-size: 12px;
  color: #AEAEAE;
  text-transform: uppercase;
  text-align: center;
}

.card_will-animate {
  will-change: transform;
}

.cards-placeholder {
  display: block;
  position: relative;
  margin-left:13px;
	top:8px;
  margin-bottom: 15px;
  text-align: center;
}

.cards-placeholder_item {
  opacity: 0.3;
  display: inline-block;
  margin-right: 10px;
  background-color: #ffffff;
  width: 36px;
  height: 8px;
  border-radius: 5px;

  transition: opacity 0.2s;
  will-change: opacity;	
  box-shadow: 1px 2px 5px #333333;
}

.cards-placeholder_item_active {
  opacity: 1;
}

/***Product Settings***/
.card_Product1 {
  left: 50%;
}

.card_Product2,
.card_Product3,
.card_Product4,
.card_Product5 { 
  left: 150%;
}
/* Add .card_Product# for additional slides*/

/*** Product 1 ***/
.card_header_Product1 {
  background-color: #ffd8a1;
  background-image: linear-gradient(#472b04, #ffd8a1);

  background: #ffd8a1;
  background: linear-gradient(#472b04, #ffd8a1);
}

.card_wish-list_Product1 {
  color: #472b04;
  border-color: #ffd8a1;
	transition: transform .2s; 
}

.card_wish-list_Product1:hover {
  transform: scale(1.15);
}

/*** Product 2 ***/
.card_header_Product2 {
  background-color: #c00020;
  background-image: linear-gradient(#15094f, #544796);

  background: #c00020;
  background: linear-gradient(#15094f, #544796);
}
.card_wish-list_Product2 {
  color: #15094f;
  border-color: #544796;
	transition: transform .2s; 
}

.card_wish-list_Product2:hover {
  transform: scale(1.15);
}


/*** Product 3 ***/
.card_header_Product3 {
  background-color: #555555;
  background-image: linear-gradient(#111111, #555555);

  background: #555555;
  background: linear-gradient(#111111, #555555);
}

.card_wish-list_Product3 {
  color: #111111;
  border-color: #999999;
	transition: transform .2s; 
}

.card_wish-list_Product3:hover {
  transform: scale(1.15);
}


/*** Product 4 ***/
.card_header_Product4 {
  background-color: #0e1327;
  background-image: linear-gradient(#0e1327, #0781ce);

  background: #0e1327;
  background: linear-gradient(#0e1327, #0781ce);
}

.card_wish-list_Product4 {
  color: #0e1327;
  border-color: #0781ce;
	transition: transform .2s; 
}

.card_wish-list_Product4:hover {
  transform: scale(1.15);
}

/*** Product 5 ***/
.card_header_Product5 {
  background-color: #013401;
  background-image: linear-gradient(#013401, #82ca9c);

  background: #013401;
  background: linear-gradient(#013401, #82ca9c);
}

.card_wish-list_Product5 {
  color: #013401;
  border-color: #82ca9c;
	transition: transform .2s; 
}

.card_wish-list_Product5:hover {
  transform: scale(1.15);
}

/*** Product # ***/
/* Add Product# for additional slides
.card_header_Product# {
  background-color: #0e1327;
  background-image: linear-gradient(#0e1327, #0781ce);

  background: #0e1327;
  background: linear-gradient(#0e1327, #0781ce);
}

.card_wish-list_Product# {
  color: #0e1327;
  border-color: #0781ce;
}
*/



#swipeMe{
	animation-delay: 1s;
	-webkit-animation-delay: 1s;
	 opacity: 0;
}

/* Animation Css */
    
	.elementToFadeInAndOut {
		background-image: url("../images/swipe_white.webp"); 
		/* Change to "images/swipe_white.webp", if you need the slide-indicator to be in white */
		/* Change to "images/swipe_black.webp", if you need the slide-indicator to be in black */
		display: block;
		background-repeat: no-repeat;
		background-size: 100% auto;
		width: 100px;
		height: 100px;
		position: absolute; 
		top: 280px;
		right: 0;
		left: 0;
		margin: auto;
		z-index: 99999;
		animation:  fadeinout 3s ease forwards;		 
		-webkit-animation: fadeinout 3s ease forwards;
	}

/************ SwipeMe FadeInOut ************/

@keyframes fadeinout {
  0%   { opacity:0; right: -200px; }
  20%  { opacity:1; right: 200px; }
  40%  { opacity:1; right: -200px; }
  60%  { opacity:1; right: 200px; }
  80%  { opacity:1; right: -200px; }
  100% { opacity:0; right: 200px; }
}
@-o-keyframes fadeinout{
  0%   { opacity:0; right: -200px; }
  20%  { opacity:1; right: 200px; }
  40%  { opacity:1; right: -200px; }
  60%  { opacity:1; right: 200px; }
  80%  { opacity:1; right: -200px; }
  100% { opacity:0; right: 200px; }
}
@-moz-keyframes fadeinout{
  0%   { opacity:0; right: -200px; }
  20%  { opacity:1; right: 200px; }
  40%  { opacity:1; right: -200px; }
  60%  { opacity:1; right: 200px; }
  80%  { opacity:1; right: -200px; }
  100% { opacity:0; right: 200px; }
}
@-webkit-keyframes fadeinout{
  0%   { opacity:0; right: -200px; }
  20%  { opacity:1; right: 200px; }
  40%  { opacity:1; right: -200px; }
  60%  { opacity:1; right: 200px; }
  80%  { opacity:1; right: -200px; }
  100% { opacity:0; right: 200px; }
}

/************ MainStage FadeIn ************/

@keyframes fadein {
  0%   { opacity:0;}
  100%  { opacity:1;}
}
@-o-keyframes fadein {
  0%   { opacity:0;}
  100%  { opacity:1;}
}
@-moz-keyframes fadein {
  0%   { opacity:0;}
  100%  { opacity:1;}
}
@-webkit-keyframes fadein {
  0%   { opacity:0;}
  100%  { opacity:1;}
} 

/*****************************************/ 
