@charset "UTF-8";
/*
 * Copyright (c) 2023.
 * Bootstrap 5.3 Docs: https://getbootstrap.com/docs/5.3/customize/sass/ 
 */
@import url("https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&family=Raleway:ital,wght@0,100..900;1,100..900&family=Signika+Negative:wght@300..700&family=Signika:wght@300..700&display=swap");
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Lora", "Raleway", "Roboto", sans-serif;
}

a,
p,
em,
u,
li,
span,
div,
strong,
sub,
sup {
  font-family: "Raleway", "Signika", "Lora", sans-serif;
}

mark {
  text-decoration: underline;
  text-decoration-color: #eeff00;
  font-weight: 700;
}

.main-color {
  color: #143952 !important;
}

.second-color {
  color: #cba76a !important;
}

.c-white {
  color: #fbfbfb !important;
}

.c-black {
  color: #221f1f !important;
}

.c-yellow {
  color: #cba76a !important;
}

.c-gray {
  color: #606161 !important;
}

.c-gray-200 {
  color: #dbdbdb !important;
}

.c-green {
  color: #6acc94 !important;
}

.bg-red {
  background-color: #6acc94 !important;
}

.bg-red {
  color: #6acc94 !important;
}

.bg-gray {
  background-color: #606161 !important;
}

.bg-black {
  background-color: #221f1f !important;
}

.bg-footer {
  background-color: #606161 !important;
}

.bg-gray-200 {
  background-color: #dbdbdb !important;
}

.bg-white-200 {
  background-color: #fefefe !important;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  padding: 0;
  margin: 0;
  overflow-x: hidden !important;
  font-size: 16px;
  background-image: url(/wp-content/themes/estilya/assets/images/static/home/bg-noise.png);
}

a {
  text-decoration: none;
  color: #221f1f;
}

mark {
  text-decoration: underline;
  text-decoration-color: #143952;
  color: #143952;
  font-weight: 700;
}

/***************************
*********STYLES**************
***************************/
.text-justify {
  text-align: justify;
}

/*
.container{
  @include min-md{
    width: 1224px!important;
  }
}*/
/*Heading-title - Breadcumbs*/
.head-line {
  text-align: center;
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: center;
}
.head-line img {
  height: 25px !important;
  width: auto;
  margin-bottom: -20px;
}

.h-title {
  color: #143952;
  text-align: center;
  font-family: "Raleway", "Signika", "Lora", sans-serif;
  font-size: 1.9em;
  font-style: normal;
  font-weight: 700;
  line-height: 84px;
}

.h-title-w {
  color: #fbfbfb;
  text-align: center;
  font-family: "Raleway", "Signika", "Lora", sans-serif;
  font-size: 2em;
  font-style: normal;
  font-weight: 500;
  line-height: 84px;
}

/*Butons*/
.theme-button {
  z-index: 100;
  height: 55px;
  text-align: center;
  padding: 18px 15px;
  font-size: 14px;
  font-family: "Signika", "Raleway", "Lora", sans-serif;
  font-weight: 600;
  letter-spacing: 1px;
  color: #fbfbfb;
  border-radius: 0;
  background-color: #143952;
  border: 2px solid #143952;
  transition: 0.3s ease-in;
}
.theme-button i {
  color: #fbfbfb;
  margin-left: 5px;
  transition: 400ms ease-in-out;
}
.theme-button:hover {
  transform: scale(0.94);
  color: #fbfbfb !important;
  border: 2px solid #fbfbfb;
}
.theme-button:hover i {
  color: #fbfbfb !important;
}

.theme-button-1 {
  z-index: 100;
  height: 55px;
  text-align: center;
  padding: 18px 15px;
  display: flex;
  align-items: center;
  font-size: 15px;
  font-weight: 600;
  font-family: "Signika", "Raleway", "Lora", sans-serif;
  letter-spacing: 1px;
  color: #143952;
  border-radius: 0;
  background-color: #fbfbfb;
  border: 2px solid #fbfbfb;
  transition: 400ms ease-in-out;
}
.theme-button-1 i {
  color: #143952;
  margin-right: 5px;
  transition: 400ms ease-in-out;
}
.theme-button-1:hover {
  transform: scale(0.94);
  color: #fbfbfb !important;
  border: 2px solid #143952;
  background-color: #143952;
}
.theme-button-1:hover i {
  color: #143952 !important;
}

.theme-button-2 {
  z-index: 100;
  height: 55px;
  width: 180px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px 15px;
  font-size: 14px;
  font-weight: 600;
  color: #cba76a;
  border: 2px solid #143952;
  border-radius: 0;
  background-color: #143952;
  transition: 400ms ease-in-out;
}
.theme-button-2:hover {
  color: #143952 !important;
  background-color: #cba76a;
  transform: scale(0.95);
}
.theme-button-2:hover i {
  color: #143952;
}
.theme-button-2 i {
  border-radius: 7px;
  color: #cba76a;
  margin-right: 10px;
  transition: 400ms;
}

.theme-button-3 {
  z-index: 100;
  height: 55px;
  width: 180px;
  text-align: center;
  padding: 18px 15px;
  font-size: 14px;
  font-weight: 600;
  color: #143952;
  border: 2px solid #cba76a;
  border-radius: 0;
  background-color: #cba76a;
  transition: 400ms ease-in-out;
}
.theme-button-3:hover {
  color: #cba76a !important;
  background-color: #143952;
  transform: scale(0.95);
}
.theme-button-3:hover i {
  color: #cba76a;
}
.theme-button-3 i {
  border-radius: 7px;
  color: #143952;
  margin-left: 10px;
  transition: 400ms;
}

.theme-button-4 {
  z-index: 100;
  height: 45px;
  width: 180px;
  text-align: center;
  padding: 11px 20px;
  font-size: 14px;
  font-weight: 600;
  color: #521414;
  border: 2px solid #521414;
  border-radius: 5px;
  transition: 400ms ease-in-out;
  background-color: white;
}
.theme-button-4 i {
  color: #521414 !important;
  margin-left: 10px;
  transition: 400ms;
}
.theme-button-4:hover {
  color: #fbfbfb !important;
  background-color: #521414;
  padding-left: 20px;
  width: 160px;
  transform: scale(0.95);
}
.theme-button-4:hover i {
  margin-left: 10px;
  color: #fbfbfb !important;
}

/*Pre-Loader*/
.preloader {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 999999999;
  background-color: #fafafa;
  background-image: url(/assets/images/logo.png);
  background-size: 200px;
  background-repeat: no-repeat;
  background-position: center;
}

/*Shadows*/
.shadow-left {
  box-shadow: -19px -17px 7.5px 0px rgba(0, 0, 0, 0.05);
}

.shadow-right {
  box-shadow: 19px -17px 7.5px 0px rgba(0, 0, 0, 0.05);
}

.shadow-in-bottom {
  box-shadow: inset -1px 0px 15px 0px rgba(185, 185, 185, 0.363);
}

.shadow-img {
  box-shadow: 5px 0px 14px 0px rgba(0, 0, 0, 0.329);
}

/*Card Styles*/
.f-img-card {
  border: none;
  padding: 3px;
  background-color: transparent;
}
.f-img-card:hover {
  transform: scale(0.986);
  transition: 400ms;
}
.f-img-card img {
  border-radius: 20px;
  filter: brightness(0.5);
}
.f-img-card .card {
  position: relative;
}
.f-img-card .card-name {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  align-items: start;
}
.f-img-card .card-name a,
.f-img-card .card-name h2 {
  color: white;
}
.f-img-card .card-name h2 {
  position: absolute;
  bottom: 12%;
  margin-left: auto;
  margin-right: auto;
  font-size: 0.9em;
  text-align: left;
  left: 10px;
}
@media screen and (min-width: 992px) {
  .f-img-card .card-name h2 {
    left: 20px;
    font-size: 1.3em;
    width: 8em;
  }
}
.f-img-card .card-button {
  position: absolute;
  bottom: 3px;
  right: 3px;
  height: 37px;
  width: 74px;
  text-align: center;
  color: white;
  border-radius: 10px 0 10px 0;
  background-color: #143952;
}
.f-img-card .card-button a {
  font-size: 0.9em;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}
.f-img-card .card-button:hover {
  transform: scale(1.1);
  width: 84px;
  bottom: 4px;
  right: 6px;
  transition: 400ms;
  background-color: white;
}
.f-img-card .card-button:hover a {
  color: #143952;
}

.f-img-card-100 {
  border: none;
  width: 100%;
  padding: 3px;
  background-color: transparent;
}
@media screen and (min-width: 992px) {
  .f-img-card-100 {
    width: 100%;
  }
}
.f-img-card-100 img {
  border-radius: 10px;
  filter: brightness(0.5);
}
.f-img-card-100 .card {
  position: relative;
  height: 120px;
}
.f-img-card-100 .card-name {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  color: white;
}
.f-img-card-100 .card-name h2 {
  position: absolute;
  bottom: 45%;
  margin-left: auto;
  margin-right: auto;
  font-size: 0.9em;
  text-align: center;
  width: 8em;
}
.f-img-card-100 .card-button {
  position: absolute;
  bottom: 3px;
  right: 3px;
  height: 37px;
  width: 74px;
  text-align: center;
  color: white;
  border-radius: 10px 0;
  background-color: #143952;
}
.f-img-card-100 .card-button a {
  font-size: 0.9em;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}
.f-img-card-100 .card-button:hover {
  transform: scale(1.1);
  width: 84px;
  bottom: 4px;
  right: 6px;
  transition: 400ms;
  background-color: white;
}
.f-img-card-100 .card-button:hover a {
  color: #143952;
}

.f-img-card-owl {
  border: none;
  padding: 3px;
  background-color: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.397) 0%,
    rgba(0, 0, 0, 0.17) 100%
  );
}
.f-img-card-owl img {
  width: auto;
  max-height: 320px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
  filter: brightness(0.8);
}
.f-img-card-owl .card {
  position: relative;
}
.f-img-card-owl .card-name {
  color: white;
}
.f-img-card-owl .card-name h2 {
  position: absolute;
  bottom: 15%;
  right: 20px;
  font-size: 1.2em;
  font-weight: 500;
  text-align: center;
  width: 8em;
}
.f-img-card-owl .card-button {
  position: absolute;
  bottom: 3px;
  right: 3px;
  height: 37px;
  width: 74px;
  text-align: center;
  color: white;
  border-radius: 10px 0;
  background-color: #143952;
}
.f-img-card-owl .card-button a {
  font-size: 0.9em;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}
.f-img-card-owl .card-button:hover {
  transform: scale(1.1);
  width: 84px;
  bottom: 4px;
  right: 6px;
  transition: 400ms;
  background-color: white;
}
.f-img-card-owl .card-button:hover a {
  color: #143952;
}

.f-img-card-logo {
  border: none;
  width: auto;
  height: 100%;
  padding: 0 3px;
  background-color: transparent;
}
.f-img-card-logo img {
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px 0;
}
.f-img-card-logo .card {
  position: relative;
}
.f-img-card-logo .card-logo {
  position: absolute;
  top: 23px;
  left: 23px;
  height: auto;
  text-align: center;
  color: white;
}
.f-img-card-logo .card-logo img {
  width: 122px;
}
.f-img-card-logo .card-domain {
  position: absolute;
  right: 23px;
  top: 32px;
  font-size: 0.9em;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}

.f-img-card-left {
  border: none;
  padding: 3px;
  background-color: transparent;
}
@media screen and (min-width: 992px) {
  .f-img-card-left {
    height: 320px;
  }
}
.f-img-card-left:hover {
  transform: scale(0.954);
  transition: 400ms;
}
.f-img-card-left img {
  border-radius: 24px 0;
  filter: brightness(0.9);
  box-shadow: 0px 5.94495px 5.94495px 0px rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 992px) {
  .f-img-card-left img {
    height: 320px;
  }
}
.f-img-card-left .card {
  position: relative;
  height: 120px;
}
.f-img-card-left .card-name {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  color: white;
}
.f-img-card-left .card-name h2 {
  position: absolute;
  bottom: 45%;
  margin-left: auto;
  margin-right: auto;
  font-size: 0.9em;
  text-align: center;
  width: 8em;
}
.f-img-card-left .card-button {
  position: absolute;
  top: 3px;
  left: 3px;
  height: 98%;
  width: 55px;
  text-align: center;
  color: white;
  border-radius: 24px 0 0;
  background-color: rgba(255, 255, 255, 0.9333333333);
}
.f-img-card-left .card-button h3 {
  font-size: 1em;
  text-transform: uppercase;
  font-weight: 800;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #143952;
  transform: rotate(-90deg);
  letter-spacing: 1.836px;
}

