:root {
  --custom: #6795b8;
  --article: #231f20;
  --title: rgba(50, 50, 50, 1);
  --title-light: rgba(111, 111, 111, 1);
}

body {
  height: 100vh;
  font-weight: 400;
}
/* body.home-page h1 {font-size:2rem;font-weight: 400;} */

.main-border {
  border: 1px solid var(--main-color);
}
.border-top-color {
  border-top-color: var(--main-color) !important;
}
.border-left-color {
  border-left-color: var(--main-color) !important;
}
.border-bottom-color {
  border-bottom-color: var(--main-color) !important;
}
.border-right-color {
  border-right-color: var(--main-color) !important;
}
.main-border-two {
  border: 1px solid var(--main-color-two);
}
.color {
  color: var(--main-color);
}
.custom-color {
  color: var(--custom);
}
.article {
  color: var(--article);
}
.title {
  color: var(--title) !important;
}
.title-light {
  color: var(--title-light) !important;
}
.bg-color {
  background-color: var(--main-color);
}
.bg-color-two {
  background-color: var(--main-color-two);
}
.btn-outline-main {
  color: var(--article);
  border-color: var(--main-color);
}
.btn-outline-main.color {
  color: var(--main-color);
}
.btn-outline-main:hover {
  color: #fff;
  background-color: var(--main-color);
  border-color: var(--main-color);
}
.fs-14 {
  font-size: 14px;
}
.fs-15 {
  font-size: 15px;
}
.fs-16 {
  font-size: 16px;
}
.fs-17 {
  font-size: 17px;
}
.fs-18 {
  font-size: 18px;
}
.fs-19 {
  font-size: 19px;
}
.fs-20 {
  font-size: 20px;
}
.fs-22 {
  font-size: 22px;
}
.fs-24 {
  font-size: 24px;
}
.fs-26 {
  font-size: 26px;
}
.fs-28 {
  font-size: 28px;
}
.fs-30 {
  font-size: 30px;
}
.fs-32 {
  font-size: 32px;
}
.fs-34 {
  font-size: 34px;
}
.fs-40 {
  font-size: 40px;
}
.fs-42 {
  font-size: 42px;
}
.fs-45 {
  font-size: 45px;
}
.fs-50 {
  font-size: 50px;
}
.fs-60 {
  font-size: 50px;
}
.fw-200 {
  font-weight: 200;
}
.fw-300 {
  font-weight: 300;
}
.fw-400 {
  font-weight: 400;
}
.fw-500 {
  font-weight: 500;
}
.fw-600 {
  font-weight: 600;
}
.fw-700 {
  font-weight: 700;
}
.fw-900 {
  font-weight: 900;
}
.lh-1 {
  line-height: 1;
}
.lh-1-1 {
  line-height: 1.1 !important;
}
.lh-1-2 {
  line-height: 1.2 !important;
}
.lh-1-3 {
  line-height: 1.3 !important;
}
.lh-1-4 {
  line-height: 1.4 !important;
}
.lh-1-5 {
  line-height: 1.5 !important;
}
.lh-2 {
  line-height: 2 !important;
}
/* .icon { color: var(--main-color); } */
.overflow-visible {
  overflow: visible;
}
.rounded-xl {
  border-radius: 10px !important;
}
.general-btn {
  color: #fff;
}
.general-btn:hover {
  color: var(--main-color);
}
* {
  font-family: "Barlow Condensed", sans-serif;
}
.cursive-font {
  font-size: 2.5rem;
  font-weight: 400;
  font-family: "Style Script", cursive;
}
.general-container {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}

.general-container-in {
  width: 100%;
  max-width: 1260px;
  margin: 0 auto;
}

.headerMainContainer > main {
  min-height: 70vh;
}
.center-justified {
  text-align: justify;
  text-align-last: center;
}

.two-line,
.three-line,
.four-line,
.five-line {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.three-line {
  -webkit-line-clamp: 3;
}
.four-line {
  -webkit-line-clamp: 4;
}
.five-line {
  -webkit-line-clamp: 5;
}

.vitrin.owl-carousel {
  position: unset;
}
.description-container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

.slide-area .description {
  position: absolute;
  text-align: left;
  max-width: none;
  top: 40%;
  /* transform: translatey(-50%); */
  left: 0;
  right: 0;
  bottom: auto;
  text-align: center;
  /* display: inline-table; */
}

.slide-area .description .slider-title-1 {
  font-family: "Gilda Display", serif;
  text-transform: uppercase;
  font-size: 45px;
  letter-spacing: 4px;
  color: #fff;
  line-height: 1.2;
  /* text-shadow: 0px 0px 2px #000,0px 0px 2px #000,0px 0px 2px #000,0px 0px 2px #000,0px 0px 2px #000,0px 0px 2px #000,0px 0px 2px #000,0px 0px 2px #000; */
}
.slide-area .description .slider-title-1 > span {
  display: block;
  color: #ffffff;
}
.slide-area .divide-wrapper img {
  min-height: auto;
}
.slide-area .description p {
  font-family: "Style Script", Regular;
  font-size: 58px;
  color: #fff;
  font-weight: 300;
}
.slide-area .description .cizgi::before {
  content: "";
  height: 8px;
  position: absolute;
  width: 100px;
  background: white;
  bottom: 30%;
}
#indexCarousel.carousel .carousel-item > img {
  -webkit-transform: scale(1.5) translate(-10%, 10%);
  transform: scale(1.5) translate(-10%, 10%);
}
#indexCarousel.carousel .carousel-item.active > img {
  -webkit-animation: kenburnsUpRight ease-out;
  animation: kenburnsUpRight ease-out;
  animation-duration: 12000ms;
}
@-webkit-keyframes kenburnsUpRight {
  0% {
    -webkit-transform: scale(1.5) translate(-10%, 10%);
    transform: scale(1.5) translate(-10%, 10%);
  }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}

@keyframes kenburnsUpRight {
  0% {
    -webkit-transform: scale(1.5) translate(-10%, 10%);
    transform: scale(1.5) translate(-10%, 10%);
  }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}

.default-features-wrapper {
  position: absolute;
  right: 3%;
  bottom: 0;
  z-index: 3;
  margin-bottom: 70px;
}

.default-features-wrapper > .custom-title {
  font-size: 45px;
  position: relative;
}

.default-features-wrapper::before,
.default-features-wrapper::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  transform: translateX(-50%);
  transition: cubic-bezier(0.68, -0.55, 0.27, 1.55) all 0.3s;
}

.default-features-wrapper::before {
  width: 120px;
  height: 120px;
  border: 15px solid var(--main-color);
}

.default-features-wrapper::after {
  width: 190px;
  height: 190px;
  background-color: #cecece4b;
}

.carousel-item .default-features-wrapper::before {
  top: -20px;
}

.carousel-item .default-features-wrapper::after {
  top: -60px;
}

.carousel-item.active .default-features-wrapper::before {
  top: -90px;
}

.carousel-item.active .default-features-wrapper::after {
  top: -10px;
}

.default-features {
  z-index: 3;
  position: relative;
}

.slide-area img {
  object-fit: cover;
  min-height: 514px;
}

.loader {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
}
.hizmetler-kisim a {
  text-decoration: none;
}
.img-object {
  object-fit: cover;
}
.hizmetler-kisim a {
  color: var(--main-color);
}

.full-width-short {
  max-width: var(--max-width);
}

.custom-select.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
}

.dropdown-submenu {
  position: relative;
}

#productMenu .dropdown-submenu a::after,
#productMenu .dropdown-toggle::after {
  content: unset;
}

.dropdown-submenu .dropdown-menu {
  position: unset;
}

#productMenu .dropdown-menu {
  position: static;
  width: 100%;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-top: 0px;
  border: none;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  z-index: 1;
}

#productMenu .dropdown-menu li {
  margin: 0.2rem;
}

#productMenu .dropdown-item {
  white-space: normal;
  padding: 0.5rem;
}

#productMenu .dropdown-toggle-split {
  width: 50px;
  flex: 0 1 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8em;
  border-left: 1px solid #dee2e6;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

#productMenu .dropdown-toggle-split.active-menu,
#productMenu .dropdown-toggle-split[aria-expanded="true"] {
  background-color: #e9ecef;
  border-bottom-right-radius: 0;
}

#productMenu .dropdown > .show > a.dropdown-link-item {
  border-bottom-left-radius: 0;
}

