
*{
    margin: 0px;
    font-family: 'Poppins', sans-serif;
}

body{
    background-color: #222222;
    padding: 0px;
    margin: 0px;
}

button {
    font-weight: 400;
}


.umumi {
    background-color: #222222;
    width: 100%;
    min-height: 150vh;
    height: auto;
    font-weight: 300;
    padding-bottom: 80px;
    box-sizing: border-box;
}


.taxtabasliq {
	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: 10px;
	font-weight: 400;
	color: white;
	border: solid 1px white;
	border-radius: 5px;
}

.img {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
}

.radiolar {
    /* background-color: crimson; */
    width: 75%;
    height: auto;
    text-align: right;
    margin-bottom: 30px;
    margin-left: 5%;
    margin-right: 15%;
    font-size: 19px;
}


#r1{
    width: 22px;
    margin-bottom: 20px;
}
#r2{
    width: 22px;
    margin-bottom: 20px;
}
#r3{
    width: 22px;
    margin-bottom: 20px;
}
#r4{
    width: 22px;
}


.taxtanetice {
	background-color: white;
	color: black;
	width: 94%;
    min-height: 20px;
	height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
	text-align: left;
	margin-top: 20px;
	margin-left: 3%;
	font-size: 18px;
	margin-bottom: 10px;
	padding: 5px;
	font-weight: 400;
	box-sizing: border-box;
	border-radius: 8px;
	box-shadow: 0px 0px 15px black;
    transition: all 1s;
}

#netice {
    margin-right: 10px;
}
#netice2 {
    margin-left: 10px;
}

#hs {
    color: greenyellow;
    text-shadow: 0px 0px 10px greenyellow;
    font-weight: 400;
    cursor: pointer;
}

#sh, #oh, #hsay {
    color: white;
    cursor: pointer;
}





.taxta1, .taxta2, .taxta3, .taxta4 {
	/* background-color: aqua; */
	width: 94%;
	margin: 10px 3%;
	font-size: 18px;
	color: white;
	font-weight: 300;
	box-sizing: border-box;
}

.taxta2, .taxta3, .taxta4 {
    display: none;
}

.inputBasligi {
	font-size: 19px;
	text-align: left;
}

input[type=number], .secim {
    background-color: white;
	width: 100%;
	height: 45px;
	border: none;
	border-radius: 5px;
	outline: none;
	padding-left: 5px;
	box-sizing: border-box;
	font-size: 17px;
	margin-bottom: 15px;
    color: black;
}
input[type=number]:focus {
	box-shadow: 0px 0px 12px rgb(0, 255, 0);
}




.btnContainer {
	width: 100%;
	text-align: center;
}

.calculate {
	background-color: rgb(0, 225, 50);
	width: 200px;
	height: 45px;
	margin-top: 20px;
	border: none;
	border-radius: 6px;
	font-size: 18px;
	color: black;
	cursor: pointer;
}

.calc {
    /* background-color: red; */
    width: 100%;
    text-align: left;
    font-size: 20px;
    font-weight: 400;
    color: greenyellow;
}




iframe {
    margin-top: 20px;
}
















@media screen and (min-width: 800px) {


    
.umumi {
    width: 1000px;
    min-height: 150vh;
    height: auto;
    margin: 20px auto;
    border-radius: 20px;
    padding-bottom: 50px;
    box-sizing: border-box;
}

.taxtabasliq {
    width: 30%;
    margin: 0 auto;
}

.taxtanetice {
	background-color: white;
	color: black;
	width:400px;
    min-height: 20px;
	height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
	text-align: left;
    margin: 20px 300px;
	font-size: 19px;
	padding: 5px;
	font-weight: 400;
	box-sizing: border-box;
	border-radius: 8px;
	box-shadow: 0px 0px 15px black;
}

.img {
    width: 30%;
    margin-left: 35%;
    margin-right: 35%;
}

.radiolar {
    /* background-color: crimson; */
    width: 300px;
    height: auto;
    text-align: right;
    margin-bottom: 35px;
    margin-left: 350px;
    margin-right: 300px;
    font-size: 19px;
}

.taxta1, .taxta2, .taxta3, .taxta4 {
	/* background-color: aqua; */
	width: 400px;
	margin: 10px 300px;
	font-size: 18px;
	color: white;
	font-weight: 300;
	box-sizing: border-box;
}

.secim {
    cursor: pointer;
}


}