/* Fonts */
@import url("https://fonts.googleapis.com/css2?family=Krona+One&display=swap");

@font-face {
  font-family: "Campton";
  src: url("../fonts/subset-Campton-Medium.woff2") format("woff2"),
    url("../fonts/subset-Campton-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Campton";
  src: url("../fonts/subset-Campton-Book.woff2") format("woff2"),
    url("../fonts/subset-Campton-Book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* Common Styles */
body {
  position: relative;
  font-family: "Campton";
  overflow-x: hidden;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;}

.footerimg img{
    width:200px;
}
}.custom-menu {
    color: #fff;
    font-size: 20px;
}
.absolute-header-right div{
      margin-top: -2px !important;
}

.sollogo img{
  width:160px !important;
}


.btn:hover {
  border: 1px solid #a78c00;
  color: #a78c00;
}

.black-bg {
  background-image: url(../images/black-bg.png);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

.white-bg {
  background-image: url(../images/white-bg.png);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

.inner-white-bg {
  background-image: url(<?php echo get_template_directory_uri(); ?>/images/inner-bg.png);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

.footeric{
	 max-width: 1350px;
  margin: 0 auto;
  box-sizing: border-box;
}

.basinic{
	 max-width: 1350px;
  margin: 0 auto;
  box-sizing: border-box;
}

.bultenic{
	 max-width: 1350px;
  margin: 0 auto;
  box-sizing: border-box;
}
.inner-header h1 {
  max-width: 1350px;
 
  box-sizing: border-box;
}


.trp-language-switcher-container {
    display: inline-block;
}

.trp-language-switcher .trp-ls-shortcode-current-language{
   
    border: 1px solid white;
    border-radius: 25px;
}
.trp-language-switcher > div > a{
    font-size:12px;
}

.trp-language-switcher > div > a.trp-ls-shortcode-disabled-language{
    color:black;
    font-size:12px;
}


.trp-language-switcher-container select,
.trp-language-switcher-container .trp-language-switcher {
    background: #17365c; 
    color: white;
    border: 1px solid white;
    border-radius: 25px;
    padding: 5px 15px;
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 6px;
}
.trp-language-switcher{
    width:120px;
    margin-right:30px;
}

.trp-language-switcher img {
    width: 20px;
    height: 20px;
    border-radius: 50%;
}




   .hero-wrapper {
      position: relative;
      height: 90vh;
      overflow: hidden;
    }

    .hero-slide {
      position: absolute;
      top: 0; left: 0;
      width: 100%;
      height: 100%;
      opacity: 0;
      transition: opacity 0.7s ease-in-out;
    }

    .hero-slide-active {
      opacity: 1;
      z-index: 1;
    }

    .hero-slide picture,
    .hero-slide img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }

    .hero-controls {
      position: absolute;
      bottom: 0;
      right: 0;        
      width: 70%;      
      display: flex;
      justify-content: center;
      z-index: 2;      
    }

    .hero-btn {
      flex: 1;
      padding: 25px 0; 
      border: none;
      cursor: pointer;
      font-size: 14px;
      background: rgba(0,0,0,0.7);
      color: #fff;
      transition: background 0.3s;
    }

    .hero-btn-active {
      background: #0f3d25; 
      font-weight: bold;
    }

 .hero-nav {
  position: absolute;
  bottom: 20px;        
  left: 50%;
  transform: translateX(-50%); 
  display: flex;
  gap: 15px;            
  z-index: 3;
  display: none; 
}
  .hero-nav button {
      background:none;
  border: none;
  color: #fff;
  font-size: 28px;
  padding: 10px 15px;
  cursor: pointer;
  border-radius: 50%;
  transition: background 0.3s;
  
}

   

    @media (max-width: 768px) {
      .hero-controls { display: none; }
      .hero-nav {       
		  
		  display: flex;
        width: 30%;
        justify-content: center;
        height: 10%;
        padding-top: 8px;
        padding-bottom: 20px;
        background: rgba(0, 0, 0, 0.6);
          
      }
		.hero-nav{
			left:80%;
		}
		.custom-menu .main-menu li,
.custom-menu .main-menu li a {
   
	padding-bottom:0px !important;
}
    }

/* Header */
header.absolute-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index:4;

}

.absolute-header {width:100%;display:flex;justify-content:center;}


.absolute-header .container-fluid { padding-top:20px;
max-width:1350px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;position:relative;}



.logo {
  width: 150px;
}

.absolute-header-right {display:flex;align-items:center;gap:20px;}


.absolute-header-right div {
  float: left;
	margin-top:0px !important
}

.img-fluid{
      width: 500px;
    height: 300px;
    object-fit: cover;
}
.language-selector {
  float: left;
  margin-right: 25px;
  padding-right: 25px;
  border-right: 1px solid rgba(255, 255, 255, 0.37);
}

.btn-lang {
  border: 1px solid #ffffff;
  border-radius: 25px;
  font-size: 13px;
  line-height: 16px;
  color: #ffffff;
}
.project-single-header-flex-container{
  display: flex;
    flex-wrap: nowrap;
    align-content: flex-start;
    align-items: flex-start;
}
.btn-lang img {
  position: relative;
  display: inline-block;
  width: 16px;
  margin-right: 5px;
  vertical-align: middle;
}

.header-phone {
  margin-right: 25px;
  padding-right: 25px;
  border-right: 1px solid rgba(255, 255, 255, 0.37);
}

.header-phone a {
  font-weight: 800;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 0.02em;
  color: #ffffff;
  text-decoration: none;
}

.header-phone a img {
  margin-right: 5px;
  vertical-align: top;
}



/* Slider */
.slider-content {
  position: relative;
  max-width: 100%;
  min-width: 480px;
  background: #fff;
  margin: 0 auto;
}

.slider-content .slider-container {
  position: relative;
  height: 45rem;
}

.slider-content .slide-content {
  position: absolute;
  width: 100%;
  height: 100%;
}

.slider-content .slide {
  position: absolute;
  width: 100%;
  height: 100%;
  background-blend-mode: multiply;
  background-size: auto 125%;
  background-position: 0px -45px;
  background-repeat: no-repeat;
  opacity: 0;
}

.slider-content .slide:after {
  content: "";
  display: table;
  clear: both;
}

.slider-content .slide.active {
  opacity: 1;
  z-index: 50;
}

.slider-content .slide.next {
  opacity: 1;
}

.slider-content .slide.red {
  background-color: #ee4654;
}

.slider-content .slide.blue {
  background-color: #6989e0;
}

.slider-content .slide.green {
  background-color: #6cd779;
}

.slider-content .slide.grey {
  background-color: transparent;
}

.slider-content .canvas {
  position: absolute;
  left: 0;
  top: 0;
}

.slider-content .fake-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.slider-content .fake-bg:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}

.slider-content .image-mask {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 125%;
  overflow: hidden;
}

.slider-content .image-mask img {
  position: absolute;
  display: block;
  width: auto;
  height: 100%;
  top: -45px;
}

.slider-content .mask-animation {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0rem;
  left: -5rem;
}

.slider-content .mask-animation img.clip {
  width: 100%;
  -webkit-clip-path: url(#svgPathBig);
  clip-path: url(#svgPathBig);
}

.slider-content .image-caption {
  position: absolute;
  color: white;
  transform: rotate(-90deg);
  top: 20rem;
  left: 12rem;
  font-size: 1.3rem;
  z-index: 10;
  clip: rect(0rem, 21rem, 12rem, 0px);
  display: inline-block;
  transition: all 0.3s ease;
}

.slider-content .image-caption.mask-up {
  clip: rect(0rem, 0rem, 12rem, 0px);
}

.slider-content .image-caption.mask-down {
  clip: rect(0rem, 21rem, 2rem, 200px);
}

.slider-content .image-caption span {
  display: inline-block;
  vertical-align: top;
}

.slider-content .image-caption .line {
  position: relative;
  background: white;
  height: 1px;
  width: 5rem;
  top: 1rem;
}

.slider-content .title-background {
  position: absolute;
  font-size: 25rem;
  font-family: Narziss;
  top: 8rem;
  left: 4rem;
  color: black;
  opacity: 0.03;
  text-align: right;
}

.slider-content .title-background span.mask-wrap {
  display: block;
  height: 25rem;
  position: relative;
}

.slider-content .title-background span.mask-wrap span.mask {
  position: absolute;
  top: 0;
  left: 0;
  clip: rect(0rem, 120rem, 25rem, 0px);
  transition: all 0.3s ease-in;
}

.slider-content .title-background span.mask-wrap:last-child span.mask {
  transition-delay: 0.15s;
}

.slider-content .title-background span.mask-wrap.mask-up span.mask {
  clip: rect(0rem, 120rem, 0rem, 0px);
}

.slider-content .title-background span.mask-wrap.mask-down span.mask {
  clip: rect(25rem, 44rem, 25rem, 0px);
}

.slider-content .title-wrapper {
  position: relative;
  color: white;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  text-align: left;
  margin-top: 6rem;
  z-index: 5;
  padding: 0 30px;
}

.slider-content .title-wrapper h1 {
  font-size: 3rem;
  margin: 0;
  line-height: 4rem;
  margin-bottom: 1rem;
  font-weight: 900;
  text-align: left;
  font-family: "Krona One", sans-serif;
}

.slider-content .title-wrapper h1 span.mask-wrap {
  display: block;
  height: 4rem;
  position: relative;
}

.slider-content .title-wrapper h1 span.mask-wrap span.mask {
  position: absolute;
  top: 0;
  left: 0;
  clip: rect(0rem, 48rem, 5rem, 0px);
  transition: all 0.3s ease-in;
}

.slider-content .title-wrapper h1 span.mask-wrap:last-child span.mask {
  transition-delay: 0.15s;
}

.slider-content .title-wrapper h1 span.mask-wrap.mask-up span.mask {
  clip: rect(0rem, 44rem, 0rem, 0px);
}

.slider-content .title-wrapper h1 span.mask-wrap.mask-down span.mask {
  clip: rect(5rem, 44rem, 5rem, 0px);
}

.slider-content .title-wrapper span.gallery {
  position: relative;
  text-align: right;
  padding: 0 2rem;
  cursor: pointer;
  margin-right: 5rem;
}

.slider-content .title-wrapper span.gallery::before {
  content: "";
  position: absolute;
  left: -2rem;
  display: block;
  width: 1px;
  height: 2.5rem;
  background: white;
  top: -0.5rem;
  opacity: 0.9;
}

.slider-content .title-wrapper span.gallery::after {
  content: "";
  position: absolute;
  right: -2rem;
  display: block;
  width: 1px;
  height: 2.5rem;
  background: white;
  top: -0.5rem;
  opacity: 0.9;
}

.control-nav {
  position: absolute;
  right: 3rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 999;
}

.control-nav ul {
  position: relative;
  list-style: none;
  padding: 0;
}

.control-nav li {
  position: relative;
  margin: 0.2rem 0;
  opacity: 0.5;
  border-radius: 3rem;
  color: white;
  font-size: 1rem;
}

.control-nav li.active {
  opacity: 1;
}

.control-nav li.active .line {
  transform: translateX(-1.2rem);
  width: 1.8rem;
}

.control-nav li.active .number {
  opacity: 1;
}

.control-nav .line {
  width: 1.5rem;
  height: 1px;
  display: block;
  position: absolute;
  top: 50%;
  background: white;
  left: -1rem;
  transition: all 0.3s ease;
}

.control-nav .number {
  position: relative;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.social-icons {
  position: absolute;
  bottom: 3rem;
  left: 3rem;
  z-index: 999;
}

.social-icons ul {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}

.social-icons ul li {
  position: relative;
  display: block;
  padding: 0.3rem 0;
}

.social-icons ul a {
  display: block;
  width: 2rem;
  height: 2rem;
}

.social-icons ul a svg {
  fill: white;
  display: block;
  width: 100%;
  height: 100%;
}

.footer-wrapper {
  position: absolute;
  color: white;
  bottom: 0;
  right: 0;
  width: 60%;
  height: 6rem;
  z-index: 999;
}

.footer-wrapper ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: center;
  height: 100%;
}

.footer-wrapper ul:after {
  content: "";
  display: table;
  clear: both;
}

.footer-wrapper li {
  position: relative;
  float: left;
  width: 25%;
  padding: 1.5rem;
  background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0.4) 100%);
  text-transform: uppercase;
  height: 100%;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

.footer-wrapper li:last-child {
  border: none;
}

.footer-wrapper li.active .hover-box {
  opacity: 1;
  transform: scale(1.15);
}

.footer-wrapper li .hover-box {
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #17422d 0%, rgba(23, 66, 45, 0.53) 100%);
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.3s ease-in;
  z-index: 1;
}

.footer-wrapper li .box-content {
  position: relative;
  z-index: 5;
}

/* Home Styles */
.intro-block {
  padding: 90px 0;
}

.intro-text {
  font-family: "Campton";
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  color: #000000;
  letter-spacing: 4px;
  padding-left: 30px;
}

.intro-text span {
  display: block;
  font-family: "Krona One";
  font-size: 80px;
  line-height: 90px;
  margin-left: -5px;
}

section.motto-block {
  padding: 120px 0 120px 0;
}

.motto-block-text {
  font-family: "Krona One";
  font-size: 26px;
  line-height: 45px;
  color: #ffffff;
  margin-bottom: 50px;
}

.white-slider-buttons div {
  display: inline-block;
  font-family: "Krona One";
  font-size: 14px;
  color: #ffffff;
  cursor: pointer;
}

.white-buttons-seperator {
  width: 50px;
  height: 1px;
  background: rgba(255, 255, 255, 0.32);
  vertical-align: middle;
  margin: 0 25px;
}

.motto-text-slider {
  overflow: hidden;
}

.motto-slider {
  overflow: hidden;
}

.motto-slider .swiper-container-motto {
  position: relative;
  padding-bottom: 50px;
}

.motto-slider .swiper-scrollbar {
  display: none;
  left: 2% !important;
  height: 15px !important;
  width: 96% !important;
  background: rgba(255, 255, 255, 0.38);
}

.motto-slider .swiper-scrollbar-drag {
  background: #ffffff;
}

.motto-slider .swiper-container-horizontal > .swiper-scrollbar {
  border-radius: 2px;
  height: 5px;
  width: 200px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.motto-slider .swiper-wrapper img {
  width: 100%;
  height: 400px;
}

.motto-slider .swiper-slide {
  height: 400px;
  opacity: 0.2;
  transition: opacity 0.3s linear 0.1s;
}

.motto-slider .swiper-slide-active,
.motto-slider .swiper-slide:hover {
  opacity: 1;
}

.values-block {
  padding: 100px 0;
}

.values-slider {
  overflow: hidden;
}

.values-image {
  width: 100%;
  height: 450px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.values-slide-detail {
  position: relative;
  padding-top: 180px;
  margin-bottom: 65px;
}

.values-slide-text {
  font-size: 20px;
  line-height: 23px;
  color: #000000;
}

.values-slide-title {
  position: absolute;
  font-family: "Krona One";
  font-size: 22px;
  line-height: 32px;
  color: #ffffff;
  padding: 20px;
  text-align: center;
  background: #000000;
  left: -150px;
  top: 50px;
}

.black-slider-buttons div {
  display: inline-block;
  font-family: "Krona One";
  font-size: 14px;
  color: #000000;
  cursor: pointer;
}

.black-buttons-seperator {
  width: 50px;
  height: 1px;
  background: rgba(0, 0, 0, 0.32);
  vertical-align: middle;
  margin: 0 25px;
}

.values-slider .black-slider-buttons div {
  margin-right: 20px;
}

.projects-block {
  padding: 70px 0;
}

.projects-block-title {
  position: relative;
  width: 40%;
  margin: 0 auto;
  font-family: "Krona One";
  font-size: 26px;
  line-height: 28px;
  color: #ffffff;
  text-align: center;
  padding: 20px;
  border: solid 1px #af8901;
  border-radius: 35px;
  margin-bottom: 75px;
}

.news-block {
  padding: 125px 0 140px 0;
}

.news-block-title {
  font-family: "Krona One";
  font-size: 26px;
  line-height: 32px;
  color: #000000;
}

.news-image {
  margin-bottom: 40px;
}

h3.news-title {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #000000;
}

.project-slider {
  margin-bottom: 50px;
  overflow: hidden;
}

.project-image {
  position: relative;
}

.project-image:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
}

.project-slider .swiper-slide {
  transform: scale(0.7);
  transition: all cubic-bezier(0.6, 0.18, 0.85, 0.94) 0.4s;
  -moz-transition: all cubic-bezier(0.6, 0.18, 0.85, 0.94) 0.4s;
  -webkit-transition: all cubic-bezier(0.6, 0.18, 0.85, 0.94) 0.4s;
  -o-transition: all cubic-bezier(0.6, 0.18, 0.85, 0.94) 0.4s;
}

.project-slider .swiper-slide.swiper-slide-active {
  transform: scale(1);
}

.project-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 130px  !important;
  height: 130px  !important;
  margin-left: -75px  ;
  margin-top: -75px ;
  z-index: 2;
}

.project-slider .swiper-slide.swiper-slide-active .project-logo,
.project-slider .swiper-slide.swiper-slide-active .project-image:after {
  display: none;
}

/* Project Single */
.project-single-header {
  position: relative;
  width: 100%;
  height: 650px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.project-single-header:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

.project-single-header-info {
  position: absolute;
  bottom: 0;
  left: 0;
}
.mylocation{
  z-index: 222;
  position: absolute;
  background-color: #fff;
  border-radius: 10px;
  padding: 5px;
  margin-left: 5px;
  margin-top: 433px;
}
.row >.single-map{
  position: relative;
}
.project-single-title {
  display: inline-block;
  font-family: "Krona One";
  font-size: 45px;
  line-height: 49px;
  color: #ffffff;
  padding: 20px 130px 20px 70px;
  margin-bottom: -30px;
  background-color: rgba(33, 36, 41, 0.74);
  vertical-align: bottom;
  width: 70%;
}

.project-single-header-buttons {
  display: inline-block;
}

.project-single-header-buttons ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display:flex;
}

.project-single-header-buttons ul li {
  display: inline-block;
  margin-left: 25px;
  margin-bottom: 15px;
}

.project-single-header-buttons ul li a {
  display: inline-block;
  width: 64px;
  height: 64px;
  text-align: center;
  font-size: 9px;
  background: rgb(44 44 44 / 88%);
  border-radius: 50px;
  color: #fff;
  padding-top: 12px;
}

.project-single-header-buttons ul li a img {
  height: 23px;
  margin-bottom: 8px;
}

.project-single-header-buttons a.live-button {
  background: rgba(180, 11, 11, 0.7);
  color: #fff;
}

#project-single-concept {
  padding: 110px 0;
}

.concept-info {
  border-left: 1px solid #000;
  padding-left: 10px;
  padding-right: 100px;
}

.col-auto:last-of-type .concept-info {
  padding-right: 0;
}

.concept-info h6 {
  font-weight: 500;
  font-size: 13px;
  line-height: 15px;
  color: #000000;
}

.concept-info-label {
  font-weight: 500;
  font-size: 32px;
  line-height: 37px;
  color: #000000;
}

.project-concept-slider {
  overflow: hidden;
}

.project-single-concept-image {
  width: 100%;
  height: 550px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.concept-slide-detail {
  margin-bottom: 100px;
  padding: 0 50px;
}

.concept-slide-title {
  font-family: "Krona One";
  font-size: 21px;
  line-height: 23px;
  color: #000000;
  margin-bottom: 50px;
}

.concept-slide-text {
  font-size: 18px;
  line-height: 21px;
  color: #000000;
}

.project-concept-slider .black-slider-buttons {
  text-align: center;
  padding-right: 15px;
}

#project-single-gallery {
  margin-bottom: 100px;
}

.project-gallery-slider {
  position: relative;
}

.project-gallery-slider .gallery-slider {
  width: 100%;
  height: 600px;
  overflow: hidden;
  margin: 0 0 10px 0;
}

.project-gallery-slider .gallery-slider .swiper-slide {
  width: auto;
  height: 600px;
}

.project-gallery-slider .gallery-slider .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.project-gallery-slider .gallery-thumbs {
  width: 100%;
  padding: 0;
  overflow: hidden;
  display:none;
}

.project-gallery-slider .gallery-thumbs .swiper-slide {
  width: 100px;
  height: 100px;
  text-align: center;
  overflow: hidden;
  opacity: 0.5;
}

.project-gallery-slider .gallery-thumbs .swiper-slide-active {
  opacity: 1;
}

.project-gallery-slider .gallery-thumbs .swiper-slide img {
  width: auto;
  height: 100%;
}

.project-gallery-navigation {
  position: absolute;
  bottom: -80px;
  left: 0;
  z-index: 10;
  display:none;
}

.project-gallery-slider .gallery-thumbs {
  display: inline-block;
  width: 60%;
  overflow: hidden;
  vertical-align: bottom;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 20px;
}

.project-gallery-navigation .black-slider-buttons {
  display: inline-block;
  width: 39%;
  text-align: center;
  vertical-align: bottom;
}


#project-single-location #harita {
  width: 100%;
  height: 500px;
}

.map-places-buttons {
  margin-bottom: 50px;
}

.map-item-button {
  text-align: center;
  background: transparent;
  border: none !important;
  outline: none !important;
  cursor: pointer;
}

.map-item-button i {
  display: inline-block;
  font-size: 22px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  background-color: #17422d;
  border: 1px solid #80a763;
  border-radius: 60px;
  color: #ffffff;
  margin-bottom: 10px;
}

.map-item-button:hover i {
  background-color: transparent;
  color: #17422d;
  border: none;
  box-shadow: 0 0 4px #17422d;
}

.map-item-button-title {
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  color: #000000;
}

.progress-bar-vertical {
  position: relative;
  width: 100px;
  min-height: 100%;
  margin-right: 20px;
  background: #d0cece;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-end;
  -webkit-align-items: flex-end;
  border-radius: 0;
  background-color: rgba(0, 0, 0, 0.51);
  z-index: 3;
}

.progress-bar-vertical .progress-bar {
  width: 100%;
  height: 0;
  -webkit-transition: height 5s ease;
  -o-transition: height 5s ease;
  transition: height 5s ease;
  background-color: rgba(18, 69, 29, 0.73);
}

.interactive-hero {
  position: relative;
  width: 100%;
  height: 650px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.interactive-hero-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  z-index: 2;
}

.interactive-hero-grey {
  content: "";
  display: block;
  width: 100%;
  height: 650px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-filter: grayscale(100%);
}

.interactive-text {
  position: absolute;
  bottom: -104px;
  left: 0;
  width: 650px;
  color: #ffffff;
  padding: 20px 100px 20px 45px;
  transform-origin: 0 0;
  transform: rotate(-90deg);
  z-index: 2;
  font-family: "Krona One";
  font-size: 19px;
  line-height: 30px;
  color: #ffffff;
}

.interactive-text span {
  font-size: 30px;
}

#project-single-request {
  padding: 100px 0 120px 0;
}

