@charset "UTF-8";

html {
  scroll-behavior: smooth;
}


a{
    text-decoration: none !important;
}

#preloader {
    position:fixed;
    top:0px;
    left:0px;
    right:0px;
    bottom:0px;
    z-index:999998;
}
 
#status {
    width:130px;
    height:130px;
    position:absolute;
    left:50%;
    top:50%;
    background-image: url(../img/page-loader.gif);
	background-size: 100%;
    background-repeat:no-repeat;
    background-position:center;
    margin:-100px   -100px;
}





@media only screen and (min-width: 1401px) {

    body {
      /*
        -webkit-user-select: none;
        -ms-user-select: none;
        user-select: none;
        */
        background-color: #fff;
        font-family: 'DM Sans', sans-serif;
        outline: none !important;
        font-weight: 400;
        color: #000 !important;
        -webkit-transition: all 0.2s ease-in-out;
        text-rendering: optimizeLegibility;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        text-decoration: none;
        margin: auto;
        direction:ltr;
        overflow-x: hidden !important;
        background-image: url(../images/bg.jpg);
        background-size: cover;
        background-repeat: no-repeat;
    }

  .header{
    padding: 10px 0px;
    position: fixed;
    left:0px;
    right: 0px;
    margin: auto;
    height: auto;
    top: 0px;
    backdrop-filter: blur(14px); 
    -webkit-backdrop-filter: blur(14px);
    background-color: rgba(255,255,255,0.6);
    z-index: 998;
  }

  .banner-text{
    width: 55%;
    height: 400px;
    position: absolute;
    left:0px;
    bottom: 0px;
    right: 0px;
    margin: auto;
    top: 180px;
    z-index: 989898989;
    text-align: center;
  }

  .banner-slider{
      height: calc(100vh - 0px) !important;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: bottom center;
      position: relative;
    }


  .banner{
    width: 100%;
    height: 100vh;
    position: relative;
    z-index: 0;
  }

  .logo{
    width: 115px;
    height: 80px;
    transition: 0.2s;
  }

  .logo.active{
    width: 72px;
    height: 50px;
    transition: 0.2s;
  }

  .menu-frame{
    width: calc(100% - 115px);
    padding-left: 100px;
    height: auto;
    transition: 0.2s;
  }

  .menu-frame.active{
    width: calc(100% - 72px);
    padding-left: 100px;
    height: auto;
    transition: 0.2s;
  }

  .menu-button{
    cursor: pointer;
    margin-left: 25px;
    font-size: 17px;
    font-weight: 600;
    color: #000;
    transition: 0.2s;
  }

  .menu-button:hover{
    color: #4c9e4c;
    transition: 0.2s;
  }

  h1{
    line-height: 0px !important;
    font-family: 'Allison', cursive !important;
    font-size: 100px !important;
    letter-spacing: 1px !important;
    display: block !important;
    color: #fff !important;
  }

  h5{
    line-height: 0px !important;
    font-family: 'Allison', cursive !important;
    font-size: 80px !important;
    letter-spacing: 1px !important;
    display: block !important;
    color: #1d1d1d !important;
  }

  h2{
    font-family: 'DM Sans', sans-serif;
    font-size: 30px !important;
    letter-spacing: 1px !important;
    display: block !important;
    color: #fff !important;
  }

  h3{
    font-weight: 600 !important;
    font-family: 'DM Sans', sans-serif;
    font-size: 26px !important;
    display: block !important;
    color: #1d1d1d !important;
  }

  h3-2{
    font-weight: 600 !important;
    font-family: 'DM Sans', sans-serif;
    font-size: 20px !important;
    display: block !important;
    color: #1d1d1d !important;
  }

  h4{
    line-height: 0px !important;
    font-family: 'Allison', cursive !important;
    font-size: 80px !important;
    letter-spacing: 1px !important;
    display: block !important;
    color: #1d1d1d !important;
  }

  p{
    font-size: 18px !important;
    color: #1d1d1d !important;
    display: block !important;
    font-weight: 500 !important;
    line-height: 30px !important;
  }

  .space{
    height: 100px;
  }

  .footer{
    border-top: 1px solid rgba(0,0,0,.2);
  }

  info-text{
    color: rgba(0,0,0,0.6);
    font-size: 13px;
  }

  .stroke{
    width: 100px;
    height: 4px;
    background-color: #286028;
    float: left;
  }

  .cta{
    border: 1px solid #1d1d1d;
    color: #1d1d1d;
    background-color: transparent;
    padding: 13px 22px;
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    cursor: pointer;
    border-radius: 40px;
    transition: 0.2s;
  }

  .cta:hover{
    transition: 0.2s;
    background-color: #1d1d1d;
    color: #fff;
    border: 1px solid #1d1d1d;
  }

  .cta:active{
    transition: 0s;
    background-color: #286028;
    color: #fff;
    border: 1px solid #286028;
  }

  .mobile-menu{
    display: none;
}


.content-banner{
  width: 100%;
  height: 350px;
  position: relative;
  background-image: url(../images/content-banner-title.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  animation: bannerslide 4s infinite;
}

  @keyframes bannerslide {
    0% {
      opacity: 1;
	}
	50% {
   opacity: 0.8;
	}
	100% {
    opacity: 1;
	}
  }

.content-banner-text{
  width: 100%;
  height: auto;
  position: absolute;
  left:0px;
  right:0px;
  bottom: 30px;
  text-align: center;
}

.content-banner-title{
  font-size:40px;
  color: #fff;
  display: block;
  font-weight: 600;
}

.content-banner-subtitle{
  font-size:24px;
  color: #fff;
  display: block;
  font-weight: 500;
}

.left-tab-frame{
  border: 1px solid rgba(0,0,0,.3);
}

.contentmenu-sticky{
  position: -webkit-sticky !important;
  position: sticky !important;
  top: 90px;
}

.contentmenu-sticky2{
  position: -webkit-sticky !important;
  position: sticky !important;
  top: 340px;
}

.contentmenu{
  box-shadow: 8px 8px 16px 0 rgba(0,0,0,0.1);
  border-radius: 15px;
}

.left-menu-button-act{
  cursor: pointer;
  width: auto;
  height: auto;
  padding: 15px 20px;
  background-color: #2a600d;
  border-radius: 13px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  margin-top: 10px;
}

.left-menu-button{
  cursor: pointer;
  width: auto;
  height: auto;
  padding: 15px 20px;
  background-color: #f4f4f4;
  border-radius: 13px;
  color: #1d1d1d;
  margin-top: 10px;
  font-size: 14px;
  font-weight: 600;
  transition: 0.2s;
}

.left-menu-button:hover{
  background-color: #e1e1e1;
  color: #1d1d1d;
  transition: 0.2s;
}

.left-menu-button:active{
  background-color: #1d1d1d;
  color: #fff;
  transition: 0s;
}


.kurul-frame{
  cursor: pointer;
  border: 1px solid rgba(0,0,0,0.2);
  border-radius: 15px;
  transition: 0.2s;
}

.kurul-frame:hover{
  color: #fff !important;
  background-color: #286028;
  transition: 0.2s;
}

.kurul-title{
  font-size: 25px;
  font-weight: 600;
  display: block;
}

.kurul-subtitle{
  font-size: 18px;
  font-weight: 400;
  color: 999;
  display: block;
}

.dew-nav{
  display: none;
}


.faaliyet-box{
  border-radius: 25px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
  transition: 0.2s;
  cursor: pointer;
}

.faaliyet-box:hover{
  box-shadow: rgba(50, 50, 93, 0.1) 0px 50px 100px -20px, rgba(0, 0, 0, 0.1) 0px 30px 60px -30px;
  transition: 0.2s;
}

.faaliyet-box:hover .faaliyet-img img{
  transform: scale(1.2);
  transition: 0.2s;
}

.faaliyet-box:hover .faaliyet-number{
  transition: 0.2s;
  color: #ccc;
}

.faaliyet-box:hover .faaliyet-title{
  color: #000;
  transition: 0.2s;
}

.faaliyet-number{
  transition: 0.2s;
  font-size: 30px;
  color: #1d1d1d;
  display: block;
  font-weight: 600;
}

.faaliyet-title{
  letter-spacing: -0.4px;
  transition: 0.2s;
  font-size: 20px;
  color: #797979;
  display: block;
  font-weight: 600;
}

.faaliyet-img{
  transition: 0.2s;
  width: 100%;
  height: 250px;
  overflow: hidden;
  border-radius: 25px;
}

.faaliyet-img img{
  transform: scale(1);
  transition: 0.2s;
}

}