/* -- CSS Reset -- */
@import url("https://fonts.googleapis.com/css2?family=Exo+2:wght@300;400;500;600;700;800&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Roboto:wght@400;500;700&display=swap');

html,
body,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-family: "Roboto", sans-serif;
}

img.alignright {
  float: right;
}

img.alignleft {
  float: left;
}

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

.video-container {
  overflow: hidden;
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

body video.video {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.arkaplan {
  overflow: hidden;
  position: absolute;
  z-index: 1000;
  text-align: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.85);
  background-image: url(./dosya/pattern.png);
}
@media (max-width: 500px) {
  .arkaplan {
    /* padding: 5vh 5vw; */
    text-align: center;
    width: 100%;
    height: 100%;
  }
}
.arkaplan .icerik {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 500px) {
  .arkaplan .icerik {
    height: 98%;
  }
}

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

.baslat {
  font-family: "Roboto", sans-serif;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: 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;
  transition: 1s;
  text-decoration: none !important;
}
.baslat a:hover {
  color: #ffffff;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

.polygon {
  content: "";
  font-family: "Roboto", sans-serif;
  width: 200px;
  height: 200px;
  font-size: 1.3rem;
  cursor: pointer;
  background-image: url("./dosya/polygon.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  color: #fff;
  padding: 29px 80px;
  margin: 0 auto;
  position: relative;
  transition: background 2s linear;
  -webkit-animation: spin 2s linear infinite;
  -moz-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

.start-text {
  cursor: pointer;
  font-family: "Roboto", sans-serif;
  margin-bottom: 10px;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  z-index: 1000000;
  letter-spacing: 1px;
  padding-top: 20px;
  -webkit-transition: all ease 0.4s;
  -moz-transition: all ease 0.4s;
  -ms-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
}

.start-text:hover {
  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;
  -webkit-transition: all ease 0.6s;
  -webkit-transition: all ease 0.4s;
  -moz-transition: all ease 0.4s;
  -ms-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
}

.polygon:hover,
.active-polygon {
  background-image: url("./dosya/polygon-hover.png");
}

.polygon span {
  padding-left: 16%;
  padding-top: 140%;
  color: #fff;
  letter-spacing: 1px;
  -webkit-transition: all ease 0.6s;
  -moz-transition: all ease 0.6s;
  -ms-transition: all ease 0.6s;
  -o-transition: all ease 0.6s;
}

.polygon span:hover {
  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;
  -webkit-transition: all ease 0.6s;
  -moz-transition: all ease 0.6s;
  -ms-transition: all ease 0.6s;
  -o-transition: all ease 0.6s;
}

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

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

a {
  text-decoration: none;
  -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 {
  text-decoration: none;
  -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 {
  font-size: 46px;
  color: #ffffff;
  opacity: 0.6;
  -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;
  -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 {
  filter: grayscale(100%);
  margin: 6px;
  height: 86px;
  cursor: pointer;
  -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 {
  filter: grayscale(0%);
  transform: scale(1.2);
  -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 {
  font-family: "Roboto", sans-serif;
  width: 100%;
  color: #ffffff;
  font-size: 11px;
  line-height: 42px;
  text-transform: uppercase;
}

.reha-grup span {
  color: #8b8c8e;
  line-height: 14px;
  display: block;
  padding-bottom: 10px;
  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;
}

.linkler {
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  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;
  padding-top: 16px;
}
.linkler p.copyright a {
  color: #ffffff;
  opacity: 0.5;
  padding-right: 16px;
  text-transform: capitalize;
  letter-spacing: 0px;
}

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

.dizgi {
  float: left;
  text-align: center;
  height: 100vh;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  background-color: #000;
}

.bizim-video-container {
  overflow: hidden;
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.pattern {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url("dosya/pattern.png");
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.75);
}

.row-right-content,
.row-left-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 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;
}

.row-right-content-mobil,
.row-left-content-mobil {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
    font-size: 28px;
    border: 1px solid #ffffff87;
    margin: 20px;
  z-index: 2;
  border-radius: 10px;
  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;
}

* {
  font-family: "Roboto", sans-serif;
}

.row-links {
  padding: 19px 46px;
  background-color: RGBA(255, 255, 255, 0.1);
  border: 2px solid RGBA(188, 188, 188, 0.74);
  border-radius: 90px;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  text-align: center;
  backdrop-filter: blur(15px);
  -webkit-box-shadow: 0px 7.24px 35px 0px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0px 7.24px 35px 0px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 7.24px 35px 0px rgba(0, 0, 0, 0.18);
  position: relative;
  z-index: 5;
  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;
  background-size: 300% 100%;
  letter-spacing: 1px;
}

.row-links-mobil {
  font-size: 20px;
  font-weight: 500;
  color: #ffffff;
  text-align: center;
  z-index: 5;
  opacity: 1;
  letter-spacing: 1px;
}

.row-links.color {
  background-image: linear-gradient(
    to right,
    #ffffff08,
    #ffffff14,
    #ffffff5c,
    #ffffff12
  );
  box-shadow: 0 4px 15px 0 rgba(255, 255, 255, 0.11);
}

.row-right:hover .row-links,
.row-left:hover .row-links {
  opacity: 1;
  color: #fff;
}

.row-links:hover {
  transform: scale(1.1);
  border: 2px solid RGBA(255, 255, 255, 1);
  background-position: 100% 0;
  moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

a:hover {
  color: #fff;
  text-decoration: none;
}

.row-middle {
  margin: 0;
  height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.row-middle-logo {
  width: 90%;
  display: block;
  margin: 0 auto;
  margin-top: 2vh;
  height: 28vh;
}

.row-middle-logo-kardelen {
  width: 360px;
  display: block;
  margin: 0 auto;
  margin-top: 2vh;
  height: 20vh;
  max-width: 100%;
}

.row-middle-logo-mobil {
  width: 100%;
  display: block;
  margin: 0 auto;
  margin-top: 2vh;
  height: 22vh;
}

.make-selection,
.orta-aktif {
  width: 170px;
  font-size: 1.1rem;
  letter-spacing: 1px;
  cursor: pointer;
  background-image: url("dosya/polygon.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  color: #fff;
  margin: 0 auto;
  text-align: center;
  font-weight: 500;
  height: 44vh;
  padding: 18vh 7vh;
  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;
  transition: background 0.4s linear;
  -webkit-animation: spin 0.4s linear infinite;
  -moz-animation: spin 0.4s linear infinite;
  animation: spin 0.4s linear infinite;
}

.make-selection:hover,
.orta-pasif {
  background-image: url("dosya/polygon-hover.png");
  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;
  transition: background 0.4s linear;
  -webkit-animation: spin 0.4s linear infinite;
  -moz-animation: spin 0.4s linear infinite;
  animation: spin 0.4s linear infinite;
}

.make-selection span {
  /*padding: 20vh 8vh; */
  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;
}

.make-selection span:hover,
.orta-pasif {
  color: #fff;
  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;
 text-shadow: 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 0px #ace6f2, 0 0 20px #cfeff7, 0 0 10px #666, 0 0 10px #939393, 0 0 1px #f2f2f2;
}

.catalog-outher {
  position: relative;
  margin-bottom: 2vh;
  margin-top: 10vh;
}

/*

animation: spin 10s linear infinite;

@keyframes spin { 
  100% { 
    transform: rotateZ(360deg);
  }
}

*/

.angle-down {
  position: absolute;
  top: -80px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0.8;
  transition: all ease 0.6s;
  -webkit-transition: all ease 0.6s;
  -moz-transition: all ease 0.6s;
  -ms-transition: all ease 0.6s;
  -o-transition: all ease 0.6s;
  font-size: 3rem !important;
  color: #f5f5f5;
}

.catalog-outher:hover .angle-down {
  opacity: 1;
  color: #fff;
  transition: all ease 0.6s;
  -webkit-transition: all ease 0.6s;
  -moz-transition: all ease 0.6s;
  -ms-transition: all ease 0.6s;
  -o-transition: all ease 0.6s;
  text-shadow: 0 0 6px #fff, 0 0 10px #fff, 0 0 21px #fff, 0 0 42px #ace6f2,
    0 0 82px #cfeff7, 0 0 92px #666, 0 0 102px #939393, 0 0 151px #f2f2f2;
}

.catalog-inner {
  padding: 4px;
  width: 240px;
  height: 64px;
  display: flex;
  align-items: center;
  border: 2px solid RGBA(255, 255, 255, 0.8);
  background-color: RGBA(255, 255, 255, 0.1);
  border-radius: 90px;
  margin: 0 auto;
  backdrop-filter: blur(15px);
  -webkit-box-shadow: 0px 7.24px 35px 0px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0px 7.24px 35px 0px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 7.24px 35px 0px rgba(0, 0, 0, 0.18);
  position: relative;
  z-index: 5;
  opacity: 1;
  transition: all ease 0.6s;
  -webkit-transition: all ease 0.6s;
  -moz-transition: all ease 0.6s;
  -ms-transition: all ease 0.6s;
  -o-transition: all ease 0.6s;
  background-size: 300% 100%;
  letter-spacing: 1px;
  margin-bottom: 20px;

  animation: steam 4s linear infinite;
}

@keyframes steam {
  0% {
    background-position: 0% 0%;
  }
  50% {
    background-position: 98% 0%;
  }
  100% {
    background-position: 0% 98%;
  }
}

.catalog-inner:hover {
  transform: scale(1.1);
  border: 2px solid RGBA(255, 255, 255, 1);
  background-position: 100% 0;
  moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.catalog-inner:focus {
  outline: none;
}

.catalog-inner.color {
  background-image: linear-gradient(
    to right,
    #ffffff08,
    #ffffff14,
    #ffffff5c,
    #ffffff12
  );
  box-shadow: 0 4px 15px 0 rgba(255, 255, 255, 0.11);
}

.catalog-text {
  font-weight: 600;
  color: #fff;
  margin: 0;
}

.catalog-img {
  width: 51px;
  height: 51px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #fff;
  margin-right: 28px;
}

.angle-next {
  position: absolute;
  left: -14%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 4;
  opacity: 0.8;
  transition: all 0.3s ease;
  font-size: 3rem !important;
  color: #fff;
}

.angle-prev {
  position: absolute;
  right: -14%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 4;
  opacity: 0.8;
  transition: all 0.3s ease;
  font-size: 3rem !important;
  color: #fff;
}

.row-right:hover .angle-next {
  opacity: 1;
  color: #fff;
  text-shadow: 0 0 6px #fff, 0 0 10px #fff, 0 0 21px #fff, 0 0 42px #ace6f2,
    0 0 82px #cfeff7, 0 0 92px #666, 0 0 102px #939393, 0 0 151px #f2f2f2;
}

.row-left:hover .angle-prev {
  opacity: 1;
  color: #fff;
  text-shadow: 0 0 6px #fff, 0 0 10px #fff, 0 0 21px #fff, 0 0 42px #ace6f2,
    0 0 82px #cfeff7, 0 0 92px #666, 0 0 102px #939393, 0 0 151px #f2f2f2;
}

.row-left::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent #000 transparent transparent;
  z-index: 3;
}

.row-right::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #000 transparent transparent transparent;
  z-index: 3;
}

.general_footer {
  position: fixed;
  left: 0px;
  bottom: 10px;
  z-index: 6;
}

.footer-items {
  margin-right: 20px;
  list-style-type: none;
  letter-spacing: 0.4px;
}

.footer-items a {
  color: #fff;
  font-size: 11px;
  opacity: 0.4;
  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;
}

.footer-items a: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;
}

.mobil-logo {
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1vh;
}

.mobil-1 {
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 33vh;
}

.mobil-2 {
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 33vh;
}

.mobil-3 {
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 14vh;
  background-size: cover;
  background-image: url("dosya/katalog-bg.jpg");
}

.govde-mobil {
  text-align: center;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  background-color: #000;
}

.adres{
  color: #fff;
  display: block;
  margin: 40px 0px;
}

.adres span{
  display: block;
  padding: 10px 0px;
}

.adres span a{
  color: #fff;
  text-decoration: none;
}

.harita{
  width: 100%;
  display: block;
}

#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%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-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 {
  transform: translateX(-100%);
  transition-delay: 1s;
}

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

#yukleniyor.loaded .right-side {
  transform: translateX(100%);
  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;
  -moz-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

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