#project-single-request h3 {
  font-family: "Krona One";
  font-size: 24px;
  line-height: 30px;
  color: #000000;
  padding: 0 130px;
  margin-bottom: 50px;
}

.property-page-menu-wrapper {
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: 100%;
  z-index: 20;
  overflow: hidden;
}

.property-page-menu-wrapper {
  position: fixed;
  right: 0;
  top: 0;
  width: 60px;
  height: 100%;
  z-index: 20;
  overflow: hidden;
}

.property-page-menu {
  position: absolute;
  right: 0;
  top: 75px;
  background: #1d1d1d;
  height: 100%;
  width: 50px;
}

.property-page-menu ul {
  position: absolute;
  top: 488px;
  right: -478px;
  list-style: none;
  margin: 0;
  padding: 0;
  float: right;
  width: 1000px;
  transform: rotate(-90deg);
}

.property-page-menu ul li {
  float: right;
}

.property-page-menu ul li a {
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #ffffff;
  text-decoration: none;
  padding: 24px 15px 18px 15px;
  transition: all ease-in 0.3s;
}

.property-page-menu ul li a:hover,
.property-page-menu ul li a.active {
  background-color: rgba(15, 81, 49, 0.7);
}

form.single-form {
  padding: 0 50px 0 130px;
}

