*{
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
}

body{
    max-width: 100%;
    
}

.bg{
    background-image: url(/images/testone.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
}

.start{
    display: table;
    float: left;
    background-color: black;
    color: white;
    font-size: 20px;
    border-radius: 10px;
    border: 10px solid black;
}

.second{
    display: flex;
    justify-content: space-between;
    padding: 30px;
}
.connect{
    background-color: black;
    color: white;
    font-size: 20px;
    border-radius: 10px;
    border: 10px solid black;
}

.team{
    width: 100px;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    font-size: 30px;
    border-radius: 10px;
    border: 10px solid black;
    color: green;
    background-color: black;
}

.button{
    padding: 10px;
}

.carousel{
    display: flex;
    align-items:center;
    flex-direction:column;
    position: relative;
    margin: 25px;
    width: 70%;
    height: 450px;
    padding: 15px;
    border: 3px solid rgb(143, 17, 143);
    background-color: #ff00dd28;
    box-shadow: 0 0 5em #001220;
    border-radius: 1em;
    justify-content: center;
    color: wheat;

}
.slideShadows{
    color: pink;
}
.content{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 12px;
}

.info{
    display: flex;
    flex-direction: column;
    align-items:center;
    justify-content: flex-start;
    text-align: justify;
}
.name{
    color: #ec9355;
    font-size: 25px;
}
.hata{
    display: flex;
    align-items: center;
    justify-content: center;
}

.image{
    
}

.image img{
    border-radius: 50%;
    margin-top: 40px;
}

.price{
    color: #ec9355;
    
}

.btn{
    background-color: black;
    color: white;
    font-size: 20px;
    border-radius: 10px;
    border: 10px solid black;
    margin: 20px;
    
}

/* !!!!!!!!!!! */
.swiper-container {
	max-width: 100%;
	padding-bottom: 50px;
    overflow: hidden;
}

.swiper-slide {
	background-position: center;
	background-size: cover;
	width: 30%;
	height: 30%;
}

.swiper-slide img{
    height: 200px;
    width: 190px;
    padding-bottom: 40px;
}

.links a{
    color: gray
}

.row{
    display: flex;
    flex-wrap: wrap;
}

