*{
	margin: 0px;
	padding: 0px;
}

.topp img{
	margin-top: 5px;
	margin-left: 30px;
	height: 65px;
	object-fit: contain;
	width:95px;
}
.topp{
	background-color: #121212;
	height: 80px;
	
}

.top1{
	display: flex;
	align-items: center;
	flex: 1;
	background-color: #024ddf;
	width: 100%;
	height: 90px;
	justify-content: space-between;
}

.blu1{
	margin-left: 30px;
}
.blu2{
	margin-right: 30px;
}

.op1{
	height: 60px;
	object-fit: contain;
	
}
.op2{
    height: 60px;
	object-fit: contain;
	margin-left: 10px;
	
}
.op3{
    height: 70px;
	object-fit: contain;
}
.pop1{
	height: 700px;
	object-fit: contain;
	width: 100%;
	margin-top: -3px;
	flex: 1;
}

.con{
	font-size: 34px;
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin-top: 40px;
	padding-top: 10px;
	color: #121212;
	font-family: averta, helvetica;
}

.res{
	height: 400px;
	object-fit: contain;
	width: 100%;
	margin-top: 5px;
	flex: 1;
}

.bes{
	height: 300px;
	object-fit: contain;
	width: 100%;
	flex: 1;
}



.foots1{
	bottom: 0;
	display: block;
	background-color:#121212;
}
.foots{
	background-color:#121212;
	width: 100%;
	margin-top: 115px;
	display: block;
}
.foot1{
	width:100%;

	object-fit: contain;
	flex: 1;
}
.foot{
	width:100%;
	height: 1300px;
	object-fit: contain;
	flex: 1;
}

.voot1{
	width:100%;
	height: 930px;
	object-fit: contain;
	flex: 1;
}
.voot{
	width:100%;
	height: 650px;
	object-fit: contain;
	flex: 1;
}

.reviews h1{
	border-top: 1px solid #121212;
	padding-left: 60px;
	font-size: 60px;
	padding-top: 100px;
}



.voot2{
	width:100%;
	height: 60%;
	object-fit: contain;
	flex: 1;
}

.tap{
	position: absolute;
	top: 9;
	right: 9;
}
.menu.active{
	display: flex;
	flex-direction: column;
	align-items: center;
	visibility: visible;
	position: absolute;
	background-color: blue;
	color: white;
	padding-top: 430px;
	font-size: 35px;
	width: 30%;
	top: 0;
	left:0;
	height: 9000px;
}
.menu p{
	margin-top: 25px;
}
.menu{
	display: none;
	visibility: hidden;
}