form.single-form input[type="text"],
form.single-form input[type="email"] {
  height: 50px;
  border-radius: 20px;
  border-color: rgba(239, 201, 1, 1);
  margin-bottom: 35px;
  color: #000000;
  padding-left: 40px;
}

form.single-form button,
form.single-form button:hover {
  width: 100%;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.41);
  border-radius: 20px;
  border-color: rgba(239, 201, 1, 1);
  color: #ffffff;
  text-align: left;
  margin-bottom: 50px;
  padding-left: 40px;
}

form.single-form button[type="submit"] i {
  float: right;
  font-size: 24px;
  padding-right: 27px;
  line-height: 24px;
}

.form-check {
  padding-left: 30px;
}

/* Inner Styles */
.inner-hero .row:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-image: linear-gradient(to right, #efc901, #af8901);
}

.inner-header {
  position: relative;
  width: 100%;
  height: 420px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.inner-header:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

.inner-header h1 {
  font-family: "Krona One";
  font-size: 30px;
  line-height: 49px;
  color: #ffffff;
  padding: 0 25px;
  z-index: 2;
}

.inner-item {
  padding: 50px 25px;
}

.inner-img {
  width: 100%;
  height: 280px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.inner-item h3 {
  display: inline-block;
  font-family: "Krona One";
  font-size: 22px;
  line-height: 28px;
  color: #ffffff;
  padding: 20px 30px 20px 20px;
  background-color: rgba(0, 0, 0, 0.74);
  margin: -100px 25px 50px 25px;
}

.inner-item p {
  font-size: 15px;
  line-height: 19px;
  text-align: justify;
  color: #000000;
}

.btn-outline-rams {
  background-color: transparent;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.28em;
  color: #000000;
  border-radius: 27px;
  padding: 15px 30px;
  border: solid 2px transparent;
  background-image: linear-gradient(
      rgba(255, 255, 255, 0),
      rgba(255, 255, 255, 0)
    ),
    linear-gradient(101deg, #af8901, #efc901);
  background-origin: border-box;
  background-clip: content-box, border-box;
  box-shadow: 2px 1000px 1px #fff inset;
}

.btn-outline-rams:hover {
  border: solid 2px transparent;
  box-shadow: 2px 1000px 1px #302f2f inset;
  color: #fff;
}

.btn-outline-rams:hover i {
  color: #efc901;
}

.inner-page-content {
  padding: 75px 40px;
}

.inner-post-img {
  width: 100%;
}

.inner-post-item {
  margin-top: 35px;
}

.inner-post-item h3 {
  display: inline-block;
  font-family: "Krona One";
  font-size: 22px;
  line-height: 28px;
  color: #ffffff;
  padding: 20px 30px 20px 20px;
  background-color: rgba(0, 0, 0, 0.74);
  margin-left: -100px;
  margin-bottom: 50px;
}

.inner-post-item h3 small {
  display: block;
  font-size: 13px;
}

.inner-post-item p {
  font-size: 15px;
  line-height: 19px;
  color: #000000;
  text-align: justify;
  margin-bottom: 20px;
}

form.job-application-form {
  padding: 30px;
}

.job-application-input {
  position: relative;
  margin-bottom: 30px;
}

.job-application-input img {
  width: 24px;
  position: absolute;
  top: 5px;
  left: 5px;
}

.job-application-input select {
  width: 100%;
  height: 40px;
}

.job-application-input input,
.job-application-input select {
  width: 100%;
  height: 40px;
  font-size: 18px;
  line-height: 28px;
  color: #242426;
  padding-left: 35px;
  border: none;
  border-bottom: 1px solid #e2e4e5;
  border-radius: 0;
}

.job-application-input input::placeholder {
  color: #242426;
  opacity: 1;
}

.job-application-input input::-ms-input-placeholder {
  color: #242426;
}

.job-application-input input:-ms-input-placeholder {
  color: #242426;
}

span.cv-text {
  padding-left: 40px;
  font-size: 18px;
  line-height: 40px;
  color: #242426;
  padding-top: 10px;
}

button.cvUpload {
  float: right;
  border: none;
  outline: none;
  background: none;
  margin-top: 10px;
}

.job-application-form button[type="submit"] {
  width: 280px;
  height: 48px;
  background: #ffffff;
  border: 1px solid #bbbfc1;
  border-radius: 4px;
  color: #242731;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}

.job-application-form button[type="submit"] i {
  margin-left: 10px;
  vertical-align: middle;
}

.award-item {
  margin-bottom: 80px;
  text-align: center;
}

.award-item img {
  margin-bottom: 10px;
}

.award-item h3 {
  font-weight: 500;
  font-size: 22px;
  line-height: 53px;
  color: #000000;
}

.press-release-item {
  padding: 35px;
  margin-bottom: 40px;
  border: 1px solid transparent;
  background-color: rgba(0, 0, 0, 0.05);
}

.press-release-date {
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  color: #0e4638;
  margin-bottom: 50px;
}

.press-release-item h3 {
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  color: #000000;
  min-height: 100px;
  margin-bottom: 30px;
}

.pdf-button {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #a2a2a2;
}

.pdf-button img {
  margin-right: 20px;
}

.press-release-item:hover {
  background: #ffffff;
  border: 1px solid #000000;
}

.press-release-item:hover .press-release-date {
  color: #000000;
}

.press-release-item:hover .pdf-button {
  color: #000000;
}

.pagination {
  display: none;
  margin-top: 50px;
}

.pagination ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.pagination ul li {
  display: inline-block;
  font-size: 15px;
  line-height: 17px;
  color: #000000;
  margin: 0 20px;
}

.pagination ul li.prev {
  margin-right: 40px;
}

.pagination ul li.next {
  margin-left: 40px;
}

.media-item {
  text-align: center;
  margin-bottom: 50px;
}

.media-item-image {
  position: relative;
  margin-bottom: 30px;
}

.media-item-image img {
  position: relative;
  z-index: 2;
  width: 100%;
}

.media-item-image:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1;
}

.media-item h3 {
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  color: #000000;
}

.media-single-cover-image {
  width: 100%;
}

.media-single-item-image {
  margin-bottom: 25px;
}

.inner-header-black {
  height: 330px;
}

.inner-header-black h1 {
  font-family: "Krona One";
  font-size: 27px;
  line-height: 34px;
  color: #ffffff;
  padding: 0 25px;
  margin-bottom: 90px;
}

.share-block {
  padding-right: 25px;
  margin-bottom: 40px;
}

.share-title {
  font-weight: 500;
  font-size: 13px;
  line-height: 18px;
  text-align: right;
  letter-spacing: 0.02em;
  color: #ffffff;
}

.share-buttons {
  text-align: right;
}

.share-buttons ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.share-buttons ul li {
  display: inline-block;
}

/* History */
.history-nav {
  margin-right: 100px;
}

.history-nav.nav-pills .nav-link {
  position: relative;
  width: 225px;
  padding: 31px 13px 15px 25px;
  background-color: rgba(0, 0, 0, 0.74);
  margin-bottom: 50px;
  font-weight: 500;
  font-size: 25px;
  line-height: 29px;
  text-align: right;
  color: #ffffff;
  border-radius: 0;
}

.history-nav.nav-pills .nav-link.active:after {
  content: "";
  display: block;
  width: 190px;
  height: 77px;
  position: absolute;
  bottom: -15px;
  right: -15px;
  background: rgba(15, 81, 49, 0.7);
  z-index: 1;
}

.history-nav.nav-pills .nav-link span {
  position: relative;
  z-index: 2;
}

/* News */
.news-item {
  margin-bottom: 100px;
}

.news-item-image {
  height: 350px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.news-item-title {
  margin: 25px 0 50px 0;
  display: inline-block;
  font-family: "Krona One";
  font-size: 22px;
  line-height: 28px;
  color: #ffffff;
  padding: 20px 30px 20px 20px;
  background-color: rgba(0, 0, 0, 0.74);
  margin-left: -130px;
  margin-bottom: 50px;
}

.news-item-content {
  font-size: 15px;
  line-height: 19px;
  text-align: justify;
  color: #000000;
}

.read-more {
  margin-top: 25px;
}

.news-single-cover-image {
  width: 100%;
}

.news-single-cover-text {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  text-align: justify;
  color: #0b392e;
}

.news-single-text {
  font-size: 15px;
  line-height: 19px;
  text-align: justify;
  color: #0b392e;
}

/* Sectors */
.sector-item-wrap {
  width: 100%;
  height: 400px;
  margin-bottom: 80px;
  overflow: hidden;
}

.sector-item {
  position: relative;
  width: 100%;
  height: 400px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  text-decoration: none;
  transition: all ease-in 0.3s;
}

.sector-item:hover {
  text-decoration: none;
  transform: scale(1.1);
}

.sector-item:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  opacity: 1;
  transition: all ease-in 0.3s;
}

.sector-item:hover:before {
  opacity: 0;
}

.sector-item h3 {
  font-weight: 500;
  font-size: 25px;
  line-height: 29px;
  color: #fff;
  z-index: 2;
  opacity: 1;
  transition: all ease-in 0.3s;
}

.sector-item:hover h3 {
  opacity: 0;
}

/* Contact Us */
.contact-us-wrapper {
  position: relative;
  width: 100%;
  height: 550px;
  background-image: url("https://ramsturkiye.com.tr/wp-content/uploads/2025/09/bize-ulasin-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.contact-us-top-block {
  position: absolute;

  left: 85px;
  width: 450px;
  height: 100%;
  padding: 50px;
  background-color: rgba(0, 0, 0, 0.7);
}

.contact-us-top-item {
  margin-bottom: 50px;
}

.contact-us-top-item h3 {
  font-family: "Krona One";
  font-size: 26px;
  line-height: 34px;
  color: #ffffff;
}

.contact-us-top-item .contact-us-top-text {
  font-weight: 500;
  font-size: 18px;
  line-height: 29px;
  color: #ffffff;
}

.contact-page-bottom {
  padding: 120px 50px;
}

h3.contact-bottom-title {
  font-weight: 500;
  font-size: 30px;
  line-height: 35px;
  color: #000000;
  margin-bottom: 40px;
}

.contact-form-item {
  width: 50%;
  float: left;
  padding: 0 5px;
  margin-bottom: 35px;
}

.contact-form-item input {
  height: 72px;
  border-radius: 36px;
  padding-left: 40px;
  border-color: #efc901;
}

.contact-us-form button[type="submit"] {
  width: 100%;
  height: 72px;
  border-radius: 36px;
  background: rgba(0, 0, 0, 0.41);
  border-color: #efc901;
  text-align: left;
  padding-left: 42px;
  margin-bottom: 40px;
  font-weight: 500;
  font-size: 13px;
  color: #ffffff;
  line-height: 24px;
}

.contact-us-form button[type="submit"] i {
  float: right;
  font-size: 24px;
  padding-right: 42px;
  line-height: 24px;
}

.corporate-image img {
  width: 100%;
}

.corporate-top-wrapper {
  padding: 45px 30px;
  margin-left: -100px;
  margin-bottom: 60px;
}
.lamiya-logo {
  margin-bottom: 150px !important;
  margin-top: 60px !important;
}
.mb-5 {
  word-spacing: 5px !important;
}
.corporate-title {
  font-family: "Krona One";
  font-size: 25px;
  line-height: 153.75%;
  color: #ffffff;
  margin-bottom: 30px;
}

.corporate-text {
  font-weight: 500;
  font-size: 20px;
  line-height: 25px;
  text-align: justify;
  color: #ffffff;
}

.corporate-bottom-text {
  font-size: 15px;
  line-height: 22px;
  text-align: justify;
  color: #000000;
}

.corporate-bottom-image {
  padding: 0 10px;
  width: 50%;
  float: left;
  margin-bottom: 18px;
}

.corporate-bottom-images:after {
  content: "";
  display: block;
  clear: both;
}

.corporate-numbers {
  text-align: center;
}

.corporate-number-item {
  display: inline-block;
  border-left: 2px solid #efc901;
  padding-left: 10px;
  margin-right: 60px;
}

.corporate-number-item:last-of-type {
  margin-right: 0;
}

.corporate-number-top {
  font-weight: 500;
  font-size: 40px;
  line-height: 47px;
  color: #000000;
}

.corporate-number-text {
  font-size: 15px;
  line-height: 17px;
  color: #000000;
}

/* Identity */
.identity-item {
  margin-bottom: 60px;
}

.identity-image {
  width: 100%;
  height: 200px;
  margin-bottom: 20px;
}

.identity-white .identity-image {
  background: rgba(184, 184, 184, 0.1);
}

.identity-green .identity-image {
  background-color: #004438;
}

.identity-title {
  font-weight: 500;
  font-size: 15px;
  line-height: 17px;
  color: #000000;
  margin-bottom: 10px;
}

.identity-detail {
  font-size: 15px;
  line-height: 24px;
  color: #000000;
  margin-bottom: 50px;
}

.identity-download {
  padding-bottom: 20px;
}

.identity-download a {
  display: inline-block;
  font-size: 15px;
  line-height: 17px;
  color: #000000;
  text-decoration: none;
}

/* Management Styles */
.management-page-content {
  padding: 100px 0;
}

.management-top {
  margin-bottom: 100px;
}

.management-top-image-wrapper {
  position: relative;
}

.management-top-image-bg {
  width: 70%;
  height: 600px;
  background: #242824;
}

.management-top-image {
  position: absolute;
  top: 40px;
  right: 0;
}

.management-top-text {
  padding: 100px;
}

.management-top-text h3 {
  font-family: "Krona One";
  font-size: 36px;
  line-height: 38px;
  color: #000000;
}

.management-top-title {
  font-size: 20px;
  line-height: 30px;
  color: #000000;
}

.management-bottom {
  padding: 0 50px;
}

.management-item {
  padding: 35px;
}

.management-image {
  position: relative;
  margin-bottom: 50px;
  text-align: center;
}

.management-image:before {
  content: "";
  display: block;
  position: absolute;
  top: 25px;
  left: 25px;
  width: 100%;
  height: 100%;
  background: #242824;
  z-index: 1;
}

.management-image img {
  position: relative;
  z-index: 2;
}

.management-text h3 {
  font-weight: 500;
  font-size: 25px;
  line-height: 29px;
  color: #000000;
}

.management-title {
  font-weight: 400;
  font-size: 15px;
  line-height: 17px;
  color: #000000;
}

/* Projects */
.projects-wrapper {
  padding: 0 50px;
}

.project-item-wrap {
  width: 100%;
  height: 330px;
  margin-bottom: 80px;
  overflow: hidden;
}

.project-item {
  position: relative;
  width: 100%;
  height: 330px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: all ease-in 0.3s;
}

.project-item:hover {
  text-decoration: none;
  transform: scale(1.1);
}

.project-item:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  opacity: 1;
  transition: all ease-in 0.3s;
}

.project-item:hover:before {
  opacity: 0;
}

.project-item .project-logo {
  z-index: 2;
  opacity: 1;
  transition: all ease-in 0.3s;
}

.project-item:hover .project-logo {
  opacity: 0;
}

.projects-wrapper {
  padding: 0 50px;
}

.projects-header-menu {
  margin-bottom: 35px;
  text-align:center;
}

.projects-header-menu:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  margin-top: 20px;
  background-image: linear-gradient(to right, #efc901, #af8901);
}

.projects-header-menu a {
  display: inline-block;
  font-size: 16px;
  line-height: 23px;
  color: #000000;
  padding: 10px 20px;
  margin-right: 45px;
  text-decoration: none;
}



.projects-header-menu a:hover,
.projects-header-menu a.active {
  background: #000;
  color: #fff;
  border-radius: 35px;
  text-decoration: none;
}

.project-sidebar {
  padding: 30px;
  border: 1px solid #efc901;
}

.sidebar-widget {
  margin-bottom: 40px;
}

.sidebar-widget h3 {
  font-weight: 500;
  font-size: 25px;
  line-height: 29px;
  color: #000000;
  margin-bottom: 15px;
}

.sidebar-widget .form-check-label {
  font-size: 18px;
  line-height: 23px;
  display: flex;
  align-items: center;
  color: #000000;
}

.project-item-outter {
  display: none;
}

.project-item-outter.show {
  display: block;
}

/* Map Css */
.projectsMap {
  display: none;
}

.projectsMap #projects-map {
  width: 100%;
  height: 600px;
}

.e-marker {
  transform-origin: bottom center;
  cursor: pointer;
}

.e-marker__marker {
  fill: #fff;
}

.e-marker__icon {
  fill: #fff;
}

.e-marker__image {
  transform: scale(0);
  transform-origin: 50% 50%;
}

.e-marker__circle {
  display: none;
}

.e-marker__text {
  font-size: 12px;
  font-family: brandon-grotesque, sans-serif;
  text-align: center;
  opacity: 0;
  color: #fff;
  fill: #fff;
  transform-origin: 50% 50%;
  alignment-baseline: middle;
  text-anchor: middle;
}

/* Footer Styles */
footer {
  padding: 90px 50px;
}

.footer-header {
  font-family: "Krona One";
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 40px;
}

.footer-header:after {
  content: "";
  display: block;
  width: 118px;
  height: 2px;
  background: #ffffff;
  margin-top: 20px;
}

.footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links ul li {
  float: left;
  width: 50%;
  margin-bottom: 10px;
}

.footer-links ul:after {
  content: "";
  display: block;
  clear: both;
}

.footer-links ul li a {
  font-size: 15px;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
}

.footer-phone {
  font-size: 25px;
  font-weight: 500;
  line-height: 29px;
  color: #ffffff;
  margin-bottom: 40px;
  text-decoration: none;
}

.footer-address {
  font-style: normal;
  font-size: 15px;
  line-height: 17px;
  color: #ffffff;
  margin-bottom: 40px;
}

.footer-social ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-social ul li {
  display: inline-block;
  margin-right: 5px;
}

.footer-social ul li a {
  display: block;
}

/* Responsive Styles */
@media only screen and (max-width: 768px) {
  body {
    overflow-x: hidden !important;
  }

  .header-phone {
    display: none;
  }

  .slider-content {
    min-width: 100%;
    overflow: hidden;
  }

  .slider-content .title-wrapper h1 span.mask-wrap {
    height: 3rem;
  }

  .slider-content .title-wrapper h1 {
    font-size: 2rem;
    line-height: 4rem;
  }

  .footer-wrapper {
    right: auto;
    left: 0;
    width: 100%;
  }

  .footer-wrapper li {
    padding: 5px;
  }

  .left-menu {
    display: none;
  }
.project-logo img{
  width: 100px;
  display:block;
  margin-left:-8px;
  
 
}
.concept-info-label {
  font-size:23px;
}
  .right-menu {
    width: 100% !important;
    padding: 50px;
  }


  .intro-block {
    padding: 50px 0;
    overflow: hidden;
  }

  .intro-text {
    margin-top:20px;
	  padding-left:0px;
  }

  .intro-text span {
    font-size: 65px;
  }

  .motto-block .col-md-4 {
    order: 2 !important;
    text-align: center;
  }

  section.motto-block {
    padding: 75px 0 70px 0;
    overflow: hidden;
  }

  .values-slide-title {
    left: 0;
  }

  .projects-block-title {
    width: 100%;
    font-size: 20px;
  }

  .news-block {
    padding: 70px 0 50px 0;
  }

  h3.news-title {
    margin-bottom: 50px;
  }

  .news-block-title {
    font-size: 22px;
    text-align: center;
  }

  .news-block .btn-outline-rams {
    display: none;
  }

  .footer-links {
    margin-bottom: 30px;
  }

  .inner-header h1 {
    font-size: 24px;
    line-height: 32px;
  }

  .inner-page-content {
    padding: 75px 15px;
  }

  .news-item-title {
    font-size: 20px;
    margin-left: 0;
  }

  .contact-us-wrapper {
    margin-top: 50px;
  }

  .contact-us-top-block {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    padding: 50px 20px;
  }

  .contact-page-bottom {
    padding: 70px 0px;
  }

  .contact-us-form {
    margin-bottom: 50px;
  }

  .contact-form-item input {
    height: 50px;
    padding-left: 15px;
  }

  .inner-post-item h3 {
    font-size: 20px;
    margin-left: 0;
  }

  .inner-header-black h1 {
    font-size: 20px;
    margin-top: 90px;
    margin-bottom: 0;
  }

  .news-single-cover-image {
    margin-bottom: 30px;
  }

  form.job-application-form {
    padding: 0;
  }

  .media-single-cover-image {
    margin-bottom: 30px;
  }

  .management-top-image-bg {
    width: 100%;
    height: auto;
    background: #242824;
    margin-left: 15px;
  }

  .management-top-image {
    position: relative;
    top: 0;
    right: 0;
    margin-left: 15px;
  }

  .management-top-text {
    padding: 50px 15px;
  }

  .management-top {
    margin-bottom: 0;
  }

  .management-item {
    padding: 0;
    margin-bottom: 50px;
  }

  .property-page-menu-wrapper {
    display: none;
  }

  .project-single-title {
    font-size: 30px;
    line-height: 42px;
    padding: 20px 75px 20px 70px;
    margin-bottom: 30px;
    width: 100%;
  }

  .concept-info {
    margin: 30px;
    padding: 0;
    border: none;
  }

  .project-single-concept-image {
    margin-bottom: 50px;
  }
  .interactive-hero-inner{
    height: 15% !important;
  }

  #project-single-gallery .col-md-4 {
    order: 2;
  }
  .project-single-concept-image{
    height:405px;
  }

  .project-gallery-slider {
    margin-bottom: 50px;
    margin-top:-146px;

  }

  .progress-bar-vertical {
    width: 60px;
  }

  .interactive-text {
    bottom: -60px;
    left: 0;
    padding: 5px 100px 5px 45px;
    font-size: 14px;
    line-height: 25px;
  }

  .interactive-text span {
    font-size: 20px;
  }

  #project-single-request h3 {
    padding: 0;
  }

  form.single-form {
    padding: 0;
    margin-bottom: 50px;
  }

  .corporate-top-wrapper {
    padding: 25px 20px;
    margin: 20px 0;
  }

  .corporate-number-item {
    margin: 20px !important;
    border: none;
    padding: 0;
  }

  .corporate-bottom-images {
    margin-top: 50px;
  }

  .corporate-bottom-image {
    min-height: 80px;
  }

  .history-inner {
    display: block !important;
  }

  .nav-tabs .nav-link {
    color: #000;
  }

  .nav-tabs .nav-link.active {
    background: rgba(15, 81, 49, 1);
    color: #fff;
  }

  .projects-wrapper {
    padding: 0;
  }

  .project-item-wrap {
    height: 250px;
    margin-bottom: 30px;
  }

  .project-item {
    height: 250px;
  }

  .project-logo {
    width: 130px;
    height: 130px;
    margin-left: -35px;
    margin-top: -65px;
    object-fit: contain;
  }
  .swiper-slide .project-logo {
    margin-left:-45px !important;
    width: 90px !important;
  }
 

  .projects-page {
    padding-top: 25px;
  }

  .project-gallery-slider .gallery-thumbs .swiper-slide img{
    object-fit: cover;
  }

  .project-gallery-slider .gallery-thumbs {
    width: 90%;
  }

  .swiper-container.gallery-thumbs .swiper-slide{
    /* margin-right: 10px !important; */
  }

  .mobile-filter-bottom {
    margin: 20px 0;
  }

  .project-mobile-map-btn {
    color: #000;
  }

  .mobile-filters {
    margin-top: 20px;
  }

  .mobile-filters:after {
    content: "";
    display: block;
    clear: both;
  }
 
  .row .mb-5{
    margin-top:-70px;
  }
  .mobile-filter-item {
    float: left;
    width: 48%;
    margin: 0 1% 20px 1%;
  }

  .mobile-filter-item a {
    width: 100%;
    display: block;
    border-radius: 5px;
  }

  .single-content-data {
  }

  .single-content-data-left {
    width: 50%;
    max-width: 50%;
    min-width: 50%;
    text-align: center;
  }
  .single-content-data-right {
    width: 50%;
    max-width: 50%;
    min-width: 50%;
    text-align: center;
  }

  .single-content-data-bottom {
    text-align: center;
  }
  .project-gallery-navigation{
    bottom: 60px;

  }
  .project-gallery-slider .gallery-slider .swiper-slide img{
    margin-top:170px;
  }

  #project-single-location{
   margin-top:-268px;

  }

  .single-location-data{

  }
 
  .single-location-left {
    width: 50%;
    max-width: 50%;
    min-width: 50%;
    text-align: right;
  }
  .single-location-right {
    width: 50%;
    max-width: 50%;
    min-width: 50%;
    text-align: left;
  }
  .map-item-button{
    margin-top:32%; 
  }
  /* .fa-tree{
    margin-top:30px;
  } */
  #project-single-concept{
    margin-top:-50px;
  }
  
}

