 @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
    text-decoration: none;
}

body{
    min-height: 100vh;
    background-color: rgb(255, 255, 255);
    
}
.syncopate-regular {
  font-family: "Syncopate", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.syncopate-bold {
  font-family: "Syncopate", sans-serif;
  font-weight: 700;
  font-style: normal;
}


header{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 0px 7%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-image: linear-gradient(79deg,rgb(238, 238, 238),rgb(255, 255, 255));
    z-index: 999;
    box-shadow: 0px 0px 10px rgba(35, 117, 224, 0.5);

}

header .logo{
    font-weight: bolder;
    font-size: 20px;
    color: black;
    
}

.companyBar{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 300px;
    height: 80px;
    padding: 10px;
    
   
    
}

#companyLogo{
width: 70px;
height: 100%;
padding: 2px;
}

#companyLogo img{
   width: 100%;
   height: 100%;
}

header .navbar ul{
    list-style: none;
}

header .navbar ul li{
    position: relative;
    float: left;
    
}


header .navbar ul li a{
    font-size: 20px;
    padding: 23px 20px;
    color: #333;
    display: flex;
    align-items: center;
    transition: 0.5s color ease;
    position: relative;
    font-weight:400;
}




.material-symbols-outlined{
    margin-left: 5px;
}



header .navbar ul li a:hover{
   
    transition: 0.4s;
    color: rgba(44, 129, 204, 0.984);
  }

  header .navbar ul li a:after{
    content: "";
    position: absolute;
    background-color: rgba(3, 134, 234, 0.459);
    height: 4px;
    width: 0%;
    border-radius: 10px;
    right: 0;
    bottom: 0;
    transition: 0.4s;
}

header .navbar ul li a:hover:after{
    width:98%;
}


#hizmetmenu{

    transition: 0.3s opacity ease;
    display: none;
}

#hizmetmenu li a{
    font-size: 15px;
    font-weight: bold;

    
 }
#projemenu li a{
    font-size: 15px;
    font-weight: bold;
}

header .navbar ul li ul{

position: absolute;
top: 90px;
left: 0;
width: 230px;
background-color: rgba(220, 220, 220, 0.173);
backdrop-filter: blur(5px);
box-shadow: 0px 0px 10px rgba(35, 117, 224, 0.5);
border-radius: 10px 10px 10px 10px;
z-index: -4;

}

header .navbar ul li ul li ul{
    left: 240px;
    top: 0;
}

header .navbar ul li ul li{
    width: 100%;
   
    padding: 10px auto;
   
}

#eticaretMenu{
display: none;
}

#projemenu{
display: none;
}


.arrow {
    transition: transform 0.3s ease;
}
.open {
    transform: rotate(180deg); 
}

#menu-bar{
    display: none;
}


header label{
    font-size: 20px;
    color: #333 ;
    cursor: pointer;
    display: none;
}


/* Media Sorguları */

@media(max-width: 1170px) {
  
header{
    padding: 20px;
   
}

header label{
    display: initial;
}

header .navbar{
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #ffffff;
   border-top: 1px solid black;
   display: none;
}

header .navbar ul li{
    width: 100%;
    background-color: rgb(255, 255, 255);
}

header .navbar ul li ul{
   position:static;
   width: 100%;
   
}
header .navbar ul li ul li{
    background-color: rgba(232, 232, 232, 0.437);
    backdrop-filter: blur(5px);
    
 }

 header .navbar ul li ul li ul li{
    background-color: rgba(214, 214, 214, 0.886);
    backdrop-filter: blur(5px);
    
 }

 #menu-bar:checked ~ .navbar{
    display: initial ;
 }

#menuicon{
    padding-top: 10px;
    font-size: 50px;
    color: rgb(15, 116, 199);
}

}
body, html {
    height: 100%;
}

/* The hero image */
.hero-image {
  /* Use "linear-gradient" to add a darken background effect to the image (photographer.jpg). This will make the text easier to read */
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("izmircekici.jpg");

  /* Set a specific height */
  height: 80%;

  /* Position and center the image to scale nicely on all screens */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

/* Place text in the middle of the image */
.hero-text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffc50c;
}

.button {
  background-color: #04AA6D; /* Green */
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  border-radius: 8px;
  opacity: 0.9;

}

.button2 {background-color: #f44336;} /* Red */ 



.footer-dark {
  padding:50px 0;
  color:#f0f9ff;
  background-color:#282d32;
  opacity: 0.8;
}

.footer-dark h3 {
  margin-top:0;
  margin-bottom:12px;
  font-weight:bold;
  font-size:16px;
}

.footer-dark ul {
  padding:0;
  list-style:none;
  line-height:1.6;
  font-size:14px;
  margin-bottom:0;
}

.footer-dark ul a {
  color:inherit;
  text-decoration:none;
  opacity:0.6;
}

.footer-dark ul a:hover {
  opacity:0.8;
}

@media (max-width:767px) {
  .footer-dark .item:not(.social) {
    text-align:center;
    padding-bottom:20px;
  }
}

.footer-dark .item.text {
  margin-bottom:36px;
}

@media (max-width:767px) {
  .footer-dark .item.text {
    margin-bottom:0;
  }
}

.footer-dark .item.text p {
  opacity:0.6;
  margin-bottom:0;
}

.footer-dark .item.social {
  text-align:center;
}

@media (max-width:991px) {
  .footer-dark .item.social {
    text-align:center;
    margin-top:20px;
  }
}

.footer-dark .item.social > a {
  font-size:20px;
  width:36px;
  height:36px;
  line-height:36px;
  display:inline-block;
  text-align:center;
  border-radius:50%;
  box-shadow:0 0 0 1px rgba(255,255,255,0.4);
  margin:0 8px;
  color:#fff;
  opacity:0.75;
}

.footer-dark .item.social > a:hover {
  opacity:0.9;
}

.footer-dark .copyright {
  text-align:center;
  padding-top:24px;
  opacity:0.3;
  font-size:13px;
  margin-bottom:0;
}
.row {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
}

/* Create four equal columns that sits next to each other */
.column {
  flex: 25%;
  max-width: 25%;
  padding: 0 4px;
}

.column img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
  .column {
    flex: 50%;
    max-width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    flex: 100%;
    max-width: 100%;
  }
}