#productMenu .dropdown-toggle-split.active-menu > .ikon,
#productMenu .dropdown-toggle-split[aria-expanded="true"] > .ikon {
  transform: rotate(90deg);
}

#productMenu .dropdown-toggle-split:hover,
#productMenu .dropdown-toggle-split:focus,
#productMenu .dropdown-toggle-split:focus-visible,
#productMenu .dropdown-toggle-split:active {
  color: unset;
  outline: none;
}

#productMenu .dropdown-link-item {
  padding: 0.8rem 0.5rem;
  text-align: left;
  font-weight: bold;
  color: var(--title-light);
}

#productMenu .dropdown-link-item.dropdown-exist {
  max-width: calc(100% - 50px);
}

#productMenu .dropdown-toggle-split:hover,
#productMenu .dropdown-toggle-split:focus,
#productMenu .dropdown-toggle-split:focus-visible,
#productMenu .dropdown-link-item:hover {
  background-color: #e9ecef;
}

#productMenu .dropdown-toggle-split:active {
  background-color: #fff;
}

#productMenu .custom-dropdown {
  background-color: transparent;
  border: none;
  border-radius: 0;
  display: block;
  padding: 0;
}

#productMenu .custom-dropdown > li {
  margin: 0 0 1rem;
  background-color: #fff;
  box-shadow: 0 0.2rem 1.5rem rgba(0, 0, 0, 0.175);
}

#productMenu .custom-dropdown > li,
#productMenu .custom-dropdown li.dropdown-submenu {
  border: 1px solid #dee2e6;
  border-radius: 4px;
}
.room-detail-list > ul *::marker {
  content: url("../img/oda-arrow.png");
}
.room-details .item:nth-child(even) {
  background-color: #eeeff3;
}
.room-details .item {
  min-height: 160px;
}
.sonraki-btn {
  position: absolute;
  opacity: 0.9;
  background-color: var(--main-color);
  bottom: 0;
  right: 0;
  padding: 4px;
  color: black;
  font-size: 15px;
  font-weight: 500;
  z-index: 1;
}
/* .oda_galeri_kutu:nth-child(2) a::after {
  content: "Fotoğrafları Gör→";
  position: absolute;
  opacity: 0.9;
  background-color: var(--main-color);
  bottom: 0;
  right: 15px;
  padding: 4px;
  color: black;
  font-size: 15px;
  font-weight: 500;
  z-index: 1;
} */

.ozel_galeri figure {
  overflow: inherit;
  height: auto;
}

.ozel_galeri figure > figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}

#gallery.ozel_galeri h3 {
  font-weight: 600;
  color: var(--main-color);
  background-color: rgba(241, 241, 241, 0.9);
}

.ozel_galeri li a img {
  transition: all 200ms ease-in-out;
  transition-delay: 350ms;
  position: relative;
  z-index: 2;
}

.ozel_galeri li:nth-child(2n + 1) a::before,
.ozel_galeri li:nth-child(2n + 1) a::after,
.ozel_galeri li:nth-child(2n + 2) a::before,
.ozel_galeri li:nth-child(2n + 2) a::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 30px;
  z-index: 1;
  transition: all 0.5s ease-in-out;
}

.ozel_galeri li:nth-child(2n + 1) a::before {
  top: -3px;
  left: -3px;
  background-color: var(--main-color-two);
}

.ozel_galeri li:nth-child(2n + 1) a::after {
  bottom: -3px;
  right: -3px;
  background-color: var(--main-color-two);
}

.ozel_galeri li:nth-child(2n + 2) a::before {
  top: -3px;
  left: -3px;
  background-color: var(--main-color);
}

.ozel_galeri li:nth-child(2n + 2) a::after {
  bottom: -3px;
  right: -3px;
  background-color: var(--main-color);
}

.ozel_galeri li:hover a::before,
.ozel_galeri li:hover a::after {
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

.ozel_galeri li a::before,
.ozel_galeri li a::after {
  border-top-right-radius: 12px !important;
  border-bottom-left-radius: 12px !important;
}

.ozel_galeri li:hover img {
  border-top-right-radius: 12px !important;
  border-bottom-left-radius: 12px !important;
}

.ozel_border .border_item:nth-child(2n + 1) .img_container::before,
.ozel_border .border_item:nth-child(2n + 1) .img_container::after,
.ozel_border .border_item:nth-child(2n + 2) .img_container::before,
.ozel_border .border_item:nth-child(2n + 2) .img_container::after {
  content: "";
  position: absolute;
  z-index: -1;
  transition: all 0.5s ease-in-out;
}

.ozel_border .border_item .img_container::before {
  top: -5px;
  left: -5px;
  border-top: 6px solid;
  border-left: 6px solid;
}

.ozel_border .border_item .img_container::after {
  bottom: -5px;
  right: -5px;
  border-bottom: 6px solid;
  border-right: 6px solid;
}

.ozel_border .border_item:nth-child(2n + 1) .img_container::before,
.ozel_border .border_item:nth-child(2n + 2) .img_container::after {
  width: 15%;
  height: 32%;
  border-color: var(--main-color);
}

.ozel_border .border_item:nth-child(2n + 2) .img_container::before,
.ozel_border .border_item:nth-child(2n + 1) .img_container::after {
  width: 40%;
  height: 40%;
  border-color: var(--main-color-two);
}

.ozel_border .border_item:hover .img_container::before,
.ozel_border .border_item:hover .img_container::after {
  border-top-left-radius: 12px;
  border-bottom-right-radius: 12px;
  width: 106%;
  height: 102%;
}

.ozel_border .border_item .img_container img {
  border-top-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

.ozel_border .border_item:hover .img_container img {
  border-top-left-radius: 8px;
  border-bottom-right-radius: 8px;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  transition-delay: 0.3s;
  opacity: 1;
}

.anamenu > ul > li {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: center;
  align-items: center;
}

a {
  color: #333;
}

a:hover {
  color: var(--main-color);
}

article a {
  text-decoration: underline;
}

a:focus-visible {
  outline: none;
}

.a {
  color: var(--main-color);
}

.header-top a,
.header-top input.form-control {
  font-size: 0.8em;
  font-weight: 300;
  color: #fff;
}

.header-top a:hover {
  color: rgba(255, 255, 255, 0.9);
}

.carousel-inner {
  /* background-color: #212529; */
}

.carousel-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0%;
  background: linear-gradient(
    200deg,
    rgba(0, 0, 0, 0.616) 0%,
    rgba(0, 0, 0, 0.4822303921568627) 39%,
    rgba(0, 0, 0, 0.2) 60%
  );
}

ol.carousel-indicators {
  display: block;
  left: auto;
  bottom: 50%;
  transform: translateY(50%);
  margin: 0 5%;
}

ol.carousel-indicators > li {
  position: relative;
  width: 20px;
  height: 20px;
  background-color: #f6f6f6;
}

ol.carousel-indicators > li.active::after {
  content: "";
  border: 1px solid #f6f6f6;
  position: absolute;
  top: -4px;
  left: -4px;
  bottom: -4px;
  right: -4px;
  border-radius: 50%;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999999;
  background-color: #fff;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
}

blockquote p {
  margin: 0;
}

.before-none::before {
  content: none !important;
}

.after-none::after {
  content: none !important;
}

.pseudo-none::before,
.pseudo-none::after {
  content: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: var(--article);
}

p {
  color: var(--article);
  line-height: 1.5;
}

p strong {
  font-weight: 700;
}

h1.color,
h2.color,
h3.color,
h4.color,
h5.color,
h6.color,
p.color,
.h1.color,
.h2.color,
.h3.color,
.h4.color,
.h5.color,
.h6.color {
  color: var(--main-color);
}

.services-wrapper {
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
.services-wrapper,
.services-wrapper .img-container > img {
  min-height: 405px;
}
.services-wrapper .img-container {
  overflow: hidden;
}
.services-wrapper .img-container::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.4s cubic-bezier(0.5, 0.12, 0.46, 0.88) 0.2s;
  -o-transition: all 0.4s cubic-bezier(0.5, 0.12, 0.46, 0.88) 0.2s;
  transition: all 0.4s cubic-bezier(0.5, 0.12, 0.46, 0.88) 0.2s;
}
.services-wrapper:hover .img-container::after {
  background-color: rgba(0, 0, 0, 0.6);
}
.servicebox_front,
.servicebox_back {
  position: absolute;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;

  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  /* -webkit-transition: all .7s cubic-bezier(.5,.12,.46,.88);
            transition: all .7s cubic-bezier(.5,.12,.46,.88); */
  -webkit-transition: 0.7s cubic-bezier(0.68, -0.55, 0.265, 1.25);
  transition: 0.7s cubic-bezier(0.68, -0.55, 0.265, 1.25);
}
.servicebox_front {
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  z-index: 2;
}
.servicebox_back {
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  z-index: 1;
}
.services-wrapper:hover .servicebox_front {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  z-index: 1;
}
.services-wrapper:hover .servicebox_back {
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  z-index: 2;
}
.servicebox_front .servicebox_inner,
.servicebox_back .servicebox_inner {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.servicebox_front .servicebox_inner {
  -webkit-transform: translateZ(0px);
  transform: translateZ(0px);
  -webkit-transition: all 0.4s cubic-bezier(0.5, 0.12, 0.46, 0.88) 0.2s;
  transition: all 0.4s cubic-bezier(0.5, 0.12, 0.46, 0.88) 0.2s;
}
.servicebox_back .servicebox_inner {
  -webkit-transform: translateZ(125px);
  transform: translateZ(125px);
  -webkit-transition: all 0.4s cubic-bezier(0.5, 0.12, 0.46, 0.88);
  transition: all 0.4s cubic-bezier(0.5, 0.12, 0.46, 0.88);
}
.services-wrapper:hover .servicebox_front .servicebox_inner {
  -webkit-transform: translateZ(125px);
  transform: translateZ(125px);
  -webkit-transition: all 0.4s cubic-bezier(0.5, 0.12, 0.46, 0.88);
  transition: all 0.4s cubic-bezier(0.5, 0.12, 0.46, 0.88);
}
.services-wrapper:hover .servicebox_back .servicebox_inner {
  -webkit-transform: translateZ(0px);
  transform: translateZ(0px);
  -webkit-transition: all 0.4s cubic-bezier(0.5, 0.12, 0.46, 0.88) 0.2s;
  transition: all 0.4s cubic-bezier(0.5, 0.12, 0.46, 0.88) 0.2s;
}
.services-wrapper .text-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  padding: 50px;
}
.services-wrapper .txt-title {
  font-size: 25px;
  width: 100%;
}
.services-wrapper .aciklama {
  color: #ffffff;
  font-size: 17px;
  min-height: 102px;
}
.vitrin_3 .ic-mekan-left .services-wrapper,
.vitrin_3 .ic-mekan-right .services-wrapper {
  min-height: 500px;
}

.under_slide_wrapper .icon-wrapper {
  width: 35px;
  height: 35px;
  background-color: rgba(255, 255, 255, 0.4);
}

.under_slide_wrapper .center-wrapper > div {
  z-index: 1;
}

.under_slide_wrapper .center-wrapper::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: var(--main-color-two);
  transform: skewX(-30deg);
}