.single-content-data {
    justify-content: center;
}
.single-content-data-left {
    flex: 0 0 ;
}
.single-content-data-right {
    flex: 0 0 ;
    
}

.single-content-data-bottom {
    flex: 0 0;
}

.custom-menu {
    color: #fff;
    font-size: 20px;
}

.custom-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
/* ANA MENÜ */
.custom-menu .main-menu li,
.custom-menu .main-menu li a {
    margin: 18px 0;
    cursor: pointer;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 22px;
    position: relative;
    display: block;
    color: #fff;
    text-decoration: none;
	padding-bottom:5px;
}

/* Sadece alt menüsü olanlarda padding ve ok */
.custom-menu .main-menu li.has-children a {
    padding-left: 25px;
}

.custom-menu .main-menu li.has-children a::before {
    content: "›";
    position: absolute;
    left: 0;
    font-size: 20px;
    top: 0;
}

/* Alt çizgi animasyonu */
.custom-menu .main-menu li a::after {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 0%;
    height: 2px;
    background: #fff;
    transition: width 0.3s ease;
}

.custom-menu .main-menu li a:hover::after {
    width: 100%;
}

/* ALT MENÜ */
.custom-menu .sub-menu {
    display: none;
}

.custom-menu .sub-menu ul li {
    margin: 14px 0;
    font-size: 18px;
}

