@import url('https://fonts.googleapis.com/css2?family=Luckiest+Guy&family=Righteous&display=swap');

::-webkit-scrollbar{
	width: 10px;
	background-color: white
}

::-webkit-scrollbar-thumb{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.4);
	background-color: rgba(60,95,153,1)
}

::-webkit-scrollbar-thumb:hover{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: rgba(60,95,153,0.8)
}

::-webkit-scrollbar-thumb:active{
	-webkit-box-shadow: inset 0 0 0px rgba(0,0,0,0);
	background-color: rgba(60,95,153,0.6)
}

* {
    margin: 0;
    margin: auto;
    padding: 0;
    border: 0;
    font-size: 15px;
    color: white;
    font-family: arial, cursive;
    transition: all .1s ease-in-out;
    text-align: center
}

body {
    background: #222
}

a {
    text-decoration: none;
    color: white
}

li {
    list-style: none;
    font-family: cursive
}

h1 {
	font-size: 80px;
	font-family: 'Righteous', arial;
	color: white;
    margin-left: 30px
}

header p {
	font-size: 35px;
	text-shadow: 2px 2px 5px black;
	font-family: 'Righteous', arial;
	color: white;
	margin-bottom: 10px
}

.en {
	top: 1px;
	left: 1px;
	position: absolute;
	display: inline-block;
	background: rgb(60,95,153,1)
}

.en:hover {
	background: rgb(30,65,123)
}

.en p {
	font-size: 16px;
	color: black;
	text-shadow: 2px 2px 5px black;
	padding: 5px
}

header p a {
	font-size: 35px;
	text-shadow: 2px 2px 5px blue;
	font-family: 'Righteous', arial;
	color: white;
	margin-bottom: 10px;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: red;
}

header p a:hover {
	text-shadow: 5px 5px 5px black;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: black;
}

div.ayir {
    clear: both
}

.enUste a {
    height: 30px;
    display: none;
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 99;
    cursor: pointer
}

.enUste a:hover {
    transition: all .0s ease-in-out;
    background: white;
    transform: scale(1.1)
}

.enUste a:active {
    transform: scale(0.9)
}

header {
	background-image: url(../medya/banner-arkaplan.jpg);
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 12.5px 10px;
	text-align: center;
}

.banner {
	display: inline-block;
	margin: auto;
	text-align: center;
}

.banner div {
	margin: auto;
	display: inline-block;
	float: left;
}

.logo img {
	height: 200px;
}

.yazi h1 {
	margin-left: 50px;
	text-shadow: 5px 5px 5px black
}

nav {
	margin-top: 120px;
}

.gezintiMenusu a {
	font-family: 'Luckiest Guy', cursive;
	text-shadow: 5px 5px 5px black
}

.gezintiMenusu li {
    margin: auto;
    text-align: center;
    float: left;
    list-style-type: none;
    float: none;
    margin-left: -5px;
    display: inline-block;
}

.mobilMenu {
	display: none
}

.gezintiMenusu li a {
    text-align: center;
    margin: auto;
    background-color: rgb(10,45,103,0.7); 
    font-family: 'Luckiest Guy', cursive;
    font-size: 20px;
    color: #fff;
    display: block;
    padding: 5px 28px;
    text-decoration: none;
    transition: all .1s ease-in-out;
    border: 1px solid black;
    box-shadow: 10px 10px 5px black;
}

.gezintiMenusu li:last-child a {
    border-radius: 0 10px 10px 0
}

.gezintiMenusu li:first-child a {
    border-radius: 10px 0 0 10px;
    margin-left: 75px
}

.gezintiMenusu li a:hover {
    background-color: rgb(10,45,103,1);
    transform: scale(1.05);
}

.gezintiMenusu li a:active {
    color: black;
    transition: all .1s ease-in-out
}

footer {
	background: url(../medya/footer-arkaplan.jpg);
	background-attachment: fixed;
	background-size: contain;
	background-position: bottom;
	padding-top: 10px;
}

footer img {
	width: 30px
}

.linkler {
	padding-bottom: 10px;
}

.linkler div {
	display: inline-block;
    margin: 0 8%
}

.linkler div:hover {
    transform: scale(1.2);
}

.telif {
	background: rgb(60,95,153,0.1);
	padding: 3px 0 
}

.telif p {
	font-size: 13px
}

@media only screen and (max-width: 1350px) {
	.yazi h1 {
		font-size: 60px;
	}

	header img {
		height: 160px
	}

	header p {
		margin-bottom: 20px
	}

	.gezintiMenusu li  a {
    	padding: 5px 15px;
	}

	.gezintiMenusu li:first-child a {
    	margin-left: 10px;
	}

	.linkler div {
		display: inline-block;
	    margin: 0 7%
	}
}

@media only screen and (max-width: 1082px) {
	.yazi h1 {
		font-size: 55px;
	}

	.gezintiMenusu li  a {
    	padding: 5px 10px;
	}

	header p {
		margin-bottom: 10px
	}

	.gezintiMenusu li:first-child a {
    	margin-left: 0;
	}
}

@media only screen and (max-width: 1020px) {
	.logo img {
		display: none;
	}

    .yazi h1 {
        line-height: 50px
    }

    nav {
        margin-top: 75px;
    }
}

@media only screen and (max-width: 806px) {
	.enUste a:hover {
        background: rgb(0,0,0,0);
        transform: scale(1)
    }

    .enUste a:active {
        background: rgb(255,255,255,1);
        transform: scale(1.2)
    }

    .en {
        background: rgb(10,45,103)
    }

    .en:hover {
        background: rgb(10,45,103)
    }

    .en:active {
        background: rgb(50,85,143)
    }

    nav {
		display: none
	}

	header p {
		margin-bottom: 0px
	}

	.yazi h1 {
		margin-left: 0;
		font-size: 40px
	}

	.mobilMenu {
        text-align: center;
        margin: auto;
        display: block;
        display: none;
        width: 100%;
        background-color: rgb(10,45,103);
        border: 5px solid rgb(0,0,0,0.5);
        padding: 5px;
        transition: all .1s ease-in-out;
        box-sizing: border-box;
    }

    .mobilMenu li {
        text-align: center;
        margin: auto;
        border-bottom: 2px solid black
    }

    .mobilMenu li:last-child {
        border-bottom: 0
    }

    .mobilMenu li a {
        font-size: 25px;
        font-family: 'Luckiest Guy', cursive;
        color: white;
        display: block;
        padding-top: 10px;
        padding-bottom: 10px 
    }

    .mobilMenu li a:hover {
        background-color: rgb(85,85,85,0.5);
        color: red
    }
    
    .mobilMenu li a:active {
        color: white;
        transition: all .1s ease-in-out
    }

    .mobilDugme {
        display: block;
        height: 50px;
        background: url(../medya/mobil-menu.png);
        background-position: center;
        background-color: #111;
        background-repeat: no-repeat;
        background-size: contain;
    }

    .mobilDugme:active {
        background-color: rgb(255,255,0,0.5);
    }

    .mobilDugme:hover {
        cursor: pointer;
    }

    .linkler div:hover {
        transform: scale(1);
    }

    .linkler div:active {
        transform: scale(1.2);
    }
}

@media only screen and (max-width: 540px) {

    header p {
    	font-size: 30px
    }

	.yazi h1 {
		margin-left: 0;
		font-size: 35px
	}
}

@media only screen and (min-width: 1999px) {
	.yazi h1 {
		font-size: 100px
	}

	.gezintiMenusu li  a {
    	padding: 10px 30px;
    	font-size: 30px
	}

	.logo img {
		height: 250px;
	}
}