* {
    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: 300vh;
    
  
}

    ::-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: 325vh;
    display: grid;
    
    grid-template-columns: 1fr 1fr ;
    grid-template-rows: 3fr 1fr 4fr 4fr 1fr;
}

section{
    grid-column: 1 / span 2;
}
section div:first-child {
    margin: 0 15%;
    color: rgb(128, 114, 114);
    
}
section div p {
    padding: 10px 0;
    text-align: justify;
    text-indent: 20px;
}
.gml1, .gml2{
    padding: 0 10%;
}

.gml1 img{
    width: 100%;
    padding-top: 20px;
}
.gml1 p{
    text-align: right;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.4);
    padding: 0;
}

.gml2 img{
    width: 100%;
    padding-top: 20px;
    
}
.gml2 p{
    padding-top: 25px;
    text-align: center;
    font-size: 16px;
    color: rgba(65,174,189,1);
}
.gml2 p:nth-of-type(2) {
    text-align: right;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.4);
    padding: 0;
}
.gml2 p:last-child {
    color: #000;
    white-space: pre-line ;
    text-align: justify;
}

.gml2 p:last-child span {
    font-weight: 700;
    
}

 .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: 40px;
    text-align: center;
    text-shadow: -5px 5px 10px black;
    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;
}

@keyframes con {
    50% {
        transform: translateY(-10%);
    }
}
header, footer, main, aside, nav, section {
    background-color: #fff;
    color: #fff;    
}

.misviz{
    width: 100%;
    height: 100%;
    
    color: black;
}
.misyon{
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    margin: 10px;
    border-bottom:rgba(65,174,189,1) 2px solid ;
}
.misviz p{
    text-align: center;
    padding: 20px;
    
}

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 2;
    min-height: 350px;
}
main{
    display: grid;
    grid-column: 1 / span 2;
    background-color: rgba(65,174,189,1);
    margin: 1% 0;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}
footer{
    grid-column: 1 / span 2;
    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 h2{
    display: grid;
    align-items: center;
    text-align: center;
    justify-items: center;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}

main p {
    display: grid;
    align-items: center;
    text-align: center;
    justify-items: center;
    color: #fff;
}
main h1 {
    display: grid;
    align-items: center;
    text-align: center;
    justify-items: center;
    color: #fff;
    font-size: 20px;
}
   

nav{
    grid-column: 1 / span 2;
    width: 100%;
    overflow: hidden;
    color: rgb(128, 114, 114);
    
    
    
    margin: 0 5%;
    
   
    
}
aside{
    grid-column: 1 / span 2;
    
    justify-content: space-around;
    align-items: center;
      
    color: rgba(0, 0, 0, 1); 
    margin: 0 20%;
}

aside .tapulogo{
    display: inline-block;
    width: 200px;
    height: 200px;
    background-image: url(img/tapulogo.jpg);
    background-size: cover;
    background-position: center;
    padding: 0 10%;
}
.tapuornek{
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 25px;
    margin-top: 30px;
}
aside .tapuornek span{
    
    font-weight: 500;
    color: black;
}
 
.orneklink{
    text-align: right;
}


.kaynak li {
    margin-bottom: 7px;
    list-style: square;
    
 }
.kaynak-yazilim{
    display: flex;
    
    justify-content: space-between;
}
.kaynak-yazilim span{
    display: inline-block;
    font-weight: 500;
    padding-bottom: 10px;
}
.yazilim li {
    margin-bottom: 7px;
    list-style: square;
}

aside a:link {
    text-decoration: underline;
    color: rgba(65,174,189,1);
}
aside a:visited{
    color: black;
 }




.iframee{
    height: 90%;
    width: 60%;    
   
}
.iframee iframe{
    
    height: 100%;
    width: 100%;
    border-radius: 20px;
}   
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;
}













 @media(max-width:888px){
        .container {
        display: grid;
        height: 350vh;
        grid-template-columns: 1fr;
        grid-template-rows: 4fr 1fr 4fr 4fr 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;
flex-direction: column;
     
}
.tapuornek{
    flex-direction: column;
}

.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;
}

.orneklink{
 text-align: center;
}
.yazilim{
    margin-top: 30px;
}
.kaynak-yazilim{
    margin-top: 30px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

footer p {

    font-size: 70%;
}

footer i {
    font-size: 70%;
    margin: 0 10px;
    padding:0 15px;
    cursor: pointer;

   }

 
 }

 @media(max-width:400px){
    .iletisim{
        font-size: 25px;
    }
    main h1, h2{
        font-size: 80%;
    }
}