.lines {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 100%;
        margin: auto;
        width: 90vw;
    }
.line {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -247px;
        margin-left: -400px;
        width: 1px;
        height: 394px;
        overflow: hidden;
    }
.line::after {
        content: "";
        display: block;
        position: absolute;
        height: 15vh;
        width: 100%;
        top: 110%;
        left: 0;
        background: linear-gradient(to TOP, rgba(255, 255, 255, 0) 0%, #ffffff 75%, #ffffff 100%);
        -webkit-animation: climb 3s 1s infinite;
                animation: climb 3s 1s infinite;
        -webkit-animation-fill-mode: forwards;
                animation-fill-mode: forwards;
        -webkit-animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
                animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
    }
@-webkit-keyframes climb {
        0% {
            top: 110%;
            }
        100% {
            top: -50%;
        }
    }
@keyframes climb {
        0% {
            top: 110%;
        }
        100% {
            top: -50%;
        }
    }
.line2 {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -247px;
        margin-left: 400px;
        width: 1px;
        height: 394px;
        overflow: hidden;
    }
.line2::after {
        content: "";
        display: block;
        position: absolute;
        height: 15vh;
        width: 100%;
        top: -50%;
        left: 0;
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 75%, #ffffff 100%);
        -webkit-animation: drop 3s 2s infinite;
                animation: drop 3s 2s infinite;
        -webkit-animation-fill-mode: forwards;
                animation-fill-mode: forwards;
        -webkit-animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
                animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
    }
@-webkit-keyframes drop {
        0% {
            top: -50%;
        }
        100% {
            top: 110%;
        }
    }
@keyframes drop {
        0% {
            top: -50%;
        }
        100% {
            top: 110%;
        }
    }
.line3 {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -300px;
        margin-left: -347px;
        width: 694px;
        height: 1px;
        overflow: hidden;
    }
.line3::after {
        content: "";
        display: block;
        position: absolute;
        height: 100%;
        width: 15vh;
        top: 0;
        left: -50%;
        background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ffffff 75%, #ffffff 100%);
        -webkit-animation: slide 3s 0s infinite;
                animation: slide 3s 0s infinite;
        -webkit-animation-fill-mode: forwards;
                animation-fill-mode: forwards;
        -webkit-animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
                animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
    }
@-webkit-keyframes slide {
        0% {
            left: -50%;
        }
        100% {
            left: 110%;
        }
    }
@keyframes slide {
        0% {
            left: -50%;
        }
        100% {
            left: 110%;
        }
    }
.line4 {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: 200px;
        margin-left: -347px;
        width: 694px;
        height: 1px;
        overflow: hidden;
    }
.line4::after {
        content: "";
        display: block;
        position: absolute;
        height: 100%;
        width: 15vh;
        top: 0;
        left: -50%;
        background: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, #ffffff 75%, #ffffff 100%);
        -webkit-animation: slidesola 3s 0s infinite;
                animation: slidesola 3s 0s infinite;
        -webkit-animation-fill-mode: forwards;
                animation-fill-mode: forwards;
        -webkit-animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
                animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
    }
@-webkit-keyframes slidesola {
        0% {
            left: 110%;
        }
        100% {
            left: -50%;
        }
    }
@keyframes slidesola {
        0% {
            left: 110%;
        }
        100% {
            left: -50%;
        }
    }
#head {
        margin: auto;
        width: 600px;
        height: 100px;
        background-color: #D3D3D3;
        color: #1E90FF;
        text-align: center;
        box-shadow: -1px 2px 5px 1px rgba(0, 0, 0, 0.7); 
    }
html,body {
        vertical-align: middle;
		margin: 0; 
		padding: 0; 
		background-repeat: repeat;
    }

body {
	    position: relative;
	    width: 100vw;
	    min-width: 850px;
	    height: 100vh;
	    min-height: 650px;
	    background: linear-gradient(-45deg, #8691b3, #edeef3);
	}
body::after {
        background-image: url("resim/back_ecza.png");
        content: "";
        opacity: 0.2;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        z-index: -1;   
    }
#anakutu{
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -300px;
        margin-left: -400px;
        height: 500px;
        width: 800px;
        background-size:100% 100%;
        background-color: #fff;
        border-radius: 50%;
        text-align: center;
        background-image: url("resim/anayuvarlak.png");
    }

.container #dot{
        display: none;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -300px;
        margin-left: -400px;
        height: 500px;
        width: 800px;
        background-size:100% 100%;
        background-color: #000;
        border-radius: 50%;
        text-align: center;
        background-image: url("resim/toplukarekod1.png");
    }
.container:hover #dot{
    display: block;
    }