.v_middle {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
}

.play-icon {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
}

.timeline {
  position: absolute;
  clip: rect(0, auto, auto, 0);
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
}

#timelineContainer {
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
}

#timelineContainer .timeline-default,
#timelineContainer .timeline-custom {
  position: absolute;
  top: 0px;
  left: -1px;
  width: 2px;
}

#timelineContainer .timeline-default {
  background: #d6d6d6;
  height: 100%;
}

#timelineContainer .timeline-custom {
  background: var(--main-color);
  height: 50%;
  transition-duration: 0.5s;
}

.timeline-item {
  position: relative;
}

.timeline-item > div {
  position: unset;
}

.timeline-item:first-child {
  margin-top: 0 !important;
}

.timeline-item:last-child {
  margin-bottom: 0 !important;
}

.timeline-item > div::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  border: 2px solid #d6d6d6;
  border-radius: 50%;
  background-color: #fff;
  z-index: 1;
}

.timeline-item.active:nth-child(2n + 1) > div::before,
.timeline-item.active:nth-child(2n) > div::before {
  border-color: var(--main-color);
}

@keyframes swingBall {
  0% {
    transform: rotate(2deg);
  }
  100% {
    transform: rotate(-2deg);
  }
}

.vitrin_baslik {
  font-weight: 700;
  font-size: 28px;
}

.vitrin_baslik span:nth-child(2) {
  color: var(--main-color);
}

.underline-title {
  position: relative;
  margin-bottom: 30px;
}

.underline-title::after {
  content: "";
  position: absolute;
  width: 70px;
  height: 2px;
  bottom: -8px;
  left: 0;
  background-color: #cb001a;
  background-color: var(--main-color);
}

.underline-title.underline-center::after {
  left: 50%;
  transform: translateX(-50%);
}

.double_line_title.vitrin_baslik {
  font-size: 26px;
}
/* .hakkimizda-icerik p {
    font-size: 22px;
} */

.double_line_title.vitrin_baslik:after {
  content: none;
}

.double_line_title.vitrin_baslik > div {
  position: relative;
  display: flow-root;
}

.double_line_title.vitrin_baslik > div > span {
  font-weight: 300;
}

.double_line_title.vitrin_baslik > div:after,
.double_line_title.vitrin_baslik > div:before {
  content: "";
  position: absolute;
  width: 80px;
  height: 2px;
  bottom: -6px;
  left: 0;
  background-color: #db1f27;
  background-color: var(--main-color);
}

.double_line_title.vitrin_baslik > div:before {
  width: 50px;
  bottom: -10px;
}

.form-map-wrapper iframe {
  height: calc(100% - 70px);
  min-height: 475px;
  margin-bottom: -5px;
}
.contact-map-item {
  overflow: hidden;
}

.map-item-title.vitrin_baslik::after {
  bottom: -10px;
  width: 35px;
  height: 3px;
}

.divider-decoration {
  width: 30px;
  height: 3px;
  background-color: var(--main-color);
}
.custom-btn {
  position: relative;
  background-color: var(--main-color);
  z-index: 1;
}
.btn-wrapper {
  position: relative;
  display: inline-block;
}

.btn-wrapper::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 2px solid transparent;
  top: 0px;
  left: 0px;
  transition: 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.25);
}
.btn-wrapper:hover::after {
  border-color: var(--main-color);
  top: 7px;
  left: 7px;
}
.btn-wrapper::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 2px solid var(--main-color);
  top: 7px;
  left: 7px;
  transition: 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.25);
}
.btn-wrapper:hover::before {
  top: -7px;
  left: -7px;
}

.btn-wrapper:hover a.btn {
  transition: 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.25);
  border-radius: 4px !important;
}
.custom-btn:hover .btn-wrapper::before {
  border: 3px solid red !important;
}

.vitrin_1 .img-wrapper {
  z-index: 1;
  top: -30px;
  left: -30px;
}
.vitrin_1 .img-wrapper::after {
  content: "";
  position: absolute;
  border: 3px solid #b18c57;
  top: 30px;
  left: 30px;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.btn-slider img {
  width: 20px;       /* İkon boyutunu küçült */
  height: 20px;
  margin-right: 8px; /* İkon ile yazı arasına boşluk ekle */
}

.btn-slider {
  padding: 6px 13px;
  max-height: 40px; /* Örneğin 50px ise, 40px yap */
  font-size: 14px;
  padding: 6px 16px;
  gap: 5px; /* Yazı ile ikon arasına boşluk ekler */
  display: flex;
  align-items: center; /* Dikeyde hizalama */
  justify-content: center; /* Yatayda hizalama */
  padding: 6px 16px; /* Butonun içindeki boşluk */
  font-size: 14px; /* Yazı boyutunu ayarla */
}
.btn-slider::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  bottom: 4px;
  right: 4px;
  border: 2px solid white;
  border-radius: 50rem;
  transition: ease-in-out all 0.3s;
}
.btn-slider:hover::after {
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  border-width: 2px;
}

.btn-yeni {
  padding: 6px 13px;
}
.btn-yeni::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  bottom: 4px;
  right: 4px;
  border: 2px solid white;
  border-radius: 50rem;
  transition: ease-in-out all 0.3s;
}
.btn-yeni:hover::after {
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  border-width: 2px;
}







.btn-rez {
  padding: 13px 25px;
}
.btn-rez::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  bottom: 10px;
  right: 10px;
  border: 2px solid white;
  border-radius: 50rem;
  transition: ease-in-out all 0.3s;
}
.btn-rez:hover::after {
  top: 3px;
  left: 3px;
  bottom: 3px;
  right: 3px;
  border-width: 3px;
}

