*{
	margin:0px;
	padding:0px;
	box-sizing: border-box;
}

.main{
	height: 300vh;
	background-image: linear-gradient(rgba(0,0,0,0.8),rgba(0,0,0,0.6)),url('../Image/capsule1.png');
	background-position: center;
	background-size:cover;
	background-attachment: fixed;
	position: relative;
}


.top-bar{
	text-align: center;
	height:32vh;
}
.fa fa-bars{
	display:none;
}
.logo img{
	width:20%;
	margin-top: 2%;

}
.moto{
	font-family: Prestige Elite Std;
	color:white;
	color:rgba(255,255,255,0.7);
	font-size: 100%;
	margin-bottom:2%;
}

.top-bar .fa{
	display:none;
}
.links{
	background:linear-gradient(to right,rgba(255,255,255,0.1),rgba(0,0,0,0.4),rgba(255,255,255,0.1));
}
.links ul{
	display:inline;
}

.links ul li{
	display:inline-flex;
	list-style:none;
}

.links ul li a{
	text-decoration: none;
	font-family:Tw Cen MT;
	color:rgba(250,252,254,0.9);
	font-size:120%;
	padding:15px 35px;
	transition: 1s;
}

#tab:hover{
	border:1px solid;
	border-color:rgba(255,255,255,0.6);
	border-top:rgba(255,255,255,0);
	border-left:rgba(255,255,255,0.5);
	border-right:rgba(255,255,255,0.5);
	transition: .4s;
	background-color: rgba(255,255,255,0.1);
	transform: scale(1.1);
}
.active{
	font-weight: bold;
	transform:scale(1);
}


.head{
	text-align: center;
	color:rgba(255,255,255,1);
	height:20vh;
	background:linear-gradient(to right,rgba(0,0,0,0.1),rgba(255,255,255,0.4),rgba(0,0,0,0.1));
}

.head h1{
	font-family: Candara;
	font-size:230%;
}
.head h1 span{
	color:rgba(0,5,5,0.9);
	text-shadow: 1px 1px 1px rgb(255,255,255);
}

.head p{
	padding-top:5vh;
	font-family: Orator Std;
	color:rgb(0,0,0);
	font-size:140%;
	font-weight: bold;
}

.content1{
	height:58vh;
}

.content{
	height:30vh; 
}

.content2{
	height:45vh; 
}

.content3{
	height:43vh; 
}

.content , .content1 , .content3 , .content2{
	text-align:center;
	margin-top: 1%;
	padding-top: 50px;
	color:white;
	border-left: 20px solid;
	border-color:rgba(0,0,0,0.1); 
}

.content h2 , .content1 h2 , .content3 h2, .content2 h2{
	text-align:left;
	font-family: Century Gothic;
	margin-left:9%;
	font-size:150%;
}

.content p ,.content1 p , .content2 p{
	margin-top:2%;
	padding-left: 10%;
	padding-right: 10%;
	font-size: 103%;
	font-family:Consolas;
	text-align: center;
}
.content3 p{
	margin-top:2%;
	padding-left: 10%;
	padding-right: 10%;
	font-size: 103%;
	font-family:Consolas;
	text-align: left;
}

.content:hover , .content1:hover , .content2:hover , .content3:hover{
	border-left: 2% solid;
	border-color: rgb(255,255,255);
	border-radius:1%;
	background:linear-gradient(to right,rgba(255,255,255,0.1),rgba(0,0,0,0.5));
	transition: 0.6s;
}
.btn-back{
	text-align: center;
	margin: 6% 0%;
}

.btn-back p{
	margin-bottom: 2%;
	font-size: 100%;
	font-family:Century Gothic;
	color:#fff;
	background:linear-gradient(to right,rgba(0,0,0,0.1),rgba(255,255,255,0.1),rgba(0,0,0,0.1));
	font-weight:bold;
}


#btn{
	font-family:Arial;
	font-size: 110%;
	padding: 1% 2%;
	background-color:rgba(0,0,0,0);
	color:white;
	border:2px solid;
	border-radius:6%;

}
#btn:hover{
	border-color:rgba(0,0,0,0);
	background-color:white;
	color:black;
}

.hr1{
	margin-top:1%;
}


.bottom{
	height:42vh;
	background-color:rgba(0,0,0,1);
}