.container2 #dot2{
        display: none;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -300px;
        margin-left: -400px;
        height: 500px;
        width: 800px;
        background-size:100% 100%;
        background-color: #000;
        border-radius: 50%;
        text-align: center;
        background-image: url("resim/itsislemleri1.png");
    }
.container2:hover #dot2{
    display: block;
    }


.container3 #dot3{
        display: none;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -300px;
        margin-left: -400px;
        height: 500px;
        width: 800px;
        background-size:100% 100%;
        background-color: #000;
        border-radius: 50%;
        text-align: center;
        background-image: url("resim/mf_firma1.png");
    }
.container3:hover #dot3{
        display: block;
    }


.container4 #dot4{
        display: none;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -300px;
        margin-left: -400px;
        height: 500px;
        width: 800px;
        background-size:100% 100%;
        background-color: #000;
        border-radius: 50%;
        text-align: center;
        background-image: url("resim/sgkrecete1.png");
    }
.container4:hover #dot4{
        display: block;
}

#kutu1 {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -300px;
        margin-left: -400px;
        height: 107px;
        width: 107px;
        background-size: 100% 100%;
        text-align: center;
        font-family: Arial, Helvetica, sans-serif;
        border-radius: 50%;
        background-color: #fff;
        -webkit-transition: -webkit-transform .8s ease-in-out;
                transition:         transform .8s ease-in-out;
        background-image: url("resim/donencark.gif");
    }
#kutu1:hover {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }

#kutu2 {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: 93px;
        margin-left: 293px;
        height: 107px;
        width: 107px;
        background-size:100% 100%;
        text-align: center;
        font-family: Arial, Helvetica, sans-serif;
        border-radius: 50%;
        background-color: #fff;
        -webkit-transition: -webkit-transform .8s ease-in-out;
                transition:         transform .8s ease-in-out;
        background-image: url("resim/donencark.gif");
    }
#kutu2:hover {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }

#kutu3 {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -300px;
        margin-left: 293px;
        height: 107px;
        width: 107px;
        background-size:100% 100%;
        text-align: center;
        font-family: Arial, Helvetica, sans-serif;
        border-radius: 50%;
        background-color: #fff;
        border-radius: 50%;
        -webkit-transition: -webkit-transform .8s ease-in-out;
                transition:         transform .8s ease-in-out;
        background-image: url("resim/donencark.gif");
    }
#kutu3:hover {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }

#kutu4 {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: 93px;
        margin-left: -400px;
        height: 107px;
        width: 107px;
        background-size:100% 100%;
        text-align: center;
        font-family: Arial, Helvetica, sans-serif;
        border-radius: 50%;
        background-color: #fff;
        -webkit-transition: -webkit-transform .8s ease-in-out;
                transition:         transform .8s ease-in-out;
        background-image: url("resim/donencark.gif");
    }
#kutu4:hover {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }



#altmenu {
        position: absolute;
        top: 100%;
        left: 0%;
        margin-top: -50px;
        height: 50px;
        width: 100%;
        text-align: center;
        font-family: Arial, Helvetica, sans-serif;
        color: #fff;
        background-color: #000;
        display: flex;
        flex-direction: row;
        justify-content: center;
    }
    
#altmenuitem1 {
        display: inline-block;
        height: 50px;
        width: 20%;
        background-color: #5D6D7E;
        box-shadow: inset 0 0 10px #fff;
        line-height: 50px;
        font-size: 1.2vw;
   }

.altmenuitem2 #menu2{
        position: absolute;
        top: 100%;
        left: 20%;
        margin-top: -550px;
        height: 500px;
        width: 20%;
        text-align: center;
        font-family: Arial, Helvetica, sans-serif;
        color: #fff;
        background-color: #000;
        flex-direction: column;
        justify-content: center;
        display: none;
    }
.altmenuitem2:hover #menu2{
        display: flex;
}
.altmenu2sub1cls{
        display: inline-block;
        height: 50px;
        width: 100%;
        background-color: #5D6D7E;
        box-shadow: inset 0 0 10px #fff;
        line-height: 50px;
        font-size: 1.2vw;
    }
#altmenuitem2 {
        display: inline-block;
        height: 50px;
        width: 20%;
        background-color: #5D6D7E;
        box-shadow: inset 0 0 10px #fff;
        line-height: 50px;
        font-size: 1.2vw;
   }
   
   
.altmenuitem3 #menu3{
        position: absolute;
        top: 100%;
        left: 40%;
        margin-top: -275px;
        height: 200px;
        width: 20%;
        text-align: center;
        font-family: Arial, Helvetica, sans-serif;
        color: #fff;
        background-color: #000;
        flex-direction: column;
        justify-content: center;
        display: none;
    }
