@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
    font-family: 'Montserrat', sans-serif;
    overflow-x: hidden;
}

li{
    list-style-type: none;
}

a{
    text-decoration: none;
}

.slider{
    position: relative;
}


.mobile{
    display: none;
}
.mobile2{
    display: none;
}
.mobile3{
    display: none;
}

header{
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: space-between;
    left: 70px;
    right: 100px;
    top: 20px;
}

header ul{
    display: flex;
}

header ul li{
    margin-right: 20px;
}

header ul li a{
    color: white;
    font-size: 18px;
    font-weight: 600;
    transition: .5s;
}

header ul li a:hover{
    color: #5c8520;
    transition: .5s;
}

.yan{
    position: absolute;
    background-color: #5c8520;
    width: 100px;
    height: auto;
    right: 0;
    top: 0;
}

.bar{
    padding: 20px;
    transition: .5s;
}


.yan nav ul{
    display: inline-block;
}

.yan nav ul li{
    padding: 10px;
    width: 100px;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
}

.yan nav ul li a{
    display: flex;
    justify-content: flex-end;
    color: white;
    font-size: 14px;
    font-weight: 400;
    transition: .5s;
}

.yan nav ul li a:hover{
    color: black;
    transition: .5s;
}

.yan .social{
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.yan .social li{
    padding: 10px;
    transition: .5s;
}

.yan .social li:hover{
    transform: scale(1.4);
    transition: .5s;
}


.sosyal{
    color: white;
    writing-mode: vertical-rl;
    transform: rotate(-180deg);
    margin-top: 20px;
    margin-bottom: 20px;
}

.map{
    margin-top: 10px;
    margin-right: 120px;
    max-width: 1280px;
    display: flex;
    justify-content: flex-end;
}

.map ul{
    display: flex;
}
.map ul li a{
    color: #979797;
    font-size: 14px;
}

.map ul li a:hover{
    color: #000000;
}

.urunler{
    max-width: 1280px;
    margin: 20px auto;
}

.urunler h1{
    color: #002452;
    font-size: 35px;
    font-weight: normal;
}

.urunler p{
    margin-top: 10px;
    color: #52575E;
    font-size: 16px;
    font-weight: normal;
}

.urun-kapsa{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 380px;
}

.urun-box{
    margin-top: 50px;
    width: 630px;
    height: 315px;
    background-color: #E2E2E2;
    cursor: pointer;
    transition: .5s;
}

.urun-box:hover{
    background-color: #f3f3f3;
    transition: .5s;
}

.urun-box img{
    width: 390px;
    display: block;
    margin: 50px auto;
    transition: .5s;
}

.urun-box img:hover{
    transform: translateY(-10px);
    transition: .5s;
}

.urun-box h2{
    color: #002452;
    font-size: 24px;
    font-weight: bold;
}

.urun-box p{
    margin-top: -50px;
    color: #002452;
    font-size: 24px;
    font-weight: normal;
}

.kurumsal-kapsa{
    margin-top: 100px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.kurumsal-kapsa .kurumsal-yazi{
    width: 600px;
    font-size: 20px;
    font-weight: 600;
    color: #3B3D3E;
}

.kurumsal-kapsa img{
    width: 450px;
}

.kurumsal-kapsaa{
    margin-top: 100px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.kurumsal-kapsaa .kurumsal-yazii{
    width: 900px;
    font-size: 16px;
    color: #3B3D3E;
}
.kurumsal-kapsaa .imgg{
    height: 250px;
}

.kurumsal-kapsaaa{
    margin-top: 50px;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 100px;
}

.ilet{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 50px;
    margin-bottom: 30px;
}

.ilet .bas{
    font-size: 18px;
    color: #000;
}

.ilet .ic{
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    color: #000;
}

.ilet-social{
    display: flex;
}

.ilet-social img{
    margin: 20px;
}

.urun-detay{
    margin-top: 100px;
    margin-bottom: 150px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.urun-detay img{
    width: 600px;
}

.urun-detay .detay{
    width: 650px;
}

.detay h2{
    color: #002452;
    font-weight: normal;
}

.detay p{
    margin-top: 20px;
    color: #6B5F5F;
    line-height: 22px;
}

.teknik{
    margin-top: -150px;
}

.kullanim h2{
    color: #002452;
    font-weight: normal;
    margin-top: 50px;
    margin-bottom: 20px;
}

.kullanim .yesil{
    margin-top: 20px;
    margin-bottom: 20px;
    color: #3FA535;
    font-style: italic;
    font-size: 24px;
}

.ozel h2{
    color: #002452;
    font-weight: normal;
}

.ozel p{
    margin-top: 20px;
    color: #6B5F5F;
    line-height: 22px;
}

.ozel{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 70px;
    margin-top: 50px;
}

.ozel .sol{
    width: 500px;
}

.ozel .yesill{
    width: 2px;
    background-color: #3FA535;
}

.ozel .sag{
    width: 500px;
}
.green{
    background-image: url(img/green.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.green-ic{
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}


.write h1{
    font-size: 24px;
    color: white;
    font-weight: bold;
    margin-bottom: 30px;
}

.write p{
    font-size: 16px;
    color: white;
    margin-bottom: 30px;
    line-height: 1.4;
}

.mann{
    margin-top: -200px;
}

.button{
    padding: 20px;
    font-size: 16px;
    color: white;
    font-weight: bold;
    background-color: #53C351;
    border-radius: 10px;
    text-align: center;
    margin-bottom: 30px;
    cursor: pointer;
    transition: .5s;
}

.button:hover{
    background-color: white;
    color: #53C351;
    transition: .5s;
}

footer{
    background-color: #EFEFEF;
    padding-bottom: 50px;
}

.footer-menu{
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: white;
    padding-left: 50px;
    padding-right: 50px;
}

.box{
    width: 280px;
    padding-top: 50px;
}

.box .ull{
    display: flex;
    justify-content: flex-end;
}

.box .ull li{
    margin-left: 10px;
}

.box .veri{
    font-size: 16px;
    color: #53C351;
}

.box a{
    font-size: 16px;
    color: black;
}

.box .pp{
    font-size: 16px;
    color: #A2B4A9;
    margin-bottom: 10px;
    text-align: right;
}

.box a{
    margin-bottom: 10px;
}

.box a:hover{
    color: #A2B4A9;
}

.box .ulas{
    margin-top: 50px;
    color: #A2B4A9;
    text-align: right;
}

.box .ulass{
    float: right;
}

.copy{
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 50px;
    background-color: white;
    padding: 50px;
}

.copy p{
    color: #1E2833;
    font-size: 16px;
}

.copy a{
    color: #1E2833;
    font-size: 16px;
}

.copy a:hover{
    color: #A2B4A9;
    font-size: 16px;
}

label .menu {
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 100;
    width: 60px;
    height: 60px;
    background: #FFF;
    border-radius: 50% 50% 50% 50%;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    box-shadow: 0 0 0 0 #FFF, 0 0 0 0 #FFF;
    cursor: pointer; 
}

label .menuu {
      display: flex;
      justify-content: space-between;
}

  label .hamburger {
    position: absolute;
    top: 30px;
    left: 15px;
    width: 30px;
    height: 3px;
    background: #3F0A3D;
    display: block;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
  }
  
  label .hamburger:after, label .hamburger:before {
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background: #3F0A3D;
  }
  
  label .hamburger:before { top: -10px; }
  
  label .hamburger:after { bottom: -10px; }
  
  label input { display: none; }
  
  label input:checked + .menu {
    box-shadow: 0 0 0 100vw #FFF, 0 0 0 100vh #FFF;
    border-radius: 0;
    
  }
  
  label input:checked + .menu .hamburger {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    
  }
  
  label input:checked + .menu .hamburger:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    bottom: 0;
    
  }
  
  label input:checked + .menu .hamburger:before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    top: 0;
    
  }
  
  label input:checked + .menu + ul { display: block;}
  
  label ul {
    z-index: 200;
    position: absolute;
    top: 50%;
    left: 50%;
    display: none;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: .5s 0s ease-in-out;
    transition: .5s 0s ease-in-out;
  }
  
  label a {
    margin-bottom: 1em;
    display: block;
    color: #5c8520;
    text-decoration: none;
    font-weight: 500;
  }

  label .dil{
    z-index: 200;
    color: #000000;
    font-size: 14px;
}
  label p{
    z-index: 200;
    color: #000000;
    font-size: 11px;
}

label .lan{
    z-index: 200;
    color: #000000;
    font-size: 14px;
}

.accordion {
    margin-top: 10px;
    background-color: #3FA535;
    color: #fff;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 16px;
    font-weight: 600;
    transition: .5s;
  }
  
  .active, .accordion:hover {
    background-color: #20551b;
  }
  
  .accordion:after {
    content: '\002B';
    color: #fff;
    font-weight: bold;
    float: right;
    margin-left: 5px;
  }
  
  .active:after {
    content: "\2212";
  }
  
  .panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height .5s ease-out;
  }
  table {
    border: 1px solid #ccc;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
  }
  
  table caption {
    font-size: 1.5em;
    margin: .5em 0 .75em;
  }
  
  table tr {
    background-color: #f8f8f8;
    border: 1px solid #ddd;
    padding: .35em;
  }
  
  table th,
  table td {
    padding: .625em;
    text-align: left;
  }
  
  table th {
    font-size: .85em;
    text-transform: uppercase;
  }
  
  @media screen and (max-width: 600px) {
    table {
      border: 0;
    }
  
    table caption {
      font-size: 1em;
    }
    
    table thead {
      border: none;
      clip: rect(0 0 0 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px;
    }
    
    table tr {
      border-bottom: 3px solid #ddd;
      display: block;
      margin-bottom: .625em;
    }
    
    table td {
      border-bottom: 1px solid #ddd;
      display: block;
      font-size: .8em;
      text-align: right;
    }
    
    table td::before {
      /*
      * aria-label has no advantage, it won't be read inside a table
      content: attr(aria-label);
      */
      content: attr(data-label);
      float: left;
      font-weight: bold;
      text-transform: uppercase;
    }
    
    table td:last-child {
      border-bottom: 0;
    }
  }

@media only screen and (max-width: 1100px) {
    .copy{
        display: block;
        padding: 20px;
        padding-bottom: 50px;
    }
    .copy p{
        font-size: 13px;
    }
    .copy a{
        font-size: 13px;
    }
    header{
        left: 20px;
        right: 20px;
    }
    .yan{
        display: none;
    }
    nav{
        display: none;
    }
    header .logo{
        height: 60px;
    }
    .menu{
        margin-top: -5px;
    }
    .green-ic{
        padding: 20px;
    }
    .write h1{
        margin-top: 30px;
        font-size: 20px;
    }
    .write p{
        font-size: 14px;
    }
    .write p br{
        display: none;
    }
    .button{
        font-size: 14px;
        padding: 10px;
    }
    .slider{
        display: none;
    }
    .mobile{
        display: block;
        position: relative;
    }
    .urun{
        display: none;
    }
    .mobile2{
        display: block;
    }
    .mann{
        display: none;
    }
    .map{
        margin-right: 20px;
    }
    .urunler{
        padding: 20px;
    }
    .urun-kapsa{
        margin-bottom: 30px;
    }
    .urun-box{
        margin-bottom: 100px;
    }
    .urun-box img{
        width: 330px;
    }
    .urun-detay img{
        width: 350px;
    }
    .teknik{
        margin-top: -100px;
    }
    .accordion {
        font-size: 14px;
    }
    .kurumsal-kapsaaa{
        margin-bottom: 1px;
    }
    .kurumsal-kapsaa{
        margin-top: 50px;
        display: flex;
        justify-content: center;
    }
    .kurumsal-kapsa img{
        width: 350px;
    }
}