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: "Nunito Sans", sans-serif;
    line-height: 1.4;
    color: var(--black);
    background-color: var(--white);  
    margin: auto;  
}
body{background-image: url(../images/page-bg.png);background-size: cover;}
a{
    text-decoration: none;
    color: inherit;
}
:root{
    --black:#141414;
    --full-black:#000000;
    --white:#FCFCFC;
    --grey: #BFBFBF;
    --d-grey: #8C8C8C;
}
.link{color: inherit;transition: color 250ms ease;}
.link:hover{color: #E60E2F;}
.f-16{font-size: 16px;}
.f-14{font-size: 14px;}
.f-13{font-size: 13px;}
.z-2{z-index: 2;}
.bold{font-weight: 700;}
.bolder{font-weight: 900;}
.light{font-weight: 300;}
.extra-light{font-weight: 200;}
.fw-normal{font-weight: 500;}
.position-relative{position: relative;}
.gradient-bg{background-image: url(../images/gradient.png);background-size: cover;background-position: center;background-color: #000101;}
.black-bgg{background-image: url(../images/black-bg.jpg);background-size: cover;background-position: center;}
.box-shadow{box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.15);}
.smart-text {  mix-blend-mode: difference;}
.bg-black{background-color: var(--black);}
.bg-wwhite{background-color: var(--white);}
.color-white{color: var(--white);}
.color-grey{color: var(--grey);}
.color-dgrey{color: var(--d-grey);}
.text-nowarp{white-space: nowrap;}
.line-14{line-height: 1.4;}
.line-15{line-height: 1.5;}
.line-20{line-height: 1.8;}
.w-70{width: 70%;}
.gap-16{gap: 16px;}
ul{margin: 0;padding: 0;}
li{list-style: none}
h1{font-size: 90px;}
h2{font-size: 60px;}
h3{font-size: 48px;}
h4{font-size: 36px;}
h5{font-size: 28px;font-weight: 400}
h6{font-size: 21px;font-weight: 400}
.responsive-img{min-width: 100%;min-height: 100%;max-height: 80svh;object-fit: cover;transition: all 500ms ease;}
.padding-x{padding-left: 100px;padding-right: 100px;}
.padding-x-big{padding-left: 180px;padding-right: 180px;}
.padding-y{padding-top: 120px;padding-bottom: 120px;}
.padding-y-big{padding-top: 160px;padding-bottom: 160px;}
.padding-y-small{padding-top: 80px;padding-bottom: 80px;}
.p-36{padding: 36px;}
.burger-menu-icon{cursor: pointer;}
.header-main{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9;
    padding: 32px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    transition: all 500ms ease;
}
.header-main > ul{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 24px;
}
.header-main > ul a{
    padding: 8px 12px;
    display: block;
    background-color: transparent;
    color: var(--white);
    transition: all 500ms ease;
}
.header-main > ul a.logo{
    padding: 0;
    display: block;
}
.header-main > ul a.logo img{filter: invert(1) brightness(5);transition: all 500ms ease;}
.header-main > ul a.header-tel{
    padding: 16px;
    background-color: var(--black);
    display: block;
    border: 1px solid var(--black);
}
.header-main > ul a.btn-3{
    padding: 16px;
}

.header-main > ul a:hover{color: var(--grey);}
.header-main > ul a.btn-3:hover{
    color: var(--black);
}
.header-main.header-2 > ul a.btn-3{
    background-color: var(--white);
    color: var(--black);
    border: 1px solid var(--black);
}
.header-main.header-2 > ul a.btn-3:hover{
    color: var(--white);
    background-color: var(--black);
}
.header-scroll > ul a.btn-3{
    background-color: var(--white);
    color: var(--black);
    border: 1px solid var(--black);
}
.header-scroll > ul a.btn-3:hover{
    color: var(--white);
    background-color: var(--black);
}
.header-main > ul a.header-tel:hover{background-color: var(--full-black);color: var(--white);}
.header-main .divider{
    height: 32px;
    width: 1px;
    background-color: var(--white);
}
.header-main.header-2{
    background-color: var(--white);
}
.header-main.header-2 > ul a{
    color: var(--full-black);
}
.header-main.header-2 > ul a:hover{
    background-color: #f0f0f0;
    color: var(--full-black);
}
.header-main.header-2 > ul a.logo:hover{
    background-color: transparent;
}
.header-main.header-2 > ul a.header-tel{
    background-color: var(--white);
    border: 1px solid var(--black);
}
.header-main.header-2 > ul a.logo img{filter: none;}
.header-main.header-2 .divider{
    background-color: var(--grey);
}
.header-scroll{
    background-color: var(--white);
    padding: 12px 32px;
}
.header-scroll > ul a{
    color: var(--full-black);
}
.header-scroll > ul a:hover{
    background-color: #f0f0f0;
    color: var(--full-black);
}
.header-scroll > ul a.logo:hover{
    background-color: transparent;
}
.header-scroll > ul a.header-tel{
    background-color: var(--white);
    border: 1px solid var(--black);
}
.header-scroll > ul a.logo img{filter: none;}
.header-scroll .divider{
    background-color: var(--grey);
}
.btn-1{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    padding: 16px;
    gap: 8px;
    color: var(--white);
    background-color: var(--black);
    transition: all 500ms ease;
}
.btn-1:hover{
    background-color: var(--full-black);
}
.btn-2{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    padding: 16px;
    gap: 8px;
    color: var(--black);
    background-color: transparent;
    border: 1px solid var(--full-black);
    transition: all 500ms ease;
}
.btn-2 img{filter: brightness(0);transition: all 500ms ease;}
.btn-2:hover{
    background-color: var(--full-black);
    color: var(--white);
}
.btn-2:hover img{filter: none;}
.btn-3{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    padding: 16px;
    gap: 8px;
    color: var(--white);
    background-color: transparent;
    border: 1px solid var(--white);
    transition: all 500ms ease;
}
.btn-3 img{filter: none;transition: all 500ms ease;}
.btn-3:hover{
    background-color: var(--white);
    color: var(--full-black);
}
.btn-3:hover img{filter: brightness(0);}
.banner{
    height: 100svh;
    width: 100%;
    position: relative;
}
.slide-overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.16) 40%, rgba(0, 0, 0, 0.16) 60%, rgba(0, 0, 0, 0.8) 100%);
    background-blend-mode: darken;
    pointer-events: none;
    user-select: none;
}
.slider-textbox{
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: 0;
    padding: 32px;
    width: 75%;
    max-width: 1150px;
    color: var(--white);
}
.slider-textbox h5{font-weight: 400;margin-bottom: 8px;}
.slider-textbox h1{font-weight: 500;margin-bottom: 0;}
.home-center-div{
    max-width: 920px;
    margin: 80px auto 0;
}
.home-proje-slider{
    padding-bottom: 48px;
    border-bottom: 1px solid #8C8C8C;
}
.home-proje-sec .btn-1{margin: 24px 0 80px;}

