@charset "UTF-8";
* {
  outline: 0 !important;
}
html {
  scroll-behavior: smooth;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

.la {
  font: normal normal normal 16px/1 LineAwesome;
  font-size: inherit;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-synthesis: antialiased;
}

.color {
  color: #000;
}

.color-white {
  color: #fff;
}

.color-black {
  color: #000;
}

.color-gray {
  color: #d4d4d4;
}

.color-dark-gray {
  color: #505050;
}

.gray-bg {
  background: #b9b9b9;
}

.bg {
  background: #000;
}
.font-weight-semibold {
  font-weight: 500;
}
.display-title {
  color: #be9b19;
  letter-spacing: 2px;
  font-size: 38px;
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.display-title--black {
  color: #000;
}
.white-bg {
  background: #fff;
}
.content-center {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
}
.font-1 {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.font-2 {
  font-family: "Poppins", serif;
}
.title {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 45px;
  letter-spacing: 3px;
}
.button {
  font-optical-sizing: auto;
  font-style: normal;
  padding: 18px 30px;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 2px solid #000;
  background-color: #000;
  color: #fff;
  position: relative;
  display: inline-flex;
  align-items: center;
  font-size: 12px;
  font-weight: 500;
  transition: all 0.5s 0.1s ease;
}
.button::after {
  font-size: 16px;
  padding-left: 15px;
  font: normal normal normal 16px/1 LineAwesome;
  content: "\f121";
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease;
}
.button--white::after {
  color: #000;
  background-color: #fff;
}
.button:hover {
  border-color: #be9b19;
  background-color: #be9b19;
  color: #fff;
  text-decoration: none;
}
.button:hover::after {
  padding-left: 30px;
  color: #fff;
}
.button:focus {
  outline: none;
}

.more-button {
  letter-spacing: 2px;
  font-size: 14px;
  position: relative;
  display: inline-block;
  padding: 15px 40px;
  border: 2px solid #131313;
  color: #131313;
  z-index: 1;
  font-weight: 500;
}
.more-button::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0%;
  background: #131313;
  transition: all 0.3s cubic-bezier(0.18, 0.59, 0.68, 1.14);
}
.more-button:hover {
  text-decoration: none;
  color: #fff;
}
.more-button:hover::before {
  height: 100%;
}

.grid-list-2 {
  display: grid;
  grid-template-columns: auto auto;
  column-gap: 15px;
  row-gap: 15px;
  width: 100%;
}
@media only screen and (max-width: 1005px) {
  .grid-list-2 {
    grid-template-columns: auto;
  }
}

.footer-top-phone {
  color: white;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-flow: row;
}
.footer-top-phone p {
  display: inline-block;
  font-size: 17px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
  color: #fbfbfb;
  margin-bottom: 5px;
}
.footer-top-phone i {
  display: inline-block;
  padding: 15px;
  background: white;
  color: #000;
  font-size: 35px;
  border-radius: 50%;
  margin-right: 15px;
}

.footer-top-phone .phone-number {
  color: #bdbdbd;
  display: block;
}
.footer-top-box-img img {
  max-width: 100%;
}
.footer-top-box-img {
  display: inline-block;
  font-size: 22px;
  letter-spacing: 1px;
  font-weight: 500;
  color: #fbfbfb;
  margin-bottom: 5px;
}
/* List */

.home-project-layout {
  height: auto;
  display: inline-block;
  padding: 100px 0px 50px 0;
}
.home-project-bg {
  background-color: rgb(234 192 97);
}
.box-container {
  min-height: 500px;
  display: flex;
  align-items: center;
  overflow: hidden;
  cursor: pointer;
  position: relative;
}
.box-img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  transition: all 0.5s ease;
}
.home-poject-slider-box .box {
  position: relative;
  z-index: 9;
}
.home-poject-slider-box .box-info {
  z-index: 9;
  background: #fff;
  transition: all 0.5s 0.1s ease;
}
main .home-poject-slider .slick-slide.slick-current .box-info {
  transform: translateY(0);
  opacity: 1;
}
.box-content {
  display: flex;
  align-items: center;
}
.box-tag {
  margin-bottom: 5px;
  font-weight: 400;
  font-size: 14px;
}
.box-button {
  display: inline-block;
  transition: all 0.5s ease;
}
.box-title {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 24px;
}
.box-description {
  font-size: 14px;
  font-weight: 400;
}
@media only screen and (max-width: 1005px) {
  .home-project-layout {
    padding: 50px 0px;
  }
  .box-container {
    min-height: 400px;
  }
}

/*Slick Slide Focus*/
.slick-slide:focus {
  outline: none;
}

/*Heading Border*/
.heading-before {
  z-index: 1;
}
.heading-before::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  z-index: -1;
  bottom: 9%;
  width: 75%;
  height: 25%;
  background: #000;
  transition: all 0.5s cubic-bezier(0.18, 0.59, 0.68, 1.14);
}

/* Arrows Right */
.right-arrow .slick-prev,
.right-arrow .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  bottom: 5%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  z-index: 2;
}
.right-arrow .slick-prev:focus,
.right-arrow .slick-next:focus {
  outline: none;
}

.right-arrow .slick-prev {
  right: 7%;
  content: "";
}
.right-arrow .slick-prev::after {
  content: "\f111";
  font-family: LineAwesome;
  color: #000;
  font-size: 30px;
}