.f-img-card-blog {
  border: none;
  width: 14rem;
  height: 350px;
  padding: 3px;
  border-radius: 24px 0px;
  box-shadow: -1px 4px 4px 0px rgba(0, 0, 0, 0.25);
  background-color: white;
}
@media screen and (min-width: 992px) {
  .f-img-card-blog {
    width: 16rem;
  }
}
.f-img-card-blog img {
  border-bottom: 1px solid white;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 24px 0px;
}
.f-img-card-blog .card {
  position: relative;
}
.f-img-card-blog .card-name {
  height: 100px;
  padding: 5px 0 0 15px;
  background-color: #143952;
  border-radius: 24px 0px;
}
.f-img-card-blog .card-name a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-weight: 600;
  font-size: 0.8em;
  color: white;
  padding-right: 50px;
}
@media screen and (min-width: 992px) {
  .f-img-card-blog .card-name a {
    font-size: 0.9em;
    padding-right: 60px;
  }
}
.f-img-card-blog .card-button {
  position: absolute;
  bottom: 3px;
  right: 3px;
  height: 27px;
  width: 100px;
  text-align: center;
  color: white;
  border-radius: 10px;
  background-color: #143952;
}
@media screen and (min-width: 992px) {
  .f-img-card-blog .card-button {
    width: 115px;
  }
}
.f-img-card-blog .card-button a {
  font-size: 10px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}
.f-img-card-blog .card-button:hover {
  transition: 400ms;
  background-color: white;
}
.f-img-card-blog .card-button:hover a {
  color: #143952;
}

.baslik {
  font-family: "Lora", "Raleway", "Roboto", sans-serif;
  color: #143952;
  font-size: 2.3em;
  font-weight: 800;
  position: relative;
}
.baslik:before {
  content: "";
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  background-color: #cba76a;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .baslik:before {
    left: 1em;
  }
}

.head-title {
  padding: 20px 0 10px 0;
  font-size: 2.3em;
  color: #521414;
  font-family: "Lora", "Raleway", "Roboto", sans-serif;
  font-weight: 600;
  text-align: center;
  cursor: default;
}

.wawe-position-top {
  position: absolute;
  top: -20px;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .wawe-position-top {
    top: -80px;
  }
}

.wawe-position-bottom {
  position: absolute;
  z-index: -1;
  bottom: 0px;
  rotate: 180;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .wawe-position-bottom {
    bottom: 180px;
  }
}

.z-index-1000 {
  z-index: 1000 !important;
}

.div-for-img {
  content: "";
  z-index: 1;
  left: 0;
  top: 0;
  -o-object-fit: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}
.div-for-img h1,
.div-for-img h2,
.div-for-img h3,
.div-for-img h4,
.div-for-img h5,
.div-for-img h6,
.div-for-img a,
.div-for-img p,
.div-for-img span,
.div-for-img i {
  z-index: 100 !important;
}
.div-for-img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.img-for-div {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1;
}
.img-for-div img {
  width: 100%;
}

/*Blog*/
.tag-section a {
  color: #cba76a;
  background-color: #143952;
  margin-right: 10px;
  padding: 3px 10px;
}

/*Satır Sınırı*/
.line-clamp,
.card-text {
  height: 68px;
  overflow: hidden;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

/***************************
*********FORM***************
***************************/
.form-check-input:checked {
  background-color: #143952;
  border: none !important;
  outline: none !important;
}

select:checked,
select:focus {
  background-color: #143952;
  border: none !important;
  outline: none !important;
  box-shadow: none;
}

.form-control:focus {
  box-shadow: none;
  border-color: #143952;
}

.contact-form label {
  margin: 2px 0 5px 0 !important;
}

input[type="file"] {
  background-color: red;
}
input[type="file"]::file-selector-button {
  display: none;
}

.section {
  padding: 80px 0;
}

.mobile-menu-button {
  display: block;
  text-align: center;
  line-height: 35px;
  color: #fff;
  font-size: 22px;
  position: absolute;
  top: 35px;
  right: 10px;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .mobile-menu-button {
    right: 155px;
  }
}
.mobile-menu-button::after {
  content: " MENÜ ";
  font-family: "Raleway", "Signika", "Lora", sans-serif;
  color: #fff;
  z-index: 1;
  margin-left: 10px;
}

.sticky-style {
  animation: fadeInDown !important;
  animation-duration: 400ms !important;
}
.sticky-style .header-main {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  background-color: #fbfbfb;
}
.sticky-style .logo {
  display: none;
}
.sticky-style .logo-y {
  display: block;
}
.sticky-style .mobile-menu-button {
  line-height: 35px;
  color: #143952;
  position: absolute;
  top: 22px;
  right: 8px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .sticky-style .mobile-menu-button {
    top: 12px;
  }
}
@media screen and (min-width: 768px) {
  .sticky-style .mobile-menu-button {
    right: 155px;
  }
}
.sticky-style .mobile-menu-button i {
  color: #cba76a;
}
.sticky-style .mobile-menu-button::after {
  color: #143952;
}

/*Before-Footer*/
.scroll-to-top {
  display: none;
  position: fixed;
  z-index: 100;
  right: 3rem;
  bottom: 1.5rem;
  background: #143952;
  color: #fefefe;
  padding: 3px 0;
  width: 2.5rem;
  height: 2.5rem;
  text-align: center;
  line-height: 40px;
  font-size: 1.3em;
  transition: all 0.3s;
  overflow: hidden;
  border-radius: 100%;
  box-shadow: -2px 1px 5px 0px rgba(0, 0, 0, 0.453);
  -webkit-box-shadow: -2px 1px 5px 0px rgba(0, 0, 0, 0.453);
  -moz-box-shadow: -2px 1px 5px 0px rgba(0, 0, 0, 0.453);
}
.scroll-to-top:hover {
  background-color: #fbfbfb;
  transform: scale(0.9);
  color: #143952;
}
.scroll-to-top:hover:before {
  animation: shine 1.5s;
}
.scroll-to-top::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 10;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  transform: skewX(-25deg);
}

.cbh-phone {
  display: block;
  position: fixed;
  left: -50px;
  bottom: -45px;
  visibility: hidden;
  background-color: transparent;
  width: 200px;
  height: 200px;
  cursor: pointer;
  z-index: 999;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transition: visibility 0.5s;
}

.cbh-phone.cbh-show {
  visibility: visible;
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  animation-name: fadeOutRight;
}

.cbh-phone.cbh-static1 {
  opacity: 0.6;
}

.cbh-phone.cbh-hover1 {
  opacity: 1;
}

.cbh-ph-circle {
  width: 110px;
  height: 110px;
  top: 40px;
  left: 63px;
  position: absolute;
  background-color: transparent;
  border-radius: 100%;
  border: 2px solid rgba(30, 30, 30, 0.4);
  opacity: 0.1;
  animation: cbh-circle-anim 1.2s infinite ease-in-out;
  transition: all 0.5s;
}

.cbh-phone.cbh-active .cbh-ph-circle1 {
  animation: cbh-circle-anim 1.1s infinite ease-in-out !important;
}

.cbh-phone.cbh-static .cbh-ph-circle {
  animation: cbh-circle-anim 2.2s infinite ease-in-out !important;
}

.cbh-phone.cbh-hover .cbh-ph-circle {
  border-color: rgb(0, 175, 242);
  opacity: 0.5;
}

.cbh-phone.cbh-green.cbh-hover .cbh-ph-circle {
  border-color: rgb(117, 235, 80);
  opacity: 0.5;
}

.cbh-phone.cbh-green .cbh-ph-circle {
  border-color: rgb(0, 175, 242);
  opacity: 0.5;
}

.cbh-phone.cbh-gray.cbh-hover .cbh-ph-circle {
  border-color: rgb(204, 204, 204);
  opacity: 0.5;
}

.cbh-phone.cbh-gray .cbh-ph-circle {
  border-color: rgb(117, 235, 80);
  opacity: 0.5;
}

.cbh-ph-circle-fill {
  width: 74px;
  height: 74px;
  top: 58px;
  left: 82px;
  position: absolute;
  background-color: #000;
  border-radius: 100%;
  border: 2px solid transparent;
  opacity: 0.1;
  animation: cbh-circle-fill-anim 2.3s infinite ease-in-out;
  transition: all 0.5s;
}

.cbh-phone.cbh-active .cbh-ph-circle-fill {
  animation: cbh-circle-fill-anim 1.7s infinite ease-in-out !important;
}

.cbh-phone.cbh-static .cbh-ph-circle-fill {
  animation: cbh-circle-fill-anim 2.3s infinite ease-in-out !important;
  opacity: 0 !important;
}

.cbh-phone.cbh-hover .cbh-ph-circle-fill {
  background-color: rgba(0, 175, 242, 0.5);
  opacity: 0.75 !important;
}

.cbh-phone.cbh-green.cbh-hover .cbh-ph-circle-fill {
  background-color: rgba(117, 235, 80, 0.5);
  opacity: 0.75 !important;
}

.cbh-phone.cbh-green .cbh-ph-circle-fill {
  background-color: rgba(0, 175, 242, 0.5);
  opacity: 0.75 !important;
}

.cbh-phone.cbh-gray.cbh-hover .cbh-ph-circle-fill {
  background-color: rgba(204, 204, 204, 0.5);
  opacity: 0.75 !important;
}

.cbh-phone.cbh-gray .cbh-ph-circle-fill {
  background-color: rgba(117, 235, 80, 0.5);
  opacity: 1 !important;
}

.cbh-ph-img-circle1 {
  width: 50px;
  height: 50px;
  top: 70px;
  left: 95px;
  position: absolute;
  background-image: none;
  background-size: 40px 40px;
  background-color: rgba(30, 30, 30, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 100%;
  border: 2px solid transparent;
  opacity: 1;
  animation: cbh-circle-img-anim 1s infinite ease-in-out;
}

/* WhatsApp ikonu — Font Awesome ile */
#clbh_phone_div .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 20;
  width: 50px;
  height: 50px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  top: calc(70px + 25px);
  left: calc(95px + 25px);
}
#clbh_phone_div .icon i {
  color: #fff !important;
  font-size: 1.6em;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.cbh-phone.cbh-active .cbh-ph-img-circle1 {
  animation: cbh-circle-img-anim 1s infinite ease-in-out !important;
}

.cbh-phone.cbh-static .cbh-ph-img-circle1 {
  animation: cbh-circle-img-anim 0s infinite ease-in-out !important;
}

.cbh-phone.cbh-hover .cbh-ph-img-circle1 {
  background-color: rgb(0, 242, 164);
}

.cbh-phone.cbh-green.cbh-hover .cbh-ph-img-circle1:hover {
  background-color: rgb(117, 235, 80);
}

.cbh-phone.cbh-green .cbh-ph-img-circle1 {
  background-color: rgb(0, 242, 164);
}

.cbh-phone.cbh-green .cbh-ph-img-circle1 {
  background-color: rgb(46, 203, 113);
}

.cbh-phone.cbh-gray.cbh-hover .cbh-ph-img-circle1 {
  background-color: rgb(204, 204, 204);
}

