@import url("https://fonts.googleapis.com/css2?family=Electrolize&family=Poppins:wght@400;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Electrolize&family=MuseoModerno:wght@800;900&family=Poppins:wght@400;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Afacad:wght@400;700&family=Electrolize&family=MuseoModerno:wght@800;900&family=Poppins:wght@400;800&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
::-webkit-scrollbar {
  display: none;
}

/* Firefox için */
* {
  scrollbar-width: none;
  /* Firefox için scrollbar'ı gizler */
}

/* IE ve Edge için */
* {
  -ms-overflow-style: none;
  /* Internet Explorer ve eski Edge sürümleri için */
}
.hide-scrollbar::-webkit-scrollbar {
  display: none;
}

.hide-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
* {
  margin: 0;
  padding: 0;
  list-style:none;
  box-sizing: border-box;
  font-family: "Afacad", sans-serif;
  scroll-behavior: smooth;
}
body {
  height: 100vh;
}


/*header start*/
.nav {
  height: 80px;
  width: 100%;
  background-color: rgba(51, 51, 51, 0.7); /* %70 opaklıkla transparan koyu gri */
  position: fixed;
  z-index: 999;
}

.nav > .nav-header {
  display: inline;
}

.nav > .nav-header > .nav-title {
  display: inline-block;
  width: 150px;
  padding: 10px 10px 10px 10px;
  margin-left: 30px;
  
}

.nav > .nav-btn {
  display: none;
}

.nav > .nav-links {
  display: inline;
  float: right;
  font-size: 18px;
  margin-top: 10px;
  padding-right: 30px;
}

.nav > .nav-links > a {
  display: inline-block;
  padding: 13px 10px 13px 10px;
  text-decoration: none;
  color: #efefef;
}

.nav > .nav-links > a:hover {
  font-style: bold;
}

.nav > #nav-check {
  display: none;
}

@media (max-width:730px) {
  .nav > .nav-header > .nav-title{
    width: 120px;
    margin-left: 0px;
  }
  .nav{
    background-color: #474747;
    height: 50px;
  }
  .nav > .nav-btn {
    display: inline-block;
    position: absolute;
    right: 0px;
    top: 0px;
  }
  .nav > .nav-btn > label {
    display: inline-block;
    width: 50px;
    height: 50px;
    padding: 13px;
  }
  .nav > .nav-btn > label:hover,.nav  #nav-check:checked ~ .nav-btn > label {
    background-color: rgba(0, 0, 0, 0.3);
  }
  .nav > .nav-btn > label > span {
    display: block;
    width: 25px;
    height: 10px;
    border-top: 2px solid #eee;
  }
  .nav > .nav-links {
    position: absolute;
    display: block;
    width: 100%;
    background-color: #666666;
    height: 0px;
    transition: all 0.3s ease-in;
    overflow-y: hidden;
    top: 50px;
    left: 0px;
    margin-top: 0px;
  }
  .nav > .nav-links > a {
    display: block;
    width: 100%;
  }
  .nav > #nav-check:not(:checked) ~ .nav-links {
    height: 0px;
  }
  .nav > #nav-check:checked ~ .nav-links {
    height: calc(100vh - 50px);
    overflow-y: auto;
  }

}
/*header end*/

/*slider start*/
a{text-decoration:none;	color:#666;}
a:hover{color:#1bc1a3;}
#wrapper{
	width:600px;
	margin:50px auto;
	height:400px;
	position:relative;
	color:#fff;
	text-shadow:rgba(0,0,0,0.1) 2px 2px 0px;	
}

#slider-wrap{
	width:600px;
	height:400px;
	position:relative;
	overflow:hidden;
}

#slider-wrap ul#slider{
	width:100%;
	height:100%;
	
	position:absolute;
	top:0;
	left:0;		
}

#slider-wrap ul#slider li{
	float:left;
	position:relative;
	width:600px;
	height:400px;	
}

#slider-wrap ul#slider li > div{
	position:absolute;
	top:20px;
	left:35px;	
}

#slider-wrap ul#slider li > div h3{
	font-size:36px;
	text-transform:uppercase;	
}

