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: "Urbanist", sans-serif;
    letter-spacing: 0.24px;
    color: #545454;
    background-color: #FDFDFD;
}

a {
    text-decoration: none;
    color: inherit;
}

.bold {
    font-weight: 800;
}
.semi-bold{
    font-weight: 700;
}


.light {
    font-weight: 300;
}

.kalnia {
    font-family: "Kalnia", serif;
}

.color-l-gold {
    color: #E8C895;
}

.color-gold {
    color: #A58E6A;
}

.color-green {
    color: #173837;
}

.color-l-green {
    color: #4F7A76;
}

.color-vl-green {
    color: #89A6A3;
}

.bg-green {
    background-color: #204F4E;
}
.bg-l-green {
    background-color: #4F7A76;
}

.bg-grey {
    background-color: #F9F9F9;
}

ul {
    margin: 0;
    padding: 0;
}
.line-15{line-height: 1.5;}
li {
    list-style: none
}

h1 {
    font-size: 120px;
}


h2 {
    font-size: 44px;
}

h3 {
    font-size: 26px;
}

h4 {
    font-size: 24px;
    font-weight: 400;
}

h5 {
    font-size: 21px;
}

h6 {
    font-size: 17px;
}


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

.normal-link {
    color: #173837;
    font-weight: 600;
    transition: all 500ms ease;
}

.normal-link:hover {
    color: #E8C895;
}

.normal-link-2 {
    color: #fff;
    font-weight: 600;
    transition: all 500ms ease;
}

.normal-link-2:hover {
    color: #E8C895;
}
.yenifont {
    font-size: 70px;
}
.splash {
    width: 100%;
    height: 100vh;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 999999;
    background-color: #1f4e4d;
    display: flex;
    justify-content: center;
    align-items: center;
}

.splash img {
    width: 200px;
}

.header-main{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 32px 160px;
    z-index: 9;
    transition: all 500ms ease;
}
.header-main .logo{display: flex;flex-direction: row;align-items: center;gap: 16px;}
.logo .logo-icon{height: 44px;}
.logo .logo-text{height: 21px;filter: invert(1) brightness(5);transition: all 500ms ease;}
.header-main .header-nav{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 48px;
    color: #fff;
    transition: all 500ms ease;
}
.header-nav .line{
    display: block;
    width: 1px;
    height: 16px;
    background-color: #fff;
    transition: all 500ms ease;
}
.lang-sel{cursor: pointer;}
.header-main .lang-sel img{filter: invert(1) brightness(5);margin-left: 10px;}
.burger-menu-icon{cursor: pointer;}
.close{cursor: pointer;}
.header-main .burger-menu-icon img{filter: brightness(2) sepia(2);transition: all 500ms ease;}

