@font-face {
    font-family: 'Gotham Narrow Book';
    src: url('../fonts/GothamNarrow-Book.eot');
    src: url('../fonts/GothamNarrow-Book.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GothamNarrow-Book.woff2') format('woff2'),
        url('../fonts/GothamNarrow-Book.woff') format('woff'),
        url('../fonts/GothamNarrow-Book.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');


body{font-family: 'Gotham Narrow Book';}

#header{padding-left:5rem; padding-right:5rem;}
#header .nav-link{font-weight:600; font-size:16px; font-family: "Oswald", sans-serif; margin-right:15px; letter-spacing:-1px;}
#header #biletal{background:#e51e22; color:#fff; border:1px solid #fff; padding:6px 15px; margin-left:20px;}
#header #biletal:hover{background:#fff; color:#e51e22; border:1px solid #e51e22;}

#hp_astro_akademi{margin-top:80px; margin-bottom:80px;}
#hp_astro_akademi #left{background:url('../img/hp_astro_akademi_bg.jpg') no-repeat center right; background-size: contain;}
#hp_astro_akademi #left h1{font-size:98px; font-weight:600; margin-top:50px;}
#hp_astro_akademi #left h1 span{font-size:39px; font-weight:600;}
#hp_astro_akademi #left .bottom_line{height:2px; width:65px; background:#000; margin-bottom:50px;}
#hp_astro_akademi #left h2{font-size:16px; font-weight:700; margin-bottom:30px;}
#hp_astro_akademi #left p{font-size:15px; margin-bottom:30px;}
#hp_astro_akademi #left a{text-decoration:none; background:#e51e22; color:#fff; border:1px solid #fff; padding:8px 15px; font-size:15px; font-weight:bold;}
#hp_astro_akademi #left a:hover{background:#fff; color:#e51e22; border:1px solid #e51e22; padding:8px 15px;}

#baslik{color:#000; text-align:center;}
#baslik h1{font-size:38px;}
#baslik .bottom_line{height:2px; width:150px; background:#000; margin-top:25px; margin-bottom:25px;}
#baslik p{margin-bottom:15px;}

#neden_astro #listele{box-shadow:1px 1px 10px 2px #c1c1c1; padding:30px 20px; min-height:150px;}
#neden_astro h2{font-size:16px; font-weight:bold;}
#neden_astro .bottom_line{height:2px; width:150px; background:#000; margin-top:5px; margin-bottom:5px;}

#akademi_banner{background:#e51e21;}
#listeleme #gorselb{border-radius:90px; -moz-border-radius:90px; -webkit-border-radius:90px; position:relative; z-index:1; min-height:250px; object-fit:cover;}
#listeleme #gorsel{border:10px solid #e41e26; border-radius:90px; -moz-border-radius:90px; -webkit-border-radius:90px; position:relative; z-index:1; min-height:250px; object-fit:cover;}
#listeleme #metin{background:#eeeff0; color:#000; border-radius:90px; -moz-border-radius:90px; -webkit-border-radius:90px; padding:30px 30px 30px 65px; font-size:14px; position:relative; left:-80px; top:-8px;}
#listeleme #metin p{margin-bottom:0px;}
#listeleme #metin h3{font-weight:700; font-size:18px;}
#listeleme #metin h4{font-weight:700; font-size:30px;}
#listeleme h1{font-weight:700; font-size:20px; margin-bottom:15px; background:#e41e26; color:#fff; text-align:center; border-radius:10px; -moz-border-radius:10px; -webkit-border-radius:10px; padding:3px;}
#listeleme #metin .link{background:#e41e26; color:#fff; padding:4px; font-size:14px; text-align:center;}
#listeleme #metin .link a{text-decoration:none; color:#fff;}
#listeleme span{font-size:12px;}
#listeleme #tur{background: #e41e26; color: #fff; text-align: center; margin-bottom: 8px; margin-left: -41px; width: 70%;}

#iletisim{background: #e73332; margin-top:50px; margin-bottom:90px; color:#fff; padding-top:35px; padding-bottom:40px;}
#iletisim h1{font-size:18px; color:#fff; font-weight:600; margin-bottom:5px; margin-top:3px;}
#iletisim a{font-size:16px; color:#fff; text-decoration:none;}
#iletisim #iletisimform{box-shadow:0px 0px 10px 2px #686868; padding:30px 40px; background:#fff; position: relative; top:-90px; min-height:600px; margin-bottom:-190px;}
#iletisim .form-control{height:50px; border-bottom:3px solid #000; border-top:0px; border-left:0px; border-right:0px; border-radius:0px; -moz-border-radius:0px; -webkit-border-radius:0px;}
#iletisim textarea{height:150px!important;}
#iletisim .btn-secondary{background:#f3f3f3; border-radius:0px; -moz-border-radius:0px; -webkit-border-radius:0px; color:#000; padding:10px 45px; font-weight:700; border:2px solid #000; box-shadow:5px 5px 0px 0px #000;}
#iletisim h5{font-size:40px; color:#000; font-weight:600; margin-bottom:5px; margin-top:3px;}

#footer{background:url('../img/footer_bg.jpg') no-repeat center center; padding-top:45px; padding-bottom:30px; background-size:cover}
#footer h1{color:#fff; font-size:29px; font-weight:bold;}
#footer ul{padding-left:0px;}
#footer ul li{display:inline; margin-right:5px;}
#footer ul li a{color:#fff; text-decoration:none;}
#footer p{color:#fff; margin-top:20px;}

@media (max-width: 1520px){
	#header .nav-link{margin-right:0px;}
}

@media (max-width: 1425px){
	#header #logo{width:200px;}
	#header .nav-link{margin-right:0px; font-size:14px;}
}

@media (max-width: 1220px){
	#header{padding-left:1rem; padding-right:1rem;}
	#header #logo{width:155px;}
	#header .nav-link{margin-right:0px; font-size:14px; padding:5px;}
	#navbarSupportedContent{margin-top:0px;}
}

@media (max-width: 992px){
	#header #logo{width:200px;}
	#header .navbar-toggler{border:0px;}
	#header #navbarSupportedContent{text-align:center;}
	#header #biletal{margin-left:0px;}
	
	#hp_astro_akademi #left h1{font-size:70px; font-weight:600; margin-top:50px;}
	#hp_astro_akademi #left h1 span{display: block; font-size:29px; font-weight:600;}
	
	#listeleme #metin{background:#eeeff0; color:#000; border-radius:0px; -moz-border-radius:0px; -webkit-border-radius:0px; padding:30px 30px 30px 30px; font-size:14px; position:relative; left:0px; top:0px;}
	#iletisim #iletisimform{box-shadow:0px 0px 10px 2px #686868; padding:20px 20px; background:#fff; position: relative; top:0px; min-height:600px; margin-bottom:0px;}
}