﻿*{
	padding: 0;
	margin: 0;
}
body{

	background-color: #100f0f;
	color: white;
}
a{text-decoration: none;
color: white;}
a:hover {
text-decoration: underline;
}
.nav-link:hover {
text-decoration: underline;
}

.qwertg{

	text-decoration: underline;
}
.zxc{
	margin-top: 10px;
}
.list-group{


	text-align: center;
	display: flex;
	flex-direction: column;

	
}
.col-4{
	width: 100%;
	margin-top: 80px;
	text-align: center;
}
.bigc{

	width: 100%;
	text-align: center;
	display: flex;
	justify-content: center;
}
.underlin{
	height: 5px; 
	width: 170px;
	background-color: white;
	border-radius: 20px;
}
.underlinee{
	height: 5px; 
	width: 150px;
	background-color: white;
	border-radius: 20px;
}
.underline{

	height: 5px; 
	width: 100px;
	background-color: white;
	border-radius: 20px;
}
.bigcontainer{

	display: flex;
	justify-content: center;
}

.containeq{
	margin-top: 130px;

}
.container{

	
	display: flex;
	flex-direction: column;
	align-items: center;




}
.giant{

	display: flex;
	flex-direction: column;
	align-items: center;
}

.container{
	
margin-top: 50px;
margin-bottom: 15px;
}

footer{
display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	
	margin-left: 0;
	margin-right: 0;
	margin-top: 15px;
	background-color: black;
	
}
.imag{
	border-radius: 10px;
}

.footbck{

	color: white;
width: 50%;
text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 10px;
}
.con{

	width: 100%;
	height: 30%;
}

.son{

	width: 160%;
	height: 20%;
}


.form-floating{
width: 100%;
	position: relative;
	
}

.line{
	background-color: white;
	width: 97%;
	height: 1px;
	border-radius: 10px;
}

.links{
	padding: 35px;
}

.contct{

	text-decoration: none;
	width: 118%;

display: flex;
	color: white;
	justify-content: space-around;
	padding-top: 30px;
}

h4{
	width: 80%;
	background-color: #1a1a1a;
}
.contct a:hover{
	color: orange;
	transition: 0.8s;
}

i{
margin-right: 10px;
font-size: 20px;

}
.row{
	padding-top: 20px;
	padding-bottom: 20px;
	border-radius: 10px;
	background-color: #444444;
	display: flex;
	justify-content: center;
align-items: center;
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: justify;
}

@media screen and (max-width: 400px){
	.grid-container {
		font-size: 100%;
	}
.card-title{
	font-size: 110%;
}
.contct{
	flex-direction: column;
}
.social{
	display: flex;
	justify-content: space-around;
    width: 150px;
    margin-left: 10px;
}
.card{
	width: 1fr;
}
.col-4{

}
}


//*<div class="discover">
  <div class="titl">
<p class="active">Discover</p>
</div>
<div class="giantcontainer">
  <div class="disk">
    <img src="#">
    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas in gravida odio, nec elementum urna.</p>
  </div>






</div>
</div>
*//