.society{
	margin-top:7vh; 
	width:18%;
}
.social{
	color:white;
	font-family:Century Gothic;
	text-align: center;
	margin-top:1.5%;
}
.bottom .social p{
	text-align:center;
	padding-bottom:1%;
	font-weight: bold;
	font-size: 105%;
}
.bottom .social i{
	border:1px solid;
	border-radius:100%;
	padding:0.95% 1%;
}
.social a{
	text-align: center;
	color: white;
	text-decoration:none;
	margin-right: 0.5%;
	font-family: Century Gothic;
	font-size: 98%;
}

.social a i:hover{
	background-color:white;
	color:black;
}

.bottom p{
	font-family:Arial;
	color:white;
	text-align: center;
	margin-top: 1%;
	font-size:75%;

}




/*Tablet*/	
@media screen and (max-width:768px) and (min-width:426px){
	.main{
		height: 320vh;
	}
	.logo img{

		width:45%;
		margin-top: 5%;
	}
	.top-bar{
		height:27vh;
	}
	.moto{
		font-family: Prestige Elite Std;
		color:white;
		color:rgba(255,255,255,0.7);
		font-size: 150%;
		margin-bottom:3%;
	}
	.head{
		height:20vh;
	}
	.head h1{
		font-size:280%;
	}
	.head p{
		padding-top:6vh;
		font-size:180%;
	}
	.content , .content1 , .content3 , .content2{
		font-size:135%;
	}
	.content1{
		height:85vh;
	}

	.content{
		height:30vh; 
	}

	.content2{
		height:65vh; 
	}

	.content3{
		height:40vh; 
	}
	.bottom{
		height:32vh;
		font-size: 135%;
	}
	.society{
		width:30%;
	}
	.btn-back{
		font-size: 120%;
	}
	.links ul li a{
		font-size:130%;
		padding:15px 25px;
	}
	


}
@media screen and (max-width:768px) and (min-width:426px) and (max-height: 730px){
	.top-bar{
		height:38vh;
	}
	.content1{
		height:102vh;
	}

	.content2{
		height:74vh; 
	}

	.content3{
		height:50vh; 
	}
	.content , .content1 , .content3 , .content2{
		font-size:127%;
	}
	.main{
		height: 380vh;
	}
	.bottom{
		height:40vh;
	}

}


/*Mobile Devices*/	
@media screen and (max-width:425px){
	.main{
		height:375vh;
	}
	.logo img{
		width:50%;
		margin-top: 10%;
	}
	#tab:hover{
		transform: none;
	}
	.fa-bars{
		position: absolute;
		right:20px;
		top:10px;
	}
	.fa-bars{
		position: absolute;
		right:20px;
		top:10px;
	}
	.fa-close{
		text-align: left;
		padding-top:10px;
		padding-left:10px;
	}
	.top-bar .fa{
		display:block;
		color:#fff;
		margin:10px 15px;
		font-size: 22px;
		cursor:pointer;
	}
	.links ul li a{
		padding:15px 50px;
	}


	.links{
		opacity: .95;
		font-size:140%;
		height:42vh;
		width:100%;
		background:#000;
		top:-42vh;
		position: absolute;
		z-index: 2;
		transition: 0.6s;
		background-attachment: fixed;
		padding:5px 35px;
		transition: 1s;
	}
	.top-bar{
		height:23vh;
	}
	.moto{
		font-size: 110%;
	}
	.head{
		text-align:center;
		height:18vh;
	}
	.head p{
		color:#fff;
	}
	.ruler{
		margin-bottom:3vh;
	}
	.content:hover , .content1:hover , .content2:hover , .content3:hover{
		border-left: 1px solid;
		border-radius:1%;

	}
	.content{
		height:30vh;
	}
	.content1{
		height:118vh;
	}
	.content2{
		height:85vh; 
	}
	.content3{
		height:50vh;
	}
	.content h2 , .content1 h2 , .content3 h2, .content2 h2{
		text-align:center;
		margin-left:0%;
	}
	.content3 p{
		padding-left: 8%;

	}
	.content , .content1 , .content3 , .content2{
		margin-top: 1%;
		padding-top: 30px;
		border-left: 1px solid;
		border-color:rgba(0,0,0,0.1);
		font-size: 105%; 
	}
	.btn-back p{
		margin-bottom: 2%;
		font-size: 88%;
		background:none;
		font-weight:bold;
	}

	#btn{
		font-size: 90%;
		padding: 2% 2%;
	}

	.bottom{
		height:32vh;
		background:linear-gradient(to bottom right,rgba(0,0,0,1),rgba(22,0,0,1),rgba(0,0,0,1),rgba(5,0,0,1),rgba(0,0,0,1));
	}
	.society{
		width:40%;
	}
	.social{
		text-align: center;
		margin-top:1.5%;
	}
	.bottom .social p{
		text-align:center;
		padding-bottom:2%;
	}
	.social a{
		text-align: center;
	}

	.bottom p{
		margin-top: 2%;
		font-size:75%;

	}
}