.right-arrow .slick-next {
  content: "";
  right: 3%;
}
.right-arrow .slick-next::after {
  content: "\f112";
  font-family: LineAwesome;
  color: #000;
  font-size: 30px;
}

/* Arrows Center */
.center-arrow .slick-prev,
.center-arrow .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  bottom: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  z-index: 2;
}
.center-arrow .slick-prev:focus,
.center-arrow .slick-next:focus {
  outline: none;
}

.center-arrow .slick-prev {
  left: 25px;
  content: "";
}
.center-arrow .slick-next {
  right: 25px;
  content: "";
}
.center-arrow .slick-prev::after {
  content: "\f111";
  font-family: LineAwesome;
  color: #000;
  font-size: 40px;
}

.project-props .slick-arrow.slick-next {
  content: "";
  left: inherit;
  right: 25px;
}
.center-arrow .slick-next::after {
  content: "\f112";
  font-family: LineAwesome;
  color: #000;
  font-size: 40px;
}

/*İmg Border*/
.img-border {
  position: relative;
  margin: 50px 50px 0px 0px;
}
.img-border img {
  max-width: 100%;
  position: relative;
  z-index: 2;
}
.img-border::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: -50px;
  left: 50px;
  z-index: 1;
  border: 7px solid #000;
}

@media (min-width: 1300px) {
  .site-container {
    padding: 0 70px;
    position: relative;
  }
  .site-content {
    width: 75%;
    float: none;
    margin: 0 auto;
  }
}

@media (max-width: 1301px) {
  .site-content {
    width: 85%;
    float: none;
    margin: 0 auto;
  }
}