.custom-menu .sub-menu ul li a {
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: border-color 0.7s ease;
	font-size: 22px;
	font-weight:bold;
	text-transform:uppercase;
	padding-bottom:10px;
}

.custom-menu .sub-menu ul li a:hover {
    border-bottom: 1px solid #fff;
}

/* GERİ DÖN */
.custom-menu .back-btn {
    background: none;
    border: none;
    color: #fff;
    font-size: 18px;
    margin-bottom: 20px;
    cursor: pointer;
    text-align: left;
    display: block;
}


/* Header */
header.absolute-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}

.logo {
  width: 150px;
}

.absolute-header-right {
  position: absolute;
  top: 25px;
  right: 60px;
}

.absolute-header-right div {
  float: left;
}

.img-fluid{
      width: 500px;
    height: 300px;
    object-fit: cover;
}
.language-selector {
  float: left;
  margin-right: 25px;
  padding-right: 25px;
  border-right: 1px solid rgba(255, 255, 255, 0.37);
}

.btn-lang {
  border: 1px solid #ffffff;
  border-radius: 25px;
  font-size: 13px;
  line-height: 16px;
  color: #ffffff;
}
.project-single-header-flex-container{
  display: flex;
    flex-wrap: nowrap;
    align-content: flex-start;
    align-items: flex-start;
}
.btn-lang img {
  position: relative;
  display: inline-block;
  width: 16px;
  margin-right: 5px;
  vertical-align: middle;
}

