*{
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

body{
    text-align: center;
    font-family: sans-serif;
}

img{
    box-shadow: 0 5px 5px 2px rgb(0, 0, 3);
}

.head{
    display: flex;
    align-items: center; 
    justify-content: space-between;  
    height: 63px;
    background: #171717;
    position: fixed;
    width: 100%;
    z-index: 100;
}

.navbar{
    display: flex;
    margin-right: 30px;
}

.logo{
    margin-left: 30px;
}

.logo a{
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 20px;
}

.navbar a{
    display: block;
    padding: 20px 20px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 20px;
}

.navbar a:hover {
    background: #78d88dff;
}

.header{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60vh;
    background: url(images/alucinogenas.jpg) no-repeat center;
    background-size: cover;
}

.title{
    margin-bottom: 50px;
    font-size: 60px;
    font-weight: 600;
    text-transform: uppercase;
    color:#fff;
    text-align: center;
}

p{
    margin-bottom: 40px;
    font-size: 18px;
    color: #fff;
    padding: 0 100px;
}

.btn{
    display: inline-block;
    margin-top: 15px;
    padding: 10px 40px;
    border: 2px solid #e91363;
    color: #fff;
    text-decoration: none;
    background-color: #e91363;
}

.btn:hover{
    background: none;
}



.content{
  height: 50vh;
  display: flex;
  flex: column;  
  justify-content: center;
  align-items: center;
}

.sau {
    padding: 150px 0;
    background-color: #303030;
}

.box-container{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center; 
}

.box-container .box {
    height: 440px;
    width: 270px;
    background: #171717;
    text-align: center;
    border-radius: 20px;
    box-shadow: 0 5px 5px 2px rgb(0, 0, 3);
    margin: 20px;
    
}

.box-container .box i{
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    color:#fff;
    background: #e91363;
    font-size: 25px;
    margin: 10px 0;

}

.box-container .box h3{
    font-size: 20px;
    color: #e91363;
}

.box-container .box p{
    padding: 0 15px;
    font-size: 16px;

}




.footer{
	text-transform: capitalize;
	background-color: #24262b;
	padding: 0px 0;
	
}

.footer-row{
	display: flex;
	flex-wrap: wrap;
}
.footer-links{
	width: 25%;
	padding: 0 15px;
    
}

.footer-links h4{
	font-size: 20px;
	color: white;
	margin-bottom: 25px;
	font-weight: 500;
	border-bottom: 2px solid #00c3ff ;
	padding-bottom: 10px;
	display: inline-block;
}
.footer-links ul li a{
	font-size: 16px;
	text-emphasis: none;
	color: #bbbbbb;
	display: block;
	margin-bottom: 15px;
	transition: all .3s ease;
}
.footer-links ul li a:hover{
	color: #ffffff;
	padding-left: 6px;
}
.social-link a{
display: inline-block;
min-width: 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 .5s ease;
}

.social-link a:hover{
	background-color: #00c3ff;
}
@media(max-width:991px){
	.footer-row{
		text-align: center;
	}
	.footer-links{
		width: 100%;
		margin-bottom: 30px;
	}
    
}

footer{
	align-self: flex-end;
	width: 100%;
}