.home-proje-slider .slick-dots{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    position: absolute;
    left: 0;
    bottom: -50px;
}
.home-proje-slider .slick-dots li button{
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: var(--white);
    opacity: 0.3;
    color: transparent;
    font-size: 1px;
    border: none;
    outline: none;
}
.home-proje-slider .slick-dots li.slick-active button{opacity: 1;}
.home-haber-sec{padding: 160px 32px 32px;}
.haber-card img{
    height: 320px;
    width: 100%;
    object-fit: cover;
}
.home-symbol-sec .btn-2{padding: 16px 32px;}
.home-symbol-sec .btn-3{padding: 16px 32px;}
.home-symbol-sec{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 900px;
    width: 100%;
    background-image: url(../images/symbol2.png);
    background-size: 800px;
    background-position: center;
    background-repeat: no-repeat;
}

.footer-main{
    display: flex;
    flex-direction: row;
    border-top: 1px solid #262626;
}
.footer-left{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 40%;
    padding: 32px 160px 32px 32px;
}
.footer-middle{
    display: flex;
    flex-direction: column;
    border-right: 1px solid #262626;
    border-left: 1px solid #262626;
    width: 25%;
}
.footer-middle a{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 32px;
    width: 100%;
    color: var(--white);
    background-color: var(--black);
    transition: all 500ms ease;
}
.footer-middle a img{opacity: 0;transition: all 500ms ease;}
.footer-middle a:hover{background-color: var(--full-black);}
.footer-middle a:hover img{opacity: 1;}
.footer-right{
    display: flex;
    flex-direction: column;
    align-items: end;
    text-align: right;
    justify-content: space-between;
    width: 35%;
    padding: 32px;
}
.footer-social{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    gap: 16px;
}
.footer-social a img{opacity: 1; transition: all 500ms ease;}
.footer-social a:hover img{opacity: 0.6;}
.copyright{
    display: flex;
    flex-direction: row;
    gap: 24px;
    align-items: center;
}
.alt-banner{
    padding-top: 240px;
    padding-bottom: 120px;
    position: relative;
}
.alt-banner h1{
    width: 75%;
}
.alt-banner img{
    position: absolute;
    right: 180px;
    bottom: 120px;
    width: 48px;
    height: 48px;
    animation: rotate 5s linear infinite;
    transform-origin: center;
}
@keyframes rotate{
    from {transform: rotate(0deg);}
    to {transform: rotate(360deg);}
}
.kurumsal-ilet-sec{
    display: flex;
    flex-direction: row;
}
.kurumsal-ilet-box{
    width: 660px;
    height: 590px;
    padding: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.kurumsal-ilet-box .btn-3{padding: 8px 12px;}
.kurumsal-ilet-sec img{
    height: 590px;
    width: 500px;
    flex-grow: 1;
    object-fit: cover;
}

/* --- Filter Toggle --- */
.filter-box {
  width: 390px;
  background: transparent;
  padding: 2px;
  border-radius: 16px;
  position: absolute;
  bottom: 120px;
  right: 180px;
  display: flex;
  border: 1px solid var(--white);
  justify-content: space-between;
}

.filter-slider {
  position: absolute;
  top: 2px;
  left: 2px; /* default on first option */
  width: 50%;
  height: calc(100% - 4px);
  background: var(--white);
  border-radius: 14px;
  transition: 0.5s ease;
  z-index: 1;
}

.filter-option {
  width: 50%;
  text-align: center;
  padding: 16px 0;
  font-size: 16px;
  position: relative;
  z-index: 2;
  user-select: none;
  font-weight: 400;
  color: var(--grey);
  cursor: pointer;
  transition: color 0.5s ease;
}
.filter-option.active {
  color: var(--black);
}

.project-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 32px;
  gap: 60px 32px;
}

