
*{
    margin: 0px;
    font-family: 'Poppins', sans-serif;
}

body {
    background-color: #222222;
}

.btnContainer {
    width: 100%;
    text-align: center;
}

.calculate {
    width: 40%;
    height: 44px;
    font-weight: 400;
}

.calculate:active {
    background-color: red;
}

.armaturkonteyner{
    background-color: #222222;
    width: 100%;
    min-height: 140vh;
    height: auto;
    padding-bottom: 100px;
    box-sizing: border-box;
}

.armaturbasliq {
	background-color: rgb(40, 100, 215);
	width: 80%;
	height: 40px;
	font-size: 16px;
	margin: 0 10%;
	display: flex;
	align-items: center;
    text-align: center;
    justify-content: center;
	margin-bottom: 10px;
	font-weight: 400;
	color: white;
	border: solid 1px white;
	border-radius: 5px;
}

.arma {
    width: 96%;
    margin-left: 2%;
    margin-right: 2%;
    border-radius: 10px;
}


.armradio {
    width: 70%;
    height: auto;
    margin-left: 10%;
    margin-right: 20%;
    text-align: right;
}

.radio1 {
    width: 100%;
    margin-top: 5px;
}

#raduzun {
    display: inline-block;
    width: 20px;
    cursor: pointer;
}

#radceki {
    display: inline-block;
    width: 20px;
    cursor: pointer;
}


.metrdenceki{
    width: 96%;
    height: 250px;
    margin: 10px 2%;
    font-weight: 300;
    text-align: left;
}

.input {
    background-color: white;
    width: 100%;
    height: 44px;
    border: none;
    border-radius: 5px;
    padding-left: 5px;
    box-sizing: border-box;
    outline: none;
    font-size: 16px;
    margin-bottom: 20px;
    color: black;
}

.input::placeholder {
    font-size: 16px;
    opacity: 1;
}

.cekidenmetr{
    width: 96%;
    height: 250px;
    margin: 10px 2%;
    font-weight: 300;
    text-align: left;
    display: none;
}


.dia {
    background-color: white;
    width: 100%;
    height: 44px;
    border: none;
    border-radius: 5px;
    padding-left: 5px;
    box-sizing: border-box;
    outline: none;
    font-size: 16px;
    margin-bottom: 20px;
    color: black;
}


.uzunlugu{
    font-size: 18px;
    color: white;
    font-weight: 300;
    display: block;
}


.radio1 .secim {
    font-size: 18px;
    color: white;
    font-weight: 300;
    cursor: pointer;
}

.olcusu {
    font-size: 18px;
    color: white;
    font-weight: 300;
}

#ugore {
    color: greenyellow;
    text-shadow: 0px 0px 8px greenyellow;
    font-weight: 500;
}

.cekisi{
    font-size: 18px;
    color: white;
    margin-right: 2px;
}



.hesabla:hover{
    background-color: crimson;
    transition: 0.5s;
    color: white;
}

.qeyd {
    background-color: white;
    width: 96%;
    margin-left: 2%;
    margin-right: 2%;
    padding: 5px;
    box-sizing: border-box;
    font-size: 15px;
    font-weight: 400;
    color: black;
    border-radius: 5px;
}


.armaturnetice {
	background-color: white;
	color: black;
	width: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
	height: 40px;
	text-align: center;
    margin: 30px 10%;
	font-size: 17px;
	font-weight: 400;
	border-radius: 8px;
	box-shadow: 0px 0px 15px black;
    box-sizing: border-box;
    transition: all 1s;
}


@media screen and (min-width: 800px) {

    .armaturkonteyner{
        width: 1000px;
        min-height: 150vh;
        height: auto;
        margin: 20px auto;
        border-radius: 20px;
    }

    .armaturbasliq {
        width: 40%;
        margin: 0 auto;
    }


    .arma {
        width: 70%;
        margin-left: 15%;
        margin-right: 15%;
        border-radius: 12px;
    }

    .umumiform {
        /* background-color: crimson; */
        width: 400px;
        margin-left: 300px;
        margin-right: auto;
        font-weight: 300;
    }

    .qeyd {
        width: 98%;
        margin-left: 1%;
        font-size: 16px;
    }
    


}



@media only screen and (max-width: 400px) {


    .uzunlugu {
        font-size: 16px;
        color: white;
    }
    
    
    .olcusu{
        font-size: 16px;
        color: white;
    }

}