/*Pages*/
.page-top {
  background: #eaf0f5;
  position: relative;
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-flow: column wrap;
}
.page-top:before {
  content: "";
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.25);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.page-top .site-content {
  position: relative;
  z-index: 2;
}
.page-top.detail-top .detail-top-tag {
  position: relative;
  z-index: 2;
  color: #fff;
  display: block;
}
.page-top .page-top-head {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 45px;
  position: relative;
  z-index: 2;
  color: #fff;
  font-weight: bold;
}
.page-top img,
.page-top iframe {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.page-top .page-breadcrumb {
  margin-bottom: 5px;
  position: relative;
}
.page-top .page-breadcrumb ul {
  list-style: none;
  height: auto;
  display: inline-block;
}
.page-top .page-breadcrumb ul li {
  position: relative;
  float: left;
}
.page-top .page-breadcrumb ul li a {
  text-decoration: none;
  font-size: 13px;
  color: #cecece;
}
.page-top .page-breadcrumb ul li::after {
  content: "\f112";
  font-family: LineAwesome;
  position: relative;
  color: #cecece;
  padding: 0 5px;
  font-size: 13px;
  display: inline-block;
}
.page-top .page-breadcrumb ul li:last-of-type a {
  color: #fff;
}
.page-top .page-breadcrumb ul li:last-of-type::after {
  display: none;
}
.project-props section:nth-child(even) {
  background-color: rgb(234 192 97);
  color: #fff;
}
.project-props section:nth-child(even) .section-heading {
  color: #fff;
}
.project-props section:nth-child(even) .more-button {
  border: 2px solid #fff;
  color: #fff;
}
.project-props section:nth-child(even) .more-button::before {
  background: #fff;
}
.project-props section:nth-child(even) .more-button:hover {
  text-decoration: none;
  color: #000;
}
.project-props section:nth-child(even) .more-button:hover::before {
  height: 100%;
}
@media only screen and (max-width: 1005px) {
  .page-top .page-top-head {
    text-align: left;
    font-size: 25px;
  }
}

::-moz-selection {
  /* Code for Firefox */
  color: #000;
  background: #eaf0f5;
}

::selection {
  color: #000;
  background: #eaf0f5;
}

body {
  font-family: "Poppins", serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: #333;
  height: 100%;
  width: 100%;
}

header {
  width: 100%;
  height: 100px;
  float: left;
  position: relative;
  background-color: #000;
  z-index: 9998;
  transition: all 0.5s ease;
}
header.sticky {
  position: fixed;
  top: 0;
  background-color: #fff;
  box-shadow: 0 1px rgb(162 103 70 / 12%);
}
header.sticky .header-menu ul.header-menu-main > li a {
  color: #000;
}
header.page-header.sticky .header-menu ul.header-menu-main > li a {
  color: #000;
}
header.sticky .normal-logo {
  display: none;
}
header.page-header .sticky-logo {
  display: block;
}
header.page-header .normal-logo {
  display: none;
}
header.sticky .sticky-logo {
  max-width: 200px;
  display: block;
}
header.sticky .menu {
  color: #000;
}
header .normal-logo {
  max-width: 200px;
  height: 100%;
  display: block;
}
header .sticky-logo {
  display: none;
}
@keyframes translateY {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
header input[type="checkbox"],
header .menu,
header .mobile-label {
  display: none;
}
header .site-container {
  height: 100%;
}
header .mobile-logo {
  display: none;
}
header .header-menu {
  height: 100px;
  width: 100%;
  position: relative;
  padding: 0;
}
header .menu-logo {
  float: left;
  line-height: 80px;
}
header .header-menu ul {
  list-style: none;
}
header .header-menu ul.header-menu-main {
  float: right;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row wrap;
  padding: 0px;
  margin: 0px;
}
header .header-menu ul.header-menu-main > li {
  height: 100%;
  line-height: 100px;
  float: left;
  padding: 0 20px;
  text-transform: uppercase;
}
header .header-menu ul.header-menu-main > li a {
  letter-spacing: 0.6px;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
}
header .header-menu ul.header-menu-main > li.menu-logo {
  padding: 0 35px;
}
header .header-menu ul.header-menu-main > li.menu-logo a::before {
  display: none;
}

@media only screen and (max-width: 1005px) {
  header {
    background: #000;
  }
  header .normal-logo {
    max-height: 100%;
  }
  main .home-slider-container {
    padding: 0 !important;
  }
  main .home-slider {
    border-radius: 0px !important;
  }
}
@media only screen and (min-width: 993px) {
  header.page-header .header-menu ul.header-menu-main > li a {
    color: #000;
  }

  header.sticky {
    animation-name: translateY;
    animation-duration: 0.5s;
  }
  header.sticky .hover li ul.hover {
    border: 1px solid rgb(162 103 70 / 12%);
  }
  header.sticky ul li ul.hover::after {
    border-top: 2px solid rgb(162 103 70 / 12%);
    border-left: 21px solid rgb(162 103 70 / 12%);
  }
  header .menu-logo {
    padding: 0 15px;
    height: 100%;
    background-color: #000;
    display: flex;
    align-items: center;
  }
  header .menu-logo a {
    height: 100%;
  }
  ul {
    list-style: none;
  }
  ul li a {
    position: relative;
    padding-bottom: 5px;
  }
  ul li a:hover {
    color: #000;
    text-decoration: none;
  }
  ul li ul {
    transition: all 0.5s ease;
    visibility: hidden;
    padding: 0;
    margin: 0px;
    position: absolute;
    transform: scale3d(0.9, 0.9, 1);
    opacity: 0;
    top: 100%;
    min-width: 305px;
  }
  ul li ul::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: #fff;
    transition: all 0.5s cubic-bezier(0.18, 0.59, 0.68, 1.14);
  }
  ul li ul.hover::after {
    content: "";
    position: absolute;
    left: 5px;
    top: -1%;
    bottom: 0px;
    z-index: -9;
    width: 20px;
    height: 20px;
    margin-right: auto;
    margin-left: auto;
    border-radius: 2px;
    background-color: #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all 0.5s cubic-bezier(0.18, 0.59, 0.68, 1.14);
  }
  ul li ul li {
    line-height: 2.3;
    display: none;
    transition: all 0.1s cubic-bezier(0.18, 0.59, 0.68, 1.14);
  }
  ul li ul li a {
    display: flex;
    align-items: center;
    font-size: 15px !important;
    font-weight: 600 !important;
    color: #000000 !important;
    display: inline-block;
    transform: translateY(20px);
    transition: all 0.3s ease;
  }
  .hover li ul.hover {
    opacity: 1;
    transform: scale3d(1, 1, 1);
    transition: all 0.5s ease;
    visibility: visible;
  }
  .hover li ul.hover .menu-li {
    display: block;
    padding: 0px 25px;
    position: relative;
  }
  .hover li ul.hover .menu-li:first-child {
    margin-top: 20px;
  }
  .hover li ul.hover .menu-li:last-child {
    margin-bottom: 20px;
  }
  .hover li ul.hover .menu-li a {
    transform: translateY(0px);
    transition: all 1s ease;
  }
  .hover li ul .menu-li a::after {
    content: "\f121";
    font: normal normal normal 16px/1 LineAwesome;
    font-size: inherit;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-synthesis: antialiased;
    font-size: 18px;
    font-weight: 500;
    line-height: 40px;
    opacity: 0;
    transition: all 0.5s ease;
  }
  .hover li ul.hover .menu-li a:hover::after {
    opacity: 1;
    padding-left: 5px;
  }
}

main .home-slider-nav {
  cursor: pointer;
  margin-top: -140px;
  display: flex;
  justify-content: center;
}
main .home-slider-nav .home-slider-nav__item {
  border: 1px solid #000000;
  display: inline-block;
  vertical-align: top;
  width: 160px;
  height: 100px;
  background: #fff;
  margin-right: 16px;
  position: relative;
  overflow: hidden;
}
main .home-slider-nav .home-slider-nav__item::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
}
main .home-slider-nav .home-slider-nav__item-detail {
  position: absolute;
  bottom: 0px;
  padding: 10px 5px;
  background-color: #fff;
  z-index: 1;
  font-size: 13px;
  width: 100%;
  text-align: center;
  font-weight: 500;
  transition: all 0.3s ease;
}
main
  .home-slider-nav
  .home-slider-nav__item:hover
  .home-slider-nav__item-detail {
  padding: 10px 5px 20px 5px;
}
main .home-slider-nav .home-slider-nav__item:hover::before {
  background-color: rgba(0, 0, 0, 0);
}
main .home-slider-nav div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media only screen and (max-width: 768px) {
  main .home-slider-nav {
    display: none;
  }
}

main .home-slider-container {
  padding: 0;
}
main .home-slider {
  overflow: hidden;
  height: calc(100vh - 100px);
  min-height: 35rem;
  position: relative;
}

