* {
    box-sizing: border-box;
    text-decoration: none;
    margin: 0;
    padding: 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    
}
html, body{
    margin: 0;
    padding: 0;
    
    height: 150vh;
    
}
    ::-webkit-scrollbar {
    width: 14px;
    }

    ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey; 
    border-radius: 10px;
   }
   ::-webkit-scrollbar-thumb {
       background: grey; 
       border-radius: 10px;   
   }
   
   ::-webkit-scrollbar-thumb:hover {
       background-color: rgba(65,174,189,1);
   }




.container{
    height: 200vh;
    display: grid;
    
    grid-template-columns: 0.5fr 1fr 1fr 1fr 0.5fr;
    grid-template-rows: 4fr 1fr 4fr 4fr 0.5fr;
}


 .icon-menu {
    display: none;
    color: #fff;
    padding: 0 15px;
    margin: 0;
}  




 .logo{
    display: flex;
    cursor: pointer;
 }

.icon-logo {
   display: flex;
   justify-content: space-between;
   align-items: center;
   padding-left: 1%;
   padding-right: 1%;
   border-right: #fff solid;
}
.logo img {
    height: 25px;
    padding-right: 10px;
    
}
.frma{
    cursor: pointer;
    color: #fff;
    text-shadow: -5px 5px 10px black;
    
}

.navbar{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 50px;
    color: #fff;
    background-color: transparent;
    position: fixed;
    top: 0;
    z-index: 100;
    
    
      
}
.menu {
    padding-right: 1%;
    transition: all 2s;
    
    
}
.menu a {
    font-family: Arial, Helvetica, sans-serif;
    padding: 0 15px 5px 15px;
    margin: 0 10px;
    text-decoration: none;
    color: #fff;
    font-size: 17px; 
    border-bottom: transparent 1px solid;
    transition: all 0.7s; 
    text-shadow: -5px 5px 10px black; 
}


.menu a:hover {
    border-bottom: rgba(65,174,189,1) 3px solid;
    
}
a.active{
    font-family: Arial, Helvetica, sans-serif;
    border-bottom: rgba(65,174,189,1) 3px solid;
    text-shadow: 0 1px 1px black;
}
a.active, #menu2 a.active {
    color: #b6b0b0;
}



#menu2 {
    display: block;
    position: absolute;
    top: 55px;
    left: 0;
    background-color:#3c3c3c;
    min-width: 40%;
    height: 100vh;
    line-height: 40px;
    opacity: 90%;
    
}

#menu2 a{
        display: block;
        color: #fff;
        margin: 5px 0;
        padding: 0 20px;
        text-decoration: none;
        user-select: none;
}
#menu2 a:hover {
    border-bottom: rgba(65,174,189,1) 2px solid;
    border-left: rgba(65,174,189,1) 1px solid;
}

#yanmenu{
	  display: none;
      
	}
    
#menu2 { display:none;	}
#yanmenu:checked + #menu2 { display:block; }






#icon-searchid{
    display: none;
}
.iletisim{
    display: flex;
    font-weight: 600;
    font-size: 70px;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
    animation: con 7s infinite;
    justify-content: center;
    align-items: center; 
}

.iletisim h1 {
    font-size: 50px;
    text-shadow: -5px 5px 10px black;
    border-bottom: rgba(65,174,189,1) solid; 
}
.iletisim h3 {
    font-size: 20px;
    font-weight: 300;
    text-shadow: -5px 5px 10px black;
}

.fotograf{
    width: 80%;
    height: 80%;
    background-image: url(img/foto1.jpg);
    background-size: cover;
    background-position: center;
    
}

@keyframes con {
    50% {
        transform: translateY(-10%);
    }
}
header, footer, main, aside, section {
    
    color: #fff;   
}

header{
    background-image: url(img/bb.jpg);
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center;
    grid-column: 1 / span 5;
    overflow: hidden;
    min-height: 350px;
    
}
main{
    display: grid;
    grid-column: 1 / span 5;
    grid-row: 2;
    background-color: rgba(65,174,189,1);
    margin: 1% 0;
    
}


footer{
    grid-column: 1 / span 5;
    grid-row: 5;
    background-color: rgba(65,174,189,1);
    margin-top:1% ;
    box-shadow: gray 1px 1px 1px 1px;
    display: flex;
    align-items: center;
    justify-content: space-between;
     
}


main p {
    display: grid;
    align-items: center;
    text-align: center;
    justify-items: center;
    color: #fff;
}
nav{
    
    grid-column: 2 / span 3;
    grid-row: 3;
    
    
    
}
aside{
    display: flex;
    grid-column: 2 / span 3;
    grid-row: 4;
    justify-content: center;
    align-items: center;
    overflow: hidden;
   
    
}

