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;
    border: none;
    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: #fdfdfdb3;
    color: #18401D;
    padding: 24px 160px;
    overflow: hidden;
    transition: all 500ms ease;
}
.logo{
    width: 350px;
    left: 160px;
    top: 24px;
    position: absolute;
    transition: all 750ms ease;
}
.logo img{width: 100%;transition: all 750ms ease;height: 58px;}
.header-main ul{
    display: flex;
    flex-direction: row;
    gap: 48px;
    align-items: center;
}
.float-btn-wrap{
    position: fixed;
    right: -244px;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    transform-origin: center;
    display: flex;
    flex-direction: row;
    gap: 10px;
    z-index: 5;
}
.float-btn{
    color: #fff;
    padding: 6px 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    cursor: pointer;
    gap: 12px;
    width: 175px;
    justify-content: center;
    transition: background-color 500ms ease;
}
.float-btn.call{background-color: #113115;}
.float-btn.whatsapp{background-color: #e6fbb9;color: #113115;}
.float-btn.yazin-btn{background-color: #18401D ;}
.float-btn.call img{width: 25px;}
.float-btn.whatsapp img{width: 20px;}
.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: 100px;
    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;
}
.medya-banner{
    margin-left: 160px;
    height: 350px;
    max-height: 80vh;
    background-image: url('../images/haber1.jpg');
    background-position: center;
    background-size: cover;
    margin-bottom: 30px;
}
.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;
}

.contact-form{
    position: absolute;
    width: 100%;
    transform: rotate(-90deg);
    left: 0;
    right: 0;
    top: -550px;
    padding: 40px;
    z-index: -1;
    transition: all 500ms ease;
}
.contact-form.active{top: 120px;}
.contact-form form{
    display: flex;
    flex-direction: column;
    gap: 16px;
    color: #fff;
}
.contact-form input{
    background:none;
    border: none;
    border-bottom: 2px solid #fff;
    color: #fff;
    width: 100%;
    padding: 10px 0 5px;
}
.contact-form input::placeholder{color: #fff;}
.contact-form input[type=checkbox]{width: unset;}
.contact-form label{font-size: 12px;}
.contact-form .closebtn{position: absolute;top: 20px;right: 20px;width: 30px;filter: brightness(15);cursor: pointer;}
.contact-form button{
    padding: 8px 32px;
}
.proje-card-detail{
    position: relative;
    border-radius: 8px;
    backdrop-filter: blur(36px);
    background: rgba(255, 255, 255, 0.8);
    padding: 32px;
}
.proje-card .line{
    display: block;
    width: 100%;
    height: 1px;
    margin: 8px 0;
    background-color: #202023;
}
.proje-card{
    position: relative;
    display: block;
    padding: 500px 32px 32px;
    margin: 32px;
    margin-left: 0;
}
.proje-card.medya-card{margin: 24px;margin-left: 0;}
.proje-card-img{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 500px;
    border-radius: 15px;
    object-fit: cover;
    transition: all 500ms ease;
}
.proje-card:hover .proje-card-img{height: 100%;}
.play-btn{
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 250px;
    transform: translate(-50% , -50%);
    border-radius: 50%;
    backdrop-filter: blur(24px);
    background: rgba(255, 255, 255, 0.01);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
    transition: all 500ms ease;
}
.play-btn img{width: 45px;filter: brightness(15);}
.medya-card:hover .play-btn{background: rgba(0, 0, 0, 0.5);}

@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%;}
    footer{padding: 40px 7%;}
    .alt-banner{padding-left: 7%;}
    .footer-main ul{gap: 20px;}
    .hakk-banner{margin-left: 7%;}
    .medya-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;}
    .proje-card{margin: 12px;}
    .proje-card-detail{padding: 12px;}
    .grey-card{padding: 20px;}
    .proje-card{padding: 350px 24px 24px;}
    .proje-card-img{border-radius: 40px;height: 350px;}
    .proje-card-detail{font-size: 14px;}
    .play-btn{top: 175px;}
}
@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;}
    .proje-card{margin: 12px;}
    .proje-card-detail{padding: 12px;}
    .grey-card{padding: 20px;}
    .proje-card{padding: 350px 24px 24px;}
    .proje-card-img{border-radius: 40px;height: 350px;}
    .proje-card-detail{font-size: 14px;}
}
@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;}
    .medya-banner{margin-left: 20px;height: 200px;}
    .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;}
    .float-btn-wrap{transform: none;top: unset;right: 0;left: 0;bottom: 0;width: 100%;gap: 0;flex-grow: 1;}
    .float-btn{flex-grow: 1;font-size: 12px;}
    .contact-form{
        transform: unset;
        top: unset;
        bottom: -550px;
        padding: 20px;
    }
    .contact-form.active{bottom: 36px;top: unset;}
    .proje-card , .proje-card.medya-card{margin: 12px 0;}

}


.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;
}
}

.kat-btn{
    display: flex;
    padding: 0 16px;
    height: 60px;
    background-color: #F7F7F9;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    position: relative;
    color: #202023;
    transition: all 500ms ease;
    cursor: pointer;
}
.kat-btn:hover{background-color: #d0ab37;color: #fff;}
.kat-btn::before{
    content: 'Kat Planını Gör';
    position: absolute;
    right: 42px;
    color: #fff;
    font-weight: 600;
    z-index: 1;
    opacity: 0;
    transition: all 500ms ease;
}
.kat-btn::after{
    content: url(../images/svg/arrow-diag.svg);
    position: absolute;
    right: 16px;
    z-index: 1;
    opacity: 0;
    transition: all 500ms ease;
}
.kat-btn:hover::before , .kat-btn:hover::after{opacity: 1;}

.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;
}
.closepopup img{filter: invert(1) brightness(15);}
.popup.active{
	opacity: 1;
	pointer-events: unset;
}

.popup img{
    height: 85%;
}


.medya-card:hover .play-btn{background: rgba(0, 0, 0, 0.5);}


.video-wrap{
    position: relative;
    border-radius: 60px;
    box-shadow: 16px 24px 80px 0px rgba(0, 0, 0, 0.05);
    overflow: hidden;
}
.video-wrap video{
    width: 100%;
    aspect-ratio: 16 / 9;
}
.video-cover{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    z-index: 1;
    opacity: 1;
    transition: all 250ms ease;
    cursor: pointer;
}
.video-cover .play-btn{top: 50%;background: rgba(0, 0, 0, 0.5);}
.video-cover.in-active{opacity: 0;pointer-events: none;user-select: none;}

.footer-logo{max-height: 40px;}

.wrap-360{position: relative;width: 100%;height: fit-content;}
.cover-360{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    object-fit: cover;
    transition: all 500ms ease;
    cursor: pointer;
    background-image: url('../images/cover-360.jpg');
    background-size: cover;
    background-position: center;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    align-items: center;
}
.cover-360 h2{font-weight: 300;color: var(--black-white-white, #FFF);font-feature-settings: 'clig' off, 'liga' off;font-size: 32px;font-style: normal;font-weight: 300;line-height: 130%;}

.cover-360 h2 b{font-weight: 700;color: var(--black-white-white, #FFF);text-align: center;font-feature-settings: 'clig' off, 'liga' off;font-size: 32px;font-style: normal;font-weight: 800;line-height: 130%;}

.cover-360.inactive{opacity: 0;pointer-events: none}
.sanal-btn{
    background-color: #fff;
    color: #13133A;
    padding: 12px 20px 12px;
    border-radius: 6px;
    font-size: 14px;
    color: var(--primary-default, #13133A);
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

