
*{
    margin: 0px;
    font-family: 'Poppins', sans-serif;
}

body {
    background-color: #222222;
}

.btnContainer {
    display: flex;
    justify-content: center;
}

.calculate {
    font-weight: 400;
    width: 50%;
    height: 40px;
}

.cenkonteyner {
    background-color: #222222;
    width: 100%;
    min-height: 180vh;
    height: auto;
}

.cenbasliq {
	background-color: rgb(40, 100, 215);
	width: 60%;
	height: 40px;
	font-size: 1em;
	margin: 0 20%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
	font-weight: 400;
	color: white;
	border: solid 1px white;
	border-radius: 5px;
}

.umumiform {
    width: 98%;
    height: auto;
    margin-left: 1%;
    margin-right: 1%;
    color: white;
    font-weight: 300;
}

.inputBasligi {
    font-size: 16px;
	text-align: left;
    margin-bottom: 5px;
}

.umumiform input[type=number]{
	background-color: white;
	width: 100%;
	height: 40px;
	margin: 0;
	margin-bottom: 10px;
	outline: none;
	color: black;
}

.umumiform input[type=number]::placeholder {
	color: black;
	opacity: 1;
}

.umumiform .qalinliq {
    background-color: white;
	width: 100%;
	height: 40px;
	margin: 0;
	margin-bottom: 10px;
	outline: none;
	color: black;
}

.izah {
    color: white;
    font-size: 16px;
    font-weight: lighter;
    padding-bottom: 10px;
}


.cen {
    width: 100%;
    height: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

.cenimage {
    width: 50%;
    height: auto;
    margin-left: 25%;
    margin-right: 25%;
}


.material {
    width: 180px;
    text-align: justify;
}


#rad1, #rad2, #rad3 {
    width: 15px;
    height: 15px;
    float: right;
}

.qalinliq {
    background-color: #222222;
    width: 75px;
    height: 30px;
    border: 1px solid rgb(241, 241, 241);
    border-radius: 8px;
    color: white;
}


#cavab {
	background-color: white;
	color: black;
	width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
	height: auto;
	text-align: left;
    margin: 10px 0% 20px 0%;
	font-size: 17px;
	font-weight: 400;
	border-radius: 8px;
	box-shadow: 0px 0px 15px black;
    box-sizing: border-box;
    padding: 10px 10px;
    transition: all 1s;
}

.material .radioWrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 5px;
}


.material .radioWrapper label {
    cursor: pointer;
}

.material .radioWrapper input {
    cursor: pointer;
    margin-left: 10px;
    width: 15px;
    height: 15px;
}


@media screen and (min-width: 800px) {

    .cenkonteyner{
        width: 1000px;
        min-height: 180vh;
        height: auto;
        margin: 20px auto;
        border-radius: 20px;
    }

    .calculate {
        width: 250px;
        height: 40px;
    }

    .cenbasliq {
        width: 30%;
        margin: 0 auto;
    }

    .umumiform{
        /* background-color: crimson; */
        width: 600px;
        margin-left: 200px;
        margin-right: auto;
    }

    .izah{
        margin-left: 20px;
        margin-right: 20px;
        font-size: 16px;
        font-weight: lighter;
    }
    
    .cen{
        /* background-color: red; */
        width: 100%;
        height: auto;
        margin-top: 30px;
    }
    
    .cenimage {
        width: 360px;
        height: auto;
        margin-left: 320px;
        margin-right: auto;
        margin-top: 25px;
    }

    .btn {
        text-align: right;
    }


}