@charset "UTF-8";
/* CSS Document for About Page */




/* about sayfasi hakkindaki seyler */

h1 {
    font-family: 'JetBrains Mono', monospace;
	color: rgba(255,255,255,1.00);
	text-align: inherit;
	left: 258px;
	margin-top: 100px;
	font-size: 36px;

}

h2 {
	font-family: 'JetBrains Mono', monospace;
	color: rgba(255,255,255,1.00);
	margin-top: 0px;
}

h3 {
	font-family: 'JetBrains Mono', monospace;
	color: rgba(55,167,66,0.8);
}



p {
	font-family: 'JetBrains Mono', monospace;
	color: rgba(255,255,255,1.00);
	
	left: 258px;
	margin-top: 10px;
	font-size: 16px;
	line-height: 20px;
	
}

.textaboutexhibition {
	text-align: justify;
	-webkit-columns:350px 2;
	-moz-columns:350px 2;
	columns: 350px 2;
	-webkit-column-gap:90px;
	-moz-column-gap:90px;
	column-gap:90px;
	
}



body {
font-family: 'JetBrains Mono', monospace;
height: auto;
color: #fff;
background: rgb(0,0,0);
background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(57,57,57,1) 100%);
    
}

/* about sayfasi hakkindaki seyler bitis*/


/* nav bar detaylari buradan itibaren */
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'JetBrains Mono', monospace;
}
/* custom scroll bar */
::-webkit-scrollbar {
    width: 10px;
}
::-webkit-scrollbar-track {
    background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
    background: #888;
}
::selection{
  background: rgb(0,123,255,0.3);
}
.content{
  max-width: 1250px;
  margin: auto;
  padding: 0 50px;
}
.navbar{
  position: fixed;
  width: 100%;
  z-index: 2;
  padding: 25px 0;
  transition: all 0.3s ease;
}
.navbar.sticky{
  background: #1b1b1b;
  padding: 10px 0;
  box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.1);
}
.navbar .content{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.navbar .logo a{
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  text-decoration: none;
}
.navbar .menu-list{
  display: inline-flex;
}
.menu-list li{
  list-style: none;
}
.menu-list li a{
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  margin-left: 68px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.menu-list li a:hover{
  color: #32933C;
}
.banner{
  background: url("../../../../../private/var/folders/tp/v8jpydk54cqb6d3s44kl4jjh0000gn/T/Adobe/Dreamweaver 2021/banner.jpg") no-repeat;
  height: 30vh;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.about{
  padding: 40px 0;
}
.about .title{
  font-size: 38px;
  font-weight: 700;
    width: 100%;
    min-height: 100vh;

}
.about p{
  padding-top: 20px;
  text-align: justify;
}
.icon{
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  display: none;
}
.menu-list .cancel-btn{
  position: absolute;
  right: 30px;
  top: 20px;
}




@media (max-width: 1230px) {
  .content{
    padding: 0 60px;
  }
}
@media (max-width: 1100px) {
  .content{
    padding: 0 40px;
  }
}
@media (max-width: 900px) {
  .content{
    padding: 0 30px;
  }
}
@media (max-width: 868px) {
  body.disabled{
    overflow: hidden;
  }
  .icon{
    display: block;
  }
  .icon.hide{
    display: none;
  }
  .navbar .menu-list{
    position: fixed;
    height: 100vh;
    width: 100%;
    max-width: 400px;
    left: -100%;
    top: 0px;
    display: block;
    padding: 40px 0;
    text-align: center;
    background: #222;
    transition: all 0.3s ease;
  }
  .navbar.show .menu-list{
    left: 0%;
  }
  .navbar .menu-list li{
    margin-top: 45px;
  }
  .navbar .menu-list li a{
    font-size: 23px;
    margin-left: -100%;
    transition: 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }
  .navbar.show .menu-list li a{
    margin-left: 0px;
  }
}

.nav-items img {
width: 371px;
height: 124px;
margin-left: 153px;
margin-top: 10px;

}


@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
/* Styles */
	
	 .navbar .logo a{
    font-size: 29px;
  }
}


@media (max-width: 380px) {
  .navbar .logo a{
    font-size: 27px;
  }
}

@media (max-width: 575px) {
.image-1 img {
   width: 90px;

	}	}

/* buraya kadar ama yine bi kontrol saglayin */



/* yanlardaki yesil yazilar */

.bottom-content {
	font-weight: 100;
position: relative;
text-align: center;
float: right;
margin-top: 40px;
margin-bottom: 153px;
border: solid 1px red;
}

.bottom-content h3 {
font-size: 17px;
line-height: 30px;
font-weight: 100;
}

.bottom-content{
text-align-last: right;
float: right;
	font-weight: 100;
margin-left: 1145px;
	font-size: 22px;
	text-shadow: 0px 0px 6px rgba(55,167,66,0.7);
}

.vertical-text{
	font-weight: 100;
	margin-right: 1350px; 
	font-size: 20px;
	text-shadow: 0px 0px 6px rgba(55,167,66,0.7);	
}

.vertical-text {
left: 2.5%;
position: absolute;
writing-mode: vertical-lr;
display: inline;
top: 210px;
transform: rotate(180deg);
	font-weight: 100;
}
 

.yantext {

	margin-left: -187px;
	font-weight: 100;
	top: 683px;
	position: relative;
	display: inline;

	text-align: right;
	font-size: 22px;
	line-height: 29px;
	text-shadow: 0px 0px 6px rgba(55,167,66,0.7);

}

@media (max-width: 575px) {
	.bottom-content h3{
		line-height: 15px;
		font-size: 15px;
	}
	
	.vertical-text h3{
		font-size: 14px;
}
	
	
	}	



/* yesil yazilar buraya kadar */


/* about sayfasi hakkindaki seyler */

.page {
  padding: 0 0 75px 0;
}

.titleofthepage {
text-align: center;
font-size: 20px;
font-weight: 400;
filter: blur(1px);
margin-bottom: 120px;
	

}

.titleofthepage1 h1 {
text-align: center;
font-size: 25px;
font-weight: 800;
margin-top: 4px;

}

.textaboutexhibition p{
	line-height: 24px;
	font-size: 14px;
	font-weight: 200;
	font-family: 'JetBrains Mono', monospace;
	text-align-last: left;
  margin: 0;
  padding: 0;
}


.statement p{
	line-height: 24px;
	font-size: 14px;
	font-weight: 200;
	font-family: 'JetBrains Mono', monospace;
		
}

.titleofmaintext h1 {
	line-height: 30.4px;
	font-weight: 800;
  font-size: 25px;
	font-family: 'JetBrains Mono', monospace;
  padding: 0 0 30px 0;
}


@media (max-width: 575px) {
	
	.titleofmaintext {
		line-height: 40.4px;
	}
} 


/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 300px) and (max-device-width : 480px) { 
	
	
	.about {
		margin: 2%;
	}

	.titleofthepage1 h1{
		line-height: 30px;
		font-size: 20px;
	}
	
	.titleofmaintext h1{
		line-height: 30px;
		font-size: 25px;
		margin-top: 74px;
		margin-bottom: -12px;
		text-align: center;
	}

}


/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 300px) and (max-device-width : 480px) {
	/* Styles */
	.vertical-text {
		margin: 2%;
		font-size: 13px;
		margin-left: 10px;
	}



}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
/* Styles */
	.content {
		margin-top: 8%;
		margin: 4%;
	}
	
	
}
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 280px) and (max-device-width : 653px) {
/* Styles */
	.content {
		margin: 5%;
	}
	.titleofthepage1 h1{
		line-height: 15px;
		font-size: 15px;
	}
	
	.titleofmaintext h1{
		font-size: 23px;
		line-height: 25px;
		margin-top: 67px;
	}
	
	.vertical-text {
		margin: 6%;
		font-size: 12px;
	}
	
}