.header-phone {
  margin-right: 25px;
  padding-right: 25px;
  border-right: 1px solid rgba(255, 255, 255, 0.37);
}

.header-phone a {
  font-weight: 800;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 0.02em;
  color: #ffffff;
  text-decoration: none;
}

.header-phone a img {
  margin-right: 5px;
  vertical-align: top;
}

/* Menu */
.menu-container {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  overflow: hidden;
  height: 100vh;
  width: 100vw;
  pointer-events: none;
	
}

.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  height: 100vh;
  width: 100vw;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
  visibility: hidden;
	background: rgba(0,0,0,0.45);
    backdrop-filter: blur(8px) saturate(115%);
    -webkit-backdrop-filter: blur(8px) saturate(115%);
}

.right-menu {
  padding: 50px 150px;
}

.right-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.right-menu > ul li {
  position: relative;
  padding: 15px;
}

.right-menu > ul li a {
  font-family: "Krona One";
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
  padding: 0.7em calc(0.7em * 1.2);
  display: inline-block;
  border: 3px solid transparent;
  position: relative;
  cursor: pointer;
  text-decoration: none;
}

.sub-menu-button {
  position: absolute;
  top: 28px;
  left: 0;
  background: transparent;
  border: none;
  outline: none;
  color: #fff;
  transform: translate3d(0, 0.7em, 0);
  cursor: pointer;
}