.project-card{
 display: flex;
 flex-direction: column;
  opacity: 1;
  transform: translateY(0);
  transition: opacity .5s ease, transform .25s ease;
}
.project-card img{
    width: 100%;
    height: 560px;
    object-fit: cover;
    transition: all 500ms ease;
}
.project-card:hover img{
    height: 600px;
}

.project-card.hidden {
  display: none;
}

.project-card.fade {
  opacity: 0;
  transform: translateY(5px);
}

.proje-detay-banner{
    padding-top: 240px;
    padding-bottom: 120px;
    padding-left: 32px;
    padding-right: 32px;
    position: relative;
}

.carousel-wrapper {
    position: relative;
    margin: 0 auto;
}

.proje-detay-slider-wrap{
    position: fixed;
    inset: 0;
    top: 80px;
    z-index: 1;
    width: 100vw;
    height: calc(100svh - 80px);
}
.proje-detay-slider-wrap:has(.fullscreen){z-index: 9999;}
.proje-detay-slider-wrap .slick-slide img{
    width: 100%;
    height: calc(100svh - 80px);
    object-fit: cover;
}
.proje-detay-slider-wrap .slick-arrow{
    position: absolute;
    z-index: 2;
    bottom: 32px;
    top: unset;
    left: 50%;
    width: 56px;
    height: 56px;
    opacity: 1;
}
.proje-detay-slider-wrap .slick-arrow::before{
    border-radius: 0;
    background-color: var(--black);
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    content: url(../images/svg/chev-right.svg);
}
.proje-detay-slider-wrap .slick-arrow.slick-prev{transform: translateX(-185px) scaleX(-1);}
.proje-detay-slider-wrap .slick-arrow.slick-next{transform: translateX(130px);}
/* Fullscreen state */
.proje-detay-slider-wrap .carousel-wrapper.fullscreen {
    position: fixed;
    inset: 0;
    width: 100vw;
    height: 100vh;
    background: #000;
    z-index: 9999;
    padding: 0;
}
.proje-detay-slider-wrap .carousel-wrapper.fullscreen .slick-slide {
    width: 100vw;
    height: 100vh;
}

