/*@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');
*/
@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');

body {
    font-family: 'Rubik', sans-serif;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    margin: 0px auto;
    background-color: #fff;
    color: #414141;
}

#gun2-icerik, #gun3-icerik {
	display: none;
}


.boxshadow {
	-webkit-box-shadow: 0px 0px 14px -6px rgba(0,0,0,1);
	-moz-box-shadow: 0px 0px 14px -6px rgba(0,0,0,1);
	box-shadow: 0px 0px 14px -6px rgba(0,0,0,1);
	}


* {
  	margin: 0; 
	padding: 0;
	box-sizing: border-box;
	}

.fixed {
  position: fixed;
  top: 0;
}

.introl {
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 3000;
  padding: 50px 100px;
}

.intro-div {
  height: 100%;
  width: 70%;
  padding: 5px;
  margin: 0 auto 20px auto;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.intro-div > img {
    border: 7px solid #fff;
    height: 90%;
}

#closet {
  position: absolute;
  top: 20px;
  right: 20px;
  height: 50px;
}

#closet:hover {
  transform: scale(1.05);
}

.remote {
  display: none;
}

#topics {
	width: 60%;
}


	
h1 {
	font-size: 40px;
	font-family: 'Bebas Neue', cursive;
	color: #3268bf;
}

h2 {
	margin: 0; padding: 0;
}

p, span {
	font-size: 18px;
}

u {

}

.head-top {
	height: 4px;
	width: 100%;
}

.head {
	width: 1170px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 20px auto;
	flex-wrap: wrap;
	/*background: url(../images/shape.png);
	background-position: center;
	background-repeat: no-repeat;
	*/
}

.head > div:nth-child(1) {
	width: 20%;
	transition: all 0.5s;
}


.head > div:nth-child(1) > a > img {
	width: 100%;
}

.head > div:nth-child(2) {
	width: 50%;
	transition: all 0.5s;
	text-align: center;
}

.head > div:nth-child(3) {
	width: 10%;
	transition: all 0.5s;
}


.head > div:nth-child(3) > a > img {
	width: 100%;
	text-align: right;
}

#dernek {
	width: 80%;
}

.nav-content {
	display: flex;
	justify-content: space-between;
	width: 1170px;
	margin: 0px auto;
	align-items: center;
}

.nav-orta {
	width: 150px;
}