main .home-slider.center-arrow .slick-arrow {
  color: #000;
  background-color: #fff;
}
main .home-slider.center-arrow .slick-arrow::after {
  color: #000;
}
main .home-slider.center-arrow .slick-arrow:hover {
  background-color: #000;
  color: #fff;
}
main .home-slider.center-arrow .slick-arrow:hover::after {
  color: #fff;
}
main .home-slider.center-arrow .slick-arrow::after {
  font-size: 16px;
}

@media (max-width: 1200px) {
  main .home-slider.center-arrow .slick-arrow {
    bottom: 5px;
  }
  main .home-slider.center-arrow .slick-next {
    left: calc(50% + 5px);
    right: inherit;
  }
  main .home-slider.center-arrow .slick-prev {
    left: calc(50% - 55px);
  }
}

main .home-slider .home-slider-slide {
  height: auto;
  display: inline-block;
  cursor: pointer;
  float: left;
}
main .home-slider .main-bg-image {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 50rem;
  transition: all 0.5s ease;
}
main .home-slider .main-bg-image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
main .home-slider .main-bg-image video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

@media only screen and (max-width: 1200px) {
  main .home-slider {
    min-height: 30rem;
    height: 100vh;
  }
  main .home-slider .main-bg-image {
    min-height: 30rem;
    height: 100vh;
  }
}

main
  .home-slider-slide.slick-slide.slick-current.slick-active.slick-center
  .main-bg-image {
  background-size: cover;
}
main .home-slider .main-bg-image::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
main .home-slider .main-bg-image .main-bg-image-hero {
  padding: 0 15px;
  max-width: 100%;
  margin: 0;
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 1;
  transform: translateY(200px);
  opacity: 0;
  transition: all 0.5s 0.3s ease;
}

main
  .home-slider-slide.slick-slide.slick-current.slick-active.slick-center
  .main-bg-image-hero {
  transform: translateY(0px);
  opacity: 1;
  transition: all 0.5s 0.3s ease;
}
main .home-slider .main-bg-image .main-bg-image-hero span {
  font-size: 22px;
  color: #000;
}
main .home-slider .main-bg-image .main-bg-image-hero h1 {
  display: block;
  font-weight: bold;
  font-size: 50px;
  letter-spacing: 2px;
  margin-bottom: 0.7rem;
}
main .home-slider .main-bg-image .main-bg-image-hero p {
  margin-bottom: 2rem;
}
main .home-slider .main-bg-image .main-bg-image-hero a {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-style: normal;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
  padding: 15px 30px;
  background: #fff;
  color: #000;
  position: relative;
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  transition: all 0.5s 0.1s ease;
}
main .home-slider .main-bg-image .main-bg-image-hero a:hover {
  background-color: rgb(234 192 97);
  color: #000;
}
main .home-slider .main-bg-image .main-bg-image-hero a i {
  font-size: 15px;
  padding-left: 10px;
  transition: all 0.5s ease;
}
main .home-slider .main-bg-image .main-bg-image-hero a:hover i {
  padding-left: 30px;
  transition: all 0.5s ease;
}
main .home-slider .slick-dots {
  width: 100%;
  float: left;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  padding: 0 170px;
  list-style-type: none;
  display: flex;
  justify-content: center;
}
main .home-slider .slick-dots li {
  cursor: pointer;
  float: left;
  background-color: #fff;
  border-radius: 50%;
  margin-left: 5px;
  line-height: 1;
}
main .home-slider .slick-dots li.slick-active {
  background-color: #000;
}
main .home-slider .slick-dots button {
  width: 20px;
  height: 20px;
  background: 0;
  color: transparent;
  border: 0;
  cursor: pointer;
  outline: 0 !important;
}

@media only screen and (max-width: 1200px) {
  main .home-slider .slick-dots {
    display: flex;
    justify-content: center;
    padding: 0;
  }

  main .home-slider .main-bg-image .main-bg-image-hero {
    padding: 0 10px;
  }
}
/*Home About*/
.home-abuot-layout {
  height: auto;
  display: inline-block;
  padding: 100px 0px;
}
.home-abuot-layout .home-about-content p {
  font-size: 15px;
}
.project-cats-title {
  text-transform: uppercase;
}
.project-cats {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-flow: row wrap;
  gap: 15px;
}
.project-cats .button::after {
  content: "";
}
main .home-layout-boxes {
  position: relative;
  overflow: hidden;
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: repeat(auto-fill, min-max);
}
main .home-poject-slider {
  position: relative;
  overflow: hidden;
  padding-bottom: 150px;
  gap: 15px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

@media only screen and (max-width: 992px) {
  main .home-poject-slider {
    grid-template-columns: 1fr;
  }
}
main .home-poject-slider .slick-slide {
  transform: scale(0.8);
  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;
}
main .home-poject-slider .slick-slide .box::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;
}
main .home-poject-slider .slick-slide.slick-current {
  transform: scale(1);
}
main .home-poject-slider .slick-slide.slick-current .box::after {
  z-index: -1;
  background-color: transparent;
}
main .home-poject-slider .slick-arrow {
  border-radius: 50%;
  border: 1px solid #fff;
  position: absolute;
  bottom: 0px;
  font-size: 0;
  line-height: 0;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  outline: none;
  background: transparent;
  z-index: 2;
}
main .home-poject-slider .slick-arrow:hover {
  background-color: #fff;
}
main .home-poject-slider .slick-arrow:hover::after {
  color: #000;
}
main .home-poject-slider button.slick-prev {
  right: calc(50% + 10px);
}
main .home-poject-slider button.slick-prev::after {
  content: "\f111";
  font-family: LineAwesome;
  color: #fff;
  font-size: 16px;
}
main .home-poject-slider button.slick-next {
  left: calc(50% + 10px);
}
main .home-poject-slider button.slick-next::after {
  content: "\f112";
  font-family: LineAwesome;
  color: #fff;
  font-size: 16px;
}
main .home-poject-slider .slick-dots {
  width: 100%;
  float: left;
  position: relative;
  z-index: 1;
  margin: 15px 0 0 0;
  left: 0;
  padding: 0 170px;
  list-style-type: none;
  text-align: center;
}
main .home-poject-slider .slick-dots li {
  cursor: pointer;
  display: inline-block;
}
main .home-poject-slider .slick-dots li.slick-active {
  background-color: #000;
}
main .home-poject-slider .slick-dots li.slick-active button {
  color: white;
}
main .home-poject-slider .slick-dots button {
  width: 40px;
  height: 40px;
  background: 0;
  color: #fff;
  border: 0;
  cursor: pointer;
  outline: 0 !important;
}