/* Images adjust to fullscreen */
.proje-detay-slider-wrap .carousel-wrapper.fullscreen .proje-detay-slider img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* Open fullscreen button */
.proje-detay-slider-wrap .open-fullscreen-btn {
    position: absolute;
    bottom: 32px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    background: var(--white);
    border: none;
    font-size: 16px;
    padding: 16px;
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
    cursor: pointer;
}

/* Close fullscreen button */
.proje-detay-slider-wrap .close-fullscreen-btn {
    display: none; /* hidden until fullscreen */
    position: absolute;
    top: 32px;
    right: 32px;
    z-index: 10000;
    background: var(--black);
    color: var(--white);
    border: none;
    font-size: 22px;
    padding: 15px 19px 10px;
    cursor: pointer;
}

/* Show close button only in fullscreen */
.proje-detay-slider-wrap .carousel-wrapper.fullscreen .close-fullscreen-btn {
    display: block;
}

/* Hide open button when fullscreen */
.proje-detay-slider-wrap .carousel-wrapper.fullscreen .open-fullscreen-btn {
    display: none;
}
.proje-detay-slider-wrap .slick-dots{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: fit-content;
    height: 14px;
    gap: 8px;
    position: absolute;
    left: 50%;
    bottom: 120px;
    transform: translateX(-50%);
}
.proje-detay-slider-wrap .slick-dots li{
    width: 8px;
    height: 8px;
}
.proje-detay-slider-wrap .slick-dots li button{
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: var(--white);
    opacity: 0.3;
    color: transparent;
    font-size: 1px;
    border: none;
    outline: none;
}
.proje-detay-slider-wrap .slick-dots li button:before{display: none;}
.proje-detay-slider-wrap .slick-dots li.slick-active button{opacity: 1;}
.proje-detay-slider-wrap .fullscreen .slick-dots{bottom: 55.5px;max-width: 230px;overflow: hidden;}
.proje-detay-slider-space{
    width: 100%;
    height: 100svh;
    user-select: none;
    pointer-events: none;
}
.detay-hashtag-wrap{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.detay-hashtag{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    padding: 6px;
    border: 1px solid var(--black);
    color: var(--black);
}
.haberler-banner{
    margin-top: 120px;
}
.haber-card-wrap{
    padding: 32px;
}
.haber-card-wrap .row{
    gap: 60px 0;
}
.haber-card img{
    width: 100%;
    height: 320px;
    object-fit: cover;
}
.haber-card .haber-link{opacity: 0;transition: all 500ms ease;}
.haber-card:hover .haber-link{opacity: 1}
.haber-detay-sec{
    padding-top: 100px;
    padding-bottom: 100px;
    display: flex;
    flex-direction: column;
    gap: 32px;
}
.haber-detay-sec .footer-social a img{filter: brightness(0);}

.ilet-form-left{
    padding: 0 12%;
    display: flex;
    height: 100%;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    background-color: #F0F0F0;
}
.ilet-form-sec form{
    padding: 120px 12%;
}

.user-input-wrp input::placeholder{color: var(--d-grey);font-weight: 400;}
.user-input-wrp input:active , .user-input-wrp input:focus{outline: none;}

.user-input-wrp {
	position: relative;
}
.user-input-wrp .inputText{
	position: relative;
    background-color: var(--white);
    border: 1px solid var(--d-grey);
    border-radius: 8px;
    padding: 24px 16px 7px;
    width: 100%;
    font-size: 16px;
    color: var(--black);
    margin-bottom: 24px;
    height: 54px;
}
.user-input-wrp .floating-label {
	display: flex;
    align-items: center;
    position: absolute;
    left: 1px;
    top: 1px;
    background-color: var(--white);
    border-radius: 8px;
    font-size: 16px;
    font-weight: 400;
    z-index: 2;
    width: calc(100% - 2px);
    height: 52px;
    padding: 0 16px;
    color: var(--d-grey);
    pointer-events: none;
    user-select: none;
	transition: all 500ms ease;
}
.user-input-wrp input:focus ~ .floating-label,
.user-input-wrp input:not(:focus):valid ~ .floating-label{
	font-size: 11px;
    height: 24px;
}
.user-input-wrp textarea:focus ~ .floating-label,
.user-input-wrp textarea:not(:focus):valid ~ .floating-label{
	font-size: 11px;
    height: 24px;
}
.user-input-wrp textarea:active , .user-input-wrp textarea:focus{outline: none;}

.switch {
    display: inline-block;
    height: 24px;
    min-height: 24px;
    position: relative;
    width: 54px;
    min-width: 54px;
  }
  
  .switch input {
    display:none;
  }
  
  .slider {
    background-color: #E2E2E2;
    bottom: 0;
    cursor: pointer;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: .4s;
  }
  
  .slider:before {
    background-color: #fff;
    top: 2px;
    content: "";
    height: 20px;
    left: 2px;
    position: absolute;
    transition: .4s;
    width: 32px;
  }
  
  input:checked + .slider {
    background-color: #1EB173;
  }
  
  input:checked + .slider:before {
    transform: translateX(17px);
  }
  
  .slider.round {
    border-radius: 100px;
  }
  
  .slider.round:before {
    border-radius: 100px;
  }

.check-row{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.check-wrap{
    display: flex;
    flex-direction: row;
    gap: 32px;
    align-items: center;
}
.check-wrap button{
    flex-grow: 1;
    height: 56px;
    min-width: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    transition: all 500ms ease;
}
form .check-wrap button{
    background-color: var(--grey);
    border: 1px solid var(--grey);
    color: var(--black);
}
form:valid .check-wrap button{
    background-color: var(--black);
    border: 1px solid var(--black);
    color: var(--white);
}
.burger-menu-icon{display: none;}
.me-nav{display: none;}
.loader-screen{
    position: fixed;
    inset: 0;
    z-index: 20;
    background-color: var(--white);
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.loader-screen img{
    animation: rotate 5s linear infinite;
}
.loader-screen.inactive{opacity: 0;user-select: none;pointer-events: none;}
@media screen and (max-width:1600px){
    .padding-x , .padding-x-big{padding-left: 100px;padding-right: 100px;}
    .padding-y , .padding-y-big , .padding-y-small{padding-top: 80px;padding-bottom: 80px;}
    .footer-left {padding: 32px;}
    .slider-pagi{right: 32px !important;}
    h1{font-size: 60px;}
}
@media screen and (max-width:1400px){
    .padding-x , .padding-x-big{padding-left: 100px;padding-right: 100px;}
    .padding-y , .padding-y-big , .padding-y-small{padding-top: 80px;padding-bottom: 80px;}
    /* .alt-banner{padding-top: 180px;padding-bottom: 32px;} */
    .footer-left {padding: 32px;}
    h1{font-size: 56px;}
    h3{font-size: 32px;}
    h4{font-size: 28px;}
    h5{font-size: 21px;font-weight: 400}
    h6{font-size: 16px;font-weight: 400}
    .header-main > ul{gap: 12px;}
    .home-proje-sec{padding: 32px !important;}
    .home-proje-sec .btn-1{margin: 24px 0 0;}
    .home-haber-sec{padding: 32px;}
    .home-symbol-sec{height: 600px;background-size: 500px;padding: 32px;}
    .footer-main{flex-wrap: wrap;}
    .footer-left{width: 100%;border-bottom: 1px solid #262626;flex-direction: row;}
    .footer-middle{width: 50%;}
    .footer-right{width: 50%;padding: 16px 32px;}
    .copyright{flex-direction: column;align-items: end;text-align: right;width: 50%;min-width: 220px;}
    .footer-middle a{padding: 16px 32px;}
    .kurumsal-ilet-box{padding: 32px;width: 450px;height: 400px;}
    .kurumsal-ilet-sec img{height: 400px;}
    .filter-box{right: 32px;bottom: 32px;}
    .project-card img{height: 400px;}
    .project-card:hover img{height: 420px;}
    .haber-card-wrap .row{gap: 32px 0;}
    .ilet-form-left{padding: 32px;}
    .ilet-form-sec form{padding: 80px 32px;}
    .padding-x-big.padding-y-small.iletisim{padding: 32px;}
}
@media screen and (max-width:991px){
    .header-main{padding: 16px;}
    .header-main > ul a.header-tel , .header-main.header-2 > ul a.btn-3 , .header-main > ul a.btn-3{padding: 16px 8px;font-size: 11px;}
    .header-main > ul a.logo img{width: 130px;}
    .header-scroll{padding: 8px 16px;}
    .padding-x , .padding-x-big{padding-left: 40px;padding-right: 40px;}
    .padding-y , .padding-y-big , .padding-y-small{padding-top: 20px;padding-bottom: 20px;}
    .alt-banner , .proje-detay-banner{padding: 120px 32px 32px;}
    .alt-banner img{right: 32px;bottom: 32px;}
    h1{font-size: 48px;}
    h3{font-size: 28px;}
    h4{font-size: 21px;}
    h5{font-size: 18px;font-weight: 400}
    h6{font-size: 16px;font-weight: 400}
    .home-center-div{max-width: unset;width: 100%;margin: 40px 0 0;}
    h1.w-70{width: 100%;}
    .home-proje-slider-item h1{margin-bottom: -40px !important;}
    .home-proje-slider-item img{height: 250px;}
    .home-proje-slider-item .d-flex{flex-wrap: wrap;flex-direction: row !important;justify-content: start !important;padding-top: 32px;}
    .home-proje-slider-item .d-flex div{width: fit-content;}
    .filter-box{bottom: -40px;}
    .project-list{padding: 60px 32px;gap: 32px;grid-template-columns: repeat(2, 1fr);}
    .ilet-form-sec form{padding: 32px;}
}
@media screen and (max-width:767px){
    .header-main > ul li{display: none;}
    .header-main > ul li:has(.logo){display: block;}
    .header-main > ul a.logo img{width: 130px;}
    .burger-menu-icon{display: block;cursor: pointer;transform: scaleX(-1); transition: all 500ms ease;}
    .header-main .burger-menu-icon{filter: invert(1);}
    .header-scroll .burger-menu-icon , .header-main.header-2 .burger-menu-icon{filter: none;}
    /* .me-nav{position: fixed;inset: 0;background-color: var(--black);z-index: 10;} */
    .nav-menu{color: var(--white);display: flex;flex-direction: column;gap: 64px;justify-content: end;height: 100vh;width: 100vw;padding: 64px 32px;position: fixed;left: 0;right: 0;top: -100vh;transition: all 1000ms ease 500ms;z-index: 11;}
    .nav-menu ul{font-size: 32px;text-align: center;display: flex;flex-direction: column;gap: 32px;flex-grow: 1;justify-content: center;}
    .nav-social{display: flex;flex-direction: row;align-items: center;gap: 20px;}
    .nav-menu-bottom{display: flex;flex-direction: row;align-items: center;justify-content: space-between;}
    .nav-lang{color: var(--white);border: 1px solid var(--white);padding: 16px;display: inline-block;}
    .nav-social-wrap{display: flex;flex-direction: column;gap: 20px;justify-content: end;align-items: end;text-align: right;}
    .close{position: absolute;right: 32px;top: 32px;color: var(--white);font-size: 24px;}
    .me-nav.active .nav-menu{top: 0;}
    .me-nav-left , .me-nav-right{
        position: fixed;
        z-index: 10;
        top: 0;
        bottom: 0;
        width: 150vw;
        height: 100vh;
        background: var(--black);
    }
    .me-nav-left{clip-path: polygon(0% 0%, 0% 100%, 100% 0%);left: -150vw; transition: all 1000ms ease;}
    .me-nav-right{clip-path: polygon(100% 0%, 0% 100%, 100% 100%);right: -150vw; transition: all 1000ms ease;}
    .me-nav.active .me-nav-left{left: 0;}
    .me-nav.active .me-nav-right{right: 0;}
.me-nav{display: block;}




    .padding-x , .padding-x-big{padding-left: 20px;padding-right: 20px;}
    .alt-banner , .proje-detay-banner{padding: 120px 20px 20px;}
    .alt-banner img{right: 20px;bottom: 20px;}
    h1{font-size: 36px;}
    h3{font-size: 21px;}
    h4{font-size: 18px;}
    h5{font-size: 16px;font-weight: 400}
    h6{font-size: 14px;font-weight: 400}
    body{font-size: 14px;}
    .home-center-div{margin: 20px 0 0;}
    .filter-box{bottom: -40px;}
    .project-list{padding: 80px 20px 20px;gap: 20px;grid-template-columns: repeat(1, 1fr);}
    .ilet-form-sec form{padding: 20px;}
    .slider-textbox{padding: 20px;}
    .home-haber-sec{padding: 20px;}
    .home-proje-sec{padding: 20px !important;}
    .slider-pagi{right: 20px !important;bottom: 20px !important;}
    .btn-1, .btn-2 , .btn-3 , .home-symbol-sec .btn-2{padding: 8px 16px;}
    .home-symbol-sec{height: 550px;background-size: 500px;padding: 20px;}
    .footer-left{flex-direction: column;gap: 20px;border-bottom: none;padding: 20px;text-align: center;}
    .copyright{width: 100%;gap: 12px;text-align: center;align-items: center;}
    .footer-middle{width: 100%;}
    .footer-right{width: 100%;align-items: center;text-align: center;gap: 12px;}
    .footer-middle a{padding: 8px 16px;justify-content: center;}
    .footer-middle a img{display: none;}
    .footer-social{justify-content: center;}
    .alt-banner h1{width: 100%;}
    .kurumsal-ilet-sec{flex-direction: column;}
    .kurumsal-ilet-box{width: 100%;min-width: unset;padding: 20px;height: fit-content;}
    .filter-box{bottom: -60px;width: 300px;right: unset;left: 50%;transform: translateX(-50%);}
    .filter-option{padding: 12px 0;}
    .project-card img{height: 300px;}
    .project-card:hover img{height: 320px;}

    .proje-detay-slider-wrap .open-fullscreen-btn{font-size: 12px;}
    .proje-detay-slider-wrap .slick-arrow.slick-next{left: unset; transform: none;right: 10px;}
    .proje-detay-slider-wrap .slick-arrow.slick-prev{left: 10px;transform: translateX(0) scaleX(-1);}
    .proje-detay-slider-wrap .close-fullscreen-btn{top: 10px;right: 10px;}
    .haber-card-wrap .row{gap: 10px 0;}
    .haber-card{padding: 0 !important;}
    .haber-card img{height: 250px;}
    .container:has(.haber-detay-sec){padding: 0;}
    .haber-detay-sec{padding: 20px;gap: 20px;}
    .check-wrap{flex-direction: column;gap: 20px;}
    .check-wrap button{width: 100%;}
}




.button-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    position: absolute;
    left: 53%;
    transform: translateX(-50%);
	padding-top: 10px;
	width: 20%;
}
.map-btn {
    padding: 8px 16px;
    background-color: #fff;
    color: #414042;
    transition: all 500ms ease;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    border-radius: 5px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}





.katplan-wrap{
    background-color: #FDFDFD;

    border-radius: 60px;

}
.katplan-wrap p{margin: 16px 0 32px;}
.kat-btn-wrap{
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.kat-btn{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 32px;
    background-color: #FDFDFD;
    transition: all 500ms ease;
}
.kat-left{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 32px;
}
.kat-left select#game{display: none;}

.kat-left select{
    background-color: #FDFDFD;
    color: #414042;
    font-weight: 400;
    font-size: 14px;
    padding: 8px 16px;
    border: 1px solid #E5E5E5;
    border-radius: 8px;
    outline: none;
    width: 304px;
    appearance: none;
    background-image: url(../images/svg/chevron-down.svg);
    background-size: 24px;
    background-position: 95% 50%;
    background-repeat: no-repeat;
}
.kat-left select:focus , .kat-left select:active{
    background-image: url(../images/svg/chevron-up.svg);
    color: #AAA9A9;
}
.kat-left select:hover{
    background-color: #f9f9f9;
}
.kat-left select *{
    height: 37px;
    color: #4C4647;
    background-color: #F9F9F9;
    border: none !important;
    outline: none !important;
}
.kat-left select *:hover{
    color: #C0986D;
    background-color: #fff;
}
.kat-right{
    background-color: #000000;
    font-size: 14px;
    font-weight: 400;
    width: 304px;
    border-radius: 10px;
    padding: 8px 16px;
    color: #fff;
    text-align: center;
}
.kat-right:hover{
    background-color: #272727;
    color: #fff;
}
.popup{
	position: fixed;
	left: 0;
	top: 0;
    right: 0;
    bottom: 0;
	height: 100vh;
    width: 100vw;
    background-color: #000c;
	z-index: 9999;
	opacity: 0;
	user-select: none;
	pointer-events: none;
	transition: opacity 500ms ease;
    display: flex;
    justify-content: center;
    align-items: center;
}
.closepopup{
	position: absolute;
	right: 50px;
	top: 30px;
}
.popup.active{
	opacity: 1;
	pointer-events: unset;
}

.popup img{
    height: 85%;
    max-width: 95%;
    object-fit: cover;
}

@media screen and (max-width:767px){

.button-container {
	padding-top: 60px;
}
.popup img{
        height: unset;
        width: 90%;
        max-height: 95%;
    }
    .kat-left select , .kat-right{font-size: 12px;}
    .kat-left , .kat-btn{flex-direction: column;align-items: start;width: 100%;}
    .kat-left select , .kat-right{width: 100%;}

    .katplan-wrap{padding: 20px;border-radius: 20px;margin: 20px 0;}
.kat-btn{

    gap: 10px;

}
}

/* ===== Yetizoglu Luna Grid Gallery ===== */
.yl-gallery{ --r:14px; --b:#e5e7eb; --ink:#0f172a; --mut:#6b7280; --bg:#fff; }

.yl-tabs{
  display:flex; gap:10px; flex-wrap:wrap;
  margin-bottom:14px;
}
.yl-tab{
  border:1px solid var(--b);
  background:#fff;
  border-radius:999px;
  padding:10px 14px;
  font-weight:700;
  font-size:14px;
  transition:.15s;
}
.yl-tab.active{
  background:#111;
  color:#fff;
  border-color:#111;
}

.yl-grid{
  display:grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap:12px;
}
@media (max-width: 992px){
  .yl-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 520px){
  .yl-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap:10px; }
}

.yl-item{
  position:relative;
  border-radius: var(--r);
  overflow:hidden;
  background:#f3f4f6;
  border:1px solid rgba(0,0,0,.06);
  aspect-ratio: 4 / 3;
  cursor:pointer;
}
.yl-item img{
  width:100%; height:100%;
  object-fit:cover;
  display:block;
  transform: scale(1.01);
  transition: .18s ease;
}
.yl-item:hover img{ transform: scale(1.06); }

.yl-item::after{
  content:"";
  position:absolute; inset:0;
  background: linear-gradient(to top, rgba(0,0,0,.35), rgba(0,0,0,0));
  opacity:.0;
  transition:.18s ease;
}
.yl-item:hover::after{ opacity:1; }

.yl-actions{
  display:flex; gap:10px;
  justify-content:flex-end;
  margin-top:12px;
}
.yl-more, .yl-all{
  border:1px solid var(--b);
  background:#fff;
  border-radius:12px;
  padding:10px 14px;
  font-weight:800;
}
.yl-all{ background:#111; color:#fff; border-color:#111; }

/* Modal */
.yl-modal{ background:#0b0f19; color:#fff; }
.yl-modal-head{ border-bottom: 1px solid rgba(255,255,255,.10); }
.yl-modal-title{ display:flex; align-items:center; gap:10px; font-weight:800; }
.yl-modal-count{ font-weight:700; opacity:.8; font-size:13px; }
.yl-modal-body{
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:0;
}
.yl-modal-body img{
  max-width:100%;
  max-height: calc(100vh - 70px);
  object-fit:contain;
}
.yl-nav{
  position:absolute;
  top:50%;
  transform: translateY(-50%);
  width:54px; height:54px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.2);
  background: rgba(0,0,0,.35);
  color:#fff;
  font-size:34px;
  line-height:0;
  display:flex; align-items:center; justify-content:center;
}
.yl-prev{ left:14px; }
.yl-next{ right:14px; }
@media (max-width:520px){
  .yl-nav{ width:44px; height:44px; font-size:28px; }
}














