.nav-1 {
	width: 1170px;
	display: flex;
	justify-content: space-between;
	background: #0B4A7A;
background: -webkit-linear-gradient(90deg, rgba(11, 74, 122, 1) 0%, rgba(1, 18, 56, 1) 100%);
background: -moz-linear-gradient(90deg, rgba(11, 74, 122, 1) 0%, rgba(1, 18, 56, 1) 100%);
background: linear-gradient(90deg, rgba(11, 74, 122, 1) 0%, rgba(1, 18, 56, 1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0B4A7A", endColorstr="#011238", GradientType=1);
	border-radius: 8px;
	transition: all 0.5s;
	padding: 0px 30px;

}



.nav-1 > a {
	display: block;
	padding: 14px 4px;
	font-size: 13px;
	font-weight: 500;
	color: #fff;
	transition: all 0.3s;
}

.nav-1 > a:hover {
	text-decoration: none;
	color: #F0F442;
}


.colored {
background: #0B4A7A;
background: -webkit-linear-gradient(90deg, rgba(11, 74, 122, 1) 0%, rgba(1, 18, 56, 1) 100%);
background: -moz-linear-gradient(90deg, rgba(11, 74, 122, 1) 0%, rgba(1, 18, 56, 1) 100%);
background: linear-gradient(90deg, rgba(11, 74, 122, 1) 0%, rgba(1, 18, 56, 1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0B4A7A", endColorstr="#011238", GradientType=1);
}

button {
	border: 2px solid #343434;
	padding: 10px 20px;
	border-radius: 4px;
	font-size: 17px;
	font-weight: 500;
	background: #fff;
	color: #343434;
	cursor: pointer;
	transition: all 0.3s;
}

button:hover {
	background: #09509e;
	color: #fff;
	border: 2px solid #09509e;
	cursor: pointer;
}

.green:hover 	{ 	background: #8dc63f; color: #fff; border: 2px solid #8dc63f; }
.blue:hover 	{ 	background: #28b9e0; color: #fff; border: 2px solid #28b9e0; }
.yellow:hover 	{ 	background: #fbb040; color: #000; border: 2px solid #fbb040; }
.orange:hover	{ 	background: #f15a29; color: #fff; border: 2px solid #f15a29; }
.red:hover		{ 	background: #ed1c24; color: #fff; border: 2px solid #ed1c24; }

.button-xs {
	border: 2px solid #343434;
	padding: 5px 10px;
	border-radius: 4px;
	font-size: 14px;
	color: #343434;
	cursor: pointer;
}

.baslik {
	width: 1170px;
	margin: 0px auto;
}

.baslik2 {
	width: 1170px;
	margin: 0px auto;
	padding-left: 50px;
}

.content-head {
	width: 1170px;
	margin: 0px auto;
	display: flex;
	justify-content: flex-start;
}

.content-head > div {
	width: 200px;
	padding: 10px;
	background: #f3f2ee;
	margin-right: 10px;
	text-align: center;
	font-family: 'Bebas Neue', cursive;
	cursor: pointer;
}


.noactive {
	border-bottom: 4px solid #fff;
	background: #c99cba;
}


.content-head > div > h4 {
	font-size: 24px;
}

.content {
	width: 1170px;
	padding: 40px;
	border: 10px solid #f3f2ee;
	text-align: left;
	margin: 0px auto;
}

.content > div {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.image {
	width: 20%;
}

.text {
	width: 75%;
	font-family: 'Bebas Neue', cursive;
}

.text > small {
	color: #e40b90;
	font-size: 20px;
	margin: 0; padding: 0;
}

.text > h2 {
	color: #27274b;
	margin: 0; padding: 0;
} 

.text > span {
	color: #f69743;
	margin: 0; padding: 0;
	font-size: 24px;
} 

hr {
	border: 2px solid #f3f2ee;
	margin: 30px 0px;
}

#ikinci {
	display: none;
}

.duzen {
	display: flex;
	justify-content: flex-start;
	width: 100%;
}

.duzen > div:nth-child(1){
	width: 20%;
}
.duzen > div:nth-child(2){
	width: 85%;
	font-family: 'Bebas Neue', cursive;
}

.duzen > div > span{
	font-weight: 500;
}

#kayit > h3 {
	color: #ce2178;
}

.galeri {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.galeri div:nth-child(1){
	width: 40%;
}

.galeri div:nth-child(2){
	width: 50%;
}

.fiat {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.fiat > div{
	width: 50%;
}
.table {
	width: 80%;
}



.table, td {
	border: 1px solid #a3a3a3;
	background-color: white;
	transition: 0.5s all;
	color: black;
	font-size: 19px;
}

.table tr td {
	margin-left: 2px;
}

.marquee {
  background: #3ab4ce;
  position: relative;
  width: 1170px;
  height: 40px;
  padding: ;
  overflow-x: hidden;
  overflow-y: hidden;
  margin: 0px auto;
  top:  30px;
  border-radius: 8px;
}

.track {
  padding: 10px 0px;
  position: absolute;
  white-space: nowrap;
  will-change: transform;
  animation: marquee 13s linear infinite;
  color: #fff;
}

.track > a {
	color: #fff;
}

@keyframes marquee {
  from { transform: translateX(200%); }
  to { transform: translateX(-100%); }
}

.event {
  color: #333;
  text-align: center;
  width: 100%;
  position: relative;
  top: 50px;
}

.event > ul > li {
  display: inline-block;
  font-size: 1.5em;
  list-style-type: none;
  padding: 0.2em;
  text-transform: uppercase;
}
.event > ul > li >span {
  display: block;
  font-size: 4.5rem;
  font-weight: 500;
  color: #8dc63f;
}

/*Mobile Start*/

.mobile {
	width: 100%;
	height: 100%;
	background: #fff;
	color: #000;
	position: fixed;
	z-index: 900;
	top: 0;
	text-align: center;
	padding-top: 25px;
	display: none;
}

.mobile a {
	color: #000;
	font-size: 20px;
	font-weight: 500;
	display: block;
}

.mobile a:hover {
	text-decoration: none;
}

.mobile-ct {
	text-align: center;
	display: none;
	width: 100%;
}

#mobile-buton {
	position: fixed;
	text-align: center;
	padding-top: 30px;
	z-index: 809;
	visibility: hidden;
}


footer {
	width: 1170px;
	margin: 10px auto;
}

#aress {
	width: 220px;
	transition: all 0.5s;
}


.giris1 {
	animation: giris1 1s infinite;

}

.giris2 {
	animation: giris1 2s infinite;
	animation-delay: 2s;
}

.giris3 {
	animation: giris1 4s infinite;
	animation-delay: 4s;
}



@keyframes giris1 {
	30% 	 {
		color: red; }

	100% {

		color: white;}
}


.donme {
	animation: donme 15.4s linear infinite;
	-webkit-animation: donme 15.4s linear infinite;
}

@keyframes donme {
	0% {
		transform: rotate(0deg);
	}
	50% {
		transform: rotate(180deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

.tablar {
  display: flex;
  justify-content: flex-start;
  position: relative;
  z-index: 8;
}

.tablar > div {
  margin-right: 5px;
  border-radius: 4px 4px 0px 0px;
  padding: 14px 10px;
  border: 1px solid #e2e2e2;
  text-align: center;
  cursor: pointer;
  position: relative;
  transition: all 1s;
  width: 32%;
}

.tablar > div:hover {
  top: 10px;
}

.divider {
  border-top: 1px solid #e2e2e2;
  position: relative;
  z-index: 9;
  height: 35px;
  background: #fff;
}

.tablar > div:nth-child(1){
  background-color: #3EC0CE; color: #fff;
}

.tablar > div:nth-child(2){
  background-color: #3EC0CE; color: #fff;
}

.tablar > div:nth-child(3){
  background-color: #3EC0CE; color: #fff;
}




/*Mobil Kısım */
	@media screen and (max-width: 650px){

		.nav-content {
	display: none;
}

.introl {
  background: rgba(0, 0, 0, 0.85);
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 3000;
  padding: 10px 10px;
}

.intro-div {
  background-color: transparent;
  height: 70%;
  width: 92%;
  padding: 5px;
  margin: 40px auto 20px auto;
  overflow: hidden;
  text-align: center;
}

.intro-div > p {
  font-size: 15px;
}

.intro-div > img {
  border: 5px solid #fff;
  height: 70%;
}

#closet {
  position: absolute;
  top: 20px;
  right: 20px;
  height: 30px;
}

#closet:hover {
  transform: scale(1.05);
}

#topics {
	width: 85%;
}

.ucleme {
	display: flex;
	justify-content: space-between;
}

		h1 {
	font-size: 22px;
}

		h3 {
	font-size: 18px;
}

p, span {
	font-size: 15px;
}

	#mobile-buton {
		position: fixed;
		text-align: center;
		top: 20px;
		right: 30px;
		z-index: 809;
		visibility: visible;
	}

	.mobile-ct {
		text-align: center;
		display: block;
	}

	.head {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 20px auto;
	flex-wrap: wrap;
}

.head > div:nth-child(1) {
	width: 55%;
	margin: 10px auto;
}

.head > div:nth-child(2) {
	width: 90%;
	margin: 10px auto;
	text-align: center;
}

.head > div:nth-child(3) {
	width: 20%;
	margin: 10px auto;
	text-align: center;
}

.baslik {
	width: 95%;
	margin: 0px auto;
}

.baslik2 {
	width: 95%;
	margin: 0px auto;
	padding-left: 26px;
}

.content-head {
	width: 95%;
	margin: 0px auto;
	display: flex;
	justify-content: flex-start;
}

.content-head > div {
	width: 45%;
	padding: 10px;
	background: #f3f2ee;
	margin-right: 10px;
	text-align: center;
	font-family: 'Bebas Neue', cursive;
	cursor: pointer;
}


.noactive {
	border-bottom: 4px solid #fff;
	background: #c99cba;
}


.content-head > div > h4 {
	font-size: 22px;
}

.content > div {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.image {
	width: 30%;
}

.text {
	width: 65%;
	font-family: 'Bebas Neue', cursive;
}

.text > small {
	color: #e40b90;
	font-size: 16px;
	margin: 0; padding: 0;
}

.text > h2 {
	color: #27274b;
	margin: 0; padding: 0;
} 

.text > span {
	color: #f69743;
	margin: 0; padding: 0;
	font-size: 18px;
} 

hr {
	border: 2px solid #f3f2ee;
	margin: 20px 0px;
}

.fiat > div{
	width: 100%;
	margin-top: 20px;
}

.table, td {
	font-size: 15px;
}

	.content {
		width: 95%;
		padding: 20px;
	border: 6px solid #f3f2ee;
	}

	.marquee {
  width: 95%;
  height: 40px;
  padding: ;
  overflow-x: hidden;
  overflow-y: hidden;
  margin: 0px auto;
  top:  30px;
  border-radius: 8px;
}

footer {
	width: 95%;
	margin: 10px auto;
}

#aress {
	width: 140px;
}
		
}

/*Tablet Kısım */
	@media screen and (min-width: 651px) and (max-width: 900px) {

		
	
	}