@media only screen and (max-width: 1200px) {
  main .home-poject-slider .slick-dots {
    display: flex;
    justify-content: center;
    padding: 0;
  }
  main .home-poject-slider .slick-dots button {
    width: 30px;
    height: 30px;
    font-size: 13px;
  }
  main .home-layout-boxes {
    grid-template-columns: 1fr 1fr;
  }
}

@media only screen and (max-width: 768px) {
  main .home-layout-boxes {
    grid-template-columns: 1fr;
  }
  main .home-about-content {
    text-align: left;
  }
}

main .home-future-layout {
  height: auto;
  display: inline-block;
  padding: 100px 0px 100px 0px;
}
main .home-future-boxes {
  position: relative;
  display: grid;
  gap: 120px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: repeat(auto-fill, min-max);
}
main .home-future-content {
  height: 100%;
}
main .home-future-boxes img {
  transition: all 0.6s ease;
  position: relative;
  transform: scale(1) rotate(-3deg);
  padding: 50px 0;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
main .home-future-boxes img:hover {
  transform: scale(1.1) rotate(-7deg);
}

main .home-future-boxes-item--highlighted .home-future-content::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50px;
  background: #e8eaf6;
  background: rgb(0, 0, 0);
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(232, 234, 246, 1) 100%
  );
  transform: scale(1) rotate(-13deg);
  width: 100%;
  height: 100%;
  padding-bottom: 50px;
  z-index: -1;
}
main .home-future-boxes .home-future-box-count {
  text-align: center;
  font-weight: 600;
  font-size: 52px;
  line-height: 65px;
  display: block;
  color: #f15a24;
}
main .home-future-boxes .home-future-box-descr {
  text-align: center;
  font-weight: 500;
  font-size: 19px;
  line-height: 30px;
  display: block;
}

@media only screen and (max-width: 1200px) {
  main .home-future-boxes {
    gap: 50px;
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media only screen and (max-width: 768px) {
  main .home-future-boxes {
    grid-template-columns: 1fr;
  }
  .home-future-boxes-item {
    text-align: center;
  }
  main .home-future-boxes img {
    padding: 0px;
    width: 100%;
    transform: scale(0.8) rotate(-3deg);
  }
  main .home-future-boxes img:hover {
    transform: scale(0.9) rotate(-3deg);
  }
  main .home-future-boxes-item--highlighted .home-future-content::after {
    transform: none;
  }
  .home-news-layout-header {
    align-items: flex-start !important;
  }
  .home-news-layout-header .home-project-heading {
    margin-bottom: 1rem;
  }
  .home-future-layout .home-project-heading {
    text-align: center;
  }
}

.home-poject-slider-box {
  background: white;
  position: relative;
  overflow: hidden;
}
.home-news-layout {
  height: auto;
  display: inline-block;
  padding: 100px 0px;
}
.home-news-slide {
  margin-bottom: 25px;
  overflow: hidden;
}
.home-news-slide .home-news-content img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  object-position: center;
}
.home-news-slide .home-news-content a {
  float: left;
  width: 100%;
}
.home-news-slide .home-news-content a:hover {
  color: #000;
  opacity: 0.5;
}
.home-news-layout .home-news-slider {
  overflow: hidden;
  height: auto;
  display: inline-block;
}
.home-news-layout .home-news-slider .home-news-slide {
  height: auto;
  display: inline-block;
}
.home-news-layout .home-news-slider .home-news-slide .home-news-content h3 {
  font-size: 40px;
}

footer {
  background-color: #000;
  padding: 50px 0 20px 0px;
  height: auto;
  width: 100%;
  float: left;
}
footer .footer-top-container {
  width: 100%;
  height: auto;
  display: inline-block;
}
footer .footer-top-container .footer-top-box-newsletter {
  gap: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: row wrap;
}
footer .footer-top-container .footer-top-box-newsletter p {
  color: #fff;
  font-size: 14px;
  margin-bottom: 10px;
}
footer .footer-top-container .footer-top-box-newsletter input {
  outline: none;
  box-shadow: none;
  background: #fff;
  border: 0;
  border-bottom: 2px solid #fff;
  width: 75%;
  height: 60px;
  float: left;
  float: left;
  padding-left: 15px;
}
footer .footer-top-container .footer-top-box-newsletter input::placeholder {
  font-size: 14px;
  color: #1f1f1f;
}
footer .footer-top-container .footer-top-box-newsletter button {
  display: block;
  width: 20%;
  height: 60px;
  cursor: pointer;
  float: left;
  outline: none;
  box-shadow: none;
  font-size: 20px;
  letter-spacing: 2px;
  background: #000;
  border: 2px solid #000;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  transition: all 0.5s ease;
}
footer .footer-top-container .footer-top-box-newsletter button:hover {
  background: #917613;
  border-color: #000, 10%;
}
footer .footer-menu div h4 {
  font-size: 17px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
  color: #fbfbfb;
  margin-bottom: 20px;
}
footer .footer-menu div ul {
  list-style: none;
  padding: 0px;
}
footer .footer-menu div ul li a {
  font-size: 14px;
  letter-spacing: 0px;
  font-weight: 500;
  color: #bdbdbd;
  line-height: 25px;
  white-space: normal;
  word-break: break-word;
  margin-bottom: 10px;
  display: block;
}
footer .footer-made-by {
  width: 100%;
  float: left;
  padding: 75px 0 0px;
}
footer .footer-made-by p {
  font-size: 15px;
  color: #adadad;
  font-weight: 500;
}
footer .footer-made-by p a {
  color: #adadad;
  font-weight: 900;
}
footer .footer-made-by p a:hover {
  color: #fff;
  text-decoration: none;
}

.animsition-overlay-slide {
  z-index: 9999;
  background-color: #000;
}

/* *Page Transitions */
.loader-bg {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  background-color: #000;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column wrap;
  z-index: 9999;
}

.loading-text {
  text-align: center;
  width: 100%;
  height: 100px;
  line-height: 100px;
}

.loading-text span {
  display: inline-block;
  margin: 0 5px;
  color: #fff;
}

.main-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fdfdfd;
  z-index: 1;
}