@media screen and (max-width:411px){
	.top-bar{
		height:20vh;
	}
	.logo img{
		width:59%;
		margin-top:9%;
	}
	.top-bar{
		height:22vh;
	}
	.links{
		font-size:115%;
		height:40vh;
		top:-40vh;
	}
	.content1{
		height:110vh;
	}
	.content2{
		height:77vh; 
	}
	.content3{
		height:45vh;
	}
	.bottom{
		height:30vh;

	}
	.main{
		height:355vh;
	}
}

@media screen and (max-width:411px) and (max-height:731px){

	.links{
		font-size:115%;
		height:40vh;
		top:-40vh;
	}
	.head{
		height:18vh;
	}
	.content1{
		height:122vh;
	}
	.content2{
		height:85vh; 
	}
	.content3{
		height:45vh;
	}
}

@media screen and (max-width:375px){
	
	#tab:hover{
		transform: none;
	}
	.top-bar{
		height:21vh;
	}
	.content:hover , .content1:hover , .content2:hover , .content3:hover{
		border-left: 1px solid;
		border-radius:1%;
		transition:.3s;
	}
	.content{
		height:32vh;
	}
	.content1{
		height:127vh;
	}
	.content2{
		height:87vh; 
	}
	.content3{
		height:47vh;
	}
	.links{
		font-size:110%;
		height:40vh;
		top:-40vh;
	}
	.head p{
		font-size:125%;
	}
	.main{
		height:375vh;
	}
}

@media screen and (max-width:375px) and (max-height:667px){
	.main{
		height:375vh;
	}
	.top-bar{
		height:22vh;
	}
	.links{
		font-size:105%;
		height:40vh;
		top:-40vh;
	}
	.head{
		font-size: 90%;
	}
	.logo img{
		width:55%;
		margin-top:9%;
	}	
	.content1{
		height:122vh;
	}
	.content2{
		height:85vh; 
	}
	.content3{
		height:47vh;
	}
	.content , .content1 , .content3 , .content2{
		font-size: 95%; 
	}
}

@media screen and (max-width:360px) and (max-height:640px){
	.top-bar{
		height:24vh;
	}
	.main{
		height:365vh;
	}
	.links{
		font-size: 105%;
		height:42vh;
		top:-42vh;
	}
	.content{
		height:32vh;
	}
	.content1{
		height:122vh;
	}
	.content2{
		height:85vh; 
	}
	.content3{
		height:48vh;
	}
	.logo img{
		width:55%;
	}
	.content , .content1 , .content3 , .content2{
		font-size: 90%; 
	}
}


@media screen and (max-width:320px){
	.content , .content1 , .content3 , .content2{
		font-size:95%;
	}
	.logo img{
		width:55%;
	}
	.top-bar{
		height:20vh;
	}
	.head p{
		font-size:100%;
	}
	.head h1{
		font-size:185%;
	}
	.content{
		height:32vh;

	}
	.content1{
		height:120vh;
	}
	.content2{
		height:80vh; 
	}
	.content3{
		height:45vh;
	}

	.links{
		font-size:105%;
		height:40vh;
		top:-40vh;
	}
	.bottom{
		height:30vh;
	}
	.main{
		height:360vh;
	}


}
@media screen and (max-width:320px) and (max-height:568px){

	.links{
		font-size:95%;
		height:48vh;
		top:-48vh;
	}
	.content{
		height:40vh;
	}
	.content1{
		height:162vh;
	}
	.content2{
		height:115vh; 
	}
	.content3{
		height:60vh;
	}
	.logo img{
		width:55%;
	}
	.top-bar{
		height:24vh;
	}
	.moto{
		font-size: 95%;
	}
	.main{
		height:475vh;
	}
	.bottom{
		height:34vh;
	}
}
