

/* 2 */
.slider{
	width: 100%;
	height: 100vh;
	 /* darckblue */
}
.slider1{
	background: linear-gradient(rgba(0, 0, 0, 0.425),rgba(0, 0, 0, 0.507)),url(../images/bowling4.png);
	
}
.slider2{
	background:linear-gradient(rgba(0, 0, 0, 0.425),rgba(0, 0, 0, 0.507)), url(../images/bowling117.jpg);
	
}
.slider3{
	background:linear-gradient(rgba(0, 0, 0, 0.425),rgba(0, 0, 0, 0.507)), url(../images/bowl24.jpg);
	
}
.slider4{
	background: linear-gradient(rgba(0, 0, 0, 0.425),rgba(0, 0, 0, 0.507)),url(../images/bowl24.jpg);
	
}
.slider5{
	background:linear-gradient(rgba(0, 0, 0, 0.425),rgba(0, 0, 0, 0.507)), url(../images/bowling120.jpg);
	
}

.sliderbowling1{
	background: linear-gradient(rgba(0, 0, 0, 0.425),rgba(0, 0, 0, 0.507)),url(../images/bowling4.png);
	
	
}
.sliderbowling2{
	background:linear-gradient(rgba(0, 0, 0, 0.425),rgba(0, 0, 0, 0.507)), url(../images/bowling4.png);
	
}
.sliderbowling3{
	background:linear-gradient(rgba(0, 0, 0, 0.425),rgba(0, 0, 0, 0.507)), url(../images/bowling28.jpg);
	
}
.sliderbowling4{
	background: linear-gradient(rgba(0, 0, 0, 0.425),rgba(0, 0, 0, 0.507)),url(../images/bowling174.png);
	
}
.sliderbowling5{
	background:linear-gradient(rgba(0, 0, 0, 0.425),rgba(0, 0, 0, 0.507)), url(../images/bowling85.jpg);
	
}
.sliderkid1{
	background: linear-gradient(rgba(0, 0, 0, 0.425),rgba(0, 0, 0, 0.507)),url(../images/bowling22.jpg);
	
	
}
.sliderkid2{
	background:linear-gradient(rgba(0, 0, 0, 0.425),rgba(0, 0, 0, 0.507)), url(../images/bowling135.jpg);
	
}
.sliderkid3{
	background:linear-gradient(rgba(0, 0, 0, 0.425),rgba(0, 0, 0, 0.507)), url(../images/bowling96.jpg);
	
}
.sliderkid4{
	background: linear-gradient(rgba(0, 0, 0, 0.425),rgba(0, 0, 0, 0.507)),url(../images/bowl21.jpg);
	
}
.sliderkid5{
	background:linear-gradient(rgba(0, 0, 0, 0.425),rgba(0, 0, 0, 0.507)), url(../images/bowling18.jpg);
	
}
.myslide{
	/* height: 655px; */
	display: none;
	overflow: hidden;
	width: 100%;
	height: 110vh;
	background-size: cover;
	background-repeat: no-repeat;
	
}

.prev, .next{
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	font-size: 50px;
	padding: 15px;
	cursor: pointer;
	color: #fff;
	transition: 0.1s;
	user-select: none;
}
.prev:hover, .next:hover{
	color: #00a7ff; /* blue */
}
.next{
	right: 0;
}
.dotsbox{
	position: absolute;
	left: 50%;
	transform: translate(-50%);
	bottom: 20px;
	cursor: pointer;
}
.dot{
	display: inline-block;
	width: 15px;
	height: 15px;
	border: 3px solid #fff;
	border-radius: 50%;
	margin: 0 10px;
	cursor: pointer;
}
/* /2 */

/* javascript */
.active, .dot:hover{
	border-color: #00a7ff; /* blue */
}
/* /javascript */

/* muslide add fade */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: 0.8}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: 0.8}
  to {opacity: 1}
}
/* /muslide add fade */

/* 3 */
.txt{
	position: absolute;
	color: #fff;
	letter-spacing: 2px;
	top: 40%;
	left: 15%;
	-webkit-animation-name: posi;
  	-webkit-animation-duration: 2s;
  	animation-name: posi;
  	animation-duration: 2s;
	z-index: 1;
	
}

@-webkit-keyframes posi {
  from {left: 25%;}
  to {left: 15%;}
}


@keyframes posi {
  from {left: 25%;}
  to {left: 15%;}
}

.txt {
	color: white; /* blue */
	font-size: 3.8rem;
	margin-bottom: 1.25rem;
	font-family: "Fira Sans", Arial, sans-serif;
}
.txt p{
	font-weight: bold;
	font-size: 1.5rem;
	font-family: "Fira Sans", Arial, sans-serif;
}

/* img{
	transform: scale(1.5, 1.5);
	-webkit-animation-name: zoomin;
  	-webkit-animation-duration: 40s;
  	animation-name: zoomin;
  	animation-duration: 40s;
} */
@-webkit-keyframes zoomin {
  from {transform: scale(1, 1);}
  to {transform: scale(1.5, 1.5);}
}


@keyframes zoomin {
  from {transform: scale(1, 1);}
  to {transform: scale(1.5, 1.5);}
}
/* /4 */



/* 5 */

/* **************mEDIA QUERIES **************************** */
/*950px*/
@media (max-width:59.375em) {
	.txt h1{
		font-size: 3rem;
	}
	.txt p{
		font-size: 1.5rem;
	}

}
@media screen and (max-width: 800px){
	
	
	.dot{
		display: inline-block;
		width: 10px;
		height: 10px;
		margin: 0 8px;
	}
	.txt{
		letter-spacing: 2px;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		-webkit-animation-name: posi2;
		-webkit-animation-duration: 2s;
		animation-name: posi2;
		animation-duration: 2s;
	}

	@-webkit-keyframes posi2 {
	  from {top: 35%;}
	  to {top: 50%;}
	}


	@keyframes posi2 {
	  from {top: 35%;}
	  to {top: 50%;}
	}

	
	
}
/* /5 */

/* 6 */
@media screen and (max-width: 520px){
	.txt{
		width: 70%;
	}
	.txt h1{
		font-size: 2.3rem;
		margin-bottom: 1.25rem;
	}
	.txt p{
		font-size: 1.5rem;
	}
	.sign{
		margin-right: 1.25rem;
	}
	.sign a{
		font-size: 0.75rem;
	}
	.prev, .next{
		font-size: 30px;
	}
	.myslide{
		background-position: center;
	}
	.slider1{
		background-position: right;
	}
}
/* /6 */
















