body {
    background-image:url("img/background6.png");
    font-family: 'DM Sans', sans-serif;        
    background-attachment: fixed;
    color: #272D37;
  }
  .backvideo {
    background-image:url("img/karegri.png");
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  }
  .golge {
    text-shadow: 1px 1px grey;
  }
  .golgekutu {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  }
  .buyukmor{
    color: #014E80;
    font-size: 1.1em;
    font-weight: bold;
  }
  .baslikrenk1{
    color: #014E80;
  }
  .baslikrenk2{
    color: #742539;
  }
  .baslikrenk3{
    color: #014E80;
  }
  .baslikrenk4{
    color:navy;
  }
.mobilgoster{
  display:none;
} 
.soru{
    width: 75%;
}
.blink_me {
  animation: blinker 1s linear infinite;
}
@keyframes blinker {  
  50% { opacity: 0; }
}
table {
width: 90%;
}
th, td {
border-bottom: 1px solid #ddd;
}
  .container{
    width: 100%;
    min-height: 350px;
    text-align: center;
    justify-content: center;
    margin: auto;
  }
  .containernh{
    width: 100%;
    text-align: center;
    justify-content: center;
    margin: auto;
  }
  .row{ 
    display: flex;
    gap: 10px;
    width: 98%;
    flex-wrap: wrap;
    flex-direction: row;
   justify-content: center;
   align-items: flex-start;
  }
  .col{ 
    background-color: cornsilk;
    border: 2px solid #374355;
  padding: 10px;
  text-align: center;
  color: #374355;
  flex-basis: 30%;
}
.row-col{ 
  display: flex;
  width: 30%;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}
.row-col225{ 
  display: flex;
  width: 22.5%;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  gap: 3px;
}
.row-col45{ 
  display: flex;
  width: 45%;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}
.row-col30{ 
  display: flex;
  width: 30%;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}
.row-col-header{
  background-color:#ADB9C9;
  color: #374355;
  font-weight: bold;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  text-align: center;
  padding: 10px;
  text-shadow: 1px 1px grey;
}
.row-col-main{
  background-color: none;
  border: 2px solid #ADB9C9;
  color: #374355;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 5px;
}
a:link{
  text-decoration: none;
  color: #1a1d23;
  font-weight: bold;
}
a:visited{
  text-decoration: underline;
  font-weight: bold;
  color: #1a1d23;
}
a:hover{
  color: rgb(14, 33, 121);
  font-weight: bold;
  transition-duration:1s;
  text-shadow: 0 0 3px rgb(0, 75, 128);
}
.footer{
    background-color:transparent ;
    font-family: 'DM Sans', sans-serif;     
    color: #8c949d;
    margin-top: 15px;
    width: 100%;
    min-height: 50px;
    text-align: center;
    font-size: 0.9em;
    position:relative;
    bottom: 0;
    right: 0;
    left :0;
    }
.mybox {
margin: auto;
width: 96%;
padding: 10px;
}
.myboxborder {
margin: auto;
width: 96%;
padding: 10px;
border: 1px solid #ddd;
}
.card {
margin: auto;
width: 96%;
padding: 10px;
border: 1px solid #ddd;
}
img {
max-width: 100%;
height: auto;
} 
.imgrotate:hover {
transform: rotate(360deg);
transition-duration:0.5s;
}
.videom {
margin: auto;
max-width: 100%;
padding: 2px;
border: 1px solid #ddd;
}
.imgtextcontainer{
position: relative;
text-align: center;
color:#374355;
padding: 0px;
}
.imgtextcenter{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color:#374355;
  text-decoration: none;
  letter-spacing: 1.7px;
}
.saydam{
  opacity: 0.5;
}
.buttondiv {
  border: 0;
  border-radius: .5rem;
  box-sizing: border-box;
  color:#1e1f21;
  font-size: 1rem;
  line-height: 1.25rem;
  padding: .75rem 1rem;
  text-align: left;
  text-decoration: none #D1D5DB solid;
  text-decoration-thickness: auto;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  backdrop-filter: blur(8px);
}
.buttondiv:hover {
  background-color: rgb(249,250,251);
}
.buttondiv:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.buttondiv:focus-visible {
  box-shadow: none;
}
input[type=date] {
    padding: 12px 20px;
    border: 2px solid rgb(180, 175, 175);
    display: inline-block !important;
    visibility: visible !important;
}
input[type=date], focus {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    background-color: #EBF2FC;
}
input[type=email],input[type=password],input[type=text] {
    width: 100%;
    padding: 12px 20px;
    margin: 6px 0;
    box-sizing: border-box;
    border: 2px solid rgb(180, 175, 175);
    border-radius: 4px;
  }
  input[type=email]:focus,input[type=password]:focus,input[type=text]:focus {
    background-color: #EBF2FC;
  }
  .bbutton{
    width: 75%;
    padding: 12px 20px;
    margin: 6px 0;
    box-sizing: border-box;
    background-color: #014E80;
    color: aliceblue;
    border-radius: 4px;
  }
  .bbutton:focus{
    background-color:  #023b60;
    color:aliceblue;
    font-weight: bold;
  }
  .bbutton:hover{
    background-color:  #418fc3;
    color:aliceblue;
  }
  select {
    width: 100%;
    padding: 16px 20px;
    margin: 6px 0;
    border: none;
    border-radius: 4px;
    border: 2px solid rgb(180, 175, 175);
  }
  select:focus { 
    background-color: #EBF2FC;
  }
  textarea {
    width: 50%;
    height: 100px;
    padding: 12px 20px;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    background-color: #f8f8f8;
    resize: none;
  }
.dropbtn {
  background-color: transparent;
  background-image: url(img/burger.png);
  color: #374355;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
  width: auto;
  height: auto;
  float: center;    }
.dropbtn:hover, .dropbtn:focus {
  text-decoration: underline;
}
.dropdown {
  position: relative;
  display: inline-block;
  width: 100%;
  text-align: center;
}
.dropdown-content {
  display: none;
  position: absolute;
  left: 10%;
  background-color: #f1f1f1;
  width: 80%;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  text-align: center;
  display: block;
  font-weight: bold;
}
.dropdown-content a:hover {
  background-color: #ddd;
}
.show {
display:block;
}
.blur img{
transition: 1s ease;
}
.blur img:hover {
filter: blur(5px);
transition: 1s ease;
}
@media only screen and (max-width: 600px) {
body {
background-image: url(img/backgroundphone3.png);
background-attachment: fixed;
font-family: 'DM Sans', sans-serif;
color: #374355;
}
.center {width: 100%; }
.row{ 
  display: flex;
 justify-content: center;
 flex-wrap: wrap;
 border: 1px solid #ddd;
}  
.col{
  flex: 100%;
}
.row-col{
  width: 100%;
}
.row-col45{
  width: 100%;
}
.row-col30{
  width: 100%;
}
.row-col225{
  width: 100%;
}
.backvideo {
background-image: none;
box-shadow: none;
}
.imgtextcontainer{
  position: relative;
  text-align: center;
  color:#374355;
  padding: 0px;
}
.soru{
    width: 90%;
}
textarea {
    width: 98%;
    height: 100px;
    padding: 12px 20px;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    background-color: #f8f8f8;
    resize: none;
  }
  .bbutton{
    width: 98%;
  }
  .mobilgoster{
    display:inline;
  } 
}