/*====================================================
				BASE CSS
====================================================*/

*, :after, :before {
    box-sizing: border-box;
}
html {
	position: relative;
	min-height: 100%;
}
body {
	margin: 0;
	padding: 0;
	height: 100%;
    min-height: 100%;
}
img {
	max-width: 100%;
	display: block;
	margin: 0 auto;
}
.port{
	display: none;
}

.mob_ls,.tab_ls{
	transform:rotate(90deg);
}
.phone_image{
    top: 7%;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    width: 320px;
    height: 500px;
    display:none;
    
}
.tablet_image{
    top: 7%;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    width: 768px;
    height: 500px;
    display:none;
    
}
.phone_image img{
	width:100%;
}
.tablet_image img {
    width: 60%;
}
.desktop{
    width: 1280px;
    height: 500px;
    top: 7%;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0 auto;
    overflow: hidden;
    position: absolute;
}


.banner{
    width: 1280px;
    height: 90px;
    position: absolute;
    display:none;
}


/*====================================================
				COMMON CSS
====================================================*/
.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
    *zoom: 1;
}
.hide {
	display: none;
}
.mobliemain{position:absolute; z-index:99; width:100%;}
.wrapper {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: black;
	overflow: hidden;
}
.wrapper-tab{
	width:768px; 
	height:598px;
}
.desktopicon{
	width:100px; 
	height:auto;
	display:inline-block;
	}
.mobileicon{
	position:relative;
	z-index:999;
	border:solid 10px red;
	margin:0px auto;
	width:50%;
	}
.mobileland{ 
	width:100px; 
	height:auto; 
	display:inline-block;
}
.mobileport{
	width:auto;
	height:70px;
	max-width:70px;
	display:inline-block;
}
.mobileport img{
	height:auto;
	width:100%;
}
p {
	color:#fff;
	position: absolute;
	top: 10px;

}
.close{
	float:right;
	position: absolute;
    margin: 10px 10px 0px 0px;
    right: 0;
	z-index: 99999;
}
.video-link img{
	margin:0px;
    width:100%;
}
.video_div{
	margin: 0px auto;
	max-width: 70%;
	margin-top: 4%;
	height: auto;
	position: relative;
	z-index: 9999;
	display:none;
}
.desktop{
	display:block;
}
.tab{
	display:none;
}
.mobliemain, .tablet, .tabletland{
	display:none;
}
.tabletland-show{
	display: block;
	position: absolute;
	top: 11%;
	left: 0;
	right: 0;
	bottom: 0;
	width: 55%;
	margin: 0px auto;
}
/*====================================================
				ANIMATION SECTION CSS
====================================================*/

.red {
	position: absolute;
	top: 50%;
	right: calc(100%);
	width: 60vh;
	height: 60vh;
	border-radius: 50%;
	background: #b61244;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	overflow: hidden;
	z-index: 10;
}
.white {
	position: absolute;
	left: 400px;
	top: 0;
	width: 60vh;
	height: 60vh;
	background-color: #fff;
	border-radius: 50%;
	opacity: 0;
}
.green {
	position: absolute;
	top: 50%;
	z-index: 20;
	left: calc(100%);
	width: 60vh;
	height: 60vh;
	border-radius: 50%;
	background: #479fa6;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	overflow: hidden;
}

.white2 {
	position: absolute;
	right: 100%;
	top: 0;
	width: 60vh;
	height: 60vh;
	background-color: #fff;
	border-radius: 50%;
	opacity: .5;
}

