body {
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
  /*background-image: url("images/arkaplan.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; */
}


footer {
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: white;
	color: green;
	text-align: center;
	border-top: 2px green solid;

}

footer p{
	
	line-height: 1.5;
}

selection {
	margin-top: 20px;
	background-size: auto;
}

footer a {
	text-decoration: none;
	color: green;
}

footer a:hover{
    background-color: green; /* Renkli kutucuğun arkaplan rengi */
    color: white; /* Renkli kutucuğun metin rengi */
}

footer a {
	font-weight: bold;
    display: inline-block;
    padding: 2px 1px 1px 2px;
    border-radius: 20px;
    transition: background-color 0.3s;
}

footer h3{
	font-family: 'Paytone One', sans-serif;	
	display: inline-block;
}

footer h3:after {
	content: '';
	display: block;
	width: 100%;
	border-bottom: 1px green solid;
}


.copy-right {
border-top: 3px solid #FFFFFF;
max-height: auto;
background-color: green;
color: white;
width: 100%;

}


.footer-container {
  display: flex;
  flex-wrap: wrap;

}

.footer-column {
  flex: 1;
  padding: 10px;
  box-sizing: border-box;
}

*{ 
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* NAV MENÜ BAŞLANGIÇ */
nav{
    display: flex;
    justify-content: space-around;
    align-items: center;
    min-height: 8vh;
    background-color: white;
	border-bottom: 3px solid green;
	padding-top: 20px;
}
.logo {
    color: white;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 20px;
}
.logo img{
	max-width: 325px;	
}
.nav-links{
    display: flex;
    justify-content: space-around;
    width: 50%;
}
.nav-links li{
    list-style: none;
}

.nav-links li a:hover {
    background-color: green; /* Renkli kutucuğun arkaplan rengi */
    color: white; /* Renkli kutucuğun metin rengi */
	
}

.nav-links li a {
    display: inline-block;
    padding: 5px 10px 10px 10px;
    border-radius: 20px;
    transition: background-color 0.3s;
}

.nav-links a{
    text-decoration: none;
    color: green;
    letter-spacing: 3px;
	font-family: 'Paytone One', sans-serif;
    font-size: 18px;
}

@media screen and (max-width: 1315px){
	.nav-links a{
		font-size: 14px;
	}
	
}
.nav-links a:hover{
	text-decoration: none;
	color: #3FE23D;
}
.burger {
    display: none;
}
.burger div{
    width: 25px;
    height: 3px;
    background-color: green;
    margin: 5px;
    transition: all 0.3s ease;


}

@media screen and (max-width: 768px){
    body{
        overflow-x: hidden;
    }
    .nav-links {
        position: absolute;
        right: 0px;
        height: 50vh;
        top: 8vh;
        background-color: white;
        display: none;
        flex-direction: column;
        align-items: center;
        width: 50%;
        transform: translateX(100%);
        transition: transform -0.5s ease-in;
		z-index: 9;
    }
    .nav-links li {
        opacity: 0;
		border-bottom: green solid;
    }
    .burger {
        display: block;
        cursor: pointer;
		z-index: 10;
    }
}

.nav-active {
	display: flex;
    transform: translateX(0%);
}

@keyframes navLinkFade {
    from {
        opacity: 0;
        transform: translateX(50px);
    }
    to {
        opacity: 1;
        transform: translateX(0px);
    }
}

.toggle .line-1 {
    transform: rotate(-45deg) translate(-5px, 6px);
}
.toggle .line-2 {
    opacity: 0;
}
.toggle .line-3 {
    transform: rotate(45deg) translate(-5px, -6px);
}
.toggle .line-4 {
    transform: rotate(45deg) translate(-5px, -6px);
}


/* to add content for ipad insert code below */

@media screen and (max-width: 1024px){
  
}

/*NAV MENÜ SON*/

/* TABLO AYARLARI */


table {
	border-collapse: collapse;
	width: 70%;
	background-color: white;
	border-radius: 10px;
	overflow: hidden;
	animation: fadeIn 1s ease-in-out;
	/*border: 1px solid black;*/
	margin: 50px auto 100px auto;
}

@keyframes fadeIn {
  from {
	opacity: 0;
	transform: translateY(20px);
  }
  to {
	opacity: 1;
	transform: translateY(0);
  }
}

th {
  width: 20%;
  padding: 8px;
  text-align: left;
  border: 1px solid green;
  transition: background-color 0.3s ease-in-out;
} 

td {
  padding: 8px;
  text-align: center;
  border-top: 2px solid green;
  border-bottom: 2px solid green;
  transition: background-color 0.3s ease-in-out;

}

  td img {
	  max-height: 20px;
  }

th {
  background-color: green;
  color: white;
  text-align: center;
  font-size: 20px;
}

td:hover {
  background-color: lightgray;
  cursor: pointer;
}

.parabirimi {
	font-size: 20px;
	font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", "sans-serif";
	text-align: left;
	color: green;
}

/*İletişim*/
       
        #container {
            display: flex;
            flex-direction: column;
            align-items: center;
			margin-top: 100px;
			margin-bottom: 100px;
			color: green;
        }
        
        #left {
			margin-top: 0;
            order: 1;
			margin-left: 10%;
			max-width: 40%;
			border-right: 1px green solid;
        }
		@media screen and (max-width: 768px) {
		  #left {
			border-right: none;
		  }
		}
        
        #right {
			margin-top: 0;
            order: 2;
			margin-right: 10%;
			max-width: 40%;
}
		@media screen and (max-width: 768px) {
			  #right {
				text-align: center;
				  max-width: 80%;
			  }
			}

		@media screen and (max-width: 768px) {
			  #address-box {
				text-align: center;
				margin-top: 20px;
			  }
			}


		.iletisim-kapsami{
			position: absolute;
			vertical-align: top;
		}
        
        .map-container {
            width: 100%;
            height: 400px;
            margin-top: 20px;
        }
        
        .social-media-links {
            display: flex;
            justify-content: center;
            margin-top: 10px;
        }

		.social-media-links img{
			max-height: 50px;
		}
        
        .social-media-links a {
            margin: 0 5px;
        }
        
        h1 {
            margin-bottom: 15px;
			font-family: 'Paytone One', sans-serif;	
			display: inline-block;
        }
		h1:after {
		  content: '';
		  display: block;
		  width: 100%;
		  border-bottom: 1px green solid;
		}
        
        h3 {
            margin-bottom: 5px;
        }
        
        p {
            margin: 5px 0;
        }
        
        @media only screen and (min-width: 768px) {
            #container {
                flex-direction: row;
                justify-content: center;
            }
            
            #left {
                order: 0;
                flex-basis: 50%;
            }
            
            #right {
                order: 1;
                flex-basis: 50%;
                margin-left: 20px;
            }
        }


