@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');



*{
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'poppins', sans-serif;
}
.hero{
min-height: 90vh;
width: 100%;
background-color: #000;
background-image: url(https://i.pinimg.com/originals/79/a3/84/79a384c3c449ad01b0e57e790807b2c0.gif);
background-position: center;
background-repeat: no-repeat;
background-size: 70%;
color: #fff;
padding: 0 8%;
}
nav{
display: flex;
align-items: center;
justify-content: space-between;
padding: 20px 0;
}
.logo{
width: 160px;
}
nav ul li{
display: inline-block;
list-style: none;
margin: 10px 30px;
}


nav ul li a{
color: #fff;
text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  padding: 8px 15px;
  border-radius: 5px;
  transition: all 0.3s ease;

}

nav ul li a:hover, 
nav ul li a:active{
  background: #fff;

  color: black;
}


nav .menu-btn i{
color: #fff;

font-size: 22px;
cursor: pointer;
display: none;
}

.hero h1{
font-size: 75px;
margin-top: 12%;
}

.hero .cont{
font-size: 30px;
margin-top: 12%;
}

.hero button{
background: none;
border: none;
outline: none;
padding: 15px 35px;
color: #fff;
margin-top: 25px;
font-weight: 500:
letter-spacing: 1px;
cursor: pointer;
border-radius: 5px;
font-size: 13px;
 border: 2px solid white;
}

.hero .butt{
background: none;
border: none;
outline: none;
padding: 15px 35px;
color: #fff;
margin-top: 25px;
font-weight: 500:
letter-spacing: 1px;
cursor: pointer;
width: 130px;
border-radius: 5px;
 border: 2px solid white;
}



.hero button:hover{
  background: white;
  color: black;
}











.indicator span{
display: inline-block;
background: #3a3a3a;
height: 15px;
width: 15px;
border-radius: 50%;
margin-right: 10px;
}
.indicator{
margin-top: 150px;
}

.indicator span.active {
background: #bfbfbf;
}
.cta{
position: absolute;
width: 25%;
min-width: 250px;
right: 8%;
top: 100px;

}




.container{
	max-width: 1170px;
	margin:auto;
}
.row{
	display: flex;
	flex-wrap: wrap;
}
ul{
	list-style: none;
}
.footer{
	background-color: #24262b;
    padding: 70px 0;
}
.footer-col{
   width: 25%;
   padding: 0 15px;
}
.footer-col h4{
	font-size: 18px;
	color: #ffffff;
	text-transform: capitalize;
	margin-bottom: 35px;
	font-weight: 500;
	position: relative;
}
.footer-col h4::before{
	content: '';
	position: absolute;
	left:0;
	bottom: -10px;
	background-color: #e91e63;
	height: 2px;
	box-sizing: border-box;
	width: 50px;
}
.footer-col ul li:not(:last-child){
	margin-bottom: 10px;
}
.footer-col ul li a{
	font-size: 16px;
	text-transform: capitalize;
	color: #ffffff;
	text-decoration: none;
	font-weight: 300;
	color: #bbbbbb;
	display: block;
	transition: all 0.3s ease;
}
.footer-col ul li a:hover{
	color: #ffffff;
	padding-left: 8px;
}
.footer-col .social-links a{
	display: inline-block;
	height: 40px;
	width: 40px;
	background-color: rgba(255,255,255,0.2);
	margin:0 10px 10px 0;
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
	color: #ffffff;
	transition: all 0.5s ease;
}
.footer-col .social-links a:hover{
	color: #24262b;
	background-color: #ffffff;
}


.footer .footerr{
text-align: center;
color: #ffffff;
padding-top: 30px;
}



/*responsive*/
@media(max-width: 767px){
  .footer-col{
    width: 50%;
    margin-bottom: 30px;
}
}
@media(max-width: 574px){
  .footer-col{
    width: 100%;
}
}













@media(max-width: 480px){

html{
width: 100vw;
overflow-x: hidden;
}

*{
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'poppins', sans-serif;
}
.hero{
min-height: 215vh;
width: 100%;
background-color: #000;
background-image: url(https://i.pinimg.com/originals/79/a3/84/79a384c3c449ad01b0e57e790807b2c0.gif);
background-position: -100px 390px;
background-repeat: no-repeat;
background-size: 150%;
color: #fff;
padding: 0 8%;
}
nav{
display: flex;
align-items: center;
justify-content: space-between;
padding: 20px 0;
}
.logo{
width: 160px;
}
nav ul li{
display: inline-block;
list-style: none;
margin: 10px 30px;
}
nav ul li a{
color: #fff;
text-decoration: none;

}






.hero h1{
font-size: 50px;
margin-top: 15%;
}

.hero .cont{
font-size: 30px;
margin-top: 12%;
}

.hero button{
background: none;
border: none;
outline: none;
padding: 15px 35px;
color: #fff;
margin-top: 25px;
font-weight: 500:
letter-spacing: 1px;
cursor: pointer;
border-radius: 5px;
font-size: 13px;
 border: 2px solid white;
}

.hero .butt{
background: none;
border: none;
outline: none;
padding: 15px 35px;
color: #fff;
margin-top: 25px;
font-weight: 500:
letter-spacing: 1px;
cursor: pointer;
width: 130px;
border-radius: 5px;
 border: 2px solid white;
}



.hero button:hover{
  background: white;
  color: black;
}











.indicator span{
display: inline-block;
background: #3a3a3a;
height: 15px;
width: 15px;
border-radius: 50%;
margin-right: 10px;
}
.indicator{
margin-top: 950px;
}

.indicator span.active {
background: #bfbfbf;
}
.cta{
position: absolute;

width: 25%;
min-width: 250px;
right: 8%;
top: 800px;
left: 20px;
}


}







#click{
display: none;
}



@media (max-width: 757px){

nav{
display: flex;
align-items: center;
justify-content: space-between;
padding: 20px 0;

}
.logo{
width: 120px;
}

#click:checked ~ .menu-btn i:before{
content: "\f00d";

}


#click:checked ~ ul{

left: 0%;
}


nav ul{
position: fixed;
left: -100%;
top: 80px;
height: 100vh;
width: 100%;
display: block;
background-color: #000;
transition: all 0.3s ease;
}
nav ul li{
display: block;
list-style: none;
margin: 60px 30px;
text-align: center;

}
nav ul li a{
color: #fff;
text-decoration: none;
font-size: 18px;
  font-weight: 500;
display: block;
  border-radius: 5px;
  transition: all 0.3s ease;

}

nav ul li a:hover{
  background: #000;

  color: white;
}



 


nav .menu-btn i{

display: block;
}


.footer .footerr{
text-align: center;
color: #ffffff;
font-size: 12px;
padding-top: 30px;
}
}