/* footer hakkindaki seyler */


.footer {
    width: 100%;
    height: auto;
    padding: 25px 0 25px 0;
    background-color: rgba(27,27,27,1.00);
}

.main-container {
    width: 80%;
    height: auto;
    margin: auto;
}

.logos-area{
    width: 100%;
    overflow: hidden;
    padding: 0 0 50px 0;
}

.left-img{
    max-width: 30%;
    min-width: 110px;
    height: auto;
    overflow: hidden;
    float: left;
}

.left-img img {
    width: 100%;
}

.right-img{
    max-width: 30%;
    min-width: 110px;
    height: auto;
    overflow: hidden;
    float: right;
}

.right-img img {
    width: 100%;
}

.first-header {
    width: 100%;
    height: auto;
    padding: 0 0 10px 0;
}

.first-header h4 {
    font-family: 'JetBrains Mono', monospace;
    color: white;
    font-size: 18px;
    text-align: center;
    padding: 0;
    margin: 0;
}

.socials {
    width: 100%;
    height: auto;
    text-align: center;
}

.socials i {
    color: white;
    font-size: 10px;
    padding: 0 5px 50px 5px;
}

.second-header {
    width: 100%;
    height: auto;
}

.second-header h5 {
    color: #999999;
    font-family: 'JetBrains Mono', monospace;
    font-size: 10px;
    text-align: center;
    margin: 0;
    padding: 0;   
}


/* footer hakkindaki seyler bitis */


/* eksik gedik olabilir / haber verirsiniz:) */