.custom-title {
  font-size: 25px;
}
.vitrin_1 .img-container {
  position: relative;
}
.vitrin_1 {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.vitrin_1 .text-wrapper {
  z-index: 1;
}
.vitrin_1 .img-container .text-item {
  position: absolute;
  left: 50%;
  width: max-content;
  bottom: -45px;
  background-color: var(--main-color);
  padding: 13px 12px;
  text-transform: uppercase;
  letter-spacing: 6px;
  font-size: 25px;
  text-align: center;
  color: #fff;
}
.vitrin_1 .img-container .text-item > span {
  display: block;
  font-weight: 400;
  text-transform: lowercase;
  letter-spacing: 0px;
  font-size: 0.7em;
  margin-left: -4px;
}
.vitrin_1 .gallery-wrapper-main {
  background-color: #000;
}
.vitrin_1 .gallery-wrapper .gallery-item {
  position: relative;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.vitrin_1 .gallery-wrapper .gallery-item .title-item {
  font-weight: 700;
  font-size: 25px;
}
.vitrin_1 .gallery-wrapper .gallery-item .img-container {
  position: relative;
  z-index: 1;
  width: 90px;
  background: var(--main-color);
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  transition: ease-in-out all 0.3s;
}
.vitrin_1 .gallery-wrapper .gallery-item:hover .img-container {
  clip-path: polygon(50% 30%, 100% 0, 100% 70%, 50% 100%, 0 70%, 0 0);
  padding-top: 30px !important;
  margin-top: -14px;
}
.vitrin_1 .gallery-wrapper .gallery-item::after {
  content: "";
  top: -17px;
  left: 50%;
  height: 110px;
  width: 130px;
  transform: translateX(-50%);
  background-image: radial-gradient(#484848 20%, #48484800 20%);
  background-position: 0 0;
  background-size: 11px 11px;
  position: absolute;
}
.vitrin_1 .gallery-wrapper-main .custom-img img {
  background-color: #000;
}

.vitrin_2 {
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.vitrin_2 .top-col {
  background-color: rgba(193, 220, 244, 0.2);
}
.vitrin_2 .vitrin_2_sub {
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.vitrin_2 .menu-content {
  /* background-color: #fff;
    padding: 5px 10px; */
}
.vitrin_2 .menu-content * {
  color: #fff !important;
}
.vitrin_2 .menu-content h2 {
  font-size: 1.5rem;
  color: var(--main-color) !important;
}
.vitrin_2 .menu-content .hero-wrapper:not(:last-child) {
  margin-bottom: 20px;
}
.vitrin_2 .menu-content .hero-wrapper > .hero-menu-item {
  margin-bottom: 10px;
}
.vitrin_2 .menu-content h3 {
  font-size: 1.25rem;
  margin-bottom: 0;
  overflow: hidden;
  white-space: nowrap;
}
.vitrin_2 .menu-content h3 {
  font-size: 1.25rem;
  margin-bottom: 0;
}
.vitrin_2 .menu-content h3::after {
  color: #dbdbdb;
  font-weight: 300 !important;
  content: " ..............................................................................................................................";
}
.vitrin_2 .menu-content h3 + span {
  flex-shrink: 0;
  margin-left: 3px;
  font-weight: bold;
}
.vitrin_2 .menu-content .hero-menu-item-details > p {
  margin-bottom: 0;
  font-size: 0.8em;
}
.vitrin_2 .items-wrapper img.img-item {
  height: 200px;
}
.vitrin_2 .product-contact {
  background-color: #06436e;
}

/* .vitrin_5 .photo-box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding-bottom: 50px;
    position: relative;
} */

/* .vitrin_5 .photo-box figcaption {
    width: 70%;
    position: absolute;
    left: 30px;
    bottom: 15px;
    padding: 30px;
    background: var(--main-color);
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    opacity: 0;
} */

.vitrin_3 {
  background-attachment: fixed;
  background-size: cover;
}
.vitrin_3 .other-list img {
  max-height: 260px;
}
.vitrin_3 .img-container {
  overflow: hidden;
}
.vitrin_3 .img-container img {
  /* transform: scale(1.0); */
  transition: ease-in-out all 0.3s;
}
.vitrin_3 .img-container:hover img {
  /* transform: scale(1.07); */
}

.owlRef.owl-theme .owl-nav {
  margin-top: 0 !important;
  position: absolute;
  right: 10px;
  top: -10px;
}

.owlRef.owlArrBottomCenter.owl-theme .owl-nav {
  position: unset;
}

.owlRef.owl-theme .owl-nav [class*="owl-"] {
  outline: none;
  background: #fff !important;
  border: 1px solid #dee2e6;
  padding: 4px 16px !important;
}

.owlRef.owl-theme .owl-nav [class*="owl-"] span {
  font-size: 35px !important;
  margin: 0 20px !important;
}

.owlRef.owl-theme .owl-nav [class*="owl-"]:hover {
  color: var(--main-color-two) !important;
}
.vitrin_4 .place-wrapper {
  padding: 15px;
  background-color: #141e26;
}
.vitrin_4 .img-wrapper {
  display: flex;
  justify-content: center;
}
.vitrin_4 .img-wrapper > .img-container {
  position: absolute;
  top: -42px;
  border-radius: 50%;
  background-color: var(--main-color-o75);
  box-shadow: 0 0 8px 0 rgba(34, 41, 47, 0.14);
  width: 84px;
  height: 84px;
  display: flex;
  align-items: center;
  backdrop-filter: saturate(150%) blur(2px);
  -webkit-backdrop-filter: saturate(150%) blur(2px);
}
.vitrin_4 .description {
  min-height: 120px;
}

.vitrin_5 {
  /* position: relative;
    z-index: 1; */
  /* background-attachment: fixed;
    background-size: cover;
    background-color: #e5e5e5;*/
}

.main-color {
  color: var(--main-color);
}

.main-color-two {
  color: var(--main-color-two);
}

.main-color-border {
  border-color: var(--main-color);
}

.main-color-border-two {
  border-color: var(--main-color-two);
}

.main-color-bg {
  background-color: var(--main-color);
}

.main-color-bg-two {
  background-color: var(--main-color-two);
}

/*blog*/
article .description {
  padding: 20px;
  background-color: #e9ebf3;
}

article .description p {
  font-size: unset;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  min-height: 72px;
}

article .description h3 {
  font-size: 1.3rem;
}

article h2 {
  font-size: 1.5rem;
}

article figure {
  margin: 0;
}

article ul li:hover .contents {
  box-shadow: 0px 0px 17px -8px rgba(0, 0, 0, 0.42);
}

/*galeri tipi alt sayfalar*/

.galeri_liste a {
  background: url(../img/carbg.jpg);
}

.galeri_liste li:hover figure {
  background-position: right;
}

.galeri_liste li:hover a {
  background-position: top;
}

.galeri_liste ul li {
  min-height: 150px;
  overflow: hidden;
}

.galeri_liste ul li h3 {
  display: block;
  font-size: unset;
  font-weight: bold;
  color: #fff;
  font-size: xx-large;
}

.galeri_liste ul li figure {
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 0 !important;
  top: 0;
  left: 15px;
  right: 15px;
  bottom: 0;
  transition: ease-in-out all 0.3s;
}

.galeri_liste ul li .description {
  position: relative;
  z-index: 1 !important;
  padding: 36px;
  height: 100%;
  background-color: #00000085;
}

.galeri_liste ul li .description p {
  height: 80px;
  margin: 0 !important;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  font-weight: 500;
  color: #fff;
}

.galeri_liste ul li .description:hover {
  background-color: #30303085;
}

.list-group-item {
  border: none;
}

.list-group-item:hover {
  opacity: 0.5;
  cursor: pointer;
}

.list-group-item:first-child {
  font-size: 22px;
  background-color: #cb001a !important;
  background-color: var(--main-color) !important;
  text-align: center;
  padding: 5px 9px;
  color: #fff;
}

.list-group-item:nth-child(2n + 2) {
  background-color: #f5f3f1;
}

.list-group-item:nth-child(2n + 1) {
  background-color: #f8f9fa;
}

.bilgi-al {
  position: absolute;
  top: -57px;
  left: 0;
  z-index: 1;
  right: 0;
  background-color: #ffffffeb;
  text-align: center;
  padding: 10px;
  font-size: 21px;
  text-transform: uppercase;
}

#gallery h3 {
  font-size: 1.1em;
  font-weight: 400;
  white-space: normal;
  padding: 15px;
  text-align: center;
  background-color: #f1f1f1;
}

.overlay {
  top: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.6);
  position: absolute;
  left: 39%;
  right: -7%;
  transform: skewX(-10deg);
}

.overlay .figure-2 {
  position: absolute;
  width: 150px;
  height: 64%;
  bottom: 0;
  left: 150px;
  background-color: #9c071a;
  background-color: var(--main-color);
  mix-blend-mode: unset;
  filter: saturate(2);
  opacity: 0.7;
}

.overlay .figure-1 {
  position: absolute;
  width: 150px;
  height: 70%;
  bottom: 15px;
  left: -70px;
  background-color: #ffffff26;
  mix-blend-mode: hard-light;
}

.figure-1 {
  -webkit-animation: action 4s infinite alternate !important;
  animation: action 4s infinite alternate !important;
}

.figure-2 {
  -webkit-animation: action2 4s infinite alternate !important;
  animation: action2 2s infinite alternate !important;
}

@-webkit-keyframes action {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}

@keyframes action {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}

@-webkit-keyframes action2 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(15px);
  }
  100% {
    transform: translateY(0);
  }
}

@keyframes action2 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(15px);
  }
  100% {
    transform: translateY(0);
  }
}