/*Pages*/
.project-filter ul {
  list-style: none;
  height: auto;
  display: inline-block;
}
.project-filter ul li {
  float: left;
  margin: 0 30px 0px 0px;
  padding-bottom: 5px;
  position: relative;
  cursor: pointer;
}
.project-filter ul li.active {
  font-weight: 900;
  border-bottom: 3px solid #000;
}

.projects {
  height: auto;
  display: inline-block;
}
.project-list {
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: repeat(auto-fill, min-max);
}
@media only screen and (max-width: 1200px) {
  .project-list {
    grid-template-columns: 1fr 1fr;
  }
}

@media only screen and (max-width: 768px) {
  .project-list {
    grid-template-columns: 1fr;
  }
}
.projects .projects-box {
  height: 500px;
  position: relative;
  overflow: hidden;
  border: 10px solid transparent;
}
.projects .projects-box:nth-child(odd) {
  border-left: 0;
}
.projects .projects-box img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: all 7s ease-in;
}
.projects .projects-box .projects-info {
  position: absolute;
  width: calc(100% - 9%);
  bottom: 15px;
  left: 10%;
  background: #fff;
  padding: 30px 0px;
  border-bottom: 5px solid #000;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-flow: row wrap;
}
.projects .projects-box .projects-info span {
  margin-bottom: 5px;
  display: block;
  letter-spacing: 2px;
  font-weight: 300;
  color: #000;
}
.projects .projects-box .projects-info h2 {
  color: #151515;
}
.projects .projects-box:hover img {
  transform: scale(1.5);
}

/*Project Detail*/
.project-features {
  height: auto;
  display: inline-block;
}
.project-features .features-box .features-wrapper {
  width: 100%;
  height: auto;
  text-align: center;
  padding: 40px 0;
  display: inline-block;
  background: #fff;
}
.project-features .features-box .features-wrapper i {
  background: #eaf0f5;
  padding: 10px;
  border-radius: 50%;
  font-size: 35px;
  display: inline-block;
  margin-bottom: 20px;
  color: #000;
}
.project-features .features-box .features-wrapper img {
  max-width: 35px;
  display: block;
  float: none;
  margin: 0 auto 10px auto;
}
.project-features .features-box .features-wrapper p {
  color: #000;
  margin-bottom: 7px;
}

