body{
	background-color: rgb(25, 25, 29);
}

#navbar{
	display: flex;
	position: fixed;
	background-color: rgb(22, 22, 24);
	}#navbar>ul{
	display: flex;
	width: 100%;
	justify-content: center;
	list-style: none;	
	margin: 10px;
	margin-right: 10px;
	padding-right: 10px;
	font-size: 25px;
	
	}#navbar>ul>a{
	padding-left: 50px;
	font-weight: bold;
	color: rgb(229, 234, 243);
	text-decoration: none;
	}#navbar>h2{
	color: #fff;
	/* border:2px solid green; */
	width:20%;
	margin-left:20px;
	
	}
	#navbar>a{
		width: 5%;
		height:100%;
		/* border: 5px solid red; */
		margin-top: 10px;
		margin-left: 20px;
	}
	#first{
		width: 100%;
		height: 100vh;
		/* position :relative; */
	}
	.nav2 ul{
		display: flex;
		justify-content: space-evenly;
		border:2px solid red;
		list-style: none;
		padding-top: 80px;
		font-size: 30px;
		background-color: rgb(245, 239, 239);
		padding-bottom: 30px;
		position: static;
		
	}.nav2>ul a{
		text-decoration: none;
		color: cadetblue;
	}
	.nav2 button{
      background-color: rgb(73, 70, 70);
	  font-weight: bold;
	  color: #fff;
	  border-radius: 10px;
	  /* border: 2px solid pink; */
	  border: none;
	  padding:0px 15px
	}
	 
	.cult_pass{
		/* border: 2px solid red; */
		height:auto;
		width:70%;
		display: flex;
		margin: auto;  
		text-align: center;
		justify-content: space-between;
		margin-top: 40px;
		align-items: center;
		margin-top: 500px;
		}
		.cult_pass>div{
		border: 1px solid rgb(66, 63, 63);
		width:30%;
		color: azure;
		height: auto;
		background-color: rgb(39, 35, 35);
		border-radius: 20px;
		padding-top: 10px;
		box-shadow:  rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;;
		cursor: pointer;
		}
		.center>div{
			text-align: center;
			font-size: 40px;
			color: #fff;
			margin-top: 100px;
			margin-bottom: 100px;
		}
		
		.cult_pass>div:nth-child(1)>h1{
		color:rgb(141, 141, 74)
		}
		.cult_pass>div:nth-child(2)>h1{
		color:silver
		}
		.cult_pass>div:nth-child(3)>h1{
		color:rgb(242, 115, 115)
		}
		header{
			background-image: url(all/fitness.webp);
   
		}
		
		.slider{
			/* border: 3px solid red; */
			background-size: cover;
			height: 500px;
			width: 80%;
			animation: slider 15s infinite linear;
			box-shadow: 1px 2px 3px 3px white;
			margin: auto;
		}
		@keyframes slider{
			0%{
				background-image: url(all/103.jpg);
			}
			12%{
				background-image: url(all/102.jpg);
			}
			39%{
				background-image: url(all/101.jpg);
			}
			40%{
				background-image: url(all/hero.jpg);
			}
			50%{
				background-image: url(all/104.jpg);
			}
			60%{
				background-image: url(all/111.jpg);
			}
			70%{
				background-image: url(all/105.jpg);
			}
			80%{
				background-image: url(all/106.jpg);
			}
			90%{
				background-image: url(all/101.jpg);
			}
		}
     
    .home{
		text-align: center;
		color: white;
		font-size: 20px;
		/* margin-top: 100px; */
	}
	.live{
		display: grid;
		grid-template-columns: repeat(3,1fr);
		gap: 20px;
		width:70%;
		/* border:3px solid green; */
		height: 400px;
		margin: auto;
		margin-top: 200px;

	}
	.live>div:nth-child(1){
		background-image: url(all/201.jpg);
		border-radius: 15px;
		background-size: cover;
		
		
	}
	.live>div:nth-child(2){
		background-image: url(all/202.jpg);
		border-radius: 15px;
		background-size: cover;
		cursor: pointer;
	}
	.live>div:nth-child(3){
		background-image: url(all/203.jpg);
		border-radius: 15px;
		background-size: cover;
		cursor: pointer;
	}
	 .lv{
		color: rgb(209, 30, 30);
		/* border: 1px solid red; */
		margin: 10px;
		display: inline-block;
		cursor: pointer;
	}
	.free{
		text-align: center;
		color:rgb(165, 161, 161);
		font-size: 40px;
	}
	.trail{
		display: grid;
		grid-template-columns: repeat(3,1fr);
		gap: 30px;
		margin: auto;
		height: 400px;
		width: 80%;
		/* border: 4px solid red; */
		margin-top: 100px;
		cursor: pointer;
		text-align: center;
		color: rgb(241, 199, 199);
		
	}
	.trail>div:nth-child(1){
		background-image: url(all/102.jpg);
		border-radius: 10px;
		background-size: cover;
		
	}
	.trail>div:nth-child(2){
		background-image: url(all/105.jpg);
		border-radius: 10px;
		background-size: cover;
	}
	.trail>div:nth-child(3){
		background-image: url(all/101.jpg);
		border-radius: 10px;
		background-size: cover;
	}
   .trail>div:hover{
		transform: scale(1.1);
		transition: 1s;
   } 
    .trail>div{
	    display: flex;
		align-items:flex-end;
   }
   .unlimited{
	display: flex;
	justify-content: space-between;
	color:#fff;
	margin-top: 200px;
	
   }
   .unlimited>div{
font-size: 20px;
list-style: none;
margin-left: 20px;
   }  
   .photo{
	height: 500px;
	width: 800px;
	background-size: cover;
	animation: slider 15s infinite linear;
	border-radius: 10px;
   }
   @keyframes slider{
	0%{
		background-image: url(all/301.jpg);
	}
     40%{
		background-image: url(all/201.jpg);
		
	 }
	 60%{
		background-image: url(all/202.jpg);
	 }
	 95%{
		background-image: url(all/104.jpg);
	 }
   }

   .bot{
	padding:8px 10px;
	color:#fff;
	border-radius:4px;
	background-color: rgb(17, 14, 14);
	font-weight: bold;

   }
   .botn{
	padding:8px 10px;
	color:rgb(228, 67, 94);
	border-radius:4px;
	background-color:#fff;
	font-weight: bold;
   }
   .sec{
	
		height: 500px;
		width: 800px;
		background-size: cover;
		animation: slider 20s infinite linear;
		border-radius: 10px;
	   }
	   @keyframes slider{
		0%{
			background-image: url(all/101.jpg);
		}
		 40%{
			background-image: url(all/workout.jpg);
			
		 }
		 60%{
			background-image: url(all/103.jpg);
		 }
		 95%{
			background-image: url(all/104.jpg);
		 }
	   }
   
	   .fruit{
		
		background-image: url(all/fruits.jpg);
		background-size: cover;
		height: 500px;
		width:80%;
		margin: auto;
		margin-top: 200px;
		text-align: center;
		font-weight: bold;
		font-size: 25px;
		/* margin-left: 20px; */
		cursor: pointer;
	   }

footer{
	background-color: black;
	display: flex;
	margin-top: 100px;
	color: #fff;
	height: 400px;
}

	   footer>div{
		width:20%;
		margin-left: 30px;
		margin-top: 100px;
	 }
	 #lg{
		display: flex;
		
	 }
	 .bottom{
		margin-top:0px ;
		/* border: 4px solid red; */
		padding-top: 20px;

		
		
	 }.bottom>img{
		border-radius: 10px;

		
	 }
	
	 #first_li a{
		text-decoration: none;
		color: #fff;
	
		
	 }
	 #lg>div:nth-child(2){
		display: flex;
		flex-direction: column;
		justify-content: space-around;
		/* border: 4px solid yellow; */
		
	 }  .faq{
		display: flex;
		justify-content: space-between;
		cursor: pointer;
		color: white;
		/* border: 3px solid blue; */
		height: 400px;
		align-items: center;
		font-size: 15px;
		background-color: rgb(56, 52, 52);
	 }
	
	 
	





