@import url('https://fonts.googleapis.com/css2?family=Cinzel+Decorative:wght@700&display=swap');
.darkbeykapsayici{
	
	height:450px;
}

.darkbey-content{ 
    /*margin-left: 60px;*/
	position: relative;
    left: 24px;
}

.karaktertitle{ 
    text-align:center;
	font-family: 'Cinzel Decorative', cursive;
	color:#dec098;
}

.sadecefont{ 
	font-family: 'Cinzel Decorative', cursive;
}

.resimortala{ 
    /*margin-left: 60px;*/
	position: relative;
    left: 15px;
}


.hover1 img {
 /*  height: 300px;
   width: 300px;*/
	height: 380px;
    width: 180px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
   transition: all 1s ease;
}
.hover1 img:hover {
	height: 390px;
    width: 199px;
}


.karakterkapsa {
	min-height: 100vh;
	box-sizing: border-box;
	padding-top: 5%;
	font-family: 'Montserrat', sans-serif;
	line-height: 1.5;
	max-width: 960px;
	margin: 0 auto;
}
.karakterbox {
	display: flex;
	flex-wrap: wrap;
}
.karakterbox label {
    background: #530700;
    font-weight: 600;
    text-align: center;
    box-shadow: 0 2px 10px -2px rgb(0 0 0 / 50%);
    order: 1;
    display: block;
   /* padding: 14px 49px;*/
    padding: 14px 24px;
    margin-right: 4px;
    cursor: pointer;
	color: #dec098;
}
.karakterbox .icerigi {
    display: none;
    padding: 30px;
   /* background: #fff;*/
    box-shadow: 0 2px 10px -2px rgb(0 0 0 / 50%);
    order: 99;
    flex-grow: 0;
    width: 93%;
}
.karakterbox input[type="radio"] {
	display: none;
}
.karakterbox input[type="radio"]:checked+label {
	background: #300905;
}
.karakterbox input[type="radio"]:checked+label+.icerigi {
	display: block;
}
@media (max-width: 600px) {
	.karakterbox .icerigi, .karakterbox label {
		order: initial;
	}
	.karakterbox label {
		width: 100%;
		margin-right: 0;
		margin-top: 4px;
	}
}