.project-info {
  height: auto;
  display: inline-block;
}
.project-info .site-content {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
}
.project-info .project-info-left span {
  display: block;
}
.project-info .project-info-left span.project-tag {
  font-weight: 600;
  color: #000;
}
.project-info .project-info-property {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

@media only screen and (max-width: 768px) {
  .project-info .project-info-property {
    display: grid;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}

.project-info .project-info-left .project-property {
  border-left: 1px solid #cbcbcb;
  font-size: 22px;
  font-weight: 600;
  padding-left: 15px;
  margin-bottom: 30px;
  color: #000;
}
.project-info .project-info-left .project-property span {
  color: #131313;
  font-weight: 300;
  display: block;
  font-size: 14px;
}

.project-info-right img {
  max-height: 600px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.project-gallery h2 {
  height: auto;
  display: inline-block;
}

.project-gallery .project-slider {
  height: auto;
  display: inline-block;
  overflow: hidden;
}
.project-gallery .project-slider .project-slide {
  text-align: center;
  transition: all 0.5s cubic-bezier(0.18, 0.59, 0.68, 1.14);
  cursor: pointer;
}
.project-gallery .project-slider .project-slide.slick-slide {
  opacity: 0.8;
  transform: scale(0.8);
}
.project-gallery .project-slider .project-slide.slick-slide img {
  max-height: 650px;
  max-width: 100%;
}
.project-gallery .project-slider .project-slide.slick-slide.slick-center {
  opacity: 1;
  transform: scale(1);
}

.project-props .slick-dots {
  width: 100%;
  float: left;
  position: relative;
  z-index: 1;
  margin: 15px 0 0 0;
  left: 0;
  padding: 0 170px;
  list-style-type: none;
  text-align: center;
}
.project-props .slick-dots li {
  cursor: pointer;
  display: inline-block;
}
.project-props .slick-dots li.slick-active {
  background-color: #000;
}
.project-props .slick-dots li.slick-active button {
  color: white;
}
.project-props .slick-dots button {
  width: 40px;
  height: 40px;
  background: 0;
  color: black;
  border: 0;
  cursor: pointer;
  outline: 0 !important;
}

@media only screen and (max-width: 1200px) {
  .project-props .slick-dots {
    display: flex;
    justify-content: center;
    padding: 0;
  }
  .project-props .slick-dots button {
    width: 30px;
    height: 30px;
    font-size: 13px;
  }
}
.project-props .slick-arrow {
  background: white;
  border-radius: 50%;
  width: 60px;
  height: 60px;
}
.project-location .project-location-frame iframe {
  width: 100% !important;
  height: 600px !important;
}

.project-plan {
  height: auto;
  display: inline-block;
  overflow: hidden;
}
.project-plan .project-plan-slider {
  height: auto;
  display: inline-block;
  overflow: hidden;
}
.project-plan .project-plan-slider .project-plan-slide {
  text-align: center;
  cursor: pointer;
}
.project-plan .project-plan-slider .project-plan-slide.slick-slide img {
  max-width: 100%;
}

.project-video {
  height: auto;
  display: inline-block;
  overflow: hidden;
}
.project-video .project-video-slider {
  height: auto;
  display: inline-block;
  overflow: hidden;
}
.project-video .project-video-slider .project-video-slide {
  text-align: center;
  cursor: pointer;
}
.project-video .project-video-slider .project-video-slide.slick-slide img {
  max-width: 100%;
}

/*Kurumsal etc*/
.page-container {
  height: auto;
  display: inline-block;
}
.page-container .page-menu .page-menu-wrapper {
  background: #000;
}
.page-container .page-menu .page-menu-wrapper ul {
  list-style: none;
}
.page-container .page-menu .page-menu-wrapper ul li {
  display: block;
  margin-bottom: 15px;
}
.page-container .page-menu .page-menu-wrapper ul li a {
  text-decoration: none;
  color: #fff;
  font-size: 14px;
}
.page-container .page-menu .page-menu-wrapper ul li a.active {
  color: #000;
}

/*Media*/
.media-box {
  height: 600px;
  position: relative;
  overflow: hidden;
  border: 10px solid transparent;
}
.media-box:nth-child(odd) {
  border-left: 0;
}
.media-box img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: all 7s ease-in;
}
.media-box .media-info {
  position: absolute;
  width: calc(100% - 9%);
  bottom: 15px;
  left: 10%;
  background: #fff;
  padding: 30px 0px;
  border-bottom: 5px solid #000;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-flow: row wrap;
}
.media-box .media-info span {
  margin-bottom: 5px;
  display: block;
  letter-spacing: 2px;
  font-weight: 300;
  color: #000;
}
.media-box .media-info h2 {
  color: #151515;
}
.media-box:hover img {
  transform: scale(1.5);
}

.news-box {
  height: 600px;
  position: relative;
  overflow: hidden;
  border: 10px solid transparent;
}
.news-box:nth-child(odd) {
  border-left: 0;
}
.news-box img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: all 7s ease-in;
}
.news-box .news-info {
  position: absolute;
  width: calc(100% - 9%);
  bottom: 15px;
  left: 10%;
  background: #fff;
  padding: 30px 0px;
  border-bottom: 5px solid #000;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-flow: row wrap;
}
.news-box .news-info span {
  margin-bottom: 5px;
  display: block;
  letter-spacing: 2px;
  font-weight: 300;
  color: #000;
}
.news-box .news-info h2 {
  color: #151515;
}
.news-box:hover img {
  transform: scale(1.5);
}

.contact-content {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  position: relative;
}
.contact-content .contact-info p {
  color: #000;
}
.contact-content .contact-info p.contact-firm {
  color: #000;
  font-weight: 900;
}
.contact-content .contact-info p strong {
  color: #000;
}

@media only screen and (max-width: 1200px) {
  header .header-menu {
    padding: 0 10px;
  }
  .site-content {
    width: 90%;
  }
}

@media only screen and (max-width: 1005px) {
  header .menu-logo {
    position: absolute;
    top: 15px;
    left: 15px;
  }
  .contact-content .contact-info {
    position: relative;
    left: 0;
    right: 0;
    width: 100%;
  }
  .project-location .project-location-frame iframe {
    height: 250px !important;
  }
  .projects .projects-box,
  .media-box,
  .news-box {
    height: 400px;
  }
  .projects .projects-box h2,
  .media-box h2,
  .news-box h2 {
    font-size: 18px !important;
  }
  .page-content p {
    font-size: 14px;
  }
  .home-news-layout .home-news-slider .home-news-slide .home-news-content h3 {
    font-size: 25px;
  }
  .display-4 {
    font-size: 2.3rem;
    font-weight: 300;
    line-height: 1.2;
  }
  .home-abuot-layout .home-about-content p {
    font-size: 14px;
  }
  .home-news-layout .home-news-slider .home-news-slide p {
    font-size: 14px;
    margin: 0px !important;
  }
  .home-news-layout .home-news-slider .home-news-slide a {
    margin: 10px 0px !important;
  }
  header .mobile-logo {
    display: block;
    text-align: left;
    padding-top: 5px;
    height: 100%;
  }

  header .mobile-logo a {
    max-height: 100%;
  }
  header .menu {
    display: inline-block;
    float: right;
    z-index: 99999;
    position: relative;
    color: #ffff;
    font-size: 35px;
    margin-right: 2%;
    margin-top: 12px;
    cursor: pointer;
  }
  header #menu:checked ~ .header-menu {
    background: black;
    opacity: 1;
    height: 100%;
    visibility: visible;
  }
  header #menu:checked ~ .header-menu ul.header-menu-main > li a {
    color: #fff !important;
  }
  header #menu:checked ~ .header-menu .normal-logo {
    display: block !important;
  }
  header #menu:checked ~ .header-menu .sticky-logo {
    display: none !important;
  }
  header #menu:checked ~ .menu {
    color: #fff !important;
  }
  header #menu:checked ~ label i::before {
    content: "\f191";
  }
  header .drop > a {
    display: none;
  }
  header .mobile-label {
    display: block;
    font-size: 13px;
    letter-spacing: 1.5px;
    color: #fff;
    font-weight: 500;
    margin: 0;
    cursor: pointer;
  }
  header .mobile-label span {
    padding-left: 7px;
  }
  header .header-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 0%;
    opacity: 0;
    visibility: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  header .header-menu ul.header-menu-main {
    display: block;
    height: auto;
    width: 90%;
  }
  header .header-menu ul.header-menu-main > li {
    height: auto;
    width: 100%;
    text-align: left;
    line-height: 50px;
  }
  header .header-menu ul.header-menu-main > li.menu-logo {
    display: none;
  }
  header .header-menu ul.header-menu-main > li .down-menu {
    display: none;
  }
  header .header-menu ul.header-menu-main > li input:checked ~ .down-menu {
    display: block;
    margin: 0px;
    padding: 0px 0px 0px 7px;
  }
  header .header-menu ul.header-menu-main > li ul li {
    line-height: 40px;
  }
  header .header-menu ul.header-menu-main > li ul li a {
    font-size: 11px;
    color: #bbbbbb;
  }
  footer .footer-top-container .footer-top-box-newsletter {
    justify-content: flex-start;
    margin-top: 25px;
  }
  footer .footer-menu div h4 {
    margin-bottom: 10px;
  }
  footer .footer-menu div ul {
    list-style: none;
    padding: 0px;
    margin-bottom: 20px;
  }
  footer .footer-made-by p {
    font-size: 12px;
  }
  main .home-slider .main-bg-image .main-bg-image-hero {
    width: 95%;
    margin: 0;
  }
  main .home-slider .main-bg-image .main-bg-image-hero h1 {
    font-size: 30px;
  }
  main .home-slider .main-bg-image .main-bg-image-hero p {
    font-size: 14px;
  }
  main .home-slider .main-bg-image .main-bg-image-hero a {
    font-size: 10px;
    padding: 15px 20px;
  }
  .home-abuot-layout {
    padding: 50px 0px;
  }
}