#slider-wrap ul#slider li > div span{
	font-family: Neucha, Arial, sans serif;
	font-size:21px;
}

#slider-wrap ul#slider li i{
	text-align:center;
	line-height:400px;
	display:block;
	width:100%;
	font-size:90px;	
}


/*btns*/
.cb-slideshow,
.cb-slideshow:after { 
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 0; 
}
.cb-slideshow:after { 
    content: '';
    background: transparent url(./image/pattern.png) repeat top left;
    opacity: 0;
}
.cb-slideshow li span { 
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    color: transparent;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
    opacity: 0;
    z-index: 0;
	-webkit-backface-visibility: hidden;
    -webkit-animation: imageAnimation 36s linear infinite 0s;
    -moz-animation: imageAnimation 36s linear infinite 0s;
    -o-animation: imageAnimation 36s linear infinite 0s;
    -ms-animation: imageAnimation 36s linear infinite 0s;
    animation: imageAnimation 36s linear infinite 0s; 
}
.cb-slideshow li div { 
    z-index: 1000;
    position: absolute;
    bottom: 30px;
    left: 0px;
    width: 100%;
    text-align: center;
    opacity: 0;
    color: #fff;
    -webkit-animation: titleAnimation 36s linear infinite 0s;
    -moz-animation: titleAnimation 36s linear infinite 0s;
    -o-animation: titleAnimation 36s linear infinite 0s;
    -ms-animation: titleAnimation 36s linear infinite 0s;
    animation: titleAnimation 36s linear infinite 0s; 
}
.cb-slideshow li div h3 { 
    font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
    font-size: 240px;
    padding: 0;
    line-height: 200px; 
}
.cb-slideshow li:nth-child(1) span { 
    background-image: url("https://firebasestorage.googleapis.com/v0/b/bomayapi.appspot.com/o/slide1.jpeg?alt=media&token=194ecf4b-d395-489b-a849-764087a83c2e");
}
.cb-slideshow li:nth-child(2) span { 
    background-image: url("https://firebasestorage.googleapis.com/v0/b/bomayapi.appspot.com/o/slide2.jpeg?alt=media&token=b43ae30b-2e89-40a4-ac43-2d91c26d0a71");
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
    -o-animation-delay: 6s;
    -ms-animation-delay: 6s;
    animation-delay: 6s; 
}
.cb-slideshow li:nth-child(3) span { 
    background-image: url("https://firebasestorage.googleapis.com/v0/b/bomayapi.appspot.com/o/slide3.jpeg?alt=media&token=c181c112-8211-4eb5-96a7-f95020020576");
    -webkit-animation-delay: 12s;
    -moz-animation-delay: 12s;
    -o-animation-delay: 12s;
    -ms-animation-delay: 12s;
    animation-delay: 12s; 
}
.cb-slideshow li:nth-child(4) span { 
    background-image: url("https://firebasestorage.googleapis.com/v0/b/bomayapi.appspot.com/o/slide4.jpeg?alt=media&token=7a158f75-c787-4f73-9539-348891f299a9");
    -webkit-animation-delay: 18s;
    -moz-animation-delay: 18s;
    -o-animation-delay: 18s;
    -ms-animation-delay: 18s;
    animation-delay: 18s; 
}
.cb-slideshow li:nth-child(5) span { 
    background-image: url("https://firebasestorage.googleapis.com/v0/b/bomayapi.appspot.com/o/slide2.jpeg?alt=media&token=b43ae30b-2e89-40a4-ac43-2d91c26d0a71");
    -webkit-animation-delay: 24s;
    -moz-animation-delay: 24s;
    -o-animation-delay: 24s;
    -ms-animation-delay: 24s;
    animation-delay: 24s; 
}
.cb-slideshow li:nth-child(6) span { 
    background-image: url("https://firebasestorage.googleapis.com/v0/b/bomayapi.appspot.com/o/slide4.jpeg?alt=media&token=7a158f75-c787-4f73-9539-348891f299a9");
    -webkit-animation-delay: 30s;
    -moz-animation-delay: 30s;
    -o-animation-delay: 30s;
    -ms-animation-delay: 30s;
    animation-delay: 30s; 
}
.cb-slideshow li:nth-child(2) div { 
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
    -o-animation-delay: 6s;
    -ms-animation-delay: 6s;
    animation-delay: 6s; 
}
.cb-slideshow li:nth-child(3) div { 
    -webkit-animation-delay: 12s;
    -moz-animation-delay: 12s;
    -o-animation-delay: 12s;
    -ms-animation-delay: 12s;
    animation-delay: 12s; 
}
.cb-slideshow li:nth-child(4) div { 
    -webkit-animation-delay: 18s;
    -moz-animation-delay: 18s;
    -o-animation-delay: 18s;
    -ms-animation-delay: 18s;
    animation-delay: 18s; 
}
.cb-slideshow li:nth-child(5) div { 
    -webkit-animation-delay: 24s;
    -moz-animation-delay: 24s;
    -o-animation-delay: 24s;
    -ms-animation-delay: 24s;
    animation-delay: 24s; 
}
.cb-slideshow li:nth-child(6) div { 
    -webkit-animation-delay: 30s;
    -moz-animation-delay: 30s;
    -o-animation-delay: 30s;
    -ms-animation-delay: 30s;
    animation-delay: 30s; 
}
/* Animation for the slideshow images */
@-webkit-keyframes imageAnimation { 
    0% { opacity: 0;
    -webkit-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -webkit-animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
@-moz-keyframes imageAnimation { 
    0% { opacity: 0;
    -moz-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -moz-animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
@-o-keyframes imageAnimation { 
    0% { opacity: 0;
    -o-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -o-animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
@-ms-keyframes imageAnimation { 
    0% { opacity: 0;
    -ms-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -ms-animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
@keyframes imageAnimation { 
    0% { opacity: 0;
    animation-timing-function: ease-in; }
    8% { opacity: 1;
         animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
/* Animation for the title */
@-webkit-keyframes titleAnimation { 
    0% { opacity: 0 }
    8% { opacity: 1 }
    17% { opacity: 1 }
    19% { opacity: 0 }
    100% { opacity: 0 }
}
@-moz-keyframes titleAnimation { 
    0% { opacity: 0 }
    8% { opacity: 1 }
    17% { opacity: 1 }
    19% { opacity: 0 }
    100% { opacity: 0 }
}
@-o-keyframes titleAnimation { 
    0% { opacity: 0 }
    8% { opacity: 1 }
    17% { opacity: 1 }
    19% { opacity: 0 }
    100% { opacity: 0 }
}
@-ms-keyframes titleAnimation { 
    0% { opacity: 0 }
    8% { opacity: 1 }
    17% { opacity: 1 }
    19% { opacity: 0 }
    100% { opacity: 0 }
}
@keyframes titleAnimation { 
    0% { opacity: 0 }
    8% { opacity: 1 }
    17% { opacity: 1 }
    19% { opacity: 0 }
    100% { opacity: 0 }
}
/* Show at least something when animations not supported */
.no-cssanimations .cb-slideshow li span{
	opacity: 1;
}

@media screen and (max-width: 1140px) { 
    .cb-slideshow li div h3 { font-size: 140px }
}
@media screen and (max-width: 600px) { 
    .cb-slideshow li div h3 { font-size: 80px }
}
/*slider end*/

/*contact start*/
.contact-wrapper {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 40px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 10000;
  background: linear-gradient(transparent, rgb(61, 61, 61));
}
.contact-title {
  color: white;
  width: 250px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.contact-list {
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact-list-item {
  color: white;
  list-style: none;
  margin-left: 20px;
}
.contact-list-item-content {
  text-decoration: none;
  padding: 6px 15px;
  color: white;
  border-radius: 20px;
}
.contact-list-item i {
  opacity: 0.8;
  font-size: 12px;
  display: flex;
  width: 25px;
  height: 25px;
  align-items: center;
  justify-content: center;
  color: white;
  border: 1px solid white;
  position: relative;
}
.contact-list-item i:hover {
  background-color: white;
  color: black;
}
/*contact end*/

/*!project start*/
.project-container {
  
  padding-bottom: 100px;
  padding-top: 100px;
  
  background-color: #666666;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-items: center;
}
.project-wrapper {
  background-color: #666666;
  width: 95%;
  height: 70vh;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1.5fr 1fr;
  column-gap: 15px;
  
}
.project-column-one {
  display: grid;
  
  grid-template-rows: 1fr ;
  row-gap:15px;
}
.project-column-two {
  display: grid;
  grid-template-rows: 1fr 1fr;
  row-gap: 15px;
}
.project-column-three {
  display: grid;
  grid-template-rows: 1fr 1fr;
  row-gap: 15px;
}
.project-column-four {
  display: grid;
  
  grid-template-rows: 1fr;
  row-gap: 15px;
}
.project-column-five {
  display: grid;
  grid-template-rows: 1fr 1fr;
  row-gap: 15px;
}
@media (max-width: 500px) and (min-width: 100px){
  .project-container{
    height: auto;
    
  }
  .project-wrapper{
    
  }
  .project-column-foue {
    
  }
}
.project-box {
  background-color: transparent;
  width: 100%;
  height: 100%;
  object-fit:cover;
}
.project-image {
  position: relative;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.project-text {
  color: black;
  font-size: 19px;
}

/*!project end*/

/*!project content start*/
.project-content {
  
  width: 100%;
  
  background-color: black;
}
.project-content-wrapper {
  position: relative;
  padding-top: 100px;
  padding-left: 10vb;
  padding-right: 10vb;
  padding-bottom: 100px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 1vb;
  width: 100%;
  
  background-color: #666666;
}
.project-content-title {
  font-size: 3vh;
  color: white;
}
.project-content-list {
  list-style: none;
  color: white;
}
.project-content-list-item {
  font-size: 2vh;
}
.project-content-item {
  margin: 2vb;
  width: 100%;
  
}
.project-content-images {
  display: grid;
  grid-template-rows: 1fr 1fr 1fr 1fr;
  row-gap: 4vb;
}
.project-content-img {
  width: 100%;
  height: 100%;
  max-height: 600px;
}

/*!project content end*/

/*!hakkımızda start*/
.info-container {
  
  width: 100%;
  min-height: 100vh;
}

.info-wrapper {
  padding-left: 150px;
  padding-right: 150px;
  width: 100%;
  height: 100vh;
  text-align: center;
  align-items: center;
  justify-content: center;
}

.info-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(./image/citybackground2.jpg);
  object-fit: cover;
  background-size: cover;
  filter: blur(10px);
  z-index: -1; /* Arka planın z-index değerini ayarla */
}
.biography-content{
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  align-items: center;
  justify-content: center;
}

.biography-title,
.biography-text{
  text-align: center;
  z-index: 2; /* İçeriklerin z-index değerini ayarla */
  padding-bottom: 3vh;
  color: white;
  font-size: 2.5vh;
}


/* Önceki CSS Kodları Burada */

/* Ekran küçüldüğünde uygulanacak kurallar */

@media (max-width: 768px) {
  .info-container{
    
  }
  .info-wrapper::before{
    
    
  }
  .info-wrapper {
    
    padding-left: 50px;
  padding-right: 50px;
  }
  .biography-title {
    padding-bottom: 3vh;
    font-size: 2.2vh;
  }
  .biography-text   {
    font-size: 2.2vh;
  }
  .team-images {
    grid-template-columns: 1fr; /* Ekran küçüldüğünde sadece bir sütun olarak düzenle */
    gap: 20px; /* Sütunlar arası boşluğu ayarla */
    
    padding-right: 0px;
  padding-left: 0px;
  
  }

  .team-hero {
    width: 100%; /* İmajın genişliğini %100 olarak ayarla */
    text-align: center; /* İçeriği ortala */
    padding-bottom: 100px;
  }

  .hero-image {
    width: 100%;
    height: auto; /* Oranlı bir şekilde resmi ayarla */
    object-fit: cover; /* Resmi boyutunu koruyarak sığdır */
  }

  .hero-name {
    margin-top: 10px; /* İsimin üstündeki boşluğu ayarla */
    text-align: center; /* İsmi ortala */
    display: block; /* İsimi blok öğesine dönüştürerek alt alta sırala */
  }
}
@media (max-height: 600) {
  .info-container {
    
    min-height: 300vh;
  }
}



/*!hakkımızda end*/

/*!referans start*/
.referances-body {
  object-fit: cover;
  background-size: cover;
  height: 100vh;
  position: relative;
  z-index: 1;
  background-color: #666666;
}



.references-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  justify-content: center;
  padding: 2% 5%; /* Üstten ve alttan boşluk bırak */
  padding-top: 100px;
  max-width: 1000px;
  margin: 0 auto;
}

.reference-box {
  overflow: hidden;
  background-color: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin: 10px; /* Kutular arasındaki boşluğu kontrol etmek için */
  display: grid;
  grid-template-rows: 1fr 0.1fr;
  max-height: 250px;
}

.reference-image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  
}

.reference-text {
  height: 100%;
  padding-top: 3px;
  text-wrap: nowrap;
  text-align: center;
  background-color: #666666;
  color: white;
  opacity: 0.7;
}
@media (max-width: 800px) {
  .references-container{
    grid-template-columns: repeat(2, 2fr);
    padding-bottom: 100px;
  }
}

/*!referans end*/

/*!iletişim start*/
#contact-section {
  background-color: #666666;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  margin: 0;
}

#contact-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 50px;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}
#contact-content h2 {
  color: white;
  font-size: 3vh;
  padding-bottom: 30px;
}


.contact-new-list {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  row-gap: 3vh;
  align-items: center;
}
.contact-list-text{
  font-size: 2.8vh;
}
.contact-new-list-item {
  
  text-align: center; /* Metinleri ortala */
}

.contact-new-list-item a {
  text-decoration: none;
  color: #ffffff; /* İstenilen renk kullanabilirsin */
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 20px; /* Metin boyutunu ayarla */
  
}

.contact-new-list-item i {
  color: white;
  font-size: 24px; /* Icon boyutunu ayarla */
  margin-right: 10px; /* Icon ile metin arasındaki boşluğu ayarla */
}
@media (max-width: 600px) {
  #contact-content {
    padding: 10px; /* Daha küçük bir padding kullanabilirsiniz */
  }

  #contact-content h2 {
    font-size: 1.2em; /* Daha küçük bir metin boyutu kullanabilirsiniz */
  }

  #contact-content p {
    font-size: 0.8em; /* Daha küçük bir metin boyutu kullanabilirsiniz */
  }

  .contact-new-list {
    
    flex-direction: column; /* Alt alta sıralamak için direction'ı değiştirin */
    align-items: center;
  }

  .contact-new-list-item {
    margin: 5px; /* Daha küçük bir boşluk kullanabilirsiniz */
    text-align: center; /* Metinleri ortala */
  }
  .contact-list-text{
    font-size: 2vh;
  }
  .contact-new-list-item a {
    font-size: 12px; /* Daha küçük bir metin boyutu kullanabilirsiniz */
    display: block; /* Satır içi öğeleri blok öğelerine dönüştürün */
  }

  .contact-new-list-item i {
    font-size: 14px; /* Daha küçük bir ikon boyutu kullanabilirsiniz */
    margin-bottom: 5px; /* Daha küçük bir boşluk kullanabilirsiniz */
  }
}



/*!iletişim end*/

/*!responsive start*/
@media (max-width: 1920px) and (min-width: 1080px){
  
}
@media (max-width: 1000px) and (min-width: 800px){
  .project-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    row-gap: 25px;
    width: 100%;
    
    background-color: #666666;
  }
}
@media (max-width: 800px) and (min-width: 500px){
  .project-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 25px;
    width: 100%;
    height: 100vh;
    background-color: #666666;
  }
  .project-content-wrapper{
    grid-template-columns: 1fr;
    padding: 20px;
    padding-top: 50px;
  }
  .project-content-images{
    padding-bottom: 100px;
  }
}
@media (max-width: 500px) and (min-width: 100px){
  .project-wrapper {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 25px;
    width: 100%;
    height: auto;
    background-color: #666666;
    padding-left: 20px;
    padding-right: 20px;
  }
  .project-content-wrapper{
    grid-template-columns: 1fr;
    padding: 20px;
    padding-top: 50px;
    
  }
}



/*!responsive end*/