/* HAKKIMIZDA BÖLÜMÜ*/

        #about {
            text-align: left;
            margin: 50px auto;
            max-width: 800px;
            padding: 20px;
            background-color: #f9f9f9;
            border-radius: 30px;
			font-size: 34px;
        }
        
        #about h1 {
            color: green;
			font-family: 'Paytone One', sans-serif;
			font-size: 24;
        }
        
        #about p {
            color: green;
			font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
            font-size: 16px;
            line-height: 1.5;
            margin-bottom: 10px;
        }
        
        #about .highlight {
            font-weight: bold;
            text-decoration: underline;
        }

/* CANLI PİYASALAR*/

#piyasalar {
	text-align: left;
	margin-top: 25px;
	margin-left: 75px;
	color: green;
	font-size: 30px;
	font-family: 'Paytone One', sans-serif;	
	display: inline-block;

}

#piyasalar:after {
  content: '';
  display: block;
  width: 100%;
  border-bottom: 1px green solid;
}

#ozel-yazi {
	background-color: green;
	padding: 2px;
	border-top: 1px solid white;
}

#ozel-yazi p {
	font-family: 'Pacifico', cursive;
	text-align: center;
	color: white;
	
	
}


/*ANA SAYFA AYARLARI */

/* styles.css */
section#home .hero {
    position: relative;
    text-align: center;
	
}

section#home .hero img {
    width: 100%;
    height: 300px;
	opacity: 0.8;

}

@media only screen and (max-width: 768px) {
	
section#home .hero img {
    width: 100%;
    height: 20%;
	z-index: 1;
	}
}	
	

section#home .hero-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
}

section#home .hero-content h3 {
	text-shadow: 5px 7px 8px rgba(0, 0, 0, 0.5); /* İstenilen gölge efektini ayarlayın */
    font-size: 56px;
    margin-top: 0;
	color: green;
	font-family: 'Paytone One', sans-serif;	
	display: inline-block;

}

@media (max-width: 768px) {
	section#home .hero-content h3 {
		font-size: 30px;
	}
}

section#home .hero-content h2 {
    font-size: 24px;
}

section#home .hero-content .btn {
    background-color: #333;
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
    display: inline-block;
    border-radius: 5px;
}

.content-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.left-block {
    width: 60%;
    margin-bottom: 20px;
}

.right-block {
    width: 35%;
    margin-bottom: 20px;
	margin-right: 15px;
}

.left-content {
    background-color: #f1f1f1;
    padding: 20px;
	margin: 20px;
}

.left-content h2{
	color: green;
	font-family: 'Paytone One', sans-serif;
	
}

.left-content p{
	color: green;
	text-align: justify;
}


.left-content img {
    max-height: 250px;
	max-width: 400px;
    padding: 20px;
	display: inline-block;
	float: left;
}

.left-content p {
	padding: 20px;
}


@media (max-width: 975px) {
    .left-block,
    .right-block {
        width: 100%;
    }
}
.custom-table {
    /* Tablo için özel stil ayarları */
}


.mySlides {display: none;}


/* Slideshow container */
.slideshow-container {
  max-width: 100%;
  position: relative;
  margin: auto;
}

/* Caption text */
.text {
  color: green;
  font-size: 56px;
  padding: auto 12px;
  position: absolute;
  bottom: 35%;
  width: 100%;
  text-align: center;
  font-family: 'Paytone One', sans-serif;
  text-shadow: 5px 5px 10px rgba(255, 255, 255, 0.9); /* İstenilen gölge efektini ayarlayın */

}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: none;
  transition: background-color 0.6s ease;
}

.active {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 768px) {
  .text {font-size: 30px}
}