.figure {
  position: absolute;
  left: -1px;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.t_button {
  position: relative;
  display: inline-block;
  padding: 4px 20px;
  background-color: #cb001a;
  background-color: var(--main-color);
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-weight: 300;
  border-radius: 4px;
}

.t_button:hover {
  background-color: var(--main-color-o75);
  color: #ffffff;
}

.t_button.button-circle {
  width: 116px;
  height: 116px;
  background-color: transparent;
  color: var(--main-color);
  border-width: 3px;
  border-color: var(--main-color);
  font-size: 16px;
  font-weight: 700;
  transition: cubic-bezier(0.68, -0.55, 0.27, 1.55) all 0.35s;
}

.t_button.button-circle:hover {
  text-decoration: none;
  transform: translateY(-15px);
  box-shadow: 0 7px 15px var(--main-color-o75);
}

.stretched-link {
  position: unset;
}

.t_button_l {
  position: relative;
  display: inline-block;
  padding: 2px 20px;
  padding-right: 50px;
  border: 1px solid var(--main-color);
  background-color: #efefef;
  color: var(--main-color);
  text-align: center;
  text-decoration: none;
  z-index: 1;
  transition: all 200ms ease-in-out;
  border-radius: 0.25rem;
}

.t_button_l:hover {
  /* background-color: var(--main-color); */
  color: #fff;
  text-indent: 30px;
  padding-right: 30px;
  padding-left: 40px;
}

.t_button_l::after {
  content: "";
  position: absolute;
  right: -3px;
  top: -3px;
  bottom: -3px;
  width: 30px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' style='color:%23fff'><path fill='currentColor' d='M57.7 38.1l209.4 209.4c4.7 4.7 4.7 12.3 0 17L57.7 473.9c-4.7 4.7-12.3 4.7-17 0l-19.8-19.8c-4.7-4.7-4.7-12.3 0-17L201.6 256 20.9 74.9c-4.7-4.7-4.7-12.3 0-17l19.8-19.8c4.7-4.7 12.3-4.7 17 0zm143 0l-19.8 19.8c-4.7 4.7-4.7 12.3 0 17L361.6 256 180.9 437.1c-4.7 4.7-4.7 12.3 0 17l19.8 19.8c4.7 4.7 12.3 4.7 17 0l209.4-209.4c4.7-4.7 4.7-12.3 0-17L217.7 38.1c-4.7-4.7-12.3-4.7-17 0z'></path></svg>");
  background-repeat: no-repeat;
  background-position: right 7px center;
  /* background-position-x: right 15px;
    background-position-y: center; */
  background-size: 15px;
  background-color: var(--main-color);
  transition: ease all 0.3s;
  z-index: -1;
  border-radius: 0.25rem;
}

.t_button_l:hover::after {
  width: 104%;
  background-position: left 17px center;
}

.t_button_2 {
  position: relative;
  display: inline-block;
  padding: 4px 20px;
  border: 2px solid;
  border-color: #cb001a;
  border-color: var(--main-color-two);
  background-color: #cb001a;
  background-color: var(--main-color-two);
  color: #fff;
  text-align: center;
  text-decoration: none;
  text-transform: lowercase;
  font-weight: 300;
  border-radius: 12px;
}

.t_button_2:hover {
  background-color: #333;
  border-color: #333;
  color: #ffffff;
}

section ul:first-child {
  padding-left: 0;
}

header {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 9;
  transition: ease-in-out all 0.3s;
  /* background-color: #0000009c; */
}
header.fixed {
  position: fixed;
  background-color: #52584A;
  padding-top: 0.2rem !important;
  padding-bottom: 0.2rem !important;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.25);
}
footer .logo_a {
  color: var(--main-color);
}

.footer .logo_a {
  font-size: 1.5vw;
  color: var(--main-color);
}

.logo_a {
  display: block;
  padding: 5px 0;
  letter-spacing: 1.6px;
  font-size: 28px;
  color: var(--main-color-two);
  font-weight: bold;
  text-transform: uppercase;
}

header img.logo {
  width: 140px;
  transition: ease-in-out all 0.3s;
}
header.fixed img.logo {
  width: 96px;
}
header.fixed .logo_a {
  height: 80px;
  overflow: hidden;
  margin-top: -12px;
}
header.fixed .fixed-remove-item {
  opacity: 1;
  visibility: visible;
  height: 30px;
}
header.fixed .fixed-remove-item {
  opacity: 0;
  visibility: hidden;
  height: 0;
}

.anamenu ul li.last-way > a {
  padding: 10px 18px;
  border: 1px solid var(--main-color);
  color: var(--main-color);
  font-weight: 500;
}

.social_icons .social-item:not(:last-child) {
  margin-right: 10px;
}

.diller {
  z-index: 1;
}

.diller ul li img,
.diller img.img-item {
  width: 24px;
}

.diller .dropdown-toggle::after {
  content: none;
}

.diller .btn.dropdown-toggle {
  box-shadow: none;
}

.diller .dropdown-item.active {
  color: #16181b;
  background-color: #e9ecef;
}

.diller .dropdown-menu {
  left: auto !important;
  right: 0;
  transform: translate3d(1px, 25px, 0px) !important;
}

.gallery-title {
  font-size: 30px;
  font-weight: 400;
}

.gallery-title p {
  margin-bottom: 10px;
}

.gallery-number {
  font-size: 30px;
  font-weight: 900;
}

.gallery-number p {
  color: var(--main-color);
}

footer {
  background-color: #fff;
  /* color: #fff; */
}

.footer {
  background-color: #52584A;
  /* border-top: 4px solid var(--main-color); */
}

.footer .container {
  position: relative;
}

.footer .footer_title {
  font-size: 18px;
  position: relative;
  padding-bottom: 10px;
}

.footer .footer_title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  width: 100%;
  max-width: 60px;
  background-color: var(--main-color);
}

.footer a,
.footer p {
  color: var(--main-color-two);
  font-weight: 500;
}

.footer .footer_title {
  color: var(--main-color);
  font-weight: 600;
}

.f-logo-wrapper {
  border-bottom: 1px solid #a5a5a5;
}

.sosyal_medya li,
.sosyal_medya_header li {
  display: inline-block;
}

.sosyal_medya a {
  display: block;
  padding: 5px;
  font-size: 1.5em;
}

.sosyal_medya_header a {
  display: block;
  padding: 5px;
  font-size: 1.1em;
}

footer a:hover,
.footer a:hover,
.sosyal_medya a:hover,
.sosyal_medya_header a:hover {
  color: var(--main-color);
}

#teknikdetay {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

#teknikdetay > table {
  width: 100%;
  min-width: 620px;
  margin-bottom: 1rem;
}

#teknikdetay > table > caption {
  padding-top: 0;
  padding-bottom: 0.75rem;
  color: inherit;
  text-align: center;
  caption-side: top;
  font-weight: 600;
  font-size: 1.2rem;
}

#teknikdetay > table tr > * {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

#teknikdetay > table tr > th {
  background-color: var(--main-color-o25);
}