header i {
    margin: 20px;
    padding: 15px;
    cursor: pointer;
    font-size: 18px;
}
   
footer i {
    margin: 20px;
    padding: 15px;
    cursor: pointer;
    font-size: 18px;
   
}
.copy{
    font-size: 14px;
    padding: 0 25px;
}
.adres{
    padding-right: 25px;
    font-size: 13px;
}

nav div{
    grid-column: 1 / span 3;
    grid-row: 1;
    width: 1fr;
    height: 20px;
}

.neler{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 10%;
    text-align: center;
    font-size: 25px;
    color: black;
    padding: 2% 0;
    border-bottom: rgba(65,174,189,1) 1px solid;
}

.faaliyet{
    display: flex;
    
    justify-content: center;
    align-items: center;
    height: 90%;
    
}
.is{
    width: 33.3333%;
    height: 100%;
    text-align: center;
    color: black;
    overflow: hidden;
    transition: all 1s;
    
    
}
.is img{
    padding: 30px;
    width: 250px;
    height: 250px;
    background-size: cover;
    transition: all 2s;
  
}
.is:hover{
    background-color: rgba(65,174,189,0.5);
}
.is img:hover{
    scale: 1.05;
    
    


    
}
.is p{
    padding:0 25px;
    font-size: 16px;
    font-weight: 500;
}

.is h1{
    font-size: 16px;
    font-weight: 300;
    padding: 0 20px;
}










 @media(max-width:888px){
    
        .container {
        display: grid;
        height: 150vh;
        grid-template-columns: 1fr;
        grid-template-rows: 4fr 1fr 10fr 3fr 1fr; 
             
        }

.icon-menu {
    display: inline;
    color: #fff;
    padding: 0 15px;
    margin: 0 15px 0 0;
    
}


#icon-searchid{
    display: flex;
}

.menu{
    display: none;
}
 
nav, aside{
   
grid-column: 1 / span 2;
     
}

.iframee, iframe{
    height: 80%;
    width: 80%;
}

footer{
    display: grid;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    
}
footer .copy{
    padding: 10px 0;
}
.adres{
    padding: 0;
}

.faaliyet{
    display: flex;
    flex-direction: column;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    scale: 0.9;
    
    
}
.is{
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: center;
    justify-items: center;
    padding: 0;
    
}
.is img{
    width: 200px;
    scale: 0.8;
    
}
.is p{
    width: 200px;
    text-align: left;
}



.neler{ 
    font-size: 100%;  
}
 }

 @media(max-width:500px){
    html, body{
        width: 100%;
        margin: 0;
        padding: 0;
    }
    .container {
    display: grid;
    height: 150vh;
    grid-template-columns: 1fr;
    grid-template-rows: 4fr 1fr 10fr 3fr 1.5fr; 
    }
    
    .iletisim h1 {
        font-size: 30px;
        text-shadow: -5px 5px 10px black;
     }
     .iletisim h3 {
        font-size: 20px;
        text-shadow: -5px 5px 10px black;
     }

    nav,footer{
        display: flex;
        flex-direction: column;
        width: 100%;
        overflow: hidden;
    }
    
    nav .faaliyet{
        width: 100%;
        flex-direction: column;
    }

    
    
   .is img {
    width: 100px;
    height: 100px;
    margin: 0;
    padding: 0;
   }
   .is p{
    font-size: 14px;
   }
   .is h1{
    font-size: 90%;
   }

   footer p{
    
    font-size: 70%;
   }
   footer i {
    font-size: 80%;
   }
}
  
@media(max-width:400px){
    html, body{
        width: 100%;
        margin: 0;
        padding: 0;
    }
    .container {
    display: grid;
    height: 150vh;
    grid-template-columns: 1fr;
    grid-template-rows: 4fr 1fr 10fr 3fr 1.5fr; 
     }

     .iletisim h1 {
        font-size: 25px;
     }
     .iletisim h3 {
        font-size: 16px;
     }


    nav{
        display: flex;
        flex-direction: column;
        width: 100%;
        overflow: hidden;
    }
    footer {
        min-height: 80px;
    }
    nav .faaliyet{
        width: 100%;
        flex-direction: column;
    }
    main p{
        font-size: 70%;
    }
    .is{
        width: 100%;
        
    }
    
   .is img {
    width: 70px;
    height: 70px;
    margin: 0;
    padding: 0;
   }
   .is p{
    font-size: 60%;
    
   }
   .is h1{
    font-size: 70%;
   }

   footer p{
    
    font-size: 70%;
   }
   footer i {
    font-size: 70%;
    margin: 0 10px;
    padding:0 15px;
    cursor: pointer;
    
       

   }
}