.and-image {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 30;
	max-width: 150px;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.left-text {
	position: absolute;
	top: 50%;
	right: 100%;
	z-index: 40;
	width: 23%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.right-text {
	position: absolute;
	top: 50%;
	left: 100%;
	z-index: 40;
	width: 30%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.small-red {
	position: absolute;
	background: #b61244;
	height: 200px;
	width: 200px;
	border-radius: 50%;
	bottom: -4%;
	left:-32%;
	z-index: 10;
	
}
.small-green {
	position: absolute;
	background: #479fa6;	
	height: 200px;
	width: 200px;
	border-radius: 50%;
	top: -33%;
	left:10%;
	z-index: 10;
}

.swiper-container {
	position: absolute;
	left: 50%;
	width: 32%;
	top: 150%;
	z-index: 50;
	transform: translate(-50%, -45%);
}

.swiper-slide img {
	max-height: 250px;
}
.swiper-control-wrapper {
	opacity: 0;
    width: 100%;
    height: 100%;
}
.swiper-pagination {
	bottom: 38px;
    left: 50%;
    opacity: 1;
    z-index: 60;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.swiper-scrollbar {
	position: absolute;
	left: 50%;
	height: 3px;
	bottom: 50px;
    width: 120px;
    z-index: 70;
	background-color: #fff;
	-webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.swiper-scrollbar-drag {
	background-color: #479fa6!important;
	margin-top: -12px;
	height: 24px;
}

.swiper-pagination-bullet {
    opacity: 1!important;
    background: #fff!important;
    outline: 0;
    width: 20px!important;
    height: 20px!important;
    box-sizing: border-box;
    margin: 0 15px;
}
.swiper-text {
	position: absolute;
	top: 50%;
    left: 70%;
    opacity: 0;
}
.comments {
	opacity: 0;
	margin-top: 30px;
}
.forever-puma-logo {
	position: absolute;
	left: 50px;
	bottom: 5%;
	z-index: 20;
	opacity: 0;
	width: 33%;
}

.video-link {
	position: absolute;
	right: 0;
	top: 20%;
	opacity: 0;
	width: 13%;
}

.logo {
	position: absolute;
    top: 5%;
    right: 5%;
    z-index: 30;
    width: 200px;
}
.shop-link {
	position: absolute;
	bottom: 5%;
	right: 2%;
	width: 15%;
	opacity: 0;
}

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: rgba(0,0,0,0.7);
    opacity: 0;
}

video{
    top: 50%;
    position: absolute;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 60% !important;
    height: auto !important;
    outline: 0;
}

.video-close {
    top: 6%;
    right: 20%;
}

@media only screen and (max-width: 350px) and (orientation: portrait){
.port{
	display: block;
}
.land{
	display: none;
}
.Desktopmain{
	top:0%;
}
.logo{
	width: 35%;
	right: 5%;  
	top: 7%;            
}
.close{
	width: 6%;
	right: 2%;       
}
.red {
	position: absolute;
	top: 50%;
	right: calc(100%);
	width: 50vw;
	height: 50vw;
	border-radius: 50%;
	background: #b61244;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	overflow: hidden;
	z-index: 10;
}
.white {
	position: absolute;
	left: 400px;
	top: 0;
	width: 50vw;
	height: 50vw;
	background-color: #fff;
	border-radius: 50%;
	opacity: 0;
}
.green {
	position: absolute;
	top: 50%;
	z-index: 20;
	left: calc(100%);
	width: 50vw;
	height: 50vw;
	border-radius: 50%;
	background: #479fa6;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	overflow: hidden;
}

.white2 {
	position: absolute;
	right: 100%;
	top: 0;
	width: 50vw;
	height: 50vw;
	background-color: #fff;
	border-radius: 50%;
	opacity: .5;
}
	
.and-image {        
	max-width: 50px;       
}
.left-text {
	width: 40%;
}
.right-text {
	width: 40%;
}
.small-red {
	position: absolute;
	background: #b61244;
	height: 150px;
	width: 150px;
	border-radius: 50%;
	bottom: -5%;
	left:-70%;
	z-index: 10;
}
.small-green {
	position: absolute;
	background: #479fa6;	
	height: 150px;
	width: 150px;
	border-radius: 50%;
	top: -40%;
	left:1%;
	z-index: 10;
}
.swiper-container {
	left: 50%;
    width: 32%;
    height: 30%;
	transform: translate(-50%, -50%);
}

.swiper-slide img {
	max-width: 100%;
    margin-top: 40%;
}
.slide2img img{
	max-width: 60%;
    margin-top: 25%;
}
.swiper-control-wrapper {
	opacity: 0;
}
.swiper-pagination {
	bottom: 40px;
}
.swiper-scrollbar {
	height: 3px;
	bottom: 50px;
	width: 120px;
}
.swiper-scrollbar-drag {
	background-color: #479fa6!important;
	margin-top: -11px;
    height: 24px !important;
    width: 24px !important;
}

.swiper-pagination-bullet {
	opacity: 1!important;
	background: #fff!important;
	outline: 0;
	width: 15px!important;
	height: 15px!important;
	box-sizing: border-box;
	margin: 0px 42px 0 0px;
}
    
    .swiper-pagination-bullet:nth-child(2) {
	  margin: 0px 25px 0 0;
}
       .swiper-pagination-bullet:nth-child(3) {
	  margin: 0px 0 0 8px;
}
.swiper-text {
	position: absolute;
    top: 68%;
    left: 50%;
    transform: translateX(-50%);
    /* background: red; */
    width: 70%;
}
.comments {	
	position: absolute;
	top: 50%;
	width: 90%;
	left: 50%;
	transform: translateX(-50%);
}
.forever-puma-logo {
	left: -25%;
	bottom: 20%;
	width: 60%;
	transform: rotate(-90deg);
}
.video-link {
	top: 15%;
	width: 35%;
}
.hide {
	display: none;
}
.shop-link {
	bottom: 2%;
	right: 2%;
	width: 40%;
}
     video {
     width: 90% !important;
    }
    
    .video-close {
    top: 32%;
    right: 5%;
}
}
@media only screen and (min-width: 350px) and (max-width: 500px) and (orientation: portrait){
	.port{
		display: block;
	}
	.land{
		display: none;
	}
	.Desktopmain{
		top:0%;
	}
	.logo{
		width: 35%;
		right: 5%;  
		top: 7%;            
	}
	.close{
		width: 6%;
		right: 2%;       
	}
	.red {
		position: absolute;
		top: 50%;
		right: calc(100%);
		width: 50vw;
		height: 50vw;
		border-radius: 50%;
		background: #b61244;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
		overflow: hidden;
		z-index: 10;
	}
	.white {
		position: absolute;
		left: 400px;
		top: 0;
		width: 50vw;
		height: 50vw;
		background-color: #fff;
		border-radius: 50%;
		opacity: 0;
	}
	.green {
		position: absolute;
		top: 50%;
		z-index: 20;
		left: calc(100%);
		width: 50vw;
		height: 50vw;
		border-radius: 50%;
		background: #479fa6;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
		overflow: hidden;
	}
	
	.white2 {
		position: absolute;
		right: 100%;
		top: 0;
		width: 50vw;
		height: 50vw;
		background-color: #fff;
		border-radius: 50%;
		opacity: .5;
	}
		
	.and-image {        
		max-width: 50px;       
	}
	.left-text {
		width: 40%;
	}
	.right-text {
		width: 40%;
	}
	.small-red {
		position: absolute;
		background: #b61244;
		height: 150px;
		width: 150px;
		border-radius: 50%;
		bottom: -5%;
		left:-65%;
		z-index: 10;
	}
	.small-green {
		position: absolute;
		background: #479fa6;	
		height: 150px;
		width: 150px;
		border-radius: 50%;
		top: -35%;
		left:1%;
		z-index: 10;
	}
	.swiper-container {
		left: 50%;
		width: 32%;
		height:40%;
		transform: translate(-50%, -50%);
	}
	
	.swiper-slide img {
		max-width: 100%;
		margin-top: 40%;
	}
	.slide2img img{
		max-width: 60%;
		margin-top: 25%;
	}
	.swiper-control-wrapper {
		opacity: 0;
	}
	.swiper-pagination {
		bottom: 55px;
	}
	.swiper-scrollbar {
		height: 3px;
		bottom: 65px;
		width: 120px;
	}
	.swiper-scrollbar-drag {
		background-color: #479fa6!important;
		margin-top: -12px;
    height: 25px !important;
    width: 25px !important;
	}
	
	.swiper-pagination-bullet {
		opacity: 1!important;
		background: #fff!important;
		outline: 0;
		width: 15px!important;
		height: 15px!important;
		box-sizing: border-box;
		margin: 0px 19px;
	}
	.swiper-text {
		position: absolute;
		top:72%;
		left: 50%;
		transform: translateX(-50%);
		/* background: red; */
		width: 70%;
	}
	.comments {	
		position: absolute;
		top: 58%;
		width: 75%;
		left: 50%;
		transform: translateX(-50%);
	}
	.forever-puma-logo {		
		left: -21%;
		bottom: 25%;
		width: 60%;
		transform: rotate(-90deg);
	}
	.video-link {
		top: 16%;
		width: 30%;
	}
	.hide {
		display: none;
	}
	.shop-link {
		bottom: 2%;
		right: 2%;
		width: 40%;
	}
    
    video {
     width: 90% !important;
    }
    
    .video-close {
    top: 28%;
    right: 5%;
}
}
@media only screen and (max-width: 600px) and (orientation: landscape){
.logo{
	width:15%;
	right: 8%;
}
.video-link{
	top:15%;
	width:15%;
}
.Desktopmain {
	top:0%;
}
.and-image {
	max-width: 55px;
}
.red,.green,.white, .white2{
	width: 30vw;
	height: 30vw;
}
 
.small-green{
	height: 150px;
	width: 150px;
	top: -75%;
}
.small-red {
	height: 150px;
	width: 150px;
	bottom: -20%; 
	left: -45%;
}
    
    .video-close {
    top: 22%;
    }
.forever-puma-logo {
	left: 7%;
    bottom: 3%;
	width: 30%;
}
.shop-link {
	bottom: 5%;  
	width: 25%;
}
.swiper-text {  
    top: 39%;
    left: 60%;
}
.swiper-container{
	transform: translate(-50%, -50%);
}
.swiper-scrollbar{
	bottom: 36px;
}
.swiper-pagination{
	bottom: 23px;
}
.swiper-slide img {
    max-height: 80px;
}
.comments {
    margin-top: 5px;
    width: 40%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
    .video-close {
    top: 22%;
    }
}
@media only screen and (max-width: 899px) and (min-width: 630px) and (orientation: landscape){
.Desktopmain {
	top:0%;
	}
}

@media only screen  and (max-width: 490px) and (orientation: landscape){
 .video-close {
    top: 12%;
    }
    
    .swiper-scrollbar-drag {
    background-color: #479fa6!important;
    margin-top: -11px;
    height: 25px;
    width: 25px !important;
}
}