.cbh-phone.cbh-gray .cbh-ph-img-circle1 {
  background-color: rgb(117, 235, 80);
}
@keyframes cbh-circle-anim {
  0% {
    transform: rotate(0deg) scale(0.5) skew(1deg);
    opacity: 0.1;
  }
  30% {
    transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.5;
  }
  100% {
    transform: rotate(0deg) scale(1) skew(1deg);
    opacity: 0.1;
  }
}
@keyframes cbh-circle-fill-anim {
  0% {
    transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
  50% {
    transform: rotate(0deg) scale(1) skew(1deg);
    opacity: 0.2;
  }
  100% {
    transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
}
@keyframes cbh-circle-img-anim {
  0% {
    transform: rotate(0deg) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  100%,
  50% {
    transform: rotate(0deg) scale(1) skew(1deg);
  }
}
.cbh-phone.cbh-green .cbh-ph-circle {
  border-color: rgb(0, 242, 164);
}

.cbh-phone.cbh-green .cbh-ph-circle-fill {
  background-color: rgb(0, 242, 164);
}

.cbh-phone.cbh-green .cbh-ph-img-circle1 {
  background-color: rgb(46, 203, 113);
}

/*Footer*/
footer {
  background-color: #fff;
  font-family: "Raleway", "Signika", "Lora", sans-serif;
  z-index: 1000;
}
@media screen and (max-width: 576px) {
  footer {
    padding: 0 10px;
  }
}
footer a,
footer p,
footer h6,
footer li,
footer ul,
footer div,
footer span {
  color: #fbfbfb;
}
footer strong {
  color: #cba76a !important;
  font-weight: 700;
}
footer p {
  color: #000;
  font-size: 0.9em;
}
footer h5 {
  font-weight: 700;
  font-size: 1em;
  color: #000;
}
footer h6 {
  padding-top: 10px;
  font-weight: 700;
  font-size: 0.9em;
  color: #000;
}
footer li a,
footer p {
  font-weight: 300;
  font-size: 0.9em;
  color: #000 !important;
}
footer .logo {
  display: flex;
  max-height: 180px;
}
@media screen and (max-width: 768px) {
  footer .logo {
    max-height: 120px;
  }
}
footer ul,
footer li {
  list-style-type: none;
}

@media screen and (min-width: 992px) {
  .footer-height {
    max-height: 800px !important;
  }
}
@media screen and (max-width: 992px) {
  .footer-height {
    height: 100% !important;
  }
}

/* =========================================================
   FOOTER - premium yeniden tasarım
   ========================================================= */

.footer-height {
  padding-top: 70px;
  padding-bottom: 0;
}

/* Üst satır boşluğu */
.footer-top-row {
  padding-bottom: 50px;
}

/* Logo */
footer .logo {
  display: block;
  max-height: 160px;
  max-width: 220px;
}
@media screen and (max-width: 768px) {
  footer .logo {
    max-height: 110px;
  }
}

/* Kısa açıklama */
.footer-desc {
  color: #000 !important;
  font-size: 0.88em !important;
  line-height: 1.7;
  margin-top: 6px;
  margin-bottom: 0;
}

/* Bölüm başlıkları */
.footer-title {
  font-weight: 700;
  font-size: 0.95em;
  color: #cba76a !important;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 22px;
  padding-bottom: 12px;
  border-bottom: 2px solid #cba76a;
  display: inline-block;
}

/* Menü listesi */
.footer-nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-nav-list li {
  margin-bottom: 10px;
}
.footer-nav-list li a {
  color: #000 !important;
  font-size: 0.9em;
  font-weight: 400;
  text-decoration: none;
  transition:
    color 0.25s,
    padding-left 0.25s;
  display: inline-block;
}
.footer-nav-list li a:hover {
  color: #cba76a !important;
  padding-left: 5px;
}

/* İletişim listesi */
.footer-contact-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-contact-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #000;
  font-size: 0.88em;
  line-height: 1.6;
  margin-bottom: 14px;
}
.footer-contact-list li a {
  color: #000 !important;
  text-decoration: none;
  transition: color 0.25s;
  display: flex;
  align-items: center;
  gap: 10px;
}
.footer-contact-list li a:hover {
  color: #cba76a !important;
}
.footer-contact-list li i {
  color: #cba76a;
  font-size: 0.95em;
  margin-top: 3px;
  flex-shrink: 0;
}

/* Sosyal ikonlar */
.social-icons {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.social-icons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #cba76a;
  border: 1px solid rgba(#cba76a, 0.2);
  transition: 0.3s;
}
.social-icons a:hover {
  background: #fff;
  border-color: #cba76a;
  transform: translateY(-3px);
}
.social-icons i {
  font-size: 0.82em;
  color: #fff !important;
  background: none !important;
  border: none !important;
  padding: 0 !important;
  border-radius: 0 !important;
}

/* Copyright satırı */
.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(#000, 0.12);
  padding: 18px 0;
  gap: 12px;
  flex-wrap: wrap;
}
.footer-bottom p {
  margin: 0;
  color: #000 !important;
  font-size: 0.82em;
}
.footer-bottom p a {
  color: #000 !important;
  text-decoration: none;
  margin: 0 6px;
  transition: color 0.2s;
}
.footer-bottom p a:hover {
  color: #cba76a !important;
}
.footer-bottom .sep {
  margin: 0 4px;
  opacity: 0.4;
}
.footer-bottom .nano-logo img {
  max-height: 28px;
  opacity: 1;
  transition: opacity 0.3s;
}
.footer-bottom .nano-logo:hover img {
  opacity: 1;
}

/***************************
*********TOOLS**************
***************************/
@keyframes thing {
  from {
    transform: scale(1, 1);
  }
  to {
    transform: scale(1.2, 1.2);
  }
}
@keyframes shrink {
  0% {
    background-size: 110% 110%;
  }
  100% {
    background-size: 100% 100%;
  }
}
/*Footer altında çıkan eklentiyi gizler*/
.otgs-development-site-front-end {
  display: none !important;
}

/*Wodpress Düzeltmeleri*/
.wp-block-heading {
  font-weight: 700;
  color: #143952;
  font-family: "Raleway", "Signika", "Lora", sans-serif;
}

/*Bootstrap Carousel Style*/
.arrow-prev {
  position: absolute;
  box-shadow:
    2px 2.7px 2.7px rgba(0, 0, 0, 0.022),
    5px 6.8px 6.9px rgba(0, 0, 0, 0.031),
    10.1px 13.8px 14.2px rgba(0, 0, 0, 0.039),
    20.8px 28.5px 29.2px rgba(0, 0, 0, 0.048),
    57px 78px 80px rgba(0, 0, 0, 0.07);
  font-size: 1.5em;
  bottom: 15%;
  right: 45px;
  height: 45px;
  width: 45px;
  top: auto;
  z-index: 1000 !important;
  border: none;
  border-radius: 50%;
  color: #fbfbfb !important;
  background-color: #cba76a;
  transition: 400ms ease-in-out;
}
@media screen and (min-width: 768px) {
  .arrow-prev {
    bottom: 45%;
    right: 60px;
    height: 50px;
    width: 50px;
    font-size: 1.1em;
    transform: rotate(90deg);
  }
}
.arrow-prev:hover {
  color: #fbfbfb !important;
  background-color: #521414;
}

.arrow-next {
  position: absolute;
  box-shadow:
    2px 2.7px 2.7px rgba(0, 0, 0, 0.022),
    5px 6.8px 6.9px rgba(0, 0, 0, 0.031),
    10.1px 13.8px 14.2px rgba(0, 0, 0, 0.039),
    20.8px 28.5px 29.2px rgba(0, 0, 0, 0.048),
    57px 78px 80px rgba(0, 0, 0, 0.07);
  font-size: 1.5em;
  bottom: 15%;
  right: 95px;
  height: 45px;
  width: 45px;
  top: auto;
  border-radius: 50%;
  border: none;
  z-index: 1000 !important;
  color: #fbfbfb !important;
  background-color: #cba76a;
  transition: 400ms ease-in-out;
}
@media screen and (min-width: 768px) {
  .arrow-next {
    bottom: 55%;
    right: 60px;
    height: 50px;
    width: 50px;
    font-size: 1.1em;
    transform: rotate(90deg);
  }
}
.arrow-next:hover {
  color: #fbfbfb !important;
  background-color: #521414;
}

.orta-hiza {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: start;
}
@media screen and (min-width: 768px) {
  .orta-hiza {
    text-align: center;
  }
}

.sn-faaliyet {
  background: rgba(255, 255, 255, 0.568627451);
  padding: 80px 0;
}
.sn-faaliyet h2.baslik {
  font-weight: 500;
  font-size: 1.5em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .sn-faaliyet h2.baslik {
    width: 800px;
    font-weight: 600;
    font-size: 2.1em;
  }
}
.sn-faaliyet p.metin {
  color: rgba(120, 120, 120, 0.7058823529);
  font-size: 200;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .sn-faaliyet p.metin {
    width: 700px;
  }
}
.sn-faaliyet .card {
  position: relative;
}
.sn-faaliyet .card img {
  height: 300px;
}
.sn-faaliyet .card h3 {
  position: absolute;
  bottom: 13px;
  color: white;
  font-size: 1.2em;
  text-align: center;
  z-index: 100;
}
.sn-faaliyet .card:hover .card-body {
  background-color: #521414;
}
.sn-faaliyet .card:hover img {
  filter: blur(1px);
}
.sn-faaliyet .card .card-body {
  position: absolute;
  bottom: 0;
  height: 70px;
  width: 100%;
  border-radius: 0 0 0;
  background: #221f1f;
  transition: 400ms ease-in;
}
.sn-faaliyet .card .card-body i {
  position: absolute;
  z-index: 2;
  color: #fbfbfb;
  font-size: 1.6em;
  right: 25px;
  bottom: 25px;
}
.sn-faaliyet .card .card-body::after {
  content: " ";
  position: absolute;
  width: 90px;
  height: 70px;
  -webkit-clip-path: polygon(20% 0%, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(20% 0%, 100% 0, 100% 100%, 0% 100%);
  right: 0;
  bottom: 0;
  color: #fbfbfb;
  background-color: #521414;
  z-index: 1;
}

.sn-services {
  background: rgba(255, 255, 255, 0.568627451);
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .sn-services {
    padding: 80px 15px;
  }
}
.sn-services h2.baslik {
  font-weight: 500;
  font-size: 1.5em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .sn-services h2.baslik {
    width: 800px;
    font-weight: 600;
    font-size: 2.1em;
  }
}
.sn-services p.metin {
  color: rgba(120, 120, 120, 0.7058823529);
  font-size: 200;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .sn-services p.metin {
    width: 700px;
  }
}
.sn-services .card img {
  border-radius: 15px 0 100px 0 !important;
  height: 400px;
  -o-object-fit: cover;
  object-fit: cover;
  box-shadow:
    2.4px 2.8px 10px rgba(0, 0, 0, 0.015),
    19px 22px 80px rgba(0, 0, 0, 0.03);
}
.sn-services .card h3 {
  position: absolute;
  bottom: 13px;
  color: #143952;
  font-size: 1em;
  text-align: center;
  z-index: 100;
}
.sn-services .card:hover .card-body {
  background-color: #fbfbfb;
}
.sn-services .card:hover img {
  transition: 3s ease-out;
  opacity: 0.3;
  background-color: #143952;
}
.sn-services .card .card-body {
  bottom: 0;
  height: 70px;
  width: 100%;
  border-radius: 0 0 0;
  background: #fbfbfb;
  transition: 400ms ease-in;
}
.sn-services .card .card-body i {
  position: absolute;
  z-index: 2;
  color: #fbfbfb;
  font-size: 1.2em;
  right: 35px;
  bottom: 75px;
}
.sn-services .card .card-body::after {
  content: " ";
  position: absolute;
  width: 50px;
  height: 50px;
  -webkit-clip-path: circle(50% at 50% 50%);
  clip-path: circle(50% at 50% 50%);
  right: 20px;
  bottom: 60px;
  color: #fbfbfb;
  background-color: #cba76a;
  z-index: 1;
}

.scroll-down {
  position: absolute;
  bottom: 10vh;
  left: 49cqi;
  color: white !important;
  font-weight: 600;
  text-transform: uppercase;
  transition: 600ms;
  z-index: 1000;
}
@media screen and (max-width: 768px) {
  .scroll-down {
    display: none;
  }
}
.scroll-down i {
  margin-left: 18px;
  font-size: 1.3em;
  color: white !important;
}

.h-slider {
  position: relative;
  height: 100%;
  top: 0;
  margin: 0;
  padding: 0;
}
.h-slider .swiper {
  width: 100%;
  height: 60vh;
}
.h-slider .swiper .swiper-slide {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.h-slider .slider-material {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
}
.h-slider .slider-material video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.h-slider .slider-material img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.h-slider .slider-material::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    150deg,
    rgba(0, 30, 60, 0.75) 20%,
    rgba(0, 0, 0, 0.35) 70%
  );
  z-index: 1;
}
.h-slider .swiper-slide > .container {
  position: relative;
  z-index: 2;
}

.h-slider .swiper-slide h1,
.h-slider .swiper-slide h2,
.h-slider .swiper-slide h3,
.h-slider .swiper-slide h4,
.h-slider .swiper-slide h5,
.h-slider .swiper-slide h6 {
  color: #fff !important;
  font-weight: 900;
  font-size: 48px;
  text-align: start;
}
@media screen and (max-width: 768px) {
  .h-slider .swiper-slide h1,
  .h-slider .swiper-slide h2,
  .h-slider .swiper-slide h3,
  .h-slider .swiper-slide h4,
  .h-slider .swiper-slide h5,
  .h-slider .swiper-slide h6 {
    text-align: start;
    font-size: 32px;
  }
}
.h-slider .swiper-slide p {
  color: #ececec;
  font-size: 1.2em;
  text-align: start;
}
@media screen and (max-width: 768px) {
  .h-slider .swiper-slide p {
    text-align: start;
    width: 300px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-slider .swiper-slide {
    text-align: center;
  }
}
.h-slider .slider-material img {
  display: block;
  width: 100vw;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.h-slider .swiper-pagination {
  right: 40px;
}
.h-slider .swiper-pagination span.swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  background-color: #f8f8f8;
}
.h-slider .swiper-pagination span.swiper-pagination-bullet-active {
  background-color: white;
}

/*Owl Carousel Style*/
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot.owl-nav {
  background-color: var(--base-color) !important;
  color: #143952;
}
@media screen and (min-width: 992px) {
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel button.owl-dot.owl-nav {
    position: absolute;
    left: -30px;
    top: 50%;
    display: block;
    font-size: 2.5em;
    margin: 0;
    cursor: pointer;
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 992px) {
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel button.owl-dot.owl-nav {
    margin: 10px;
    font-size: 1.6em;
  }
}
.owl-carousel .owl-nav button.owl-prev :hover,
.owl-carousel .owl-nav button.owl-prev :hover,
.owl-carousel button.owl-dot.owl-nav :hover {
  transform: scale(1.1);
  transition: 400ms;
  color: #0e0e0e;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot.owl-nav {
  background-color: var(--base-color) !important;
  color: #143952;
}
@media screen and (min-width: 992px) {
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel button.owl-dot.owl-nav {
    position: absolute;
    right: -43px;
    top: 50%;
    display: block;
    font-size: 2.5em;
    margin: 0;
    cursor: pointer;
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 992px) {
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel button.owl-dot.owl-nav {
    margin: 10px;
    font-size: 1.6em;
  }
}
.owl-carousel .owl-nav button.owl-next :hover,
.owl-carousel .owl-nav button.owl-next :hover,
.owl-carousel button.owl-dot.owl-nav :hover {
  transform: scale(1.1);
  transition: 400ms;
  color: #0e0e0e;
}

.owl-theme .owl-nav .disabled {
  opacity: 1;
}

.owl-nav .disabled {
  display: inline-block !important;
}

/*Parallax Properties*/
.parallax {
  /* The image used */
  /* Full height */
  background-image: url("/assets/images/static/home/icon-25.png");
  background-color: #143952 !important;
  height: 100%;
  /* Create the parallax scrolling effect */
  background-blend-mode: soft-light !important;
  background-attachment: fixed;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 992px) {
  .parallax {
    background-size: 140%;
  }
}
@media screen and (min-width: 992px) {
  .parallax {
    background-size: 15% !important;
  }
}

.parallax-section {
  background-size: cover;
}
@media screen and (min-width: 992px) {
  .parallax-section {
    padding: 80px 79px;
  }
}
.parallax-section h2 {
  text-align: center;
  font-family: "Lora", "Raleway", "Roboto", sans-serif;
  color: white;
  font-weight: 600;
  font-size: 2.3em;
}
.parallax-section h3 {
  font-size: 1em !important;
}

.page-parallax {
  background-position: right !important;
  background-attachment: fixed;
  background-blend-mode: soft-light;
}
@media screen and (min-width: 992px) {
  .page-parallax {
    background-size: 25% !important;
  }
}
@media screen and (max-width: 992px) {
  .page-parallax {
    background-image: none !important;
  }
}

.parallax-section-left {
  background-position: left !important;
  background-attachment: fixed;
  background-blend-mode: soft-light;
}
@media screen and (min-width: 992px) {
  .parallax-section-left {
    background-size: 15% !important;
    background-position: 5% 40% !important;
  }
}
@media screen and (max-width: 992px) {
  .parallax-section-left {
    background-image: none !important;
  }
}

.parallax-section-right {
  background-position: right !important;
  background-attachment: fixed;
  background-blend-mode: soft-light;
}
@media screen and (min-width: 992px) {
  .parallax-section-right {
    background-size: 25% !important;
  }
}
@media screen and (max-width: 992px) {
  .parallax-section-right {
    background-image: none !important;
  }
}

@media only screen and (max-device-width: 1366px) {
  .parallax {
    background-attachment: scroll;
  }
  .parallax-right {
    background-attachment: scroll;
  }
}
/*Page Title*/
.page-title {
  background: rgb(93, 127, 125);
  background-image:
    linear-gradient(
      147deg,
      rgba(39, 42, 27, 0.575) 33%,
      rgba(125, 112, 30, 0.308) 62%,
      rgb(26, 28, 27) 86%
    ),
    url("https://estilya.seoajansi.net/wp-content/uploads/2024/05/slider-3.jpg");
  background-attachment: fixed;
  background-position: bottom;
  background-size: cover;
  height: 22vh;
  color: white !important;
  background-repeat: no-repeat;
}
@media screen and (max-width: 992px) {
  .page-title {
    height: 27vh;
  }
}
.page-title img {
  filter: brightness(0.4);
  height: 25vh;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
@media screen and (max-width: 901px) {
  .page-title img {
    -o-object-position: 80%;
    object-position: 80%;
  }
}
.page-title .page-title,
.page-title .page-subtitle {
  padding: 0 20px;
  display: none;
}
.page-title h1 {
  text-align: left;
  top: 0px;
  z-index: 1000;
  color: #fff;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page-title h1 {
    margin-bottom: -1px;
    font-size: 2rem;
  }
}
.page-title h2 {
  font-size: 0.9rem;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page-title h2 {
    font-size: 0.9rem;
  }
}
.page-title .p-title {
  position: absolute;
  background-color: transparent;
  z-index: 2;
  top: 13vh;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page-title .p-title {
    top: 15vh;
  }
}
.page-title .p-title span {
  position: absolute;
  bottom: 20px;
}
.page-title .p-title a {
  color: rgba(255, 255, 255, 0.5764705882);
}
@media screen and (max-width: 768px) {
  .page-title .p-title a {
    font-size: 0.8rem;
  }
}
.page-title .page-subtitle {
  position: absolute;
  z-index: 13;
  top: 2vh;
  z-index: 1000;
}
.page-title .page-subtitle a,
.page-title .page-subtitle i {
  color: rgba(255, 255, 255, 0.5764705882);
}
.page-title i {
  font-size: 0.6em;
  color: rgba(255, 255, 255, 0.5764705882);
}

.pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 5vh 0 0 0;
}

/***************************
*********PAGES**************
***************************/
.page-property {
  padding: 6vh 0 0 0;
}
.page-property p {
  font-size: 1.1em;
}
.page-property .img-property {
  max-height: 350px;
  width: 100%;
  -o-object-position: 45% 25%;
  object-position: 45% 25%;
  padding: 0;
  border-radius: 10px;
  -o-object-fit: cover;
  object-fit: cover;
}
.page-property .baslik {
  padding-top: 30px;
  padding-bottom: 15px;
  font-weight: 700;
  font-family: "Lora", "Raleway", "Roboto", sans-serif !important;
}
@media screen and (min-width: 992px) {
  .page-property .about-mision,
  .page-property .about-vision {
    padding: 5vh 0;
  }
}
@media screen and (min-width: 992px) {
  .page-property .about-mision .baslik,
  .page-property .about-vision .baslik {
    padding-top: 40px;
  }
}
.page-property .about-mision img,
.page-property .about-vision img {
  margin: 20px 0;
  height: 350px;
  border-radius: 3px;
}
.page-property .about-mision p,
.page-property .about-vision p {
  padding: 10px 0;
}
@media screen and (max-width: 768px) {
  .page-property .paragraf-alani h1,
  .page-property .paragraf-alani h2,
  .page-property .paragraf-alani h3,
  .page-property .paragraf-alani h4,
  .page-property .paragraf-alani h5,
  .page-property .paragraf-alani h6 {
    text-align: center;
  }
}

.first-title {
  color: #cba76a;
  font-family: "Lora", "Raleway", "Roboto", sans-serif !important;
  font-weight: 600;
}

/*404-Not Found*/
.page-error {
  padding: 50px 0px;
  text-align: center;
}
.page-error h2 {
  padding: 20px 10px 0 10px;
  font-size: 24px;
  font-family: "Raleway", "Signika", "Lora", sans-serif;
  font-weight: 600;
}
.page-error img {
  height: auto;
  width: 150px;
  justify-content: center;
}

/*Search Page*/
.page-search {
  padding: 8vh 0;
}
@media screen and (max-width: 768px) {
  .page-search {
    padding: 3vh 5px;
  }
}

.about-section {
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: 100% 80%;
  -o-object-fit: contain;
  object-fit: contain;
  position: relative;
  padding-top: 50px;
}
.about-section::before {
  display: inline-block;
  z-index: 1000;
  width: 20px;
  height: 20px;
  border: 2px solid #ddd;
  border-radius: 10px;
  background-color: red;
}
.about-section p,
.about-section span,
.about-section div {
  color: #838383;
}
@media screen and (min-width: 992px) {
  .about-section {
    padding: 12vh 0;
  }
}
@media screen and (max-width: 992px) {
  .about-section {
    padding: 50px 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    text-align: center;
  }
}
.about-section .second-title {
  line-height: 16px;
  color: #143952;
  font-weight: 700;
  font-size: 2em;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.about-section .about-section-img {
  -o-object-fit: cover;
  object-fit: cover;
  transition: 400ms ease-in-out;
}
@media screen and (min-width: 1400px) {
  .about-section .about-section-img {
    height: 400px;
  }
}
@media screen and (min-width: 992px) {
  .about-section .about-section-img {
    -webkit-clip-path: polygon(0 0, 94% 0, 79% 100%, 0% 100%);
    clip-path: polygon(0 0, 94% 0, 79% 100%, 0% 100%);
    z-index: 2 !important;
    box-shadow: 0px 0px 4px 3px rgba(134, 134, 134, 0.55);
  }
}
.about-section .about-section-img:hover {
  filter: grayscale(1);
}

.service-section {
  background-color: #fbfbfb;
  padding: 7vh 0;
  text-align: left;
}
.service-section h1,
.service-section h2,
.service-section h3,
.service-section h4,
.service-section h5,
.service-section h6 {
  color: #221f1f;
  font-weight: 600;
  font-size: 1.4em;
}
@media screen and (min-width: 992px) {
  .service-section .col-lg-12 {
    width: 93%;
  }
}
.service-section .owl-next,
.service-section .owl-prev {
  display: none !important;
}
.service-section img {
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.27);
  -o-object-fit: cover;
  object-fit: cover;
  height: 450px;
  border-radius: 10px;
}
@media screen and (min-width: 992px) {
  .service-section {
    padding: 10vh 0;
  }
}
.service-section p {
  text-align: center;
}
@media screen and (min-width: 992px) {
  .service-section p {
    text-align: left;
  }
}
.service-section .service-title {
  color: #221f1f;
  text-align: center;
  position: relative;
  font-weight: 600;
}
@media screen and (min-width: 992px) {
  .service-section .service-title {
    font-size: 2em;
    padding-right: 90px;
    text-align: left;
  }
}

.service-owl-section {
  padding: 6vh 0;
  text-align: center;
}
.service-owl-section img {
  height: 310px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 4px;
  transition: 400ms ease-in-out;
}
.service-owl-section img:hover {
  transform: scale(0.99);
  filter: brightness(0.855);
}
.service-owl-section h3 {
  color: #143952;
  font-size: 2.4em;
  font-weight: 500;
}
.service-owl-section .card {
  padding: 0 0 5rem 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  border: 1px solid #f0f0f0 !important;
}
@media screen and (min-width: 992px) {
  .service-owl-section .card {
    height: 33rem;
  }
}
.service-owl-section .card img {
  top: 0;
  width: 300px !important;
  height: 240px;
  -o-object-fit: cover;
  object-fit: cover;
  margin-left: auto;
  margin-right: auto;
  border-radius: 5px;
  box-shadow: 0px 0px 4px 3px rgba(134, 134, 134, 0.25);
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .service-owl-section .card img {
    width: auto;
    max-width: 330px;
    height: 230px;
  }
}
.service-owl-section .card img:hover {
  filter: brightness(0.955);
}
.service-owl-section .card h2 {
  font-family: "Lora", "Raleway", "Roboto", sans-serif !important;
  font-size: 1.5em !important;
  font-weight: 600;
}
.service-owl-section .card p {
  font-size: 0.9em;
  color: #aaaaaa;
  padding: 0 20px;
}
@media screen and (min-width: 992px) {
  .service-owl-section .card p {
    padding: 0 80px;
  }
}
.service-owl-section .card i {
  font-size: 1.5em;
}
.service-owl-section .service-title {
  text-align: center;
  color: #221f1f;
  display: flex;
  justify-content: center;
  font-weight: 700;
}
@media screen and (min-width: 992px) {
  .service-owl-section .service-title {
    font-size: 2.4em;
  }
}

.pagination .page-link {
  color: #521414;
}
.pagination .page-link:focus,
.pagination .page-item:focus {
  border: none;
  outline: none;
  box-shadow: none;
}

.page-about {
  padding: 8vh 0;
  padding: 6vh 0 0 0;
}
.page-about p {
  font-size: 1.1em;
}
.page-about .img-property {
  max-height: 360px;
  width: 100%;
  padding: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .page-about .img-property {
    margin-bottom: 30px;
  }
}
.page-about .baslik {
  padding: 30px 0 15px 0;
  font-weight: 700;
  font-family: "Lora", "Raleway", "Roboto", sans-serif;
}
.page-about img {
  height: 490px;
  -o-object-fit: cover;
  object-fit: cover;
  filter: drop-shadow(-2px 5px 8px #aeaeae);
}
@media screen and (min-width: 992px) {
  .page-about .about-mision,
  .page-about .about-vision {
    padding: 5vh 0;
  }
}
@media screen and (min-width: 992px) {
  .page-about .about-mision .baslik,
  .page-about .about-vision .baslik {
    padding-top: 40px;
  }
}
.page-about .about-mision img,
.page-about .about-vision img {
  height: 400px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 3px;
  filter: drop-shadow(-2px 5px 8px #aeaeae);
}
.page-about .about-mision p,
.page-about .about-vision p {
  padding: 10px 0;
}

/*İletişim Sayfası*/
@media screen and (max-width: 992px) {
  .contact-position {
    margin-top: -120px;
  }
}

.contact-height {
  max-height: 500px;
  z-index: 1;
  background-position: center;
  background-size: cover;
}

.contact-home {
  z-index: 100;
}
@media screen and (min-width: 992px) {
  .contact-home {
    padding: 52px 12px;
    margin-bottom: 120px;
  }
}
.contact-home .card-contact {
  border-radius: 21.77px;
  background: rgb(255, 255, 255);
  box-shadow: -1px -8px 13.06177px 0px rgba(0, 0, 0, 0.05);
}
@media screen and (min-width: 992px) {
  .contact-home .card-contact {
    padding: 0 80px;
  }
}
.contact-home img {
  border-radius: 20px;
}
@media screen and (min-width: 992px) {
  .contact-home {
    padding: 10vh 0;
  }
}
.contact-home .contact-image {
  height: 500px !important;
  box-shadow: 5.53443px 0px 15.81266px 0px rgba(0, 0, 0, 0.363);
}
.contact-home .contact-title {
  padding: 40px 0 0 0;
  font-size: 2em;
  font-weight: 600;
  text-align: center;
  color: #143952;
}
.contact-home .contact-social {
  bottom: 0;
  font-weight: 500;
}
.contact-home .contact-social a,
.contact-home .contact-social i {
  font-size: 0.9em;
  color: #143952 !important;
}

.contact-section {
  border-top: 1px solid #f8f8f8;
  background-color: #f4f4f4;
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .contact-section {
    padding: 80px 15px;
  }
}
.contact-section img {
  border-radius: 10px;
}
@media screen and (min-width: 992px) {
  .contact-section {
    padding-top: 80px;
    padding-bottom: 0;
  }
}
.contact-section .contact-image {
  height: 500px !important;
  box-shadow: 5.53443px 0px 15.81266px 0px rgba(0, 0, 0, 0.363);
}
.contact-section .contact-title {
  font-size: 2em;
  font-weight: 600;
  color: #143952;
}
@media screen and (max-width: 992px) {
  .contact-section .contact-title {
    padding: 40px 0 0 0;
  }
}
.contact-section .contact-social {
  bottom: 0;
  font-weight: 500;
}
.contact-section .contact-social a,
.contact-section .contact-social i {
  font-size: 0.9em;
  color: #143952 !important;
}

/*Form Styles*/
.cont-img {
  height: 480px !important;
  width: 100%;
  border-radius: 0 !important;
  -o-object-fit: cover;
  object-fit: cover;
  box-shadow: -16px 4px 50px -7px rgb(204, 204, 204);
}

.contact-form .col-12,
.contact-form .col-lg-6,
.contact-form .col-6 {
  position: relative;
}
.contact-form .col-12 i,
.contact-form .col-lg-6 i,
.contact-form .col-6 i {
  position: absolute;
  top: 25px;
}
.contact-form .nameIcon::before {
  content: "\f007";
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  font-size: 15px;
  color: #143952;
  position: absolute;
  top: 13px;
  margin-left: 15px;
  padding-right: 3px;
}
.contact-form .subjectIcon::before {
  content: "\f15b";
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  font-size: 15px;
  color: #143952;
  position: absolute;
  top: 11px;
  margin-left: 15px;
  padding-right: 3px;
}
.contact-form .subjectIcon select::-moz-placeholder {
  padding-left: 20px !important;
}
.contact-form .subjectIcon select::placeholder {
  padding-left: 20px !important;
}
.contact-form .jobIcon::before {
  content: "\f0b1";
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  font-size: 15px;
  color: #143952;
  position: absolute;
  top: 13px;
  margin-left: 15px;
  padding-right: 3px;
}
.contact-form .jobIcon select::-moz-placeholder {
  padding-left: 20px !important;
}
.contact-form .jobIcon select::placeholder {
  padding-left: 20px !important;
}
.contact-form .emailIcon::before {
  content: "\f0e0";
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  font-size: 15px;
  color: #143952;
  position: absolute;
  top: 13px;
  margin-left: 15px;
  padding-right: 3px;
}
.contact-form .telIcon::before {
  content: "\f095";
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  font-size: 15px;
  color: #143952;
  position: absolute;
  top: 13px;
  margin-left: 15px;
  padding-right: 3px;
}
.contact-form .messageIcon::before {
  content: "\f075";
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  font-size: 15px;
  color: #143952;
  position: absolute;
  top: 13px;
  margin-left: 15px;
  padding-right: 3px;
}
.contact-form .main-color {
  font-weight: 600;
}
.contact-form div {
  margin-bottom: 25px;
}
.contact-form label {
  margin: 6px 0;
  color: #080808;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.3px;
}
.contact-form .form-check-label {
  margin: 0 !important;
  font-size: 0.8em;
}
.contact-form input,
.contact-form textarea,
.contact-form select {
  background-color: white;
  border: 2px solid rgb(251, 251, 251);
  padding: 12px 7px 12px 40px;
  width: 100%;
  color: #221f1f !important;
  box-shadow: 1px 1px 1px 0px rgba(180, 180, 180, 0.181);
}
.contact-form input::-moz-placeholder,
.contact-form textarea::-moz-placeholder,
.contact-form select::-moz-placeholder {
  padding-left: 5px;
  color: #878787;
  font-weight: 300 !important;
}
.contact-form input::placeholder,
.contact-form textarea::placeholder,
.contact-form select::placeholder {
  padding-left: 5px;
  color: #878787;
  font-weight: 300 !important;
}
.contact-form .form-check-input {
  padding: 7px;
}
.contact-form select {
  padding-left: 35px;
  color: #878787;
}
.contact-form select::focus {
  border: none;
}
.contact-form .form-outline .form-control.select-input:focus,
.contact-form .select-input.focused,
.contact-form .form-select:focus {
  color: #143952;
  outline: 0;
}
.contact-form .form-control:focus,
.contact-form .form-select:focus {
  color: #143952;
}
.contact-form .form-control:focus,
.contact-form .form-select:focus {
  border-color: #fbfbfb;
  box-shadow: 1px 1px 1px 0px rgba(227, 227, 227, 0.181);
}
.contact-form ::-moz-placeholder {
  color: #606161;
  padding-left: 2vh;
}
.contact-form ::placeholder {
  color: #606161;
  padding-left: 2vh;
}
.contact-form .form-check-label {
  font-size: 1em;
  padding-left: 5px;
}
.contact-form .form-check-label .main-color {
  margin-left: 5px;
  font-weight: 500;
  text-decoration: underline;
}
.contact-form .form-check-input {
  width: 8px;
  border: 1px solid #143952;
  background-color: #fff;
}
.contact-form .form-check-input:focus {
  outline: none !important;
  border: none !important;
  background-color: #143952;
}
.contact-form .theme-button-1 {
  width: 100%;
}

/*Form Select*/
.form-select {
  background-color: white !important;
}
.form-select::focus {
  border: none !important;
}

/*Contact-Page Map*/
.contact-map {
  background-color: #f6f6f6;
}
.contact-map .map-title {
  font-size: 2em;
  color: #143952;
  font-weight: 600;
}
@media screen and (min-width: 992px) {
  .contact-map .map-title {
    text-align: center;
  }
}
.contact-map i {
  color: #143952;
  padding-right: 10px;
}
@media screen and (min-width: 992px) {
  .contact-map p {
    text-align: center;
    margin-bottom: 35px;
  }
}
.contact-map iframe {
  box-shadow: 0px 2px 28px 0px rgba(0, 0, 0, 0.25);
}

/***************************
*********AUTHOR PAGE********
***************************/
/*Author Profile*/
.author-profile {
  padding: 5vh 0;
}
.author-profile img {
  height: 150px;
  -o-object-fit: contain;
  object-fit: contain;
}

/*Author Old Articles*/
.author-article {
  padding: 5vh 0;
}
.author-article h2 {
  color: #143952;
  font-weight: 600;
}
.author-article h3 {
  font-size: 1em;
  font-weight: 700;
}

/*Comments*/
.comment-section {
  text-align: center;
  padding: 120px 0;
  margin-bottom: 80px;
}
.comment-section p {
  justify-content: center;
}
@media screen and (min-width: 992px) {
  .comment-section p {
    padding: 0 80px;
  }
}
.comment-section .comment-image {
  max-width: 96px;
  max-height: 96px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 100%;
  margin-bottom: 20px;
}
.comment-section .comment-name {
  color: var(--text-color, #252b42);
  font-family: "Raleway", "Signika", "Lora", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px; /* 133.333% */
  letter-spacing: 0.1px;
}
.comment-section .comment-job {
  color: var(--second-text-color, #737373);
  font-family: "Raleway", "Signika", "Lora", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 171.429% */
  letter-spacing: 0.2px;
}
@media screen and (max-width: 992px) {
  .comment-section .owl-theme .owl-dots {
    display: none;
  }
}

.section-urun-detay {
  position: relative;
  padding: 5vh 0;
}
.section-urun-detay .dokuman-baslik {
  margin: 15px 0;
  font-size: 1em;
  font-weight: 400;
  text-align: center;
}
.section-urun-detay img {
  height: 13rem;
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  padding: 0 30px;
  justify-content: center;
}
.section-urun-detay .card {
  background-color: transparent !important;
  margin: 20px 0;
  border: none !important;
  border-radius: none !important;
  box-shadow: 0px 2px 12px -7px rgba(0, 0, 0, 0.25);
}
.section-urun-detay .card-body {
  bottom: 0px !important;
}
.section-urun-detay .card-body h2 {
  text-align: center;
  font-size: 1.8rem;
  border-radius: 3px;
  padding: 10px;
  color: #221f1f;
  font-weight: 600;
  justify-content: center;
}
.section-urun-detay .card-body .theme-button-2 {
  background-color: #221f1f;
}
.section-urun-detay .card-title {
  color: #143952;
  font-size: 1.4em;
  font-family: "Lora", "Raleway", "Roboto", sans-serif;
}
.section-urun-detay .theme-button-2 {
  bottom: 20px;
  color: white;
  background: #143952;
}
.section-urun-detay .theme-button-2:hover {
  color: white;
  background-color: #143952;
}
.section-urun-detay .title-section {
  color: #143952;
  text-align: center;
  font-size: 2em;
  font-weight: 700;
}
.section-urun-detay .theme-button-1:hover,
.section-urun-detay .theme-button:hover {
  background-color: white;
  color: #143952 !important;
}

.sn-title {
  font-size: 2em;
  font-weight: 800;
  color: #cba76a;
  position: relative;
  margin-top: 0 !important;
}
.sn-title:before {
  content: "";
  position: absolute;
  left: -25px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-color: #cba76a;
}

.sn-project {
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .sn-project {
    padding: 80px 15px;
  }
}
.sn-project .city-info {
  top: -1px;
  right: 0;
  position: absolute;
  color: #143952;
  font-weight: 500;
  background-color: #fbfbfb;
  padding: 10px 30px;
  -webkit-clip-path: polygon(20% 0%, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(20% 0%, 100% 0, 100% 100%, 0% 100%);
}
.sn-project h2.baslik {
  font-weight: 500;
  font-size: 1.5em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .sn-project h2.baslik {
    width: 800px;
    font-weight: 600;
    font-size: 2.1em;
  }
}
.sn-project p.metin {
  color: rgba(120, 120, 120, 0.7058823529);
  font-size: 200;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .sn-project p.metin {
    width: 700px;
  }
}
.sn-project .card {
  border: none;
  position: relative;
  transition: 0.4s ease;
}
.sn-project .card img {
  height: 350px !important;
  width: 100%;
  -o-object-fit: cover !important;
  object-fit: cover !important;
  box-shadow:
    1.9px 1.3px 5.3px rgba(0, 0, 0, 0.004),
    6.5px 4.2px 17.9px rgba(0, 0, 0, 0.006),
    29px 19px 80px rgba(0, 0, 0, 0.01);
}
.sn-project .card .card-body {
  position: absolute;
  bottom: 15px;
  transition: 0.4s ease;
}
.sn-project .card .card-body h4 {
  z-index: 200 !important;
  font-family: "Raleway", "Signika", "Lora", sans-serif;
  font-weight: 700;
  font-size: 26px;
  color: #fbfbfb !important;
}
.sn-project .card:hover {
  color: #fbfbfb;
  font-family: "Raleway", "Signika", "Lora", sans-serif;
  font-size: 24px;
}
.sn-project .card:hover .card-body {
  display: none;
}
.sn-project .card:hover img,
.sn-project .card:hover .card-body {
  filter: brightness(0.6);
}
.sn-project .card:hover::after {
  content: "\f002";
  position: absolute;
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  color: #fbfbfb;
  top: 165px;
  left: 50%;
}

.sn-about {
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .sn-about {
    padding: 80px 15px;
  }
}
@media screen and (max-width: 768px) {
  .sn-about h3 {
    margin-top: 80px;
  }
}
.sn-about .col-md-6 {
  position: relative;
}
.sn-about h4 {
  font-size: 18px !important;
  font-weight: 600;
  font-family: "Raleway", "Signika", "Lora", sans-serif !important;
}
.sn-about .rec-about {
  text-align: center;
  font-family: "Raleway", "Signika", "Lora", sans-serif !important;
  color: #fbfbfb;
  animation: fadeInRight !important;
  animation-duration: 0.8s !important;
  width: 280px;
  height: 270px;
  position: absolute;
  z-index: 2;
  padding: 50px 30px;
  right: 0;
  bottom: 0;
  background: rgba(20, 57, 82, 0.8745098039);
  box-shadow:
    2.8px 2.8px 2.2px rgba(0, 0, 0, 0.02),
    6.7px 6.7px 5.3px rgba(0, 0, 0, 0.028),
    12.5px 12.5px 10px rgba(0, 0, 0, 0.035),
    22.3px 22.3px 17.9px rgba(0, 0, 0, 0.042),
    41.8px 41.8px 33.4px rgba(0, 0, 0, 0.05),
    100px 100px 80px rgba(0, 0, 0, 0.07);
}
.sn-about .rec-about a {
  font-size: 14px;
  color: #fbfbfb;
  font-weight: 600;
  padding: 30px 0;
}
.sn-about .rec-about a i {
  font-size: 16px;
  color: #fbfbfb;
}
.sn-about .rec-about i {
  color: #cba76a;
  font-size: 49px;
  margin-bottom: 20px;
}
.sn-about .rec-about h2 {
  font-family: "Raleway", "Signika", "Lora", sans-serif !important;
  font-size: 1.9em;
  color: #fbfbfb;
  font-weight: 800;
  line-height: 1em;
}
.sn-about img {
  animation: fadeInLeft !important;
  animation-duration: 0.8s !important;
  max-height: 570px;
  border-radius: 5px;
}
.sn-about img::after {
  content: " ";
  position: absolute;
  width: 260px;
  height: 320px;
  right: 0;
  bottom: 0;
  background-color: #cba76a;
  z-index: 2;
}

.sn-blog {
  background-color: #fbfbfb;
  padding: 12vh 0 12vh 0;
}
@media screen and (max-width: 768px) {
  .sn-blog {
    padding: 3vh 0;
  }
}
.sn-blog .card-img-top {
  height: 300px;
  -o-object-fit: cover;
  object-fit: cover;
}
.sn-blog .card-title {
  font-weight: 600;
}
.sn-blog img {
  border-radius: 0px;
}
.sn-blog .card {
  box-shadow: 8px -15px 15px 0px rgba(163, 163, 163, 0.15);
}

.section-ekibimiz {
  position: relative;
  padding: 5vh 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .section-ekibimiz {
    padding: 80px 20px;
  }
}
.section-ekibimiz .card {
  margin: 20px 0;
  border-radius: none !important;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25);
}
.section-ekibimiz .card-body {
  padding: 20px;
  position: relative;
}
.section-ekibimiz .card-title {
  color: #143952;
  font-size: 1.4em;
  font-family: "Lora", "Raleway", "Roboto", sans-serif;
}
.section-ekibimiz .theme-button-2 {
  bottom: 20px;
  color: white;
  background: #143952;
}
.section-ekibimiz .theme-button-2:hover {
  color: white;
  background-color: #143952;
}
.section-ekibimiz .theme-button-1 {
  bottom: 35px;
  border-radius: 0;
  background: #143952;
  color: white;
  border: none !important;
}
.section-ekibimiz .theme-button-1:hover {
  color: white;
  background-color: #143952;
}
.section-ekibimiz .profile-img {
  height: 360px !important;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center 30%;
  object-position: center 30%;
}
.section-ekibimiz .unvan {
  font-size: 1.1em;
}
.section-ekibimiz .title-section {
  color: #143952;
  text-align: center;
  font-size: 2em;
  font-weight: 700;
}
.section-ekibimiz .social-icons a {
  width: 25px;
  height: 25px;
}
.section-ekibimiz .social-icons i {
  color: #143952;
  border: 2px solid #143952;
  padding: 10px;
  border-radius: 50%;
}
.section-ekibimiz .social-icons i:hover {
  border: #143952;
  background-color: #143952;
  color: #fbfbfb;
}

.section-blog {
  position: relative;
  padding: 8vh 0;
  background-color: #dfdfdf;
}
.section-blog .card {
  margin: 20px 0;
  border-radius: none !important;
  border-radius: 70px 0px 0px 0px;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25);
}
.section-blog img {
  height: 180px;
  -o-object-fit: cover;
  object-fit: cover;
}
.section-blog .card-body {
  padding: 20px;
  position: relative;
}
.section-blog .card-title {
  color: #143952;
  font-size: 1.4em;
  font-weight: 700;
}
.section-blog .title-section {
  color: #143952;
  text-align: center;
  font-size: 2em;
  font-weight: 700;
}
.section-blog .theme-button-2 {
  background-color: #221f1f !important;
}

.nav-pills {
  justify-content: center;
  text-align: center;
}

.left-list {
  padding: 0;
  color: white;
  list-style: none;
  background-color: #143952;
}
@media screen and (min-width: 992px) {
  .left-list {
    width: 90%;
  }
}
.left-list li {
  font-size: 1.1em;
  padding: 10px 20px;
  color: #143952;
  font-weight: 400;
  transition: 400ms;
}
.left-list li:hover {
  background-color: transparent !important;
}
.left-list li:hover a {
  color: white;
}
.left-list .left-title {
  color: #fbfbfb;
  font-family: "Lora", "Raleway", "Roboto", sans-serif;
  background-color: #143952;
  padding: 15px 20px;
  font-weight: 500;
  font-size: 1.4em;
}
@media screen and (max-width: 992px) {
  .left-list .left-title {
    text-align: center;
  }
}

.parallax-section {
  padding: 50px;
  position: relative;
  width: 100%;
  background-position: 30% 10%;
  background-image: url("/assets/images/icon.png ");
  background-attachment: fixed;
  background-size: cover;
  -o-object-fit: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
}
@media screen and (max-width: 768px) {
  .parallax-section {
    background-position: 80% 32%;
  }
}

.parallax-block {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  width: 100%;
  height: 38vh;
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
  overflow: hidden;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .parallax-block {
    height: 25vh;
  }
}
.parallax-block h6 {
  position: absolute;
  right: 5%;
  top: 45%;
  line-height: 45px;
  width: 450px;
  color: #fff;
  text-align: right;
  font-family: "Raleway", "Signika", "Lora", sans-serif;
  font-size: 24px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .parallax-block h6 {
    top: 35%;
  }
}
.parallax-block h6:hover {
  transition: 0.3s;
  transform: scale(1.1);
}
@media screen and (max-width: 768px) {
  .parallax-block h6 {
    font-size: 16px;
    right: 0;
    text-align: center !important;
  }
}

.parallax-block h2 {
  position: relative;
  display: block;
  text-align: center;
  margin: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 10vw;
  color: white;
  font-weight: 400;
}

.img-parallax {
  width: 100vmax;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  transform: translate(-50%, 0);
  pointer-events: none;
}

.sn-deneyim {
  padding: 4vh 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
}
.sn-deneyim .sutun {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.sn-deneyim .sutun .circle-style {
  border-radius: 50%;
  width: 3em;
  height: 3em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  background-color: #143952;
}
.sn-deneyim .sutun i {
  text-align: center;
  font-size: 1.2em;
  color: #fbfbfb;
}
.sn-deneyim .sutun h2 {
  color: #3b3b3b;
  font-family: "Raleway", "Signika", "Lora", sans-serif;
  font-weight: 500;
  text-align: center;
  margin-top: 10px;
  font-size: 1.4em;
}
.sn-deneyim .sutun h3 {
  margin-top: -10px;
  text-align: center;
  font-size: 1em;
  font-weight: 400;
  color: #616161;
}

.project-small-img {
  padding: 10px 0;
}
.project-small-img .col {
  padding: 2px;
}

.project-img {
  width: 200px;
  height: 90px;
  -o-object-fit: cover;
  object-fit: cover;
  box-shadow: 0px 2px 12px -7px rgba(0, 0, 0, 0.25);
}

#leftul {
  overflow: scroll;
  height: 300px;
  overflow-x: hidden;
}

.left-list {
  padding: 0;
  color: white;
  list-style: none;
  background-color: #dbdbdb;
}
.left-list li {
  font-size: 0.9em;
  color: #143952;
  font-weight: 500;
  transition: 400ms;
}
.left-list li:hover {
  border-bottom: 2px solid #143952;
}
.left-list li a {
  font-weight: 500;
}
.left-list li a:focus + ul {
  display: block;
}
.left-list li ul {
  display: none;
}
.left-list li:hover {
  background-color: #143952;
}
.left-list li:hover a {
  color: #221f1f !important;
}
.left-list .left-title {
  color: #fbfbfb;
  font-family: "Lora", "Raleway", "Roboto", sans-serif;
  background-color: #143952;
  padding: 15px 20px;
  font-weight: 500;
  font-size: 1.4em;
}

.sn-teklif {
  text-align: center;
  padding: 8vh 0;
}
.sn-teklif h3 {
  color: #143952;
  font-weight: 600;
}

.section-sss {
  margin: 10vh 0;
}
.section-sss .accordion-item:focus,
.section-sss .accordion-item:hover {
  border: none !important;
  outline: none !important;
}
.section-sss .accordion-item .accordion-button {
  background-color: #f8f8f8;
  color: #143952 !important;
  font-weight: 500;
}
.section-sss .accordion-item .accordion-button:focus,
.section-sss .accordion-item .accordion-button:hover {
  border: none !important;
  outline: none !important;
  background-color: #143952;
  color: white !important;
}
.section-sss .accordion-item .accordion-button::after {
  color: white !important;
}

.icon-list .icon-duzen {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.icon-list .icon-duzen h2 {
  font-size: 1.3em;
  padding: 10px 0;
}
.icon-list .icon-duzen img {
  width: 80px;
  height: 80px;
  -o-object-fit: cover;
  object-fit: cover;
}

.urun-detay-info {
  padding: 8vh 0;
  background-color: #f0f0f0;
}
.urun-detay-info h2 {
  text-align: center;
  color: #143952;
  margin-bottom: 30px;
}
.urun-detay-info h4,
.urun-detay-info p {
  text-align: center;
}
.urun-detay-info h4 {
  margin: 20px 0 10px 0;
}
.urun-detay-info p {
  color: #7a7a7a;
  font-size: 0.9em;
}

.urun-detay-teknik {
  padding: 8vh 0;
  background-color: #fafafa;
}
.urun-detay-teknik h2 {
  text-align: center;
  color: #143952;
  margin-bottom: 30px;
}
.urun-detay-teknik h4,
.urun-detay-teknik p {
  text-align: center;
}
.urun-detay-teknik h4 {
  margin: 20px 0 10px 0;
}
.urun-detay-teknik p {
  color: #7a7a7a;
  font-size: 0.9em;
}

.dokumanlar {
  padding: 8vh 0;
  background-color: rgba(240, 240, 240, 0.6078431373);
}
.dokumanlar h2 {
  text-align: center;
  color: #143952;
  margin-bottom: 30px;
}
.dokumanlar h4,
.dokumanlar p {
  text-align: center;
}
.dokumanlar h4 {
  margin: 20px 0 10px 0;
}
.dokumanlar p {
  color: #7a7a7a;
  font-size: 0.9em;
}
.dokumanlar i,
.dokumanlar a {
  font-size: 1.2em;
}
.dokumanlar i {
  color: #143952;
}
.dokumanlar a:hover {
  transform: scale(0.4);
}

/*Randevu Formu*/
.randevu-page .randevu-baslik {
  color: #143952;
  font-size: 2em;
  font-weight: 600;
  margin-bottom: 30px;
  text-align: center;
}
.randevu-page .contact-row {
  padding: 0 40px;
  margin: 0 1px;
  border-radius: 7.2px;
  padding: 40px;
  background-color: #143952;
}
.randevu-page .contact-row i {
  display: flex;
  align-content: center;
  justify-content: center;
  font-size: 3em;
}
.randevu-page .contact-row .col-lg-4 {
  display: flex;
  justify-content: center;
  align-content: center;
}
@media screen and (max-width: 992px) {
  .randevu-page .contact-row .col-lg-4 {
    padding: 20px 0;
  }
}
.randevu-page .contact-row .col-lg-4 h3 {
  color: #ffffff;
  font-size: 21px;
  font-weight: 800;
}
.randevu-page .contact-row .col-lg-4 a,
.randevu-page .contact-row .col-lg-4 h4,
.randevu-page .contact-row .col-lg-4 h5 {
  color: white !important;
}
.randevu-page .contact-row .col-lg-4 a,
.randevu-page .contact-row .col-lg-4 p,
.randevu-page .contact-row .col-lg-4 h4,
.randevu-page .contact-row .col-lg-4 h5 {
  font-size: 14px;
}
.randevu-page .contact-row .col-lg-4 img {
  width: 78px;
  height: 78px;
  -webkit-clip-path: circle(50%);
  clip-path: circle(50%);
  padding: 20px;
}
.randevu-page .contact-row .col-lg-4 button {
  border: 1px solid #000 !important;
}
.randevu-page h3 {
  color: #fbfbfb;
}
.randevu-page i {
  color: #fbfbfb;
  padding-right: 7px;
}
.randevu-page ul li {
  list-style-type: none !important;
}
.randevu-page .contact-info {
  display: flex;
  flex-direction: column;
}
.randevu-page .contact-social {
  display: flex;
  flex-wrap: wrap;
}
.randevu-page .row-form {
  display: flex;
  justify-content: center;
  align-content: center;
}
.randevu-page .row-form h6 {
  padding: 40px 0;
  color: #fff;
  text-align: center;
  font-family: Plus Jakarta Sans;
  font-size: 50px;
  font-style: normal;
  font-weight: 800;
  line-height: 60px; /* 120% */
  letter-spacing: -2px;
}
.randevu-page .contact-form label {
  color: #606161 !important;
}
.randevu-page .contact-form input,
.randevu-page .contact-form textarea {
  border-radius: 7.2px;
  margin: 3px 0;
  padding: 20px 10px;
  margin-bottom: 5px;
  width: 100%;
  background-color: #fbfbfb;
}
.randevu-page .contact-form ::-moz-placeholder {
  color: #606161;
  padding-left: 2vh;
}
.randevu-page .contact-form ::placeholder {
  color: #606161;
  padding-left: 2vh;
}
.randevu-page .contact-form .form-check-input {
  width: 5px;
  padding: 8px;
  background-color: #143952;
  border: 2px solid white;
}
.randevu-page .contact-form button {
  margin: 10px 0;
}
.randevu-page .contact-form .form-control {
  border: none !important;
}
.randevu-page .contact-form .form-control:focus {
  box-shadow: none;
  border-color: #143952;
}
.randevu-page iframe {
  width: 2500px;
  border-radius: 10px;
  margin: 5vh 0 1vh 0;
}
.randevu-page form {
  padding-bottom: 5vh;
}
.randevu-page .input-group-append {
  cursor: pointer;
}
.randevu-page input[type="date"] {
  content: '<i class="fa fa-facebook"> </i>';
  color: #606161;
  padding-left: 3vh;
}
.randevu-page input[type="date"]::-webkit-inner-spin-button,
.randevu-page input[type="date"]::-webkit-calendar-picker-indicator {
  border-radius: 7px;
  height: 25px;
  width: 25px;
}

.hizmetler-card-section .col-xl-4 {
  padding: 10px 5px;
}
.hizmetler-card-section .card {
  height: 400px;
  border: none !important;
  outline: none;
  transition: 400ms ease-in-out;
}
@media screen and (min-width: 992px) {
  .hizmetler-card-section .card {
    width: auto;
  }
}
.hizmetler-card-section .card:hover {
  transform: scale(0.98);
}
.hizmetler-card-section .card:before {
  border-radius: 10px !important;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: inherit;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  box-shadow: -1px 0px 5px -1px rgba(199, 199, 199, 0.48);
}
.hizmetler-card-section .card img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 360px;
  width: 500px;
}
.hizmetler-card-section .card .card-inner {
  position: absolute;
  bottom: 20px;
  z-index: 2;
  left: 0;
  width: 100%;
  padding: 12px 10px;
  background-color: #fbfbfb;
}
.hizmetler-card-section .card h2 {
  text-align: center;
  font-family: "Lora", "Raleway", "Roboto", sans-serif;
  letter-spacing: -1px;
  color: #cba76a;
  font-weight: 700;
}
@media screen and (min-width: 992px) {
  .hizmetler-card-section .card h2 {
    font-size: 2em;
  }
}
.hizmetler-card-section .owl-carousel .owl-item-img {
  -o-object-fit: cover;
  object-fit: cover;
}

.section-icons {
  background-color: #143952;
  padding: 8vh 0;
}
.section-icons a {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
  transition: 400ms ease-in-out;
}
.section-icons a:hover {
  transform: scale(0.9);
}
.section-icons a:hover img {
  border: 5px solid #521414;
}
.section-icons h1,
.section-icons h2,
.section-icons h3,
.section-icons h4,
.section-icons h5,
.section-icons h6,
.section-icons a,
.section-icons p {
  padding-top: 10px;
  color: #fbfbfb;
  font-size: 1.2em !important;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .section-icons h1,
  .section-icons h2,
  .section-icons h3,
  .section-icons h4,
  .section-icons h5,
  .section-icons h6,
  .section-icons a,
  .section-icons p {
    font-size: 1em !important;
  }
}
.section-icons img {
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
  object-fit: cover;
  background-color: white;
  padding: 10px;
  border-radius: 50%;
  border: 5px solid white;
}

img.about-img {
  height: 500px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.kurs-alan h1 {
  color: #521414;
  font-size: 1.5em;
}
.kurs-alan h2 {
  font-size: 1em;
}

img.about-img {
  height: 400px !important;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 5px;
  -webkit-clip-path: polygon(30% 0, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(30% 0, 100% 0%, 100% 100%, 0% 100%);
  box-shadow: 10px 10px 5px -8px rgb(144, 144, 144);
}

.logomask {
  -webkit-mask-image: url("/assets/images/icon.png");
  mask-image: url("/assets/images/icon.png");
  -webkit-mask-size: 80%;
  mask-size: 80%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  display: inline-block;
}

.t-img {
  display: flex;
  width: auto;
  height: 50px;
  margin-bottom: -20px;
}

.sn-iconlist {
  padding: 8vh 0;
  text-align: center;
  background-image: url(/assets/images/static/home/bg-icon.png);
  background-color: #521414;
  color: #cba76a;
}
.sn-iconlist h2 {
  font-size: 1.2rem;
  font-weight: 500;
  color: #fbfbfb !important;
}
.sn-iconlist p {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.7098039216);
  margin-bottom: 2rem;
}
.sn-iconlist i {
  margin: 0 0 1rem 0;
  padding: 1rem;
  font-size: 1.3rem;
  border-radius: 50%;
  color: #521414;
  background-color: #fbfbfb;
  box-shadow: 0px 0px 4px 3px rgba(228, 228, 228, 0.25);
}
.sn-iconlist i:hover {
  background-color: #cba76a;
}

.contact-info_icon {
  display: inline-block;
  width: 80px;
  min-width: 80px;
  height: 80px;
  line-height: 80px;
  background-color: #143952;
  color: white;
  text-align: center;
  font-size: 40px;
  position: relative;
  box-shadow: 0px 6px 20px rgba(4, 30, 73, 0.6);
  border-radius: 5px;
}

.contact-info_text {
  min-width: 280px;
  display: block;
  margin-bottom: -0.5em;
  font-family: "Raleway", "Signika", "Lora", sans-serif;
}

.contact-info_text span,
.contact-info_text a {
  display: block;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.contact-info_text a {
  color: #221f1f;
}

.contact-info_text a:hover {
  color: #143952;
}

.sn-lokasyonlar img {
  height: 300px;
  -o-object-fit: cover;
  object-fit: cover;
}
.sn-lokasyonlar .card {
  position: relative;
  box-shadow:
    1.8px 2px 2.2px rgba(0, 0, 0, 0.02),
    4.4px 4.7px 5.3px rgba(0, 0, 0, 0.028),
    8.3px 8.9px 10px rgba(0, 0, 0, 0.035),
    14.7px 15.9px 17.9px rgba(0, 0, 0, 0.042),
    27.6px 29.7px 33.4px rgba(0, 0, 0, 0.05),
    66px 71px 80px rgba(0, 0, 0, 0.07);
  transition: 400ms ease-in-out;
}
.sn-lokasyonlar .card:hover {
  filter: grayscale(0.7);
}
.sn-lokasyonlar .card-body {
  position: absolute;
  bottom: 0;
  color: white;
  width: 100%;
  box-shadow: inset 0px -98px 31px -14px rgba(0, 0, 0, 0.6);
}
.sn-lokasyonlar .card-body i,
.sn-lokasyonlar .card-body a,
.sn-lokasyonlar .card-body p {
  color: white !important;
}

.hizmetOwl .owl-nav {
  display: none !important;
}

.sn-page h2 {
  color: #143952;
  font-weight: 600;
}
.sn-page img {
  height: 350px !important;
  -o-object-fit: cover;
  object-fit: cover;
}

/* =========================================================
   PROJE DETAY SAYFASI - single-projeler.php
   ========================================================= */

/* Genel Section */
.sn-proje-detay {
  padding: 60px 0 80px;
}

/* Galeri Wrap */
.proje-galeri-wrap {
  position: sticky;
  top: 100px;
}

/* Ana Slider Resmi */
.proje-main-img {
  width: 100%;
  height: 420px !important;
  object-fit: cover !important;
  border-radius: 12px 0 12px 0;
  display: block;
  transition: transform 0.4s ease;
}
.proje-slide-item:hover .proje-main-img {
  transform: scale(1.02);
}
.proje-tek-resim .proje-main-img {
  border-radius: 12px 0 12px 0;
}

/* Owl Nav Butonları */
.proje-owl-main .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  padding: 0 6px;
  pointer-events: none;
}
.proje-owl-main .owl-nav button {
  pointer-events: all;
  background: rgba(20, 57, 82, 0.82) !important;
  border-radius: 50% !important;
  width: 42px;
  height: 42px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  transition: background 0.3s;
}
.proje-owl-main .owl-nav button:hover {
  background: #cba76a !important;
}
.proje-owl-nav-btn {
  color: #fff;
  font-size: 14px;
}

/* Owl Dots */
.proje-owl-main .owl-dots {
  margin-top: 10px;
}
.proje-owl-main .owl-dot span {
  background: #cba76a !important;
  opacity: 0.4;
  transition: opacity 0.3s;
}
.proje-owl-main .owl-dot.active span {
  opacity: 1;
}

/* Thumbnail Slider */
.proje-owl-thumbs {
  margin-top: 8px;
}
.proje-thumb-item {
  cursor: pointer;
  border-radius: 6px;
  overflow: hidden;
  border: 2px solid transparent;
  transition: border-color 0.3s;
}
.proje-thumb-item img {
  width: 100%;
  height: 72px !important;
  object-fit: cover !important;
  border-radius: 4px;
  filter: brightness(0.75);
  transition: filter 0.3s;
}
.proje-thumb-item:hover img,
.proje-thumb-item.active img {
  filter: brightness(1);
}
.proje-thumb-item.active {
  border-color: #143952;
}

/* ---- Sağ Kolon: Başlık & Bilgiler ---- */
.proje-detay-baslik {
  font-family: "Lora", "Raleway", sans-serif;
  font-size: 2em;
  font-weight: 700;
  color: #143952;
  margin-bottom: 22px;
  position: relative;
  padding-bottom: 14px;
}
.proje-detay-baslik::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 3px;
  background: #cba76a;
  border-radius: 2px;
}

/* Proje Meta Bilgi Listesi */
.proje-meta-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 8px;
}
.proje-meta-item {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #f4f7fb;
  border-left: 4px solid #cba76a;
  border-radius: 0 8px 8px 0;
  padding: 10px 16px;
}
.proje-meta-icon {
  width: 30px;
  text-align: center;
  color: #143952;
  font-size: 1em;
}
.proje-meta-label {
  font-weight: 700;
  color: #143952;
  font-size: 0.85em;
  min-width: 90px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.proje-meta-value {
  color: #444;
  font-size: 0.95em;
}

/* İçerik */
.proje-detay-content {
  font-size: 0.97em;
  color: #444;
  line-height: 1.85;
}
.proje-detay-content p {
  margin-bottom: 12px;
}

/* Responsive */
@media (max-width: 991px) {
  .proje-galeri-wrap {
    position: static;
  }
  .proje-main-img {
    height: 280px !important;
  }
  .proje-detay-baslik {
    font-size: 1.5em;
    margin-top: 10px;
  }
}

/* =========================================================
   PROJE LİSTE KARTI - projeler.php
   ========================================================= */

/* Link wrapper */
.proje-kart-link {
  display: block;
  text-decoration: none;
}

/* Kart */
.proje-kart {
  position: relative;
  overflow: hidden;
  border-radius: 12px 0 12px 0;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease;
  cursor: pointer;
}
.proje-kart:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.2);
}

/* Resim */
.proje-kart img {
  width: 100%;
  height: 280px !important;
  object-fit: cover !important;
  display: block;
  transition: transform 0.45s ease;
}
.proje-kart:hover img {
  transform: scale(1.06);
}

/* Şehir badge — sağ üst */
.proje-kart .city-info {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 10;
  background: rgba(255, 255, 255, 0.92);
  color: #143952;
  font-size: 0.78em;
  font-weight: 700;
  padding: 5px 13px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  gap: 5px;
  backdrop-filter: blur(4px);
}
.proje-kart .city-info i {
  color: #cba76a;
}

/* Alt gradient bant — her zaman görünür */
.proje-kart-bant {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 34px 18px 16px;
  background: linear-gradient(
    to top,
    rgba(10, 30, 50, 0.88) 0%,
    rgba(10, 30, 50, 0) 100%
  );
  transition: padding 0.3s ease;
}
.proje-kart:hover .proje-kart-bant {
  padding-bottom: 22px;
}

/* Bant içi başlık */
.proje-kart-bant h4 {
  color: #fff;
  font-size: 1.15em;
  font-weight: 700;
  margin: 0;
  font-family: "Lora", "Raleway", sans-serif;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
  transition: letter-spacing 0.3s ease;
}
.proje-kart:hover .proje-kart-bant h4 {
  letter-spacing: 0.5px;
}

/*# sourceMappingURL=main.css.map */

/* ===================================
   İLETİŞİM SAYFASI
   =================================== */

/* Bilgi Kartları */
.contact-cards-section {
  padding: 60px 0 20px;
  background: #f8f9fb;
}
.contact-card {
  background: #fff;
  border-radius: 16px;
  padding: 40px 30px;
  text-align: center;
  box-shadow: 0 4px 24px rgba(0, 50, 89, 0.08);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  height: 100%;
}
.contact-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 40px rgba(0, 50, 89, 0.15);
}
.contact-card-icon {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: linear-gradient(135deg, #003259, #0066aa);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  transition: transform 0.3s ease;
}
.contact-card:hover .contact-card-icon {
  transform: scale(1.1) rotate(-5deg);
}
.contact-card-icon i {
  color: #fff;
  font-size: 1.5rem;
}
.contact-card h4 {
  font-size: 1rem;
  font-weight: 700;
  color: #003259;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.contact-card a,
.contact-card span {
  color: #555;
  font-size: 0.95rem;
  text-decoration: none;
  transition: color 0.2s;
  line-height: 1.6;
}
.contact-card a:hover {
  color: #cba76a;
}

/* Form + Görsel Bölümü */
.contact-form-section {
  padding: 80px 0;
  background: #fff;
}
.contact-form-image {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 50, 89, 0.18);
}
.contact-form-image img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  display: block;
}
.contact-form-image-badge {
  position: absolute;
  bottom: 24px;
  left: 24px;
  background: rgba(0, 50, 89, 0.92);
  backdrop-filter: blur(8px);
  color: #fff;
  padding: 12px 20px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.9rem;
  font-weight: 600;
}
.contact-form-image-badge i {
  color: #cba76a;
  font-size: 1.1rem;
}
.contact-form-box {
  padding: 20px 10px 20px 30px;
}
.contact-form-label {
  display: inline-block;
  background: rgba(203, 167, 106, 0.12);
  color: #cba76a;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 5px 14px;
  border-radius: 20px;
  margin-bottom: 12px;
}
.contact-form-box h2 {
  font-size: 2rem;
  font-weight: 800;
  color: #003259;
  margin-bottom: 10px;
  font-family: "Lora", "Raleway", sans-serif;
}
.contact-form-box > p {
  color: #888;
  font-size: 0.95rem;
  margin-bottom: 28px;
}

/* CF7 Form Stilleri */
.contact-form-box .wpcf7-form p {
  margin-bottom: 14px;
}
.contact-form-box .wpcf7-form input[type="text"],
.contact-form-box .wpcf7-form input[type="email"],
.contact-form-box .wpcf7-form input[type="tel"],
.contact-form-box .wpcf7-form textarea {
  width: 100%;
  padding: 14px 18px;
  border: 1.5px solid #e5e9f0;
  border-radius: 10px;
  font-size: 0.95rem;
  color: #333;
  background: #f8f9fb;
  transition:
    border-color 0.25s,
    box-shadow 0.25s;
  outline: none;
  font-family: inherit;
}
.contact-form-box .wpcf7-form input[type="text"]:focus,
.contact-form-box .wpcf7-form input[type="email"]:focus,
.contact-form-box .wpcf7-form input[type="tel"]:focus,
.contact-form-box .wpcf7-form textarea:focus {
  border-color: #003259;
  box-shadow: 0 0 0 4px rgba(0, 50, 89, 0.08);
  background: #fff;
}
.contact-form-box .wpcf7-form textarea {
  resize: vertical;
  min-height: 120px;
}
.contact-form-box .wpcf7-form input[type="submit"] {
  background: linear-gradient(135deg, #003259, #0055a5);
  color: #fff;
  border: none;
  padding: 14px 36px;
  border-radius: 10px;
  font-size: 0.95rem;
  font-weight: 700;
  cursor: pointer;
  transition:
    transform 0.2s,
    box-shadow 0.2s;
  letter-spacing: 0.5px;
}
.contact-form-box .wpcf7-form input[type="submit"]:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 50, 89, 0.25);
}

/* Harita */
.contact-map {
  position: relative;
  line-height: 0;
  border-top: 4px solid #003259;
}
.contact-map iframe {
  display: block;
  width: 100%;
  height: 480px;
  border: 0;
  filter: grayscale(15%);
}

@media (max-width: 991px) {
  .contact-cards-section {
    padding: 40px 0 10px;
  }
  .contact-form-section {
    padding: 50px 0;
  }
  .contact-form-box {
    padding: 10px 0;
  }
  .contact-form-box h2 {
    font-size: 1.6rem;
  }
  .contact-form-image img {
    height: 300px;
  }
}

:root {
  --header-height: calc(
    #{var(--header-height-top)} + #{var(--header-height-bottom)}
  );
  --header-height-top: 40px;
  --header-height-bottom: 80px;
}

.header {
  position: relative;
  height: var(--header-height);
  z-index: 1001;
  background-color: #fff;
}
.header-container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.header-top {
  height: var(--header-height-top);
  border-bottom: 1px solid #ebebeb;
}
@media (max-width: 991px) {
  .header-top {
    display: none;
  }
}
.header-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-social .icon {
  font-size: 16px;
  color: #1e1e1e;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header-social .icon:not(:last-child) {
  margin-right: 15px;
}
.header-social .icon:hover {
  color: #cba76a;
}
.header-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-contact > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-contact > a:not(:last-child) {
  margin-right: 20px;
}
.header-contact > a:hover .text {
  color: #cba76a;
}
.header-contact > a .icon {
  font-size: 13px;
  color: #cba76a;
  margin-right: 5px;
}
.header-contact > a .text {
  font-size: 13px;
  color: #818181;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header-bottom {
  height: var(--header-height-bottom);
}
.header-menu {
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (min-width: 992px) {
  .header-menu {
    display: none;
  }
}
.header-menu .icon {
  font-size: 20px;
  color: #cba76a;
}
@media (max-width: 991px) {
  .header-logo {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 10px;
  }
}
.header-logo a {
  display: block;
  position: relative;
}
.header-logo img {
  width: 100px;
}
@media (max-width: 991px) {
  .header-logo img {
    width: 80px;
  }
  .header-button {
    display: none;
  }
}

.navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1199px) {
  .navigation {
    display: none;
  }
}
.navigation {
  margin-left: calc(-1 * var(--nav-gutter));
  margin-right: calc(-1 * var(--nav-gutter));
}
.navigation-item > a,
.navigation-item > button {
  padding-left: 25px;
  padding-right: 25px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #1e1e1e;
  font-size: 16px;
  font-weight: 600;
  height: var(--header-height-bottom);
  line-height: 1.2;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.navigation-item:hover > a,
.navigation-item:hover > button {
  color: #cba76a;
}
.navigation-item:hover > .navigation-links {
  opacity: 1;
  visibility: visible;
  pointer-events: initial;
}
.navigation-item:hover .navigation-dropdown {
  opacity: 1;
  visibility: visible;
}
.navigation-item:hover .navigation-dropdown__content {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.navigation-links {
  position: absolute;
  background: #fff;
  width: 242px;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  border-radius: 0 0 11px 11px;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.navigation-links > li {
  display: block;
}
.navigation-links > li:not(:last-child) a {
  border-bottom: 1px solid #ebebeb;
}
.navigation-links > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 13px;
  -moz-column-gap: 13px;
  column-gap: 13px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
  padding: 15px 20px;
  color: #000;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.navigation-links > li > a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 2px;
  background-color: #cba76a;
  will-change: height;
  height: 0;
  margin-block: auto;
  -webkit-transition: height 0.3s;
  transition: height 0.3s;
}
.navigation-links > li > a:hover {
  background-color: #f5f5f5;
}
.navigation-links > li > a:hover::before {
  height: 100%;
}
.navigation-links > li > a .icon {
  color: #cba76a;
}
.navigation-links > li > a .icon svg:not(.ui-default) {
  font-size: 20px;
}
.navigation-links > li > a .icon svg.ui-default {
  font-size: 16px;
}
.navigation-links > li > a .text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.navigation-dropdown {
  position: absolute;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 1;
  min-height: 450px;
  opacity: 0;
  visibility: hidden;
}
.navigation-dropdown::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  background: rgba(245, 245, 245, 0.7);
}
.navigation-dropdown__content {
  padding-top: 50px;
  padding-bottom: 50px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
}

.navigation-mobile {
  position: fixed;
  background-color: rgba(30, 30, 30, 0.75);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 11111;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  will-change: opacity;
  backdrop-filter: blur(3px);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding-left: 10px;
}
.navigation-mobile.is-visible {
  opacity: 1;
  visibility: visible;
}
.navigation-mobile__wrapper {
  background: #fff;
  width: 750px;
  height: 100%;
  border-radius: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-10%);
  -ms-transform: translateX(-10%);
  transform: translateX(-10%);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  will-change: opacity, transform;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}
@media (max-width: 479px) {
  .navigation-mobile__wrapper {
    max-width: 330px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .navigation-mobile__wrapper {
    max-width: 400px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .navigation-mobile__wrapper {
    max-width: 400px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .navigation-mobile__wrapper {
    max-width: 400px;
  }
}
.navigation-mobile__wrapper.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.navigation-mobile__header {
  position: relative;
  z-index: 2;
}
.navigation-mobile__header-body {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 60px;
  padding-right: 60px;
  height: 100px;
}
@media (max-width: 479px) {
  .navigation-mobile__header-body {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.navigation-mobile__header-logo {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.navigation-mobile__header-logo a {
  display: block;
  position: relative;
}
.navigation-mobile__header-logo a img {
  width: 110px;
}
.navigation-mobile__header-close {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: rgba(129, 129, 129, 0.7);
}
.navigation-mobile__header-close .icon {
  font-size: 28px;
}
.navigation-mobile__content {
  height: calc(100% - 150px);
  overflow-y: auto;
}
.navigation-mobile__content > ul {
  padding-top: 15px;
  padding-bottom: 15px;
}
.navigation-mobile__content > ul:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.navigation-mobile__content-list > li.is-open > a {
  background: #fff;
}
.navigation-mobile__content-list > li.is-open > a .heading .text {
  color: #cba76a;
}
.navigation-mobile__content-list > li.is-open > a .heading .icon {
  color: rgba(243, 105, 49, 0.3);
}
.navigation-mobile__content-list > li > a {
  padding: 15px 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: sticky;
  top: 0;
}
@media (max-width: 479px) {
  .navigation-mobile__content-list > li > a {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.navigation-mobile__content-list > li > a .icon.ui-plus {
  color: #cba76a;
  font-size: 20px;
}
.navigation-mobile__content-list > li > a .icon.ui-plus .fa-secondary {
  opacity: 0;
}
.navigation-mobile__content-list > li > a .heading {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.navigation-mobile__content-list > li > a .heading .text {
  color: #1e1e1e;
  font-size: 18px;
  letter-spacing: -0.3px;
  font-weight: 700;
}
.navigation-mobile__content-list > li > a .heading .icon {
  width: 35px;
  margin-right: 10px;
  font-size: 24px;
  color: #818181;
}
.navigation-mobile__content-list > li > a .heading .icon img {
  width: 100%;
  height: 100%;
  -webkit-filter: invert(1) brightness(0);
  filter: invert(1) brightness(0);
}
.navigation-mobile__content-other {
  padding-left: 60px;
  padding-right: 60px;
}
@media (max-width: 479px) {
  .navigation-mobile__content-other {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.navigation-mobile__sub {
  display: none;
  background: rgba(0, 0, 0, 0.06);
}
@media (max-width: 479px) {
  .navigation-mobile__sub li {
    padding-left: 25px;
  }
}
.navigation-mobile__sub li:not(:last-child) a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.navigation-mobile__sub li a {
  color: #818181;
  font-size: 13px;
  font-weight: 500;
  display: block;
  padding: 9px 5px;
}
.navigation-mobile__footer {
  padding-left: 60px;
  padding-right: 60px;
  height: 50px;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 479px) {
  .navigation-mobile__footer {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.navigation-mobile__footer a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #cba76a;
  font-size: 14px;
}
.navigation-mobile__footer a:not(:last-child) {
  margin-right: 20px;
}

.timeline-table {
  margin: 80px auto;
  position: relative;
}

.timeline-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  position: relative;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  background: #fff;
  border-radius: 10px;
  padding: 20px;
}

/* YIL */
.timeline-year {
  width: 120px;
  padding-right: 20px;
  font-weight: 600;
  color: #555;
  position: relative;
}

/* NOKTA */
.timeline-year::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  background: #999;
  border-radius: 50%;
}

/* CONTENT */
.timeline-content {
  flex: 1;
}

/* TEXT */
.timeline-content h3 {
  margin: 0 0 5px;
  font-size: 18px;
}

.timeline-content p {
  margin: 0 0 8px;
  color: #666;
}

.meta {
  font-size: 13px;
  color: #888;
}

/* DEVAM EDEN */
.timeline-row.active {
  background: #eafaf1;
  border: 1px solid #2ecc71;
}

.timeline-row.active .timeline-year::after {
  background: #2ecc71;
}

/* MOBILE */
@media (max-width: 768px) {
  .timeline-table::before {
    left: 20px;
  }

  .timeline-row {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

  .timeline-year {
    width: auto;
    margin-top: 10px;
    padding-right: 0;
    padding-left: 20px;
  }

  .timeline-year::after {
    left: 0px;
    right: inherit;
  }

  .timeline-content {
    padding-left: 15px;
  }
}