.header-scroll{
    backdrop-filter: blur(24px);
    background: rgba(255, 255, 255, 0.85);
    padding: 18px 160px;
}
.header-scroll .header-nav{color: #204F4E;}
.header-scroll .logo .logo-text{filter: none;}
.header-scroll .burger-menu-icon img{filter: none;}
.header-scroll .lang-sel img{filter: none;}
.header-scroll .line{background-color: #204F4E;}

.header-main.header2 .header-nav{color: #204F4E;}
.header-main.header2 .logo .logo-text{filter: none;}
.header-main.header2 .burger-menu-icon img{filter: none;}
.header-main.header2 .lang-sel img{filter: none;}
.header-main.header2 .line{background-color: #204F4E;}
.header-nav li:hover{color: #E8C895;}
.header-nav li:hover img{filter: brightness(3) sepia(1);}
.header-main.header2 .header-nav li:hover img{filter: brightness(2.7) sepia(1);}
.header-scroll .header-nav li:hover img{filter: brightness(2.7) sepia(1);}
.proje-scroll-bar{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0 160px;
    border-bottom: 1px solid transparent;
    border-top: 1px solid transparent;
    backdrop-filter: blur(0px);
    background: transparent;    
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height: 0px;
    overflow: hidden;
    transition: all 500ms ease;
}
.header-scroll .proje-scroll-bar{height: 58px;padding: 16px 160px;border-bottom: 1px solid rgb(232, 200, 149);border-top: 1px solid rgb(232, 200, 149);background: rgba(255, 255, 255, 0.85);backdrop-filter: blur(24px);}
.proje-scroll-bar ul{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 60px;
}
.proje-scroll-bar li a{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    color: #204F4E;
}
.proje-scroll-bar li a img{width: 16px;}
.proje-scroll-bar li a:hover img{filter: invert(1) sepia(1) brightness(0.9);}
.proje-scroll-bar li a:hover{color: #E8C895;}
.me-nav{
    width: 100vw;
    top: 0;
    bottom: 0;
    position: fixed;
    z-index: 12;
    backdrop-filter: blur(12px);
    overflow: hidden;
    background: rgba(32, 79, 78, 0.85);
    display: flex;
    justify-content: flex-end;
    color: #fff;
    right: -100vw;
    transition: right 500ms ease;
}
.me-nav.active{right: 0;}
.lang-menu-wrap{
    width: 100vw;
    height: 100vh;
    right: 0;
    left: 0;
    position: fixed;
    z-index: 12;
    backdrop-filter: blur(12px);
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -130%;
    transition: top 500ms ease;
}
.lang-menu-wrap.active3{top: 0;}
.lang-menu-bg{
    background: rgba(32, 79, 78, 0.85);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.lang-menu{
    display: flex;
    flex-direction: column;
    background-color: #fff;
    position: relative;
    border-radius: 24px;
    padding: 32px;
    gap: 32px;
}
.guncel-btn{
    border: none;
    background-color: #4F7A76;
    color: #fff;
    width: 100%;
    padding: 12px 20px;
}
#langBtnContainer{
    display: flex;
    flex-direction: row;
    gap: 24px;
    margin-top: -16px;
}
.lang-btn{
    border: 1px solid transparent;
    color: #C7C7C7;
    padding: 16px 48px 16px 16px;
    background: none;
    font-size: 14px;
    border-radius: 8px;
    text-align: left;
}
.lang-btn b{color: #8D8D8D;font-size: 16px;}
.lang-btn.active{
    border: 1px solid #4F7A76;
}
.lang-btn.active b , .lang-btn:hover b{color: #204F4E;}
#currencyBtnContainer{
    display: flex;
    flex-direction: row;
    gap: 24px;
    margin-top: -16px;
}
.currency-btn{
    border: 1px solid transparent;
    color: #C7C7C7;
    padding: 16px 48px 16px 16px;
    background: none;
    font-size: 14px;
    border-radius: 8px;
    text-align: left;
}
.currency-btn b{color: #8D8D8D;font-size: 16px;}
.currency-btn.active2{
    border: 1px solid #4F7A76;
}
.currency-btn.active2 b , .currency-btn:hover b{color: #204F4E;}
.lang-menu .close{align-self: flex-end;}
.menu-logo{
    position: absolute;
    height: 800px;
    max-height: 90%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
    transition: all 500ms ease 1000ms;
}
.me-nav.active .menu-logo{transform: translate(-50% , -50%);}
.menu-wrap{
    background-color: #4F7A76;
    width: 800px;
    position: relative;
    display: flex;
    flex-direction: column;
    right: -100%;
    transition: all 500ms ease 500ms;
}
.me-nav.active .menu-wrap{right: 0;}
.menu-bar{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    padding: 36px 160px;
    gap: 32px;
}
.menu-nav{
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: right;
    font-size: 36px;
    font-family: "Kalnia", serif;
    color: #F0DAB8;
    padding: 32px 160px;
    flex-grow: 1;
    border-top: 1px solid #89A6A3;
    border-bottom: 1px solid #89A6A3;
    gap: 16px;
}
.menu-nav a{font-weight: 400;}
.menu-proje-list{
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 32px;
    padding: 12px 0;
    color: #fff;
    font-size: 16px;
    font-family: "Urbanist", sans-serif;
}


.banner {
    width: 100%;
    height: 100svh;
    position: relative;
}

.banner .slide {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #F0DAB8;
    font-family: "Kalnia", serif;
    text-align: left;
    padding: 0 300px;
}

.banner .slide h1 {
    z-index: 1;
    line-height: 1;
    width: 100%;
}

.banner .slide h3 {
    z-index: 1;
    line-height: 1;
    width: 100%;
}

.banner .slide h4 {
    z-index: 1;
    line-height: 1;
    width: 100%;
}

.banner-btn {
    border-radius: 8px;
    background: rgba(145, 5, 7, 0.20);
    backdrop-filter: blur(12px);
    padding: 12px 12px 12px 24px;
    display: flex;
    align-items: center;
    gap: 12px;
    transition: all 500ms ease;
}

.banner-btn img {
    width: 0px;
    transition: all 500ms ease;
}

.banner-btn:hover {
    padding: 12px 24px;
}

.banner-btn:hover img {
    width: 16px;
}

.banner-social {
    position: absolute;
    right: 36px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 24px;
    justify-content: center;
    align-items: center;
    z-index: 3;
}

.contact-bar {
    position: fixed;
    bottom: 32px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 7;
    border-radius: 16px;
    backdrop-filter: blur(24px);
    background: rgba(33, 51, 50, 0.8);
    padding: 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.contact-btn-bar {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 8px;
}

.contact-btn-bar .line {
    background-color: #4F7A76;
    width: 1px;
    height: 16px;
}

.contact-btn {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    gap: 8px;
    padding: 12px 20px 12px 20px;
    border-radius: 8px;
    background: rgba(33, 51, 50, 0);
    transition: all 500ms ease;
    cursor: pointer;
}

.contact-btn .chev {
    transform: scaleY(-1);
    filter: brightness(15);
    transition: all 500ms ease;
}

.contact-btn.active .chev {
    transform: scaleY(1);
    filter: none;
}

.contact-btn:hover,
.contact-btn.active {
    background: rgba(79, 122, 118, 0.1);
}

.contact-btn.active {
    color: #4F7A76;
}

.switch {
    position: relative;
    display: inline-block;
    width: 48px;
    height: 28px;
}

/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.check-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #4D7271;
    -webkit-transition: .4s;
    transition: .4s;
}

.check-slider:before {
    position: absolute;
    content: "";
    height: 24px;
    width: 24px;
    left: 2px;
    bottom: 2px;
    background-color: #E9EDED;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.check-slider {
    background-color: #E8C895;
}

input:focus+.check-slider {
    box-shadow: 0 0 1px #E8C895;
}

input:checked+.check-slider:before {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
    background-color: #173837;
}

/* Rounded sliders */
.check-slider.round {
    border-radius: 34px;
}

.check-slider.round:before {
    border-radius: 50%;
}

.form-box {
    overflow: hidden;
}

.contact-form {
    background-color: #204F4E;
    border-radius: 8px;
    padding: 0 16px;
    padding-right: 0;
    font-size: 14px;
    color: #fff;
    height: 0px;
    transition: all 500ms ease;
}

.form-row {
    margin: 0;
    width: 800px;
    height: 100%;
    overflow: hidden;
}

.contact-form.active {
    height: 392px;
    padding: 16px;
    padding-right: 0;
}

.form-left {
    background-color: #173837;
    border-radius: 4px;
    padding: 16px;
}

.contact-form form {
    padding: 16px 0 16px 16px;
    background-color: #204F4E;
    height: 100%;
    position: relative;
}

.contact-form input {
    padding: 8px 16px 8px 16px;
    border: none;
    background: none;
    color: #fff;
    border-bottom: 1px solid rgb(137, 166, 163);
    width: 100%;
    margin-bottom: 16px;
}
.contact-form select {
    padding: 8px 16px 8px 16px;
    border: none;
    background: none;
    color: #b3b3b3;
    border-bottom: 1px solid rgb(137, 166, 163);
    width: 100%;
    margin-bottom: 16px;
}

.contact-form input::placeholder {
    color: #89A6A3;
}

.check-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-top: 24px;
}

.check-row p {
    display: block;
    font-size: 13px;
    margin-bottom: 0;
    margin-left: 0px;
}

.check-row button {
    font-size: 16px;
    font-weight: 400;
    background-color: #4F7A76;
    border: none;
    padding: 8px 24px;
    color: #fff;
    transition: all 500ms ease;
}

.check-row button:hover {
    background-color: #173837;
}

.home-special-sec {
    background-image: url(../images/svg/arso-icon-big.svg);
    background-repeat: no-repeat;
    background-size: auto 80%;
    background-position: center;
    padding-top: 240px;
    padding-bottom: 240px;
}

.home-alt-img {
    height: 800px;
    width: 100%;
    object-fit: cover;
    transition: transform 500ms ease;
}

.home-alt-img:hover {
    transform: scale(1.1);
}

.home-proje-image-slider-item img {
    width: 100%;
    height: 700px;
    filter: brightness(0.7);
    object-fit: cover;
}

.home-proje-slider-sec {
    position: relative;
}

.home-proje-name-slider-wrap {
    position: absolute;
    z-index: 1;
    width: 100%;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    overflow: hidden;
}

.home-proje-name-slider-item a {
    color: #fff;
    text-align: center;
    transition: all 500ms ease;
}

.home-proje-name-slider-item a:hover {
    color: #E8C895;
}

.home-proje-name-slider {
    width: 1000px;
    margin: auto;
}

.home-proje-name-slider .slick-list {
    overflow: unset;
}
.ruslan-pading {
    padding: 136px;
}
.ruslan-pading img{height: 100%;object-fit: cover;}
.footer-main{
    padding: 160px;
    background-color: #173837;
}
.footer-nav{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 24px;
    margin-top: 40px;
}
.footer-nav a{color: #fff;transition: all 500ms ease;}
.footer-nav a:hover{color: #E8C895;}
.footer-main h5{font-weight: 400;}
.footer-social{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 24px;
}
.footer-social img{width: 24px;}
.footer-main form{
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 345px;
    height: 40px;
    gap: 12px;
    border-bottom: 1px solid rgb(137, 166, 163);
    margin-top: 16px;
}
.footer-main form input{background: none;border: none;flex-grow: 1;color: #fff;}
.footer-main form input::placeholder{color: #89A6A3;}
.footer-main form button{background: none;border: navajowhite;}

.copyright{
    background-color: #4D7271;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 24px 160px;
    color: #fff;
}
.copyright ul{
    display: flex;
    flex-direction: row;
    gap: 32px;
    align-items: center;
}
.hakk-banner{
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(../images/hakk-banner.jpg);
    background-size: cover;
    background-position: center;
}
.team-card{display: block;}
.team-card img{transition: all 500ms ease;}
.team-card:hover img{transform: scale(1.1);}

.accordion {
    background-color: transparent;
    color: #204F4E;
    cursor: pointer;
    padding: 36px 0;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 21px;
    transition: 0.4s;
  }
  
  .active-accordion, .accordion:hover {
    background-color: transparent;
  }
  
  .accordion::after {
    content: '\002B';
    color: #204F4E;
    font-size: 22px;
    float: right;
    margin-left: 5px;
  }
  
  .active-accordion::after {
    content: "\2212";
  }
  
  .panel {
    padding: 0 0;
    background-color: transparent;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    border-bottom: 1px solid #C7C7C7;
    margin-bottom: 24px;
  }
  .panel p{margin-bottom: 0;}
.alt-banner{
    background-image: url(../images/alt-banner.jpg);
    background-size: cover;
    background-position: center;
    height: 670px;
    border-bottom: 1px solid rgb(32, 79, 78);
}
.alt-banner .container{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
}
.alt-banner h5{
    padding: 60px 0 60px 265px;
}

.sosyal-alt-img {
    min-height: 500px;
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: transform 500ms ease;
}

.sosyal-alt-img:hover {
    transform: scale(1.1);
}
.team-card h4{font-size: 28px;}
.ilet-bar{
    padding-top: 24px;
    padding-bottom: 24px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgb(32, 79, 78);
}

.ilet-map-box{
    background-image: url(../images/map.png);
    background-size: cover;
    background-position: center;
    height: 320px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.filterDiv {
    display: none;
  }
  
  .show {
    display: block;
  }
  
  .category-btn-wrap{
    padding-top: 24px;
    padding-bottom: 24px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 160px;
    border-bottom: 1px solid rgb(32, 79, 78);
  }

  .category-btn {
    border: none;
    outline: none;
    background: none;
    cursor: pointer;
    color: #204F4E;
    font-weight: 600;
  }
  
  .category-btn:hover {
    color: #A58E6A;
  }
  
  .category-btn.active {
    color: #A58E6A;
  }

.blog-wrap .team-card{margin-bottom: 60px;}

.blog-detay-btn-bar{
    padding-top: 24px;
    padding-bottom: 24px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgb(32, 79, 78);
    border-top: 1px solid rgb(32, 79, 78);
    margin-top: 120px;
}
.blog-detay-btn{
    color: #204F4E;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    cursor: pointer;
}
.blog-detay-sec{
    padding: 100px 0;
}

.blog-detay-heading{font-size: 72px;line-height: 1.1;font-weight: 500;}

.proje-card{
    position: relative;
    height: 600px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    overflow: hidden;
    color: #fff;
    padding: 36px 0;
    margin-bottom: 60px;
}
.proje-card *{position: relative;}
.proje-card-img{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    filter: brightness(0.5);
    transition: all 500ms ease;
}
.proje-card:hover .proje-card-img{transform: scale(1.1);}

.proje-detay-banner{
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
    background-position: center;
}

.proje-logo{
    height: 80px;
    position: absolute;
    left: 50%;
    top: 30px;
    transform: translateX(-50%);
    filter: invert(1) brightness(5);
    transition: all 500ms ease;
}
.proje-logo.labella{height: 60px;}
.header-scroll .proje-logo{filter: none;height: 45px;top: 50%;transform: translate(-50% , -50%);}

.proje-detay-sec{
    padding: 160px 0;
}
.proje-detay-sec h4{
    border-bottom: 1px solid #4F7A76;
    font-size: 28px;
    margin: 40px 0;
    line-height: 2;
}

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

.kat-btn , .sart-btn{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    color: #E9EDED;
    background-color: #4F7A76;
    padding: 32px;
    width: 100%;
    cursor: pointer;
    font-size: 21px;
    font-weight: 400;
    margin-top: 20px;
}
.revGallery-anchor{padding: 16px;width: calc(100% / 2);}
.revGallery-anchor img{width: 100%}
.detail-galeri{margin: 0 -16px 0;}

.proje-detay-sec input {
    padding: 8px 16px 8px 16px;
    border: none;
    background: none;
    color: #fff;
    border-bottom: 1px solid rgb(137, 166, 163);
    width: 100%;
    margin-bottom: 16px;
}
.proje-detay-sec .form-row{width: 100%;background-color: #204F4E;padding: 32px;}
.proje-detay-sec input::placeholder {
    color: #89A6A3;
}
.footer-logo{min-width: 60px;}
.proje-banner-video{width: 100%;height: 100%;object-fit:  cover;position: absolute;left: 0;top: 0;bottom: 0;right: 0;}
.proje-banner-video.mobile{display: none;}

.proje-logo.coolest{filter: none;}
.header-scroll .proje-logo.coolest{filter: invert(1) brightness(5);}
.proje-logo.allure{filter: none;height: 60px;}
.header-scroll .proje-logo.allure{filter: invert(1) brightness(5);height: 40px;}
.ruslan-text-padding{padding-right: 0px;}
@media screen and (max-width:1600px) {
    .header-main{padding: 32px 100px;}
    .header-scroll{padding: 18px 100px;}
    .proje-scroll-bar{padding: 0px 100px;}
    .header-scroll .proje-scroll-bar{padding: 16px 100px;}
    .contact-btn{font-size: 14px;}
    .ruslan-pading{padding: 80px;}
    .category-btn-wrap{gap: 100px;}
    .banner .slide{padding: 0 200px;}
    h5{font-size: 18px;}
    .home-proje-name-slider{width: 800px;}
}
@media screen and (max-width:1400px) {
    .header-main{padding: 32px 80px;}
    .header-scroll{padding: 18px 80px;}
    .header-main .header-nav{gap: 24px;}
    .proje-scroll-bar{padding: 0px 80px;}
    .header-scroll .proje-scroll-bar{padding: 16px 80px;}
    .proje-scroll-bar ul{gap: 24px;}
    .menu-nav{font-size: 24px;gap: 12px;}
    h1{font-size: 80px;line-height: 1;}
    h2{font-size: 44px;}
    h3{font-size: 32px;}
    h4{font-size: 24px !important;}
    h5{font-size: 18px;}
    h6{font-size: 17px;}
    .home-proje-name-slider{width: 600px;}
.yenifont {
    font-size: 40px;
}
    .responsive-img{width: 100%;height: 100%;object-fit: cover;}
    .padding-x{padding-left: 120px;padding-right: 120px;}
    .padding-y{padding-top: 80px;padding-bottom: 80px;}
    .footer-main{padding: 120px;}
    .copyright{padding: 24px 120px;}
    .hakk-banner , .proje-detay-banner{padding: 0 60px;}
    .banner .slide{padding: 0 150px;}

}
@media screen and (max-width:1200px) {
    .header-main{padding: 32px 60px;font-size: 14px;}
    .header-scroll{padding: 18px 60px;}
    .header-main .header-nav{gap: 16px;}
    .header-main .logo{gap: 8px;}
    .proje-scroll-bar{padding: 0px 60px;}
    .header-scroll .proje-scroll-bar{padding: 16px 60px;}
    .proje-scroll-bar ul{gap: 16px;}
    .proje-scroll-bar li a{gap: 8px;}
    .menu-nav{font-size: 24px;gap: 12px;}
    .menu-bar{padding: 36px 60px;}
    .menu-nav{padding: 28px 60px;}
    .blog-detay-heading{font-size: 60px;}
    h1{font-size: 60px;line-height: 1;}
    h2{font-size: 32px;}
    h3{font-size: 24px;}
    h4{font-size: 21px !important;}
    h5{font-size: 18px;}
    h6{font-size: 16px;}
.yenifont {
    font-size: 40px;
}
    .padding-x{padding-left: 80px;padding-right: 80px;}
    .padding-y{padding-top: 60px;padding-bottom: 60px;}
    .home-alt-img{height: 600px;}
    .home-proje-image-slider-item img{height: 450px;}
    .footer-main{padding: 80px;}
    .copyright{padding: 24px 80px;}
    .footer-nav{gap: 12px;}
    .alt-banner{height: 600px;}
    .category-btn-wrap{gap: 80px;}
    .ilet-bar{padding: 20px;}
    .proje-card{height: 450px;}
    .check-row p{font-size: 11px;}
    .banner .slide{padding: 0 100px;}
    .home-proje-name-slider{width: 500px;}
    .ruslan-pading .col-md-2{display: none;}

}
@media screen and (max-width:991px) {
    .header-main .header-nav li{display: none;}
    .header-main .header-nav li.lang-sel{display: flex;}
    .header-main .header-nav li.line{display: flex;}
    .header-main .header-nav li.burger-menu-icon{display: flex;}
    .proje-scroll-bar{flex-direction: column;padding: 0px 60px;gap: 8px;}
    .header-scroll .proje-scroll-bar{flex-direction: column;padding: 6px 60px;gap: 8px;}
    .proje-scroll-bar li a{font-size: 12px;}
    .menu-wrap{width: 50%;}
    .menu-bar{padding: 36px 60px;flex-direction: column;align-items: flex-end;gap: 8px;}
    .menu-proje-list{gap: 24px;}
    h1{font-size: 60px;line-height: 1;}
    h2{font-size: 32px;}
    h3{font-size: 18px;}
    h4{font-size: 21px !important;}
    h5{font-size: 18px;}
    h6{font-size: 16px;}
.yenifont {
    font-size: 40px;
}
    .padding-x{padding-left: 40px;padding-right: 40px;}
    .padding-y{padding-top: 20px;padding-bottom: 20px;}
    .contact-btn-bar{gap: 6px;}
    .contact-btn{padding: 8px 10px;}
    .form-row{width: 700px;}
    .banner .slide{padding: 0 100px;}
    .slider-pagi{left: 20px !important;}
    .banner-social{right: 20px;}
    .home-special-sec{padding: 120px 20px;}
    .home-proje-name-slider{width: 400px;}
    .home-proje-name-slider .slick-track{display: flex;align-items: center;}
    .footer-main{padding: 40px;}
    .copyright{padding: 24px 40px;}
    .footer-logo{margin-left: -20px;}
    .accordion , .accordion::after{font-size: 18px;}
    .ilet-bar{flex-direction: column;gap: 12px;}
    .proje-card{height: 300px;}
    .proje-detay-sec{padding: 80px 0;}
    .kat-btn, .sart-btn{font-size: 14px;}
    .header-main .lang-sel img{margin-left: 6px;}
    .home-alt-img{height: 450;}
}




.location-btn {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    padding: 8px 16px;
    position: absolute;
    z-index: 4;
    top: 10px;
    right: 53px;
    color: #fff;
    background-color: #4F7A76;
    cursor: pointer;
position: sticky;
}

.kat-btn2-wrap{
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.kat-btn2{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 16px;
    background-color: #F9F9F9;
    transition: all 500ms ease;
}
.kat-left{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 60px;
}
.kat-btn2 .line{
    width: 1px;
    height: 16px;
    background-color: #DFDFDF;
}
.kat-left span{font-size: 18px;}
.kat-right span{font-size: 13px;}
.kat-right{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
}
.arrow-box{
    width: 60px;
    height: 60px;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
}
.arrow1 , .arrow2 {transition: all 500ms ease;filter: none;}
.kat-right:hover {color: #4F7A76;}
.kat-right:hover .arrow1{filter: brightness(0.9) sepia(1) ;transform: translateX(60px);}
.kat-right:hover .arrow2{filter: brightness(0.9) sepia(1) ;transform: translateX(60px);}

.kat-left select#game{display: none;}

.kat-left select{
    background-color: #F9F9F9;
    color: #4C4647;
    font-weight: 600;
    padding: 12px 20px;
    border: none;
    outline: none;
    width: 240px;
    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: #fff;
    color: #4F7A76;
}
.kat-left select *{
    height: 37px;
    color: #4C4647;
    background-color: #F9F9F9;
    border: none !important;
    outline: none !important;
}
.kat-left select *:hover{
    color: #4F7A76;
    background-color: #fff;
}

.telif-green-bar{width: 100%;height: 300px;position: absolute;z-index: 0;top: 0;}
.telif-header{padding: 40px 101px;display: flex;align-items: center;justify-content: space-between;}
.telif-top-img{width: 100%;height: 380px;object-fit: cover;}
.telif-top-desc{padding: 60px 101px;}
.telif-top-desc .line{width: 100%;height: 1px;background-color: #4F7A76;margin: 36px 0;}
.telif-desc-logo{height: 48px;margin-left: -10px;margin-right: 24px;}
.telif-header .coolest-logo{height: 48px;}
.telif-header .eternia-logo{height: 60px;filter: invert(1) brightness(15);}
.telif-page .col-6{padding: 7px 4px !important;}
.telif-img1{width: 100%;height: 492px;object-fit: cover;margin-bottom: 16px;}
.telif-img2{width: 100%;height: 380px;object-fit: cover;}
.telif-img3{width: 100%;height: 380px;object-fit: cover;}
.telif-img4{width: 100%;height: 380px;object-fit: cover;}
.telif-img5{width: 100%;height: 380px;object-fit: cover;}
.telif-img6{width: 100%;height: 380px;object-fit: cover;}
.telif-card{background-color: #204F4E;padding: 24px;display: table;width: 100%;margin-top: 16px;}
.telif-card h3{font-size: 36px;}
.display-table{display: table;}
.telif-card{ table , td , th{border: 1px solid #204F4E;}}
.telif-card table{width: 100%;margin: 36px 0;}
.telif-card td b{font-weight: 700;}
.telif-card td{background-color: #FDFAF4;padding: 10px 24px;font-size: 21px;font-weight: 500;}
.telif-card td.block1{background-color: #F0DAB8;}
.telif-card td.block2{background-color: #E8C895;}
.pad-bot-130{padding-bottom: 136px;}
.footer-logo-wrap{display: flex;flex-direction: row;align-items: center;}
.footer-icon{width: 96px;height: 96px;overflow: hidden;position: relative;}
.footer-icon img{position: absolute;left: 50%;top: 50%;transform: translate(-50% , -50%);height: 220px;object-fit: cover;}
.footer-logo-text{font-size: 36px;color: #E8C895;font-weight: 500;}
.telif-footer{background-color: #1f4e4d;padding: 60px;}
.telif-copyright{background-color: #4D7271;padding: 12px 24px;}
.telif-copyright .container{display: flex;justify-content: end;align-items: center;}
.telif-header .logo{height: 36px;}




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

    .kat-left select{padding: 10px 0px;width: fit-content;}

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

    .kat-left{gap: 30px;}
    .swiper-button-next img, .swiper-button-prev img {width: 30px;}
    .swiper-button-next{right: 30px !important;}
    .swiper-button-prev{left: 30px !important;}
}

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

    .kat-btn2{padding: 8px 16px;}
    .kat-left{gap: 20px;}
    .arrow-box{width: 30px;height: 30px;}
    .kat-btn2:hover .arrow1{transform: translateX(30px);}
    .kat-btn2:hover .arrow2{transform: translateX(30px);}
    .ilet-map-sec .footer-social{flex-wrap: wrap;gap: 36px;padding-top: 20px;}
    .mobile{display: block;position: absolute;bottom: 100px;right: 0px;text-align: right;width: 100%;padding: 20px;}
    .mobile li{margin: 20px 0;flex-direction: row;justify-content: space-between;align-items: center;}
    .proje-detay-left{min-width: unset;width: 250px;padding-right: 10px;}
    .proje-detay-left ul li{font-size: 12px;}
    .swiper-button-next img, .swiper-button-prev img {width: 25px;}
    .swiper-button-next{right: 25px !important;}
    .swiper-button-prev{left: 25px !important;}
    .float-btn{width: 212px;}
    .form-row{width: 600px;}
    .telif-card td{font-size: 16px;}
}


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

    .kat-btn2{padding: 10px 5px;gap: 10px;}
    .kat-right{gap: 6px;}
    .kat-left{gap: 10px;}
    .kat-left span{font-size: 13px;}
    .kat-right span{font-size: 11px;}
    .arrow-box{width: 30px;height: 30px;}
    .kat-btn2:hover .arrow1{transform: translateX(30px);}
    .kat-btn2:hover .arrow2{transform: translateX(30px);}
    .kat-left select{padding: 10px 20px 10px 10px;width: fit-content;background-size: 16px;background-position: 98% 50%;}
    .telif-header{padding: 16px 24px;}
    .telif-header.bar2{padding: 40px 0px;}
    .telif-header .logo{height: 24px;}
    .telif-page .container {padding: 0;margin: 0;width: 100%;max-width: unset;}
    .telif-page .row{margin: 0 -12px !important;}
    .telif-page .col-6{padding: 4px 4px !important;}
    .telif-top-img{height: 252px;}
    .telif-top-desc{padding: 24px;margin-bottom: 60px;}
    .telif-top-desc h5{font-size: 16px;margin: 0;}
    .telif-desc-logo{height: 42px;}
    .telif-img1{height: 240px;margin-bottom: 8px;}
    .telif-img2{height: 120px;}
    .telif-img3{height: 120px;}
    .telif-img4{height: 120px;}
    .telif-img5{height: 120px;}
    .telif-img6{height: 120px;}
    .telif-card{margin: 8px;margin-bottom: 0;width: calc(100% - 16px);}
    .telif-card h5{font-size: 21px;}
    .telif-card h3{font-size: 21px;}
    .pad-bot-130{padding-bottom: 108px;}
    .footer-logo-text{font-size: 22px;}
    .footer-logo-wrap{flex-direction: column;gap: 5px;margin-bottom: 32px;}
    .footer-icon{width: 65px;height: 65px;}
    .footer-icon img{height: 160px;}
    .telif-footer{padding: 60px 16px;}
    .telif-footer .footer-social img{filter: invert(1) brightness(15);}
    .telif-footer .footer-social {margin: 0;}
    .telif-copyright .container{justify-content: center;}
.dairefoto {
    width: 70%;

}
}

@media screen and (max-width:767px) {
    .header-main{padding: 28px 10px;}
    .header-scroll{padding: 12px 10px;}
    .proje-scroll-bar{flex-direction: column;padding: 0px 6px;gap: 8px;}
    .header-scroll .proje-scroll-bar{flex-direction: column;padding: 6px 10px;gap: 8px;}
    .proje-scroll-bar ul{gap: 8px;}
    .proje-scroll-bar ul.scroll-bar-left{justify-content: space-between;width: 100%;}
    .proje-scroll-bar ul.scroll-bar-right{gap: 24px;}
    .proje-scroll-bar li a{gap: 6px;font-size: 10px;text-align: center;}
    .proje-scroll-bar li a span{display: none;}
    .menu-wrap{width: 70%;}
    .logo .logo-icon{height: 34px;}
    .logo .logo-text{height: 16px;}
    .form-row{width: 100%;}
    .contact-btn span{display: none;}
    .contact-btn img{width: 18px;}
    /* .ilet-btn img , .randevu-btn img{display: none;} */
    .contact-btn-bar{gap: 3px;}
    .contact-btn{font-size: 10px;padding: 16px 12px;}
    .contact-form.active{padding: 10px;height: 485px;max-height: 100svh;}
    .contact-bar{width: 100%;left: 0;right: 0;bottom: -1px;transform: none;border-radius: 0;}
    .blog-detay-heading{font-size: 32px;}
    h1{font-size: 32px;line-height: 1;}
    h2{font-size: 21px;}
    h3{font-size: 16px;}
    h4{font-size: 16px !important;}
    h5{font-size: 14px;}
    h6{font-size: 14px;}
    body{font-size: 14px;margin-bottom: 65px;}
.yenifont {
    font-size: 40px;
}
    .padding-x{padding-left: 20px;padding-right: 20px;}
    .padding-y{padding-top: 20px;padding-bottom: 20px;}
    .row{margin: 0 !important;}
    .container{padding: 0 20px;}
    .mobile-p-0{padding: 0 !important;}
    .ruslan-pading{padding: 20px 10px;}
    .footer-main form{width: 245px;}
    .footer-nav{flex-direction: column;margin-left: -20px;}
    .footer-social{margin-left: -20px;}
    .copyright{padding: 20px;flex-direction: column;gap: 12px;font-size: 12px;}
    .team-card img{height: 100%;width: 100%;object-fit: cover;}
    .accordion, .accordion::after{font-size: 16px;}
    .hakk-banner, .proje-detay-banner{padding: 0 60px 0 20px;}
    .alt-banner h5{padding: 10px 20px;}
    .alt-banner{height: 400px;padding: 0 20px;}
    .category-btn-wrap{gap: 10px;flex-direction: column;padding: 20px;}
    .blog-wrap .team-card , .proje-card{margin-bottom: 20px;}
    .blog-detay-sec{padding: 20px 0;}
    .proje-logo{transform: none;left: 60px;height: 45px;}
    .header-scroll .proje-logo{transform: none;left: 60px;height: 45px;top: 12px;}
    .proje-logo.labella{opacity: 0;}
    .header-scroll .proje-logo.labella{top: 6px;opacity: 1;height: 40px;left: 40px;}
    .proje-logo.eternia{height: 35px;}
    .header-scroll .proje-logo.eternia{top: 12px;left: 60px;}
    .proje-logo.allstar{height: 30px;left: 10px;top: 24px;}
    .header-scroll .proje-logo.allstar{top: 12px;left: 10px;}
    .proje-logo.allure{height: 25px;top: 30px;}
    .header-scroll .proje-logo.allure{top: 15px;left: 60px;height: 25px;}
    .proje-logo.coolest{height: 35px;top: 28px;}
    .header-scroll .proje-logo.coolest{top: 12px;left: 60px;}
    .proje-detay-sec{padding: 20px 0;}
    .kat-btn{margin-top: 0;}
    .proje-detay-sec .check-row p{margin-left: 10px;}
    .kat-btn, .sart-btn{padding: 8px 12px;}
    .revGallery-anchor{padding: 6px;}
    .detail-galeri{margin: 0 -6px 0;padding-bottom: 40px;}
    .proje-detay-sec .form-row{padding: 20px;}
    .menu-bar{padding: 36px 20px;}
    .menu-bar.bottom-bar{padding-bottom: 100px;}
    .menu-nav{padding: 20px;font-size: 18px;}
    .home-special-sec{padding: 60px 20px;}
    .popup img{
        height: unset;
        width: 90%;
    }
    .home-alt-img{height: 300px;}
    .home-proje-name-slider{width: 300px;}
    .proje-banner-video.pc{display: none;}
    .proje-banner-video.mobile{display: block;padding: 0;}
    .contact-form input{margin-bottom: 8px;}
    .check-row{margin-top: 12px;}
    .contact-form form{padding: 8px 0;}
    .contact-form p {font-size: 10px;}
    #langBtnContainer , #currencyBtnContainer{gap: 8px;}
    .lang-btn , .currency-btn{padding: 8px 12px;font-size: 10px;}
    .lang-btn b , .currency-btn b {font-size: 12px;}
    .lang-menu{gap: 12px;padding: 16px;}
    .ruslan-text-padding{padding-right: 0;}
    .logo.allstar-page{display: none;}
}

@media screen and (max-width: 767px) {
    .mobililk {
            display: none;
    }
}
@media screen and (max-width: 567px) {
    .home-proje-name-slider{width: 200px;}
}


.position-relative1 {
    position: relative;
}

.position-absolute1 {
    position: absolute;
}

.download-btn1 {
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease, opacity 0.3s ease;
    z-index: 2;
    opacity: 0;
}

.download-btn1:hover {
    background-color: rgba(0, 0, 0, 0.9);
}

.overflow-hidden1:hover .download-btn1,
.overflow-hidden1 .download-btn1:focus {
    opacity: 1;
}

@media (max-width: 768px) {
    .download-btn1 {
        font-size: 14px;
        padding: 8px 16px;
        bottom: 50px;
        left: 50%;
        transform: translateX(-50%);
        opacity: 1;
    }
    
    .overflow-hidden1:hover .download-btn1,
    .overflow-hidden1 .download-btn1:focus {
        opacity: 1;
    }
}

.dairefoto {
    width: 50%;
    height: auto;
    object-fit: cover;
    display: block;
    margin-left: auto;
    margin-right: auto;
}