*{
    font-family: 'Poppins', sans-serif;
}

body {
    background-color: #222222;
}

.konteyner {
	background-color: #222222;
	width: 100%;
	margin: 0px;
	min-height: 150vh;
	height: auto;
	padding: 0px;
    padding-bottom: 100px;
    box-sizing: border-box;
}


.ev_basliq {
	background-color: rgb(40, 100, 215);
    width: 90%;
    height: 40px;
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 20px;
	position: relative;
	margin-bottom: 10px;
	text-align: center;
	color: white;
	font-size: 15px;
	font-weight: normal;
    box-sizing: border-box;
    line-height: 40px;
    border-radius: 6px;
    border: solid 1px white;
}


.formkonteyner {
	height: auto;
	width: auto;
}



.refimage {
	width: 80%;
	height: auto;
	margin-left: 10%;
}

.refDesktop {
    display: none;
}



.form {
	width: 94%;
	height: auto;
	margin-left: 3%;
	margin-right: 3%;
	text-align: left;
	color: white;
	padding-top: 10px;
	font-size: 15px;
	/* font-weight: lighter; */
}



input[type = 'number'] {
    margin: 0;
    background-color: white;
	width: 100%;
	height: 40px;
	margin-bottom: 10px;
    margin-top: 3px;
	padding-left: 5px;
	box-sizing: border-box;
	border: none;
	border-radius: 6px;
	outline: none;
    color: black;
}

input[type = 'number']::placeholder {
    color: black;
    opacity: 1;
    font-weight: 400;
}

input[type=number]:focus{
	box-shadow: 0px 0px 10px 2px rgb(25, 255, 25);
}

.radio {
	width: 150px;
}

.radio label {
    cursor: pointer;
    font-size: 1.2em;
}

.radio .radioDiv1, .radioDiv2 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    padding: 5px;
    border-radius: 5px;
}


.radio .radioDiv input {
    width: 15px;
    height: 15px;
}

.radio1 {
    width: 20px;
    cursor: pointer;
}


.radio2 {
    width: 20px;
    cursor: pointer;
}


.radio input[type="radio"]:checked + label {
    color: greenyellow;
    font-weight: 500;
    text-shadow: 0px 0px 8px greenyellow;
  }
  
  .radio input[type="radio"] + label {
    color: white;
    font-weight: 300;
    text-shadow: none;
  }
  

.btnContainer {
	/* background-color: aqua; */
	display: flex;
	justify-content: center;
}

.calculate {
	width: 50%;
	height: 40px;
	margin: 0;
}


.info {
	width: 100%;
	color: white;
	padding: 0 2%;
	box-sizing: border-box;
	font-size: 0.9em;
	font-weight: 300;
	text-align: justify;
}

.info img {
    width: 50%;
    margin-left: 25%;
    margin-right: 25%;
}





@media only screen and (min-width: 800px) {

    .konteyner {
        width: 70%;
        position: relative;
        padding-bottom: 10px;
        margin: 20px 15% 50px 15%;
        border-radius: 20px;
    }

    .ev_basliq {
        width: 300px;
        margin: 0;
        margin-left: auto;
        margin-right: auto;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    
    .formkonteyner {
        /* background-color: green; */
        width: 600px;
        height: auto;
        margin-left: auto;
        margin-right: auto;
    }
    
    .refimage {
        display: none;
    }
    
    .refDesktop {
        display: block;
        width: 700px;
        height: auto;
        margin-left: auto;
        margin-right: auto;
    }
    
        
    .form {
        width: 380px;
        height: auto;
        text-align: left;
        color: white;
        padding-top: 10px;
        font-size: 18px;
        margin-left: auto;
        margin-right: auto;
    }
    
       
    .duyme {
        width: 80px;
        height: 35px;
        margin-left: 210px;
        text-align: center;
        font-size: 16px;
    }
    





 }