.sayfa_baslik {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.yatay_ortala {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.yatay_ortala .container {
  position: relative;
  z-index: 3;
  -ms-transform: skewY(3deg);
  -webkit-transform: skewY(3deg);
  transform: skewY(3deg);
}

body:not(.home-page) figure {
  height: 250px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  /* overflow: hidden; */
}

.bg2 {
  background-position: center;
  background-attachment: fixed;
  position: relative;
}

.sayfa_baslik .baslik-bg {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  /* background-color: #000c; */
  /* background-color: var(--main-color-two-o75); */
  padding: 10px;
  z-index: 2;
  display: flex;
  align-items: end;
}

.sayfa_baslik {
  position: relative;
  min-height: 320px;
  right: 0;
  left: 0;
  top: 0;
}

.sayfa_baslik h1 {
  width: fit-content;
  font-size: 1.7rem;
  color: #fff;
}

.sayfa_baslik p {
  text-align: left;
  font-size: 100%;
  font-weight: 200;
  color: #fff;
}

.sayfa_baslik .container,
.bg2 .container {
  position: relative;
  z-index: 3;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.pagination > li {
  display: inline;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #5d5d5d;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  z-index: 3;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #5d5d5d;
  border-color: #5d5d5d;
}

.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

nav.nerdeyim {
  overflow-x: hidden;
}

nav.nerdeyim ol {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}

nav.nerdeyim ol li {
  display: inline-block;
}

nav.nerdeyim ol li a {
  font-weight: 600;
}

nav.nerdeyim ol li > * {
  font-size: 0.8em;
  color: #fff;
}

nav.nerdeyim ol li:last-child > * {
  color: var(--main-color);
}

nav.nerdeyim ol li a:hover {
  /* color: var(--main-color); */
}

nav.nerdeyim ol li a.aktif {
  font-weight: 200;
}

/* ### Fixed Socials (s) ### */
.fixed-socials {
  position: none;
  left: -150px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.fixed-socials ul li {
  display: block;
  margin: 5px 0;
  background: rgba(0, 0, 0, 0.36);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  width: 195px;
  text-align: right;
  padding: 5px;
  -webkit-border-radius: 0 30px 30px 0;
  border-radius: 0 30px 30px 0;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.fixed-socials ul li a {
  color: #fff;
}
.fixed-socials ul li:hover {
  -webkit-transform: translate(95px, 0);
  transform: translate(95px, 0);
}
.fixed-socials ul li:hover i,
.fixed-socials ul li:hover .i {
  color: #fff !important;
  background-color: var(--main-color);
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 1s;
  transition: all 1s;
}
.fixed-socials ul li.twitter i,
.fixed-socials ul li.twitter .i {
  color: #1da1f2;
}
.fixed-socials ul li.instagram i,
.fixed-socials ul li.instagram .i {
  color: #bc2a8d;
}
.fixed-socials ul li.pinterest i,
.fixed-socials ul li.pinterest .i {
  color: #e60023;
}
.fixed-socials ul li.youtube i,
.fixed-socials ul li.youtube .i {
  color: #ff0000;
}
.fixed-socials ul li.facebook i,
.fixed-socials ul li.facebook .i {
  color: #4267b2;
}
.fixed-socials ul li.whatsapp i,
.fixed-socials ul li.whatsapp .i {
  color: #07bc4c;
}
.fixed-socials ul li.linkedin i,
.fixed-socials ul li.linkedin .i {
  color: #0077b5;
}
.fixed-socials ul li.twitter:hover i,
.fixed-socials ul li.twitter:hover .i {
  background: #1da1f2;
}
.fixed-socials ul li.instagram:hover i,
.fixed-socials ul li.instagram:hover .i {
  background: #bc2a8d;
}
.fixed-socials ul li.pinterest:hover i,
.fixed-socials ul li.pinterest:hover .i {
  background: #e60023;
}
.fixed-socials ul li.youtube:hover i,
.fixed-socials ul li.youtube:hover .i {
  background: #ff0000;
}
.fixed-socials ul li.facebook:hover i,
.fixed-socials ul li.facebook:hover .i {
  background: #4267b2;
}
.fixed-socials ul li.whatsapp:hover i,
.fixed-socials ul li.whatsapp:hover .i {
  background: #07bc4c;
}
.fixed-socials ul li.linkedin:hover i,
.fixed-socials ul li.linkedin:hover .i {
  background: #0077b5;
}
.fixed-socials ul li i,
.fixed-socials ul li .i {
  position: relative;
  margin-left: 7px;
  color: var(--main-color);
  padding: 10px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  font-size: 18px;
  background: #ffffff;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.fixed-socials ul li i::before {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.fixed-socials ul li .i {
  display: flex;
  align-items: center;
  justify-content: center;
}
.fixed-socials ul li span.item-name {
  width: 84px;
}
/* ### Fixed Socials (f) ### */

/* ### START: Popup Social Window ### */
.fa-secondary {
  opacity: 0.4;
}
.w_hizala {
  display: flex;
  flex-direction: row;
  text-align: center;
  color: #fff;
  line-height: 35px;
  cursor: pointer;
}
.w_hizala > div {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  padding: 5px;
}
.w_hizala > div:first-child {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.w_hizala > div:last-child {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.social-wrapper {
  position: fixed;
  right: 15px;
  bottom: 15px;
  max-width: 353px;
  width: 100%;
  z-index: 100;
}
.w_buton i,
.w_buton .i {
  font-size: 25px;
  vertical-align: sub;
}
.w_kisiler {
  display: none;
  position: relative;
  right: 0;
  bottom: 0;
  border-radius: 6px;
  margin-bottom: 15px;
  padding-top: 25px;
}
.w_kisiler.active {
  display: block;
}
.w_head {
  padding: 25px 0px 15px 0px;
  color: #fff;
  border-radius: 6px 6px 0 0;
  text-align: center;
  line-height: 160%;
  font-size: 1rem;
}
.w_head i,
.w_head .i {
  font-size: 20px;
  padding: 10px 12px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 0px;
  left: calc(50% - 24px);
  border: 5px solid;
  box-sizing: border-box;
  cursor: pointer;
}
.w_head .i {
  padding: 4px 10px;
  color: #0dc152;
  border-color: #0cab49;
}
.w_list {
  border: 1px solid #eaeaea;
  border-top: 0;
  border-radius: 0 0 6px 6px;
  overflow: hidden;
  background: #fff;
}
.w_list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.w_list ul li {
  position: relative;
  border-top: 1px solid #eaeaea;
}
.w_list ul li > .soc_li_under {
  display: flex;
  align-items: center;
  padding: 10px;
}
.w_list ul li:first-child {
  border-top: none;
}
.w_list ul li a {
  width: 100%;
  padding-left: 7px;
  font-size: 1rem;
}
.w_list ul li a:hover {
  color: inherit;
}
.w_list ul li a::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
}
.w_list ul li span {
  position: relative;
  float: right;
  padding-right: 23px;
  color: #0dc152;
  margin-bottom: 0;
}
.w_list ul li span:after {
  position: absolute;
  display: block;
  content: "";
  right: 0;
  bottom: 4px;
  float: right;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #0dc152;
  border: 3px solid #0a98416e;
}
.w_list ul li:hover {
  background-color: #d1efc9;
  cursor: pointer;
}
@media only screen and (max-width: 900px) {
  .social-wrapper {
    left: 50%;
    transform: translateX(-50%);
  }
}
.w_hizala > .w_icon,
#whatsapp > .w_head {
  background: #0dc152;
}
.w_hizala > .t_icon,
#telegram > .w_head {
  background: #0088cc;
}
.w_hizala > .map_icon,
#map > .w_head {
  background: #343a40;
}
#whatsapp > .w_head i,
#whatsapp > .w_head .i {
  color: #0dc152;
  border-color: #0dc152;
}
#telegram > .w_head i,
#telegram > .w_head .i {
  color: #0088cc;
  border-color: #0088cc;
}
#map > .w_head i,
#map > .w_head .i {
  color: #343a40;
  border-color: #343a40;
}
.social-wrapper.single-btn .w_hizala {
  width: 45px;
  margin-left: auto;
}
.social-wrapper.single-btn .w_hizala > .w_buton {
  border-radius: 50%;
}
/* ### FINISH: Popup Social Window ### */

.index-count-col {
  border: 10px solid #f7c600;
  border-color: var(--main-color-two);
  position: relative;
}

.index-count-col::after {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  bottom: -10px;
  right: -10px;
  border: 10px solid #f7c600;
  border-color: var(--main-color-two);
  transition: ease all 0.6s;
}

