/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.3.6,
* Autoprefixer: v10.3.1
* Browsers: last 4 versions
*/

/* -- CSS Reset -- */
@import url("https://fonts.googleapis.com/css?family=Roboto:400,500");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  -moz-font-feature-settings: "liga" on;
  margin: 0;
}

img.alignright {
  float: right;
}

img.alignleft {
  float: left;
}

img.aligncenter {
  clear: both;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

body {
  background-color: #ffffff;
  border-style: none;
}

body,
p,
a,
a:hover {
  text-decoration: none;
}

a,
a:hover {
  text-decoration: none;
  border: none;
  border-style: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* -- Content -- */
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

html {
  background-color: #141414;
}

body.sayfa-tamekran-video-kardelen {
  height: 100vh;
  background-color: #141414;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 45px;
  line-height: 60px;
  letter-spacing: -0.5px;
  color: #999999;
  background-image: url("../../images/background.jpg");
  background-position: center center;
  background-size: cover;
}
body.sayfa-tamekran-video-kardelen p {
  margin-bottom: 10px;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  z-index: 1000000;
  letter-spacing: 1px;
  padding-top: 0px;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
}

body.sayfa-tamekran-video-kardelen p:hover {
  opacity: 1;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
}

@media (max-width: 800px) {
  body.sayfa-tamekran-video-kardelen p {
    font-size: 12px;
    line-height: 40px;
  }
}

.govde {
  /* padding: 0vh 10vw; */
  overflow: hidden;
  position: absolute;
  z-index: 1000;
  text-align: center;
  width: 100%;
  height: 100%;
}

.govde .kardelen-govde {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
      flex-direction: column;
}
@media (max-width: 500px) {
  .govde{
    text-align: center;
    width: 100%;
    height: 100vh;
  }
  body.sayfa-tamekran-video-kardelen.bizim-video {
    height: 500px;
    overflow-y: scroll;
    overflow-x: scroll;
  }
  .govde .kardelen-govde {
    height:100%;
  }

   .bizim-video-container{
    height:100%;
  }
}

.logo {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
      flex-direction: column;
  -webkit-align-self: left;
  -ms-flex-item-align: left;
      -ms-grid-row-align: left;
      align-self: left;
  -webkit-animation: fadein 2s;
  animation: fadein 2s;
}
@media (max-width: 500px) {
  .logo {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
}
.logo img {
  max-width: 180px;
  height: auto;
}

.logo-kardelen {
  padding: 6% 10%;
  display: -webkit-box;
  display: -webkit-flex;
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
      flex-direction: column;
  -webkit-align-self: left;
  -ms-flex-item-align: left;
      -ms-grid-row-align: left;
      align-self: left;
  -webkit-animation: fadein 2s;
  animation: fadein 2s;
}
@media (max-width: 500px) {
  .logo-kardelen {
    text-align: center;
  }
}
.logo-kardelen img {
  max-width: 280px;
  height: auto;
}

.baslat {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  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-animation: fadein 4s;
  animation: fadein 4s;
  letter-spacing: -1px;
  max-width: 100%;
  width: 100%;
}
@media (max-width: 800px) {
  .baslat {
    max-width: none;
  }
}
.baslat a {
  color: #cccccc;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  text-decoration: none !important;
}
.baslat a:hover {
  color: #ffffff;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}

.daire-kardelen {
  content: "";
  width: 200px;
  height: 200px;
  font-size: 1.3rem;
  cursor: pointer;
  background-image: url("../../images/daire-kardelen.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  padding: 29px 80px;
  margin: 0 auto;
  position: relative;
  -webkit-transition: background 0.3s linear;
  -o-transition: background 0.3s linear;
  transition: background 0.3s linear;
  -webkit-animation: spin 0.3s linear infinite;
  animation: spin 0.3s linear infinite;
}

/* transition: background 1s linear;
  -webkit-animation:spin 4s linear infinite;
  -moz-animation:spin 4s linear infinite;
  animation:spin 4s linear infinite;
}
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

*/
.start-text {
  cursor: pointer;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
}
.start-text:hover {
  text-shadow: 0 0 1px #fff, 0 0 1px #fff, 0 0 10px #fff, 0 0 10px #ace6f2,
    0 0 1px #cfeff7, 0 0 2px #666, 0 0 2px #939393, 0 0 1px #f2f2f2;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
}

.daire-kardelen:hover,
.daire-kardelen span:hover,
.active-daire-kardelen {
  background-image: url("../../images/daire-kardelen-hover.png");
  text-shadow: 0 0 6px #1bcafc, 0 0 10px #1bcafc, 0 0 21px #1bcafc,
    0 0 42px #1bcafc, 0 0 82px #1bcafc, 0 0 92px #666, 0 0 102px #939393,
    0 0 151px #f2f2f2;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -webkit-transition: background 0.3s linear;
  -o-transition: background 0.3s linear;
  transition: background 0.3s linear;
  -webkit-animation: spin 0.3s linear infinite;
  animation: spin 0.3s linear infinite;
}

.daire-kardelen span {
  padding: 100%;
  margin-left: 16%;
  margin-top: -4%;
  color: #fff;
  letter-spacing: 0.5px;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
}

.daire-kardelen span::after {
  content: " ";
  width: 19px;
  height: 2px;
  border-radius: 1px;
  background-color: #ffffff;
  position: absolute;
  bottom: 40%;
  left: 47%;
  -webkit-animation: yanson 1.4s linear infinite;
          animation: yanson 1.4s linear infinite;
}

@-webkit-keyframes yanson {
  50% {
    opacity: 0;
  }
}

@keyframes yanson {
  50% {
    opacity: 0;
  }
}

.network-kardelen {
  padding: 20px 0px 10px 0px;
  -webkit-box-flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
      flex-direction: column;
  -webkit-animation: fadein 4s;
  animation: fadein 4s;
  margin-top: auto;
}

.network-kardelen ul {
  -webkit-animation: fadein 4s;
  animation: fadein 4s;
  margin-top: auto;
}
.network-kardelen ul li {
  display: inline-block;
  margin-right: 8px;
}
.network-kardelen ul li a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  cursor: pointer;
}
.network-kardelen ul li a .svg-icon {
  padding: 4px;
  width: 22px;
  height: 22px;
  margin: 0;
  display: block;
}
.network-kardelen ul li a .svg-icon path,
.network-kardelen ul li a .svg-icon daire-kardelen,
.network-kardelen ul li a .svg-icon rect {
  fill: #999999;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}
.network-kardelen ul li a .svg-icon circle {
  stroke: #999999;
  stroke-width: 1;
}
.network-kardelen ul li a:hover .svg-icon path,
.network-kardelen ul li a:hover .svg-icon daire-kardelen,
.network-kardelen ul li a:hover .svg-icon rect {
  fill: #ffffff;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}

a {
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
}

a:hover {
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
}

.carousel-nav-icon {
  color: #ffffff;
  opacity: 0.6;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
}

.carousel-nav-icon:hover {
  opacity: 1;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
}

.carousel-item .col,
.carousel-item .col-sm,
.carousel-item .col-md {
  margin: 10px;
  height: 100px;
  background-size: cover;
  background-position: center center;
}

.marka-logo {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  margin: 6px;
  height: 86px;
  cursor: pointer;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
}

@media (max-width: 1120px) {
  .marka-logo {
    margin: 8px;
  }
}

.marka-logo:hover {
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
}

.reha-grup {
  width: 100%;
  color: #ffffff;
  font-size: 11px;
  line-height: 42px;
  text-transform: uppercase;
}

.reha-grup span {
  color: #8b8c8e;
  line-height: 10px;
  display: block;
  padding-bottom: 16px;
  letter-spacing: 0.5px;
}

.reha-grup span a {
  color: #ffffff;
  margin: 0px 3px;
  text-decoration: none !important;
}

.reha-grup span a:hover {
  color: #fff;
  text-shadow: 0 0 6px #fff, 0 0 1px #fff, 0 0 10px #fff, 0 0 42px #ace6f2,
    0 0 82px #cfeff7, 0 0 92px #666, 0 0 102px #939393, 0 0 151px #f2f2f2;
}

.reha-grup-logo {
  max-width: 80px;
  height: auto;
  margin: 0px 8px;
}

.network {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
      flex-direction: column;
  -webkit-animation: fadein 6s;
  animation: fadein 6s;
  margin-top: auto;
}
.network ul {
  -webkit-animation: fadein 6s;
  animation: fadein 6s;
  margin-top: auto;
}
.network ul li {
  display: inline-block;
  margin-right: 8px;
}
.network ul li a {
  display: inline-block;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.network ul li a .svg-icon {
  padding: 4px;
  width: 22px;
  height: 22px;
  margin: 0;
  display: block;
}
.network ul li a .svg-icon path,
.network ul li a .svg-icon daire-kardelen,
.network ul li a .svg-icon rect {
  fill: #999999;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}
.network ul li a .svg-icon circle {
  stroke: #999999;
  stroke-width: 1;
}
.network ul li a:hover .svg-icon path,
.network ul li a:hover .svg-icon daire-kardelen,
.network ul li a:hover .svg-icon rect {
  fill: #ffffff;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}

.linkler {
  font-size: 12px;
  padding-top: 16px;
  line-height: 14px;
  margin-bottom: 0;
  -webkit-animation: fadein 1s;
  animation: fadein 1s;
}
.linkler p.copyright {
  font-size: 12px;
  line-height: 30px;
  font-weight: 400;
}
.linkler p.copyright a {
  color: #ffffff;
  opacity: 0.5;
  padding-right: 16px;
  text-transform: capitalize;
  letter-spacing: 0.3px;
}

.linkler p.copyright a:hover {
  opacity: 1;
  text-decoration: none;
}

body.sayfa-tamekran-video-kardelen.bizim-video {
  background-image: none;
}
body.sayfa-tamekran-video-kardelen.bizim-video .bizim-video-container {
  overflow: hidden;
  position: absolute;
  z-index: 0;
  width: 100vw;
  height: 100vh;
}
body.sayfa-tamekran-video-kardelen.bizim-video video.video {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}
body.sayfa-tamekran-video-kardelen.bizim-video .video-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
}
body.sayfa-tamekran-video-kardelen.bizim-video .video-container {
  position: relative;
  overflow: hidden;
  height: 56.25vw;
  width: 100vw;
}
@media (max-aspect-ratio: 16 / 9) {
  body.sayfa-tamekran-video-kardelen.bizim-video .video-container {
    height: 100vh;
    width: 177.7777777778vh;
  }
}
body.sayfa-tamekran-video-kardelen.bizim-video .video-container iframe,
body.sayfa-tamekran-video-kardelen.bizim-video .video-container object,
body.sayfa-tamekran-video-kardelen.bizim-video .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body.sayfa-tamekran-video-kardelen.bizim-video .govde {
  background-color: rgba(0, 0, 0, 0.75);
  background-image: url(../../images/pattern.png);
}
#yukleniyor {
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 5000;
}

#yukleniyor .logo {
  margin-bottom: 10px;
}

#yukleniyor.loaded .yukleniyor-alan {
  opacity: 0;
}

#yukleniyor.loaded {
  visibility: hidden;
}

#yukleniyor .yukleniyor-alan {
  opacity: 1;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #828282;
}

#yukleniyor .yukleniyor-alan img {
  height: 120px;
}

#yukleniyor.loaded .left-side {
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition-delay: 1s;
       -o-transition-delay: 1s;
          transition-delay: 1s;
}

#yukleniyor .left-side {
  left: 0;
}