.altmenuitem3:hover #menu3{
        display: flex;
    }
.altmenu3sub1cls{
        display: inline-block;
        height: 50px;
        width: 100%;
        background-color: #5D6D7E;
        box-shadow: inset 0 0 10px #fff;
        line-height: 50px;
        font-size: 1.2vw;
    }
#altmenuitem3 {
        display: inline-block;
        height: 50px;
        width: 20%;
        background-color: #5D6D7E;
        box-shadow: inset 0 0 10px #fff;
        line-height: 50px;
        font-size: 1.2vw;
   }


.altmenuitem4 #menu4{
        position: absolute;
        top: 100%;
        left: 60%;
        margin-top: -250px;
        height: 200px;
        width: 20%;
        text-align: center;
        font-family: Arial, Helvetica, sans-serif;
        color: #fff;
        background-color: #000;
        flex-direction: column;
        justify-content: center;
        display: none;
    }
.altmenuitem4:hover #menu4{
        display: flex;
    }
.altmenu4sub1cls{
        display: inline-block;
        height: 50px;
        width: 100%;
        background-color: #5D6D7E;
        box-shadow: inset 0 0 10px #fff;
        line-height: 50px;
        font-size: 1.2vw;
    }
#altmenuitem4 {
        display: inline-block;
        height: 50px;
        width: 20%;
        background-color: #5D6D7E;
        box-shadow: inset 0 0 10px #fff;
        line-height: 50px;
        font-size: 1.2vw;
   }

.altmenuitem5 #menu5{
        position: absolute;
        top: 100%;
        left: 80%;
        margin-top: -200px;
        height: 150px;
        width: 20%;
        text-align: center;
        font-family: Arial, Helvetica, sans-serif;
        color: #fff;
        background-color: #000;
        flex-direction: column;
        justify-content: center;
        display: none;
    }
.altmenuitem5:hover #menu5{
        display: flex;
}
.altmenu5sub1cls{
        display: inline-block;
        height: 50px;
        width: 100%;
        background-color: #5D6D7E;
        box-shadow: inset 0 0 10px #fff;
        line-height: 50px;
        font-size: 1.2vw;
}
#altmenuitem5 {
        display: inline-block;
        height: 50px;
        width: 20%;
        background-color: #5D6D7E;
        box-shadow: inset 0 0 10px #fff;
        line-height: 50px;
        font-size: 1.2vw;
   }

#ekrangoruntu{
        width: 1000px;
        margin: auto;
        background-color: #334433;
    }
    
.baslink:visited{
	    color: white;
	    text-decoration: blink;
    }
.baslink:link{
	    color: white;
	    text-decoration: blink;
    }
.baslink:hover{
	    color: black;
	    text-decoration: blink;
    }
.baslink:active {
        text-decoration: blink;
	    color: black;
    }
.baslink2:visited{
	    color: white;
	    text-decoration: none;
    }
.baslink2:link{
	    color: white;
	    text-decoration: none;
    }
.baslink2:hover{
	    color: red;
	    text-decoration: none;
    }
.baslink2:red {
        text-decoration: none;
	    color: grey;
    }
.genelalancls {
        position: absolute;
        width: 80%;
        height: 70%;
        top: 10%;
        left: 10%;
        font-family: Arial, Helvetica, sans-serif;
        background-color: #E7E7E7;
        overflow-y: scroll;
        padding: 20px;
    }
.ortaustcls{
        position: relative;
        width: 100%;
        float: left;
        padding: 20px;
    }
.fotosolcls{
        width: 30%;
        height: auto;
        padding: auto;
        float: left;
    }
.fotoortacls{
        float: left;
        width: 40%;
    }
.fotosagcls{
        float: left;
        width: 30%;
    }
 
img { max-width: 100%; height: auto; }


h1{
    color: blue;
    text-align: center;
}
h2{
    color: blue;
    text-align: center;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box !important;
}
@media only screen and (max-width: 600px) {
.line {
        width: 3px;
}
.line2 {
        width: 3px;
}
.line3 {
        height: 3px;
}
.line4 {
        height: 3px;
}
.altmenu1sub1cls{
        font-size: 6vw;
    }
#altmenuitem1 {
        font-size: 6vw;
   }
.altmenu2sub1cls{
        font-size: 6vw;
    }
#altmenuitem2 {
        font-size: 6vw;
   }
.altmenu3sub1cls{
        font-size: 6vw;
    }
#altmenuitem3 {
        font-size: 6vw;
   }
.altmenu4sub1cls{
        font-size: 6vw;
    }
#altmenuitem4 {
        font-size: 6vw;
   }
.altmenu5sub1cls{
        font-size: 6vw;
    }
#altmenuitem5 {
        font-size: 6vw;
   }
}