.index-count-col:hover::after {
  top: -20px;
  left: -20px;
  bottom: -20px;
  right: -20px;
  border: 5px solid #f7c600;
  border-color: var(--main-color-two);
  opacity: 0;
}

.btn-animation {
  width: auto;
  -webkit-border-radius: 16px;
  border-radius: 16px;
  min-height: 50px;
  border: 2px solid var(--main-color);
  position: relative;
  overflow: hidden;
  z-index: 1;
  cursor: pointer;
}

.btn-animation::after {
  content: "";
  background-color: #cb001a;
  background-color: var(--main-color);
  width: 200%;
  height: 550%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  transition: all 1s;
  z-index: -1;
}

.btn-animation:hover::after {
  -webkit-transform: translateX(-155%) translateY(-85%) rotate(-45deg)
    translateZ(0);
  transform: translateX(-155%) translateY(-85%) rotate(-45deg) translateZ(0);
}

.header-teklif-al > img {
  width: 50px;
  height: 43px;
  border-right: 1px solid;
  padding-right: 6px;
  margin-right: 6px;
}

.teklif-arac-ekle {
  max-width: 305px;
  max-width: max-content;
  color: #fff;
}

.teklif-arac-ekle:hover {
  color: var(--main-color);
}

.vehicle-remove {
  vertical-align: sub;
  cursor: pointer;
}

#arac-bilgileri > .ref_element:first-child svg.vehicle-remove {
  display: none;
}

#arac-bilgileri > .ref_element + .ref_element {
  padding-top: 2em;
  margin-top: 1em;
  border-top: 1px solid #ccc;
}

.anamenu ul li a:hover {
  text-decoration: none;
}

.genel-kosullar {
  display: flex;
}

.genel-kosullar a {
  color: #fff;
}

.genel-kosullar a:hover {
  color: var(--main-color);
}

ul.other-details img {
  max-height: 130px;
  max-width: 100%;
}

.footer-copyright {
  color: #000;
  font-weight: 500;
}

.urunler-list .contents {
  border-radius: 10px;
}

.urunler-list .contents figure {
  height: 190px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.urunler-alt-list.urunler-list .contents figure {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.detail-page-image {
  border: 2px solid #fff;
  border-radius: 10px;
}

.urun-detail-container h1,
.urun-detail-container h2,
.urun-detail-container h3,
.urun-detail-container h4,
.urun-detail-container h5 {
  margin-bottom: 10px;
  font-size: 1.2em;
}

.btn-reset {
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  outline: none;
  text-decoration: unset;
}

.anamenu > ul > li > a {
  text-transform: uppercase;
  position: relative;
  letter-spacing: 3px;
}

.anamenu ul li a {
  font-weight: 500;
}

@media (max-width: 768px) {
  .pre-text {
    font-size: 13px !important;
  }
  .vitrin_2 {
    margin-top: 0;
  }
  nav.nerdeyim a i {
    display: inline-block;
  }
  nav.nerdeyim li:first-child a span {
    display: none;
  }
  nav.nerdeyim {
    overflow-x: auto;
  }
  .bilgi-al {
    position: relative;
    top: -16px;
    background: transparent;
  }
  .bilgi-al .whatsapp svg {
    fill: #25d366;
  }
  .vitrin_container_1 #timelineContainer {
    right: 6%;
  }
}

@media (min-width: 992px) {
  body.home-page header {
    position: absolute;
    /* background-color: #231f20;
        background-color: #231f2099; */
  }


  @media (min-width: 992px) { /* Büyük ekranlar için */
    .btn-slider {
        font-size: 24px; /* Yazı boyutunu büyüt */
        padding: 15px 30px; /* Butonun iç boşluğunu artır */
    }

    .btn-slider svg {
        width: 24px; /* İkonu büyüt */
        height: 24px;
    }
}






  body.home-page header.fixed {
    position: fixed;
    background-color: #52584A;
  }
  body.home-page
    header:not(.fixed)
    .anamenu
    > ul
    > li:not(:last-child)
    > a::after,
  header.fixed .anamenu > ul > li:not(:last-child) > a::after {
    background-color: #fff;
  }
  /* .anamenu>ul>li:not(:last-child)>a::after {
        content: '';
        position: absolute;
        right: -1px;
        top: 50%;
        bottom: 8px;
        width: 1px;
        height: 18px;
        transform: translateY(-50%);
        background-color: #fff;
    } */
  .white-header a {
    color: #fff !important;
  }
  .white-header ul ul a {
    color: #141b24 !important;
  }
  .anamenu > ul > li:last-child a {
    /* padding-right: 15px; */
  }
  .anamenu a {
    color: #6d6d6d;
    line-height: 1.5;
    font-weight: 300;
  }
  .anamenu > ul.list-unstyled {
    text-align: center;
  }
  .anamenu > ul.list-unstyled ul.list-unstyled {
    text-align: left;
  }
  .anamenu > ul.list-unstyled > li:last-child {
    border-right: none;
  }
  .anamenu li:hover > a {
    color: var(--main-color);
    background-color: #fff;
    border-radius: 4px;
  }
  .anamenu > ul > li {
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    width: auto;
    max-width: 100%;
    display: block !important;
  }
  body.home-page header:not(.fixed) .anamenu > ul > li:not(:hover) > a,
  header.fixed .anamenu > ul > li:not(:hover) > a {
    color: #fff;
  }
  .anamenu > ul > li > a {
    display: block;
    font-size: 15px;
    font-weight: 400;
    height: 100%;
    color: #fff;
    /* text-transform: uppercase; */
  }
  .anamenu ul ul .active > a {
    border-color: transparent !important;
    background-color: #ffffff;
  }
  .anamenu ul ul {
    min-width: 250px;
    max-width: 250px;
    position: absolute;
    top: 100%;
    right: 0;
    height: auto;
    z-index: 100;
    background: rgba(255, 255, 255, 0.8);
    border-top: 3px solid var(--main-color);
    opacity: 0;
    visibility: hidden;
    transition: opacity 200ms, visibility 200ms;
  }
  .anamenu ul li {
    display: inline-block;
    position: relative;
  }
  .anamenu ul li a {
    padding: 10px 5px;
  }
  .anamenu ul li li {
    display: block;
    height: auto;
    width: 100%;
    border-bottom: 1px solid #e7e7e7;
  }
  .anamenu ul li li a {
    font-weight: 400;
    text-transform: none;
    line-height: normal;
    padding: 10px;
    border: none;
    color: #000;
    transition: ease-in-out all 0.2s;
    /* white-space: nowrap;
        display: block; */
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-transform: uppercase;
  }
  .anamenu ul li li:hover > a {
    background-color: #fff;
    color: var(--main-color);
    padding-left: 15px;
  }
  .anamenu ul li:hover > ul {
    visibility: visible;
    opacity: 1;
  }
  .anamenu ul ul ul {
    left: inherit;
    top: 0px;
    right: 100%;
  }
  .genel-kosullar > * {
    width: auto;
  }
  .left-menu-col {
    width: 340px;
  }
  .mobilMenu {
    display: none;
  }
  .vitrin_3 .ic-mekan {
    margin: 0 auto;
    max-width: 1720px;
  }
  .vitrin_3 .ic-mekan-left {
    margin-right: 15px;
  }
  .vitrin_3 .ic-mekan-right {
    margin-left: 15px;
  }
  .vitrin_3 .ic-mekan-center {
    margin-bottom: 15px;
  }
  .vitrin_3 .ic-mekan-row {
    order: inherit !important;
  }
}

@media (max-width: 1200px) {
  .vitrin_1 .cursive-font {
    font-size: 1.8rem;
  }
  .vitrin_1 .custom-title {
    font-size: 23px;
  }
  .vitrin_1 .custom-text {
    font-size: 18px;
  }
  .footer .logo_a {
    font-size: 25px;
  }
  .sayfa_baslik h1 {
    display: -webkit-box;
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .vitrin_1 ul li .description {
    left: 1.5rem;
    right: 1.5rem;
    top: 1.5rem;
    bottom: 1.5rem;
  }
  .bolge_baslik {
    width: 100%;
  }
  .overlay {
    left: 0;
    transform: skew(0);
    padding: 0;
    width: 100% !important;
  }
  .overlay2 {
    padding: 15px;
    transform: skew(0);
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
  }
  .overlay2 h1,
  .overlay2 p {
    transform: skew(0);
  }
  .sayfa_baslik h1:after {
    margin-left: auto;
    margin-right: auto;
  }
  .t_button {
    font-size: 15px;
    padding: 5px 15px;
  }
}

@media (max-width: 992px) {
  .vitrin_1 .img-wrapper::after {
    display: none;
  }
  .vitrin_1 .img-wrapper {
    top: 0;
    left: 0;
  }
  .vitrin_1 .gallery-wrapper-main .gallery-wrapper {
    position: unset;
    transform: translate(0);
    margin-top: 50px;
  }
  .vitrin_1 .text-wrapper {
    width: 100%;
  }
  .pre-text {
    font-size: 1rem !important;
  }
  .vitrin_2 {
    margin-top: 0;
  }
  .vitrin_2 .menu-content .hero-wrapper:last-child {
    margin-bottom: 20px;
  }
  .sayfa_baslik {
    background-position-x: 40%;
  }
  header img.logo {
    width: 90px;
  }
  header.fixed img.logo {
    width: 100px;
  }
  .slide-area img {
    min-height: 350px;
  }
  .slide-area .description {
    /* left: 50%;
        text-align: center;
        width: inherit;
        transform: translate(-50%, -50%);
        border-radius: 4px;
        max-width: 100%;
        background-color: var(--main-color-o25);
        backdrop-filter: saturate(250%) blur(5px);
        -webkit-backdrop-filter: saturate(250%) blur(5px); */
  }
  .colum-container .colum1 {
    margin-right: 5px;
    width: 9px;
  }
  .genel-kosullar > * {
    width: 50%;
  }
  .carousel-item::after {
    right: 0;
  }
  .timeline-item > div::before {
    left: 15px;
    border-color: #eb5b5b;
  }
  .timeline {
    clip: rect(0, auto, auto, -1px);
    top: 45px;
    bottom: 45px;
  }
  #timelineContainer {
    left: auto;
  }
  #timelineContainer .timeline-custom {
    height: 100%;
  }
  .full-width-short.length-lg {
    max-width: 720px !important;
  }
  .anamenu > ul > li.logo_in_menu {
    display: none !important;
  }
  .slide-area .description .slider-title-1 {
    font-size: 1.3rem;
    font-family: "Gilda Display", serif;
  }
  .slide-area .description p {
    font-size: 18px;
  }
  .vitrin_1 .gallery-wrapper > div:nth-child(2n) .gallery-item {
    margin-top: 40px;
  }
}