.right-menu ul li a .text {
  transform: translate3d(0, 0.7em, 0);
  display: block;
  transition: transform 0.4s cubic-bezier(0.2, 0, 0, 1) 0.4s;
}

.right-menu ul li a:after {
  position: absolute;
  content: "";
  bottom: -1px;
  left: calc(0.7em * 1.2);
  right: calc(0.7em * 1.2);
  height: 1px;
  background: #ffffff;
  transition: transform 0.8s cubic-bezier(1, 0, 0.37, 1) 0.2s,
    right 0.2s cubic-bezier(0.04, 0.48, 0, 1) 0.6s,
    left 0.4s cubic-bezier(0.04, 0.48, 0, 1) 0.6s;
  transform-origin: left;
}

.right-menu ul li .line {
  position: absolute;
  background: #f26522;
}

.right-menu ul li .line.-right,
.right-menu ul li .line.-left {
  width: 3px;
  bottom: -3px;
  top: -3px;
  transform: scale3d(1, 0, 1);
}

.right-menu ul li .line.-top,
.right-menu ul li .line.-bottom {
  height: 3px;
  left: -3px;
  right: -3px;
  transform: scale3d(0, 1, 1);
}

.right-menu ul li .line.-right {
  right: -3px;
  transition: transform 0.1s cubic-bezier(1, 0, 0.65, 1.01) 0.23s;
  transform-origin: top;
}

