@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
*
{
    font-family: serif;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
    overflow-x: auto;
}

body{	
	max-width: 1800px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.kutu0{
	width: auto;
	height: auto;
	/*background-color: yellow;*/
	text-align: left;
	margin-top: 200px;

}
.kutu1{
	background-color: red;
	display: inline-block;
	vertical-align: top;
	justify-content: center;
	
	float: left;
	text-align: center;
	padding: 30px;
	background-color: white;
	border-radius: 10px;
	opacity: 0.95;
	margin-left: 20px;
	
	
}
.kutu2{
	background-color: red;
	display: inline-block;
	vertical-align: top;
	justify-content: center;
	
	float: left;
	text-align: left;
	padding: 30px;
	background-color: white;
	border-radius: 10px;
	opacity: 0.95;
	margin-left: 20px;
}

nav
{
    height: 100px;
    width: 100%;
}

.logo{
	height: 50px;
	margin-top: 15px;
	margin-left: 20px;
}

nav ul
{
    float: right;
    margin-right: 20px;
}
nav ul li
{
    display: inline-block;
    line-height: 80px;
    margin: 0 5px;
}
nav ul li a
{
    color: #000000;
    font-size: 1.3em;
    padding: 7px 12px;
}
nav ul li a.active, nav ul li a:hover
{
    background: #bdffcc;
    transition: 0.5s;
    cursor: pointer;
}
.checkbtn
{
    font-size: 2em;
    color: #fff;
    float: right;
    line-height: 80px;
    margin-right: 40px;
    cursor: pointer;
    display: none;
}
#check
{
    display: none;
}


input[type=text] {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  box-sizing: border-box;
  border: 1px solid white;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  outline: none;
}

input[type=text]:focus {
	border: 1px solid #19c9ff;
}

input[type=submit] {
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 10px 30px 10px 30px;
	color: #323330;
	font-size: 16px;
	font-weight: bold;
	
}
#nocertifica{
	padding: 10px;
	color: white;
	font-weight: bold;
	background-color: red;
}

#sonuc {
  width: 100%;
}

#sonuc td, th {
  padding: 5px;
}

.baslik1{
	font-family: GTSuper;
	font-size: 22px;
	font-weight: bold;
	color: #565759;
	margin-top: 0px;
	padding-top: 10px;
	padding-bottom: 20px;
	text-align: center;
}

.hr1{
	margin-left: -5px;
	margin-right: -5px;
	border-top: 1px solid #6aa9b8;
}

.hr2{
	margin-left: 5px;
	margin-right: 5px;
	border-top: 1px solid #6aa9b8;
}


/*-------------- login menüsü----------*/

/* Full-width input fields 
input[type=text], input[type=password] {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box;
}*/

#tbox { 
    font-size: 20px;
    width: 100% !important;
    padding: 12px 20px !important;
    margin: 8px 0 !important;
    display: inline-block !important;
    border: 1px solid #ccc !important;
    box-sizing: border-box !important;
}

/* Set a style for all buttons */
button {
  background-color: #04AA6D;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  width: 100%;
}

button:hover {
  opacity: 0.8;
}

/* Extra styles for the cancel button */
.cancelbtn {
  width: auto;
  padding: 10px 18px;
  background-color: #f44336;
}

/* Center the image and position the close button */
.imgcontainer {
  text-align: center;
  margin: 24px 0 12px 0;
  position: relative;
}

img.avatar {
  width: 40%;
  border-radius: 50%;
}

.container {
  padding: 16px;
}

span.psw {
  float: right;
  padding-top: 16px;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.7); /* Black w/ opacity */
  padding-top: 60px;
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 5% auto 15% auto; /* 5% from the top, 15% from the bottom and centered */
  border: 1px solid #888;
  width: 40%; /* Could be more or less, depending on screen size */
}

/* The Close Button (x) */
.close {
  position: absolute;
  right: 25px;
  top: 0;
  color: #000;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: red;
  cursor: pointer;
}

/* Add Zoom Animation */
.animate {
  -webkit-animation: animatezoom 0.6s;
  animation: animatezoom 0.6s
}

@-webkit-keyframes animatezoom {
  from {-webkit-transform: scale(0)} 
  to {-webkit-transform: scale(1)}
}
  
@keyframes animatezoom {
  from {transform: scale(0)} 
  to {transform: scale(1)}
}


/*responsive*/
/*..........................................................................................................*/

@media (max-width: 1300px)
{

	.kutu1{
		width: 40%;
	}
	.kutu2{
		width: 40%;
	}
    .modal-content
    {
      width: 50%; /* Could be more or less, depending on screen size */
    }	
	
	
	
}


@media (max-width: 991px)
{

	.navbar{
		position: relative;
		z-index: 1;
	}
	
	.kutu0{
		margin-top: 15px;
	}
	
	.kutu1{
		width: 70%;
		margin-left: 15%;
	}
	.kutu2{
		margin-top: 20px;
		margin-left: 15%;		
		width: 70%;
	}
	
    nav ul li a
    {
        font-size: 1em;
    }
    .modal-content
    {
      width: 60%; /* Could be more or less, depending on screen size */
    }
}

@media (max-width: 661px)
{
	
	.kutu1{
		width: 90%;
		margin-left: 5%;
	}
	.kutu2{
		margin-top: 20px;
		margin-left: 5%;		
		width: 90%;
	}
	
	
	.logo{
		margin-left: 40px;
	}

	.fa-bars{
		color: #696969;
	}
    .checkbtn
    {
        display: block;
    }
    ul
    {
        position: fixed;
        width: 100%;
        height: 100vh;
        background: #2b2e20;
		opacity: 0.95;
        top: 80px;
        left: -100%;
        text-align: center;
        transition: all 0.5s;
    }
    nav ul li
    {
        display: block;
        margin: 50px 0;
        line-height: 30px;
    }
    nav ul li a
    {
        font-size: 1.5em;
		color: white;
    }
    a:hover,a.avtive
    {
        background: none;
        color: #32ccf2;
    }
    #check:checked ~ ul
    {
        left: 0;
    }
    .modal-content
    {
      width: 85%; /* Could be more or less, depending on screen size */
    }
	
}