#yukleniyor.loaded .right-side {
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition-delay: 1s;
       -o-transition-delay: 1s;
          transition-delay: 1s;
}

#yukleniyor .right-side {
  right: 0;
}

#yukleniyor .left-side,
#yukleniyor .right-side {
  background: #000000;
  height: 100%;
  position: absolute;
  width: 50%;
  -webkit-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

#yukleniyor .yukleniyor-alan img {
  max-width: 280px;
  height: 100px;
}

.splide__arrow {
  width: 25px !important;
  background: transparent !important;
  color: #ffffff;
  opacity: 0.6;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}

.splide__arrow:hover {
  color: #ffffff;
  opacity: 1;
}

.splide__slide {
  margin: 0 !important;
}

.splide__arrow--next {
  right: -30px !important;
}

.splide__arrow--prev {
  left: -30px !important;
}

@media screen and (min-width: 480px) {
  .splide__arrow--next {
    right: -10% !important;
  }

  .splide__arrow--prev {
    left: -10% !important;
  }
}

@media screen and (min-width: 576px) {
  .splide__arrow--next {
    right: -8% !important;
  }

  .splide__arrow--prev {
    left: -8% !important;
  }
}

@media screen and (min-width: 768px) {
  .splide__arrow--next {
    right: -10% !important;
  }

  .splide__arrow--prev {
    left: -10% !important;
  }
}

@media screen and (min-width: 992px) {
  .splide__arrow--next {
    right: -14% !important;
  }

  .splide__arrow--prev {
    left: -14% !important;
  }
}

@media screen and (min-width: 1200px) {
  .splide__arrow--next {
    right: -200px !important;
  }

  .splide__arrow--prev {
    left: -200px !important;
  }
}