.right-menu ul li .line.-top {
  top: -3px;
  transition: transform 0.08s linear 0.43s;
  transform-origin: left;
}

.right-menu ul li .line.-left {
  left: -3px;
  transition: transform 0.08s linear 0.51s;
  transform-origin: bottom;
}

.right-menu ul li .line.-bottom {
  bottom: -3px;
  transition: transform 0.3s cubic-bezier(1, 0, 0.65, 1.01);
  transform-origin: right;
}

.right-menu ul li a:hover .text,
.right-menu ul li a:active .text {
  transition: transform 0.6s cubic-bezier(0.2, 0, 0, 1) 0.4s;
}

.right-menu ul li a:hover:after,
.right-menu ul li a:active:after {
  transform: scale3d(0, 1, 1);
  right: -3px;
  left: -3px;
  transform-origin: right;
  transition: transform 0.2s cubic-bezier(1, 0, 0.65, 1.01) 0.17s,
    right 0.2s cubic-bezier(1, 0, 0.65, 1.01), left 0s 0.3s;
}

.right-menu ul li a:hover .line,
.right-menu ul li a:active .line {
  transform: scale3d(1, 1, 1);
}

.right-menu ul li a:hover .line.-right,
.right-menu ul li a:active .line.-right {
  transition: transform 0.1s cubic-bezier(1, 0, 0.65, 1.01) 0.2s;
  transform-origin: bottom;
}

.right-menu ul li a:hover .line.-top,
.right-menu ul li a:active .line.-top {
  transition: transform 0.08s linear 0.4s;
  transform-origin: right;
}

.right-menu ul li a:hover .line.-left,
.right-menu ul li a:active .line.-left {
  transition: transform 0.08s linear 0.48s;
  transform-origin: top;
}

.right-menu ul li a:hover .line.-bottom,
.right-menu ul li a:active .line.-bottom {
  transition: transform 0.5s cubic-bezier(0, 0.53, 0.29, 1) 0.56s;
  transform-origin: left;
}

.submenus,
ul.submenu {
  display: none;
}

.submenus a {
  font-size: 22px;
  color: #ffffff;
	font-weight:bold;
  padding: 0.7em calc(0.7em * 1.2);
  display: inline-block;
  border: 3px solid transparent;
  position: relative;
  cursor: pointer;
  text-decoration: none;
}

.submenus > a {
  margin-bottom: 30px;
}

.submenu li {
  margin-bottom: 20px;
}

.right-menu .footer-social {
  margin-top: 50px;
 
}

.menu-sliders {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: -webkit-box-flex 0.45s, -webkit-flex 0.45s;
  transition: -webkit-box-flex 0.45s, -webkit-flex 0.45s;
  transition: flex 0.45s;
  transition: flex 0.45s, -webkit-box-flex 0.45s, -webkit-flex 0.45s,
    -ms-flex 0.45s;
}

.menu-sliders:nth-child(2) {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 100%;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  background: transparent;
}

.menu-sliders:nth-child(odd) {
   background: rgba(0,0,0,0.45);
    backdrop-filter: blur(8px) saturate(115%);
    -webkit-backdrop-filter: blur(8px) saturate(115%);
}




.menu-left-text {
  position: relative;
  z-index: 2;
}

.menu-header-title {
  font-family: "Krona One";
  font-size: 30px;
  line-height: 38px;
  color: #ffffff;
  margin-bottom: 15px;
}

.menu-header-contact {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  color: #ffffff;
}

.btn-outline-menu {
  background: transparent;
  border: 1px solid #a78c00;
  color: #fff;
  padding: 6px 29px 4px 29px;
  border-radius: 24px;
}

.hamburger-menu {
  position: absolute;
  top: 25px;
  right: 25px;
  z-index: 5;
}

.hamburger-menu:hover {
  cursor: pointer;
}

.ham-menu-text {
  display: none;
  opacity: 0;
  z-index: 5;
  float: left;
  margin-right: 10px;
  font-size: 17px;
  line-height: 25px;
  letter-spacing: 0.28em;
  color: #ffffff;
}

.ham-menu-text:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #fff;
}

.ham-menu {
  float: right;
  height: 28px;
  width: 28px;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  border-radius: 0.25em;
}

.ham-menu .line {
  background-color: white;
  border-radius: 2px;
  width: 28px;
  height: 2px;
}

.ham-menu .line1 {
  transform-origin: 0% 0%;
  transition: transform 100ms ease-in-out;
}

.ham-menu .line3 {
  transform-origin: 0% 100%;
  transition: transform 100ms ease-in-out;
  width: 20px;
}

body.menu-open .ham-menu .line1 {
  display: block;
  transform: rotate(45deg);
}

body.menu-open .ham-menu .line2 {
  opacity: 0;
}

body.menu-open .ham-menu .line3 {
  display: block;
  transform: rotate(-45deg);
}

body.menu-open .ham-menu .line {
  width: 26px;
}

body.menu-open .ham-menu-text {
  display: block;
  opacity: 1;
}

body.menu-open {
  overflow: hidden;
}

body.menu-open .menu-sliders:nth-child(2) {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 0%;
  -ms-flex: 0 0 0%;
  flex: 0 0 0%;
}

body.menu-open .menu {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  visibility: visible;
  pointer-events: all;
}

@media (max-width: 680px) {
	.right-menu{
		padding:40px;
	}
	.trp_language_switcher_shortcode{
		display:none !important
	}
}

.footer-social .dil a {
    color: white;
    font-size: 20px;
	padding-bottom:10px;
	padding-top:10px;
}

