﻿@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&amp;family=Playfair+Display:ital,wght@0,400..900;1,400..900&amp;display=swap");

.DNA-image,
.DNA-module__deco img {
  height: auto;
  width: 100%;
}

img {
  max-width: 100%;
}

.blog-slide2 .blog-box,
.thumb-info {
  -webkit-backface-visibility: hidden;
}

.galeri-item a,
.grid,
.popup-overlay,
.side-menu-wrapper,
.snip1218 a,
.tus-up,
.up,
.video-btn {
  right: 0;
  bottom: 0;
}

.default_video_in {
  position: relative;
  width: 100%;
}

.default_video_in iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.pleft {
  padding-left: 125px;
}

.pright {
  padding-right: 125px;
}

.pbottom {
  padding-bottom: 0 !important;
}

.pbottom60 {
  padding-bottom: 90px !important;
}

.ptop {
  padding-top: 0 !important;
}

.ptop60 {
  padding-top: 60px !important;
}

:root {
  --brand--f: #232323;
  --brand--a: #0a2d23;
  --background--surface-light: #f0f5fa;
  --white: white;
  --brand--c: #2a606a;
  --neutral-colors--black: #161616;
  --padding--container-full-desktop: 5vw;
  --padding--container-full-desktop-lg: 8vw;
  --padding--container-full-mobile: 6vw;
  --radius--lg: 18px;
  --radius--sm: 12px;
  --radius--cta: 100px;
  --brand--b: var(--brand--b);
  --brand--e: #b4d4df;
  --brand--d: #cfccbf;
  --neutral-colors--white: white;
  --box-shadow--dark-medium: #0000002e;
  --radius--md: 16px;
  --radius--xs: 4px;
  --padding--section-lg-dekstop: 120px;
  --padding--section-lg-mobile: 50px;
  --box-shadow--dark-high: #0000003d;
  --radius--xlg: 40px;
  --radius--circle: 500px;
  --black: black;
  --padding--section-md-desktop: 70px;
  --padding--section-md-mobile: 35px;
}

.DNA-module__deco {
  position: absolute;
  right: 0;
  bottom: -30em;
  z-index: -1;
  pointer-events: none;
}

.DNA-image {
  display: block;
}

.DNA-module {
  position: relative;
  margin-bottom: 15em;
}

.DNA-module .DNA-module__wrap {
  position: relative;
  max-width: 192em;
  margin: 0 auto;
  padding: 0 7.5em;
  border-radius: 10px;
}

.DNA-module .DNA-module__columns,
.flex {
  display: flex;
}

.DNA-module .DNA-module__column {
  margin: 0 1em;
  width: 33.3333333333%;
}

.DNA-module .DNA-module__column--2 {
  margin-top: 12em;
}

.DNA-module .DNA-module__column--1 {
  margin-top: 26em;
}

.DNA-module .DNA-module__image,
.DNA-module .DNA-module__video {
  position: relative;
  margin-bottom: 2em;
  aspect-ratio: 7/5;
  background: rgba(112, 112, 112, 0.5);
  border-radius: 10px;
}

.DNA-module .DNA-module__image__wrap,
.DNA-module .DNA-module__video__wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
  border-radius: 10px;
}

.DNA-module .DNA-module__image *,
.DNA-module .DNA-module__video * {
  cursor: url(../img/hover-cursor.png) 29 29, auto;
}

.DNA-module .DNA-module__image__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(112, 112, 112, 0.7);
  opacity: 0;
  transition: opacity 0.5s;
  pointer-events: none;
  mix-blend-mode: multiply;
  border-radius: 10px;
}

.DNA-module .DNA-module__image:hover .DNA-module__image__overlay,
.group:hover .md\:group-hover\:opacity-100,
.none.titlebar,
.snip1218.hover .image .desc,
.snip1218.hover .image p,
.snip1218:hover .image .desc,
.snip1218:hover .image p {
  opacity: 1;
}

.DNA-module .DNA-module__image iframe,
.DNA-module .DNA-module__image img,
.DNA-module .DNA-module__image video,
.DNA-module .DNA-module__video iframe,
.DNA-module .DNA-module__video img,
.DNA-module .DNA-module__video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: none;
  border-radius: 10px;
}

.DNA-module .DNA-module__image picture:before,
.connection-wrapper .connection-container .connection-grip .col picture:before {
  z-index: 1;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(18, 34, 35, 0) 0,
    rgba(18, 34, 35, 0.5) 100%
  );
  opacity: 0.6;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  border-radius: 10px;
}

.DNA-module .DNA-module__button {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 5em;
}

.DNA-module .DNA-module__button > * {
  color: #d3b986;
  border: 1px solid #d3b986;
  font-weight: 600;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.3em 2em;
  text-transform: uppercase;
  line-height: 1;
  transition: 0.5s;
  overflow: hidden;
  letter-spacing: 1px;
  font-size: 12px;
}

.DNA-button__deco {
  opacity: 0;
  position: absolute;
  font-size: 1em;
  top: 0.5em;
  color: #d3b986;
  transition: opacity 0.5s;
  pointer-events: none;
}

.DNA-button > :hover .DNA-button__deco,
.group:hover .md\:group-hover\:opacity-60,
.m-generic-link.white:hover {
  opacity: 0.6;
}

.DNA-module .DNA-module__slogan {
  color: #d3b986;
  line-height: 0.9;
  margin: 8em 0 2em;
}

.DNA-module .DNA-module__slogan > * {
  font-size: 92px;
}

.product-wrapper h2 {
  line-height: normal;
  margin: 2rem auto;
  font-weight: 400;
  font-size: 14px;
  color: #333;
}

.blog-slide2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.block-area .layer .dt .dtc .title-wrapper > h1.none:after,
.blog-slide2:before,
.card > .collapse,
.catalog-right-col .catalog-form,
.header-fixed .header-bottom .logo .none,
.hemenaramobil,
.info-box.last:before,
.room-page-title .item-detail-room:before,
.thumb-info-social-icons a span,
.urunlersidebar a .fa-angle-down,
.urunlersidebar a ~ .fa-angle-down,
header .header-bottom .logo .fixed {
  display: none;
}

.blog-slide2 .blog-box {
  position: relative;
  overflow: hidden;
  margin: 30px 2px;
  backface-visibility: hidden;
  transform: scale(1, 1);
  transition: transform 250ms, box-shadow 250ms;
  background-color: #fff;
  z-index: 9;
}

.nav > li.snip1218 > a:focus,
.nav > li.snip1218 > a:hover {
  text-decoration: none;
  background-color: transparent !important;
}

.galeri-wrapper {
  background-color: #f5f5eb;
  position: relative;
  padding: 130px 0 0 !important;
  z-index: 2;
}

.elementor-shape svg {
  display: block;
  left: 50%;
  position: relative;
  transform: translateX(-50%);
  width: calc(150% + 1.3px);
  height: 30px;
}

.elementor-shape {
  direction: ltr;
  left: 0;
  line-height: 0;
  overflow: hidden;
  position: absolute;
  width: 100%;
}

.elementor-shape .elementor-shape-fill {
  fill: #fff;
  transform: rotateY(0deg);
  transform-origin: center;
}

.elementor-shape-top {
  top: -1px;
}

.elementor-shape-bottom {
  bottom: -1px;
}

.elementor-shape.elementor-shape-bottom {
  transform: rotate(180deg);
}

.elementor-shape.elementor-shape-bottom.bread {
  z-index: 2;
  pointer-events: none;
}

.elementor-shape-bottom svg {
  z-index: -1;
}

.elementor-shape-bottom svg {
  width: calc(150% + 1.3px);
  height: 30px;
  transform: translateX(-50%) rotateY(180deg);
}

.snip1218 {
  position: relative;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  background: var(--brand--b);
  text-align: center;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  margin-top: 15px;
  border-radius: 8px;
}

.snip1218 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 0.35s;
  transition: 0.35s;
}

.snip1218 img {
  height: 340px;
  width: 100%;
  min-height: 340px;
  max-width: 100%;
  vertical-align: top;
}

.snip1218 .image {
  position: relative;
  border-bottom: 4px solid var(--brand--b);
  z-index: 1;
}

.snip1218 .image:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0;
  border-color: var(--brand--b) transparent transparent;
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, -15px);
  transform: translate(-50%, -15px);
  z-index: -1;
  -webkit-transition: 0.35s;
  transition: 0.35s;
}

.snip1218 .image .desc,
.snip1218 .image p {
  font-weight: 500;
  margin: 0;
  padding: 0 30px;
  line-height: 1.6em;
  position: absolute;
  top: 50%;
  width: 100%;
  color: #fff;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.snip1218 figcaption {
  background-color: #fff;
  padding: 25px 0;
}

.snip1218 h3 {
  margin: 0 0 5px;
  font-size: 14px;
  color: #000;
  height: 32px;
  font-weight: 600;
}

.block-area .layer .dt .dtc .title-wrapper.center h1 b,
.snip1218 h3 span {
  font-weight: 800;
}

.snip1218 h5 {
  margin: 0 0 15px;
  font-weight: 400;
}

.snip1218 a {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.snip1218.hover .image:before,
.snip1218:hover .image:before {
  border-color: var(--brand--b) transparent transparent;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.casino-slide.owl-carousel .owl-dots,
.slide-image:before {
  top: 50%;
  /*transform: translate(-50%,-50%);*/
  /*position: absolute*/
}

.snip1218.hover img,
.snip1218:hover img {
  opacity: 0.05;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.Aligner,
.block-area.left .layer .dt .dtc,
.block-area.main-corporate .layer .dt .dtc,
.block-area.video,
.blok-area .columns,
.blokone > div > div.row,
.corporate .dtc,
.dtc,
.kurumsal-area > div,
.room-aligner,
.serit27 > div > div,
.slide-contetns {
  display: flex;
  align-items: center;
  justify-content: center;
}

.Aligner.flex-start {
  align-items: flex-start;
}

.balayi-text h3,
.slide-casino .slide-text h4 {
  line-height: normal;
  margin-top: 2rem;
  font-weight: 400;
  font-size: 32px;
  color: #333;
}

.slide-casino .slide-text span {
  margin: 2rem 0;
  font-weight: 300;
  font-size: 18px;
  color: #333;
  line-height: 1.5;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}

.slide-casino .slide-text a:hover {
  transform: translateY(-3px);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}

.slide-casino .slide-text a {
  transition: transform 0.5s, box-shadow 0.5s;
  cursor: pointer;
  user-select: none;
  font-weight: 300;
  color: #fff;
  text-align: center;
  background-color: var(--brand--b);
  border: 1px solid #c4c4c4;
  padding: 1em 2em;
  min-width: 17em;
  border-radius: 0.4em;
  font-size: 14px;
  display: inline-block;
}

/*.slide-image:before {
    content: "";
    display: block;
    left: 50%;
    width: calc(100% + 16em);
    height: calc(100% + 16em);
    border-left: .3em solid rgba(0,0,0,.1);
    border-radius: 50%
}*/

.slide-image .image_wrap {
  border-radius: 50%;
  overflow: hidden;
}

/*.casino-slide.owl-carousel .owl-dots {
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    height: 100%;
    border-radius: 50%;
    z-index: 9999
}

    .casino-slide.owl-carousel .owl-dots .owl-dot {
        width: 2.5em;
        height: 2.5em;
        background-color: #333;
        color: #fff;
        border-radius: 50%;
        text-align: center;
        line-height: 2em;
        margin: 0 5px;
        position: absolute;
        transform-origin: center
    }

        .casino-slide.owl-carousel .owl-dots .owl-dot span {
            font-size: 32px;
            background: 0 0 !important
        }

        .casino-slide.owl-carousel .owl-dots .owl-dot.active {
            background: var(--brand--b) !important
        }

            .casino-slide.owl-carousel .owl-dots .owl-dot.active:before {
                border-color: transparent !important
            }

        .casino-slide.owl-carousel .owl-dots .owl-dot:first-child {
            transform: rotate(-7deg) translateY(-18em) rotate(0);
            background-color: #c12116
        }

        .casino-slide.owl-carousel .owl-dots .owl-dot:nth-child(2) {
            transform: rotate(-30deg) translateY(-12em) rotate(-45deg);
            background-color: #201600
        }

        .casino-slide.owl-carousel .owl-dots .owl-dot:nth-child(3) {
            transform: rotate(290deg) translateY(-8.3em) rotate(-45deg);
            background-color: #c12116
        }

        .casino-slide.owl-carousel .owl-dots .owl-dot:nth-child(4) {
            transform: rotate(50deg) translateY(9.5em) rotate(-45deg);
            background-color: #201600
        }

        .casino-slide.owl-carousel .owl-dots .owl-dot:nth-child(5) {
            transform: rotate(198deg) translateY(-14em) rotate(-180deg);
            background-color: #c12116
        }

        .casino-slide.owl-carousel .owl-dots .owl-dot:nth-child(6) {
            transform: rotate(180deg) translateY(-19em) rotate(-225deg);
            background-color: #201600
        }

        .casino-slide.owl-carousel .owl-dots .owl-dot:nth-child(7) {
            transform: rotate(270deg) translateY(-10em) rotate(-270deg);
            background-color: #c12116
        }

        .casino-slide.owl-carousel .owl-dots .owl-dot:nth-child(8) {
            transform: rotate(315deg) translateY(-10em) rotate(-315deg);
            background-color: #201600
        }*/

.sag-slide {
  margin: 15px auto;
  position: relative;
  display: inline-block;
  width: 100%;
}

.list-room-detail,
.list-room-detail li,
.side-menu-wrapper .navigation-link {
  display: -webkit-flex;
  display: -ms-flexbox;
}

.sag-slide h2 {
  text-align: center;
  margin-top: 15px;
}

.list-room-detail {
  list-style: none;
  padding: 0;
  margin: 25px auto;
  display: -webkit-box;
  display: -moz-flex;
  display: flex;
  flex-wrap: wrap;
}

.list-room-detail li {
  position: relative;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -moz-flex;
  display: flex;
  align-items: center;
  width: 50%;
  font-size: 14px;
}

.list-room-detail li img {
  flex-shrink: 0;
  max-width: 30px;
  margin-right: 15px;
}

.mbzero {
  margin-bottom: 0 !important;
}

.phone {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  padding: 0 20px;
  border-right: 1px solid;
  border-color: rgba(255, 255, 255, 0.1);
  transition: 0.3s;
}

.phone:hover {
  color: #fff;
  text-decoration: underline;
}

.header-fixed .phone {
  color: #000 !important;
  border-color: rgb(0 0 0 / 10%);
}

ul.dropdown-menu {
  display: none;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: auto;
  top: auto;
  left: auto;
  border-radius: 0;
  box-shadow: none;
  border: none;
  margin: 0 auto;
  min-width: 120px;
}

.blog-box .content-text,
.blog-box h3 {
  margin: 1.5em 0;
  overflow: hidden;
  -webkit-box-orient: vertical;
}

.block-area.main-corporate-block,
.blokone.auto > div > div.row,
.header-fixed .header-bottom .logo .fixed,
.languages > li:hover > ul,
.pdf img,
.serit27 > div > div > div > .ipad-iphones > a,
.svg svg,
.urunlersidebar a .fa-angle-up,
.urunlersidebar a ~ .fa-angle-up,
header .header-bottom .logo .none,
li.dropdown:hover ul.dropdown-menu,
section > iframe {
  display: block;
}

ul.dropdown-menu li {
  padding: 0;
  display: block;
}

ul.dropdown-menu li:hover {
  background-color: #f2f2f2;
}

ul.dropdown-menu li a {
  color: #000 !important;
  text-decoration: none;
  text-transform: uppercase;
  padding: 5px 10px;
  font-size: 12px;
}

ul.dropdown-menu li a:hover {
  color: #007bff;
}

ul.dropdown-menu li a img {
  width: 100%;
  height: 160px;
  object-fit: contain;
}

.popup-overlay {
  z-index: 9999;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 1rem;
  align-items: center;
  justify-content: center;
}

.popup-overlay .popup {
  position: relative;
  width: 100%;
  max-width: 520px;
  min-width: 320px;
  min-height: 200px;
  border-radius: 5px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.popup-overlay .popup a.close,
.popup-overlay .popup a.submit {
  display: inline-block;
  color: #fff;
  background-color: var(--brand--b);
  border-radius: 3px;
  padding: 0.75rem;
  text-decoration: none;
  position: absolute;
  right: -1.5%;
  top: -2.5%;
  z-index: 99999;
  opacity: 1;
  font-size: 12px;
}

.box__img img,
.image-1 img,
.image-2 img,
.team-detail > img {
  border-radius: 8px;
}

.blog-box h3 {
  vertical-align: middle;
  transition: color 0.3s;
  position: relative;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  height: 50px;
}

.blog-box .content-text {
  display: -webkit-box;
  -webkit-line-clamp: 4;
}

.grid {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 var(--col-gap);
  display: flex;
  justify-content: space-between;
  z-index: 3;
  user-select: none;
  transition: opacity var(--animation-navigation-backward);
}

.grid .grid-line {
  width: 1px;
  flex-shrink: 0;
  flex-grow: 0;
  background: var(--color-border);
}

.corp-blocks .inset .boxes li a,
.corp-blocks .inset .boxes li b {
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
  display: block;
}

.btn-epic:after,
.btn-epic:before {
  position: absolute;
  height: 100%;
  transition: 0.6s;
  top: 0;
  left: 0;
}

.corp-blocks .inset .title-bar h4,
.form-left-top .title-bar {
  font-weight: 700;
  font-size: 42px;
  -webkit-text-fill-color: transparent;
}

.btn-epic,
.fab-actions a,
.fab-button {
  text-decoration: none;
}

.dib img,
.star0 > .dib > img {
  filter: grayscale(1);
}

.code-sec {
  height: 45px;
  vertical-align: middle;
  outline: 0;
  width: 100px;
  position: relative;
  left: auto;
  border-radius: 5px;
  background-color: #f6f7f9;
  font-size: 12px;
  border: 1px solid #02010100;
}

:root {
  --color-border: rgba(var(--color-border-rgb), 0.225);
  --animation-navigation-backward: 0.6s cubic-bezier(0.8, 0, 0.1, 1);
  --col-gap: max(1.75em, 1.75vw);
  --colorone: var(--brand--b);
  --colortwo: #2c2e31;
  --colorthree: #fbfbfb;
  --colorwhite: #fff;
  --colorred: var(--brand--b);
  --color1: hsl(0, 0%, 100%);
  --color2: hsl(0, 0%, 0%);
  --color3: hsl(23deg 62% 69%);
  --color4: hsl(201, 7%, 52%);
  --color5: #ef4639;
  --color6: hsl(0, 0%, 68%);
  --color7: hsl(141, 51%, 45%);
  --color8: hsl(0, 0%, 93%);
  --color9: hsl(0deg 0% 46%);
  --color10: hsl(0, 0%, 85%);
  --color11: hsl(201, 7%, 52%);
  --color12: hsl(32, 90%, 60%);
  --color13: hsl(0, 0%, 83%);
  --color-dark-rgb: 0, 0, 0;
  --color-dark: rgba(var(--color-dark-rgb), 1);
  --color-light-rgb: 245, 247, 250;
  --color-light: rgba(var(--color-light-rgb), 1);
  --color-white-rgb: 255, 255, 255;
  --color-white: rgba(var(--color-white-rgb), 1);
  --color-black-rgb: 0, 0, 0;
  --color-black: rgba(var(--color-black-rgb), 1);
  --color-primary: var(--brand--b);
  --color-secondary: #ffe600;
  --color-gray: #c1c3c7;
  --color-lightgray: #e6e8eb;
  --color-border-rgb: 159, 161, 163;
  --color-border: rgba(var(--color-border-rgb), 0.225);
  --color-border-600: rgba(var(--color-border-rgb), 0.35);
  --color-border-800: rgba(var(--color-border-rgb), 0.45);
  --color-border-900: rgba(var(--color-border-rgb), 1);
  --color-border-light: var(--color-border-light);
  --color-text: rgba(var(--color-dark-rgb), 0.7);
  --color-text-light: rgba(var(--color-light-rgb), 0.7);
  --color-alert-error: var(--color-primary);
  --color-alert-success: #46d054;
  --animation-primary: 0.4s cubic-bezier(0.75, 0, 0.25, 1);
  --animation-fast: 0.2s cubic-bezier(0.75, 0, 0.25, 1);
  --animation-smooth: 0.6s cubic-bezier(0.75, 0, 0.25, 1);
  --animation-navigation: 1.2s cubic-bezier(0.75, 0, 0.25, 1);
  --animation-navigation-forward: 1s cubic-bezier(0.8, 0, 0.1, 1);
  --animation-navigation-backward: 0.6s cubic-bezier(0.8, 0, 0.1, 1);
  --animation-navigation-fade: 0.3s ease-in-out;
  --section-padding: min(9vw, 9em);
  --container-padding: var(--col-gap);
  --row-padding: clamp(2em, 4vw, 4em);
  --col-padding: clamp(2em, 4vw, 4em);
  --row-gap: max(1.75em, 1.75vw);
  --col-gap: max(1.75em, 1.75vw);
  --title-size: max(5em, 7.5vw);
  --border-radius: 0.35em;
  --main-navigation-height: 4.6em;
  --single-grid-col: calc((99.99vw - (var(--col-gap) * 2)) / 4);
}

*,
:after,
:before {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-scroll-snap-strictness: proximity;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
}

@font-face {
  font-family: icomoon;
  src: url(../font/icomoonbcb2.html?bh5cxl);
  src: url(../font/icomoonbcb2.html?bh5cxl#iefix) format("embedded-opentype"),
    url(../font/icomoonbcb2.woff2?bh5cxl) format("woff2"),
    url(../font/icomoonbcb2-2.html?bh5cxl) format("truetype"),
    url(../font/icomoonbcb2-3.html?bh5cxl) format("woff"),
    url(../font/icomoonbcb2-4.html?bh5cxl#icomoon) format("svg");
  font-weight: 400;
  font-style: normal;
}

[class*=" icon-"],
[class^="icon-"] {
  font-family: icomoon !important;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.about.style-1 .about__content p,
.block-area .layer .dt .dtc .title-wrapper.left .desc,
.blog-title h1,
.customer-card h1,
.customer-card h2,
.customer-card p,
.form-left-top .title-desc,
.home__screen__text > div > h6,
.icon-box .content h5,
.icon-box .content p,
.iconbox-icon-wrap .contents h3,
.iconbox-icon-wrap .contents p,
.product-card p,
.tab-pane,
.text-sm {
  font-family: inherit;
}

.btn-epic div,
.social,
.text_column h3,
.uppercase {
  text-transform: uppercase;
}

.capitalize,
.icon-box .content h5 {
  text-transform: capitalize;
}

.icon-spotify:before {
  content: "";
  color: #24275e;
}

.icon-recete:before {
  content: "";
  color: #000;
}

.icon-tahlil_sonuclari:before {
  content: "";
  color: #000;
}

.icon-tahlil_sonuclari2:before {
  content: "";
  color: #fff;
}

.icon-randevu:before {
  content: "";
  color: #000;
}

.icon-e_doktor:before {
  content: "";
  color: #000;
}

.icon-evde_saglik:before {
  content: "";
  color: #000;
}

.icon-share:before {
  content: "";
  color: #000;
}

.icon-error:before {
  content: "";
}

.icon-success:before {
  content: "";
  color: #6ac259;
}

.icon-dis-hekimligi:before {
  content: "";
}

.icon-dahili-tip:before {
  content: "";
}

.icon-cerrahi-tip:before {
  content: "";
}

.icon-cafe:before {
  content: "";
}

.icon-arrow-right-2:before {
  content: "";
}

.icon-arrow-left-2:before {
  content: "";
}

.icon-yogun-bakim:before {
  content: "";
}

.icon-yatak:before {
  content: "";
}

.icon-screen:before {
  content: "";
}

.icon-poliklinik:before {
  content: "";
}

.icon-otopark:before {
  content: "";
}

.icon-map-pin:before {
  content: "";
}

.icon-laboratuvar:before {
  content: "";
}

.icon-kuafor:before {
  content: "";
}

.icon-ibadethane:before {
  content: "";
}

.icon-hastane:before {
  content: "";
}

.icon-gallery:before {
  content: "";
}

.icon-flag:before {
  content: "";
}

.icon-youtube:before {
  content: "";
}

.icon-linkedin:before {
  content: "";
}

.icon-instagram:before {
  content: "";
}

.icon-twitter:before {
  content: "";
}

.icon-facebook:before {
  content: "";
}

.icon-mail-fly:before {
  content: "";
}

.icon-search:before {
  content: "";
}

.icon-call-center:before {
  content: "";
}

.icon-meter:before {
  content: "";
}

.icon-note:before {
  content: "";
}

.icon-syringe:before {
  content: "";
}

.icon-women:before {
  content: "";
}

.icon-right-arrow-big:before {
  content: "";
}

.icon-left-arrow-big:before {
  content: "";
}

.icon-date:before {
  content: "";
}

.icon-microscope:before {
  content: "";
}

.icon-doktor-search:before {
  content: "";
}

.icon-down:before {
  content: "";
}

.icon-up:before {
  content: "";
}

.icon-arrow-right:before {
  content: "";
}

.icon-arrow-left:before {
  content: "";
}

.icon-arrow-down:before {
  content: "";
}

.icon-arrow-up:before {
  content: "";
}

.icon-play:before {
  content: "";
}

.icon-invalid-name:before {
  content: "";
}

.icon-close:before {
  content: "";
}

.icon-arrow-down-thin:before {
  content: "";
}

.icon-arrow-up-thin:before {
  content: "";
}

.icon-user:before {
  content: "";
}

.icon-pencil:before {
  content: "";
}

.icon-gift:before {
  content: "";
}

.icon-baby:before {
  content: "";
}

.icon-book:before {
  content: "";
}

.icon-stetoskop:before {
  content: "";
}

.icon-voice:before {
  content: "";
}

.icon-email:before {
  content: "";
}

.icon-clock:before {
  content: "";
}

.icon-datepicker:before {
  content: "";
}

.icon-fenus:before {
  content: "";
}

.icon-syringe-2:before {
  content: "";
}

.icon-weight:before {
  content: "";
}

.icon-merter-2:before {
  content: "";
}

.icon-comment:before {
  content: "";
}

.icon-file:before {
  content: "";
}

.icon-body:before {
  content: "";
}

.icon-dental:before {
  content: "";
}

.icon-scissors:before {
  content: "";
}

.icon-tube:before {
  content: "";
}

.icon-download:before {
  content: "";
}

.icon-bag:before {
  content: "";
}

.icon-packet:before {
  content: "";
}

.icon-uni-cap:before {
  content: "";
}

.icon-note-book:before {
  content: "";
}

.icon-whatsapp:before {
  content: "";
}

.icon-user-comment:before {
  content: "";
}

.icon-care-units:before {
  content: "";
}

.icon-medical-centers:before {
  content: "";
}

.icon-medical-units:before {
  content: "";
}

.icon-operating-rooms:before {
  content: "";
}

.d-inline-block img,
.radius,
.radius-image img {
  border-radius: 2em;
}

.before-after-grid {
  overflow: hidden;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.blog-section .blog-boxes.none {
  display: block;
  justify-content: center;
  flex-wrap: nowrap;
  width: 100%;
  max-width: 100%;
  margin: auto;
  overflow: hidden;
}

.separator-small {
  position: relative;
  clear: both;
  overflow: hidden;
  line-height: 0;
  height: 1.5rem;
}

.accordion-area {
  border-radius: 20px !important;
  padding: 0 !important;
  background: #fff;
}

.accordion-area .accordian-wrapper {
  background: #fff !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.accordion-area .accordion-content p,
.accordion-area .accordion-toggle,
.accordion-area .accordion-toggle *,
.accordion-area .custom-tab,
.op-primary-button.hover:hover {
  color: #000 !important;
}

.column-inner {
  padding: 15px;
}

.column-inner img {
  border-radius: 20px !important;
  background-color: #e6f1fa;
}

.text_column h3 {
  margin: 0 0 10px;
  font-weight: 700;
  font-size: 14px;
  line-height: normal;
  color: var(--brand--b);
  text-align: center;
}

.text_column p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #333;
  text-align: center;
}

.corp-blocks {
  padding-bottom: 10em;
}

.corp-blocks .inset {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.corp-blocks .inset .title-bar {
  width: 88%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  padding-top: 8em;
}

.corp-blocks .inset .title-bar h4 {
  position: relative;
  line-height: normal;
  font-style: normal;
  color: var(--brand--b);
  -webkit-background-clip: text;
  background-image: linear-gradient(129deg, #5c068c, #00b2a9 75%);
}

.block-area .layer .dt .dtc .title-wrapper h1,
.corp-blocks .inset .title-bar h5 {
  position: relative;
  font-size: 18px;
  line-height: normal;
  font-weight: 600;
  font-style: normal;
  word-spacing: 0px;
  padding: 0;
  color: var(--brand--b);
  margin: 25px auto;
}

.corp-blocks .inset .boxes {
  display: block;
  margin-top: 5em;
  width: 100%;
  list-style: none;
}

.corp-blocks .inset .boxes li {
  width: 19%;
  margin-right: 0.5%;
  margin-left: 0.5%;
  display: block;
  float: left;
  margin-bottom: 1em;
  position: relative;
  overflow: hidden;
  list-style: none;
}

.corp-blocks .inset .boxes li a {
  min-height: 260px;
  background-color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  padding: 0;
  color: var(--brand--b);
  cursor: pointer;
}

.corp-blocks .inset .boxes li b {
  width: 100%;
  height: 260px;
}

.corp-blocks .inset .boxes li img {
  width: 100%;
  height: 260px;
  display: block;
  transform-origin: 50% 50%;
}

.btn-epic {
  margin: auto;
  width: 100%;
  height: 260px;
  background: #fff;
  transform: translate3d(0, 0, 0);
  letter-spacing: 0.05em;
  transition-delay: 0.6s;
}

.form-back-top,
.form-left-top {
  transform-origin: 50% 50%;
  visibility: visible;
}

.btn-epic:before {
  content: "";
  width: 100%;
  background: var(--brand--b);
  border-radius: 50% 50% 0 0;
  transform: translateY(100%) scaleY(0.5);
}

.btn-epic:after {
  content: "";
  width: 100%;
  background: #fff;
  border-radius: 0;
  transform: translateY(0) scaleY(1);
}

.btn-epic div {
  position: relative;
  top: 0;
  width: 100%;
  height: 260px;
  overflow: hidden;
}

.btn-epic span {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0;
  width: 100%;
  height: 260px;
  text-align: center;
  transition: transform 0.5s;
}

.btn-epic span:first-child {
  color: #fff;
  transform: translateY(24px);
}

.btn-epic span:last-child {
  color: #1e0f21;
  transform: translateY(0);
}

.btn-epic:hover {
  background: var(--brand--b);
  transition: background 0.2s linear 0.6s;
}

.btn-epic:hover:after {
  border-radius: 0 0 50% 50%;
  transform: translateY(-100%) scaleY(0.5);
  transition-delay: 0;
}

.btn-epic:hover:before {
  border-radius: 0;
  transform: translateY(0) scaleY(1);
  transition-delay: 0;
}

.btn-epic:hover span:first-child {
  transform: translateY(0);
  opacity: 0;
}

.btn-epic:hover span:last-child {
  transform: translateY(-24px);
  color: #fff;
}

.form-block {
  width: 100%;
  position: relative;
  padding-top: 10em;
  margin-top: 10em;
}

.form-left-top {
  width: 50%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  padding: 3.7em 5% 3.7em 10%;
}

.form-left-top .title-bar {
  position: relative;
  line-height: normal;
  font-style: normal;
  padding-left: 1.4em;
  color: var(--brand--b);
  -webkit-background-clip: text;
  background-image: linear-gradient(129deg, #5c068c, #00b2a9 75%);
}

.form-left-top .title-bar i {
  position: absolute;
  top: 0.65em;
  width: 1em;
  height: 2px;
  left: 0;
  background-color: var(--brand--b);
  display: block;
}

.form-left-top .title-desc {
  font-size: 14px;
  line-height: 1.42857143;
  color: var(--brand--b);
  padding-right: 25px;
  position: relative;
  margin: 15px auto;
  font-weight: 400;
  font-style: normal;
}

.form-back-top {
  position: relative;
  overflow: hidden;
  z-index: 19;
  background-color: #19242a;
}

.form-back-top .band-area {
  position: relative;
  margin-left: 60%;
  color: #fff;
  z-index: 20;
  padding-bottom: 10em;
  padding-top: 10em;
  padding-right: 10em;
}

.form-back-top .arka-plan-resim {
  width: 1680px;
  height: 941px;
  margin-top: -470px;
  margin-left: -840px;
  top: 50%;
  left: 50%;
  transform: translate(0, 0);
  transform-origin: 50% 50%;
  position: absolute;
}

.side-menu-wrapper {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #fff;
  z-index: 999999;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.side-menu-wrapper.show-menu {
  display: block;
  -webkit-animation: 1s forwards slide-bottom-to-top;
  animation: 1s forwards slide-bottom-to-top;
}

.side-menu-wrapper.hide-menu {
  display: block;
  -webkit-animation: 1s forwards slide-top-to-bottom;
  animation: 1s forwards slide-top-to-bottom;
}

.side-menu-wrapper .navigation-link {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  line-height: 1;
  color: #090a0a;
  padding: 0;
}

.side-menu-wrapper .navigation-link a .dot,
.side-menu-wrapper .two-columns,
.side-menu-wrapper .two-columns .col-1-container,
.side-menu-wrapper .two-columns .col-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-box-direction: normal;
}

.side-menu-wrapper .navigation-link a .dot,
.side-menu-wrapper .two-columns .col-2 {
  -webkit-flex-direction: column;
  -webkit-box-orient: vertical;
}

.catalog-card-group-item ul li a:focus,
.catalog-card-group-item ul li a:hover,
.side-menu-wrapper .navigation-link:focus,
.side-menu-wrapper .navigation-link:hover,
.side-menu-wrapper .two-columns .nav-wrapper .main-nav-wrapper .title:hover {
  text-decoration: none;
  background-color: transparent;
}

.back-section .background-text .background-column h2 strong,
.block-area .layer .dt .dtc .title-wrapper h1 > b,
.btn .btn-click.other:hover,
.item-blog article .picture-area .meta a,
.pdf span,
.side-menu-wrapper .navigation-link.active,
header .header-bottom nav > ul > li > .submenu li a:hover .name {
  color: var(--brand--b);
}

.side-menu-wrapper .navigation-link.active span:after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.side-menu-wrapper .navigation-link a .dot {
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  position: relative;
}

.side-menu-wrapper .navigation-link:hover span.dot:after {
  opacity: 1;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.side-menu-wrapper .navigation-link span.dot:after {
  position: relative;
  display: block;
  bottom: -5px;
  content: "";
  margin: 0 auto;
  height: 4px;
  width: 4px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: var(--brand--b);
  -webkit-transition: opacity 0.7s;
  -o-transition: opacity 0.7s;
  transition: opacity 0.7s;
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.side-menu-wrapper .two-columns {
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  height: 100%;
}

.side-menu-wrapper .two-columns .col-1 {
  width: 46%;
  z-index: 3;
}

.side-menu-wrapper .two-columns .col-1 .col-1-container {
  min-height: 120px;
}

.side-menu-wrapper .two-columns .col-1 ._escape_up {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

.side-menu-wrapper .two-columns .col-1 ._scale-up {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

.side-menu-wrapper .two-columns .col-2 {
  width: 54%;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  overflow-y: scroll;
  padding-left: 100px;
  padding-right: 100px;
}

.side-menu-wrapper .two-columns .col-2 ._fade-in {
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

.absolute,
.advantages__content,
.banner-button,
.base-container,
.block-area .layer .dt .dtc,
.block-area-uclu,
.blog-section .blog-boxes .blog-box .box__img,
.blok-area,
.box-vid,
.btn,
.btn-content,
.col-image,
.col-number,
.column-background,
.d-inline-top,
.elementor-widget-wrap
  > .elementor-element
  > .elementor-widget-container
  > .infobox
  > .infobox_wrapper,
.elementor-widget-wrap
  > .elementor-element
  > .elementor-widget-container
  > .infobox
  > .infobox_wrapper
  .infobox-title_wrapper,
.fab-actions a,
.faq-square,
.heading,
.icon-box,
.info-area,
.info-box,
.info-box-icon,
.kurumsal-sol,
.kurumsal-sol h6,
.kurumsal-sol p,
.kurumsal-sol.normal,
.list-icon-box,
.lqd-num,
.m-generic-link,
.m-languages,
.owl-block,
.parallaxContent,
.referance-area .item-brand .inner .brand-wrapper,
.relative,
.section,
.side-menu-wrapper .two-columns .col-1,
.side-menu-wrapper .two-columns .col-2,
.slide-block > .inner > .inset,
.slide-btn,
.strip_column_bottom .description,
.subscribe-form,
.subscribe-form > .form-group,
.talep-btn,
.yorum {
  position: relative;
}

.side-menu-wrapper .two-columns .col-1-container {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  position: relative;
}

.side-menu-wrapper .two-columns .video-btn {
  color: #fff;
  opacity: 0;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  z-index: 1;
}

.mdl-gridHotelesDestinos .card-destino:hover .m-main-card .m-num,
.mdl-gridHotelesDestinos .card-destino:hover .m-main-card .m-title,
.opacity-0,
.side-menu-wrapper .two-columns .video-btn .btn-wrapper {
  opacity: 0;
}

.side-menu-wrapper .two-columns .video-wrapper:hover .video-btn .btn-wrapper {
  z-index: 5;
  opacity: 1;
}

.side-menu-wrapper .two-columns .video-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
}

.side-menu-wrapper .two-columns .btn-lg {
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-animation: 0.7s ease-out 1s forwards slide-bottom-to-top;
  animation: 0.7s ease-out 1s forwards slide-bottom-to-top;
  z-index: 5;
}

.side-menu-wrapper .two-columns .video-wrapper:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: #fff;
  z-index: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-animation: 0.7s ease-out 1s forwards slide-bottom-to-top-negative;
  animation: 0.7s ease-out 1s forwards slide-bottom-to-top-negative;
}

.side-menu-wrapper .two-columns .video {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.side-menu-wrapper .two-columns .btn-lg {
  position: absolute;
  bottom: 0;
  border: none;
  width: 100%;
  color: #fff;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(100%, var(--brand--b)),
    color-stop(515.16%, var(--brand--b))
  );
  background: -webkit-linear-gradient(
    top,
    var(--brand--b) 100%,
    var(--brand--b) 515.16%
  );
  background: -o-linear-gradient(
    top,
    var(--brand--b) 100%,
    var(--brand--b) 515.16%
  );
  background: linear-gradient(
    180deg,
    var(--brand--b) 100%,
    var(--brand--b) 515.16%
  );
  overflow: hidden;
  border-radius: 0;
}

.side-menu-wrapper
  .two-columns
  ._anim-scale:hover
  ._anim-start
  .icon
  .svg-icon {
  fill: #000;
}

.side-menu-wrapper .two-columns .nav-wrapper {
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 20px 0 60px;
  z-index: 2;
  color: #000;
}

.side-menu-wrapper .two-columns .nav-wrapper,
.side-menu-wrapper .two-columns .nav-wrapper .head-nav-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.side-menu-wrapper .two-columns .nav-wrapper .head-nav-wrapper {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
  margin-bottom: 24px;
}

.cookie-cs-opt-group a:first-of-type,
.side-menu-wrapper
  .two-columns
  .nav-wrapper
  .head-nav-wrapper
  .item:not(:last-of-type) {
  margin-right: 5px;
}

.side-menu-wrapper .two-columns .nav-wrapper .main-nav-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.side-menu-wrapper .two-columns .nav-wrapper .main-nav-wrapper .item {
  margin-bottom: 8px;
}

.side-menu-wrapper .two-columns .nav-wrapper .main-nav-wrapper .title {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.side-menu-wrapper
  .two-columns
  .nav-wrapper
  .main-nav-wrapper
  .item:hover
  .title
  span {
  padding-left: 0.75em;
  -webkit-transition: padding-left 0.3s;
  -o-transition: padding-left 0.3s;
  transition: padding-left 0.3s;
}

.side-menu-wrapper .two-columns .nav-wrapper .main-nav-wrapper .title span {
  margin-left: -8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  font-size: 21px;
}

.side-menu-wrapper .two-columns .nav-wrapper .main-nav-wrapper .title,
.side-menu-wrapper .two-columns .nav-wrapper .main-nav-wrapper .title:after,
.side-menu-wrapper .two-columns .nav.big .item a,
.side-menu-wrapper .two-columns .nav.big .item a:after {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.side-menu-wrapper
  .two-columns
  .nav-wrapper
  .main-nav-wrapper
  .item
  ._escape_up {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

.side-menu-wrapper
  .two-columns
  .nav-wrapper
  .main-nav-wrapper
  .item:first-child
  ._escape_up {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.side-menu-wrapper
  .two-columns
  .nav-wrapper
  .main-nav-wrapper
  .item:nth-child(2)
  ._escape_up {
  -webkit-animation-delay: 1.04s;
  animation-delay: 1.04s;
}

.side-menu-wrapper
  .two-columns
  .nav-wrapper
  .main-nav-wrapper
  .item:nth-child(3)
  ._escape_up {
  -webkit-animation-delay: 1.08s;
  animation-delay: 1.08s;
}

.side-menu-wrapper
  .two-columns
  .nav-wrapper
  .main-nav-wrapper
  .item:nth-child(4)
  ._escape_up {
  -webkit-animation-delay: 1.12s;
  animation-delay: 1.12s;
}

.side-menu-wrapper
  .two-columns
  .nav-wrapper
  .main-nav-wrapper
  .item:nth-child(5)
  ._escape_up {
  -webkit-animation-delay: 1.16s;
  animation-delay: 1.16s;
}

.side-menu-wrapper
  .two-columns
  .nav-wrapper
  .main-nav-wrapper
  .item:nth-child(6)
  ._escape_up {
  -webkit-animation-delay: 1.18s;
  animation-delay: 1.18s;
}

.side-menu-wrapper
  .two-columns
  .nav-wrapper
  .main-nav-wrapper
  .item:nth-child(7)
  ._escape_up {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

.side-menu-wrapper
  .two-columns
  .nav-wrapper
  .main-nav-wrapper
  .item:nth-child(8)
  ._escape_up {
  -webkit-animation-delay: 1.22s;
  animation-delay: 1.22s;
}

.side-menu-wrapper
  .two-columns
  .nav-wrapper
  .main-nav-wrapper
  .item:nth-child(9)
  ._escape_up {
  -webkit-animation-delay: 1.24s;
  animation-delay: 1.24s;
}

.side-menu-wrapper
  .two-columns
  .nav-wrapper
  .main-nav-wrapper
  .item:nth-child(10)
  ._escape_up {
  -webkit-animation-delay: 1.26s;
  animation-delay: 1.26s;
}

.side-menu-wrapper
  .two-columns
  .nav-wrapper
  .main-nav-wrapper
  .item:nth-child(11)
  ._escape_up {
  -webkit-animation-delay: 1.28s;
  animation-delay: 1.28s;
}

.side-menu-wrapper
  .two-columns
  .nav-wrapper
  .main-nav-wrapper
  .item:nth-child(12)
  ._escape_up {
  -webkit-animation-delay: 1.3s;
  animation-delay: 1.3s;
}

.side-menu-wrapper
  .two-columns
  .nav-wrapper
  .main-nav-wrapper
  .item:nth-child(13)
  ._escape_up {
  -webkit-animation-delay: 1.32s;
  animation-delay: 1.32s;
}

.side-menu-wrapper
  .two-columns
  .nav-wrapper
  .main-nav-wrapper
  .item:nth-child(14)
  ._escape_up {
  -webkit-animation-delay: 1.34s;
  animation-delay: 1.34s;
}

.side-menu-wrapper
  .two-columns
  .nav-wrapper
  .main-nav-wrapper
  .item:nth-child(15)
  ._escape_up {
  -webkit-animation-delay: 1.36s;
  animation-delay: 1.36s;
}

.side-menu-wrapper .two-columns .nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
  color: inherit;
  font-size: 14px;
  line-height: 1.1;
  letter-spacing: -0.02em;
}

.laptop,
.side-menu-wrapper .two-columns .nav.dtcnones,
.urunlersidebar a.collapsed .fa-angle-down,
.urunlersidebar a.collapsed ~ .fa-angle-down {
  display: block !important;
}

.side-menu-wrapper .two-columns .nav.social {
  margin-right: 24px;
}

.side-menu-wrapper .two-columns .nav.lang {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.side-menu-wrapper .two-columns .nav.lang .item {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-bottom: 25px;
}

.side-menu-wrapper .two-columns .nav.column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.side-menu-wrapper .two-columns .nav.two-row {
  display: block;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}

._anim-scale ._anim-start,
.btn-arrow,
.btn-lg,
.side-menu-wrapper .item-store .dot,
.side-menu-wrapper .two-columns .nav .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}

.side-menu-wrapper .two-columns .nav.two-row .item {
  padding-bottom: 20px;
  margin-right: 50px;
}

.side-menu-wrapper .two-columns .nav.big {
  font-weight: 600;
  font-size: 36px;
  line-height: 1.1;
  /*                columns: 2;
                -webkit-columns: 2;
                -moz-columns: 2*/
}

.side-menu-wrapper .two-columns .nav .item {
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  vertical-align: middle;
  cursor: pointer;
  justify-content: flex-start;
}

.side-menu-wrapper .two-columns .nav.big .item a:hover:after,
.side-menu-wrapper .two-columns .nav.big .item:hover a:after {
  color: var(--brand--b);
  -webkit-transition-delay: 0.15s;
  -o-transition-delay: 0.15s;
  transition-delay: 0.15s;
  opacity: 1;
}

.side-menu-wrapper .two-columns .nav.big .item a:after {
  content: "";
  height: 10px;
  width: 10px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: var(--brand--b);
  opacity: 0;
  -webkit-transition: opacity 0.3s 0.3s;
  -o-transition: opacity 0.3s 0.3s;
  transition: opacity 0.3s 0.3s;
}

.side-menu-wrapper .two-columns .nav .item .log-in {
  padding: 27px 36px;
  background: #eff1f4;
  -webkit-border-radius: 40px;
  border-radius: 40px;
}

.side-menu-wrapper .two-columns .nav .item .log-in:hover {
  background: #dee1e6;
}

.side-menu-wrapper .item-store .dot {
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.side-menu-wrapper .item-store .icon-new {
  position: relative;
  top: 0.2em;
  margin-left: 3px;
}

@media screen and (max-width: 1800px) {
  .side-menu-wrapper .two-columns .col-2 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .side-menu-wrapper .two-columns .nav-wrapper {
    padding-bottom: 150px;
  }

  .side-menu-wrapper .two-columns .nav .item .log-in {
    padding: 0;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    width: 32px;
    height: 32px;
  }

  .side-menu-wrapper .two-columns .nav .item .log-in a {
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    font-size: 12px;
  }
}

@media screen and (max-width: 1440px) {
  .side-menu-wrapper .two-columns .col-2 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .side-menu-wrapper .two-columns .nav-wrapper .social {
    display: none;
  }

  .side-menu-wrapper .two-columns .head-main {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  .side-menu-wrapper .two-columns .head-main .item:first-child {
    -webkit-box-flex: 2;
    -webkit-flex: 2 0 0;
    -ms-flex: 2 0 0px;
    flex: 2 0 0;
  }
}

@media screen and (max-width: 1024px) {
  .side-menu-wrapper .navigation-link {
    padding-left: 0;
    padding-right: 15px;
    line-height: 1.33;
  }

  .side-menu-wrapper .navigation-link.small {
    font-size: 18px;
    line-height: 2.2;
  }

  .side-menu-wrapper .navigation-link.active,
  .side-menu-wrapper .navigation-link:hover {
    color: inherit;
  }

  .side-menu-wrapper .navigation-link.active span:after {
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
  }

  .side-menu-wrapper.unsubscribe-menu-wrapper
    .nav-wrapper
    .head-nav-wrapper
    .item:not(:last-of-type) {
    margin-right: 10px;
  }

  .side-menu-wrapper .two-columns .head-main,
  .side-menu-wrapper .two-columns .head-main .item:first-child {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  .side-menu-wrapper .two-columns .nav-wrapper .social {
    display: none;
  }

  .side-menu-wrapper .two-columns .nav.two-row .item {
    margin-right: 15px;
  }

  .side-menu-wrapper .item-store .icon-new {
    width: 55px;
    height: 24px;
  }
}

@media screen and (max-width: 900px) {
  .side-menu-wrapper .two-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .side-menu-wrapper .two-columns .col-1,
  .side-menu-wrapper .two-columns .col-2 {
    width: 100%;
  }

  .side-menu-wrapper .two-columns .nav-wrapper .social {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .side-menu-wrapper .two-columns .head-main {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }

  .side-menu-wrapper .two-columns .head-main .item:first-child {
    -webkit-box-flex: 2;
    -webkit-flex: 2 0 0;
    -ms-flex: 2 0 0px;
    flex: 2 0 0;
  }

  .side-menu-wrapper .two-columns .head-nav-wrapper,
  .side-menu-wrapper .two-columns .main-nav-wrapper {
    margin-bottom: 15px;
  }

  .side-menu-wrapper .two-columns .video-wrapper {
    display: none;
  }

  .side-menu-wrapper .two-columns .btn-lg,
  .side-menu-wrapper .two-columns .col-2 {
    padding-left: 40px;
    padding-right: 40px;
  }
}

img#ctl00_ContentPlaceHolder1_imgResim5 {
    height: 100%;
}

@media screen and (max-width: 740px) {
  .owl-nav {
    display: none;
  }

  .headerWidget {
    top: 40% !important;
    left: 0 !important;
  }

  .ebChatBall {
    width: 40px !important;
    height: 40px !important;
  }

  .side-menu-wrapper .two-columns {
    height: 100%;
  }

  .side-menu-wrapper .two-columns .nav-wrapper .social {
    display: none;
  }

  .side-menu-wrapper .two-columns .head-main {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  .side-menu-wrapper .two-columns .head-main .item:first-child {
    -webkit-box-flex: 2;
    -webkit-flex: 2 0 0;
    -ms-flex: 2 0 0px;
    flex: 2 0 0;
  }

  .side-menu-wrapper .two-columns .col-2 {
    overflow-y: auto;
  }

  .side-menu-wrapper .two-columns .footer-nav-wrapper .two-row {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }

  .side-menu-wrapper .two-columns .footer-nav-wrapper .two-row .item {
    padding-bottom: 20px;
  }

  .side-menu-wrapper .item-store .icon-new {
    width: 43px;
    height: 19px;
  }
}

@media screen and (max-width: 576px) {
  .side-menu-wrapper .two-columns .btn-lg,
  .side-menu-wrapper .two-columns .col-2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .side-menu-wrapper .two-columns .nav.two-row {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }

  .side-menu-wrapper .two-columns .login-wrapper {
    margin-left: auto;
  }
}

@media screen and (max-width: 320px) {
  .side-menu-wrapper .two-columns {
    height: 100%;
  }

  .side-menu-wrapper .two-columns .col-2 {
    overflow-y: auto;
    padding-left: 20px;
  }

  .side-menu-wrapper .two-columns .col-2 .head-nav-wrapper,
  .side-menu-wrapper .two-columns .col-2 .main-nav-wrapper {
    margin-bottom: 40px;
  }

  .side-menu-wrapper .two-columns .col-2 .footer-nav-wrapper {
    padding-bottom: 20px;
  }

  .side-menu-wrapper .two-columns .col-2 .footer-nav-wrapper .two-row,
  .side-menu-wrapper .two-columns .nav.two-row {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }

  .side-menu-wrapper .two-columns .nav .item .log-in {
    padding: 15px 26px;
  }
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (min-device-height: 1366px) and (max-device-height: 1366px) and (min-width: 1024px) and (max-width: 1024px) {
  .side-menu-wrapper .two-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .side-menu-wrapper .two-columns .col-1,
  .side-menu-wrapper .two-columns .col-2 {
    width: 100%;
  }

  .side-menu-wrapper .two-columns .nav-wrapper {
    padding-bottom: 100px;
  }

  .side-menu-wrapper .two-columns .nav-wrapper .social {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .side-menu-wrapper .two-columns .head-main {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }

  .side-menu-wrapper .two-columns .head-main .item:first-child {
    -webkit-box-flex: 2;
    -webkit-flex: 2 0 0;
    -ms-flex: 2 0 0px;
    flex: 2 0 0;
  }

  .side-menu-wrapper .two-columns .video-wrapper {
    display: none;
  }

  .side-menu-wrapper .two-columns .btn-lg,
  .side-menu-wrapper .two-columns .col-2 {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.default_video > .default_video_in,
.feature-item .feature-icon,
.video-btn .btn-wrapper {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
}

@media only screen and (min-device-width: 374px) and (max-device-height: 765px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 3) {
  .side-menu-wrapper .two-columns {
    height: 100%;
  }

  .side-menu-wrapper .two-columns .col-2 {
    overflow-y: auto;
    padding-left: 55px;
  }

  .side-menu-wrapper .two-columns .col-2 .head-nav-wrapper {
    margin-bottom: 80px;
  }

  .side-menu-wrapper .two-columns .col-2 .main-nav-wrapper {
    margin-bottom: 50px;
  }

  .side-menu-wrapper .two-columns .col-2 .footer-nav-wrapper .nav {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    opacity: 1;
  }

  .side-menu-wrapper
    .two-columns
    .col-2
    .footer-nav-wrapper
    .nav[data-intersection] {
    -webkit-animation: none;
    animation: none;
  }

  .side-menu-wrapper .two-columns .col-2 .footer-nav-wrapper .two-row {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }

  .side-menu-wrapper .two-columns .col-2 .nav.two-row .item {
    padding-bottom: 20px;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (orientation: landscape) {
  .side-menu-wrapper .two-columns {
    height: 100%;
  }

  .side-menu-wrapper .two-columns .col-2 {
    padding-left: 56px;
  }

  .side-menu-wrapper .two-columns .col-2 .head-nav-wrapper {
    margin-bottom: 80px;
  }

  .side-menu-wrapper .two-columns .col-2 .main-nav-wrapper {
    margin-bottom: 50px;
  }

  .side-menu-wrapper .two-columns .col-2 .footer-nav-wrapper .nav {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    opacity: 1;
  }

  .side-menu-wrapper
    .two-columns
    .col-2
    .footer-nav-wrapper
    .nav[data-intersection] {
    -webkit-animation: none;
    animation: none;
  }

  .side-menu-wrapper .two-columns .col-2 .footer-nav-wrapper .two-row {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }

  .side-menu-wrapper .two-columns .col-2 .nav.two-row .nav.two-row .item {
    padding-bottom: 20px;
  }

  .side-menu-wrapper .main .side-menu-wrapper {
    overflow: hidden;
  }
}

@-webkit-keyframes fade-in-anim {
  0% {
    -webkit-transform: translateY(10%);
    transform: translateY(10%);
    opacity: 0;
  }

  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fade-in-anim {
  0% {
    -webkit-transform: translateY(10%);
    transform: translateY(10%);
    opacity: 0;
  }

  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes fade-in-anim-reverse {
  0% {
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%);
    opacity: 0;
  }

  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fade-in-anim-reverse {
  0% {
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%);
    opacity: 0;
  }

  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes slide-hide-in {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }

  to {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    opacity: 0;
  }
}

@keyframes slide-hide-in {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }

  to {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    opacity: 0;
  }
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@-webkit-keyframes slide-bottom {
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slide-bottom {
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes slide-top {
  to {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

@keyframes slide-top {
  to {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

@-webkit-keyframes slide-bottom-to-top {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }

  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slide-bottom-to-top {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }

  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes slide-bottom-to-top-small {
  0% {
    -webkit-transform: translateY(40%);
    transform: translateY(40%);
    opacity: 0;
  }

  25% {
    opacity: 1;
  }

  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes slide-bottom-to-top-small {
  0% {
    -webkit-transform: translateY(40%);
    transform: translateY(40%);
    opacity: 0;
  }

  25% {
    opacity: 1;
  }

  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes slide-top-to-bottom {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  to {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    display: none;
  }
}

@keyframes slide-top-to-bottom {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  to {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    display: none;
  }
}

@-webkit-keyframes slide-bottom-to-top-negative {
  to {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

@keyframes slide-bottom-to-top-negative {
  to {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

._fade-in {
  -webkit-transform: translateY(10%);
  -ms-transform: translateY(10%);
  transform: translateY(10%);
  opacity: 0;
}

._fade-in[data-intersection] {
  -webkit-animation: 0.6s forwards fade-in-anim;
  animation: 0.6s forwards fade-in-anim;
}

._fade-in-left,
._fade-in-right {
  -webkit-transition: opacity 0.4s, -webkit-clip-path 0.6s,
    -webkit-transform 0.5s, -webkit-box-shadow 0.3s;
  transition: clip-path 0.6s, opacity 0.4s, transform 0.5s, box-shadow 0.3s,
    -webkit-clip-path 0.6s, -webkit-transform 0.5s, -webkit-box-shadow 0.3s;
  -o-transition: clip-path 0.6s, opacity 0.4s, transform 0.5s, box-shadow 0.3s;
  -webkit-transform: translateY(10%);
  -ms-transform: translateY(10%);
  transform: translateY(10%);
  opacity: 0;
}

._fade-in-left[data-intersection],
._fade-in-right[data-intersection] {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.fade-in,
.fade-in-anim[data-intersection] {
  -webkit-animation: 1s forwards fadeIn;
  animation: 1s forwards fadeIn;
}

.header-fixed .dil > span,
.header-fixed .header-bottom nav > ul > li > div > a,
.header-fixed .invest-btn i,
.header-fixed .invest-btn span,
.header-fixed .invest-btn span *,
.header-fixed .languages > li a,
.side-menu-wrapper .two-columns ._anim-scale:hover ._anim-outer {
  color: #000;
}

._anim-scale:hover ._anim-outer {
  color: #df4142;
}

._escape_up-wrapper {
  display: block;
  overflow: hidden;
}

._anim-scale ._anim-start {
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

._scale-up {
  -webkit-animation: 1s forwards scale-up;
  animation: 1s forwards scale-up;
}

@-webkit-keyframes scale-up {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes scale-up {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

._scale-up-center {
  -webkit-animation: 2s forwards scale-up-center;
  animation: 2s forwards scale-up-center;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}

@-webkit-keyframes scale-up-center {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
  }

  to {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
}

@keyframes scale-up-center {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
  }

  to {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
}

._escape_up,
._escape_up-em {
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  display: block;
  transform: translateY(100%);
}

._escape_up {
  -webkit-animation: 1s linear forwards up;
  animation: 1s linear forwards up;
}

._escape_up__linear {
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}

._escape_up__ease_in_out {
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

._escape_up__ease_in {
  -webkit-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}

._escape_up__ease_out {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

._escape_up_ease {
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}

._escape_up-em {
  -webkit-animation: 1s linear forwards up-em;
  animation: 1s linear forwards up-em;
}

._escape_up-wrapper[data-intersection] ._escape_up-anim {
  -webkit-animation: 1s ease-out forwards up;
  animation: 1s ease-out forwards up;
}

._escape_up-wrapper[data-intersection]:nth-child(2) ._escape_up-anim {
  -webkit-animation-delay: 0.06s;
  animation-delay: 0.06s;
}

._escape_up-wrapper[data-intersection]:nth-child(3) ._escape_up-anim {
  -webkit-animation-delay: 0.12s;
  animation-delay: 0.12s;
}

._escape_up-anim {
  display: block;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}

@-webkit-keyframes up {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }

  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes up {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }

  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes up-em {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }

  to {
    -webkit-transform: translateY(-0.06em);
    transform: translateY(-0.06em);
  }
}

@keyframes up-em {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }

  to {
    -webkit-transform: translateY(-0.06em);
    transform: translateY(-0.06em);
  }
}

._escape_up-fade-in {
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-animation: 0.5s linear forwards up-fade-in;
  animation: 0.5s linear forwards up-fade-in;
}

@-webkit-keyframes up-fade-in {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes up-fade-in {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

._anim-scale ._anim-start .icon,
.slide-block > .inner > .inset > .iconbox > .contents {
  position: relative;
  z-index: 2;
}

._anim-scale ._anim-outer,
._anim-scale .icon,
._anim-scale .svg-icon {
  display: block;
  position: relative;
  z-index: 2;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}

.btn-arrow {
  width: 56px;
  height: 56px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.banner .carding,
.block-area.white,
.btn-arrow,
.parallaxContent,
.section,
.video {
  background-color: #fff;
}

.btn-lg {
  font-size: 32px;
  font-weight: 600;
  margin: 0;
  position: relative;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 160px;
  padding: 0 62px 0 100px;
  color: #fff;
  cursor: pointer;
  border-top: 1px solid hsla(0, 0%, 100%, 0.5);
  background: 0 0;
}

.block-area.yorum,
.blokone,
.blokone.colors,
.corporate,
.faq-area-img,
.how-work-bg,
.l-page__bg-bottom,
.l-page__bg-right-3,
.layer-6-bg,
.titlebar,
.video-area,
.video-cont {
  background-repeat: no-repeat;
}

.video-btn {
  top: 0;
  left: 0;
  position: absolute;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: -1;
  cursor: pointer;
}

.video-btn,
.video-btn .btn-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
}

.video-btn .btn-wrapper {
  min-width: 156px;
  border: 1px solid #fff;
  -webkit-backdrop-filter: blur(1.10526px);
  backdrop-filter: blur(1.10526px);
  -webkit-border-radius: 14px;
  border-radius: 14px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px;
  cursor: pointer;
}

.video-btn .btn-wrapper .triangle {
  margin: 15px 0;
  -webkit-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
}

.video-btn .btn-wrapper .label {
  max-width: 135px;
  text-align: center;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.1;
  white-space: inherit;
}

.side-menu-wrapper .two-columns ._anim-start:before {
  background-color: #ededed;
}

._anim-scale ._anim-start .icon .svg-icon {
  fill: #1f1f1f;
}

._anim-scale:hover ._anim-start .icon .svg-icon {
  fill: #000;
  fill: #df4142;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.btn-lg .btn-arrow .svg-icon {
  width: 20px;
  height: 20px;
}

._anim-scale ._anim-start:before {
  position: absolute;
  z-index: 1;
  display: block;
  content: "";
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
  pointer-events: none;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  width: 56px;
  height: 56px;
}

._anim-scale:hover ._anim-start:before {
  width: 200vw;
  height: 200vw;
}

.button-circle {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 31;
  height: 56px;
  width: 56px;
  margin: auto;
  border: 1px solid rgba(9, 10, 10, 0.4);
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.align-self {
  align-self: flex-end;
}

.blokone.colors {
  background-color: #f5f4f0 !important;
  background-image: url("../img/rulo.png");
  background-position: center left;
  background-size: contain;
}

.section-video__video-wrapper,
.section-video__video-wrapper video {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.wrap-flex {
  display: flex;
  margin: 50px auto 0;
  position: relative;
}

.button-wrap {
  position: relative;
  width: 100%;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  background-color: #fff;
  justify-content: center;
  box-shadow: 0 40px 40px 0 rgb(209 209 209 / 28%);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin: 0 20px 0 0;
  --e-column-margin-right: 20px;
  --e-column-margin-left: 0px;
  padding: 40px 10px;
  border-radius: 20px;
  display: flex;
}

.button-wrap .widget-container {
  padding: 20px;
  background-color: var(--brand--b);
  border-radius: 100%;
  margin: 0 auto;
  width: 90px;
  height: 90px;
  text-align: center;
  line-height: 56px;
}

.button-wrap .widget-container svg {
  font-size: 42px;
  color: #fff;
}

.button-wrap:last-child {
  margin: 0 auto;
}

.widget-container-inset {
  width: 100%;
  display: flex;
}

.widget-text {
  margin-bottom: 0;
  text-align: center;
  color: #202039;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.5px;
  padding: 20px 0 0;
}

.widget-dec {
  text-align: center;
  color: #3e3e4d;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
  margin: 5px 0 0;
  padding: 0;
}

.galeri-item a,
.tus-up {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.accordion-toggle.active a,
.op-primary-button.hover,
.op-primary-button:hover,
.white {
  color: #fff !important;
}

.aralik {
  padding: 15px !important;
}

.aralik img {
  border-radius: 15px !important;
}

.fab-wrapper {
  position: fixed;
  bottom: 35px;
  right: 35px;
  z-index: 99;
}

.fab-toggle {
  -webkit-appearance: none;
  position: absolute;
  border-radius: 50%;
  top: 0;
  left: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background-color: transparent;
  border: none;
  outline: 0;
  z-index: 2;
  transition: box-shadow 0.2s ease-in-out;
  box-shadow: 0 3px 5px 1px rgba(51, 51, 51, 0.3);
}

.fab-button,
.icon-box {
  z-index: 1;
  display: flex;
}

.accordion-toggle.active,
.catalog-card-group-item ul li.active a:before,
.col-20 .inset:hover .iwset,
.fab-button,
.faq-square,
.feature-item.back-color:hover .feature-image,
.tabs__nav li.active a:before {
  background-color: var(--brand--b);
}

.fab-actions a,
.fab-button,
.icon-box .icon {
  border-radius: 50%;
  color: #fff;
}

.fab-toggle:hover {
  box-shadow: 0 3px 6px 2px rgba(51, 51, 51, 0.3);
}

.fab-toggle:checked ~ .fab-actions a {
  opacity: 1;
  visibility: visible;
}

.fab-toggle:checked ~ .fab-button svg {
  transform: rotate(180deg);
}

.fab-button {
  height: 56px;
  width: 56px;
  align-items: center;
  justify-content: center;
}

.fab-button svg {
  font-size: 16px;
  transform: rotate(0);
  transition: 0.4s;
}

.fab-actions {
  position: absolute;
  width: 100%;
  bottom: 120%;
  text-align: center;
}

.fab-actions a {
  display: block;
  width: 45px;
  height: 45px;
  margin: 10px auto 0;
  line-height: 1.15;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 0 5px 1px rgba(51, 51, 51, 0.3);
}

.fab-actions a svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 21px;
}

.fab-actions a:hover {
  transform: scale(1.05);
}

.fab-actions a:first-child {
  background-color: #3273dc;
  transition: opacity 0.2s ease-in-out 0.3s, transform 0.15s ease-in-out;
}

.fab-actions a:nth-child(2) {
  background-color: #00b2ff;
  transition: opacity 0.2s ease-in-out 0.25s, transform 0.15s ease-in-out;
}

.fab-actions a:nth-child(3) {
  background-color: #08c;
  transition: opacity 0.2s ease-in-out 0.2s, transform 0.15s ease-in-out;
}

.fab-actions a:nth-child(4) {
  background-color: #25d366;
  transition: opacity 0.2s ease-in-out 0.15s, transform 0.15s ease-in-out;
}

.about.style-1 {
  padding: 80px 0;
}

.about .about__image,
.cookie-cs-opt-group a:first-of-type .button-text {
  padding-left: 25px;
}

.about.style-1 .about__image img {
  -webkit-animation: 3s linear infinite move5;
  animation: 3s linear infinite move5;
}

.about .about__content {
  padding-top: 89px;
}

.about.style-1 .about__content .title {
  margin-bottom: 12px;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.2;
  color: #000;
  text-transform: capitalize;
}

.about.style-1 .about__content p {
  color: #000;
  margin-top: 0;
  margin-bottom: 1rem;
}

.list-icon-box {
  margin-top: 41px;
  padding-right: 132px;
}

.list-icon-box:before {
  content: "";
  position: absolute;
  top: 0;
  z-index: 0;
  left: 24px;
  width: 2px;
  height: 80%;
  border-left: 2px dashed #4388dd;
}

.icon-box {
  margin-bottom: 18px;
}

.icon-box .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 48px;
  height: 48px;
  background: linear-gradient(294.72deg, #ff4581 9.05%, #4388dd 79.28%);
  margin-right: 17px;
}

.icon-box .content,
header .header-bottom .right-block .online-internet-menu > ul li a span {
  padding-top: 2px;
}

.icon-box .content h5 {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2;
  color: #000;
}

.icon-box .content p {
  line-height: 1.6;
  color: #000;
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 1rem;
}

.faq-title {
  line-height: 0.8 !important;
  font-size: 2.2223em !important;
  font-weight: 800 !important;
  margin-top: 1em !important;
  margin-bottom: 1em !important;
  text-align: center !important;
  color: #1a1917 !important;
}

.faq-square {
  transform-origin: 50% 0;
  border-radius: 2px;
  width: 10px;
  height: 10px;
  margin: 2.499975em auto;
}

.tab-pane {
  font-size: 14px;
  line-height: 1.42857143;
  color: #111;
  padding: 10px 20px;
}

.balayi-blog .row .container-fluid,
.px-4 {
  padding-left: 4rem;
  padding-right: 4rem;
}

.overlay {
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 999999;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.9);
}

.overlay-content {
  position: relative;
  top: 46%;
  width: 50%;
  text-align: center;
  margin: auto;
}

.\32xl\:text-h3,
.mt-8 {
  margin-top: 2rem;
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
  cursor: pointer;
  color: #fff;
}

.overlay .closebtn:hover {
  color: #ccc;
}

.overlay input[type="text"] {
  padding: 17px;
  font-size: 14px;
  border: none;
  float: left;
  width: 80%;
  background: #fff;
  text-transform: uppercase;
  height: auto;
  border-radius: 0;
}

.overlay input[type="text"]:hover {
  background: #f1f1f1;
}

.overlay .btnAra {
  float: left;
  width: 20%;
  padding: 17px;
  background: #000;
  font-size: 14px;
  border: none;
  cursor: pointer;
}

.overlay button:hover {
  background: #bbb;
}

.titlebar {
  background-color: #10131d;
  color: #fff;
  height: 50vh;
  background-size: cover;
  background-position: center center;
  position: relative;
  z-index: 1;
  opacity: 0.5;
}

.titlebar > .titlebar-overlay {
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.room-thumb img,
.titlebar > .breadcrumbvideoblok {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.spa-wrap {
  position: relative;
  height: 90vh;
}

.spa-wrap .spa-link {
  height: 100%;
  display: block;
  position: relative;
}

.spa-wrap .spa-link .spa-image {
  display: block;
  z-index: 0;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  position: absolute;
}

.spa-wrap .spa-link .spa-text,
.spa-wrap .spa-link .spa-text span {
  color: rgb(255 255 255 / var(--tw-text-opacity));
  display: -webkit-box;
  --tw-text-opacity: 1;
  text-align: center;
  -webkit-box-orient: vertical;
}

.spa-wrap .spa-link .spa-image .spa-overlay {
  background-color: rgba(0, 0, 0, 0.4);
  display: block;
  z-index: 10;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  position: absolute;
}

.spa-wrap .spa-link .spa-image .spa-inner {
  display: block;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  position: absolute;
}

.spa-wrap .spa-link .spa-image .spa-inner img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.spa-wrap .spa-link .spa-text {
  padding-bottom: 4rem;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  z-index: 10;
  position: relative;
}

.spa-wrap .spa-link .spa-text h3 {
  line-height: 2rem;
  margin-bottom: 2rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  text-align: center;
  font-weight: 400;
  font-size: 32px;
}

.spa-wrap .spa-link .spa-text span {
  max-width: 40rem;
  height: 60px;
  overflow: hidden;
  -webkit-line-clamp: 3;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.5;
}

.balayi-blog {
  --tw-text-opacity: 1;
  color: rgb(31 31 29 / var(--tw-text-opacity));
  --tw-bg-opacity: 1;
  border-width: 0;
  position: relative;
  z-index: 10;
  overflow: hidden;
}

.group:hover .md\:group-hover\:text-white,
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.balayi-blog .row {
  padding-bottom: 8rem;
  padding-top: 8rem;
}

.balayi-blog .row .container-fluid {
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1632px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog-col,
.justify-between {
  justify-content: space-between;
}

.balayi-text .content-text {
  margin: 2rem 0;
  font-weight: 300;
  font-size: 18px;
  color: #333;
  line-height: 1.5;
}

.lg\:grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.md\:gap-8 {
  gap: 2rem;
}

.md\:grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.gap-y-8 {
  row-gap: 2rem;
}

#imageGallery img,
.btn .btn-click:hover::before,
.open > .dropdown-menu,
.talep-btn a:hover:after,
.testimonial-floatingimg li img,
.tus-btn-nav-open > span:last-child::after,
.tus-btn-nav-open > span:last-child::before,
.w-full,
header .header-bottom nav.mainNavigation {
  width: 100%;
}

.block,
.flex,
.grid,
.grid-galeri {
  display: grid;
}

.z-0 {
  z-index: 0;
}

.min-h-\[440px\] {
  min-height: 440px;
}

.overflow-hidden {
  overflow: hidden;
}

.about__circles-text p:last-child,
.catalog-card-group-item,
.catalog-form div div,
.mbottom:last-child,
.md\:mb-0 {
  margin-bottom: 0;
}

.flex-col {
  flex-direction: column;
}

.blog-container.blog-item-2,
.h-full,
.tour-item-style.other .image-wrapper img {
  height: 100%;
}

.z-20 {
  z-index: 20;
}

.inset-0,
.inset-y-0 {
  top: 0;
  bottom: 0;
}

.inset-0 {
  left: 0;
  right: 0;
}

.pb-4 {
  padding-bottom: 4rem;
}

.m0 {
  margin: 0 auto !important;
}

.duration-300,
.transition-all {
  transition-duration: 0.3s;
  transition-property: all;
}

.blokone > div > div > .center,
.footer_play-logo,
.kategoriler-slide-footer .owl-item,
.tac,
.text-center {
  text-align: center !important;
}

.button_transparent.button_bordered,
button.button_transparent.button_bordered {
  border-color: rgb(31 31 29 / var(--tw-border-opacity));
}

.pointer-events-none {
  pointer-events: none;
}

.object-cover {
  object-fit: cover;
}

.bg-\[\#111\] {
  --tw-bg-opacity: 1;
  background-color: rgb(17 17 17 / var(--tw-bg-opacity));
}

.opacity-20 {
  opacity: 0.2;
}

.button_arrow,
button.button_arrow {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0.5rem 2rem 0.5rem 0.5rem;
}

.group:hover .md\:group-hover\:scale-110 {
  transform: scale(1.1);
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
}

.group:hover .md\:group-hover\:delay-200 {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.group:hover .md\:group-hover\:bg-navy {
  background-color: rgb(76 114 148 / var(--tw-bg-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(199 172 107 / var(--tw-bg-opacity));
}

.group:hover .md\:group-hover\:border-navy {
  border-color: rgb(76 114 148 / var(--tw-border-opacity));
  --tw-border-opacity: 1;
  border-color: rgb(199 172 107 / var(--tw-border-opacity));
}

.group:hover .md\:group-hover\:after\:invert:after,
.group:hover .md\:group-hover\:before\:invert:before {
  filter: invert(100%);
}

.group:hover .md\:group-hover\:-translate-y-full,
.group:hover .md\:group-hover\:scale-110 {
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.button_bordered,
button.button_bordered {
  border-width: 1px;
  padding: 1rem 2rem;
}

.button_transparent,
button.button_transparent {
  color: rgb(31 31 29 / var(--tw-text-opacity));
}

.button,
button.button {
  font-size: 12px;
  line-height: 1.25rem;
  outline: transparent solid 2px;
  outline-offset: 2px;
  transition-duration: 0.4s;
  transition-property: all;
}

.button_arrow:before,
button.button_arrow:before {
  background-image: url("../img/linearrow.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 2rem;
  margin-right: 0.5rem;
  transition-duration: 0.4s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.45, 0.05, 0.55, 0.95);
  vertical-align: middle;
  width: 2rem;
}

.button_arrow span,
button.button_arrow span {
  line-height: 1rem;
}

.scale-110,
.translate-y-4 {
  transform: scale(1.1) translateY(1rem);
}

.leading-none {
  line-height: 1;
}

.text-xs {
  font-size: 12px;
  line-height: 1rem;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

.ml-4 {
  margin-left: 1rem;
}

.max-w-xs {
  max-width: 20rem;
}

.\32xl\:tracking-\[-0\.32px\] {
  letter-spacing: -0.32px;
}

.\32xl\:text-h3 {
  color: #fff;
  line-height: normal;
  font-weight: 400;
  font-size: 32px;
}

.\32xl\:text-xl {
  position: relative;
  height: 125px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.\32xl\:text-xl > p {
  color: #fff;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.5;
}

.ozel-post {
  display: block;
  z-index: 99;
}

.p-4 {
  padding: 1rem;
}

.p-6 {
  padding: 4rem;
}

.headlines {
  position: relative;
  display: block;
  text-align: center;
  width: 50%;
  margin: 60px auto;
}

.headlines h1 {
  font-family: inherit;
  font-weight: 400;
  font-size: 54px;
  line-height: 1.2em;
  margin: 15px auto;
}

.headlines p {
  color: #48494f;
  line-height: 1.75;
  font-size: 15px;
  font-weight: 400;
  font-family: inherit;
  letter-spacing: 0px;
}

@keyframes loader-spinning {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes loader-blink {
  0%,
  100% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }
}

@keyframes scroll {
  0% {
    opacity: 0;
  }

  10% {
    transform: translateY(0);
    opacity: 1;
  }

  100% {
    transform: translateY(5px);
    opacity: 0;
  }
}

@keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
  }

  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

.port--cratos-module {
  position: relative;
  max-width: calc(142em + 7.5em + 7.5em);
  margin: 30px auto;
}

.port--cratos-module.organizasyon {
  margin: 30px;
}

.port--cratos-module .port--cratos-module__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 3em 6em;
}

.port--cratos-module .port--cratos-module__list.nonegap {
  gap: 2em 0;
}

.port--cratos-module .port--cratos-module__list.nonegapbar {
  display: block !important;
  gap: 2em 0;
}

.port--cratos-module .port--cratos-module__item {
  position: relative;
  width: calc(100% / 2 - 6em * (2 - 1) / 2);
  max-width: 62em;
}

.port--cratos-module .port--cratos-module__item:nth-child(2n-1) {
  transition: transform 2s, opacity 2s;
}

.port--cratos-module .port--cratos-module__item:nth-child(2n-1).JS-effect {
  transform: translateX(-5em);
  opacity: 0;
}

@media (max-width: 1024px) {
  .port--cratos-module .port--cratos-module__item:nth-child(2n-1).JS-effect {
    transform: translateX(-2em);
  }
}

.port--cratos-module .port--cratos-module__item:nth-child(2n) {
  transition: transform 2s, opacity 2s;
  margin-top: 10em;
}

.port--cratos-module .port--cratos-module__item:nth-child(2n).JS-effect {
  transform: translateX(5em);
  opacity: 0;
}

.mobile,
.port--cratos-module .port--cratos-module__item[data-active="0"],
.urunlersidebar a.collapsed .fa-angle-up,
.urunlersidebar a.collapsed ~ .fa-angle-up {
  display: none !important;
}

@media (min-width: 1025px) {
  .port--cratos-module
    .port--cratos-module__item__wrap:not(:hover)
    .port--cratos-module__detail-button,
  .port--cratos-module
    .port--cratos-module__item__wrap:not(:hover)
    .port--cratos-module__icon {
    opacity: 0;
  }

  .port--cratos-module
    .port--cratos-module__item
    a.port--cratos-module__image:hover
    .port--cratos-module__image__wrap
    img {
    transform: rotate(0.0001deg) scale(1.05);
    opacity: 0.8;
    filter: blur(5px);
  }
}

.port--cratos-module .port--cratos-module__image {
  position: relative;
  display: block;
}

.port--cratos-module .port--cratos-module__image__wrap {
  overflow: hidden;
  background-color: #000;
}

.port--cratos-module .port--cratos-module__image__wrap img {
  display: block;
  height: auto;
  width: 100%;
  transform: rotate(0.0001deg);
  transition: transform 1s, opacity 1s, filter 1s;
}

.port--cratos-module.organizasyon
  .port--cratos-module__item:hover
  .port--cratos-module__image__wrap
  img {
  transform: rotate(0.0001deg) scale(1.05);
  opacity: 0.8;
  filter: blur(5px);
}

.port--cratos-module .port--cratos-module__icon {
  position: absolute;
  top: 2em;
  right: 2em;
  width: 10em;
  transition: opacity 1s;
}

.port--cratos-module .port--cratos-module__icon img {
  display: block;
  height: auto;
  width: 100%;
}

.port--cratos-module .port--cratos-module__detail-button {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  color: #fff;
  transition: opacity 1s;
}

.port--cratos-module .port--cratos-module__detail-button__wrap {
  letter-spacing: 0.2em;
  position: relative;
  line-height: 1.1;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  transition: opacity 0.5s, letter-spacing 0.5s;
}

.port--cratos-module .port--cratos-module__detail-button__wrap > * {
  font-size: 2em;
}

.port--cratos-module .port--cratos-module__detail-button__wrap i {
  font-size: 10em;
}

.port--cratos-module .port--cratos-module__detail-button__wrap span {
  text-transform: uppercase;
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  max-width: 100%;
}

.port--cratos-module .port--cratos-module__detail-button__wrap:hover {
  letter-spacing: 0.3em;
}

@media (max-width: 1024px) {
  .port--cratos-module .port--cratos-module__item:nth-child(2n).JS-effect {
    transform: translateX(2em);
  }

  .port--cratos-module .port--cratos-module__detail-button__wrap > * {
    font-size: 1.5em;
  }

  .port--cratos-module .port--cratos-module__detail-button__wrap i {
    font-size: 7.5em;
  }

  .port--cratos-module .port--cratos-module__detail-button__wrap span {
    top: 60%;
  }
}

.port--cratos-module .port--cratos-module__title {
  line-height: normal;
  margin-top: 2rem;
  font-weight: 400;
  font-size: 32px;
  color: #333;
}

.port--cratos-module .port--cratos-module__rte {
  margin-top: 2rem;
  font-weight: 300;
  font-size: 18px;
  color: #333;
  line-height: 1.5;
  height: 240px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 16;
  -webkit-box-orient: vertical;
}

@media (max-width: 1024px) {
  .port--cratos-module .port--cratos-module__list {
    gap: 5em 3em;
    padding: 15px;
  }

  .port--cratos-module .port--cratos-module__item {
    width: calc(100% / 2 - 3em * (2 - 1) / 2);
    max-width: none;
  }

  .port--cratos-module .port--cratos-module__item:nth-child(2n) {
    margin-top: 5em;
  }

  .port--cratos-module .port--cratos-module__icon {
    top: 1.5em;
    right: 1.5em;
    width: 5.5em;
  }

  .port--cratos-module .port--cratos-module__rte,
  .port--cratos-module .port--cratos-module__title {
    margin-top: 1em;
  }
}

@media (max-width: 767px) {
  .port--cratos-module .port--cratos-module__list {
    gap: 6em 0;
    padding: 15px;
  }

  .port--cratos-module .port--cratos-module__item {
    width: 100%;
    margin-top: 0 !important;
  }
}

.port--cratos-module.organizasyon .organizasyon-module__detail-button {
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  color: #fff;
  transition: opacity 1s;
  text-align: center;
}

.elementor-widget-wrap
  > .elementor-element
  > .elementor-widget-container:hover:before,
.mdl-gridHotelesDestinos .card-destino:hover .m-hover-card,
.port--cratos-module.organizasyon
  .port--cratos-module__item:hover
  .organizasyon-module__detail-button,
.referans-item.hover div,
.referans-item:hover div {
  opacity: 1;
}

.port--cratos-module.organizasyon .organizasyon-module__detail-button__wrap {
  letter-spacing: 0.2em;
  position: relative;
  line-height: 1.1;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  transition: opacity 0.5s, letter-spacing 0.5s;
  width: 250px;
  height: 90px;
}

.port--cratos-module.organizasyon .organizasyon-icon {
  display: block;
  font-size: 10em;
  background-image: url(../img/button-back.png);
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-size: contain;
}

.port--cratos-module.organizasyon
  .organizasyon-module__detail-button__wrap
  span {
  text-transform: uppercase;
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  max-width: 100%;
  font-size: 1em;
}

.bar {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 60px;
}

.bar .bar-button {
  display: inline-block;
  line-height: 1;
  font-size: 12px;
  border-radius: 3px;
  text-align: center;
  transition: 0.3s;
  font-weight: 500;
  text-transform: uppercase;
  fill: #333;
  color: #333;
  background-color: #00000000;
  border: 1px solid #333;
  padding: 20px 30px;
}

.btn .btn-click,
.video-right {
  position: relative;
  border-radius: 4px;
  text-decoration: none;
  cursor: pointer;
}

.bar .bar-button:hover {
  color: var(--brand--b);
  background-color: #333;
  border-color: #00000000;
}

.bar .bar-button .bar-button-content-wrapper {
  text-decoration: inherit;
  align-items: center;
  display: flex;
  justify-content: center;
}

.bar .bar-button .bar-button-content-wrapper .bar-button-icon {
  margin-right: 10px;
  line-height: 0;
  order: 5;
  text-decoration: inherit;
  flex-grow: 0;
  order: 5;
}

.bar .bar-button .bar-button-content-wrapper .bar-button-text,
.btn-wrp a .elementor-button-content-wrapper .elementor-button-text,
.iletisim-tarif .tarif-buton span {
  text-decoration: inherit;
  flex-grow: 1;
  order: 10;
  display: inline-block;
}

.bar .bar-button .bar-button-content-wrapper .bar-button-icon svg,
.btn-wrp a .elementor-button-content-wrapper .elementor-button-icon svg {
  vertical-align: top;
  width: auto;
  height: auto;
  fill: none !important;
}

.hero .welcome-txt h1 {
  font-family: inherit;
  font-weight: 400;
  font-size: 54px;
  line-height: 1.2em;
  margin: 15px auto;
  color: #fff;
}

.hero .welcome-txt article {
  color: #fff;
  line-height: 1.75;
  font-size: 15px;
  font-weight: 400;
  font-family: inherit;
  letter-spacing: 0px;
  margin: 15px auto 30px;
}

.elektraweb-widget {
  background-color: #fff !important;
  border-radius: 24px !important;
}

button#widgetSubmit {
  background: var(--brand--b) !important;
  margin-top: 0 !important;
  border-radius: 24px !important;
}

.elektraweb-formGroup .pluscss {
  background: var(--brand--b) !important;
}

@media screen and (min-width: 1000px) {
  .elektraweb-widget {
    padding: 10px 10px 10px 30px !important;
    margin-bottom: 30px !important;
    width: 100% !important;
    -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.15),
      0 2px 48px 0 rgba(0, 0, 0, 0.04) !important;
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.15),
      0 2px 48px 0 rgba(0, 0, 0, 0.04) !important;
  }

  .elektraweb-formGroup {
    position: relative !important;
    padding-right: 10px !important;
    padding-left: 10px !important;
    display: flex !important;
    align-items: center !important;
    margin: 0 !important;
  }

  .elektraweb-formGroup input,
  .elektraweb-formGroup select {
    height: 40px !important;
    padding: 10px !important;
    font-weight: 500 !important;
    width: 150px !important;
    border: none !important;
    font-size: 14px !important;
    text-align: center !important;
    background-color: #ecfafb !important;
    -webkit-box-shadow: inset 0 2px 48px 0 rgba(0, 0, 0, 0.04) !important;
    box-shadow: inset 0 2px 48px 0 rgba(0, 0, 0, 0.04) !important;
    border-radius: 10px !important;
    color: #000000 !important;
  }

  input#adult,
  #child {
    width: 50px !important;
  }

  .elektraweb-formGroup label {
    margin-right: 10px !important;
  }
}

.default_video {
  position: relative;
  margin: 0;
  width: 100%;
  height: 100vh !important;
}

.default_video > .default_video_in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
}

.default_video > .default_video_in > .image_caption {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  overflow: hidden;
}

.default_video > .default_video_in > .image_caption::before {
  content: "";
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.6) 0%,
    rgba(0, 0, 0, 0.4) 100%
  );
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  top: auto;
  z-index: 2;
}

.btn .btn-click,
.btn .btn-click.other::before {
  background: #fff;
}

.default_video > .default_video_in > .video_caption {
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.video-right {
  display: inline-grid;
  background-color: transparent;
  color: #fff;
  text-align: left;
  padding: 0 3em;
  margin: 0 auto;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.1em;
  transition: 0.3s;
  vertical-align: middle;
}

.dib,
.video-right > span,
header .header-bottom nav.mainNavigation > ul,
header .header-top .right-block .social-mobil-header,
header .header-top .right-block nav li {
  display: inline-block;
}

.video-right > span:last-child,
.video-right > span:last-child * {
  display: inline-block;
  color: var(--brand--b);
}

.btn .btn-click {
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1.25;
  text-align: center;
  white-space: nowrap;
  border: none;
  outline: 0;
  transition: background 0.4s, color 0.4s;
  user-select: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  overflow: hidden;
  font-size: 1rem;
  padding: 1rem 5rem;
  width: auto;
  min-height: 40px;
  color: #000;
}

.btn-content,
.title-boxes {
  align-items: center;
  display: flex;
}

.banner-wrap .banner .banner-right .consult .plant,
.banner-wrap .banner .banner-right .consult .plant > p a:hover,
.btn .btn-click:hover,
.btn .btn-click:hover .btn-content > i svg,
.btn-box-play:hover i,
.feature-item.back-color:hover .feature-text h3,
.feature-item:hover .feature-icon i,
.invest-btn:hover i,
.invest-btn:hover span,
.invest-btn:hover span *,
.tus-btn-nav-open,
.tus-btn-nav-open:hover {
  color: #fff;
}

.btn .btn-click::before {
  background: var(--brand--b);
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  transition: width 0.4s;
  z-index: -1;
  width: 0;
}

.btn .btn-click::after {
  font-size: 1.3333333333rem;
}

.btn .btn-click.other {
  background: var(--brand--b);
  color: #fff;
}

.btn-content {
  justify-content: center;
  gap: 0.25em;
  z-index: 2;
  transform: translateX(0) rotate(0.001deg);
  width: 100%;
  font-size: 12px;
  text-transform: uppercase;
}

.home__screen__slide,
.home__screen__text {
  z-index: 8;
  text-align: left;
  margin: 0;
  position: absolute;
}

.btn-content > span {
  margin-bottom: -0.4em;
}

.btn .btn-content > i svg polyline {
  stroke: #000;
  stroke-width: 1.5px;
  transition: stroke var(--animation-primary);
}

.btn .btn-click:hover .btn-content > i svg polyline,
.btn-ba.white svg path {
  stroke: #fff;
}

.default_video .owl-carousel {
  z-index: 9;
}

.home__screen__slide {
  bottom: 100px;
  right: 10%;
  max-width: 620px;
  width: 40%;
  overflow: hidden;
}

.home__screen__text {
  bottom: 10%;
  left: 8rem;
  max-width: 720px;
  width: 30%;
}

.home__screen__text > div > .sub-title {
  display: block;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 8px;
  font-weight: 700;
  font-size: 14px;
}

.home__screen__text > div > h6 {
  font-size: 24px;
  font-weight: 400;
  font-style: italic;
  color: #fff;
  text-transform: none;
}

.home__screen__text > div > h1 {
  color: #fff;
  display: block;
  text-shadow: 6px 2px 10px #04040442;
  margin: 15px auto;
  font-size: 62px;
  font-weight: 700;
  letter-spacing: 0;
  cursor: pointer;
}

.home__screen__text > div > h1 > span {
  position: relative;
  background-image: linear-gradient(var(--brand--b), var(--brand--b));
  background-size: 100% 5px;
  background-repeat: no-repeat;
  background-position: 100% 100%;
  transition: background-size 0.7s, background-position 0.5s ease-in-out;
}

.home__screen__text > div > h1 > span:hover {
  background-size: 100% 100%;
  background-position: 0 100%;
  transition: background-position 0.7s, background-size 0.5s ease-in-out;
}

.home__screen__text > div > span {
  font-size: 14px;
  color: #fff;
  padding: 1em 0;
  margin-bottom: 20px;
  display: block;
}

.home__screen__text > div > h2 > svg {
  display: inline-block;
  padding-right: 10px;
  color: #fff;
  font-size: 13px;
  width: 24px !important;
}

.title-boxes {
  margin-top: 30px;
}

.title-boxes .dv-icon-box:first-child {
  margin-left: 0;
}

.title-boxes .dv-icon-box {
  margin-left: 60px;
  margin-top: 0;
}

.dv-icon-box:first-child {
  margin-top: 0;
}

.dv-icon-box {
  display: flex;
  align-items: center;
  margin-top: 40px;
}

.title-boxes .dv-icon-box .box-icon {
  width: 35px;
  display: grid;
}

.title-boxes .dv-icon-box .box-icon img {
  max-width: 100%;
  height: auto;
  display: inline-block;
  margin: 0;
  vertical-align: super;
  filter: invert(1);
}

.title-boxes .dv-icon-box .box-content {
  padding-left: 20px;
}

.dv-icon-box .box-content {
  flex-grow: 1;
  padding-left: 25px;
}

.dv-icon-box .box-content h6 {
  color: #fff !important;
  margin: 0 auto;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}

.blue-beam > .container-fluid,
.btn.inset {
  padding: 0 !important;
}

.btn-box.right,
.copyright,
.footer__braind-logo,
.vox {
  text-align: right;
}

.btn-box {
  margin-top: 40px;
  position: relative;
}

.btn-box .btn-primary {
  margin-right: 25px;
  background: #fff;
  color: #121212;
  border: none;
  line-height: initial;
  text-transform: uppercase;
  border-radius: 30px;
  padding: 15px 60px 15px 25px;
  position: relative;
  -webkit-box-shadow: 0 5px 28.5px 1.5px rgba(254, 35, 9, 0.2) !important;
  box-shadow: 0 5px 28.5px 1.5px rgba(254, 35, 9, 0.2) !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 12px;
  font-weight: 700;
}

.btn-box .btn-primary:focus,
.btn-box .btn-primary:hover {
  background: var(--brand--b) !important;
  color: #fff !important;
}

.btn-box .btn-primary:focus i,
.btn-box .btn-primary:hover i {
  background-color: #121212;
  color: #fff;
}

.btn-box .btn-primary i {
  position: absolute;
  right: 7px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  display: inline-block;
  height: 38px;
  width: 38px;
  line-height: 38px;
  color: #fff;
  border-radius: 50%;
  background-color: var(--brand--b);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.btn-border,
.btn-box-play,
.btn-box-play i,
.btn-wrapper .btn-play-icon path,
.btn-wrapper_milk .btn-label {
  transition-timing-function: cubic-bezier(0.6, 0, 0.41, 1);
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

.btn-wrapper {
  display: inline-flex;
}

.btn-container,
.btn-right {
  background-color: transparent;
  display: flex;
  text-decoration: none;
}

.btn-container {
  height: 140px;
  width: 280px;
  font: inherit;
  color: inherit;
  border: none;
  position: relative;
  z-index: 1;
  padding: 0;
  margin: 0;
  cursor: pointer;
}

.btn-border {
  width: 156px;
  height: 140px;
  left: 0;
  top: 0;
  position: absolute;
  right: 15px;
  bottom: 10px;
  -webkit-animation-duration: 1.7s;
  animation-duration: 1.7s;
  opacity: 0.4;
}

.btn-right {
  height: inherit;
  border: 0;
  transition: color 0.3s, background-color 0.3s;
  align-items: center;
}

.btn-content a {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

.btn-play-icon {
  width: 30px;
  height: 40px;
  margin-right: 20px;
}

.btn-wrapper .btn-play-icon path {
  fill: rgba(255, 252, 252, 0);
  paint-order: stroke;
  transition-duration: 0.5s;
}

.btn-wrapper_milk .btn-label {
  color: #fff;
  font-size: 14px;
  line-height: 2.8;
  letter-spacing: 5px;
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  vertical-align: middle;
  z-index: 1;
  transition-duration: 0.3s;
}

.home__scroll.headline {
  padding: 20px 40px;
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translate(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 5;
  color: #fff;
  border-radius: 30px;
  overflow: hidden;
  text-align: center;
  font-size: 11px;
}

.headline {
  text-transform: uppercase;
  letter-spacing: 0.26em;
  font-weight: 700;
  line-height: 1;
}

.home__scroll.headline .textured-background {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  opacity: 0.3;
}

.textured-background {
  background-color: #fffcfa;
  background-image: url(../img/noise.png);
  background-attachment: local;
  background-size: 100px 100px;
}

.home__scroll.headline span:not([class]) {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.home__scroll.headline .svg {
  margin-bottom: 20px;
  fill: currentColor;
  display: inline-block;
}

.testimonial-floatingimg li {
  height: 80px;
  width: 80px;
  position: absolute;
  overflow: hidden;
  border-radius: 100%;
  border: 10px solid #e7eaef;
  opacity: 0.5;
  -webkit-animation: 1.5s infinite alternate scale;
  animation: 1.5s infinite alternate scale;
  list-style-type: none;
}

.catalog-card-group-item ul li,
.tabs__nav li {
  border-top: 1px solid #dcdbd8;
  list-style-type: none;
}

.testimonial-float-img1 li:first-child {
  top: 90px;
  left: 215px;
}

.testimonial-float-img1 li:nth-child(2) {
  top: 198px;
  left: 108px;
}

.testimonial-float-img1 li:nth-child(3) {
  top: 30%;
  left: 20%;
}

.testimonial-float-img1 li:nth-child(4) {
  top: 360px;
  left: 140px;
}

.testimonial-float-img2 li:first-child {
  bottom: 90px;
  right: 215px;
}

.testimonial-float-img2 li:nth-child(2) {
  bottom: 198px;
  right: 50px;
}

.testimonial-float-img2 li:nth-child(3) {
  bottom: 30%;
  right: 15%;
}

.testimonial-float-img2 li:nth-child(4) {
  bottom: 360px;
  right: 140px;
}

@keyframes scale {
  from {
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
  }

  to {
    transform: scale(1.08);
    -webkit-transform: scale(1.08);
  }
}

@-webkit-keyframes scale {
  from {
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
  }

  to {
    transform: scale(1.08);
    -webkit-transform: scale(1.08);
  }
}

.ptb10,
.thumb-info-caption {
  padding: 10px 0;
}

.open > ul.dropdown-menu > li > a,
.tour-item-style.other .item-detail-room {
  font-size: 12px;
}

.accordian-wrapper:last-child,
.mbottom {
  margin-bottom: 20px;
}

.urunler-area {
  position: relative;
  padding: 0;
  z-index: 10;
}

.catalog-filter-col {
  width: 25%;
  position: relative;
  box-sizing: border-box;
  float: left;
  z-index: 15;
}

.catalog-card-group-item {
  position: relative;
  padding-bottom: 7em;
  display: none;
  overflow: hidden;
  background-color: #f5f4f0;
  border: 0 solid transparent;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.catalog-card-back,
.catalog-form:before {
  padding-bottom: 3.333em;
  box-shadow: 10px 10px 30px 0 rgb(0 0 0 / 20%);
  display: block;
}

.catalog-card {
  position: relative;
  z-index: 25;
}

.catalog-card-back {
  content: "";
  position: absolute;
  width: 100vh;
  height: 20vh;
  background: #f5f4f0;
  top: -3.3333em;
  right: -10em;
}

.arrow-up,
.tabs {
  box-shadow: 0 1px 1px rgb(0 0 0 / 20%);
}

.catalog-card-back.active {
  height: 145vh;
}

.catalog-card:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #f5f4f0;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transition: opacity 0.25s, visibility 0.25s 0.25s;
}

.catalog-filter-title {
  position: relative;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 0.8889em;
  margin-bottom: 1.66665em;
  color: #1a1918;
  cursor: pointer;
}

.catalog-card-group-item ul li {
  font-size: 0.8888em;
  float: none;
  color: var(--brand--b);
}

.catalog-card-group-item ul li a {
  width: 100%;
  position: relative;
  display: block;
  padding: 0.8em 1.6em;
  color: var(--brand--b);
  transition: background 0.25s;
  vertical-align: middle;
  border-radius: 0;
}

.catalog-card-group-item ul li.active a,
.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
  background-color: #fff5cc;
  color: var(--brand--b);
  font-weight: 700;
}

.catalog-card-group-item ul li a:before,
.tabs__nav a:before {
  left: 0;
  top: 0;
  background-color: transparent;
  content: "";
  bottom: 0;
  width: 5px;
}

.catalog-card-group-item ul li a:before {
  position: absolute;
  transition: background 0.25s;
}

.catalog-form:before {
  content: "";
  position: absolute;
  width: 100vw;
  height: 100%;
  background: #fff;
  top: -3.3333em;
  right: 0;
  z-index: -1;
}

.catalog-form2 {
  float: left;
  width: 100%;
}

.catalog-form {
  padding: 0 2em 10em 0;
  z-index: 20;
}

.catalog-right-col,
.catalog-right-col-100 {
  z-index: 99;
  float: left;
  position: relative;
  box-sizing: border-box;
}

.catalog-form h1,
.catalog-form2 h1 {
  font-weight: 900;
  line-height: 1;
  font-size: 1.2223em;
  text-transform: uppercase;
}

.catalog-form p {
  font-size: 1.1em;
  font-style: italic;
  max-width: 100%;
  margin: auto;
}

.catalog-form img,
.detay-title {
  margin: 25px auto;
  display: contents;
}

.blog-area > div,
.blog-area > div > div,
.catalog-form div div,
.iletisim-footer > div,
.o-footer__bottomMenu,
.productTabs,
.urunlersidebar,
body .tab-content .tab-pane {
  padding: 0;
}

.catalog-right-col-100 {
  width: 100%;
  padding-left: 0;
  margin: 25px auto;
}

.catalog-right-col {
  width: 75%;
  padding-left: 3.3333em;
}

.tab-pane > div {
  padding: 5px;
}

.GaleriListe {
  margin: 0 auto;
  position: relative;
}

.GaleriListe img {
  opacity: 1;
  transition: 0.7s ease-in-out;
  max-height: 210px;
  min-height: 210px;
  object-fit: cover;
  width: 100%;
  margin: 10px 0;
  border-radius: 20px;
}

.GaleriListe:hover img {
  opacity: 0.7;
  transition: 0.7s ease-in-out;
}

.GaleriListe .fa {
  position: absolute;
  opacity: 0;
  margin: auto;
  color: var(--brand--b);
  font-size: 42px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.5s;
}

.GaleriListe:hover .fa {
  opacity: 1;
  transition: 0.5s;
}

.GaleriListe a figcaption {
  padding: 10px 15px;
  position: absolute;
  bottom: 0;
  z-index: 1;
  width: 100%;
}

.GaleriListe a figcaption:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  content: "";
  opacity: 0.8;
  z-index: -1;
}

.GaleriListe a figcaption h3 {
  display: inline-block;
  font-weight: 700;
  letter-spacing: -0.4px;
  margin: 0;
  padding: 0;
  font-size: 14px;
}

.footer__top ul li a,
.languages > li > ul li {
  padding: 5px 0;
}

.nav-pills > li {
  margin: 5px auto 0 !important;
  padding: 0 5px !important;
}

.tabs > .tabs__sidebar.fixed {
  position: sticky;
  top: 250px;
}

.tabs > .tabs__main.fixed {
  padding-top: 350px;
}

.tab-area {
  padding: 5em 0;
}

.tab-area > .container {
  display: flex;
  background-color: #fff;
  padding: 0;
}

.tabs {
  position: relative;
  z-index: 1;
  background: #fff;
  margin-bottom: 60px;
}

.tabs__sidebar {
  float: left;
  width: 25%;
}

.l-page.ters .l-page__content-designers,
.tabs__main {
  float: right;
}

.tabs__main {
  width: 75%;
  border-left: 1px solid #dcdbd8;
}

.tabs__hints {
  padding: 3.2em 1.6em;
}

.tabs__hint {
  font-size: 1em;
  line-height: 1.2;
  color: #333;
}

.tabs__nav li {
  font-size: 0.8888em;
}

.tabs__nav li.active a {
  background-color: #000;
  color: #fff;
}

.tabs__nav a {
  position: relative;
  display: block;
  padding: 0.8em 1.6em;
  color: var(--brand--b);
  transition: background 0.25s;
}

.tabs__nav a:before {
  position: absolute;
  transition: background 0.25s;
}

.tabs__content {
  padding: 4em;
}

.tabs__title {
  color: var(--brand--b);
  font-size: 1.6em;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 0.4em;
}

.tabs__text {
  font-size: 1em;
  line-height: 1.5;
  color: #7f7f7f;
  margin-bottom: 2em;
}

@-webkit-keyframes zoominoutsinglefeatured {
  0%,
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  50% {
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
  }
}

@keyframes zoominoutsinglefeatured {
  0%,
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  50% {
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
  }
}

.about-area-circle .circle1 {
  right: 35%;
  top: 35%;
  width: 14%;
}

.about-area-circle img {
  position: absolute;
  opacity: 0.5;
  -webkit-animation: 4s infinite zoominoutsinglefeatured;
  animation: 4s infinite zoominoutsinglefeatured;
}

.about-area-circle .circle2 {
  right: 3%;
  top: 40%;
  width: 10%;
}

.about__description,
.referance-area-ic-sayfa {
  position: relative;
  padding: 0;
}

.about__title-2 {
  display: block;
  font-size: 2.2em;
  line-height: 1.3;
  font-weight: 700;
  text-align: center;
}

.about__title-2 sup {
  vertical-align: 30%;
  text-decoration: underline;
  font-variant: small-caps;
}

sup {
  vertical-align: super;
  font-size: smaller;
}

.about__circles {
  position: relative;
  z-index: 20;
  margin-top: 4.6em;
}

.about__plus-icon {
  position: absolute;
  width: 4em !important;
  height: 4em;
  color: #fcc900;
  top: 3.35em;
  left: 50%;
  transform: translateX(-50%);
}

.faq-area-img {
  position: absolute;
  background-position: left;
  background-size: 25% 95%;
  left: -330px;
  -webkit-animation: 50s linear infinite ani-rotate;
  animation: 50s linear infinite ani-rotate;
}

.about__circle {
  position: relative;
  margin: auto;
  z-index: 20;
  display: block;
  width: 13.3em;
  height: 13.3em;
  border-radius: 50%;
  background-color: #fff;
  border: 1px dashed #cecdca;
  text-align: center;
}

.about__circle:before {
  width: 110%;
  height: 110%;
  left: -5%;
  top: -5%;
}

.about__circle:after {
  width: 120%;
  height: 120%;
  left: -10%;
  top: -10%;
}

.about__circle:after,
.about__circle:before {
  content: "";
  position: absolute;
  border-radius: 50%;
  border: 1px dashed #cecdca;
}

.about__circle .ff {
  width: 100%;
  height: 100%;
}

.about__circle .dt {
  display: table;
}

.about__circle .dtc {
  display: table-cell;
}

.about__benefits-info .vam,
.about__circle .vam,
.info-box-icon,
.info-box-icon img {
  vertical-align: middle;
}

.about__circle img,
footer > div > .container {
  margin: 0 auto;
}

.about__circle .about__circle-icon {
  display: block;
  fill: var(--brand--b);
  width: 3em;
  height: 3em;
  margin: auto;
}

.about__circle span {
  display: block;
  text-align: center;
  font-size: 1em;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 0.75em;
}

.about__circles-text.left {
  padding-left: 2em;
  padding-right: 1em;
}

.about__circles-text.right {
  padding-right: 2em;
  padding-left: 1em;
}

.about__circles-text {
  margin-top: 5.5em;
}

.about__circles-text p {
  font-size: 1em;
  line-height: 1.4;
  color: rgba(0, 0, 0, 0.8);
  margin-bottom: 1em;
}

.about__circle-arrow1 {
  right: 0;
  top: -4em;
}

.about__circle-arrow2 {
  left: 0;
  top: -4em;
}

.about__circle-arrow {
  display: none;
  position: absolute;
  width: 2.6em;
  height: 2.6em;
  fill: #b0afad;
}

.about__features {
  position: relative;
  padding: 8em 0;
  text-align: center;
}

.about__features-item:first-child {
  margin-left: 0;
}

.about__features-item:last-child {
  margin-right: 0;
}

.about__features-item {
  position: relative;
  z-index: 20;
  display: inline-block;
  vertical-align: top;
  margin: 0 2em;
  width: 20em;
}

.about__benefits-row,
.how-work-single {
  display: flex;
  align-items: center;
  position: relative;
}

.how-work-single {
  width: 140px;
  height: 140px;
  margin: 0 auto;
  justify-content: center;
}

.about__features-icon {
  margin: 0 auto;
  text-align: center;
}

.how-work-single:before {
  content: "";
  position: absolute;
  border: 1px solid #ffda99;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  left: 0;
  top: 0;
  right: 0;
}

.about__features-title {
  font-size: 1.6em;
  line-height: 1;
  font-weight: 700;
  color: var(--brand--b);
  margin: 0.75em auto;
}

.about__features-text {
  font-size: 1em;
  line-height: 1.4;
  color: var(--brand--b);
}

.about__benefits {
  padding: 10em 0;
  background-color: #fff;
}

.about__benefits-row {
  height: 25em;
  justify-content: center;
}

.about__benefits-col.left,
.talep-btn .download-icon-right {
  float: left;
}

.about__benefits-col,
.block-area .layer .dt .dtc .small-slider-wrapper,
.brand__area,
.counter__area,
.item-blog article .picture-area {
  overflow: hidden;
}

.about__benefits-img {
  position: relative;
  display: block;
  z-index: 20;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: auto;
  height: auto;
  margin: 0 auto;
}

.about__benefits-info .ff,
.block-area .layer .dt,
.collection-blog-list,
.collection-blog-list-wrapper {
  width: 100%;
  height: 100%;
}

.about__benefits-info .dt {
  display: table;
}

.about__benefits-info .dtc {
  display: table-cell;
}

.about__benefits-text {
  padding: 0 20%;
}

.about__benefits-text .about__benefits-title {
  font-size: 1.2em;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1.4;
  margin-bottom: 0.5em;
}

.about__benefits-text p {
  font-size: 1em;
  color: rgba(0, 0, 0, 0.8);
}

.about__promo {
  position: relative;
  text-align: center;
  padding: 14em 1em;
}

.about__promo .about__promo-bg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-image: url(../../../lucent.qodeinteractive.com/wp-content/uploads/2020/10/H4-Rev-img1.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.about__promo .about__promo-text {
  position: relative;
  z-index: 20;
  font-size: 2.3em;
  line-height: 1;
  color: hsla(0, 0%, 100%, 0.9);
  font-weight: 700;
  margin: 0 auto 25px;
}

.about__promo .background-overlay {
  background-color: transparent;
  background-image: linear-gradient(180deg, #ffda99 0, var(--brand--b) 100%);
  opacity: 0.5;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: -1;
}

.arrow-up.show {
  opacity: 1;
  visibility: visible;
  transition: box-shadow 0.25s, opacity 0.25s, visibility linear;
}

.arrow-up {
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 999;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background-color: transparent;
  transition: box-shadow 0.25s, opacity 0.25s, visibility 0.25s 0.25s;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  border: 1px solid #fff;
}

.arrow-up:hover {
  box-shadow: 0 10px 20px rgb(0 0 0 / 10%);
}

.arrow-up svg {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -6px;
  margin-left: -6px;
  width: 12px;
  height: 12px;
  color: #fff;
}

.arrow-up span {
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  width: 100%;
  text-align: center;
  margin-top: 10px;
  font-size: 10px;
  text-transform: uppercase;
  color: #fff;
}

.product-area h1 {
  font-size: 38px;
  line-height: normal;
  font-weight: 700;
  letter-spacing: 0.01em;
  margin-bottom: 15px;
  margin-top: 0;
}

.pdf span,
.product-area h2 {
  line-height: 24px;
}

#imageGallery li,
ul.adres-two li {
  list-style-type: none;
}

.pdf {
  display: inline-block;
  margin-right: 5px;
  text-align: center;
}

.urundetaybolum {
  background-color: #edf2f6;
  padding: 30px 0 60px;
  margin-top: 15px;
}

.urundetaybolum .baslik {
  padding: 30px 0 60px;
  text-align: center;
}

.urundetaybolum .baslik span {
  margin-top: 0;
  margin-bottom: 0;
  color: var(--brand--b);
  font-size: 36px;
  line-height: 48px;
  font-weight: 500;
}

.card-header {
  margin: 15px auto;
  border-bottom: 2px solid #cad1dd;
}

.card-header > a {
  position: relative;
  display: block;
  font-weight: 500;
  color: var(--brand--b);
  font-size: 2em;
  margin: 0.67em 0;
}

.card-header > a:before {
  background-image: url("../img/minus.png");
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  top: 15px;
  right: 0;
}

.card-header > a.collapsed:before {
  background-image: url("../img/plus.png");
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  top: 15px;
  right: 0;
}

.l-page {
  position: relative;
  background-color: #f5f4f0;
  display: block;
  height: 50vh;
}

.l-page__bg,
.l-page__bg-bottom {
  width: 100%;
  height: 100%;
  left: 0;
  position: absolute;
}

.l-page__bg {
  top: 0;
  background-color: transparent;
}

.l-page__content {
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: 1;
  bottom: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.l-page__bg-bottom {
  z-index: 1;
  top: 0;
  background-position: center;
  background-image: url(../img/circle2.png);
}

.l-page__bg-left-4 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60%;
  height: 40%;
  background-color: #ffda99;
  display: none;
}

.l-page__bg-right-3 {
  position: absolute;
  height: 100%;
  right: auto;
  bottom: 0;
  width: 100%;
  /*box-shadow: 7px 7px 40px 0 rgb(0 0 0 / 20%);*/
  background-position: center;
  background-size: cover;
}

.l-page.ters .l-page__bg-left-4 {
  left: auto;
  right: 0;
}

.l-page.ters .catalog-form-shadow:before,
.l-page.ters .l-page__bg-right-3 {
  left: 0;
  right: auto;
}

.catalog-form-shadow {
  position: relative;
  padding-bottom: 4em;
}

.l-page__content-designers {
  position: relative;
  z-index: 20;
  float: left;
  margin-top: 0;
  padding: 0 5em;
  width: 48%;
}

.catalog-form-shadow:before {
  content: "";
  display: block;
  position: absolute;
  width: 100vw;
  height: 100%;
  background: #fff;
  top: 0;
  right: 0;
  padding-bottom: 3.333em;
  box-shadow: 10px 10px 30px 0 rgb(0 0 0 / 20%);
  z-index: -1;
}

.page-card {
  position: relative;
  z-index: 20;
  margin: 1.6em 0;
  background-color: #fff;
  border-radius: 2px;
  white-space: normal;
  text-align: left;
}

.page-card h1 {
  font-size: 1.2em;
  line-height: 1.3;
  font-weight: 700;
  margin-top: 0;
}

.page-card p {
  margin: 1em 0;
  font-size: 1em;
}

.blog-title {
  position: relative;
  z-index: 20;
  text-align: center;
  margin: 0 auto;
  padding: 0 8rem;
  width: 100%;
}

.blog-title h1 {
  color: #fff;
  font-family: inherit;
  font-weight: 400;
  font-size: 54px;
  line-height: 1.2em;
  margin: 15px auto;
}

.blog-title span {
  width: 100%;
  max-width: 620px;
  text-align: center;
  color: #fff;
  line-height: 1.75;
  font-size: 15px;
  font-weight: 400;
  font-family: inherit;
  letter-spacing: 0px;
  position: relative;
  display: block;
  margin: 20px auto;
}

.blog-title .italic a {
  font-size: 15px;
  font-weight: 400;
  font-family: inherit;
  color: #fff;
  max-width: 100%;
  margin: auto;
}

.blog-title .italic svg {
  font-size: 0.5em;
  color: #fff;
  height: 1.5em;
}

.blog-title .back-title {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.1);
  font-size: 72px;
  font-weight: 700;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  width: 100%;
}

.tus-btn-nav-open {
  position: relative;
  z-index: 2;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tus-btn-nav-open strong {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  margin-right: 0.5em;
  margin-top: -10px;
}

.tus-btn-nav-open > span {
  width: 2.8em;
  height: 2.8em;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
  margin-left: 5px;
}

.tus-btn-nav-open > span:last-child {
  position: absolute;
  top: 0;
  right: 0;
}

.tus-btn-nav-open > span span {
  width: 0.4em;
  height: 0.4em;
  background-color: currentColor;
  position: relative;
  margin: 0.25em;
  transition: transform 0.4s;
  transform: translate3d(0, 0, 0);
}

.tus-btn-nav--open .tus-btn-nav-open > span span:nth-child(18),
.tus-btn-nav-open:hover > span span:nth-child(18),
.tus-btn-nav-open > span span:first-child {
  transition: transform 0.4s 540ms;
}

.tus-btn-nav--open .tus-btn-nav-open > span span:nth-child(17),
.tus-btn-nav-open:hover > span span:nth-child(17),
.tus-btn-nav-open > span span:nth-child(2) {
  transition: transform 0.4s 510ms;
}

.tus-btn-nav--open .tus-btn-nav-open > span span:nth-child(16),
.tus-btn-nav-open:hover > span span:nth-child(16),
.tus-btn-nav-open > span span:nth-child(3) {
  transition: transform 0.4s 480ms;
}

.tus-btn-nav--open .tus-btn-nav-open > span span:nth-child(15),
.tus-btn-nav-open:hover > span span:nth-child(15),
.tus-btn-nav-open > span span:nth-child(4) {
  transition: transform 0.4s 450ms;
}

.tus-btn-nav--open .tus-btn-nav-open > span span:nth-child(14),
.tus-btn-nav-open:hover > span span:nth-child(14),
.tus-btn-nav-open > span span:nth-child(5) {
  transition: transform 0.4s 420ms;
}

.tus-btn-nav--open .tus-btn-nav-open > span span:nth-child(13),
.tus-btn-nav-open:hover > span span:nth-child(13),
.tus-btn-nav-open > span span:nth-child(6) {
  transition: transform 0.4s 390ms;
}

.tus-btn-nav--open .tus-btn-nav-open > span span:nth-child(12),
.tus-btn-nav-open:hover > span span:nth-child(12),
.tus-btn-nav-open > span span:nth-child(7) {
  transition: transform 0.4s 360ms;
}

.tus-btn-nav--open .tus-btn-nav-open > span span:nth-child(11),
.tus-btn-nav-open:hover > span span:nth-child(11),
.tus-btn-nav-open > span span:nth-child(8) {
  transition: transform 0.4s 330ms;
}

.tus-btn-nav--open .tus-btn-nav-open > span span:nth-child(10),
.tus-btn-nav-open:hover > span span:nth-child(10),
.tus-btn-nav-open > span span:nth-child(9) {
  transition: transform 0.4s 0.3s;
}

.tus-btn-nav--open .tus-btn-nav-open > span span:nth-child(9),
.tus-btn-nav-open:hover > span span:nth-child(9),
.tus-btn-nav-open > span span:nth-child(10) {
  transition: transform 0.4s 270ms;
}

.tus-btn-nav--open .tus-btn-nav-open > span span:nth-child(8),
.tus-btn-nav-open:hover > span span:nth-child(8),
.tus-btn-nav-open > span span:nth-child(11) {
  transition: transform 0.4s 240ms;
}

.tus-btn-nav--open .tus-btn-nav-open > span span:nth-child(7),
.tus-btn-nav-open:hover > span span:nth-child(7),
.tus-btn-nav-open > span span:nth-child(12) {
  transition: transform 0.4s 210ms;
}

.tus-btn-nav--open .tus-btn-nav-open > span span:nth-child(6),
.tus-btn-nav-open:hover > span span:nth-child(6),
.tus-btn-nav-open > span span:nth-child(13) {
  transition: transform 0.4s 180ms;
}

.tus-btn-nav--open .tus-btn-nav-open > span span:nth-child(5),
.tus-btn-nav-open:hover > span span:nth-child(5),
.tus-btn-nav-open > span span:nth-child(14) {
  transition: transform 0.4s 150ms;
}

.tus-btn-nav--open .tus-btn-nav-open > span span:nth-child(4),
.tus-btn-nav-open:hover > span span:nth-child(4),
.tus-btn-nav-open > span span:nth-child(15) {
  transition: transform 0.4s 120ms;
}

.tus-btn-nav--open .tus-btn-nav-open > span span:nth-child(3),
.tus-btn-nav-open:hover > span span:nth-child(3),
.tus-btn-nav-open > span span:nth-child(16) {
  transition: transform 0.4s 90ms;
}

.tus-btn-nav--open .tus-btn-nav-open > span span:nth-child(2),
.tus-btn-nav-open:hover > span span:nth-child(2),
.tus-btn-nav-open > span span:nth-child(17) {
  transition: transform 0.4s 60ms;
}

.tus-btn-nav--open .tus-btn-nav-open > span span:first-child,
.tus-btn-nav-open:hover > span span:first-child,
.tus-btn-nav-open > span span:nth-child(18) {
  transition: transform 0.4s 30ms;
}

.tus-btn-nav-open > span span:nth-child(19) {
  transition: transform 0.4s;
}

.tus-btn-nav-open > span::after,
.tus-btn-nav-open > span::before {
  content: "";
  width: 0;
  height: 0.2em;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  background-color: currentColor;
  transform-origin: 0 0;
  transform: rotate(45deg) translate(-50%, -50%);
  transition: 0.4s;
}

.tus-btn-nav-open > span::after {
  transform: rotate(-45deg) translate(-50%, -50%);
}

.tus-btn-nav-open > span:last-child::before {
  transform: rotate(45deg) translate(-200%, -50%);
}

.tus-btn-nav-open > span:last-child::after {
  transform: rotate(-45deg) translate(100%, -50%);
}

.tus-btn-nav--open .tus-btn-nav-open > span span,
.tus-btn-nav-open:hover > span span {
  transform: translate3d(0, -700%, 0);
}

.tus-btn-nav--open .tus-btn-nav-open > span span:nth-child(19),
.tus-btn-nav-open:hover > span span:nth-child(19) {
  transition: transform 0.4s 570ms;
}

.header-fixed {
  height: 110px;
  position: fixed !important;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #fff;
  border: 1px solid #f0f0f0;
}

header {
  font-family: "Jost", sans-serif;
  width: 100%;
  height: 140px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 99;
  -webkit-transition: background-color 0.3s linear;
  -ms-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;
}

.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: opacity 1s ease-in;
  -moz-transition: opacity 1s ease-in;
  -o-transition: opacity 1s ease-in;
}

header > hr {
  background-color: #fff !important;
  margin: 0 !important;
  height: 2px !important;
  opacity: 0.2 !important;
  border: none;
  position: relative;
  z-index: 3;
}

header .header-top .full-container {
  display: flex;
  align-items: center;
  height: 40px;
  padding: 0 8rem;
}

header .header-bottom .full-container {
  display: flex;
  align-items: center;
  height: 60px;
  padding: 0 8rem;
}

header .header-top {
  width: 100%;
  height: 40px;
  position: relative;
  z-index: 600;
}

header .header-top .left-block {
  float: left;
  text-align: left;
  overflow: hidden;
  width: 40%;
}

header .header-top .left-block ul li {
  display: inline-block;
  line-height: 29px;
}

header .header-top .left-block ul li a {
  box-sizing: border-box;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  background-color: #000;
  color: #fff;
  padding: 1rem;
  -webkit-transition: background-color 0.2s, color 0.2s;
  transition: background-color 0.2s, color 0.2s;
}

header .header-top .left-block a i {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.9rem;
}

header .header-top .right-block .social-mobil-header a {
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid #fff;
  text-align: center;
  line-height: 24px;
  font-size: 12px;
  margin-right: 8px;
  transition: 0.5s;
  color: #fff;
}

.right-block-hide {
  opacity: 0;
  visibility: hidden;
}

header .header-top .right-block {
  float: right;
  text-align: right;
  width: 100%;
  transition: opacity 0.5s, visibility 0.5s;
}

header .header-top .right-block nav {
  display: block;
  float: right;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  margin-right: 21px;
  border-right: 1px solid #333769;
  padding-bottom: 3px;
  padding-top: 3px;
  margin-top: 10px;
}

header .header-top .right-block nav a {
  color: #fff;
  float: right;
  margin-right: 20px;
  text-decoration: none;
}

.item-blog article .text-header h4 a,
.item-blog article .text-header p a {
  margin: 1.25em auto !important;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

header .header-top .right-block nav a:hover {
  opacity: 1;
  -webkit-transition: 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  -moz-transition: 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition: 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
}

header .header-top .left-block .phone {
  display: block;
  float: left;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  padding: 0 20px;
  border-right: 1px solid;
  border-color: rgba(255, 255, 255, 0.1);
  text-transform: inherit;
  text-transform: uppercase;
}

.referance-area .item-brand:nth-child(12) .inner,
.referance-area .item-brand:nth-child(6) .inner,
.referance-area-ic-sayfa .referance-area .item-brand:nth-child(6n) .inner,
header .header-top .left-block .phone:last-child {
  border-right: none;
}

header .header-top .left-block .phone i {
  margin-right: 10px;
  float: left;
  font-size: 16px;
}

header .header-top .left-block .phone span {
  padding-top: 2px;
  display: inline-block;
}

header .header-top .left-block .phone:first-child {
  padding-left: 0;
}

.header-fixed .dil a,
header.header-fixed .header-top .left-block .phone {
  color: #000;
  border-color: rgb(0 0 0 / 10%);
}

header.header-fixed .header-top {
  border-color: rgb(0 0 0 / 10%);
}

.invest-btn {
  backdrop-filter: blur(0.5em);
  height: 3em;
  border-left: 2px solid rgba(255, 255, 255, 0.15);
  padding: 0 2em;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4em;
  cursor: pointer;
  transition: background-color 0.3s ease-in-out;
}

.invest-btn:hover {
  background-color: rgba(245, 247, 250, 0.15);
}

.m-languages .m-listlang,
.m-languages .m-listlang:before {
  background-color: #fff;
  box-shadow: 0 2rem 5rem -1rem rgba(0, 0, 0, 0.3);
  position: absolute;
  box-sizing: border-box;
}

.invest-btn span,
.invest-btn span * {
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  transform: translateY(0.05em);
}

.dil a,
.dil > span {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
}

.invest-btn i {
  width: 1.1em;
  display: block;
  transform: rotate(0.001deg);
  transition: transform 0.4s cubic-bezier(0.75, 0, 0.25, 1);
  color: #fff;
}

.invest-btn:hover svg {
  transform: rotate(90deg);
}

.header-fixed .invest-btn {
  border-left: 2px solid rgba(0, 0, 0, 0.15);
}

.dil {
  position: relative;
  padding: 0;
  width: auto;
  text-align: right;
  float: right;
}

.col-20 .inset .iwset .iconbox:hover .iconbox-icon-wrap img,
.dil svg,
.pdflink li a img {
  filter: invert(1);
}

.dil > span {
  display: inline-block;
  line-height: normal;
  box-sizing: border-box;
  text-transform: uppercase;
  padding: 1rem;
  -webkit-transition: background-color 0.2s, color 0.2s;
  transition: background-color 0.2s, color 0.2s;
}

.dil > span > img,
.m-languages .m-listlang a img {
  width: 1.6rem;
  height: 1.2rem;
  object-fit: cover;
  object-position: center;
  max-width: 1.6rem;
  margin-right: 0.7rem;
}

.dil a {
  display: block;
  float: right;
  margin-top: 2px;
  padding: 0 10px;
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.1);
}

.dil a:last-child {
  border-left: none;
}

.lang-selector2 .m-languages .m-listlang {
  right: -2rem;
}

.dil .m-languages:hover .m-listlang {
  opacity: 1;
  pointer-events: auto;
}

.m-languages .m-listlang {
  min-width: 13rem;
  border: 0.1rem solid #ccc;
  border-radius: 0.8rem;
  top: 100%;
  right: 0;
  transform: translateY(0);
  padding: 1rem 2.1rem;
  opacity: 0;
  cursor: pointer;
  transition: 0.3s;
}

.m-languages .m-listlang:before {
  content: "";
  bottom: 100%;
  right: 0;
  width: 2.5rem;
  height: 2.5rem;
  transform-origin: center;
  transform: translate(-50%, 60%) rotate(45deg);
  border-radius: 0.5rem;
  border-left: 0.1rem solid #ccc;
  border-top: 0.1rem solid #ccc;
}

.m-languages .m-listlang:after {
  content: "";
  position: absolute;
  top: -4rem;
  left: 0;
  right: 0;
  height: 4rem;
}

.m-languages .m-listlang a:last-child {
  border-bottom: 0;
}

.m-languages .m-listlang a {
  color: #1d1d1b !important;
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
  border-bottom: 2px solid #000;
  height: 3.8rem;
  position: relative;
}

.cook_head *,
.m-languages .m-listlang a span {
  color: #1d1d1b !important;
}

.m-languages .m-listlang a:hover {
  background-color: #fdf4f5;
}

.header-fixed .header-bottom .logo {
  filter: invert(0);
  width: 8%;
}

header .header-bottom {
  width: 100%;
  height: 100px;
  position: relative;
  z-index: 500;
}

header .header-bottom .logo {
  width: 10%;
  position: relative;
  margin-top: -30px;
}

header .header-bottom nav.mainNavigation > ul:first-child {
  text-align: left;
  float: left;
}

header .header-bottom nav.mainNavigation > ul:last-child {
  text-align: right;
  float: right;
}

header .header-bottom nav.mainNavigation > ul:first-child > li {
  float: left;
  margin-left: 40px;
  font-size: 16px;
  font-weight: 500;
}

header .header-bottom nav.mainNavigation > ul:last-child > li {
  float: left;
  margin-left: 40px;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}

header .header-bottom nav > ul > li > div > a {
  display: block;
  color: #fff;
  position: relative;
  z-index: 2;
}

header .header-bottom nav > ul > li > .submenu {
  width: 100%;
  height: 0;
  overflow: hidden;
  display: block;
  position: absolute;
  left: 0;
  background: #fff;
  padding: 0 100px;
  opacity: 0;
  top: 100px;
  z-index: 1;
  margin-top: -4px;
  border-bottom: 2px solid #ededed;
}

header .header-bottom nav > ul > li.active > .submenu,
header .header-bottom nav > ul > li:active > .submenu {
  opacity: 1;
  height: 100vh;
}

header .header-bottom nav > ul > li.active > .submenu > .menu-right {
  width: 30%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 4px;
  background-size: cover !important;
  -webkit-transition: 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  -moz-transition: 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition: 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}

header .header-bottom nav > ul > li > .submenu::before {
  content: "";
  width: 100%;
  height: 4px;
  background-color: #ededed;
  position: absolute;
  left: 0;
  top: 0;
}

header .header-bottom nav > ul > li.active > a,
header .header-bottom nav > ul > li:active > a {
  text-decoration: none;
  color: var(--brand--b);
}

header .header-bottom nav > ul > li > a::before {
  content: "";
  width: 0;
  height: 2px;
  background-color: var(--brand--b);
  position: absolute;
  bottom: 0;
  opacity: 0;
  -webkit-transition: 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
  -moz-transition: 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition: 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
}

header .header-bottom .right-block .online-internet-menu,
header .header-bottom .right-block .online-internet-menu > ul li a,
header .header-bottom nav > ul > li > .submenu li a,
header .header-bottom nav > ul > li > .submenu li a .name {
  display: block;
  -webkit-transition: 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  -moz-transition: 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition: 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}

header .header-bottom nav > ul > li:hover > a::before {
  width: 100%;
  opacity: 1;
}

header .header-bottom nav > ul > li:nth-child(2) > .submenu > .container {
  width: 60%;
  margin: 0;
}

.mdl-gridHotelesDestinos .card-destino.big,
header .header-bottom nav > ul > li:nth-child(2) > .submenu li {
  width: 50%;
}

header .header-bottom .right-block2 {
  width: auto;
  position: absolute;
  right: 15px;
  top: 35vh;
  transform: translateY(-45%);
}

header .header-bottom .right-block2 .online-internet {
  font-size: 0.9375rem;
  float: left;
  font-weight: 700;
  position: relative;
  z-index: 10;
}

header .header-bottom .right-block2 .online-internet .btn_online {
  color: #000;
  position: relative;
  z-index: 20;
  display: block;
  left: -40px;
}

header .header-bottom .right-block2 .online-internet i {
  font-size: 8px;
  display: block;
  float: right;
  margin-left: 10px;
  margin-top: 4px;
}

header .header-bottom .right-block2 .search-block {
  float: right;
  margin-left: 30px;
  font-size: 20px;
  position: relative;
  z-index: 1;
  margin-top: -2px;
}

header
  .header-bottom
  .right-block2
  .online-internet:hover
  .online-internet-menu {
  visibility: visible;
  opacity: 1;
  height: auto;
}

header .header-bottom .right-block2 .online-internet-menu {
  width: 275px;
  height: 0;
  position: absolute;
  overflow: hidden;
  z-index: 15;
  right: -56px;
  top: -30px;
  background-color: #fff;
  -webkit-box-shadow: 0 6px 40px 0 rgba(35, 39, 94, 0.1),
    0 4px 8px 0 rgba(35, 39, 94, 0.05);
  box-shadow: 0 6px 40px 0 rgba(35, 39, 94, 0.1),
    0 4px 8px 0 rgba(35, 39, 94, 0.05);
  border-radius: 4px;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}

header .header-bottom .right-block2 .online-internet-menu > ul {
  width: 100%;
  border-top: 1px solid #e8e8eb;
  margin-top: 56px;
}

header .header-bottom .right-block2 .online-internet-menu > ul li {
  width: 100%;
  border-bottom: 1px solid #e8e8eb;
}

header .header-bottom .right-block2 .online-internet-menu > ul li a {
  position: relative;
  width: 100%;
  height: 60px;
  padding: 20px;
  color: #000;
  font-size: 0.875rem;
  font-weight: 700;
  transition: 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  left: 0;
}

header .header-bottom .right-block .online-internet-menu > ul li a i {
  display: block;
  width: 24px;
  position: relative;
  top: -2px;
  margin: 0 15px 0 0;
  float: left;
  font-size: 22px;
}

header .header-bottom .right-block .online-internet span {
  float: left;
  display: block;
}

header .header-bottom nav > ul > li > .submenu ul {
  padding: 80px 0;
  width: 100%;
}

header .header-bottom nav > ul > li > .submenu li {
  display: block;
  width: 25%;
  padding-right: 30px;
  margin-right: 0;
  margin-bottom: 30px;
  float: left;
}

header .header-bottom nav > ul > li > .submenu li a {
  border-bottom: 2px solid #e9e9ee;
  padding-bottom: 25px;
  transition: 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}

header .header-bottom nav > ul > li > .submenu li a .place {
  width: 100%;
  display: block;
  font-size: 0.9375rem;
  font-weight: 700;
  color: #7d8287;
  margin-bottom: 10px;
}

header .header-bottom nav > ul > li > .submenu li a .name {
  width: 100%;
  min-height: 38px;
  font-size: 1.1875rem;
  font-weight: 700;
  color: #000;
  transition: 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}

header .header-bottom nav > ul > li > .submenu li a:hover {
  border-bottom: 2px solid var(--brand--b);
}

.main-slide .owl-nav {
  position: absolute;
  top: 50%;
  z-index: 99;
  width: 100%;
}

.main-slide .owl-nav button {
  width: 50px;
  height: 50px;
  background: #fff !important;
  -webkit-transition: 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  -moz-transition: 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition: 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.video-cont a:after,
.video-cont a:before {
  left: -5px;
  top: -5px;
  height: 90px;
  width: 90px;
}

.background-area {
  margin-left: 0 !important;
  max-width: 100vw;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative !important;
  left: 0 !important;
}

.absolute,
.back-image,
.intro__slogan,
a.pop {
  position: absolute;
}

.back-image {
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-blend-mode: overlay;
}

.intro__slogan {
  z-index: 4;
  width: 23.25rem;
  justify-content: flex-start;
  align-items: center;
  padding-left: 7rem;
  display: flex;
  right: -1rem !important;
  top: 3rem !important;
}

a.pop {
  z-index: 9;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.product__slide {
  flex-direction: column;
  display: flex;
  justify-content: center;
  position: relative;
  max-width: 100%;
  width: 100%;
}

.item-area,
.product__overlay {
  display: flex;
  align-items: center;
}

.product__slide > img {
  width: 100% !important;
  max-width: none;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  margin: 0 auto;
  left: 0;
  right: 0;
  height: 100vh !important;
  position: absolute;
  bottom: -55vh;
  -webkit-transform-origin: bottom center;
  -ms-transform-origin: bottom center;
  transform-origin: bottom center;
  will-change: transform;
  aspect-ratio: 1/2.5;
  z-index: 1;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center bottom;
  object-position: center bottom;
}

.owl-item.active .product__slide > img {
  -webkit-animation: 1s rotateIn;
  animation: 1s rotateIn;
}

.round-text--wrapper {
  z-index: 1;
  width: 94px !important;
  height: 94px;
  letter-spacing: 11px;
  padding-top: 0.1875rem;
  padding-left: 0.125rem;
  font-size: 2.75rem;
  position: absolute;
  left: -1em;
  -webkit-animation: 60s infinite rotate;
  animation: 60s infinite rotate;
}

.intro__slogan,
.product__overlay {
  opacity: 0;
  transition: 0.2s linear;
  transform: scale3d(0.98, 0.98, 0.98);
}

.owl-item.active .intro__slogan,
.owl-item.active .product__overlay {
  opacity: 1;
  transition: 0.7s linear;
  transform: scale(1);
  transform: scale3d(1, 1, 1);
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes rotateIn {
  0% {
    opacity: 0;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes rotateIn {
  0% {
    opacity: 0;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  0% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@-webkit-keyframes particleAnim {
  0%,
  100% {
    -webkit-transform: translate3d(0, -1vw, 0);
    transform: translate3d(0, -1vw, 0);
  }

  50% {
    -webkit-transform: translate3d(0, 1vw, 0);
    transform: translate3d(0, 1vw, 0);
  }
}

@keyframes particleAnim {
  0%,
  100% {
    -webkit-transform: translate3d(0, -1vw, 0);
    transform: translate3d(0, -1vw, 0);
  }

  50% {
    -webkit-transform: translate3d(0, 1vw, 0);
    transform: translate3d(0, 1vw, 0);
  }
}

.slogan__text {
  margin-bottom: 0;
  font-size: 14px !important;
  line-height: 1.8;
  font-weight: 300;
  color: #fff;
}

.pill,
.product__overlay-text {
  font-size: 1em;
}

.product__overlay {
  z-index: 4;
  width: 20em;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  text-align: left;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 20px;
  padding: 1.5rem 1.25rem;
  box-shadow: 0 5px 20px -9px rgba(37, 19, 19, 0.22);
  position: relative !important;
  left: 0 !important;
  bottom: -25rem !important;
}

.pill {
  color: #fff;
  background-color: var(--color-primary);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  margin-left: 0.5625rem;
  margin-right: 1.25rem;
  padding: 0.25rem 0.9375rem;
  display: flex;
}

.item-area {
  height: auto;
  justify-content: center;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: 25%;
  width: 100%;
}

.col-image,
.serit27.yukseklik {
  height: 100vh;
}

.col-image > .image-area-slide {
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: left top;
  height: 100%;
  overflow: hidden;
}

.slide-btn {
  margin: 15px auto;
  color: #fff;
  background-color: var(--colortwo);
  border-radius: 4px;
  letter-spacing: 0.1em;
  box-shadow: 20px 20px 40px 0 rgb(73 76 137 / 13%);
  overflow: hidden;
  display: inline-flex;
  padding: 0;
  border: 1px solid #2c2e31;
  line-height: 24px;
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
  transition: 0.3s;
}

.slide-btn:hover {
  border-color: transparent;
  background-color: var(--colorone);
  color: var(--brand--b);
  transform: translate3d(0, -2px, 0);
  box-shadow: 20px 12px 28px rgb(0 0 0 / 12%);
}

.slide-btn > span {
  margin: 0 auto;
  padding: 0.4em 2em;
  display: inline-flex;
  border-radius: inherit;
  border-color: inherit;
  align-items: center;
  transition: transform 0.3s cubic-bezier(0.22, 0.665, 0.34, 0.875);
}

.banner-button > a > span > .btn-txt,
.slide-btn > span > .btn-txt {
  position: relative;
  z-index: 3;
}

.info-area {
  background-color: var(--colorthree);
}

.info-box {
  text-align: center;
  padding: 50px 0;
}

.info-box:before {
  content: "";
  position: absolute;
  height: 30%;
  width: 1px;
  right: -15px;
  top: 50%;
  background-color: rgba(136, 136, 136, 0.3);
  transform: translateY(-50%);
}

.info-box-icon {
  margin: 0 0 15px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  white-space: nowrap;
  height: 60px;
  width: 60px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
}

.info-box-icon img {
  max-height: 32px;
  max-width: 40px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.info-box-title {
  color: var(--colortwo);
  margin: 5px 0;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.info-box-details {
  width: 100%;
  margin: 10px auto;
  display: block;
  font-weight: 400;
  color: var(--colortwo);
  text-align: center;
  line-height: 1.65;
}

.is-pr {
  padding-right: 120px !important;
}

.is-pl {
  padding-left: 60px !important;
}

.is-pr-60 {
  padding-right: 60px !important;
}

.mt0 {
  width: 75%;
  margin: 0 auto;
  text-align: center;
  margin-top: 0 !important;
}

.blok-area {
  display: block;
  padding: 30px 0;
}

.blok-area .columns.none-center {
  align-items: normal;
}

.blok-area .columns .column {
  display: block;
  flex-basis: 0;
  -webkit-box-flex: 1;
  flex-grow: 1;
  flex-shrink: 1;
  padding: 0.75rem 16px;
  text-align: center;
}

.blok-area .columns .column.is-half-desktop {
  -webkit-box-flex: 0;
  flex: none;
  width: 100%;
}

.blok-area .columns .column.is-half-desktop-60 {
  -webkit-box-flex: 0;
  flex: none;
  width: 60%;
}

.big-title {
  margin: 10px auto;
  line-height: inherit;
  font-size: 21px;
  font-weight: 300;
  letter-spacing: 0;
}

.description {
  font-size: 21px;
  line-height: normal;
  color: #333;
  margin-top: 1rem;
  font-weight: 400;
}

.banner-column .banner-content,
.sub-description,
.sub-description.six {
  margin-top: 2rem;
  color: #333;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.sub-description.six {
  column-count: 2;
}

.column-background {
  padding: 5rem !important;
  height: 560px;
}

.column-background:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 16px);
  height: 100%;
  background: url("../img/plus-background.png") 0 0 / cover no-repeat;
  z-index: 0;
}

.columns {
  display: block;
  outline: 0 !important;
  margin: 0;
}

.columns.margin-bottom {
  margin-bottom: 3rem;
}

.icons-set p {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
}

.icons-set p svg {
  min-width: 32px;
  z-index: 1;
}

.icons-set p span {
  display: block;
  width: 100%;
  margin-left: 10px;
  margin-bottom: 10px;
  z-index: 1;
}

.icons-set p span .Count {
  font-size: 32px;
  font-weight: 700;
}

.d-inline-top {
  padding: 0;
  margin: -200px auto 0;
  z-index: 2;
  width: 875px;
}

.banner-column {
  background: #fff;
  text-align: left;
  right: 0;
  bottom: 0;
  position: absolute;
  height: calc(100% - 200px);
  padding: 3%;
  width: 45%;
}

.banner-column .banner-title {
  margin: 10px auto;
  color: #121212;
  font-weight: 600;
  font-size: 32px;
  line-height: normal;
}

.blog-section {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  padding: 30px 0;
}

.blog-section .container-fluid {
  padding: 0 8rem;
  overflow: hidden;
}

.blog-section .blog-boxes {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  width: 100%;
  max-width: 200em;
  margin: auto;
  overflow: hidden;
}

.blog-section .blog-boxes .blog-box {
  text-align: left;
  flex: 0 1 28%;
  margin: 3em 0 15px;
  position: relative;
  -webkit-box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.11);
  box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.11);
}

.blog-section .blog-boxes .blog-box a.op-primary-button {
  margin: 25px;
}

.blog-section .blog-boxes .blog-box .box__img img {
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  border: none;
}

.blog-section .blog-boxes .blog-box h3 {
  margin: 1em auto;
  font-weight: 700;
  font-size: 14px;
  line-height: normal;
  color: var(--brand--b);
  text-transform: uppercase;
  display: block;
  padding: 25px 25px 0;
}

.blog-section .blog-boxes .blog-box p {
  margin: 1em auto;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #333;
  padding: 0 25px 25px;
  height: 10vh;
  overflow: hidden;
}

.blog-section .blog-boxes .blog-box .btn-box {
  margin-top: 0;
  padding: 0 25px 25px;
}

.blog-section .blog-boxes .blog-box .desc {
  margin: 1em auto;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #333;
  padding: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.orta-picture {
  position: relative;
  z-index: 0;
}

.orta-picture img {
  width: 320px;
  height: auto;
  display: block;
  position: relative;
  -o-object-fit: cover;
  object-fit: cover;
  max-width: 100%;
  max-height: 100%;
  border: none;
  margin: 50px auto;
  text-align: center;
}

.blokone > div > div > .right > .dtc > h2,
.detay-title h1,
.detay-title h2 {
  margin: 0 0 25px;
  word-spacing: 0px;
  padding: 10px 0 0;
  line-height: 1.27;
  letter-spacing: -0.03em;
}

.testimonial-review {
  margin: 15px 5px;
  background-color: #fff;
  border-radius: 5px;
  position: relative;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
  z-index: 1;
  padding: 25px;
}

.testimonial-review .client-quote {
  margin-bottom: 20px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-size: 16px;
  line-height: 1.8;
  color: #333;
}

.testimonial-review .client-info-area,
.testimonial-review .client-info-area .client-info-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.testimonial-review .client-info-area .client-img {
  width: 65px;
  height: 65px;
  border-radius: 50%;
}

.testimonial-review .client-info-area .client-img img {
  border-radius: 50%;
}

.testimonial-review .client-info-area .client-info-wrap {
  width: calc(100% - 85px);
  margin-right: 20px;
}

.testimonial-review .client-info-area .client-info-wrap .client-info {
  width: calc(100% - 85px);
  margin-left: 20px;
}

.testimonial-review .client-info-area .client-info-wrap .client-info h3 {
  margin-bottom: 8px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
  color: #121212;
}

.testimonial-review .client-info-area .quote-icon {
  position: relative;
  bottom: auto;
  right: auto;
  width: 55px;
}

.testimonial-review .client-info-area .quote-icon i {
  color: var(--brand--b);
  opacity: 1;
  display: inline-block;
  position: relative;
  top: 3px;
  font-size: 50px;
  line-height: 0.8;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.iletisim-tarif h1 {
  font-weight: 500;
  font-size: 42px;
  line-height: normal;
  color: #fff;
  margin: 25px auto;
}

.iletisim-tarif {
  padding-left: 120px;
  display: flex;
  align-items: center;
  background-color: #232323;
  height: 455px;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 42px;
}

.iletisim-tarif .tarif-buton,
.sub-title {
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
}

.iletisim-tarif .tarif-buton {
  margin: 25px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  text-align: center;
  transition: 0.3s ease-in-out;
  fill: #fff;
  color: #fff;
  background-color: var(--brand--b);
  border-radius: 0;
  padding: 20px 30px;
  outline: 0 !important;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
}

.big-title,
.small-title-alt,
.sub-title {
  line-height: normal;
  color: #000;
}

.iletisim-tarif .tarif-buton span.icon-left {
  margin-right: 10px;
  line-height: 0;
  order: 5;
  text-decoration: inherit;
  flex-grow: 0;
}

.iletisim-tarif .tarif-buton:focus,
.iletisim-tarif .tarif-buton:hover {
  color: #fff;
  background-color: #000;
}

.btn-wrp a .elementor-button-content-wrapper:focus .elementor-button-icon,
.btn-wrp a .elementor-button-content-wrapper:hover .elementor-button-icon,
.iletisim-tarif .tarif-buton:focus .icon-left,
.iletisim-tarif .tarif-buton:hover .icon-left {
  -webkit-animation: 0.7s ease-in-out iconreadmore;
  animation: 0.7s ease-in-out iconreadmore;
}

.sub-title {
  margin: 0 auto 10px;
  display: inline-block;
}

.small-title.m25 {
  margin: 0 auto;
  display: block;
}

.small-title-alt {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0;
  margin: 15px auto;
}

.banner-column .banner-up-title,
.detay-title p,
.small-title {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
  line-height: normal;
  color: #000;
}

.book-appointment {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  position: relative;
  padding: 40px !important;
  z-index: 4;
  border-radius: 8px;
}

.book-appointment label,
.book-appointment label p {
  display: contents;
  margin: 0 auto;
}

.book-appointment .tus {
  overflow: hidden;
  max-width: 100%;
  display: inline-block;
  color: #000;
  text-transform: uppercase;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3em;
  text-decoration: none;
  transition: color 0.3s;
  background: 0 0;
  border: none;
  border-bottom: 2px solid var(--brand--b);
  margin: 25px auto 0;
}

.dib img {
  width: 16px !important;
}

.star {
  margin: 15px auto;
  text-align: center;
}

.star1 > .dib:first-child > img,
.star2 > .dib:nth-child(-n + 2) > img,
.star3 > .dib:nth-child(-n + 3) > img,
.star4 > .dib:nth-child(-n + 4) > img,
.star5 > .dib > img {
  filter: inherit;
}

.section-service {
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin-top: 0;
  margin-bottom: 290px;
  padding: 100px 0 0;
}

.section-service .section-service-background-overlay {
  background-color: #1a3d7d;
  opacity: 0.9;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
}

.feature-item .feature-image,
.talep-btn a:before {
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
}

.service-container-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

.service-container-flex .column-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}

.service-container-flex .column-wrap .column-inset {
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.feature-item {
  position: relative;
  margin-bottom: 20px;
  margin-top: 0;
  cursor: pointer;
  text-align: center;
}

.feature-item .feature-image {
  background-color: #f6f7f9;
  border: 1px solid #ccc;
  border-radius: 8px;
  height: 320px;
  transition: 0.3s ease-in-out;
}

.feature-item .feature-icon {
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: -40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  z-index: 1;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.09);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.09);
  overflow: hidden;
  background: #fff;
  position: relative;
  top: 0;
  left: 15px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.feature-item .feature-icon i {
  font-size: 36px;
  line-height: 0.8;
  margin: 0 auto;
  color: #121212;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.feature-item .feature-icon:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 0;
  background-color: #ff375f;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
}

.feature-item:hover .feature-icon:after {
  height: 100%;
  visibility: visible;
  opacity: 1;
}

.feature-item .feature-text {
  width: 95%;
  padding: 10px 25px;
  position: absolute;
  bottom: 0;
  left: auto;
  z-index: 1;
  display: block;
  text-align: left;
}

.feature-item .feature-text h3 {
  margin: 0 0 10px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2;
  color: #000;
}

.feature-item .feature-text p {
  font-size: 14px !important;
  line-height: 1.8;
  font-weight: 300;
  color: #000;
  margin: 0;
}

.feature-item .feature-text img {
  width: 75px;
}

.feature-item.back-color:hover .card__link {
  border-bottom: 1px solid #fff;
  color: #fff;
}

.feature-item-margin {
  margin: 30px 0 -262px;
}

.pb-row-hero__text,
.strip_column_bottom .description {
  color: var(--brand--b);
  font-size: 1.6em;
  line-height: 1.6667;
  margin: 1em auto;
  font-weight: 300;
  font-style: normal;
}

.detay-title h1 {
  position: relative;
  font-style: normal;
  color: var(--brand--b);
  font-weight: 600;
  font-size: 4em;
}

.blokone > div > div > .right > .dtc > h2,
.detay-title h2 {
  position: relative;
  font-style: normal;
  color: var(--brand--b);
  font-weight: 400;
  font-size: 3em;
}

.heading2,
.pb-row-hero__text {
  position: relative;
  text-align: center;
}

.pb-row-hero__text:before {
  transition: transform 2s cubic-bezier(0.77, 0, 0.175, 1) 1s;
  content: "";
  position: absolute;
  opacity: 0.24;
  background-color: #000;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  transform: scale3d(0, 1, 1);
  transform-origin: left center;
}

.pb-row-hero__text h1 {
  font-size: 1.2223em;
  font-weight: 700;
  margin: 15px 0;
  text-align: center;
  line-height: 1.2;
  color: var(--brand--b);
}

.blue-beam {
  display: block !important;
  padding: 100px 0 0 !important;
}

.block-area.yorum,
.blokone {
  background-size: cover;
  background-position: center center;
}

.blue-beam h1 {
  padding: 0 0 2.5em !important;
  color: #fff !important;
  text-align: center;
  margin-bottom: 0 !important;
}

.blokone.auto {
  height: auto;
  padding: 50px 0 0;
  display: block;
}

.blokone {
  position: relative;
  overflow: hidden;
  height: auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px 0;
}

.blokone > div > div > div > .left-top,
.contact-middle
  > .elementor-row
  > .address_box
  > .address_box_inset
  > .address-widget-wrap
  > .address-widget,
.strip_column > .strip_column_in > .elementor_widget_container {
  width: 100%;
  position: relative;
}

.blokone > div > div > .center > .dtc {
  padding-right: 0 !important;
}

.blokone > div > div > .right > .dtc {
  float: none;
  padding-right: 15%;
}

.blokone > div > div > .right > .dtc.none {
  float: none;
  padding-right: 0;
}

.blokone > div > div > .right > .dtc.left {
  float: none;
  padding-left: 15%;
}

.blokone > div > div > .right > .dtc.p0 {
  float: none;
  padding-right: 0;
  padding-left: 15%;
}

.blokone > div > div > .right > .dtc > h1,
body .tab-content h1 {
  position: relative;
  font-style: normal;
  word-spacing: 0px;
  padding: 10px 0 0;
  color: var(--brand--b);
  margin: 15px auto;
  line-height: 1.27;
  font-weight: 600;
  letter-spacing: -0.03em;
  font-size: 4em;
}

.blokone > div > div > div > div > .line {
  background-color: var(--brand--b);
  width: 15%;
  height: 1px;
  margin: 10px auto;
}

.strip_column {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 0;
}

.box-vid,
.strip_column_bottom img {
  display: block;
  margin: 0 auto;
  overflow: hidden;
}

.strip_column > .strip_column_in {
  position: relative;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.strip_column > .strip_column_in > .elementor_widget_container > .photo_stack {
  position: relative;
  width: 100%;
  display: inline-block;
}

.box-vid video {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  border: none;
}

.box-vid svg {
  width: 15%;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border: 1em solid #010066;
  background-color: #010066;
  border-radius: 50%;
}

.box-vid svg circle {
  fill: #010066;
}

.box-vid svg path {
  fill: none;
  stroke: #fff;
  stroke-width: 2px;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.strip_column_bottom img {
  position: relative;
  border-radius: 2em;
}

.top-info-up {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}

.news-block {
  position: relative;
  margin-bottom: 80px;
}

.news-block-mask {
  left: 0;
  top: 50px;
  bottom: 0;
  width: 56%;
  height: auto;
  position: absolute;
  right: 0;
  z-index: -3;
  pointer-events: none;
}

.news-block-mask__body {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f5f4f0;
}

.news-block-content {
  width: calc(50% - -100px);
  margin: 50px 0 100px auto;
  justify-content: space-between !important;
  display: flex !important;
  padding-right: 150px !important;
}

.news-block-content__wrapper-title {
  width: 70%;
}

.news-block__title {
  margin-left: 0 !important;
  margin-right: 0 !important;
  line-height: 1.05;
  color: #342b25;
  font-size: 62px;
  font-weight: 700;
  display: block;
  text-align: left;
  text-shadow: 6px 2px 10px #04040442;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.flex-column {
  flex-direction: column !important;
}

.d-flex {
  display: flex !important;
}

.how-work-bg {
  position: absolute;
  left: -50px;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/border-line-1.png);
}

.how-work-single .number {
  width: 48px;
  height: 48px;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#e1323d),
    to(#ffda99)
  );
  background-image: linear-gradient(180deg, #e1323d 0, #ffda99 100%);
  border-radius: 50%;
  line-height: 40px;
  font-weight: 600;
  font-size: 20px;
  color: #fff;
  border: 5px solid #fff;
  position: absolute;
  top: 0;
  left: 105px;
}

.block-area {
  position: relative;
  overflow: hidden;
  min-height: auto;
  padding-top: 4.99995em;
  padding-bottom: 4.99995em;
}

.block-area .container-fluid,
.home-main .container-fluid {
  padding: 0 8rem;
}

.blok-area.back:after {
  position: absolute;
  content: "";
  background-image: url("../img/bottom.png");
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  width: 100%;
  height: 400px;
  z-index: 1;
  bottom: 0;
  background-color: #f4f4f4;
}

.block-area .layer .dt .dtc .title-wrapper.center h1:after,
.orta-faq {
  margin: 25px auto 0;
}

.accordion-toggle,
.accordion-toggle * {
  margin: 0 auto;
  position: relative;
  pointer-events: all;
  text-align: left;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
}

.accordion-toggle {
  font-size: 13px;
  padding: 20px 60px 20px 26px;
  margin-bottom: 2px;
  text-transform: none;
  font-weight: 400;
  background-color: #f6f7f8;
  border-color: #f6f7f8;
  border-radius: 8px;
}

.accordion-toggle * {
  font-weight: 700;
  padding: 20px 0;
}

.accordion-toggle:before {
  line-height: 1;
  width: 20px;
  right: 15px;
  top: 35%;
  font-size: 28px;
  position: absolute;
  content: "+";
  display: inline-block;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.accordion-toggle.active:before {
  -webkit-transform: rotate(45deg) scale(1.08);
  -ms-transform: rotate(45deg) scale(1.08);
  transform: rotate(45deg) scale(1.08);
  top: 20%;
}

.accordion-toggle a:focus,
.accordion-toggle a:hover {
  opacity: 0.95;
  color: #fff;
}

.custom-tab {
  color: #fff;
  line-height: 1.6 !important;
}

.accordion-content {
  overflow: hidden;
  display: none;
  padding: 20px 20px 0;
  margin: 0;
  line-height: 24px;
}

.accordion-content p {
  color: #fff;
  line-height: 1.6 !important;
  margin-bottom: 20px;
}

.accordion-content p img {
  width: 100% !important;
}

.accordian-wrapper {
  margin-bottom: 10px;
  background-color: var(--brand--b);
  -webkit-box-shadow: 0 0 15px 0 rgb(52 69 199 / 40%);
  box-shadow: 0 0 15px 0 rgb(52 69 199 / 40%);
  border: 0;
  border-radius: 10px;
  padding: 5px 0;
}

.accordion-toggle .tab-icon {
  display: none;
  font-size: 1.29rem;
  min-width: 26px;
  vertical-align: top;
  margin-right: 15px;
  text-align: right;
}

.video-cont {
  background-image: url(../img/video-bg.html);
  background-position: center;
  width: 708px;
  height: 708px;
  position: absolute;
  right: 60px;
  top: 255px;
  background-size: contain;
  text-align: center !important;
  display: table !important;
}

.corporate,
.video-area {
  background-size: 100% 100%;
  position: relative;
}

.d-table-cell {
  display: table-cell !important;
}

.align-middle {
  vertical-align: middle !important;
}

.video-cont a {
  display: inline-block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  font-size: 30px;
  line-height: 80px;
  padding: 0 28px;
  margin-top: 30px;
  background-color: #fff;
  color: var(--brand--b);
  position: relative;
}

.video-cont a:before {
  content: "";
  position: absolute;
  border: 3px solid #fff;
  border-radius: 50%;
  -webkit-animation: 1s linear 0.5s infinite forwards icon-bubble;
  animation: 1s linear 0.5s infinite forwards icon-bubble;
}

.video-cont a:after {
  content: "";
  position: absolute;
  border: 3px solid #fff;
  border-radius: 50%;
  -webkit-animation: 1s linear infinite forwards icon-bubble;
  animation: 1s linear infinite forwards icon-bubble;
}

.video-area {
  padding: 140px 0 126px;
  background-image: url(../img/counter-bg-2.png);
  overflow: hidden;
}

.video-area-circle .circle1 {
  left: 30%;
  top: 36%;
  width: 8%;
}

.video-area-circle .circle2 {
  left: 40%;
  top: 42%;
  width: 15%;
}

.video-area-circle .circle3 {
  right: -10%;
  top: 60%;
  width: 15%;
}

.video-area-circle img {
  position: absolute;
  -webkit-animation: 4s infinite zoominoutsinglefeatured;
  animation: 4s infinite zoominoutsinglefeatured;
}

.video-area .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.video.title {
  padding-bottom: 325px;
}

.video.title h5 {
  font-weight: 700;
  text-transform: uppercase;
  color: var(--brand--b);
  font-size: 18px;
  line-height: 28px;
}

.video.title h2 {
  font-weight: 700;
  margin-bottom: 24px;
  font-size: 50px;
  line-height: 60px;
}

.video.title p {
  font-size: 16px;
  color: var(--brand--b);
  line-height: 26px;
}

.counter.title {
  padding-bottom: 95px;
}

.counter.title h5 {
  font-weight: 700;
  text-transform: uppercase;
  color: #ffda99 !important;
  font-size: 18px;
  line-height: 28px;
}

.counter.title h2 {
  font-weight: 700;
  margin-bottom: 24px;
  color: #fff !important;
  font-size: 50px;
  line-height: 60px;
}

.counter.title p {
  color: var(--brand--b);
  line-height: 26px;
}

.block-area .layer .dt .dtc .title-wrapper.left,
.m-left {
  padding-left: 5%;
}

.grid-area {
  margin: 50px auto 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
}

.grid-galeri,
.insta-slide {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.grid-desc > h1 {
  font-weight: 700 !important;
  font-size: 14px !important;
  line-height: normal !important;
  color: var(--brand--b) !important;
  text-transform: uppercase !important;
}

.grid-desc > p {
  font-family: "Jost", sans-serif !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 24px !important;
  color: #333 !important;
  margin-bottom: 25px !important;
  padding-right: 25px !important;
}

.corporate {
  padding: 60px 0;
}

.block-area.yorum {
  position: relative;
  min-height: auto;
  padding-top: 7em;
  padding-bottom: 7em;
  background-color: #fff;
}

.layer-6-bg {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  float: left;
  height: 100%;
  background-size: 100%;
}

.elementor-column,
.elementor-column-wrap,
.serit27 {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.block-area .section-background {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.block-area .section-background .section1-bg {
  background-color: #fff;
  position: relative;
  z-index: 5;
  width: 50%;
  float: left;
  height: 100%;
}

.block-area .section-background .section2-bg {
  background-color: #f5f4f0;
  position: relative;
  z-index: 5;
  width: 50%;
  float: left;
  height: 100%;
}

.block-area .section-background .section3-bg {
  background-color: #ffda99;
  position: relative;
  z-index: 5;
  width: 50%;
  float: left;
  height: 100%;
}

.block-area .section-background .section4-bg {
  background-color: #f0eee8;
  position: relative;
  z-index: 5;
  width: 50%;
  float: left;
  height: 100%;
}

.block-area .layer {
  position: relative;
  z-index: 1;
  height: 100%;
  padding: 0;
}

.block-area .layer .dt .dtc .title-wrapper {
  text-align: center;
  margin: 0 auto;
}

.block-area .layer .dt .dtc .title-wrapper.left .small-title3 {
  margin: 0 0 0.65em;
  background-color: var(--brand--b);
  border-radius: 25px;
  vertical-align: middle;
  transition: color 0.3s;
  position: relative;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5em;
  padding: 5px 15px;
  display: inline-block;
}

.block-area .layer .dt .dtc .title-wrapper.left .big-title3,
.kurumsal-sol h2 {
  margin-top: 0;
  margin-bottom: 0.5em;
  vertical-align: middle;
  transition: color 0.3s;
  position: relative;
  color: #000;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.24em;
}

.block-area.main-corporate .layer .dt .dtc .title-wrapper,
.block-area.main-corporate .layer .dt .dtc .title-wrapper.center h1 {
  text-align: left !important;
}

.block-area.main-corporate .layer .dt .dtc .title-wrapper.center .square-coklu {
  margin-left: 50px;
}

.block-area .layer .dt .dtc .title-wrapper.left,
.block-area .layer .dt .dtc .title-wrapper.left h1,
.subscribe-form .subscribe-bottom {
  text-align: left;
}

.block-area .layer .dt .dtc .title-wrapper .square {
  transform-origin: 50% 0;
  background-color: var(--brand--b);
  border-radius: 2px;
  position: relative;
  width: 10px;
  height: 10px;
  margin: 0 auto 2.499975em;
}

.block-area .layer .dt .dtc .title-wrapper.left .square {
  margin: 0 0 2.499975em;
}

.block-area .layer .dt .dtc .title-wrapper.center .square-coklu {
  font-size: 14px;
  color: var(--brand--b);
  position: relative;
}

.block-area .layer .dt .dtc .title-wrapper.center .square-coklu i:first-child {
  height: 5px;
  width: 5px;
  background-color: var(--brand--b);
}

.block-area
  .layer
  .dt
  .dtc
  .title-wrapper.center
  .square-coklu
  .square-shape
  i {
  height: 9px;
  width: 9px;
  position: absolute;
  top: 0;
  left: 0;
}

.block-area .layer .dt .dtc .title-wrapper.center .square-coklu .square-shape {
  width: 40px;
  height: 35px;
  left: -52px;
  top: 0;
  position: absolute;
}

.block-area
  .layer
  .dt
  .dtc
  .title-wrapper.center
  .square-coklu
  .square-shape
  i:first-child {
  top: -8px;
  width: 5px;
  height: 5px;
  left: 20px;
  background-color: var(--brand--b);
}

.block-area
  .layer
  .dt
  .dtc
  .title-wrapper.center
  .square-coklu
  .square-shape
  i:nth-child(2) {
  width: 10px;
  left: 28px;
  height: 10px;
  background-color: #00b0b5;
}

.block-area
  .layer
  .dt
  .dtc
  .title-wrapper.center
  .square-coklu
  .square-shape
  i:nth-child(3) {
  height: 17px;
  width: 17px;
  background-color: #ffda99;
}

.block-area
  .layer
  .dt
  .dtc
  .title-wrapper.center
  .square-coklu
  .square-shape
  i:nth-child(4) {
  top: 10px;
  left: 10px;
  width: 12px;
  height: 12px;
  background-color: var(--brand--b);
}

.block-area .layer .dt .dtc .title-wrapper.center h1 {
  line-height: 1.306;
  font-size: 2.2223em;
  margin-top: 0.499995em;
  margin-bottom: 0.499995em;
  text-align: center;
  color: #1a1917;
  font-weight: 400;
}

.block-area .layer .dt .dtc .title-wrapper h1,
.block-area.corporate2 .layer .dt .dtc .title-wrapper h1 {
  line-height: 0.8;
  font-size: 2.2223em;
  font-weight: 800;
  margin-top: 0.499995em;
  margin-bottom: 0.499995em;
  text-align: center;
  color: #1a1917;
}

.block-area .layer .dt .dtc .title-wrapper > h2 {
  position: relative;
  font-size: 42px;
  line-height: normal;
  font-weight: 700;
  font-style: normal;
  color: var(--brand--b);
}

.block-area .layer .dt .dtc .title-wrapper > .desc {
  position: relative;
  margin: 15px auto;
  color: var(--brand--b);
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: normal;
}

.block-area.corporate .layer .dt .dtc .title-wrapper h2,
.block-area.corporate2 .layer .dt .dtc .title-wrapper h2 {
  font-style: normal;
  color: var(--brand--b);
  margin-bottom: 0;
}

.block-area .layer .dt .dtc .title-wrapper.left h2 {
  text-align: left;
  margin-bottom: 10px;
  margin-top: 10px;
}

.block-area .layer .dt .dtc .title-wrapper.left .desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #333;
  margin-bottom: 25px;
  display: block;
}

.block-area.video .layer .dt .dtc .title-wrapper .top P {
  font-family: inherit;
  line-height: 1.2;
  color: #1a1917;
  font-size: 1.9445em;
}

.block-area.video .layer .dt .dtc .title-wrapper .bottom {
  border-left: 2px solid var(--brand--b);
  padding-left: 1.66665em;
  margin-top: 6.6666em;
}

.block-area.video .layer .dt .dtc .title-wrapper .bottom p {
  font-size: 1.1112em;
  font-weight: 700;
  color: var(--brand--b);
}

.block-area.video .layer .dt .dtc .title-wrapper .bottom .subtitle {
  font-size: 1.1112em;
  font-style: italic;
}

.icon-box-corp {
  position: relative;
  text-align: left;
  border-style: solid;
  border-width: 0 1px 0 0;
  border-color: #e2e2e2;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 0 20px;
}

.icon-box-corp:last-child {
  border-width: 0;
}

.icon-box-corp .iconbox-circle {
  margin-bottom: 14px;
  font-size: 28px;
  width: 62px;
  height: 62px;
  color: #e00303;
  background-color: #fff8f7;
  border: 0 solid #f2f4f7;
  line-height: 1em;
  transition: border 0.3s, color 0.3s, background 0.3s, box-shadow 0.3s;
  z-index: 1;
  position: relative;
  display: inline-flex;
  border-radius: 10em;
}

.icon-box-corp .iconbox-circle > img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 36px;
}

.iconbox-icon-wrap .contents h3 {
  font-size: 18px;
  margin: 15px auto;
  line-height: 1em;
  font-weight: 700;
}

.iconbox-icon-wrap .contents p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #333;
  margin-bottom: 25px;
  display: block;
}

.col-number .large-numbers {
  font-size: 5em;
  font-weight: 800;
  text-align: center;
}

.col-number .large-numbers .back-nums {
  position: relative;
  z-index: 3;
  letter-spacing: -0.05em;
  color: var(--brand--b);
}

.col-number .large-numbers .back-nums span {
  position: absolute;
  display: block;
  z-index: 2;
  bottom: -0.05em;
  right: -0.1em;
  -webkit-background-clip: text;
  color: transparent;
  background-image: repeating-linear-gradient(
    0,
    transparent,
    transparent 3px,
    var(--brand--b) 4px
  );
}

.col-number .large-numbers--sub {
  letter-spacing: 0.05em;
  position: relative;
  top: -1em;
  text-align: center;
  font-size: 1.1112em;
  font-weight: 600;
  color: var(--brand--b);
}

.section-background {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 15;
}

.section-video {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  transform: none;
}

.dt-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  position: absolute;
  right: 12%;
  bottom: 15%;
}

.main-corporate .dt-btn {
  position: relative !important;
  display: inline-block;
  right: auto;
  bottom: auto;
}

.talep-btn .download-icon {
  float: left;
  width: 40px;
  color: var(--brand--b);
  height: 40px;
  font-size: 21px;
  line-height: 40px;
  border-radius: 100%;
  margin-right: 15px;
  text-align: center;
  background-color: #ffda99;
  -webkit-box-shadow: rgb(7 7 56 / 15%) 0 8px 9px 0;
  box-shadow: rgb(7 7 56 / 15%) 0 8px 9px 0;
}

.talep-btn p {
  color: #666561;
  font-size: 12px;
  margin: 0 auto;
}

.talep-btn a {
  font-size: 12px;
  color: var(--brand--b);
  font-weight: 700;
  padding-bottom: 5px;
  margin-top: 5px;
  position: relative;
}

.talep-btn a:before {
  top: -4px;
  right: -25px;
  content: "\f30b";
  font-size: 18px;
  font-weight: 700;
  position: absolute;
  transition: 0.3s ease-in-out;
  font-family: "Font Awesome 5 Free";
  color: var(--brand--b);
}

.talep-btn a:after {
  left: 0;
  bottom: 0;
  content: "";
  height: 2px;
  width: 0%;
  position: absolute;
  background-color: var(--brand--b);
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.talep-btn a:hover:before {
  right: -35px;
}

.play-video-button {
  transition: transform 0.5s, opacity 0.25s;
  top: 60%;
  left: 50%;
  width: 4.5em;
  height: 4.5em;
  position: absolute;
  margin-top: -2.25em;
  margin-left: -2.25em;
  cursor: pointer;
  transform: scale(1);
}

.play-video-button__back,
.play-video-button__forward {
  border-radius: 50%;
  transition: transform 0.25s, background 0.25s;
  position: absolute;
}

.play-video-button__back {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: hsla(0, 0%, 100%, 0.2);
}

.play-video-button__forward {
  width: 80%;
  height: 80%;
  top: 10%;
  left: 10%;
  background-color: #fff;
}

.play-video-button .play-video-button__play-icon {
  visibility: visible;
  opacity: 1;
}

.play-video-button__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  color: var(--brand--b);
  width: 1em;
  height: 1.2em;
  margin-left: -0.4em;
  margin-top: -0.6em;
  transition: transform 0.25s;
}

.product-card,
.product-right {
  transition: box-shadow 0.25s;
  white-space: normal;
  text-align: left;
  float: left;
  cursor: pointer;
}

.play-video-button .play-video-button__pause-icon {
  visibility: hidden;
  opacity: 0;
  margin-left: -0.5em;
}

.blog-layout-1:hover .post-img img,
.play-video-button:hover .play-video-button__back {
  transform: scale(1.1);
}

.play-video-button:hover .play-video-button__forward {
  background-color: var(--brand--b);
  transform: scale(0.9);
}

.play-video-button:hover .play-video-button__icon {
  z-index: 1;
  color: #fff;
}

.features-list {
  position: relative;
  padding-left: 0;
  padding-right: 6.6666em;
  margin-top: 5em;
}

.features-list .p-r {
  padding-left: 0;
  padding-right: 3.3333em;
}

.features-list__item {
  display: inline-block;
  margin-bottom: 1.66665em;
}

.features-list__item:last-child {
  margin-bottom: 0;
}

.features-list__icon {
  width: 25%;
  float: left;
  padding-right: 10px;
}

.contact-middle > .elementor-row > .map_box > .map-area,
.features-list__icon img {
  width: 100%;
}

.features-list__content {
  width: 75%;
  float: left;
}

.features-list__content > p {
  margin-bottom: 0.25em;
  font-size: 0.8889em;
  font-weight: 700;
}

.features-list__content > p.subtitle {
  font-size: 10px;
  font-weight: 500;
}

.small-slider__slide {
  position: relative;
  border-radius: 3px;
  overflow: hidden;
  display: block;
}

.small-slider__slide img {
  display: block;
  width: 100%;
}

.small-slider__content {
  position: absolute;
  text-align: left;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 2.499975em 1.66665em;
}

.small-slider__content:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 156px;
  background: linear-gradient(0deg, var(--brand--b) 0, transparent);
  opacity: 0.3;
}

.small-slider__p,
.small-slider__p-small {
  position: relative;
  color: #fff;
  white-space: normal;
  font-size: 1.1112em;
  font-weight: 700;
}

.small-slider__p {
  line-height: 1.2;
}

.small-slider__p-small {
  font-style: italic;
  font-size: 0.91em;
}

.font-light,
body .tab-content .desc {
  font-weight: 300;
  font-style: normal;
}

.subscribe-form .caption {
  line-height: 0.8;
  font-size: 1.3334em;
  font-weight: 700;
  margin: 50px auto 25px;
  text-align: center;
  color: #1a1917;
}

.top-info__callback.subscribe-button {
  font-size: 14px;
  height: 47px;
  margin-left: -5px;
  border-radius: 0 3px 3px 0;
  -webkit-appearance: media-slider;
}

.subscribe-form .subscribe-bottom span {
  position: relative;
  color: #fff;
  border-bottom: 1px solid hsla(53, 5%, 68%, 0.5);
  transition: color 0.25s, border 0.25s;
}

.subscribe-form .subscribe-bottom span:hover {
  color: #fff;
  border-bottom: 1px solid hsla(53, 5%, 68%, 0.8);
}

body .item {
  display: flex;
  justify-content: center;
}

body .item li.active img {
  box-shadow: 0 1px 1px rgb(0 0 0 / 20%);
  border: 1px solid #ccc;
}

body .tab-content {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 2em;
  margin: 2em auto 6em;
}

.customer-card h1,
.product-card h1,
.product-card p {
  color: var(--brand--b);
  margin: 15px 0;
}

body .tab-content img {
  position: relative;
  width: 100%;
  border-radius: 8px;
}

body .tab-content .p30 {
  padding: 0 30px;
}

body .tab-content .desc {
  position: relative;
  color: var(--brand--b);
  font-size: 1.6em;
  line-height: 1.6667;
  margin: 1em auto;
  height: 310px;
  overflow: hidden;
}

body .nav-tabs {
  border-bottom: 1px solid transparent;
}

.product-card {
  width: 100%;
  height: 100%;
  color: var(--brand--b);
}

.product-card img {
  border-radius: 2em;
  -o-object-fit: cover;
  object-fit: cover;
}

.product-card h1 {
  font-size: 1.4em;
  text-align: center;
  line-height: normal;
}

.customer-card h1,
.customer-card h2,
.customer-card p,
.leading-\[22px\],
.product-card p,
.text-sm {
  line-height: 1.42857143;
}

.product-card p {
  font-size: 14px;
}

.product-right {
  width: 57%;
  position: relative;
  height: 30em;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 1px 1px rgb(0 0 0 / 20%);
  padding: 0;
  margin-left: 1.5em;
}

.product-right:after,
.product-right:before {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.product-right:before {
  border-color: hsla(0, 0%, 94%, 0);
  border-right-color: #dededc;
  border-width: 14px;
  margin-top: -14px;
}

.product-right:after {
  border-color: hsla(0, 0%, 100%, 0);
  border-right-color: #fff;
  border-width: 13px;
  margin-top: -13px;
}

.product-right img {
  display: block;
  width: 100%;
  height: 100%;
}

.customer-card {
  padding: 0 20%;
  text-align: center;
}

.customer-card h2 {
  font-size: 14px;
  color: #fff;
  margin-top: 1.66665em;
  margin-bottom: 1.66665em;
}

.customer-card p {
  font-size: 14px;
  color: #fff;
  margin: 15px 0;
}

.heading > h2,
.heading > h4,
.heading > h5 {
  margin-top: 0;
  margin-bottom: 1.25em !important;
  color: var(--colortwo);
  display: block;
  position: relative;
}

.referance-area {
  z-index: 16;
  position: relative;
  padding: 60px 8rem;
}

.referance-area .item-brand {
  padding: 0;
  align-items: stretch;
  display: flex;
  align-items: flex-start;
  background-color: #f4f4f4;
}

.referance-area .item-brand .inner {
  justify-content: center;
  transition: box-shadow 0.3s, transform 0.65s cubic-bezier(0.23, 1, 0.32, 1);
  display: flex;
  width: 100%;
  height: 25vh;
  flex-direction: column;
  flex-grow: 1;
  position: relative;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.referance-area .item-brand:nth-child(n + 7):nth-child(-n + 12) .inner {
  border-bottom: none;
}

.referance-area .item-brand .inner .brand-wrapper .brand-content {
  display: flex;
  margin-bottom: 0;
}

.referance-area .item-brand .inner .brand-wrapper .brand-content figure {
  justify-content: center;
  display: inline-flex;
  vertical-align: top;
  margin: 0;
  max-width: 100%;
  flex-grow: 1;
  position: relative;
}

.referance-area .item-brand .inner .brand-wrapper .brand-content figure .in {
  margin-bottom: 0;
  display: inline-flex;
  flex-direction: column;
  vertical-align: top;
  max-width: 100%;
}

.referance-area
  .item-brand
  .inner
  .brand-wrapper
  .brand-content
  figure
  .in
  img {
  height: auto;
  max-width: 100%;
  vertical-align: top;
  border-radius: inherit;
}

.referance-area-ic-sayfa
  .referance-area
  .item-brand:nth-child(n + 7):nth-child(-n + 12)
  .inner {
  border-bottom: 1px solid #ccc;
}

.heading2.text-left {
  position: relative;
  text-align: left;
  margin-bottom: 30px;
}

.heading2.text-left > h5 {
  margin: 0 !important;
}

.heading2.margin10 {
  margin: 30px auto;
}

.heading > h4 {
  font-weight: 700;
  line-height: 1.2em;
  letter-spacing: 0.1em;
}

.heading > h5 {
  line-height: 1.25em;
  font-weight: 400;
}

.heading2 > h5 {
  width: 50%;
  margin: 1em auto;
  display: block;
  position: relative;
  line-height: 1.75em;
  color: var(--brand--b);
}

.heading2 > h1 {
  display: block;
  margin-top: 0;
  margin-bottom: 0 !important;
  position: relative;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1em;
  color: var(--brand--b);
}

.banner-button > a,
.elementor-widget-wrap
  > .elementor-element
  > .elementor-widget-container:hover
  > .infobox
  > .infobox_wrapper
  .infobox-button_wrapper
  .button-read-more
  svg {
  color: var(--colortwo);
}

.banner-button > a {
  background-color: var(--colorone);
  border-radius: 4px;
  padding-right: 1em !important;
  padding-left: 1em !important;
  overflow: hidden;
  box-shadow: 0 0 0 transparent;
  display: inline-flex;
  padding: 0;
  position: relative;
  border: 1px solid #edf2f6;
  line-height: 24px;
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
  transition: 0.3s;
}

.banner-button > a:hover {
  border-color: transparent;
  background-color: #edf2f6;
  color: var(--brand--b);
  transform: translate3d(0, -2px, 0);
  box-shadow: 0 12px 28px rgb(0 0 0 / 12%);
}

.banner-button > a > span {
  margin: -0.5px;
  padding: 0.6em 1em;
  display: inline-flex;
  border-radius: inherit;
  border-color: inherit;
  align-items: center;
  transition: transform 0.3s cubic-bezier(0.22, 0.665, 0.34, 0.875);
}

.banner-button > a > span > .btn-icon {
  margin-inline-end: 0;
  margin-inline-start: 8px;
  position: relative;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1em;
  letter-spacing: 0;
  background-size: 99.99% !important;
  transition: background 0.3s, color 0.125s, box-shadow 0.3s, border 0.3s;
}

.block-area-uclu > div {
  padding: 0;
  margin: 0 auto;
}

.elementor-column,
.elementor-column-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  height: 100%;
  background-blend-mode: overlay;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}

.elementor-column-wrap {
  border-style: solid;
  border-width: 0 1px 0 0;
  border-color: #ffffff33;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 0;
  width: 100%;
}

.corporate-main,
.elementor-widget-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.elementor-widget-wrap > .elementor-element {
  width: 100%;
  text-align: left;
  position: relative;
}

.elementor-widget-wrap > .elementor-element > .elementor-widget-container {
  padding: 0 0 40px;
  transition: 0.4s;
  position: relative;
  z-index: 1;
  cursor: pointer;
}

.elementor-widget-wrap
  > .elementor-element:hover
  > .elementor-widget-container {
  background-color: #0d122a66;
}

.elementor-widget-wrap
  > .elementor-element
  > .elementor-widget-container:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: inherit;
  opacity: 0;
  transition: inherit;
}

.elementor-widget-wrap
  > .elementor-element
  > .elementor-widget-container
  > .infobox_link,
.up {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.elementor-widget-wrap
  > .elementor-element
  > .elementor-widget-container
  > .infobox {
  height: 60vh;
  justify-content: flex-end;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  transition: 0.4s;
}

.elementor-widget-wrap
  > .elementor-element
  > .elementor-widget-container
  > .infobox
  > .infobox_wrapper
  .infobox-title_wrapper
  h3 {
  margin: 0 56px 10px 40px;
  font-size: 30px;
  line-height: 42px;
  color: #fff;
  position: relative;
  z-index: 1;
  font-weight: 700;
  word-break: break-word;
  transition: 0.4s;
}

.elementor-widget-wrap
  > .elementor-element
  > .elementor-widget-container
  > .infobox
  > .infobox_wrapper
  .infobox_content {
  font-weight: 400;
  margin: 0 40px;
  color: #fff;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: 0.4s, _ 0.4s;
  font-size: 16px;
  line-height: 1.875em;
}

.elementor-widget-wrap
  > .elementor-element
  > .elementor-widget-container:hover
  > .infobox
  > .infobox_wrapper
  .infobox_content {
  color: #fff;
  opacity: 1;
  max-height: 9999px;
  transition-timing-function: cubic-bezier(0.5, 0, 1, 0), ease;
  transition-delay: 0s, 0.1s;
}

.elementor-widget-wrap
  > .elementor-element
  > .elementor-widget-container
  > .infobox
  > .infobox_wrapper
  .infobox_content
  > p {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 1.25em !important;
  position: relative;
  font-size: 16px;
  line-height: 1.75em;
  color: #fff;
}

.elementor-widget-wrap
  > .elementor-element
  > .elementor-widget-container
  > .infobox
  > .infobox_wrapper
  .infobox-button_wrapper {
  margin: 30px 0 0 40px;
}

.elementor-widget-wrap
  > .elementor-element
  > .elementor-widget-container
  > .infobox
  > .infobox_wrapper
  .infobox-button_wrapper
  .button-read-more {
  display: inline-block;
  position: relative;
  z-index: 1;
  width: 40px;
  height: 40px;
  max-width: -webkit-max-content;
  max-width: max-content;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 35px;
  font-weight: 700;
  vertical-align: middle;
  overflow: hidden;
  white-space: nowrap;
  transition: 0.5s ease-in-out;
  background-color: rgba(243, 23, 23, 0);
  color: #fff;
}

.elementor-widget-wrap
  > .elementor-element
  > .elementor-widget-container:hover
  > .infobox
  > .infobox_wrapper
  .infobox-button_wrapper
  .button-read-more {
  width: 200px;
  border-color: transparent;
  color: var(--colortwo);
  background-color: var(--colorone);
  transform: translate3d(0, -2px, 0);
  box-shadow: 0 12px 28px rgb(0 0 0 / 12%);
}

.elementor-widget-wrap
  > .elementor-element
  > .elementor-widget-container
  > .infobox
  > .infobox_wrapper
  .infobox-button_wrapper
  .button-read-more
  svg {
  color: #fff;
  display: inline-block;
  text-align: center;
  z-index: 1;
  width: 40px;
  height: 18px;
  line-height: 38px;
  transition: 0.5s;
  vertical-align: middle;
}

.elementor-widget-wrap
  > .elementor-element
  > .elementor-widget-container
  > .infobox
  > .infobox_wrapper
  .infobox-button_wrapper
  .button-read-more
  span {
  transition: background-color 0.5s;
  font-size: 12px;
  font-weight: 700;
  line-height: 38px;
  display: inline-block;
  vertical-align: middle;
  padding-right: 25px;
  padding-left: 4px;
  min-height: 38px;
}

.team-detail {
  padding-right: 5% !important;
}

.rounded-blog {
  border-radius: 1rem;
  flex-direction: column;
  height: 100%;
  display: flex;
  margin-bottom: 30px;
}

.rounded-blog img {
  -o-object-fit: cover;
  object-fit: cover;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  width: 100%;
  min-height: 288px;
  height: 100%;
  max-width: 100%;
  display: block;
  vertical-align: middle;
}

.little img {
  min-height: 16px !important;
  width: 32px;
}

.-scale-x-100,
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.thumb-info,
.thumb-info .thumb-info-wrapper {
  transform: translate3d(0, 0, 0);
  overflow: hidden;
}

.-scale-x-100 {
  --tw-scale-x: -1;
}

.left-\[6px\] {
  left: 6px;
}

.left-\[60px\] {
  left: 60px;
}

.bottom-0 {
  bottom: 0;
}

.rounded-full {
  border-radius: 9999px;
}

.justify-center {
  justify-content: center;
}

.items-center {
  align-items: center;
}

.w-\[50px\] {
  width: 50px;
}

.h-\[50px\] {
  height: 50px;
}

.blog-layout-1 h3.post-title,
.item-blog article .text-header h4 a,
.item-blog article .text-header p a,
.team-detail.social .icons,
.text-sm {
  display: -webkit-box;
  display: -webkit-box;
}

.-bottom-\[25px\] {
  bottom: -25px;
}

.left-5 {
  left: 1.25rem;
}

.fill-sha-green {
  fill: #0a4533;
}

.w-5 {
  width: 1.25rem;
}

.h-auto {
  height: auto;
}

.md\:pb-\[22px\] {
  padding-bottom: 22px;
}

.text-sm {
  font-size: 14px;
  font-weight: 700;
  color: var(--brand--b);
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 140px;
}

.pt-\[25px\] {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.rounded-br-2xl {
  border-bottom-right-radius: 1rem;
}

.rounded-bl-2xl {
  border-bottom-left-radius: 1rem;
}

.flex-grow {
  flex-grow: 1;
}

.katalog {
  position: relative;
  z-index: 1;
  padding: 10em 5rem;
}

.blog-area,
.ekibekatil-banner {
  position: relative;
  z-index: 1;
  padding: 5em 0;
}

.bloglar .blog-layout-1 {
  margin: 10px;
}

.blog-layout-1 {
  position: relative;
  margin: 60px 15px;
}

.blog-layout-1 .post-img {
  overflow: hidden;
  position: relative;
  height: 230px;
  display: inline-flex;
  border-radius: 10px 10px 0 0;
}

.blog-layout-1 .post-img.figure-bottom {
  border-radius: 0 0 10px 10px;
}

.blog-layout-1 .post-img img {
  transform: scale(1.02);
  border-radius: 0;
  transition: 0.5s ease-in-out;
  height: auto;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.blog-layout-1 .entry-date-wrap {
  position: absolute;
  right: 0;
  bottom: 40px;
  transition: 0.3s ease-in-out;
}

.blog-layout-1 .entry-date-wrap .entry-date {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  text-align: center;
  color: #fff;
  font-size: 24px;
  line-height: 1.1;
  font-weight: 700;
}

.blog-layout-1 .entry-date-wrap .entry-date span {
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  display: block;
}

.blog-layout-1 .entry-date-wrap .entry-date span img {
  height: 60px;
  width: 60px;
  display: block;
  max-width: 60px;
  min-width: 60px;
}

.blog-layout-1:hover .entry-date-wrap {
  bottom: 50px;
}

.blog-layout-1 .content-box {
  background-color: #fff;
  padding: 20px 30px 25px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 0 0 10px 10px;
}

.blog-layout-1 h3.post-title {
  margin: 10px auto;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 55px;
}

.blog-layout-1 h3.post-title a,
.slide-block > .inner > .inset > .iconbox > .contents > h4 {
  position: relative;
  display: inline-block;
  margin-top: 1.25em !important;
  margin-bottom: 1.25em !important;
  color: #000;
  font-size: 14px;
  line-height: normal;
  font-weight: 700;
  font-style: normal;
}

.blog-layout-1 .entry-description,
.slide-block > .inner > .inset > .iconbox > .contents > p {
  margin-top: 1em !important;
  margin-bottom: 1em !important;
  font-size: 14px;
  line-height: normal;
  font-style: normal;
}

.blog-layout-1 .entry-description {
  display: inline-block;
  position: relative;
  color: var(--brand--b);
  font-weight: 400;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 65px;
}

.blog-item {
  position: relative;
  display: block;
  border-radius: 3px;
  overflow: hidden;
  background-color: #fff;
}

.blog-item__content {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  text-align: left;
  z-index: 3;
  padding: 1.499975em;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.call-now-button div a,
.home-main,
.step-btn {
  z-index: 1;
}

.item-blog {
  padding: 5px;
  margin-bottom: 15px;
}

.item-blog article {
  position: relative;
  background-color: #fff;
  flex-grow: 1;
  transition: box-shadow 0.65s cubic-bezier(0.23, 1, 0.32, 1),
    transform 0.65s cubic-bezier(0.23, 1, 0.32, 1);
  border-radius: 4px !important;
  overflow: hidden !important;
  box-shadow: 0 20px 55px rgb(82 71 175 / 9%);
}

.item-blog article:hover {
  z-index: 2;
  box-shadow: 0 25px 55px rgb(0 0 0 / 8%);
  transform: translateY(-2px);
}

.item-blog article .picture-area figure {
  transform: scale(1);
  transition: box-shadow 0.45s cubic-bezier(0.23, 1, 0.32, 1);
  margin: 0;
}

.item-blog article .picture-area figure img {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 15%;
  object-position: 50% 15%;
}

.item-blog article:hover .picture-area {
  transform: scale(1.15);
  transition-duration: 10s;
}

.item-blog article .picture-area .meta {
  position: absolute;
  top: 25px;
  left: 25px;
  font-size: 11px;
  z-index: 2;
  font-weight: 700 !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase !important;
  background-color: #fff;
  display: inline-flex !important;
  padding: 9px 16px;
  transition: 0.3s;
  box-shadow: 0 0 0 rgb(0 0 0 / 25%);
  line-height: 1.5em;
  border-radius: 50em !important;
}

.item-blog article .text-header {
  padding: 0 2rem;
}

.item-blog article .text-header h4 a {
  position: relative;
  font-weight: 700;
  line-height: 1.2em;
  letter-spacing: 0.1em;
  color: var(--brand--b) 000;
  -webkit-line-clamp: 2;
  height: 40px;
}

.item-blog article .text-header p a {
  position: relative;
  font-weight: 500;
  line-height: 1.25em;
  color: var(--brand--b) 000;
  -webkit-line-clamp: 3;
  height: 80px;
}

.overlay-a {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.slide-block {
  position: relative;
  padding: 60px 0;
  display: flex;
  align-items: flex-start;
}

.slide-block > .inner {
  transition: box-shadow 0.3s, transform 0.65s cubic-bezier(0.23, 1, 0.32, 1);
  display: flex;
  width: 100%;
  flex-direction: column;
  flex-grow: 1;
  position: relative;
}

.slide-block > .inner:hover {
  transform: translateY(-5px);
}

.slide-block > .inner > .inset > .iconbox {
  align-items: flex-start;
  text-align: start !important;
  box-shadow: rgb(0 0 0 / 7%) 0 25px 25px;
  border: 1px solid #e7e7e7;
  border-radius: 10px;
  padding: 100px 30px;
  background-color: #fff;
  display: flex;
  position: relative;
  justify-content: center;
  flex-direction: column;
  transition: box-shadow 0.3s, background 0.3s;
}

.slide-block > .inner > .inset > .iconbox > .iconbox-icon-container {
  color: #f46125;
  margin-bottom: 15px !important;
  margin-top: 0;
  display: flex;
  border: 0 solid #f2f4f7;
  align-items: center;
  justify-content: center;
  line-height: 1em;
  transition: border 0.3s, box-shadow 0.3s;
  position: relative;
  z-index: 2;
}

.slide-block
  > .inner
  > .inset
  > .iconbox
  > .iconbox-icon-container
  > .icon-custom-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  transform: translateX(-50%) translateY(-50%);
  margin-top: -15px;
  margin-inline-start: 32px;
  width: 75px;
  height: 65px;
}

.slide-block > .inner > .inset > .iconbox > .iconbox-icon-container > img {
  display: inline-block;
  width: 5em;
  height: auto;
  position: relative;
  z-index: 2;
}

.slide-block > .inner > .inset > .iconbox > .liquid-overlay-link {
  z-index: 2;
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  text-align: start;
  overflow: hidden;
  text-indent: -99999px;
  cursor: pointer;
}

.slide-block > .inner > .inset > .iconbox > .contents > .btn {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  padding: 0;
}

.slide-block > .inner > .inset > .iconbox > .contents > .btn > span {
  padding: 0;
  display: inline-flex;
  border-radius: inherit;
  border-color: inherit;
  align-items: center;
}

.slide-block > .inner > .inset > .iconbox > .contents > .btn > span > .btn-txt {
  position: relative;
  font-weight: 700;
  line-height: normal;
  font-size: 14px;
  color: var(--brand--b) 000;
  z-index: 3;
}

.slide-block
  > .inner
  > .inset
  > .iconbox
  > .contents
  > .btn
  > span
  > .btn-icon {
  margin-inline-end: 0;
  margin-inline-start: 8px;
  position: relative;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  letter-spacing: 0;
  color: var(--brand--b);
}

.slide-block > .inner > .inset > .iconbox > .contents > p {
  display: inline-block;
  position: relative;
  color: var(--brand--b);
  font-weight: 400;
  height: 75px;
}

.slide-block > .inner > .inset > .iconbox > .contents > h4::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  opacity: 0;
  width: 25px;
  height: 25px;
  transform: translate(calc(1em + -100%), -50%);
  background: url("../img/right_arrow_icon.png") center no-repeat;
  transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.5s;
}

.slide-block > .inner:hover > .inset > .iconbox > .contents > h4:after {
  opacity: 1;
  transform: translate(1em, -50%);
  right: -40px;
}

.serit27 {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
  background-blend-mode: overlay;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.serit27 > div > div > div > .ipad-iphones {
  width: 100%;
  position: relative;
  margin: 0 auto;
  text-align: center;
}

.serit27 > div > div > .lefin {
  padding: 0 4%;
}

.serit27 > div > div > .lefin > h4 {
  display: block;
  color: var(--brand--b);
  padding-top: 0;
  padding-left: 0.2rem;
}

.serit27 > div > div > .lefin > h1 {
  max-width: 500px;
  text-transform: uppercase;
  color: var(--brand--b);
  margin-top: 2rem;
}

.serit27 > div > div > .lefin > p {
  color: var(--brand--b);
  padding-left: 0.2rem;
  margin: 1rem auto;
}

.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-ba.white {
  color: #fff;
  margin: 25px 0 !important;
}

.btn-ba {
  color: var(--brand--b);
  background-color: transparent;
  padding: 15px 0;
  width: 160px;
  position: relative;
  text-align: center;
  text-decoration: none;
  margin: 0 auto;
}

.btn-ba svg {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.btn-ba svg path {
  fill: none;
  stroke: var(--brand--b);
  stroke-width: 1;
  stroke-dasharray: 500, 0;
  transition-property: all;
  transition-duration: 3s;
  transition-timing-function: ease;
}

.btn-ba:hover path {
  stroke-dasharray: 30, 310;
  stroke-dashoffset: 290;
  transition: 1.35s cubic-bezier(0.19, 1, 0.22, 1);
}

@media (max-width: 992px) {
  .mainLi {
    font-size: 20px;
    margin: 15px;
  }

  .serit27,
  .serit27 > div > div > .lefin {
    margin-left: 0 !important;
    margin-right: 0 !important;
    height: auto;
  }

  .serit27 {
    padding: 50px 0;
  }

  .serit27.yukseklik {
    height: auto;
  }

  .serit27 > div > div {
    display: block;
  }

  .serit27 > div > div > div > .ipad-iphones > a > img {
    max-width: 100% !important;
    height: auto !important;
  }

  .serit27 > div > div > .lefin > h1,
  .serit27 > div > div > .lefin > h1 * {
    font-size: medium !important;
  }

  .serit27 > div > div > .lefin > .tus,
  .serit27 > div > div > .lefin > .tus *,
  .serit27 > div > div > .lefin > h4,
  .serit27 > div > div > .lefin > h4 *,
  .serit27 > div > div > .lefin > p,
  .serit27 > div > div > .lefin > p * {
    font-size: small !important;
  }
}

.col-20 .inset,
.owl-item > .thumb-info,
.yorum-area {
  padding: 10px;
}

.thumb-info {
  display: block;
  position: relative;
  text-decoration: none;
  max-width: 100%;
  border-radius: 4px;
  backface-visibility: hidden;
  margin: 15px auto;
}

.thumb-info .thumb-info-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 1rem;
  margin: 0;
  display: block;
  position: relative;
}

.thumb-info img {
  transition: 0.3s;
  border-radius: 3px;
  position: relative;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.thumb-info:hover img {
  transform: scale(1.1, 1.1);
}

.thumb-info .thumb-info-title {
  transition: 0.3s;
  background: rgba(33, 37, 41, 0.8);
  color: #fff;
  font-weight: 600;
  left: 0;
  letter-spacing: -0.05em;
  position: absolute;
  z-index: 2;
  max-width: 90%;
  font-size: 14px;
  padding: 10px 30px;
  bottom: 10%;
  border-radius: 0 8px 8px 0;
}

.thumb-info .thumb-info-inner {
  transition: 0.3s;
  display: block;
}

.thumb-info .thumb-info-type {
  background-color: #fff;
  border-radius: 2px;
  display: inline-block;
  float: left;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0;
  margin: 8px -2px -15px 0;
  padding: 2px 12px;
  text-transform: uppercase;
  z-index: 2;
  line-height: 2.3;
  color: var(--colortwo);
}

.thumb-info-caption .thumb-info-caption-text {
  font-size: 0.9em;
  margin: 0;
  padding: 15px 0;
  display: block;
}

.thumb-info-social-icons {
  margin: 0;
  padding: 0;
  display: block;
}

.thumb-info-social-icons a {
  background: var(--colorone);
  border-radius: 25px;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  text-align: center;
  width: 30px;
}

.thumb-info-social-icons a svg {
  color: var(--colortwo);
  font-size: 0.9em;
  font-weight: 400;
}

.team-detail > h3,
.team-detail > h3 > strong {
  font-size: 16px;
  color: var(--colortwo);
  position: relative;
  z-index: 1;
}

.team-detail > h1 {
  color: var(--colortwo);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1em;
}

.team-detail > p {
  color: var(--colortwo);
  line-height: 1.75em;
}

.team-detail > h3 {
  font-weight: 400;
  margin: 15px auto;
}

.team-detail > h3 > strong {
  font-weight: 900;
  margin: 0 0 15px;
}

.team-detail .social {
  margin-top: 20px;
  display: block;
  width: 100%;
}

.social .icons.foot,
.team-detail.social .icons {
  display: -ms-flexbox;
  display: -webkit-flex;
  list-style: none;
}

.team-detail .social h5 {
  text-transform: uppercase;
  letter-spacing: 4px;
  font-weight: 900;
  margin: 5px 0;
  display: inline-block;
  margin-bottom: 10px !important;
  width: auto;
  font-size: 10px !important;
  color: var(--colortwo);
}

.team-detail.social .icons {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.side-menu-wrapper .two-columns .nav.social,
.social .icons {
  -ms-flex-wrap: wrap;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -webkit-box;
  list-style: none;
}

.team-detail .social .icons li.icon {
  padding-right: 20px;
  opacity: 0.8;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.col_links_foo a,
.footer__top ul li a {
  transition: color 0.25s, border 0.25s;
  font-size: 0.8889em;
  color: #fff;
  display: inline-block;
}

.team-detail .social ul li {
  width: auto;
  margin-right: 5px;
  display: inline-block;
}

.team-detail .social .icons li.icon a {
  width: 22px;
  height: 22px;
  display: block;
  color: var(--colortwo);
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 15px;
}

.side-menu-wrapper .two-columns .nav.social li a,
.social .icons li a {
  color: rgb(153 153 153 / 70%);
  display: inline-block;
}

.team-detail .social .icons li.icon svg {
  width: 22px;
  height: 22px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0;
}

.p-r {
  padding-right: 3.3333em;
}

.side-menu-wrapper .two-columns .nav.social {
  flex-wrap: wrap;
  text-align: center;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.side-menu-wrapper .two-columns .nav.social li {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.menu-item__wrapper span,
.site-footer h1,
.site-footer h2 {
  margin: 25px auto;
  transition: color 0.3s;
  position: relative;
  vertical-align: middle;
}

.side-menu-wrapper .two-columns .nav.social li a {
  border: 1px solid #000;
  margin: 5px;
  border-radius: 24px;
  padding: 10px;
}

.side-menu-wrapper .two-columns .nav.social li a:after,
.side-menu-wrapper .two-columns .nav.social li a:before,
.social .icons li a:after,
.social .icons li a:before {
  background-color: transparent !important;
}

.side-menu-wrapper .two-columns .nav.social li a img {
  width: 21px;
}

.foot-img img {
  width: 225px;
}

.site-footer {
  position: relative;
  padding: 50px 0 0;
  background-color: #232323;
  display: inline-block;
  width: 100%;
}

.site-footer h1 {
  color: #fff;
  font-size: 52px;
  font-weight: 700;
  line-height: 1.24em;
}

.menu-item__wrapper span,
.site-footer h2 {
  font-size: 16px;
}

.menu li,
.site-footer .dtc > img {
  margin-bottom: 15px;
}

.site-footer h2 {
  color: #fff;
  font-weight: 500;
  line-height: 1.24em;
}

.footer-column {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.tag-group {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: center;
  display: flex;
}

.tag {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border-radius: var(--radius--cta);
  background-color: var(--brand--b);
  color: #fff;
  text-transform: uppercase;
  align-items: center;
  padding: 7px 16px;
  font-size: 13px;
  font-weight: 600;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.menu-item__wrapper span {
  font-weight: 500;
  line-height: 1.24em;
  color: #fff;
}

.footer__copyright,
.footer__copyright a,
.footer_contact-info {
  font-weight: 400;
  line-height: 1.24em;
}

.mborderzero {
  border-top: none !important;
}

.footer__contact li a {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  padding: 10px 0;
  max-width: 340px;
  display: block;
}

.footer__contact li a .lnr,
.menu li a .font-icon {
  padding-right: 5px;
}

.social .icons {
  flex-wrap: wrap;
}

.social .icons.foot {
  display: -webkit-box;
  display: -webkit-box;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.social .icons li {
  padding: 10px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  border: 1px solid #fff;
  margin: 5px;
  border-radius: 24px;
}

.social .icons li a img {
  width: 28px;
  filter: invert(1);
}

.footer__copyright {
  color: #fff;
  font-size: 11px;
}

.footer__copyright a {
  padding: 10px 5px 10px 0;
  display: inline-block;
  color: #fff;
  font-size: 13px;
  text-decoration: underline;
}

.footer__copyright a img {
  margin-top: -10px;
}

.footer__copyright p {
  padding: 10px 5px 10px 0;
  display: inline-block;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.24em;
}

.footer_contact-info {
  color: #8c8c8c;
  font-size: 14px;
  margin: 15px 0;
}

.footer_contact-info.ilk {
  margin: 0 0 15px;
}

.align {
  padding: 50px 0;
  border-top: 1px solid #ffffff26;
}

.align > div {
  align-self: flex-start;
}

.insta-slide {
  display: grid;
  gap: 30px;
}

.insta-slide > .slide-column {
  margin-top: 15px;
}

.menu li {
  display: block;
}

.menu li a {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
}

.other.menu li {
  display: inline-block;
  margin: 60px 15px;
}

.two_inner h1 {
  font-size: inherit;
  margin: 0.67em 0;
  color: #121212;
  font-weight: 700;
}

.two_inner span i {
  font-size: 18px;
  color: var(--brand--b);
}

.two_inner span {
  font-size: 16px;
  color: #121212;
  margin-bottom: 15px;
  display: block;
}

.two_inner {
  text-align: center;
  display: block;
}

.contact-middle {
  position: relative;
  margin: 60px auto;
  overflow: visible;
  display: grid;
}

.contact-middle > .elementor-row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}

.contact-middle > .elementor-row > .address_box {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contact-middle > .elementor-row > .address_box > .address_box_inset {
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin: 0 auto;
  border-radius: 7px;
  padding: 0;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contact-middle
  > .elementor-row
  > .address_box
  > .address_box_inset
  > .address-background-overlay {
  border-radius: 7px;
  mix-blend-mode: luminosity;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.14;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
}

.contact-middle
  > .elementor-row
  > .address_box
  > .address_box_inset
  > .address-widget-wrap {
  align-content: center;
  align-items: center;
  padding: 25px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.contact-middle
  > .elementor-row
  > .address_box
  > .address_box_inset
  > .address-widget-wrap
  > .address-widget
  > .address-widget-container
  > .address-icon-list-item {
  font-family: inherit;
  font-weight: 700;
  line-height: 1.2em;
  font-size: 18px;
}

.contact-middle
  > .elementor-row
  > .address_box
  > .address_box_inset
  > .address-widget-wrap
  > .address-widget
  > .address-widget-container
  > .address-icon-list-item
  > a {
  margin: 0 0 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: inherit;
  text-decoration: none;
  outline: 0;
}

.contact-middle
  > .elementor-row
  > .address_box
  > .address_box_inset
  > .address-widget-wrap
  > .address-widget
  > .address-widget-container
  > .address-icon-list-item
  > a
  > .list_content {
  text-align: left;
  width: 100%;
}

.contact-middle
  > .elementor-row
  > .address_box
  > .address_box_inset
  > .address-widget-wrap
  > .address-widget
  > .address-widget-container
  > .address-icon-list-item
  > a
  > .list_content
  > .address-icon-list-text {
  color: #121212;
  margin: 0;
  display: block;
}

.contact-middle
  > .elementor-row
  > .address_box
  > .address_box_inset
  > .address-widget-wrap
  > .address-widget
  > .address-widget-container
  > .address-icon-list-item
  > a
  > .list_content
  > .address-icon-list-text
  > .title {
  position: relative;
  margin: 5px auto;
  display: inherit;
}

.contact-middle
  > .elementor-row
  > .address_box
  > .address_box_inset
  > .address-widget-wrap
  > .address-widget
  > .address-widget-container
  > .address-icon-list-item
  > a
  > .list_content
  > .address-icon-list-text
  > .titletop {
  position: relative;
  font-size: 32px;
  font-weight: 600;
}

.contact-middle
  > .elementor-row
  > .address_box
  > .address_box_inset
  > .address-widget-wrap
  > .address-widget
  > .address-widget-container
  > .address-icon-list-item
  > a
  > .list_content
  > .address-icon-list-text
  > .subtitle {
  font-family: inherit;
  font-size: 15px;
  line-height: 2em;
  font-weight: 500;
  color: #121212;
  padding: 8px 0 0;
  font-style: normal;
  display: block;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.contact-middle
  > .elementor-row
  > .address_box
  > .address_box_inset
  > .address-widget-wrap
  > .address-button::before {
  position: absolute;
  width: 8px;
  height: 8px;
  background: #fff;
  content: "";
  left: -20px;
  transition: 0.3s !important;
  top: 11px;
  border-radius: 50%;
}

.contact-middle
  > .elementor-row
  > .address_box
  > .address_box_inset
  > .address-widget-wrap
  > .address-button {
  position: relative;
  z-index: 2;
  width: 100%;
}

.contact-middle
  > .elementor-row
  > .address_box
  > .address_box_inset
  > .address-widget-wrap
  > .address-button
  > a {
  padding: 0;
  font-family: inherit;
  font-size: 16px;
  font-weight: 500;
  text-decoration: underline;
  background-color: transparent;
  border-style: none;
  border-radius: 5px;
  color: #fff;
  position: relative;
  display: inline-block;
  line-height: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  vertical-align: middle;
  text-align: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.contact-middle
  > .elementor-row
  > .address_box
  > .address_box_inset
  > .address-widget-wrap
  > .address-button
  > a::before {
  position: absolute;
  content: "";
  border-radius: inherit;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  z-index: -1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: 102% 102%;
  opacity: 0;
}

.contact-middle > .elementor-row > .map_box {
  width: 65%;
  background-color: #fff;
  box-shadow: 0 10px 35px 0 rgb(0 0 0 / 10%);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 50px 35px;
  overflow: visible;
  border-radius: 6px;
  position: relative;
}

.book-appointment .form-group .form-control,
.book-appointment .form-group select {
  background-color: #f8f5f3 !important;
  height: 45px;
  color: #000;
  line-height: 1.5;
  font-size: 12px;
  width: 100%;
}

.contact-middle > .elementor-row > .map_box > .map-area > .wrap {
  position: relative;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.contact-middle > .elementor-row > .map_box > .map-area > .wrap > .google_maps {
  width: 100%;
  position: relative;
  line-height: 0;
}

.contact-middle
  > .elementor-row
  > .map_box
  > .map-area
  > .wrap
  > .google_maps
  > iframe {
  height: 385px;
  filter: brightness(87%) contrast(143%) saturate(0%) blur(0px)
    hue-rotate(215deg);
  max-width: 100%;
  width: 100%;
  margin: 0;
  line-height: 1;
  border: none;
}

.contact-middle > .elementor-row > .map_box > .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.contact-middle > .elementor-row > .map_box > .row .form-group {
  position: relative;
  margin-bottom: 1rem;
}

.contact-middle > .elementor-row > .map_box > h1 {
  font-family: inherit;
  color: #101010;
  margin: 0 0 15px;
  font-size: 32px;
  font-weight: 900;
  line-height: 54px;
  text-align: center;
}

.book-appointment .form-group td {
  padding: 0 10px;
}

.book-appointment .form-group td label {
  padding-left: 10px;
  cursor: pointer;
}

.book-appointment .form-group .label {
  color: #000;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 1rem;
  padding: 0;
}

.book-appointment .form-group select {
  padding: 12px;
  border-radius: 5px;
  border: 1px solid #02010100;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  display: block;
  font-weight: 500;
  -webkit-transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-box-shadow: 0 16px 32px 0 rgb(32 85 125 / 10%);
  box-shadow: 0 16px 32px 0 rgb(32 85 125 / 10%);
}

.book-appointment .form-group .form-control {
  padding: 12px 16px;
  border-radius: 5px;
  border: 1px solid #02010100;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  display: block;
  font-weight: 500;
  -webkit-transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-box-shadow: 0 16px 32px 0 rgb(32 85 125 / 10%);
  box-shadow: 0 16px 32px 0 rgb(32 85 125 / 10%);
}

.book-appointment .form-group .form-control:active,
.book-appointment .form-group .form-control:focus,
.book-appointment .form-group select:active,
.book-appointment .form-group select:focus {
  border-color: #121212 !important;
  color: #555;
  background-color: #fff;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
  box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
}

.book-appointment .form-group .form-control::placeholder {
  color: #000;
  opacity: 1;
}

.book-appointment .form-group .form-control:-ms-input-placeholder {
  color: #000;
}

.book-appointment .form-group .form-control::-ms-input-placeholder {
  color: #000;
}

.book-appointment .form-group svg {
  position: absolute;
  top: 15px;
  right: 25px;
  color: var(--colorone);
  font-size: 12px;
}

.book-appointment textarea.form-control {
  height: 150px !important;
}

.book-appointment .form-group > .btn {
  margin: 10px auto;
  cursor: pointer;
  color: #fff;
  background-color: var(--colorone);
  display: inline-block;
  font-weight: 700;
  line-height: 1.7;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 2px solid var(--colorone);
  box-sizing: border-box;
  transform: translateY(0);
  padding: 15px 25px;
  font-size: 14px;
  transition: 0.2s ease-in-out;
  border-radius: 5px !important;
  margin-bottom: 0.75rem !important;
  width: 100%;
}

.book-appointment .form-group > .btn:hover {
  background-color: #121212;
  border-color: #121212;
  transform: translateY(-0.15rem);
  box-shadow: 0 0.25rem 0.75rem rgb(30 34 40 / 15%);
  color: #fff;
}

.book-appointment h1,
.parallaxContent h1 {
  font-size: 16px;
  line-height: normal;
  color: var(--brand--b);
  padding: 1em 0;
  text-transform: uppercase;
}

.book-appointment h2,
.parallaxContent h2 {
  font-size: 50px;
  font-weight: 200;
  letter-spacing: 0;
  color: #000;
  margin-bottom: 50px;
}

.referans-item {
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
  text-align: center;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  height: 25vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.referans-item * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.referans-item img {
  max-width: 100%;
  width: 100%;
  padding: 15px;
}

.referans-item div {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  opacity: 0;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  background: #fff;
}

.referans-item div:after,
.referans-item div:before {
  content: "";
  width: 50px;
  height: 50px;
  background: rgba(205, 45, 56, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.referans-item svg {
  top: 0;
  left: 0;
  font-size: 34px;
  color: var(--colorone) !important;
  width: 50px;
  height: 50px;
  line-height: 50px;
}

.referans-item a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
}

.referans-item.blue svg {
  color: var(--colorone) !important;
  opacity: 1;
}

.galeri-item.hover img,
.galeri-item:hover img,
.referans-item.hover img,
.referans-item:hover img {
  opacity: 0.3;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.referans-item.hover div:after,
.referans-item.hover div:before,
.referans-item:hover div:after,
.referans-item:hover div:before {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.referans-item.hover div:before,
.referans-item:hover div:before {
  -webkit-transform: scale(1.45);
  transform: scale(1.45);
}

.referans-item.hover div:after,
.referans-item:hover div:after {
  -webkit-transform: scale(1.88);
  transform: scale(1.88);
}

.galeri-item {
  position: relative;
  overflow: hidden;
  color: #fff;
  cursor: pointer;
  box-shadow: 0 0 5px rgb(0 0 0 / 15%);
}

.galeri-item img {
  opacity: 0.8;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
  width: 100%;
  height: 100%;
}

.galeri-item figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.galeri-item figcaption > div {
  height: 100%;
  overflow: hidden;
  width: 100%;
  position: relative;
}

.galeri-item .icons,
.galeri-item h2,
.galeri-item h3 {
  margin: 0;
  position: absolute;
  left: 45%;
  top: 45%;
  padding: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.snip1580 a,
.snip1580 figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.galeri-item h2 {
  font-weight: 700;
  line-height: 1.2em;
  font-size: 18px;
  bottom: 0;
}

.galeri-item h3 {
  top: 0;
  color: #fff;
  font-size: 15px;
  line-height: 2em;
}

.galeri-item .icons {
  opacity: 0;
  -webkit-transform: translateY(-150%);
  transform: translateY(-150%);
}

.galeri-item .icons a {
  color: #fff;
  text-decoration: none;
  font-size: 32px;
  opacity: 1;
}

.galeri-item .icons a:hover {
  opacity: 1;
  cursor: pointer;
}

.galeri-item.hover figcaption h3,
.galeri-item:hover figcaption h3 {
  -webkit-transform: translateY(-150%);
  transform: translateY(-150%);
  opacity: 0;
}

.galeri-item.hover figcaption .icons,
.galeri-item:hover figcaption .icons {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.ekibekatil-banner .form-group .form-control {
  padding: 15px;
  border-radius: 0;
  background-color: transparent;
  font-size: 16px;
  border: none;
  border-bottom: 2px solid var(--brand--b);
  height: 45px;
  color: var(--brand--b);
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  display: block;
  width: 100%;
  font-weight: 700;
  line-height: 1.5;
  -webkit-transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-box-shadow: 0 16px 32px 0 rgb(32 85 125 / 10%);
  box-shadow: 0 16px 32px 0 rgb(32 85 125 / 10%);
}

.ekibekatil-banner .form-group .form-control:active,
.ekibekatil-banner .form-group .form-control:focus {
  border-color: #b44026 !important;
  color: var(--brand--b);
  background-color: #fff;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
  box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
}

.ekibekatil-banner .form-group .form-control::placeholder {
  color: #000;
  opacity: 1;
}

.ekibekatil-banner .form-group .form-control:-ms-input-placeholder {
  color: #000;
}

.ekibekatil-banner .form-group .form-control::-ms-input-placeholder {
  color: #000;
}

.step-btn {
  max-width: 100%;
  width: 100%;
  max-height: 150px;
  height: 150px;
  display: block;
  position: relative;
  background-color: var(--brand--b);
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  overflow: hidden;
  margin: 0;
  border-radius: 0;
  color: #fff;
  font-size: 18px;
}

.cv-group {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  position: relative;
  background: #2b2e36;
  height: 56px;
  margin-top: 5px;
}

.cv-group > .normaltext {
  text-align: center;
  display: block;
  font-weight: 500;
  font-size: 14.5px;
  line-height: 1.79;
  color: #fff;
}

.cv-group > .normaltext2 {
  text-align: center;
  display: block;
  font-size: 12.5px;
  letter-spacing: 0.13px;
  color: #686d79;
  font-weight: 500;
}

.cv-group input[type="file"] {
  color: #fff;
  width: 100%;
  height: 100%;
  background: 0 0;
  overflow: hidden;
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.snip1580 {
  position: relative;
  display: inline-block;
  overflow: hidden;
  margin: 5px;
  width: 24%;
  background-color: var(--brand--b) 000;
  color: #fff;
  text-align: left;
  font-size: 16px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

.btn-box-play,
.call-now-button div {
  display: flex;
  cursor: pointer;
}

.snip1580 * {
  -webkit-transition: 0.35s;
  transition: 0.35s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.snip1580 img {
  max-width: 100%;
  vertical-align: top;
}

.snip1580 figcaption {
  top: 0;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.75);
}

.snip1580 h3 {
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  margin: 3px 0;
}

.snip1580 h5 {
  font-weight: 400;
  margin: 0;
  color: #bbb;
  letter-spacing: 1px;
}

.snip1580 a {
  top: 0;
}

.snip1580.hover figcaption,
.snip1580:hover figcaption {
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  background-color: #fff;
}

.snip1580.hover h3,
.snip1580.hover h5,
.snip1580:hover h3,
.snip1580:hover h5 {
  color: #333;
}

.btn-box-play {
  background-color: #fff;
  text-transform: uppercase;
  color: #190a3c;
  text-decoration: none;
  white-space: normal;
  width: 56px;
  height: 56px;
  min-height: 0;
  min-width: 0;
  max-height: none;
  max-width: none;
  border: 1px solid #7e7e7e;
  border-radius: 28px;
  transform-origin: 50% 50%;
  opacity: 1;
  transform: translate(0, 0);
  visibility: visible;
  align-items: center;
  justify-content: center;
  margin: 30px auto;
}

.btn-box-play:before {
  content: "";
  position: absolute;
  top: -32%;
  left: -32%;
  width: 165%;
  height: 165%;
  border: 1px solid #b5b8ba;
  border-radius: 50%;
  transition: 0.5s;
}

.btn-box-play:hover:before {
  border-color: transparent;
}

.btn-box-play:hover {
  background-color: var(--brand--b);
  border-color: var(--brand--b);
}

.scroll {
  position: absolute;
  bottom: 140px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(-90deg);
  transform: translateX(-50%) rotate(-90deg);
  line-height: 1.5;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  z-index: 9;
}

.scroll .scrolldown {
  position: absolute;
  width: 1px;
  height: 100px;
  bottom: -40px;
  left: -70px;
  right: 0;
  overflow: hidden;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.scroll .scrolldown .linescrol {
  width: 100%;
  height: 100%;
  display: block;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(50%, #fff),
    color-stop(50%, rgba(255, 255, 255, 0))
  );
  background: linear-gradient(to bottom, #fff 50%, rgba(255, 255, 255, 0) 50%);
  background-position: 0 -100px;
  background-size: 100% 200%;
  -webkit-animation: 2.2s cubic-bezier(0.76, 0, 0.3, 1) infinite forwards
    scrolldown;
  animation: 2.2s cubic-bezier(0.76, 0, 0.3, 1) infinite forwards scrolldown;
}

@-webkit-keyframes scrolldown {
  0% {
    background-position: 0 -100px;
  }

  75% {
    background-position: 0 0;
  }

  100% {
    background-position: 0 100px;
  }
}

@keyframes scrolldown {
  0% {
    background-position: 0 -100px;
  }

  75% {
    background-position: 0 0;
  }

  100% {
    background-position: 0 100px;
  }
}

@media only screen and (max-width: 750px) {
  .scroll {
    bottom: 150px;
    /*left: 10px*/
  }
}

.call-now-button {
  z-index: 999;
  clear: both;
  margin: 0 auto;
  position: fixed;
  border-radius: 50px;
  bottom: 5%;
  right: 5%;
  background: 0 0;
}

.quick-alo-ph-circle-fill.active,
.quick-alo-ph-circle.active {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  opacity: 1;
  position: absolute;
}

.cook_head,
.cook_head small,
.cook_head span {
  display: block !important;
  line-height: 1.25 !important;
}

.call-now-button div a .quick-alo-ph-img-circle,
.call-now-button div a .quick-alo-phone-img-circle {
  background-color: #0c3;
}

.quick-alo-ph-circle.active {
  width: 130px;
  height: 130px;
  top: -40px;
  left: -40px;
  background-color: transparent;
  border-radius: 100%;
  border: 2px solid rgba(30, 30, 30, 0.4);
  -webkit-animation: 1.2s ease-in-out infinite quick-alo-circle-anim;
  -moz-animation: 1.2s ease-in-out infinite quick-alo-circle-anim;
  -ms-animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
  -o-animation: 1.2s ease-in-out infinite quick-alo-circle-anim;
  animation: 1.2s ease-in-out infinite quick-alo-circle-anim;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  transform-origin: 50% 50%;
}

.quick-alo-ph-circle-fill.active {
  width: 80px;
  height: 80px;
  top: -15px;
  left: -15px;
  background-color: var(--brand--b);
  border-radius: 100%;
  border: 2px solid transparent;
  -webkit-animation: 2.3s ease-in-out infinite quick-alo-circle-fill-anim;
  -moz-animation: 2.3s ease-in-out infinite quick-alo-circle-fill-anim;
  -ms-animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
  -o-animation: 2.3s ease-in-out infinite quick-alo-circle-fill-anim;
  animation: 2.3s ease-in-out infinite quick-alo-circle-fill-anim;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  transform-origin: 50% 50%;
}

.quick-alo-phone-img-circle.shake {
  width: 50px;
  height: 50px;
  top: 0;
  left: 0;
  position: absolute;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid transparent;
  opacity: 1;
  background: url(../img/whatsapp-logo.png) center center no-repeat;
  -webkit-animation: 1s ease-in-out infinite quick-alo-circle-img-anim;
  -moz-animation: 1s ease-in-out infinite quick-alo-circle-img-anim;
  -ms-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
  -o-animation: 1s ease-in-out infinite quick-alo-circle-img-anim;
  animation: 1s ease-in-out infinite quick-alo-circle-img-anim;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

@keyframes ani-rotate {
  from {
    transform: rotate(0);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes quick-alo-circle-anim {
  0% {
    -webkit-transform: rotate(0) scale(0.5) skew(1deg);
    transform: rotate(0) scale(0.5) skew(1deg);
    opacity: 0.1;
  }

  30% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.5;
  }

  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.1;
  }
}

@keyframes quick-alo-circle-fill-anim {
  0%,
  100% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.2;
  }

  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.2;
  }
}

@keyframes quick-alo-circle-img-anim {
  0%,
  100%,
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    transform: rotate(0) scale(1) skew(1deg);
  }

  10%,
  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    transform: rotate(-25deg) scale(1) skew(1deg);
  }

  20%,
  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    transform: rotate(25deg) scale(1) skew(1deg);
  }
}

.cookie-popup {
  position: fixed;
  left: 20px;
  bottom: 20px;
  width: 420px;
  max-width: 420px;
  border-radius: 16px;
  z-index: 999;
}

.cookie-popup .cookies-service {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 100vw;
  -webkit-animation: none !important;
  animation: none !important;
  -webkit-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  transform-origin: bottom left;
  border-radius: 30px;
  position: relative;
  text-align: left;
  background: #fff;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.15), 0 2px 6px rgba(0, 0, 0, 0.05);
  border: none;
}

.cookie-popup .cookies-service .cookie-inset {
  max-height: calc(80vh - 100px);
  overflow-y: auto;
  overflow-x: hidden;
  border-radius: 30px 30px 0 0;
  background: #fff;
  z-index: 100;
  position: relative;
}

.cookie-popup .cookies-service .cookie-inset .cookie-content {
  z-index: 100;
  position: relative;
  padding: 20px 20px 0;
  color: #2e2e2e;
  overflow: hidden;
}

.cookie-popup .cookies-service .cookie-inset .cookie-content .one {
  position: relative;
  margin-bottom: 10px;
  padding-top: 4px;
}

.cookie-img {
  z-index: -1;
  position: relative;
  float: right;
  margin-left: 10px;
  margin-bottom: 10px;
}

.cookie-img .illustrationimg {
  z-index: 100 !important;
  position: relative !important;
  max-width: auto !important;
  max-height: auto !important;
  object-fit: contain !important;
  border-style: none;
}

.cookie-img2 {
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.cookie-img2 .thumbprintimg {
  width: auto !important;
  max-width: none !important;
  position: absolute;
  left: auto;
  top: -70px;
  right: -60px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  border-style: none;
}

.cook_head {
  margin: 0 0 8px !important;
  font-size: 24px !important;
  font-weight: 700 !important;
  text-align: left !important;
  clear: none !important;
  background: 0 0 !important;
  height: auto !important;
  padding: 0 !important;
}

.cook_head small {
  font-size: 70% !important;
  font-weight: 400 !important;
}

.CookieMessage,
.CookieMessage li,
.CookieMessage p {
  color: #1d1d1b;
  font-size: 12px;
}

.CookieMessage,
.CookieMessage p {
  margin: 0 0 10px;
}

.CookieMessage b,
.CookieMessage strong {
  font-weight: bolder;
}

.CookieMessageAlt {
  margin-top: 6px;
  font-size: 12px;
  margin-bottom: 12px;
}

.CookieMessageAlt a {
  background-color: transparent;
  color: #1d1d1b;
}

.CookieMessageAltMetin {
  z-index: 300;
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}

.CookieMessageAltMetin a {
  background: 0 0;
  display: -webkit-inline-box !important;
  display: -webkit-inline-flex !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 4px 10px;
  -webkit-text-decoration: none;
  text-decoration: none;
  color: #1d1d1b;
  border: none;
  border-radius: 8px 8px 0 0;
  white-space: nowrap;
  -webkit-transition: 0.1s ease-out;
  transition: 0.1s ease-out;
  font-size: 11px !important;
  font-weight: 400;
  cursor: help;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.btn-wrp a,
.btn-wrp a:focus,
.btn-wrp a:hover {
  color: #122223;
  background-color: #00000000;
}

.CookieMessageAltMetin a > span {
  margin: 5px auto;
  font-size: 11px !important;
  line-height: 1;
  font-weight: 400;
  -webkit-letter-spacing: 0.025em;
  -moz-letter-spacing: 0.025em;
  -ms-letter-spacing: 0.025em;
  letter-spacing: 0.025em;
}

.button-cookie {
  z-index: 200 !important;
  position: relative !important;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  -webkit-align-items: stretch !important;
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
  width: 100% !important;
  border-top: 1px solid #f0f2f6 !important;
}

.button-cookie > .button-cook:not(:last-child) {
  border-right: 1px solid #f0f2f6 !important;
}

.button-cookie > .button-cook:first-of-type {
  border-bottom-left-radius: 30px !important;
}

.button-cookie > .button-cook:last-of-type {
  border-bottom-right-radius: 30px !important;
}

.button-cookie > .button-cook {
  -webkit-flex: 1 1 100% !important;
  -ms-flex: 1 1 100% !important;
  flex: 1 1 100% !important;
}

.one-btn,
.two-btn {
  outline: 0 !important;
  border: none !important;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
  -webkit-text-decoration: none !important;
  text-decoration: none !important;
  text-transform: none !important;
  text-overflow: unset !important;
  background: #fff !important;
  overflow: unset !important;
  position: relative !important;
  display: -webkit-inline-box !important;
  display: -webkit-inline-flex !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-align-items: center !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  width: auto !important;
  height: auto !important;
  min-width: auto !important;
  min-height: auto !important;
  margin: 0 !important;
  padding: 12px 8px !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 1.25 !important;
  white-space: normal !important;
  -webkit-letter-spacing: 0 !important;
  -moz-letter-spacing: 0 !important;
  -ms-letter-spacing: 0 !important;
  letter-spacing: 0 !important;
  border-radius: 0 !important;
  color: #1d1d1b !important;
  cursor: pointer !important;
  -webkit-transition: 0.15s !important;
  transition: 0.15s !important;
  box-shadow: 0 0 0 0 inset transparent !important;
}

.btn-learn-more,
.card__link,
.connection-wrapper
  .connection-container
  .connection-grip
  .col
  picture
  .btn-learn-more,
.connection-wrapper .connection-container .title-group .btn-style-2,
.container_flexgrow .section_grow div .number_card,
.data-blog,
.gold_btn .txt_btn,
.item-detail-room,
.m-generic-link,
.mdl-gridHotelesDestinos .m-title,
.op-primary-button,
.orange-link-wrapper,
.slide-column a,
.slide-column h5 {
  text-transform: uppercase;
  text-transform: uppercase;
}

.two-btn:hover {
  color: #1d1d1b !important;
  background-color: #f0f2f6 !important;
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
}

.one-btn:hover {
  color: #fff !important;
  background-color: #0089ff !important;
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
}

.swirl-divider {
  position: relative;
  height: 0;
}

.swirl-divider svg {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -170px;
  height: 160px;
}

.frame-space-after-extra-large {
  padding-top: 120px;
  padding-bottom: 60px;
}

.gap-container {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.grid-container {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  margin-left: auto;
  margin-right: auto;
}

.grid-x {
  display: flex;
  flex-flow: row wrap;
}

.teaser,
.va-image {
  display: block;
  position: relative;
}

.teaser {
  padding-bottom: 20px;
  overflow: hidden;
  transition: color 0.2s ease-out, opacity 0.2s ease-out,
    background-color 0.2s ease-out, border-color 0.2s ease-out;
  outline: 0;
}

.teasers--vertical a .teaser__title {
  color: #000;
  font-size: 21px;
  margin: 0;
  font-weight: 400;
}

.content-container .style-h4,
.content-container h4,
.powermail_legend {
  line-height: 1.29;
  font-size: 21px;
}

.teasers--vertical .va-image,
.teasers--vertical .video-container {
  margin-bottom: 22px;
}

.va-image {
  width: 100%;
}

.va-image__inner {
  background-color: #941711;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
}

.va-image.large-cr-1 .media-aspect,
.video-container.large-cr-1 .media-aspect {
  padding-top: 100% !important;
}

.big .va-image.large-cr-1 .media-aspect {
  padding-top: 105% !important;
}

.imglink--content .va-image__inner:after,
.imglink--lightbox .va-image__inner:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(58, 58, 58, 0);
  z-index: 2;
  transition: background-color 0.3s;
}

.va-image img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.teaser .tagline {
  color: #000;
}

.author__tagline,
.tagline {
  line-height: 15px;
  font-size: 14px;
  margin-bottom: 10px;
}

.accordion__title,
.all-hotels-list .hotel-title,
.content-container .style-h5,
.content-container h5,
.pagination a,
.pagination button,
.tx-go-maps-ext .gme-info-window h4 {
  font-size: 17px;
  font-family: inherit;
  font-weight: 800;
  word-break: normal;
  -webkit-hyphens: manual;
  hyphens: manual;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

.connection-wrapper {
  padding-top: 120px;
  padding-bottom: 200px;
  position: relative;
  width: 100%;
  overflow: hidden;
}

.connection-wrapper.fb {
  background-color: #fbfbfb;
}

.connection-wrapper .material-background {
  position: absolute;
  right: 0;
  bottom: 100px;
  height: auto;
}

.connection-wrapper .connection-container .pattern-03 {
  position: absolute;
  top: 500px;
  left: -100px;
  height: auto;
}

.connection-wrapper .connection-container {
  position: relative;
  margin: 0 auto;
  padding: 0 20px;
}

.connection-wrapper .connection-container .connection-grip {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  margin-top: -60px;
}

.connection-wrapper .connection-container .title-group h2 {
  font-family: inherit;
  font-weight: 400;
  font-size: 54px;
  line-height: 1.2em;
  margin: 15px auto;
}

.connection-wrapper .connection-container .title-group h2.handtext {
  margin: 20px auto;
  font-size: 42px;
  font-weight: lighter;
  line-height: 1.1;
  color: #1c1c22;
}

.connection-wrapper .connection-container .title-group {
  padding: 0;
}

.connection-wrapper .connection-container .title-group .description {
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #64688c;
  font-size: 16px;
}

.connection-wrapper .connection-container .title-group .description.handtext {
  margin-bottom: 60px;
  font-size: 32px;
  color: var(--brand--b);
  font-family: inherit;
}

.connection-wrapper .connection-container .title-group .btn-style-2 {
  position: relative;
  font-size: 16px;
  letter-spacing: 3px;
  z-index: 1;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.connection-wrapper .connection-container .title-group .btn-style-2:after {
  content: "";
  position: absolute;
  top: 5px;
  left: -20px;
  width: 155px;
  height: 35px;
  background-image: url("../img/hover-01.svg");
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.25;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  z-index: -1;
}

.connection-wrapper .connection-container .title-group .btn-style-2:hover {
  letter-spacing: 6px;
  opacity: 1;
}

.connection-wrapper .connection-container .connection-grip .col {
  padding: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
}

.connection-wrapper .connection-container .connection-grip .col:first-child {
  margin-top: 13%;
}

.connection-wrapper .connection-container .connection-grip .col:nth-child(3) {
  margin-top: 10%;
}

.connection-wrapper .connection-container .connection-grip .col:nth-child(4) {
  margin-top: 26%;
}

.connection-wrapper
  .connection-container
  .connection-grip
  .col
  .thumbnail-item {
  width: 100%;
  max-width: 360px;
  border-radius: 10px;
}

.connection-wrapper .connection-container .connection-grip .col picture {
  position: relative;
  margin-bottom: 4px;
}

.btn-learn-more,
.connection-wrapper
  .connection-container
  .connection-grip
  .col
  picture
  .btn-learn-more {
  position: absolute;
  bottom: 0;
  z-index: 1;
  left: 0;
  right: 0;
  text-align: center;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 5%;
}

.text-area h1 {
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #64688c;
  font-size: 14px;
}

.text-area h2 {
  font-family: inherit;
  font-weight: 400;
  font-size: 54px;
  line-height: 1.2em;
  margin: 15px auto;
}

.text-area h2.little-size {
  font-size: 34px;
}

.text-area span {
  color: #48494f;
  line-height: 1.75;
  font-size: 15px;
  font-weight: 400;
  font-family: inherit;
  letter-spacing: 0px;
}

white {
  color: #fff;
}

.knsl-ath-card {
  margin-bottom: 20px;
  position: relative;
  background-color: #fff;
  border-radius: 10px;
}

.knsl-ath-card .knsl-cover-frame {
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  padding-bottom: 130%;
}

.knsl-card-description {
  padding: 20px 5px;
  width: calc(100% - 60px);
  max-height: 75px;
  overflow: hidden;
  border-radius: 5px;
  background-color: #fff;
  position: absolute;
  bottom: 30px;
  left: 30px;
  right: 30px;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  text-align: center;
}

.knsl-ath-card:hover .knsl-card-description {
  max-height: 400px;
}

.knsl-ath-card:hover .knsl-cover-frame img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.knsl-ath-card .knsl-cover-frame img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.knsl-ath-card .knsl-card-description h3 {
  font-size: 24px;
  margin-bottom: 10px;
  font-family: inherit;
  font-weight: 600;
  word-wrap: break-word;
  letter-spacing: 0;
  color: #383a4e;
}

.knsl-ath-card .knsl-text {
  margin-bottom: 1rem;
}

.knsl-ath-card:hover .knsl-card-description p {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.knsl-ath-card .knsl-card-description p {
  -webkit-transform: translateY(60px);
  transform: translateY(60px);
  opacity: 0;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.pic-area .absolute {
  position: absolute;
  bottom: -175px;
  left: -300px;
  max-width: 500px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 12px;
}

.pic-area img {
  border-radius: 12px;
}

.btn-wrp {
  position: relative;
  text-align: left;
  margin: 50px auto 0;
}

.btn-wrp a {
  font-size: 15px;
  font-weight: 400;
  fill: #122223;
  border-style: none;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
  text-decoration: none;
  display: inline-block;
  line-height: 1;
  text-align: center;
  transition: 0.3s ease-in-out;
  outline: 0 !important;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
}

.btn-wrp a .elementor-button-content-wrapper {
  align-items: center;
  display: flex;
  justify-content: center;
}

.btn-wrp a .elementor-button-content-wrapper .elementor-align-icon-left {
  margin-right: 10px;
}

.btn-wrp.right {
  text-align: right;
}

@keyframes iconreadmore {
  0%,
  100%,
  50% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }

  25% {
    -webkit-transform: translateX(-4px);
    -ms-transform: translateX(-4px);
    -o-transform: translateX(-4px);
    transform: translateX(-4px);
  }

  75% {
    -webkit-transform: translateX(4px);
    -ms-transform: translateX(4px);
    -o-transform: translateX(4px);
    transform: translateX(4px);
  }
}

@-webkit-keyframes iconreadmore {
  0%,
  100%,
  50% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }

  25% {
    -webkit-transform: translateX(-4px);
    -ms-transform: translateX(-4px);
    -o-transform: translateX(-4px);
    transform: translateX(-4px);
  }

  75% {
    -webkit-transform: translateX(4px);
    -ms-transform: translateX(4px);
    -o-transform: translateX(4px);
    transform: translateX(4px);
  }
}

.background-wrapper {
  position: relative;
  padding: 175px 0;
  margin-top: -125px;
}

.elementor-background-container {
  direction: ltr;
  inset: 0;
  overflow: hidden;
  position: absolute;
  z-index: 0;
}

.elementor-background-overlay {
  background-color: transparent;
  background-image: linear-gradient(180deg, #1e203199 0%, #1e203166 100%);
  opacity: 0.6;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  inset: 0;
  position: absolute;
}

.backtwo-wrapper {
  position: relative;
  padding: 120px 0;
  background-color: #f2efe9;
  margin-top: -125px;
}

.backtwo-wrapper .background-pict {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.1;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  inset: 0;
  position: absolute;
}

.knsl-testimonial-card {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  margin-top: 45px;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.owl-item.active.center .knsl-testimonial-card {
  -webkit-transform: scale(1);
  transform: scale(1);
  margin-top: 0;
}

.knsl-testimonial-card .knsl-avatar-frame {
  margin: 0 auto;
  border: solid 10px #fff;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.04);
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.04);
}

.owl-item.active.center .knsl-testimonial-card .knsl-avatar-frame {
  margin: 0 auto;
  border: solid 10px #fff;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  width: 118px;
  height: 118px;
  -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.04);
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.04);
}

.knsl-testimonial-card .knsl-avatar-frame img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.knsl-testimonial-card .knsl-name-and-text {
  padding: 15px 0 0;
  text-align: center;
}

.knsl-testimonial-card h3 {
  font-size: 24px;
  margin-bottom: 10px;
  font-family: inherit;
  font-weight: 600;
  color: #383a4e;
  letter-spacing: 0;
  word-wrap: break-word;
}

.knsl-testimonial-card .knsl-subtitle--h {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.knsl-testimonial-card .knsl-name-and-text blockquote {
  position: relative;
  background-color: #fff;
  margin: 30px 0;
  -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.04);
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.04);
  margin-top: 15px;
  font-style: normal;
  padding: 20px 20px 30px;
  font-size: 16px;
  margin-top: 1em;
  margin-bottom: 0;
  color: #48494f;
  border: none;
}

.knsl-testimonial-card .knsl-name-and-text blockquote:before {
  font-style: italic;
  position: absolute;
  top: -13px;
  left: 15px;
  color: #b87969;
  content: ' " ';
  font-size: 46px;
  line-height: 50px;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
  opacity: 0;
}

.knsl-testimonial-card .knsl-name-and-text blockquote:after {
  font-style: italic;
  position: absolute;
  bottom: -20px;
  right: 30px;
  line-height: 0;
  font-size: 72px;
  color: #b87969;
  content: ' " ';
  font-size: 64px;
  line-height: 5px;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  opacity: 0;
}

.owl-item.active.center
  .knsl-testimonial-card
  .knsl-name-and-text
  blockquote:before,
.owl-item.active.center
  .knsl-testimonial-card
  .knsl-name-and-text
  blockquote:after {
  opacity: 1;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.tour-item-three {
  margin: 30px auto 0 !important;
}

.tour-item-style {
  margin-bottom: 50px;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.room-booking .tour-item-style {
  margin-bottom: 0px;
}

.tour-item-style .tour-image {
  border-radius: 12px;
  overflow: hidden;
  position: relative !important;
}

.tour-item-style .tour-image a {
  box-shadow: none;
  text-decoration: none;
  position: relative !important;
  display: block !important;
  outline: 0 !important;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.tour-item-style .direction {
  width: auto;
  height: 130px;
  min-width: 130px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(18, 34, 35, 0.5);
  color: #fff;
  font-weight: 500;
  border-radius: 50%;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  opacity: 0;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  padding: 0 3px;
  -webkit-transform: translate(-50%, -50%) scale(0);
  -moz-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  -o-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  align-items: center !important;
  justify-content: center !important;
  display: inline-flex !important;
}

.tour-item-style .image-wrapper,
.view-more-gallery {
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
}

.tour-item-style:hover .direction {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -moz-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  -o-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}

.tour-item-style .image-wrapper {
  outline: rgba(255, 255, 255, 0.2) solid 1px;
  outline-offset: -20px;
  transition: 0.2s ease-in-out;
}

.kurumsal-sol h6,
.kurumsal-sol p {
  vertical-align: middle;
  transition: color 0.3s;
}

.tour-item-style .image-wrapper:hover {
  outline-offset: -15px;
}

.tour-item-style .image-wrapper img {
  display: block;
  max-width: 100%;
  border: none;
  border-radius: 0;
  box-shadow: none;
}

.tour-item-style .tour-content {
  color: #122223;
  padding-top: 20px;
  position: relative !important;
}

.tour-item-style .tour-content .align-items-center {
  align-items: center !important;
  display: flex !important;
}

.tour-item-style .title {
  font-size: 24px;
  margin: 0;
  color: #fff;
  font-weight: 400;
  font-family: inherit;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -moz-box;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 60px;
}

.tour-item-style .title a {
  color: #122223;
  box-shadow: none;
  text-decoration: none;
}

.tour-item-style .tour_info_price {
  font-size: 17px;
}

.tour-item-style .info-detail-room {
  align-items: center !important;
  flex-wrap: wrap !important;
  display: flex !important;
  margin-bottom: 15px;
}

.tour-decs {
  color: #48494f;
  line-height: 1.75;
  font-size: 15px;
  font-weight: 400;
  font-family: inherit;
  letter-spacing: 0px;
  margin: 15px auto;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -moz-box;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 55px;
}

.tour-item-style.other .image-wrapper {
  height: 325px;
}

.tour-item-style.other .title {
  font-size: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0;
  font-weight: 700;
}

.item-detail-room {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  font-size: 12px;
  margin: 0;
}

.info-detail-room .item-detail-room + .item-detail-room:before {
  background: currentcolor;
  margin: 0 5px;
  content: "";
  border-radius: 50%;
  width: 8px;
  height: 8px;
  opacity: 0.1;
}

.hizmet-urun-benzer-slide .item-detail-room {
  font-size: 10px;
}

.ms-auto {
  margin-left: auto !important;
}

.container_flexgrow {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc(100vh - 140px);
  width: 100%;
  background: #f2f2f2;
  border-bottom: 1px solid #fff;
}

.container_flexgrow .section_grow {
  flex-grow: 1;
  position: relative;
  height: 100%;
  transition: 0.4s;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  justify-content: center;
  box-sizing: border-box;
  text-align: center;
  overflow: hidden;
  border-right: 1px solid #fff;
}

.container_flexgrow .section_grow:last-child {
  border-right: 0;
}

.overlay_black2 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 2;
}

.container_flexgrow .section_grow .logo_sec {
  position: absolute;
  width: 175px;
  top: 18vh;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
  opacity: 0;
  transition: opacity 1s, transform 1s, padding-top 0.9s;
}

.container_flexgrow .section_grow .bg_sec {
  position: absolute;
  top: 0;
  transform: scale(1.3);
  height: 100%;
  min-width: 100%;
  object-fit: cover;
  opacity: 0;
}

.container_flexgrow .section_grow .cont_title {
  position: relative;
  margin: 40vh auto auto;
  width: 100%;
  height: auto;
  text-align: center;
  z-index: 2;
}

.container_flexgrow .section_grow .cont_title h1 {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  align-items: center;
  text-align: center;
  color: #fff;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.gold_btn,
.line_split {
  justify-content: center;
  position: relative;
  display: flex;
}

.container_flexgrow .section_grow .cont_title h1.big_txt {
  font-size: 56px !important;
  line-height: 56px !important;
  display: block;
  overflow: hidden;
  transition: 1s;
  opacity: 0;
}

.line_split {
  overflow: hidden;
  align-items: center;
}

.container_flexgrow .section_grow .cont_title h1.small_txt {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 1;
}

.container_flexgrow .section_grow .cont_desc {
  position: relative;
  display: block;
  text-align: center;
  padding: 0 35px;
  top: -6vh;
}

.container_flexgrow .section_grow .cont_desc p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  color: #fff;
  opacity: 0;
  margin: 0;
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  transition: opacity 1s, padding-top 1s, transform 1s;
  position: relative;
  z-index: 2;
}

.container_flexgrow .section_grow div .number_card,
.gold_btn .txt_btn {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.15em;
  font-weight: 300;
  color: #fff;
  text-align: center;
  font-style: normal;
}

.block_btn_card {
  overflow: hidden;
  width: 100%;
  position: relative;
  top: -3vh;
}

.gold_btn {
  max-width: 220px;
  min-height: 107px;
  border: none;
  outline: 0;
  float: right;
  margin-top: 40px;
  cursor: pointer;
  transition: 1s;
  color: #fff;
  line-height: 120px;
  width: 100%;
  z-index: 2;
}

.gold_btn .txt_btn {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 104px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.block_btn_card .col_btn {
  float: none;
  margin: auto;
  transition-duration: 0.8s;
  transition-delay: 0.8s;
  opacity: 0 !important;
}

.gold_btn .turb1,
.gold_btn .turb2,
.gold_btn .turb3,
.gold_btn .turb4 {
  position: absolute;
  top: 0;
  left: 0;
}

.turb1,
.turb2,
.turb3,
.turb4 {
  outline: transparent solid 100px;
}

.lab_gold {
  overflow: hidden;
  line-height: 10px;
  cursor: pointer;
}

.container_flexgrow .section_grow div .number_card {
  position: relative;
  display: block;
  z-index: 4;
  top: -6vh;
  transition: 1s;
}

.container_flexgrow .section_grow:hover {
  flex-grow: 2.5;
  transition: flex 1s;
}

.container_flexgrow .section_grow:hover .logo_sec {
  opacity: 1;
  z-index: 2;
  transform: scale(1);
  transition: opacity 1s, padding-top 1s 0.1s, transform 1s;
}

.container_flexgrow .section_grow:hover .block_btn_card .col_btn {
  opacity: 1 !important;
}

.container_flexgrow .section_grow:hover .cont_desc p {
  opacity: 1;
  transition: opacity 5s;
}

.mdl-gridHotelesDestinos {
  background: #091d26;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  position: relative;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 300;
}

.mdl-gridHotelesDestinos .card-title {
  width: 25%;
  height: 50rem;
  position: relative;
  overflow: hidden;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.mdl-gridHotelesDestinos .card-title > img {
  width: 175px;
  position: relative;
}

.mdl-gridHotelesDestinos .card-title > .m-pretitle {
  font-size: 3rem;
  font-weight: 400;
  line-height: 4rem;
  z-index: 1;
  position: relative;
}

.mdl-gridHotelesDestinos .card-title > .m-title {
  font-size: 8.8rem;
  font-weight: 400;
  line-height: 8.8rem;
  z-index: 1;
  position: relative;
  text-transform: none;
  margin-top: 0;
}

.mdl-gridHotelesDestinos .card-destino {
  width: 25%;
  height: 50rem;
  position: relative;
  overflow: hidden;
  color: #fff;
  cursor: pointer;
}

.mdl-gridHotelesDestinos .m-main-card {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  padding: 2.6rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: flex-end;
}

.mdl-gridHotelesDestinos .m-hover-card {
  transition: 0.3s ease-in;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  box-sizing: border-box;
  padding: 3.8rem 3.5rem 0.6rem;
  background: linear-gradient(
    0deg,
    rgba(9, 29, 38, 0.8) 0,
    rgba(9, 29, 38, 0.8) 100%
  );
  flex-direction: column;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mdl-gridHotelesDestinos .m-main-card .m-bg,
.mdl-gridHotelesDestinos .m-main-card .m-video {
  transition: 5s linear;
  position: absolute;
  top: 0;
  left: 0;
  min-height: 100%;
  min-width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 0;
}

.mdl-gridHotelesDestinos .card-destino:hover .m-main-card .m-bg {
  animation: 7s infinite kenBurns;
}

.mdl-gridHotelesDestinos .m-main-card .m-bg:after,
.mdl-gridHotelesDestinos .m-main-card .m-video:after {
  content: "";
  background: linear-gradient(
    360deg,
    rgba(9, 29, 38, 0.5) 0,
    rgba(9, 29, 38, 0) 50%
  );
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.mdl-gridHotelesDestinos .m-num {
  font-size: 1.4rem;
  line-height: 2.2rem;
  font-weight: 300;
}

.mdl-gridHotelesDestinos .m-main-card .m-num,
.mdl-gridHotelesDestinos .m-main-card .m-title {
  position: relative;
  z-index: 1;
  transition: 0.3s ease-in;
}

.col-20 .inset .iwset,
.col-20 .inset:hover .iwset {
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}

.mdl-gridHotelesDestinos .m-title {
  margin-top: 1.5rem;
  font-size: 32px;
  font-weight: 400;
  line-height: normal;
}

.m-generic-link {
  display: flex;
  align-items: center;
  cursor: pointer;
  white-space: nowrap;
  z-index: 3;
  font-size: 1.6rem;
  font-weight: 350;
  line-height: 2.8rem;
  letter-spacing: 0.2rem;
  color: #fff;
  transition: 0.3s ease-in;
  margin-top: 0.2rem;
}

.btn-up,
.slide-banner {
  z-index: 9;
  position: absolute;
}

.back-section,
.kurumsal-sag > .widget-wrap-sag,
.yorum {
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.mdl-gridHotelesDestinos .m-generic-link img {
  filter: brightness(0) grayscale(1) invert(1);
}

.m-generic-link img + span {
  margin-left: 0.8rem;
}

.kurumsal-sol {
  padding: 40px 120px 35px 10px;
}

.kurumsal-sol.normal {
  padding: 40px 0;
}

.kurumsal-sol h6 {
  margin: 0 0 0.5em;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5em;
}

.kurumsal-sol p {
  margin-top: 0;
  margin-bottom: 0.5em;
  display: inline-block;
}

.kurumsal-sol.padding-other1 {
  padding: 0 120px 0 40px;
}

.kurumsal-sag {
  padding: 0 8%;
}

.kurumsal-sag > .widget-wrap-sag {
  background-color: #fff;
  box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.07);
  padding: 30px 50px 50px;
  border-radius: 5px;
}

.border-area .num,
.border-area > div:hover .num {
  transition: color 0.3s, background 0.3s, border-color 0.3s;
}

.kurumsal-sag.padding-other2 {
  padding: 0 45px 0 8%;
}

.kurumsal-sag.padding-other3 {
  padding: 0 8% 0 4%;
}

.kurumsal-sol.padding-other4 {
  padding: 40px 4% 40px 0;
}

.image-2 {
  margin: -42% -41% 0 34%;
}

.p120 {
  padding: 120px 0;
}

.border-area {
  border-radius: 500px;
  padding: 35px 0;
  border: 1px solid #ededed;
  margin: 50px auto;
}

.back-section,
.yorum {
  background-position: center center;
  padding: 150px 0;
  background-size: cover;
}

.border-area > div {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.border-area .num {
  width: 44px;
  height: 44px;
  border: 2px solid #f8f9fd;
  border-radius: 24px;
  background-color: #fff;
  font-size: 18px;
  font-weight: 700;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.back-section .background-overlay,
.yorum .background-overlay {
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  height: 100%;
  width: 100%;
}

.border-area .num:after {
  display: flex;
  z-index: 1;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.border-area > div:hover .num {
  color: #fff;
  background: var(--brand--b);
}

.back-section .background-text .background-column h2,
.background-yorum h2 {
  margin-bottom: 0.5em;
  transition: color 0.3s;
  margin-top: 0;
  vertical-align: middle;
}

.lqd-num {
  margin-inline-end: 1.5rem;
  font-size: 65px;
  line-height: 1;
  color: #373c36;
  flex: 0 0 auto;
}

.border-area h3 {
  font-size: 16px;
  letter-spacing: 0;
  color: #112446;
  line-height: 1.5em;
}

.yorum {
  height: 75vh;
}

.yorum .background-overlay {
  background-color: transparent;
  background-image: linear-gradient(115deg, #184341 48%, #f2295b00 82%);
  opacity: 1;
  top: 0;
  left: 0;
  position: absolute;
}

.yorum-qute {
  position: absolute;
  left: 10%;
  top: 15%;
}

.background-yorum {
  position: relative;
  width: 50%;
  margin: 0 30% 0 10%;
}

.background-yorum h2 {
  position: relative;
  color: var(--brand--b);
  font-size: 40px;
  font-weight: 700;
  line-height: 1.24em;
}

.testimonial-content {
  font-family: inherit;
  font-size: 21px;
  line-height: normal;
  color: #fff;
}

.testimonial-content .author-footer {
  color: #fff;
  opacity: 0.5;
  font-family: inherit;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5em;
  margin: 1em 0 0.5em;
}

.col-20 {
  position: relative;
  width: 20%;
  cursor: pointer;
  float: left;
}

.col-20 .inset .iwset {
  padding: 75px 0 25px;
  background-color: #f7f8fa;
  border-radius: 5px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.col-20 .inset .iwset .iconbox {
  text-align: center;
  align-items: center;
  transition: 0.3s, _ 0.3s;
  position: relative;
  flex-grow: 1;
  flex-direction: column;
  display: flex;
  opacity: 1;
  transform: translate(0, 0);
}

.col-20 .inset .iwset .iconbox .btn {
  --icon-font-size: 16px;
  color: #fff;
  fill: #ffffff;
  margin-top: 1.5em;
  font-size: 15px;
  font-weight: 700;
  border-radius: 4px;
  width: auto;
}

.col-20 .inset .iwset .iconbox .btn .btn-txt {
  transition: transform 0.6s cubic-bezier(0.1, 0.75, 0.25, 1) 0.125s;
  text-decoration: inherit;
  position: relative;
  z-index: 3;
}

.col-20 .inset .iwset .iconbox .btn-hover-swp .btn-icon {
  text-decoration: none;
  transition: opacity 0.4s cubic-bezier(0.1, 0.75, 0.25, 1) 0.25s,
    transform 0.6s cubic-bezier(0.1, 0.75, 0.25, 1) 0.25s;
}

.col-20 .inset .iwset .iconbox .btn-icon {
  opacity: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: var(--icon-mt);
  margin-inline-end: var(--icon-me);
  margin-bottom: var(--icon-mb);
  margin-inline-start: var(--icon-ms);
  transition: 0.3s, color 0.125s, box-shadow 0.3s, border 0.3s, opacity 0.25s,
    transform 0.5s;
}

.col-20 .inset .iwset .iconbox .iconbox-icon-wrap,
.col-20 .inset .iwset .iconbox h3,
.col-20 .inset .iwset .iconbox:hover .btn-icon {
  opacity: 1;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}

.col-20 .inset .iwset .iconbox .btn-icon svg {
  font-size: var(--icon-font-size);
  letter-spacing: 0;
}

.col-20 .inset .iwset .iconbox .btn-icon + .btn-icon {
  position: absolute;
  top: auto;
  left: 0;
}

.col-20 .inset .iwset .iconbox h3 {
  font-size: 16px;
  margin: 0 0 1px;
  line-height: 1em;
  transform: translate(0, 0);
  transition-property: all;
}

.col-20 .inset .iwset .iconbox .iconbox-icon-wrap {
  transition-property: all;
  transform: translate(0, 0);
  margin-bottom: 15px;
}

.col-20 .inset .iwset .iconbox .iconbox-icon-wrap img {
  width: 52px;
}

.col-20 .inset .iwset .iconbox:hover .iconbox-icon-wrap,
.col-20 .inset .iwset .iconbox:hover h3 {
  transform: translate(0, -25px);
  transition-duration: 0.3s;
  transition-timing-function: ease;
  color: #fff;
  fill: #ffffff;
}

.col-20 .inset .iwset .iconbox:hover .btn-icon {
  transform: translate(0, -25px);
}

.back-section {
  background-attachment: fixed;
  position: relative;
}

.back-section .background-overlay {
  background-color: #0d413fe8;
  opacity: 1;
  top: 0;
  left: 0;
  position: absolute;
}

.back-section .background-text .background-column h2 {
  font-size: 42px;
  color: #fff;
  position: relative;
  text-align: center;
}

.product {
  text-align: center;
  width: 50%;
  margin: 0 auto;
}

.product h2 {
  padding: 8rem 0 0;
  font-size: 4.8rem;
  line-height: 1.26;
  letter-spacing: -0.1rem;
  font-weight: 700;
  color: #000;
}

.home-part__marquee {
  width: 100%;
  display: block;
  overflow: hidden;
  padding: 10rem 0;
}

.home-part__marquee-wrapper.--left {
  justify-content: end;
}

.home-part__marquee-wrapper {
  will-change: transform;
  flex-wrap: nowrap;
  align-items: stretch;
  display: flex;
  width: calc(150px * 20);
  animation: 20s linear infinite marquee;
  justify-content: space-between;
}

.home-part__marquee-wrapper.--right {
  justify-content: start;
  margin-bottom: -1px;
}

.home-part__marquee-item {
  display: flex;
  align-items: stretch;
  justify-content: start;
  flex-wrap: nowrap;
}

.home-part__marquee-wrapper.rtl {
  will-change: transform;
  flex-wrap: nowrap;
  align-items: stretch;
  display: flex;
  width: calc(150px * 20);
  animation: 20s linear infinite marquee2;
  justify-content: space-between;
}

.home-part__main-item,
.home-part__main-item.marquee2 {
  border: 1px solid #cfd3d4;
  width: 10%;
  display: inline-block;
  margin-bottom: 0;
  margin-right: -1px;
  padding: 1.5rem;
}

.home-part__main-item {
  -webkit-animation: 20s linear infinite marquee;
  -moz-animation: 20s linear infinite marquee;
  -o-animation: 20s linear infinite marquee;
  -ms-animation: marquee 20s linear infinite running;
  animation: 20s linear infinite marquee;
}

.home-part__main-item.marquee2 {
  -webkit-animation: 20s linear infinite marquee2;
  -moz-animation: 20s linear infinite marquee2;
  -o-animation: 20s linear infinite marquee2;
  -ms-animation: marquee2 20s linear infinite running;
  animation: 20s linear infinite marquee2;
}

.advantages .field-block-image img,
.home-part__main-item img,
.home-part__main-item.marquee2 img {
  width: 100%;
}

@-moz-keyframes marquee {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(calc(-80px * 5));
  }
}

@-webkit-keyframes marquee {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(calc(-80px * 5));
  }
}

@-o-keyframes marquee {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(calc(-80px * 5));
  }
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(calc(-80px * 5));
  }
}

@-moz-keyframes marquee2 {
  0% {
    transform: translateX(calc(-80px * 5));
  }

  100% {
    transform: translateX(0);
  }
}

@-webkit-keyframes marquee2 {
  0% {
    transform: translateX(calc(-80px * 5));
  }

  100% {
    transform: translateX(0);
  }
}

@-o-keyframes marquee2 {
  0% {
    transform: translateX(calc(-80px * 5));
  }

  100% {
    transform: translateX(0);
  }
}

@keyframes marquee2 {
  0% {
    transform: translateX(calc(-80px * 5));
  }

  100% {
    transform: translateX(0);
  }
}

.slide-banner {
  right: 5%;
  bottom: 10%;
  width: 275px;
  height: 250px;
  color: #fff;
}

.btn-up,
.line-3 {
  right: 0;
}

.slide-column h5 {
  font-weight: 400;
  font-size: 16px;
  margin: 0 auto 10px;
  display: block;
  color: #fff;
}

.slide-column h4 {
  font-weight: 400;
  font-size: 14px;
  margin: 15px auto;
  display: block;
  color: #fff;
  letter-spacing: 0;
  line-height: 1.5;
}

.slide-column .cover-image {
  position: relative;
  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;
  width: 210px;
  height: 150px;
  border-radius: 10px;
}

.slide-column .cover-image img,
.slide-column a img {
  border-radius: 10px;
}

.slide-column a {
  color: #fff;
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #fff;
  font-size: 12px;
  letter-spacing: 2.6px;
  cursor: pointer;
  position: relative;
}

.btn-up {
  left: 0;
  bottom: 0;
  top: 0;
}

.home-main,
.op-primary-button {
  position: relative;
  background-color: #fff;
}

.home-main .row.first {
  display: flex;
  flex-wrap: wrap;
}

.row.first .left {
  flex: 0 0 50%;
  padding: 120px 0;
}

.home-main:before {
  width: 50%;
  height: 50%;
  position: absolute;
  content: "";
  bottom: 135px;
  z-index: 1;
  background-image: url(../img/yapay-zeka-alt.html);
  background-position: top;
  background-size: cover;
}

.row.first .right {
  flex: 0 0 50%;
  padding: 120px 0 120px 30px;
}

.row.first .right h2 {
  font-size: 50px;
  font-weight: 200;
  letter-spacing: 0;
  color: #0c0c0c;
  margin-top: 0;
  margin-bottom: 50px;
}

.row.first .right h2 strong {
  font-size: 52px;
  font-weight: 700;
  letter-spacing: 0;
}

.row.first .right p {
  font-size: 16px;
  line-height: normal;
  color: #0c0c0c;
  padding: 1em 0;
}

.op-primary-button {
  min-width: 200px;
  justify-content: center;
  text-decoration: none;
  color: #1d1d1b !important;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  border: none;
  border-radius: 0;
  outline: 0;
  box-shadow: none;
  padding: 0 10px 0 70px;
  height: 60px;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 21px;
  backface-visibility: hidden !important;
  z-index: 9;
  margin-top: 50px;
}

.op-primary-button.brown:before {
  background: #666;
}

.op-primary-button:before {
  background: var(--brand--b);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition: 0.3s linear;
}

.op-primary-button.brown:after {
  background: url(../img/chevron-blanc.svg) center no-repeat,
    center no-repeat #666;
}

.op-primary-button:after {
  content: " ";
  background: url(../img/chevron-blanc.svg) center no-repeat,
    center no-repeat var(--brand--b);
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  width: 60px;
}

.line-3,
.line::after,
.line::before {
  width: 1px;
  height: 100%;
  top: 0;
  background: #f0f0f0;
  position: absolute;
  content: "";
}

.op-primary-button.hover:before,
.op-primary-button:hover:before {
  transform: scaleX(1);
}

.op-primary-button.hover:hover:before {
  transform: scaleX(0);
}

.line::before {
  left: 0;
}

.line::after {
  left: calc(50% - 1px);
}

.advantages .wrapper,
.banner .carding,
.parallx.in {
  position: relative;
  display: flex;
}

.line-bottom {
  position: absolute;
  content: "";
  width: 6%;
  height: 1px;
  right: 47%;
  bottom: -15px;
  background: red;
}

.parallaxImage,
.parallx,
.parallx.in {
  background-repeat: no-repeat;
  width: 100%;
}

.blog-hero-img,
.parallaxImage,
.parallx.in {
  background-size: cover;
}

.banner {
  padding: 60px 6rem;
}

.banner .banner_first img {
  width: 100%;
  height: 660px;
  border-radius: 8px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 15%;
  object-position: 50% 15%;
}

.banner .carding {
  height: 450px;
  border: 0.5px solid #e0e0e0;
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-between;
  padding: 2.4375rem 2.25rem 1.5rem;
  font-size: 1em;
}

.banner .carding .card-top {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  display: flex;
  margin-bottom: 3rem;
}

.banner .carding .card__circle-wrapper {
  margin: 3rem auto;
}

.feature-image img {
  border-radius: 8px;
  -o-object-fit: inherit;
  object-fit: inherit;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  height: 320px;
}

.card__link {
  letter-spacing: 0.04em;
  border-bottom: 1px solid #000;
  font-size: 12px;
  line-height: normal;
  text-decoration: none;
  color: #000;
}

.card__link i {
  padding-left: 10px;
}

.card__link:hover {
  opacity: 0.5;
}

.parallx {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}

.parallx.in {
  height: 100vh;
  background-blend-mode: overlay;
  background-color: #ffffffde;
  padding: 190px 25px 240px;
  min-height: calc(var(--vh, 1vh) * 100);
  justify-content: center;
  align-items: center;
  text-align: center;
  z-index: 1;
}

.parallaxImage {
  height: 100vh;
  background-attachment: inherit;
  background-position: center;
  position: absolute;
}

.parallaxContent {
  width: 560px;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.parallx.in .parallaxContent {
  background-color: transparent;
}

.corporate-main .contant-main p,
.parallaxContent p {
  font-size: 16px;
  line-height: normal;
  color: #0c0c0c;
  padding: 1em 0;
  margin-bottom: 50px;
}

.section {
  padding: 0 6rem 3rem;
}

.base-container {
  flex-direction: column;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.blog-col,
.blog-col--2 {
  flex-direction: column;
  height: 100%;
}

.blog-grid {
  width: 100%;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-col,
.blog-col--2,
.blog-col--3,
.blog-title-wrap {
  display: flex;
  width: 100%;
}

.blog-post-item {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

.blog-col {
  grid-row-gap: 80px;
}

.blog-col--2 {
  justify-content: space-between;
}

.blog-col--3 {
  height: 100%;
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: space-between;
}

.blog-title-wrap {
  text-align: left;
  justify-content: flex-start;
  align-items: center;
}

.blog-title-wrap h2 {
  margin-top: 0;
  line-height: 1.1em;
  font-size: 50px;
  font-weight: 200;
  letter-spacing: 0;
  color: #000;
  margin-bottom: 50px;
}

.owl-block {
  display: grid;
  overflow: hidden;
}

.collection-blog-item {
  width: 100%;
  height: 100%;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
}

.blog-overlay,
.preloader-wrapper-animation {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  top: 0;
}

.blog-container {
  height: 285px;
}

.blog-hero-img {
  width: 100%;
  height: 100%;
  background-position: 50% 20%;
}

.preloader-wrapper-animation {
  z-index: 40;
}

.blog-overlay {
  cursor: pointer;
  background-color: rgba(21, 27, 25, 0);
  background-image: linear-gradient(
    to top,
    rgba(21, 27, 25, 0.8),
    rgba(0, 0, 0, 0) 80%
  );
  flex-direction: column;
  justify-content: space-between;
  padding: 25px;
}

.blog-category {
  cursor: pointer;
  height: 24px;
  color: #101010;
  background-color: #fff;
  border-radius: 4px;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 700;
  transition-property: all;
  transition-duration: 0.35s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.orange-link,
.orange-link-wrapper {
  font-weight: 500;
  line-height: 1.3em;
  font-size: 14px;
}

.blog-content-wrap {
  width: 100%;
  overflow: hidden;
}

.blog-content {
  cursor: pointer;
  grid-row-gap: 30px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  transform: translate(0, 55px);
  transition: 0.5s ease-out;
  -moz-transition: 0.5s ease-out;
  -webkit-transition: 0.5s ease-out;
  -o-transition: 0.5s ease-out;
}

.blog-container:hover .blog-content {
  transform: translate(0, -30px);
}

.blog-btn-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
}

.orange-link-wrapper {
  overflow: hidden;
  max-width: 100%;
  display: inline-block;
  color: var(--brand--b);
  align-items: center;
  text-decoration: none;
  transition: color 0.3s;
}

.orange-link {
  color: #fff;
  margin-top: 0;
  margin-bottom: 6px;
}

.orange-line {
  width: 100%;
  height: 1px;
  background-color: var(--brand--b);
}

.data-blog-wrap {
  height: 30px;
  align-items: flex-end;
  display: flex;
  overflow: hidden;
}

.bottom-preloader,
.top-preloader {
  width: 370px;
  height: 0%;
  background-color: #151b19;
  position: absolute;
  left: 0;
  right: 0;
}

.data-blog {
  margin-top: 0;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 10px;
  color: var(--brand--b);
  letter-spacing: 0.14em;
  line-height: 1.3em;
}

.top-preloader {
  top: 0;
  bottom: auto;
}

.bottom-preloader {
  top: auto;
  bottom: 0;
}

.blog-color-btn {
  height: 140px;
  background-color: var(--brand--b);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.blog-btn-wrapper {
  z-index: 5;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.btn-print {
  z-index: 1;
  width: auto;
  height: 550px;
  object-fit: cover;
  position: absolute;
  top: auto;
  bottom: -100%;
  left: 30%;
  right: auto;
}

.white-link {
  color: #fff;
  margin-top: 0;
  margin-bottom: 6px;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
}

.white-line {
  width: 100%;
  height: 1px;
  background-color: #fff;
}

.content-blog-wrap a {
  font-size: 16px;
  line-height: normal;
  color: #fff;
  padding: 1em 0;
}

.advantages {
  position: relative;
  overflow: hidden;
  padding-top: 5.5555555556rem;
  padding-bottom: 5.5555555556rem;
}

.advantages .container {
  padding: 4.1666666667rem 0;
  width: 50%;
  margin-top: 4.1666666667rem;
  flex-shrink: 1;
  position: relative;
  z-index: 2;
}

.advantages .field-block-image {
  margin-bottom: 4.1666666667rem;
  margin-right: -4.1666666667rem;
  position: relative;
  margin-top: 0;
  border-top-left-radius: 1.6666666667rem;
  border-bottom-left-radius: 1.6666666667rem;
  overflow: hidden;
}

.advantages .container::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: -1;
  background: #fff;
  border-radius: 0 0.5555555556rem 0.5555555556rem 0;
  left: -25px;
  right: -60px;
  display: block;
  box-shadow: rgba(149, 157, 165, 0.2) 0 8px 24px;
}

.advantages .field-block-image::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 1.6666666667rem;
  background: var(--brand--b);
  z-index: 1;
  pointer-events: none;
}

.pt-150 {
  padding-top: 50px;
}

.pb-140 {
  padding-bottom: 140px;
}

.pb-110 {
  padding-bottom: 110px;
}

.counter__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: flex;
  align-items: center;
  justify-content: center;
}

.counter__item {
  width: 25%;
  min-width: 275px;
  height: 275px;
  border: 1px solid #f0f0f0;
  border-radius: 100%;
  margin-left: -35px;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.counter__item p,
.counter__number,
.sec-title {
  margin: 0;
  z-index: 1;
  position: relative;
}

.counter__item span,
.counter__number {
  display: inline-block;
}

.counter__item:first-child {
  margin-left: 0;
}

.counter__number {
  font-weight: 300;
  font-size: 50px;
  line-height: 1.1;
  color: #000;
  padding: 0;
}

.counter__item p {
  text-align: center;
  padding: 0;
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  font-size: 16px;
  color: #000;
}

.brand__area .sec-title-wrapper {
  padding-bottom: 60px;
}

.sec-sub-title {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2;
  color: #000;
  padding-bottom: 15px;
  text-transform: capitalize;
}

.sec-title {
  padding: 0;
  font-weight: 700;
  font-size: 60px;
  line-height: 1;
  color: #121212;
}

.brand__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [6];
  grid-template-columns: repeat(6, 1fr);
  background-color: #fff;
  border-bottom: 1px solid #e9e9e9;
  position: relative;
  z-index: 1;
  margin-left: 1px;
}

.brand__item {
  padding: 40px;
  text-align: center;
  border-top: 1px solid #e9e9e9;
  border-right: 1px solid #e9e9e9;
}

.corporate-main .contant-main {
  margin: 0 20%;
  padding: 0 0 22px;
  text-align: center;
}

.corporate-main .contant-main h2 {
  letter-spacing: 0;
  margin-bottom: 25px;
  color: #121212;
  line-height: inherit;
  font-size: 52px;
  font-weight: 700;
}

.contant-main-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  padding: 0 6rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contant-main-flex .iconn-main {
  margin: 0 0 40px;
  padding: 40px 51px 40px 20px;
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
}

.image-box-content h5 {
  margin: 0 0 10px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2;
  color: var(--brand--b);
}

.image-box-content p {
  font-size: 16px;
  line-height: normal;
  color: #0c0c0c;
  padding: 1em 0 0;
}

.sag-cont {
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  box-shadow: 0 0 !important;
  padding-top: 101px !important;
  padding-bottom: 62px !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  text-align: center;
}

.sag-cont h5 {
  font-size: 26px;
  color: #222;
  line-height: 35px;
  text-align: center;
  margin: 35px auto;
  padding-right: 30px !important;
  padding-left: 30px !important;
}

.intro .brief .content .text p,
.sag-cont p {
  margin-top: 30px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #333;
}

.right-center {
  width: 142px;
  background: #fff;
  border-radius: 20px 0 0 20px;
  position: fixed;
  right: 0;
  bottom: 25%;
  z-index: 9999;
}

.right-center:before {
  content: "";
  width: 200px;
  height: 300px;
  background: url("../img/right-center.html") center/100% no-repeat;
  position: absolute;
  right: 0;
  top: -130px;
  z-index: -1;
}

.right-center .btn1 {
  background: #000;
  border-radius: 20px 0 0;
  color: #fff;
}

.right-center .btn2 {
  background: #fff;
  border: 1px solid #000;
  border-radius: 0 0 0 20px;
  color: #000;
}

.right-center a {
  font-size: 16px;
  text-align: center;
  line-height: 40px;
  font-weight: 500;
  display: block;
  overflow: hidden;
  cursor: pointer;
}

.right-center span {
  position: absolute;
  left: -64px;
  top: -42px;
  animation: 4s linear infinite widthmove;
  width: 100px;
  overflow: hidden;
}

.right-center span i {
  font-style: normal;
  width: 100px;
  height: 45px;
  background: url(../img/bg1.png) center top no-repeat;
  display: block;
  font-size: 12px;
  line-height: 16px;
  color: #000;
  padding: 7px 15px 0 9px;
}

@keyframes widthmove {
  0%,
  50% {
    width: 0;
    left: 0;
  }

  100%,
  60% {
    width: 100px;
    left: -81px;
  }
}

@-webkit-keyframes widthmove {
  0%,
  50% {
    width: 0;
    left: 0;
  }

  100%,
  60% {
    width: 100px;
    left: -81px;
  }
}

.pdflink li {
  display: inline-block;
  margin: 5px 10px 5px 0;
}

.banner-wrap {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.banner-wrap .banner {
  position: relative;
  font-size: 0;
  padding: 140px 8rem;
}

.banner-wrap .banner .banner-lr {
  padding-bottom: 30px;
}

.banner-wrap .banner .banner-left {
  width: 53.35938%;
  display: inline-block;
  vertical-align: middle;
  padding-right: 5%;
  position: relative;
}

.banner-wrap .banner .banner-right {
  width: 44.29688%;
  display: inline-block;
  vertical-align: middle;
  margin-left: 2%;
  overflow: hidden;
}

.banner-wrap .banner .banner-left img {
  width: 100%;
  display: block;
  max-width: 100% !important;
  height: auto !important;
  border: 0;
  vertical-align: middle;
}

.banner-wrap .banner .banner-right h1 {
  font-size: 50px;
  line-height: 1.15;
  color: #fff;
  position: relative;
  z-index: 2;
}

.banner-wrap .banner .banner-right h1:after {
  content: "";
  z-index: -1;
  position: absolute;
  left: -6px;
  bottom: 0;
  width: 40.38801%;
  height: 11px;
  background: var(--brand--b);
}

.banner-wrap .banner .banner-right .materials {
  margin: 32px 0 24px;
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.banner-wrap .banner .banner-right .materials p {
  margin-top: 18px;
}

.banner-wrap .banner .banner-right .consult p span,
.banner-wrap .banner .banner-right .materials span {
  font-weight: 700;
}

.banner-wrap .banner .banner-right .consult p {
  color: #fff;
  font-size: 16px;
  line-height: 1;
  font-weight: lighter;
}

.banner-wrap .banner .banner-right .consult .btns {
  margin: 38px 0 45px;
  display: flex;
}

.banner-wrap .banner .banner-right .consult .btns a:first-child {
  margin-right: 27px;
}

.banner-wrap .banner .banner-right .consult .btns a {
  float: left;
  width: 30%;
  border: 1px solid #fff;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  padding: 15px 0;
  text-align: center;
  border-radius: 30px;
  transition: 0.3s;
  cursor: pointer;
}

.banner-wrap .banner .banner-right .consult .btns a:hover {
  background: url("../img/chat-bg.png") 0 0 / cover no-repeat;
  transition: 0.3s;
}

.banner-wrap .banner .banner-right .consult .plant > p {
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
  color: #fff;
}

.banner-wrap .banner .banner-right .consult .plant > p a {
  padding-left: 48px;
  background: url(../img/ban_email.png) left center no-repeat;
  width: 32px;
  height: 32px;
  color: var(--brand--b);
  text-decoration: underline;
  font-weight: 700;
  display: flex;
  align-items: center;
}

.intro {
  position: relative;
  padding: 0 8rem;
}

.intro .brief {
  background: url(../img/brief-bg.jpg) center/cover no-repeat;
  border-radius: 60px;
  width: 100%;
  margin: -90px auto 0;
  padding-top: 40px;
  padding-bottom: 50px;
  box-shadow: 0 0 50px rgba(23, 37, 50, 0.1);
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.intro .brief .content {
  padding: 0 0 0 25px;
}

.intro .brief .content .text {
  float: left;
  width: 50%;
}

.intro .brief .content .pic {
  float: right;
  width: 50%;
  overflow: hidden;
}

.intro .brief .content .text h3 {
  margin-bottom: 12px;
  line-height: 1.26;
  font-size: 38px;
  font-weight: 700;
  color: #000;
  position: relative;
  z-index: 1;
}

.intro .brief .content .text h3:after {
  content: "";
  z-index: -1;
  position: absolute;
  left: -6px;
  bottom: 6px;
  width: 109px;
  height: 9px;
  background: var(--brand--b);
}

@media (min-width: 1026px) and (max-width: 1300px) {
  header .header-bottom nav > ul > li,
  ul.dropdown-menu li a {
    margin-left: 10px;
    font-size: 11px;
  }

  .background-yorum h2 {
    font-size: 24px;
  }

  .testimonial-content {
    font-size: 14px;
  }

  .phone,
  header .header-top .left-block .phone {
    font-size: 10px;
    padding: 0 10px;
  }

  .dil a {
    font-size: 10px;
    padding: 5px;
  }

  .home__screen__text > div > h1 {
    font-size: 32px;
  }

  .home__screen__text > div > p {
    font-size: 12px;
  }
}

@media (min-width: 1025px) and (max-width: 1200px) {
  header .header-bottom nav > ul > li,
  ul.dropdown-menu li a {
    margin-left: 10px;
    font-size: 11px;
  }

  .background-yorum h2 {
    font-size: 24px;
  }

  .testimonial-content {
    font-size: 14px;
  }

  .phone,
  header .header-top .left-block .phone {
    font-size: 10px;
    padding: 0 10px;
  }

  .dil a {
    font-size: 10px;
    padding: 5px;
  }

  .home__screen__text > div > h1 {
    font-size: 36px;
  }

  .home__screen__text > div > p {
    font-size: 12px;
  }
}

.room-page-title {
  position: relative;
  display: block;
  padding: 60px 0 30px;
}

.room-page-title .room-title {
  font-size: 42px;
  font-weight: 400;
  color: #122223;
  line-height: 1.2;
}

.item-detail-room i {
  font-size: 24px;
  line-height: 1;
  margin-right: 10px;
  vertical-align: middle;
}

.room-page-title .item-detail-room {
  margin-right: 25px;
}

.inset-room {
  margin: 25px 0;
}

.room_info_price {
  text-align: right;
  font-size: 17px;
  font-weight: 500;
  text-transform: uppercase;
}

.container.wrapper-room {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  position: relative;
}

.room-thumb {
  margin: 5px;
  box-sizing: border-box;
  height: 275px;
  border-radius: 16px;
}

.room-big,
.room-little {
  height: 425px;
  border-radius: 16px;
}

.room-big {
  margin: 5px 0;
  padding: 0 5px;
}

.room-little,
.row-10 > div {
  padding: 0;
  margin: 0;
}

.view-more-gallery {
  padding: 7px 20px;
  bottom: 4%;
  left: 4%;
  display: inline-block;
  border-radius: 8px;
  color: #fff;
  background: var(--brand--b);
  font-weight: 500;
  position: absolute;
  z-index: 1;
  cursor: pointer;
  transition: 0.2s ease-in-out;
}

.view-more-gallery:hover {
  background: #fff;
  color: var(--brand--b);
}

.view-more-gallery i,
.view-rezervasyon-link i {
  font-size: 16px;
  margin-right: 5px;
  line-height: 1;
  vertical-align: middle;
}

.content-room {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  margin: 60px auto;
}

.room-content {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #122223;
  margin: 25px auto;
  display: inline-block;
}

.room-content li {
  position: relative;
  margin-bottom: 10px;
}

.room-content li:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 3px;
  background: var(--brand--b);
}

.room-booking {
  background: #fff;
  -webkit-box-shadow: 0 6px 50px 0 rgba(18, 34, 35, 0.07);
  box-shadow: 0 6px 50px 0 rgba(18, 34, 35, 0.07);
  border: 1px solid #e9e9e9;
  padding: 20px;
  border-radius: 10px;
  display: block;
  height: 100%;
}

.view-rezervasyon-link {
  padding: 10px 5px;
  display: block;
  border-radius: 8px;
  color: #fff;
  background: var(--brand--b);
  font-weight: 500;
  position: relative;
  z-index: 1;
  cursor: pointer;
  text-align: center;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.view-rezervasyon-link:hover {
  background: #d5c190;
  color: #fff;
}

.room-booking span {
  position: relative;
  display: block;
  margin: 15px 0;
  font-weight: 700;
}

.right-mobile,
.mobil-video {
  display: none !important;
}

@media screen and (max-width: 1000px) {
  #elektraweb-widget-area {
    display: none;
  }
  .background-wrapper {
    padding: 25px 0;
    margin-top: -125px;
  }

  .hero {
    top: 50%;
    left: 10%;
    width: 80%;
  }

  .text-area h2.little-size,
  .text-area h2,
  .hero .welcome-txt h1 {
    font-size: x-large;
  }

  .text-area span,
  .hero .welcome-txt article {
    font-size: small;
  }

  .default_video {
    position: relative;
    margin: 0;
    width: 100%;
    height: 100vh !important;
  }

  .default_video_in {
    position: relative;
    width: 100%;
    max-width: 100vw;
    height: 100vh; /* Tüm ekranı kaplasın */
    overflow: hidden;
  }

  .default_video_in iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100vw;
    height: 100vh;
    transform: translate(-50%, -50%);
    object-fit: cover; /* Videoyu ekrana sığdır */
  }

  .Aligner,
  .block-area.left .layer .dt .dtc,
  .block-area.main-corporate .layer .dt .dtc,
  .block-area.video,
  .blok-area .columns,
  .blokone > div > div.row,
  .corporate .dtc,
  .dtc,
  .kurumsal-area > div,
  .room-aligner,
  .serit27 > div > div,
  .slide-contetns {
    display: block;
  }

  .btn-wrp {
    margin: 25px auto;
  }

  .pic-area .absolute {
    display: none;
  }

  .swirl-divider svg {
    top: -100px;
    height: 90px;
  }

  @keyframes bell-shake {
    0%,
    100% {
      transform: rotate(0);
      fill: #000;
    }

    25% {
      transform: rotate(-10deg);
      fill: var(--brand--b);
    }

    50% {
      transform: rotate(10deg);
      fill: var(--brand--b);
    }

    75% {
      transform: rotate(-10deg);
      fill: var(--brand--b);
    }
  }

  .header-fixed {
    height: 70px;
  }

  header .header-bottom {
    height: 70px;
  }

  .right-mobile .phone img {
    animation: bell-shake 1s infinite ease-in-out;
  }

  .right-block-hide {
    opacity: 1;
    visibility: inherit;
    right: 5% !important;
    left: auto !important;
  }

  .right-block-hide .tus-btn-nav-open {
    color: #000;
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .header-fixed .header-bottom .logo {
    filter: invert(0);
    width: 35%;
  }

  .side-menu-wrapper .two-columns .nav-wrapper .main-nav-wrapper .item {
    margin-bottom: 5px;
  }

  .hizmetler-slide .owl-dots {
    width: 80% !important;
    margin: 0 10% !important;
  }

  .footer__btm,
  .footer__btm .container {
    background-color: #121212;
  }

  .nav > li > a {
    padding: 10px 5px;
  }

  .right-mobile {
    display: block !important;
    position: fixed;
    left: 5%;
    bottom: 7.5%;
    z-index: 999;
  }

  .right-mobile .phone {
    position: relative;
    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;
    width: 52px;
    height: 52px;
    background: #fff;
    cursor: pointer;
    border-radius: 4px;
    padding: 0 10px;
  }

  .right-mobile .phone img {
    fill: #000;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }

  .right-mobile {
    transition: opacity 0.3s ease, visibility 0.3s ease;
    opacity: 1;
    visibility: visible;
  }

  .right-mobile.hidden {
    opacity: 0;
    visibility: hidden;
  }

  #contactInfo p,
  .blog-title-wrap,
  .btn-box-play,
  .catalog-filter-col,
  .contact-button,
  .contant-main-flex .iconn-main,
  .desktitle,
  .dtc,
  .footer__copyright,
  .gl-devel,
  .gl-devel-title,
  .header-logo,
  .hemenaramobil,
  .home__screen__text,
  .home__screen__text > div > h1,
  .home__screen__text > div > p,
  .inset-room,
  .o-footer__bottomMenu,
  .room_info_price,
  .social-links,
  .text-right,
  .title-boxes {
    text-align: center;
  }

  .elementor-widget-wrap
    > .elementor-element
    > .elementor-widget-container
    > .infobox,
  .spa-wrap {
    height: 50vh;
  }

  .advantages .wrapper,
  .block-area.left .layer .dt .dtc,
  .block-area.main-corporate .layer .dt .dtc,
  .block-area.video,
  .block-area > .container,
  .blok-area .columns,
  .blokone,
  .blokone > div > div.row,
  .catalog-right-col .catalog-form,
  .columns,
  .contact-area > .row,
  .contact-middle > .elementor-row,
  .contact-middle > .elementor-row > .map_box > .row,
  .corporate .dtc,
  .item-area,
  .kurumsal-area > div,
  .service-container-flex,
  .service-container-flex .column-wrap,
  .service-container-flex .column-wrap .column-inset,
  .site-footer,
  .slide-contetns,
  .tab-area > .container,
  .tour-detail-content,
  .tour-detail-gallery-v1 {
    display: block;
  }

  .btn-box,
  .slide-image .image_wrap,
  .social-links {
    margin: 25px auto;
  }

  .advantages .field-block-image::before,
  .catalog-card .catalog-form,
  .col_links_foo,
  .connection-wrapper .connection-container .pattern-03,
  .connection-wrapper .material-background,
  .container_flexgrow .section_grow .cont_desc,
  .dil,
  .header-controls .left,
  .header-middle,
  .header-right,
  .home__screen__slide,
  .invest-btn,
  .menu--footer .menu,
  .menu--main .menu,
  .product-right:after,
  .product-right:before,
  .region-footer-first.two,
  .slide-image:before,
  header .header-bottom nav.mainNavigation,
  header .header-top,
  header .header-top .right-block .social-mobil-header {
    display: none;
  }

  .owl-theme .owl-nav [class*="owl-"] {
    margin: 2px !important;
  }

  .spa-wrap {
    position: relative;
    padding: 0;
  }

  .mdl-gridHotelesDestinos .card-title,
  .parallaxContent {
    width: 100%;
    height: auto;
  }

  .blok-area .columns .column.is-half-desktop,
  .col-20:last-child,
  .contact-middle > .elementor-row > .address_box,
  .contant-main-flex > div > img,
  .cta__content,
  .gl-devel-title,
  .heading2 > h2,
  .intro .brief .content .pic,
  .intro .brief .content .pic img,
  .intro .brief .content .text,
  .mdl-gridHotelesDestinos .card-destino,
  .mdl-gridHotelesDestinos .card-destino.big,
  .menu--footer,
  .menu--footer > .menu > .menu-item,
  .menu--footer > .menu > .menu-item:last-child,
  .news-block-content__wrapper-title,
  .product,
  header .header-top .left-block {
    width: 100%;
  }

  .insta-slide {
    gap: 15px;
    grid-template-columns: 1fr 1fr;
  }

  .insta-slide > .slide-column,
  .insta-slide > .slide-column:last-child,
  .insta-slide > .slide-column:nth-child(2),
  .insta-slide > .slide-column:nth-child(3),
  .insta-slide > .slide-column:nth-child(4) {
    margin-top: 0;
  }

  .balayi-blog .row .container-fluid {
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    max-width: 100%;
    width: 100%;
    display: block;
    align-items: center;
    justify-content: center;
  }

  .balayi-blog .row {
    padding-bottom: 15px;
    padding-top: 15px;
  }

  .balayi_img {
    margin-top: 15px;
  }

  .connection-wrapper .connection-container .title-group {
    text-align: center;
  }

  .btn-wrp.right {
    text-align: center;
  }

  .container_flexgrow {
    flex-direction: column;
    margin: auto;
    height: auto;
  }

  .container_flexgrow .section_grow {
    overflow: hidden;
    transition: max-height 1s;
    margin-bottom: 8px;
    width: 90%;
    max-height: 100%;
    padding: 50px 30px;
    gap: 20px;
  }

  .container_flexgrow .section_grow .cont_title {
    margin-top: 25vh;
  }

  .block_btn_card {
    top: 0;
  }

  .container_flexgrow .section_grow .logo_sec {
    top: 5vh;
  }

  .container_flexgrow .section_grow .cont_title h1.small_txt {
    top: -50px;
  }

  #footer-newsletter h3,
  #footer-social h3,
  .blog-section .blog-boxes .blog-box h3,
  .blokone > div > div > .right > .dtc > h1,
  .blokone > div > div > .right > .dtc > h2,
  .btn-lg,
  .desktitle .title,
  .home__screen__text > div > h1,
  .iletisim-tarif h1,
  .spa-wrap .spa-link .spa-text h3,
  body .tab-content h1 {
    font-size: large;
  }

  .connection-wrapper .connection-container .title-group h2,
  .room-page-title .room-title {
    font-size: x-large;
  }

  .connection-wrapper .connection-container .title-group .description,
  .spa-wrap .spa-link .spa-text span {
    font-size: small;
    margin-bottom: 15px;
  }

  .connection-wrapper .connection-container .connection-grip {
    margin-top: 30px;
  }

  .connection-wrapper {
    padding-top: 60px;
    padding-bottom: 120px;
  }

  .collection-blog-list-wrapper,
  .connection-wrapper
    .connection-container
    .connection-grip
    .col
    .thumbnail-item,
  .parallaxImage,
  .room-big,
  .room-little {
    height: auto;
  }

  .connection-wrapper
    .connection-container
    .connection-grip
    .col
    picture
    .btn-learn-more {
    font-size: 6px;
  }

  .block-area .container-fluid .product-area > div,
  .blog-section .container-fluid,
  .blokone,
  .blokone .right,
  .blokone.auto,
  .blokone > div > div > .right > .dtc.p0,
  .box,
  .box-vid,
  .col,
  .contant-main-flex > div,
  .content-room,
  .footer__btm .container,
  .headlines p,
  .intro,
  .kurumsal-sag,
  .kurumsal-sag.padding-other2,
  .kurumsal-sol.padding-other1,
  .p30,
  .two_inner > div {
    padding: 0;
  }

  .room-aligner {
    display: block;
    align-items: center;
    justify-content: center;
  }

  .room-page-title .item-detail-room {
    margin-right: 10px;
    display: inline-flex;
  }

  #footer p,
  #footerMiddle ul li a,
  .banner-wrap .banner .banner-right h1,
  .blog-section .blog-boxes .blog-box p,
  .blokone > div > div > .right > .dtc > p,
  .button-with-image,
  .corporate-main .contant-main p,
  .desktitle .text,
  .home__screen__text > div > p,
  .image-box-content p,
  .item-detail-room .info,
  .parallaxContent p,
  .pb-row-hero__text,
  .row.first .right p,
  .strip_column_bottom .description,
  .testimonial-review .client-info-area .client-info-wrap .client-info h3,
  .tus-btn .tus-btn__btn,
  body .tab-content .desc {
    font-size: small;
  }

  .view-more-gallery {
    bottom: auto;
    left: 4%;
    top: 4%;
  }

  .btn-content,
  .list-room-detail li {
    font-size: 12px;
  }

  .navbar-collapse > ul > li > a > i {
    margin-right: 5px;
  }

  .list-room-detail li img {
    margin-right: 5px;
    width: 100% !important;
    height: 100% !important;
  }

  .align,
  .kurumsal-sol,
  .referance-area {
    padding: 15px 0;
  }

  .l-page__content {
    top: 25%;
  }

  .blog-title span,
  .testimonial-content {
    font-size: smaller;
  }

  .home__screen__text > div > h6,
  .pages-header > .container > h1,
  .pb-row-hero__text h1,
  .product-card h1,
  .side-menu-wrapper .two-columns .nav-wrapper .main-nav-wrapper .title span,
  .side-menu-wrapper .two-columns .nav.big,
  .testimonial-content .author-footer,
  .tour-item-style .title {
    font-size: medium;
  }

  .banner-wrap .banner {
    padding: 10rem 2rem 0;
  }

  .banner-wrap .banner .banner-left p {
    padding: 0.32rem 0.42667rem 0.30667rem;
  }

  .banner-wrap .banner .banner-right {
    padding-top: 0.74667rem;
    padding-bottom: 1rem;
  }

  .banner-wrap .banner .banner-left,
  .banner-wrap .banner .banner-right {
    width: 100%;
    display: block;
  }

  .banner-wrap .banner .banner-right .materials {
    margin: 0.74667rem 0 0.6rem;
    font-size: small;
    font-weight: 400;
  }

  .banner-wrap .banner .banner-right .materials p {
    margin-top: 0.4rem;
  }

  .banner-wrap .banner .banner-right .consult p {
    font-size: medium;
    font-weight: 400;
  }

  .banner-wrap .banner .banner-right .consult .btns a {
    width: 50%;
    font-size: small;
  }

  .block-area .container-fluid,
  .block-area .layer,
  .blog-title,
  .home-main .container-fluid,
  header .header-bottom .full-container {
    padding: 0 2rem;
  }

  .blog-section .blog-boxes .blog-box p {
    height: 15vh;
  }

  .intro .brief .content,
  header .header-top .full-container {
    padding: 0 15px;
  }

  .home-main:before {
    width: 100%;
    height: 25%;
    bottom: -15px;
  }

  .foot-img img {
    width: 150px;
    margin: 0 auto;
  }

  .site-footer,
  .slide-block {
    padding: 15px 0 0;
  }

  .menu-item__wrapper span {
    padding: 5px 0;
    border: none;
    width: 100%;
  }

  .social-links span {
    border: none;
  }

  .footer-column > a > img {
    width: 90px !important;
    margin-bottom: 15px;
  }

  .op-primary-button {
    min-width: 170px;
  }

  .cookie-cs-opt-group a,
  .counter__item {
    min-width: 100px;
  }

  .row.first .left {
    padding: 60px 0 0;
    flex: 0 0 100%;
  }

  .row.first .right {
    padding: 0;
    flex: 0 0 100%;
  }

  .banner > .mobile,
  .section .adv,
  .up_banner {
    padding: 0;
    margin: 0;
  }

  .banner,
  .section {
    padding: 60px 2rem;
  }

  .before-after-grid,
  .blog-grid {
    grid-template-columns: 1fr;
  }

  .blog-col,
  .blog-col--3 {
    grid-row-gap: 40px;
  }

  .blog-title-wrap {
    justify-content: center;
    display: flex;
  }

  .counter__wrapper {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 30px 10px;
  }

  .counter__item {
    margin-left: 0;
    width: 100px;
    height: 100px;
  }

  .back-section .background-text .background-column h2,
  .background-yorum h2,
  .banner-column .banner-title,
  .big-title,
  .block-area .layer .dt .dtc .title-wrapper h1,
  .blog-title-wrap h2,
  .corporate-main .contant-main h2,
  .counter__number,
  .headlines h1,
  .kurumsal-sol h2,
  .news-block__title,
  .parallaxContent h2,
  .product h2,
  .row.first .right h2,
  .row.first .right h2 strong,
  .site-footer h1 {
    font-size: x-large;
  }

  .cta__title,
  .d-rotate,
  .sec-title {
    font-size: 32px;
  }

  .counter__item p {
    font-size: small;
    line-height: 1.3;
    padding: 0 7px;
  }

  .advantages .container {
    padding: 0;
    margin-top: 0;
    width: 100%;
  }

  .advantages {
    padding-top: 0;
    padding-bottom: 0;
  }

  #footer-social,
  .base-container,
  .blok-area .columns .column,
  .features-list .p-r {
    padding-left: 0;
    padding-right: 0;
  }

  .blog-container,
  .blog-container.blog-item-2 {
    height: 400px;
  }

  .contant-main-flex .iconn-main {
    margin: 15px auto;
    padding: 15px;
    display: inline-block;
  }

  .image-box-content h5 {
    font-size: medium;
    margin: 10px auto;
  }

  .row.first .right h2 {
    margin-bottom: 0;
  }

  .about__features-item,
  .contact-middle > .elementor-row > .address_box > .address_box_inset,
  .corporate-main .contant-main,
  .navbar-nav,
  .title-boxes .dv-icon-box .box-icon,
  body .tab-content {
    margin: 0 auto;
  }

  .contant-main-flex {
    display: block;
    padding: 0 2rem;
  }

  .bar {
    display: block;
    padding: 0;
  }

  .blog-slide2 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
    padding: 0;
  }

  .about__content-wrapper,
  .footer__inner {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .port--cratos-module .port--cratos-module__list.nonegapbar {
    display: inline-block !important;
    gap: 0;
  }

  .port--cratos-module {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    max-width: 100%;
    margin: 30px auto;
    display: inline-block;
  }

  .blog-title h1 {
    font-size: 2em;
  }

  .block-area .layer .dt .dtc .title-wrapper.left .desc p {
    column-count: 1;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-gap: 25px;
    -webkit-column-gap: 25px;
    -moz-column-gap: 25px;
  }

  .about__img .img_anim,
  .img-anim {
    height: 300px;
  }

  .btn .btn-click {
    width: auto;
  }

  .cookie-popup {
    padding: 72px 40px 35px;
    bottom: 0;
    right: 0;
    width: 100%;
    max-width: 100%;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }

  .cookie-popup__close {
    top: 16px;
    right: 16px;
  }

  .cookie-popup .title {
    font-size: 2rem;
    line-height: 0.82;
  }

  .img-box img {
    width: 100% !important;
    height: 100%;
  }

  .serv-box .serv-item {
    margin-bottom: 15px;
  }

  .blog__item,
  .blog__item-2,
  .feature-item {
    margin: 15px 0;
  }

  .parallx {
    padding: 0 2rem;
    height: auto;
  }

  .site-footer__first {
    order: 1;
    width: 100%;
  }

  .region-footer {
    display: block;
    padding: 2rem;
    height: 100%;
    width: 100%;
  }

  .menu--footer > .menu {
    display: block;
    flex-wrap: wrap;
  }

  .contacts-footer {
    padding-left: 0;
    width: 100%;
  }

  .gl-devel {
    margin-top: 2rem;
    margin-right: 0;
    width: 100%;
    padding-left: 0;
  }

  .advantages .field-block-image {
    margin-right: 0;
  }

  .advantages .field-block-image img {
    border-radius: 8px;
  }

  .col-xxl-12 {
    padding: 0;
    z-index: 1;
    position: relative;
  }

  .about__title-wrapper {
    padding-left: 0;
    padding-bottom: 30px;
  }

  .footer__top img {
    margin-bottom: 0;
    width: 100%;
  }

  .footer-line::after {
    height: 0;
  }

  .footer__row {
    margin-left: 0;
    margin-right: 0;
  }

  .footer__inner {
    background-color: transparent;
    padding-left: 0;
    padding-top: 60px;
  }

  .footer__inner .footer__widget:nth-child(3),
  .footer__widget {
    padding: 0 0 50px;
  }

  .footer__inner .footer__widget:nth-child(2),
  .footer__widget-2 {
    padding: 0 0 50px;
    -ms-grid-column-span: 4;
    grid-column: span 4;
  }

  .footer__widget {
    -ms-grid-column-span: 4;
    grid-column: span 4;
  }

  .footer__inner .footer__widget:nth-child(4) {
    padding: 30px;
    margin-left: 0;
  }

  .footer__copyright {
    grid-column: 1/-1;
    -ms-grid-row: 7;
    grid-row: 7;
    border-top: 0;
    padding-top: 0;
  }

  .footer__subscribe {
    margin-right: 0;
    padding-right: 0;
    border-top: 0;
  }

  .footer__copyright p {
    max-width: 100%;
  }

  .section-padding > .container {
    padding: 60px 0;
  }

  .pb-130 {
    padding-bottom: 60px;
  }

  .pt-140 {
    padding-top: 60px;
  }

  .cta__title {
    padding: 30px 0;
  }

  .d-rotate {
    padding-bottom: 30px;
  }

  .about__content-wrapper {
    grid-gap: 0;
  }

  .about__img-right {
    position: relative;
    top: 30px;
    right: unset;
  }

  .shape {
    left: 70%;
    bottom: 0;
  }

  .about__content {
    padding-top: 50px;
  }

  .about__content p {
    margin-bottom: 30px;
  }

  #btn_wrapper,
  .btn_wrapper {
    height: 175px;
    width: 175px;
    margin-left: -2.5px;
  }

  .header-left,
  .header-mobile-toggle {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }

  .header .header-top,
  .header-left {
    border: none !important;
  }

  .hizmet-urun-benzer-slide .product-card,
  .is-pl,
  body .nav-tabs .product-card,
  body .tab-content .p30 {
    padding: 0 !important;
  }

  .sub-description.six {
    column-count: 1;
  }

  .blok-area .columns .column.is-half-desktop-60 {
    -webkit-box-flex: 0;
    flex: none;
    width: 100%;
  }

  .blok-area {
    padding: 10px 0;
  }

  .accordion-area {
    padding: 25px 0 !important;
  }

  .cookie-container {
    z-index: 9999;
  }

  .title-boxes .dv-icon-box .box-content {
    padding-left: 0;
  }

  .title-boxes .dv-icon-box:first-child {
    margin: 0 !important;
  }

  .title-boxes {
    margin-top: 30px;
    display: block;
    align-items: center;
  }

  .footer-column,
  .header-left,
  .iletisim-tarif {
    align-items: center;
  }

  .btn.inset,
  .dv-icon-box {
    display: inline-block;
  }

  .title-boxes .dv-icon-box {
    margin: 0 10px;
  }

  .corp-blocks .inset .boxes li {
    width: 50%;
    margin-right: 0;
    margin-left: 0;
  }

  .corp-blocks .inset .boxes li:last-child {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }

  .corp-blocks .inset .boxes li:last-child a {
    width: 50%;
    display: inline-block;
  }

  .corp-blocks .inset .boxes li:last-child b {
    float: right;
    width: 50%;
    display: inline-block;
    margin-bottom: 0;
  }

  .form-left-top {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .form-back-top .band-area {
    margin-left: 1em;
    padding-bottom: 0;
    padding-top: 20em;
    padding-right: 0;
  }

  .form-back-top .band-area label,
  label {
    display: contents;
  }

  .btn-lg {
    min-height: 100px;
  }

  .accordion-toggle:before {
    right: 10px;
  }

  .image-2 {
    margin: -40% 0 0 5%;
  }

  .blog-title .back-title {
    font-size: xx-large;
    bottom: 25px;
  }

  .blog-section .blog-boxes .blog-box {
    padding: 0 0 40px;
    margin: 15px 0;
  }

  .blog-section,
  .blog-section .blog-boxes,
  .d-flex,
  .mobile {
    display: block !important;
    padding: 10px;
    margin-bottom: 0;
  }

  .mobil-video {
    display: block !important;
  }

  .blokone > div > div > .right > .dtc,
  .list-icon-box {
    padding-right: 0;
  }

  .list-icon-box {
    margin-top: 20px;
    position: relative;
  }

  header .header-top .right-block {
    display: none;
    float: none;
    text-align: center;
    width: 100%;
  }

  .header-container {
    padding: 0 20px;
  }

  .header-controls {
    padding: 0;
    width: 25%;
    float: right;
  }

  .header-mobile-toggle {
    display: block;
    box-sizing: border-box;
    width: 25%;
    float: left;
  }

  .header-left {
    display: flex;
    justify-content: center;
    box-sizing: border-box;
    width: 100%;
    float: left;
  }

  #footerContact img,
  .header-logo {
    width: 50%;
    margin: 0 auto;
  }

  header .header-bottom .logo {
    width: 32%;
    text-align: center;
    margin: 0 auto;
  }

  .slide-banner {
    display: none;
    bottom: 15%;
  }

  header .header-bottom .right-block {
    display: block;
    width: 30%;
  }

  .header-controls a {
    line-height: normal;
    font-size: 10px;
    padding: 0 5px;
    height: auto;
    color: var(--brand--b);
    text-decoration: none;
    font-weight: 500;
  }

  .header-logo {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
  }

  .box,
  .btn.fl,
  .col,
  .desktitle,
  .fl {
    float: none;
  }

  .header-logo .logo {
    height: 80px;
    margin: 0 auto;
  }

  header .header-top .left-block .phone {
    display: inline-block;
    padding: 0 10px;
  }

  .elementor-section .container {
    margin: 0;
    padding: 0;
  }

  .border-area,
  .column-background,
  .laptop,
  .m-footer-title.none:before {
    display: none !important;
  }

  .d-inline-top {
    margin: 15px auto 0;
    width: 100%;
  }

  .banner-column {
    width: 100%;
    height: 100%;
    position: initial;
    margin-top: 0;
  }

  .section-service {
    margin-bottom: 50px;
  }

  .is-pr,
  .is-pr-60 {
    padding-right: 0 !important;
  }

  .dtc {
    display: block;
  }

  .other.menu li {
    margin: 5px;
  }

  .background-yorum {
    width: 100%;
    margin: 0 auto;
  }

  .btn-content > .lnr,
  .col-20 .inset .iwset .iconbox h3 {
    font-size: 14px;
  }

  .col-20 .inset {
    padding: 2px;
  }

  .col-20 {
    width: 50%;
  }

  .btn-box-play {
    float: none;
    margin: 30px auto;
  }

  .ekibekatil-banner,
  .kurumsal-sol.padding-other4,
  .product-card {
    padding: 15px;
  }

  .iletisim-footer {
    position: relative;
    display: inline-block;
  }

  .iletisim-tarif {
    padding: 15px;
    display: block;
    background-color: #232323;
    height: auto;
    color: #fff;
    font-size: medium;
    font-weight: 300;
    letter-spacing: 0;
    line-height: normal;
  }

  .headlines {
    width: 100%;
    margin: 15px auto;
  }

  .book-appointment {
    padding: 20px !important;
    margin-top: 0;
    width: 100%;
  }

  .book-appointment .small-title.m25,
  .customer-card,
  .ekibekatil-banner h1 {
    padding: 0;
    font-size: medium;
  }

  .sub-description {
    margin-bottom: 2rem;
  }

  .news-block-content {
    width: 100%;
    margin: 25px auto;
    display: block !important;
    padding: 0 15px !important;
  }

  .orta-picture img {
    margin: 10px auto;
  }

  .blue-beam {
    padding: 50px 0 0 !important;
  }

  .tus-btn .tus-btn__btn img {
    width: 21px !important;
    height: auto !important;
  }

  #contactInfo p {
    display: block;
    align-items: center;
  }

  #footer {
    padding-top: 15px !important;
  }

  #footer-newsletter {
    padding: 0;
    border-bottom: none;
  }

  .deskbtn {
    gap: 15px !important;
    flex-direction: column;
  }

  body .tab-content .desc {
    height: auto;
  }

  .hemenaramobil {
    position: relative;
    top: 0;
    z-index: 9;
    display: block;
    clear: both;
    width: 100%;
    background-color: var(--brand--b) !important;
    padding: 15px 0;
    margin: 0 auto;
  }

  .hemenaramobil a {
    color: #fff;
    cursor: pointer;
    letter-spacing: 0.025em;
    font-weight: 700;
    font-size: 14px;
  }

  .hemenaramobil a svg {
    -webkit-animation: 1s ease-in-out infinite quick-alo-circle-img-anim;
    -moz-animation: 1s ease-in-out infinite quick-alo-circle-img-anim;
    -ms-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    -o-animation: 1s ease-in-out infinite quick-alo-circle-img-anim;
    animation: 1s ease-in-out infinite quick-alo-circle-img-anim;
  }

  @keyframes quick-alo-circle-img-anim {
    0%,
    100%,
    50% {
      -webkit-transform: rotate(0) scale(1) skew(1deg);
      transform: rotate(0) scale(1) skew(1deg);
    }

    10%,
    30% {
      -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
      transform: rotate(-25deg) scale(1) skew(1deg);
    }

    20%,
    40% {
      -webkit-transform: rotate(25deg) scale(1) skew(1deg);
      transform: rotate(25deg) scale(1) skew(1deg);
    }
  }

  .catalog-right-col {
    width: 100%;
    padding-left: 0;
  }

  .sidenav {
    display: block;
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    background-color: var(--brand--b);
    overflow-x: hidden;
    transition: 0.5s;
  }

  .sidenav li {
    border-bottom: 1px solid #fff;
  }

  .dropdown-menu li {
    border-bottom: none;
  }

  .sidenav a {
    padding: 10px 10px 10px 32px;
    text-decoration: none;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    font-variant: normal;
    display: block;
    transition: 0.3s;
  }

  .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 36px;
    margin-left: 50px;
  }

  .tabs__main,
  .tabs__sidebar {
    width: 100%;
    border: none;
  }

  .contact-middle > .elementor-row > .map_box {
    position: relative;
    width: 100%;
    padding: 15px;
  }

  .urunler-area {
    padding: 5em 0;
  }

  .urunler-area .container-fluid {
    padding: 0 6rem;
  }

  .catalog-filter-col {
    display: none;
    width: 100%;
    margin-bottom: 56px;
  }

  .contact-middle,
  .grid-galeri {
    display: grid;
  }

  .catalog-card-back {
    height: 12vh;
    right: 0;
  }

  .bottom-menu li:hover > ul.dropdown-menu {
    position: relative;
    width: 100%;
    border: none;
    padding: 8px 8px 8px 25px;
  }

  .mobile-menu_logo {
    border-bottom: 1px solid #e9e9e9;
    padding: 1.2em 1.6em;
  }

  .mobile-menu_logo img {
    width: 125px;
  }

  .blog-area {
    padding-left: 15px;
    padding-right: 15px;
  }

  .l-page__content-designers {
    padding: 0 2em;
    width: 100%;
  }

  .features-list {
    padding-left: 0;
    padding-right: 0;
    margin-top: 2em;
  }

  .p-r {
    padding-right: 15px;
  }

  .grid-galeri {
    grid-template-columns: 1fr 1fr;
  }

  .m-footer-title:before {
    float: right !important;
    content: "\f067";
    font-family: "Font Awesome 5 Free";
    padding-right: 5px;
  }

  .m-footer-title.plus:before {
    content: "\f068";
  }

  .contact-area {
    padding: 5px 10px;
  }

  .block-area {
    min-height: auto;
    padding: 50px 0 !important;
  }

  .block-area .section-background,
  .section-video {
    position: relative;
  }

  .section-video__video-wrapper {
    position: relative;
    bottom: 0;
    overflow: hidden;
    left: 0;
    transform: none;
    width: 100%;
    height: 100%;
  }

  .section-video__video-wrapper video {
    position: relative;
    bottom: 0;
    height: 50%;
    width: 100%;
    left: 0;
    transform: translateX(0);
    opacity: 1;
    transition: opacity 0.15s;
  }

  header .header-bottom .right-block2 {
    top: 4vh;
    transform: translateY(-50%);
  }

  .home__screen__text {
    bottom: 40%;
    right: 5%;
    left: 5%;
    width: 90%;
  }

  .product-card,
  .product-right {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }

  .dt-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    position: relative;
    right: 0;
    bottom: 0;
  }

  .block-area .mleft,
  .block-area .mright {
    margin-top: 15px;
    padding: 0 15px;
  }

  .referance-area .item-brand .inner {
    border: 1px solid #dbdbdb;
  }

  .navbar-collapse {
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background-color: #ffbf00;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    z-index: 9999;
    max-height: calc(100vh - 56px);
    padding: 0 15px;
    margin: 0 auto !important;
  }

  .navbar-collapse > ul > li {
    display: block;
    float: none;
  }

  .navbar-collapse > ul > li > a {
    display: block;
    padding: 10px 20px;
    font-size: 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    color: #fff !important;
    font-weight: 400 !important;
  }

  .navbar-nav li:hover > ul.dropdown-menu {
    display: block;
    width: 100%;
    position: relative;
    border-radius: 0;
    left: 0;
    margin: 0;
  }

  .footer-menu-area > div > h3.right:before {
    float: right !important;
    content: "\f067";
    font-family: FontAwesome;
    padding-right: 5px;
  }
}

@media all and (min-width: 1000px) {
  .navbar-collapse.collapse {
    display: block;
  }
}

@media (min-width: 768px) {
  .md\:h-\[37\.5vw\] {
    height: 37.5vw;
  }

  .collapse.dont-collapse-sm {
    display: block;
    height: auto !important;
    visibility: visible;
  }
}

.urunlersidebar a {
  cursor: pointer;
}

.urunlersidebar .nav-item.dropdown svg {
  position: absolute;
  right: 15px !important;
  font-size: 14px;
  z-index: 9;
  top: 15px;
}

.urunlersidebar .nav-item.dropdown ul {
  list-style: none !important;
  overflow: hidden;
}

.urunlersidebar .collapse {
  overflow: hidden;
  display: none;
}

.urunlersidebar .collapse.in {
  overflow: hidden;
  display: block;
}

@media (max-width: 1024px) {
  .home__screen__text > div > h1 {
    font-size: 21px;
  }

  .btn-content,
  .home__screen__text > div > span {
    font-size: 12px;
  }

  .blog-slide .tour-item-style .title,
  .btn-content > .lnr {
    font-size: 14px;
    height: auto;
  }

  .home__screen__text {
    width: 50%;
  }
}

@media (min-width: 1201px) {
  .room-thumb {
    height: 225px;
  }


}

@media (min-width: 1025px) and (max-width: 1300px) {
  .popup-overlay .popup {
    max-width: 420px;
  }
}


@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .home__screen__text > div > h1 {
    font-size: 21px !important;
  }
}

@media (min-width: 1366px) {
  .home__screen__text > div > h1 {
    font-size: 42px;
  }
}

@media (min-width: 1441px) {
  .home__screen__text > div > h1 {
    font-size: 32px;
  }

  .home__screen__text > div > span {
    font-size: 14px;
    color: #fff;
    padding: 1em 0;
    margin-bottom: 20px;
    display: block;
  }
}

.headerWidget {
  position: absolute;
  z-index: 9;
  top: 54%;
  left: 20%;
  text-align: center;
 
}

.headerWidget .welcome-txt {
  color: white;
   padding: 5px;
}

.webArea {
  display: grid;
  grid-template-columns: 100%;
}

section.hero .item img {
  width: 100%;
}

.sliderOverlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

.social {
  display: flex;
  gap: 15px;
}

.social i {
  font-size: 30px;
  border: 1px solid;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
}

.offerImg img {
  width: 100%;
  border-radius: 15px;
}

.title {
  font-size: 30px;
}

ul.icons.foot i {
  color: white;
  margin: 0px 5px;
}
.contactgmaps iframe {
  width: 100%;
}

.roomCat {
  text-align: center;
  font-size: 5rem;
  margin: 35px 0;
  font-family: initial;
}


.submessage {
    color: white;
    font-size: 20px;
    margin: 15px 0;
}

.homeSlider.mobil {
  display: none !important;
}

@media (max-width: 768px) {
  .homeSlider.pc {
    display: none !important;
  }
  .homeSlider.mobil {
    display: block !important;
  }
}