@media (max-width: 991px) {
  /*991 den küçük ekranlar*/
  header {
    /* background-color: #231f20; */
    background-color: #231f2099;
  }
  .sayfa_baslik h1 {
    font-size: 1.6em;
  }
  .navHeader,
  .mobilMenu {
    display: block;
  }
  .navHeader img {
    height: 50px;
  }
  .mobilMenu svg {
    width: 29px;
    color: #fff;
    padding: 10px 0;
    transition: 0ms;
  }
  .whatsappH svg,
  .whatsappH i {
    width: 30px;
    font-size: 1.2em;
    color: #fff;
    vertical-align: sub;
  }
  .navHeader {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #52584A;
    height: 77.58px;
    position: relative;
    z-index: 1000;
  }
  .navHeader span {
    display: inline-block;
    height: 65px;
    width: 65px;
    float: right;
    top: 0;
    margin: 3px;
    background-size: 20px;
    background-position: center;
    background-repeat: no-repeat;
  }
  .anamenu {
    position: fixed;
    z-index: 10000;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
  }
  .anamenu ul ul:before {
    content: "";
    display: block;
    height: 75px;
  }
  .anamenu ul {
    list-style: none;
    padding: 0;
    transition: all 300ms ease-in-out;
  }
  .anamenu ul ul {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 100%;
    background-color: #fff;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 1;
  }
  .anamenu ul li {
    border-bottom: 1px solid #dddddd;
  }
  .anamenu ul li a {
    display: block;
    padding: 15px;
    white-space: nowrap;
    color: #000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 500;
  }
  .anamenu ul li a:hover {
    color: var(--main-color);
  }
  .anamenu ul li span {
    display: inline-block;
    background-color: #f5f5f5;
    height: 45px;
    width: 45px;
    float: right;
    top: 0;
    margin: 3px;
    background-image: url("../img/ileri.svg");
    background-size: 15px;
    background-position: center;
    background-repeat: no-repeat;
  }
  .ustmenu {
    padding: 15px;
    color: #fff;
    font-weight: 700;
    background-color: var(--main-color);
    position: relative;
    text-indent: 40px;
  }
  .ustmenu i {
    background-color: #e8e6e6;
    height: 100%;
    width: 45px;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url("../img/geri.svg");
    background-size: 20px;
    background-position: center;
    background-repeat: no-repeat;
    /* display: inline-block;
        float: left;
        margin: -15px 15px 0 -15px; */
  }
  .carousel-item.active .default-features-wrapper::before {
    top: -40px;
    width: 70px;
    height: 70px;
    border-width: 8px;
  }
  .carousel-item.active .default-features-wrapper::after {
    top: -10px;
    width: 120px;
    height: 120px;
  }
  .default-features-wrapper > .custom-title {
    font-size: 30px;
    font-weight: 600;
  }
  .vitrin_3 .ic-mekan {
    margin: 0 20px;
  }
  .vitrin_3 .ic-mekan-left {
    padding-right: 7px !important;
  }
  .vitrin_3 .ic-mekan-right {
    padding-left: 7px !important;
  }
  .vitrin_3 .ic-mekan-center {
    margin-bottom: 15px !important;
    margin-top: 15px !important;
  }
}

@media (max-width: 768px) {
  .room-detail-list ul * {
    font-size: 14px;
  }
  .slide-area img {
    min-height: 350px;
    object-position: 62%;
  }
  .sayfa_baslik h1 {
    font-size: 1.5em;
  }
  .header-top > .header-phone-item {
    padding-right: 0;
    margin-right: 0;
    border-right: none;
  }
  .double_line_title.vitrin_baslik > div::after,
  .double_line_title.vitrin_baslik > div::before {
    left: 50%;
    transform: translateX(-50%);
  }
  .full-width-short.length-lg {
    max-width: 540px !important;
  }
  .vitrin_1 .img-container::after {
    width: auto;
    right: -15px;
  }
  .vitrin_3 .col-main img {
    max-height: 260px;
    width: 100%;
  }
  .vitrin_4::before {
    bottom: 50%;
    right: 0;
  }
  .vitrin_4::after {
    top: 50%;
    left: 0;
    background-color: var(--main-color-two);
  }
  /* .vitrin_4 .img-container {
        left: auto;
        right: 0;
        transform: unset;
        width: 55px;
    } */
}

@media (max-width: 576px) {
  .center-justified {
    text-align: justify;
    text-align-last: center;
  }
  .logo_a {
    letter-spacing: 0px;
    font-size: 18px;
  }
  .header-top > * {
    padding-right: 0;
    margin-right: 0;
    border-right: none;
    width: 100%;
  }
  .sayfa_baslik h1 {
    font-size: 1.4em;
  }
  .genel-kosullar > * {
    width: 100%;
    text-align: center;
  }
  .footer-copyright {
    text-align: center;
  }
  .full-width-short.length-lg {
    max-width: 100% !important;
  }
  .footer .footer_title::after {
    left: 50%;
    transform: translateX(-50%);
  }
  ol.carousel-indicators {
    display: none;
  }
  .gallery-title {
    font-size: 21px;
  }
  .gallery-number {
    font-size: 25px;
  }
  .slide-area .description p {
    font-size: 22px;
  }
  .slide-area .description .slider-title-1 {
    font-size: 1.6rem;
  }
  .slide-area .description .slider-title-1 > span {
    display: inline-block;
  }
  .vitrin_1 .gallery-wrapper-main .bg-img {
    bottom: 0%;
  }

  .vitrin_3 .services-wrapper,
  .vitrin_3 .ic-mekan-left .services-wrapper,
  .vitrin_3 .ic-mekan-right .services-wrapper {
    min-height: 300px;
  }
  .ozel_galeri img.h-100 {
    height: auto !important;
  }
  .services-wrapper .text-wrapper {
    padding: 10px;
  }
}

@media (max-width: 374px) {
  .vitrin.owl-theme .owl-nav {
    top: unset;
    right: unset;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 6px !important;
  }
}
