html {
    scroll-behavior: smooth;
}
img{max-width: 100%;}
*{box-sizing: border-box;}
html, body {
    padding: 0;
    margin: 0;
    width: 100%;
    font-size: 16px;
    max-width: 100%;
    overflow-x: hidden;
    font-weight: 400;    
    font-family: 'Gantari', sans-serif;
    letter-spacing: 0.24px;
    color: #292929;
    background-color: #fff;
}
a{
    text-decoration: none;
    color: inherit;
}
.bold{font-weight: 800;}
.light{font-weight: 300;}
.bg-green{background: var(--gradient-gra-2, linear-gradient(91deg, #18401D 0%, #113115 100%));}
.color-yellow{color: #D0AB37;}
.color-green{color: #18401D;}
.color-grey{color: #7D7D7D;}
.border-right{border-right: 1px solid #D0AB37;}
ul{margin: 0;padding: 0;}
li{list-style: none}
h1{font-size: 72px;}
h2{font-size: 56px;}
h3{font-size: 32px;}
h4{font-size: 24px;}
h5{font-size: 21px;}
h6{font-size: 18px;}
.responsive-img{width: 100%;height: 100%;object-fit: cover;}
.padding-x{padding-left: 160px;padding-right: 160px;}
.padding-y{padding-top: 120px;padding-bottom: 120px;}
.--btn-1{
    color: #18401D;
    background-color: #E6FBB9;
    font-size: 18px;
    padding: 16px;
    display: inline-block;
    width: fit-content;
    transition: all 500ms ease;
    position: relative;
    z-index: 3;
    white-space: nowrap;
}
.--btn-1:hover{
    color: #18401D;
    background-color: #D7F399;
}
.back-btn{padding: 14px;}
.back-btn img{transform: scaleX(-1);}
.--btn-2{
    color: #fff;
    background-color: #18401D;
    font-size: 18px;
    padding: 16px;
    display: inline-block;
    width: fit-content;
    transition: all 500ms ease;
    position: relative;
    z-index: 3;
    white-space: nowrap;
}
.--btn-2:hover{
    color: #fff;
    background-color: #1e4e24;
}
.haber-page-sec .--btn-2{width: 100%;text-align: center;}
.header-main{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9;
    background-color: #fff;
    color: #18401D;
    padding: 24px 160px;
    overflow: hidden;
    transition: all 500ms ease;
}
.logo{
    width: 144px;
    left: 160px;
    top: 24px;
    position: absolute;
    transition: all 750ms ease;
}
.logo img{width: 100%;transition: all 750ms ease;}
.header-main ul{
    display: flex;
    flex-direction: row;
    gap: 48px;
    align-items: center;
}
.header-scroll{padding: 8px 80px;justify-content: space-between;}
.header-scroll .logo{position: static;}
.burger-menu-icon{
    display: none;
    position: relative;
    width: 40px;
    height: 40px;
    z-index: 11;
    cursor: pointer;
    transition: all 1000ms ease;
}
.burger-menu-icon::before{
    content: '';
    background-color: #18401D;
    width: 40px;
    height: 3px;
    position: absolute;
    top: 10px;
    right: 0;
    transform-origin: right;
    transition: all 500ms ease;
}
.burger-menu-icon::after{
    content: '';
    background-color: #18401D;
    width: 40px;
    height: 3px;
    position: absolute;
    bottom: 10px;
    right: 0;
    transform-origin: right;
    transition: all 500ms ease;
}
.burger-menu-icon.active::before{top: 3px;transform: rotate(-45deg);width: 43px;}
.burger-menu-icon.active::after{bottom: 3px;transform: rotate(45deg);width: 43px;}
.me-nav{
    background: linear-gradient(91.26deg, #2d8a3a 0%, #18401D 100%);
    padding: 100px 30px 130px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: fit-content;
    height: 100vh;
    z-index: 8;
    position: fixed;
    right: -100%;
    top: 0;
    transition: right 500ms ease;
}
.me-nav ul li{
    font-size: 30px;
    font-weight: 600;
    margin: 12px 0;
}
.menu-ilet{display: flex;flex-direction: column;gap: 20px;}
.menu-ilet p{font-size: 14px;color: #fff;}
.menu-ilet p b{font-size: 16px;color: #fff;}
.me-nav.active{right: 0;}
.screen-wrap{
    width: 100vw;
    height: 100vh;
    position: fixed;
    cursor: pointer;
    z-index: 50;
}
.screen-wrap.deactivate{
    display: none;
}
body.sp-header{height: 100vh;overflow-y: hidden;}
.header-main.sp-header{padding-bottom: 40vh;justify-content: center;}
.sp-header .logo{
    position: absolute;
    width: 100%;
    left: 0;
    top: 100px;
    left: 45%;
    transform: translateX(-50%);
    width: 70%;
}
.banner{
    width: 100%;
    height: 100svh;
    position: relative;
}
.slide{
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 160px;
}
.slide h1{
    width: fit-content;
    background-color: #113115;
    font-weight: 300;
    position: relative;
    padding: 5px 10px;
    z-index: 3;
    margin: 0;
}
.slide h4{
    width: fit-content;
    background-color: #113115;
    font-weight: 300;
    position: relative;
    z-index: 3;
    padding: 10px;
    margin: 0;
}


.footer-main{
    color: #113115;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 72px;
}
footer{
    padding: 60px 160px;
    border-top: 2px solid #F5F5F5;
}
.footer-main ul{
    display: flex;
    flex-direction: row;
    gap: 48px;
}
.footer-line{
    width: 1px;
    height: 20px;
    display: block;
    background-color: #DDD;
}
.copyright{
    color: #7D7D7D;
    font-size: 14px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.copyright ul{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 48px;
}
.home-about-sec{
    border-top: 4px solid #D0AB37;
    border-bottom: 4px solid #D0AB37;
    background-color:  #113115;
}
.proje-row{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-top: 2px solid #DDD;
}
.proje-row-left{
    display: flex;
    flex-direction: column;
    justify-content: end;
    padding-bottom: 36px;
}
.proje-tags{
    display: flex;
    gap: 24px;
}
.proje-name{
    display: flex;
    flex-direction: row;
    gap: 36px;
}
.proje-row-arrow{
    width: 60px;
    opacity: 0;
    transition: all 500ms ease;
}
.proje-image{
    width: 512px;
    height: 360px;
    background-position: center;
    background-size: 100% 100%;
    transition: all 500ms ease;
}
.proje-row:hover .proje-row-arrow{opacity: 1;}
.proje-row:hover .proje-image{background-size: 120% 120%;}
.proje-row:nth-child(1){padding-right: 136px;}
.proje-row:nth-child(2){padding-right: 0px;}
.proje-row:nth-child(3){padding-right: 272px;}
.proje-row:nth-child(4){padding-right: 136px;}
.proje-row:nth-child(5){padding-right: 272px;}
.proje-row:nth-child(6){padding-right: 136px;}
.proje-row:nth-child(7){padding-right: 0px;}
.proje-row:nth-child(8){padding-right: 272px;}
.proje-row:nth-child(9){padding-right: 136px;}
.proje-row:nth-child(10){padding-right: 272px;}

.haber-card{
    background-position: center;
    background-size: cover;
    min-height: 170px;
    width: 100%;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    padding: 20px;
}

.haber-card h6{
    padding: 16px;
    background-color: #fff;
    max-width: 60%;
}
.haber-card h6.haber-card-heading{
    background-color: #D7F399;
}
.haber-card-heading{
    padding: 8px 16px;
    background-color: #D7F399;
    width: fit-content;
    margin-bottom: 0;
}
.haber-card:last-of-type{margin-bottom: 0;}

.haber-page-card{
    background-position: center;
    background-size: cover;
    height: 640px;
    width: 100%;
    margin-bottom: 32px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    padding: 32px;
}

.haber-page-card h6{
    padding: 16px;
    background-color: #fff;
}
.haber-page-card-heading{
    padding: 8px 16px;
    background-color: #D7F399;
    width: fit-content;
    margin-bottom: 0;
}
.alt-banner{
    padding-top: 170px;
    padding-left: 160px;
}
.alt-banner h1{background-color: #18401D;width: fit-content;color: #fff;margin: 0;padding: 0px 20px;}
.alt-img{
    background-position: center;
    background-size: cover;
    height: 360px;
}
.alt-img h4{
    width: fit-content;
}
.hakk-banner{
    margin-left: 160px;
    height: 750px;
    max-height: 80vh;
    background-image: url('../images/hakk-banner.jpg');
    background-position: center;
    background-size: cover;
}
.hakk-banner h4{width: fit-content;}

.accordion {
    background-color: transparent;
    color: #7D7D7D;
    cursor: pointer;
    padding: 23px 12px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 24px;
    font-weight: 700;
    transition: 0.4s;
    border-bottom: 1px solid #DDD;
    border-top: 1px solid #DDD;
}
  .accordion:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
  }
  
  .activer:after {
    content: "\2212";
  }
  
  .panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
  }

.ilet-map-box{
    background-image: url('../images/map.jpg');
    background-position: center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    gap: 12px;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
}
.proje-map-box{
    background-image: url('../images/map.jpg');
    background-position: center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    gap: 12px;
    justify-content: center;
    align-items: center;
    height: 400px;
    width: 100%;
}
.check-wrap {
    display: flex;
    flex-direction: row;
    align-items: center ;
    position: relative;
    padding-left: 35px;
    margin: 12px 0;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.check-wrap input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}  
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 16px;
    width: 16px;
    border-radius: 1px;
    background-color: transparent;
    border: 2px solid #D0AB37;
}  
.check-wrap:hover input ~ .checkmark {
    background-color: rgba(79, 122, 118, 0.6);;
}  
.check-wrap input:checked ~ .checkmark {
    background-color: transparent;
}  
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}  
.check-wrap input:checked ~ .checkmark:after {
    display: block;
}  
.check-wrap .checkmark:after {
    left: 3px;
    top: -8px;
    width: 10px;
    height: 18px;
    border: solid #D0AB37;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.ilet-form-wrap input{
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #fff;
    padding: 18px 4px;
    width: 100%;
    margin-bottom: 20px;
}
.ilet-form-wrap.kariyer input{
    border-bottom: 1px solid #DDDDDD;
}
.ilet-form-wrap input::placeholder{color: #fff;}
.ilet-form-wrap.kariyer input::placeholder{color: #7D7D7D;}
.ilet-form-wrap input[type=checkbox]{width: unset;}
.ilet-form-wrap.kariyer input[type=file]::-webkit-file-upload-button{
    background-color: #fff;
    border: none;
    color: #7D7D7D;
}
.ilet-form-wrap.kariyer input[type=file]{
    position: relative;
    margin-top: 20px;
}
.ilet-form-wrap.kariyer input[type=file]::before{
    content: url('../images/svg/paperclip.svg');
    position: absolute;
    right: 4px;
    top: 18px;
    z-index: 1;
}
.ilet-form-wrap label{font-size: 16px;color: #fff;}
.ilet-form-wrap button{padding: 8px 126px;margin-top: 20px;margin-left: 8px;}
.ilet-form-wrap.kariyer button{padding: 18px 8px;margin: 0;margin-top: 20px;width: 100%;;background-color: #F5F5F5;border: none;}
.filterDiv{display: none;}
.show {display: flex;}
.category-btn-wrap{
    background-color: #fff;
    padding: 32px 0;
    display: flex;
    flex-direction: row;
    gap: 24px;
    width: 100%;
}
.category-btn{
    background-color: #fff;
    border: none;
    padding: 35px 0;
    text-align: center;
    padding: 8px 16px;
    transition: all 500ms ease;
}
.category-btn.active{
    color: #BBBBBB;
}
.proje-details-slider {
    margin-left: 160px;
    position: relative;
}
.proje-details-slider .my-gallery img{
    height: 750px;
    width: 100%;
    object-fit: cover;
}
.slider-detail-box{
    width: 45%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 4;
}
.swiper-button-prev , .swiper-button-next {
    z-index: 2;
    position: absolute;
    bottom: 60px !important;
    width: fit-content !important;
    height: fit-content !important;
    background: #E6FBB9 !important;
    padding: 16px !important;
    opacity: 0.5;
    transition: all 500ms ease;
    top: unset !important;
}
.swiper-button-prev img , .swiper-button-next img{
    width: 16px;
    height: 16px;
}
.swiper-button-prev img{transform:scaleX(-1);}
.swiper-button-prev.inactive:hover , .swiper-button-next.inactive:hover {
    cursor: auto;
}
.swiper-button-prev:not(.inactive) , .swiper-button-next:not(.inactive) {
    opacity: 1;
    cursor: pointer;
}
.swiper-button-prev {
    left: 0 !important;
}

.swiper-button-next {
    left: 72px !important;
}
.fullscreen-btn{
    position: absolute;
    right: 160px;
    bottom: 60px;
    pointer-events: none;
    display: inline-flex;
    gap: 12px;
    flex-direction: row;
    align-items: center;
}
.proje-desc-ul{padding-left: 20px;margin: 20px 0;}
.proje-desc-ul li{list-style: unset;}

.container--tabs {
    list-style: none;
    display: flex;
    flex-direction: row;
    gap: 20px;
    padding: 20px 0;
    align-items: stretch;
}
.container--tabs .tab {
    position: relative;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0.05em;
    color: #113115;
    opacity: 0.8;
    transition: background-color 0.25s;
    cursor: pointer;
    padding: 5px 20px;
    background-color: transparent;
    font-size: 12px;
    font-weight: 700;
    border: 2px solid #113115;
    flex-grow: 1;
    text-align: center;
}

.container--tabs .tabs--active {
    color: #D0AB37;
    border: 2px solid #D0AB37;
    pointer-events: none;
    opacity: 1;
}
.content {
    display: none;
    margin-top: 10px;
    text-align: center;
}
.content--active {
    display: block;
}

@media screen and (max-width:1500px) {
    .padding-x{padding-left: 7%;padding-right: 7%;}
    .padding-y{padding-top: 4%;padding-bottom: 4%;}
    .header-main{padding: 24px 7%;}
    .header-scroll{padding: 6px 5%;}
    .logo{left: 7%;top: 38%;}
    footer{padding: 40px 7%;}
    .alt-banner{padding-left: 7%;}
    .footer-main ul{gap: 20px;}
    .hakk-banner{margin-left: 7%;}
    .proje-details-slider{margin-left: 7%;}
    .slide{padding-left: 7%;}
    .slider-control.left {
        left: 7% !important;
    }
    .slider-control.right {
        left: calc(7% + 68px) !important;
    }
}
@media screen and (max-width:1200px) {
    .header-main.sp-header{padding-bottom: 200px;}
    .proje-row:nth-child(1){padding-right: 136px;}
    .proje-row:nth-child(2){padding-right: 0px;}
    .proje-row:nth-child(3){padding-right: 172px;}
    .proje-row:nth-child(4){padding-right: 76px;}
    .proje-row:nth-child(5){padding-right: 172px;}
    .proje-row:nth-child(6){padding-right: 76px;}
    .proje-row:nth-child(7){padding-right: 0px;}
    .proje-row:nth-child(8){padding-right: 172px;}
    .proje-row:nth-child(9){padding-right: 7px;}
    .proje-row:nth-child(10){padding-right: 172px;}
    h1{font-size: 56px;}
    h2{font-size: 32px;}
    h3{font-size: 24px;}
    h4{font-size: 21px;}
    h5{font-size: 18px;}
    h6{font-size: 16px;}
    footer{padding: 40px 20px;}
}
@media screen and (max-width:991px) {
    .header-main ul li{display: none;}
    .burger-menu-icon{display: block;}
    .header-main.sp-header{justify-content: flex-end;}
    .header-main.sp-header{padding-bottom: 200px;}
    .proje-row:nth-child(1){padding-right: 46px;}
    .proje-row:nth-child(2){padding-right: 0px;}
    .proje-row:nth-child(3){padding-right: 62px;}
    .proje-row:nth-child(4){padding-right: 26px;}
    .proje-row:nth-child(5){padding-right: 62px;}
    .proje-row:nth-child(6){padding-right: 26px;}
    .proje-row:nth-child(7){padding-right: 0px;}
    .proje-row:nth-child(8){padding-right: 62px;}
    .proje-row:nth-child(9){padding-right: 7px;}
    .proje-row:nth-child(10){padding-right: 62px;}
    h1{font-size: 32px;}
    h2{font-size: 24px;}
    h3{font-size: 21px;}
    h4{font-size: 18px;}
    h5{font-size: 16px;}
    h6{font-size: 16px;}
    .proje-image{height: 200px;width: 350px;}
    .hakk-banner{height: 400px;}
    .footer-main{flex-direction: column;gap: 20px;}
    .footer-main ul{gap: 10px;}
    .copyright ul{gap: 20px;}
    .category-btn-wrap{padding: 10px 0;}
}
@media screen and (max-width:767px) {
    .proje-detay{margin-bottom: 20px;}
    .proje-detay li{display: flex;flex-direction: row;justify-content: space-between;padding: 10px 0;border-bottom: 1px solid #D0AB37;}
    .border-right{border-right: none;}
    .header-main.sp-header{padding-bottom: 110px;}
    .proje-row:nth-child(1){padding-right: 0;}
    .proje-row:nth-child(2){padding-right: 0;}
    .proje-row:nth-child(3){padding-right: 0;}
    .proje-row:nth-child(4){padding-right: 0;}
    .proje-row:nth-child(5){padding-right: 0;}
    .proje-row:nth-child(6){padding-right: 0;}
    .proje-row:nth-child(7){padding-right: 0;}
    .proje-row:nth-child(8){padding-right: 0;}
    .proje-row:nth-child(9){padding-right: 0;}
    .proje-row:nth-child(10){padding-right: 0;}
    h1{font-size: 24px;}
    h2{font-size: 21px;}
    h3{font-size: 18px;}
    h4{font-size: 18px;}
    h5{font-size: 16px;}
    h6{font-size: 14px;}
    body{font-size: 14px;}
    .proje-image{height: 150px;}
    .hakk-banner{height: 450px;}
    .slide{padding: 20px;}
    .proje-row-left{padding-bottom: 5px;}
    .proje-tags{flex-direction: column;gap: 10px;margin-bottom: 20px;}
    .--btn-1,.--btn-2{padding: 6px 12px;font-size: 16px;}
    .padding-x{padding-left: 20px;padding-right: 20px;}
    .padding-y{padding-top: 20px;padding-bottom: 20px;}
    .container{padding: 20px !important;}
    .accordion{font-size: 18px;padding: 12px 6px;}
    .panel{padding: 0 6px;}
    .footer-main ul{flex-direction: column;text-align: center;justify-content: center;align-items: center;}
    .footer-line{width: 20px;height: 1px;}
    .copyright{flex-direction: column;gap: 20px;}
    .copyright ul{width: 100%;justify-content: space-between;align-items: center;text-align: center;}
    .ilet-map-box{padding-bottom: 20px;}
    .alt-banner{padding-left: 20px;padding-top: 100px;}
    .proje-details-slider .my-gallery img{height: calc(100svh - 128px);}
    .hakk-banner{margin-left: 20px;}
    .ilet-form-wrap button{width: calc(100% - 40px);border: none;margin-left: 20px;margin-right: 20px;}
    .category-btn-wrap{flex-direction: column;gap: 0;}
    .proje-image{width: 200px;}
    .proje-details-slider{margin-left: 0;}
    .slider-detail-box{width: 55%;}
    .fullscreen-btn{right: 5px;font-size: 14px;padding: 6px 8px;}
    .fullscreen-btn img{width: 16px !important;}
    .swiper-button-prev, .swiper-button-next{bottom: 140px !important;}
    .paylas{display: none;}
    .logo{max-width: 250px !important;}
}

.footer-logo{max-width: 250px !important;}
.video-box{
    width: 256px;
    height: auto;
    aspect-ratio: 16 / 9;
    position: absolute;
    z-index: 4;
    bottom: 120px;
    right: 160px;
}
.video-cover{
    width: 100%;
    height: 100%;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    cursor: pointer;
}
.video-cover img{width: 50px;}
.video-box video{
    width: 100%;
}
.galeri-vidframe-bg{height: 100vh;width: 100%;position: fixed;z-index: 63;display: none;justify-content: center;align-items: center;background-color: rgba(0, 0, 0, 0.70);top: 0;left: 0;}
.galeri-video-frame{ 
    position: relative;
    z-index: 65;
    width: 80%;
    aspect-ratio: 16 / 9;
    border: none;
}
.vid-active{display: flex;}
.vid-box{position: relative;}

@media screen and (max-width: 767px){
.video-box {
    width: 175px;
    right: unset;
    bottom: 25px;
    left: 0;
}
}

.mobile{
    display: none;
}
.mobilfoto {
display: none;
}
.pcfoto {
display: grid;
}

@media screen and (max-width: 767px){
    .mobile{
        display: block;
    }
    .desktop{
        display: none;
    }
.mobilfoto {
    display: block;
}
.pcfoto {
display: none;
}
 .lang-sel{padding: 6px 16px ;}
}

.lang-sel{
    position: fixed;
    padding: 0px;
    display: block;
    margin: 8px -45px;
    cursor: pointer;
}
.lang-menu{
    position: absolute;
    background-color: #18401d;
    color: #fff;
    left: 0;
    flex-direction: column;
    display: none;
}
.lang-menu a{display: block;padding: 10px 20px;}
.lang-sel:hover .lang-menu{display: flex;}