@media only screen and (max-width: 768px) {
  .site-content {
    width: 95%;
  }
}

.home-news-layout .home-news-slider .slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.home-news-layout .home-news-slider .slick-dots {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.home-news-layout .home-news-slider .slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.home-news-layout .home-news-slider .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.home-news-layout .home-news-slider .slick-dots li button:hover,
.home-news-layout .home-news-slider .slick-dots li button:focus {
  outline: none;
}
.home-news-layout .home-news-slider .slick-dots li button:hover:before,
.home-news-layout .home-news-slider .slick-dots li button:focus:before {
  opacity: 1;
}
.home-news-layout .home-news-slider .slick-dots li button:before {
  font-family: "slick";
  font-size: 30px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.home-news-layout .home-news-slider .slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: #000;
}
.modern-quote {
  font-family: "Arial", sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  color: #333; /* Nötr bir renk */
  line-height: 1.8;
  position: relative;
  padding: 0;
  margin: 20px auto;
  text-align: center;
  max-width: 700px;
}

.modern-quote::before {
  content: "“";
  font-size: 4rem;
  color: #004b8d; /* Kurumsal mavi renk */
  position: absolute;
  left: -10px;
  top: -10px;
}

.modern-quote::after {
  content: "”";
  font-size: 4rem;
  color: #004b8d; /* Kurumsal mavi renk */
  position: absolute;
  right: -10px;
  bottom: -10px;
}
.quote-icon {
  opacity: 0.3;
}
.quote-icon--left {
  margin-bottom: -10px;
}
.quote-icon--right {
  margin-top: -30px;
}
