@charset "UTF-8";
/*-----------------------------------------------------------

  Template Name: Adosting Creative Html5 & Css3 Responsive Theme
  Template URI: http://www.garantiwebtasarim.com/adosting-creative/
  Description: Adosting Creative Special HTML5 CSS3 Theme.
  Author: adem özdamar
  Author URI: http://www.ademozdamar.com/
  Version: 1.0.0

-------------------------------------------------------------*/
/*
0 - 600   : Telefon
600 - 900 : Tablet
900-1200  : Table büyük versiyon
1000 ve üzeri: Büyük masaüstü
1200 - 1800  : Normal stiller için
*/
.h-yazi-ortalama {
  text-align: center;
}

.h-yazi-ozel {
  text-align: center;
  margin-left: -120px;
}

.h-yazi-margin-kucuk {
  margin-bottom: 1.5rem !important;
}

.h-yazi-margin-kucuk {
  margin-bottom: -1rem;
}

.h-yazi-margin-orta {
  margin-bottom: 4rem !important;
}
@media only screen and (max-width: 56.25em) {
  .h-yazi-margin-orta {
    margin-bottom: 3rem !important;
  }
}

.h-yazi-margin-buyuk {
  margin-bottom: 8rem !important;
}
@media only screen and (max-width: 56.25em) {
  .h-yazi-margin-buyuk {
    margin-bottom: -5rem !important;
  }
}

.h-yazi-margin-buyuk-2 {
  margin-bottom: 12rem !important;
}
@media only screen and (max-width: 56.25em) {
  .h-yazi-margin-buyuk-2 {
    margin-bottom: -5rem !important;
  }
}

.h-yazi-margin-orta-2 {
  margin-bottom: -5rem !important;
}
@media only screen and (max-width: 56.25em) {
  .h-yazi-margin-orta-2 {
    margin-bottom: 8rem !important;
  }
}

.h-yazi-margin-orta-3 {
  margin-bottom: 3rem !important;
}
@media only screen and (max-width: 56.25em) {
  .h-yazi-margin-orta-3 {
    margin-bottom: 3rem !important;
  }
}

.h-yazi-margin-orta-4 {
  margin-bottom: 3rem !important;
}
@media only screen and (max-width: 56.25em) {
  .h-yazi-margin-orta-4 {
    margin-bottom: 3rem !important;
  }
}

.h-yazi-margin-5 {
  margin-top: 10rem;
}
@media only screen and (max-width: 56.25em) {
  .h-yazi-margin-5 {
    margin-top: -20rem;
  }
}

.h-yazi-margin-altta {
  margin-top: 40.5rem;
}
@media only screen and (max-width: 56.25em) {
  .h-yazi-margin-altta {
    margin-top: 50rem;
  }
}

.h-yazi-margin-ozel {
  margin-bottom: 4rem !important;
}
@media only screen and (max-width: 56.25em) {
  .h-yazi-margin-ozel {
    margin-bottom: 3rem !important;
  }
}

.h-yazi-margin-ustte-buyuk {
  margin-top: 8rem;
}

.h-yazi-margin-ustte-enbuyuk {
  margin-top: 10rem;
}
@media only screen and (max-width: 56.25em) {
  .h-yazi-margin-ustte-enbuyuk {
    margin-top: 1rem;
  }
}

.h-yazi-margin-5 {
  margin-top: 5rem;
}
@media only screen and (max-width: 56.25em) {
  .h-yazi-margin-5 {
    margin-top: -15rem;
  }
}

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

.container {
  padding: 0rem;
  margin: 0 auto;
}

*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
}

html {
  font-size: 62.5%;
}
@media only screen and (max-width: 75em) {
  html {
    font-size: 56.25%;
  }
}
@media only screen and (max-width: 56.25em) {
  html {
    font-size: 50%;
  }
}
@media only screen and (max-width: 37.5em) {
  html {
    font-size: 30%;
  }
}
@media only screen and (min-width: 112.5em) {
  html {
    font-size: 75%;
  }
}

body {
  box-sizing: border-box;
  padding: 3rem;
  -youbkit-touch-callout: none; /* iOS Safari */
  -youbkit-user-select: none;   /* Chrome 6.0+, Safari 3.1+, Edge & Opera 15+ */
  -moz-user-select: none;       /* Firefox */
  -ms-user-select: none;        /* IE 10+ and Edge */
  user-select: none;    
}
@media only screen and (max-width: 56.25em) {
  body {
    padding: 0;
  }
}

select {
  width: 90%;
  height: 3em;
}

::selection {
  background-color: #494949;
  color: #fff;
}

.hakkimizda-bolumu-anasayfa {
  padding: 20rem 0;
  margin-top: -20vh;
  background-color: #fff;
}
@media only screen and (max-width: 56.25em) {
  .hakkimizda-bolumu-anasayfa {
    padding: 0rem 0;
    margin-top: 20vh;
  }
}
@media only screen and (max-width: 56.25em) {
  .hakkimizda-bolumu-anasayfa {
    padding: 0rem 0;
    margin-top: -20vh;
  }
}

.ozellik-alani {
  padding: 15rem 0 15rem;
  background-image: linear-gradient(to right bottom, rgba(73, 73, 73, 0.378), rgba(5, 5, 5, 0.419)), url(../img/fondo-contenido.png);
  background-size: cover;
  transform: skewY(-7deg);
  margin-top: -10rem;
}
.ozellik-alani > * {
  transform: skewY(7deg);
}
@media only screen and (max-width: 56.25em) {
  .ozellik-alani {
    padding: 10rem 0 17rem;
  }
}

.ozellik-alani-sayfa {
  padding: 15rem 0 20rem;
  background-color: #fff;
  margin-top: -10rem;
}
@media only screen and (max-width: 56.25em) {
  .ozellik-alani-sayfa {
    padding: 10rem 0;
  }
}

.ozellik-alani-sayfa-2 {
  padding: 10rem 0 20rem;
  background-image: linear-gradient(to right bottom, rgba(23, 23, 23, 0.96), rgba(0, 0, 0, 0.97));
  transform: skewY(-7deg);
  margin-top: 20rem;
}
.ozellik-alani-sayfa-2 > * {
  transform: skewY(7deg);
}
@media only screen and (max-width: 56.25em) {
  .ozellik-alani-sayfa-2 {
    padding: 10rem 0;
  }
}

.paketler-alani {
  background-color: #fff;
  padding: 25rem 0 15rem 0;
  margin-top: -10rem;
}
@media only screen and (max-width: 56.25em) {
  .paketler-alani {
    padding: 20rem 0 10rem 0;
  }
}

.yorumlar-alani {
  position: relative;
  padding: 15rem 0 0rem;
  background-image: linear-gradient(to right bottom, #ffffff, #ececec);
  background-image: linear-gradient(to right bottom, rgba(73, 73, 73, 0.500), rgba(5, 5, 5, 0.500)), url(../img/fondo-quienes-somos.png);
  background-size: cover;
  transform: skewY(-7deg);
  /*margin-top: -10rem;*/
}
.yorumlar-alani > * {
  transform: skewY(7deg);
}
@media only screen and (max-width: 56.25em) {
  .yorumlar-alani {
    padding: 10rem 0 0rem;
  }
}

.form-alani {
  padding: 40rem 0;
  background-image: linear-gradient(to right bottom, #494949, #050505);
  margin-top: -30vh;
}

.kapak {
  background-image: linear-gradient(105deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.9) 50%, transparent 50%), url(../img/adosting-aslan.jpg);
  background-size: 100%;
  border-radius: .3rem;
  box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.2);
  height: 50rem;
  width: 80%;
  margin: 0 auto;
}
.kapak__formu {
  width: 50%;
  padding: 6rem;
}

.projeler {
  position: relative;
  padding: 15rem 0 5rem;
  background-image: linear-gradient(to right bottom, #ffffff, #fbfbfb);
  background-size: cover;
  transform: skewY(-7deg);
  /*margin-top: -10rem;*/
}
.projeler > * {
  transform: skewY(7deg);
}
@media only screen and (max-width: 56.25em) {
  .projeler {
    padding: 15rem 0 16rem;
  }
}

.projeler-sayfa-alani {
  padding: 5rem 0 13rem;
  background-color: #fff;
  /*margin-top: -10rem;*/
}
@media only screen and (max-width: 56.25em) {
  .projeler-sayfa-alani {
    padding: 15rem 0 16rem;
  }
}

.hakkimizda-yetenek {
  position: relative;
  padding: 10rem 0 15rem;
  text-align: center;
  background-image: linear-gradient(to right bottom, #ffffff, #ececec);
  background-size: cover;
  transform: skewY(-7deg);
  /*margin-top: -10rem;*/
}
.hakkimizda-yetenek > * {
  transform: skewY(7deg);
}

.hizmetler-yetenek {
  position: relative;
  padding: 10rem 0 15rem;
  text-align: center;
  background-image: linear-gradient(to right bottom, #ffffff, #ececec);
  background-size: cover;
  transform: skewY(-7deg);
  margin-top: -20rem;
}
.hizmetler-yetenek > * {
  transform: skewY(7deg);
}

.hizmetler-detay-sayfasi-alani {
  padding: 20rem 0 35rem;
  margin-top: -20vh;
  background-color: #fff;
}
@media only screen and (max-width: 56.25em) {
  .hizmetler-detay-sayfasi-alani {
    padding: 0rem 0rem 20rem;
    margin-top: 20vh;
  }
}
@media only screen and (max-width: 56.25em) {
  .hizmetler-detay-sayfasi-alani {
    padding: 0rem 0rem 20rem;
    margin-top: -20vh;
  }
}

.proje-detay-sayfasi-alani {
  padding: 5rem 0 35rem;
  /*margin-top:-20vh;*/
  background-color: #fff;
}
@media only screen and (max-width: 56.25em) {
  .proje-detay-sayfasi-alani {
    padding: 30rem 0rem 20rem;
    margin-top: 20vh;
  }
}
@media only screen and (max-width: 56.25em) {
  .proje-detay-sayfasi-alani {
    padding: 30rem 0rem 20rem;
    margin-top: -20vh;
  }
}

.iletisim-icon-alani {
  padding: 20rem 0rem 1rem;
  margin-top: -20vh;
  background-color: #fff;
}
@media only screen and (max-width: 56.25em) {
  .iletisim-icon-alani {
    padding: 15rem 0;
    margin-top: 20vh;
  }
}
@media only screen and (max-width: 56.25em) {
  .iletisim-icon-alani {
    padding: 15rem 0;
    margin-top: -20vh;
  }
}

.iletisim-form-alani {
  padding: 20rem 0 10rem;
  margin-top: -20vh;
  background-color: #fff;
}
@media only screen and (max-width: 56.25em) {
  .iletisim-form-alani {
    padding: 0rem 0;
    margin-top: 20vh;
  }
}
@media only screen and (max-width: 56.25em) {
  .iletisim-form-alani {
    padding: 0rem 0;
    margin-top: -20vh;
  }
}

/* Efektler */
@keyframes solahareket {
  0% {
    opacity: 0;
    transform: translateX(-10rem);
  }
  80% {
    transform: translateX(1rem);
  }
  100% {
    opacity: 1;
    transform: translate(0);
  }
}
@keyframes sagahareket {
  0% {
    opacity: 0;
    transform: translateX(10rem);
  }
  80% {
    transform: translateX(-1rem);
  }
  100% {
    opacity: 1;
    transform: translate(0);
  }
}
@keyframes butonefekt {
  0% {
    opacity: 0;
    transform: translateY(3rem);
  }
  100% {
    opacity: 1;
    transform: translate(0);
  }
}
body {
  font-family: "Poppins", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.7;
  color: #777;
}

.header__slider-alani {
  position: absolute;
  top: 40%;
  left: 40%;
  transform: translate(-30%, -30%);
  text-align: center;
}

.slider-yazi-icerikleri {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 2rem;
  backface-visibility: hidden;
}
.slider-yazi-icerikleri--1 {
  display: block;
  font-size: 6rem;
  font-weight: 400;
  letter-spacing: 3rem;
  animation-name: solahareket;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
}
@media only screen and (max-width: 37.5em) {
  .slider-yazi-icerikleri--1 {
    letter-spacing: 1rem;
    font-size: 5rem;
  }
}
.slider-yazi-icerikleri--2 {
  display: block;
  font-size: 1.9rem;
  font-weight: 700;
  letter-spacing: 1rem;
  animation: sagahareket 1s ease-out;
}
@media only screen and (max-width: 37.5em) {
  .slider-yazi-icerikleri--2 {
    letter-spacing: .5rem;
  }
}

.h2-baslik-anasayfa {
  font-size: 4rem;
  font-weight: 900;
  text-transform: uppercase;
  display: inline-block;
  background-image: linear-gradient(to right, #494949, #050505);
  -webkit-background-clip: text;
  color: transparent;
  letter-spacing: .2rem;
  transition: all .2s;
  border-bottom: 0.1rem solid #494949;
}
@media only screen and (max-width: 56.25em) {
  .h2-baslik-anasayfa {
    font-size: 6rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .h2-baslik-anasayfa {
    font-size: 4.7rem;
  }
}
.h2-baslik-anasayfa:hover {
  transform: skewY(2deg) skewX(15deg) scale(1.1);
  /*text-shadow: .5rem 1rem 2rem rgba($siyah-renk,.2);*/
}

.h2-baslik-anasayfa-ozel {
  font-size: 4rem;
  font-weight: 900;
  text-transform: uppercase;
  display: inline-block;
  background-image: linear-gradient(to right, #717171, #0e0e0e);
  -webkit-background-clip: text;
  color: transparent;
  letter-spacing: .2rem;
  transition: all .2s;
  margin-bottom: 3rem;
}
.h2-baslik-anasayfa-ozel:hover {
  transform: skewY(2deg) skewX(15deg) scale(1.1);
  /*text-shadow: .5rem 1rem 2rem rgba($siyah-renk,.2);*/
}
@media only screen and (max-width: 56.25em) {
  .h2-baslik-anasayfa-ozel {
    font-size: 7rem;
  }
}

.h2-baslik-iletisim-ozel {
  font-size: 4rem;
  font-weight: 900;
  text-transform: uppercase;
  display: inline-block;
  background-image: linear-gradient(to right, #717171, #0e0e0e);
  -webkit-background-clip: text;
  color: transparent;
  letter-spacing: .2rem;
  transition: all .2s;
  margin-bottom: 3rem;
}
.h2-baslik-iletisim-ozel:hover {
  transform: skewY(2deg) skewX(15deg) scale(1.1);
  /*text-shadow: .5rem 1rem 2rem rgba($siyah-renk,.2);*/
}
@media only screen and (max-width: 56.25em) {
  .h2-baslik-iletisim-ozel {
    font-size: 7rem;
    margin-top: -90px;
  }
}

.h2-baslik-popup {
  font-size: 3rem;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
  background-image: linear-gradient(to right, #717171, #0e0e0e);
  -webkit-background-clip: text;
  color: transparent;
  letter-spacing: .2rem;
  transition: all .2s;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 56.25em) {
  .h2-baslik-popup {
    margin-top: .1rem;
    font-size: 5rem;
  }
}

.paragraf-popup {
  font-size: 1.8rem;
  font-weight: 400;
  color: #494949;
  text-align: center;
}
.paragraf-popup:not(:last-child) {
  margin-bottom: 2rem;
  margin-top: -.8rem;
}
@media only screen and (max-width: 56.25em) {
  .paragraf-popup {
    font-size: 3.4rem;
  }
}

.baslik-3 {
  font-size: 1.9rem;
  text-transform: uppercase;
  font-weight: 700;
}
@media only screen and (max-width: 56.25em) {
  .baslik-3 {
    font-size: 4.9rem;
  }
}

.paragraf {
  font-size: 1.8rem;
  font-weight: 400;
}
.paragraf:not(:last-child) {
  margin-bottom: 2rem;
}
@media only screen and (max-width: 56.25em) {
  .paragraf {
    font-size: 3.4rem;
  }
}

.proje-detay-paragraf {
  font-size: 1.8rem;
  font-weight: 300;
  padding: 0rem 15rem 0rem 15rem;
}
.proje-detay-paragraf:not(:last-child) {
  margin-bottom: 2rem;
}
@media only screen and (max-width: 56.25em) {
  .proje-detay-paragraf {
    padding: 0rem 5rem 0rem 5rem;
    font-size: 3.4rem;
  }
}

.h2-baslik-hizmetler {
  font-size: 4rem;
  font-weight: 900;
  text-transform: uppercase;
  display: inline-block;
  color: #fff;
  letter-spacing: .2rem;
  transition: all .2s;
  border-bottom: 0.1rem solid #fff;
}
.h2-baslik-hizmetler:hover {
  border-bottom: 0.1rem solid #fff;
  transform: skewY(2deg) skewX(15deg) scale(1.1);
  text-shadow: 0.5rem 1rem 2rem rgba(0, 0, 0, 0.2);
}
.h2-baslik-hizmetler__paragraf {
  font-size: 1.8rem;
  font-weight: 400;
  color: #fff;
  text-align: center;
  margin-bottom: 3rem;
}
.h2-baslik-hizmetler__paragraf:not(:last-child) {
  margin-bottom: 5rem;
}
@media only screen and (max-width: 56.25em) {
  .h2-baslik-hizmetler__paragraf:not(:last-child) {
    margin-bottom: -9rem;
  }
}
@media only screen and (max-width: 56.25em) {
  .h2-baslik-hizmetler__paragraf {
    font-size: 3.5rem;
  }
}
@media only screen and (max-width: 56.25em) {
  .h2-baslik-hizmetler {
    font-size: 7rem;
  }
}

.h2-baslik-hizmetler-2 {
  font-size: 4rem;
  font-weight: 900;
  text-transform: uppercase;
  display: inline-block;
  color: #484747;
  letter-spacing: .2rem;
  transition: all .2s;
}
.h2-baslik-hizmetler-2:hover {
  transform: skewY(2deg) skewX(15deg) scale(1.1);
  text-shadow: 0.5rem 1rem 2rem rgba(0, 0, 0, 0.2);
}
.h2-baslik-hizmetler-2__paragraf {
  font-size: 1.8rem;
  font-weight: 400;
  color: #484747;
  text-align: center;
  margin-bottom: 3rem;
}
.h2-baslik-hizmetler-2__paragraf:not(:last-child) {
  margin-bottom: 5rem;
}
@media only screen and (max-width: 56.25em) {
  .h2-baslik-hizmetler-2__paragraf:not(:last-child) {
    margin-bottom: -9rem;
  }
}
@media only screen and (max-width: 56.25em) {
  .h2-baslik-hizmetler-2__paragraf {
    font-size: 3.5rem;
  }
}
@media only screen and (max-width: 56.25em) {
  .h2-baslik-hizmetler-2 {
    font-size: 7rem;
  }
}

ul.hizmetdetay {
  padding-left: 2rem;
  line-height: 4rem;
}
@media only screen and (max-width: 56.25em) {
  ul.hizmetdetay {
    padding-left: 2rem;
    line-height: 8rem;
    font-size: 3rem;
  }
}
@media only screen and (max-width: 37.5em) {
  ul.hizmetdetay {
    padding-left: 2rem;
    line-height: 8rem;
    font-size: 3rem;
  }
}

.header {
  height: 85vh;
  background-image: linear-gradient(to right bottom, rgba(73, 73, 73, 0.378), rgba(5, 5, 5, 0.419)), url(../img/fondo-inicio.png);
  background-size: cover;
  background-position: top;
  position: relative;
}
@supports (clip-path: polygon(0 0)) or (-webkit-clip-path: polygon(0 0)) {
  .header {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 75vh, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 75vh, 0 100%);
    height: 95vh;
  }
}
@media only screen and (min-resolution: 192dpi) and (min-width: 37.5em), only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 37.5em), only screen and (min-width: 125em) {
  .header {
    background-image: linear-gradient(to right bottom, rgba(73, 73, 73, 0.378), rgba(5, 5, 5, 0.419)), url(../img/fondo-inicio-small.png);
  }
}
@media only screen and (max-width: 37.5em) {
  .header {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 85vh, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 85vh, 0 100%);
    height: 50vh;
  }
}
.header__logo-alani {
  position: absolute;
  top: 3rem;
  left: 4rem;


}
.header__logo {
 /**height: 5em;*/
}

@media only screen and (max-width: 850px) {
  .header__logo {
    height: 5em;
  }
}

.header__slider-alani {
  position: absolute;
  top: 40%;
  left: 40%;
  transform: translate(-30%, -30%);
  text-align: center;
}
@media only screen and (max-width: 37.5em) {
  .header__slider-alani {
    position: absolute;
    top: 50%;
    left: 35%;
    transform: translate(-30%, -30%);
    text-align: center;
  }
}

.slider-yazi-icerikleri {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 2rem;
  backface-visibility: hidden;
}
@media only screen and (max-width: 56.25em) {
  .slider-yazi-icerikleri {
    font-size: 8rem;
  }
}
.slider-yazi-icerikleri--1 {
  display: block;
  font-size: 5.8rem;
  font-weight: 900;
  letter-spacing: 2rem;
  animation-name: solahareket;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
}
.slider-yazi-icerikleri--2 {
  display: block;
  font-size:2.5rem;
  font-weight: 600;
  letter-spacing: 2rem;
  animation: sagahareket 1s ease-out;
}
@media only screen and (max-width: 56.25em) {
  .slider-yazi-icerikleri--2 {
    font-size: 3rem;
  }
}

.header-about {
  height: 75vh;
  background-image: linear-gradient(to right bottom, rgba(73, 73, 73, 0.378), rgba(5, 5, 5, 0.419)), url(../img/fondo-general-section.png);
  background-size: cover;
  background-position: top;
  position: relative;
}
@supports (clip-path: polygon(0 0)) or (-webkit-clip-path: polygon(0 0)) {
  .header-about {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 55vh, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 55vh, 0 100%);
    height: 75vh;
  }
}
@media only screen and (min-resolution: 192dpi) and (min-width: 37.5em), only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 37.5em), only screen and (min-width: 125em) {
  .header-about {
    background-image: linear-gradient(to right bottom, rgba(73, 73, 73, 0.678), rgba(5, 5, 5, 0.719)), url(../img/adosting-about-header-bg.jpg);
  }
}
@media only screen and (max-width: 37.5em) {
  .header-about {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 65vh, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 65vh, 0 100%);
    height: 50vh;
  }
}

.header__slider-alani-about {
  position: absolute;
  top: 48%;
  left: 43%;
  transform: translate(-30%, -30%);
  text-align: center;
}
@media only screen and (max-width: 37.5em) {
  .header__slider-alani-about {
    position: absolute;
    top: 57%;
    left: 40%;
    transform: translate(-30%, -30%);
    text-align: center;
  }
}

.slider-yazi-icerikleri-about {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 2rem;
  backface-visibility: hidden;
}
@media only screen and (max-width: 56.25em) {
  .slider-yazi-icerikleri-about {
    font-size: 8rem;
  }
}
.slider-yazi-icerikleri-about--1 {
  display: block;
  font-size: 5rem;
  font-weight: 900;
  letter-spacing: 1rem;
  animation-name: solahareket;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
}
@media only screen and (max-width: 56.25em) {
  .slider-yazi-icerikleri-about--1 {
    font-size: 6rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .slider-yazi-icerikleri-about--1 {
    font-size: 6rem;
  }
}
.slider-yazi-icerikleri-about--2 {
  display: block;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0rem;
  animation: sagahareket 1s ease-out;
}
@media only screen and (max-width: 56.25em) {
  .slider-yazi-icerikleri-about--2 {
    font-size: 3rem;
  }
}

.header-hizmetler {
  height: 75vh;
  background-image: linear-gradient(to right bottom, rgba(73, 73, 73, 0.378), rgba(5, 5, 5, 0.419)), url(../img/fondo-general-section.png);
  background-size: cover;
  background-position: top;
  position: relative;
}
@supports (clip-path: polygon(0 0)) or (-webkit-clip-path: polygon(0 0)) {
  .header-hizmetler {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 55vh, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 55vh, 0 100%);
    height: 75vh;
  }
}
@media only screen and (min-resolution: 192dpi) and (min-width: 37.5em), only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 37.5em), only screen and (min-width: 125em) {
  .header-hizmetler {
    background-image: linear-gradient(to right bottom, rgba(73, 73, 73, 0.678), rgba(5, 5, 5, 0.719)), url(../img/adosting-about-header-bg.jpg);
  }
}
@media only screen and (max-width: 37.5em) {
  .header-hizmetler {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 65vh, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 65vh, 0 100%);
    height: 50vh;
  }
}

.header__slider-alani-hizmetler {
  position: absolute;
  top: 48%;
  left: 44%;
  transform: translate(-30%, -30%);
  text-align: center;
}
@media only screen and (max-width: 37.5em) {
  .header__slider-alani-hizmetler {
    position: absolute;
    top: 57%;
    left: 40%;
    transform: translate(-30%, -30%);
    text-align: center;
  }
}

.slider-yazi-icerikleri-hizmetler {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 2rem;
  backface-visibility: hidden;
}
@media only screen and (max-width: 56.25em) {
  .slider-yazi-icerikleri-hizmetler {
    font-size: 8rem;
  }
}
.slider-yazi-icerikleri-hizmetler--1 {
  display: block;
  font-size: 5rem;
  font-weight: 900;
  letter-spacing: 1rem;
  animation-name: solahareket;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
}
@media only screen and (max-width: 56.25em) {
  .slider-yazi-icerikleri-hizmetler--1 {
    font-size: 6rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .slider-yazi-icerikleri-hizmetler--1 {
    font-size: 6rem;
  }
}
.slider-yazi-icerikleri-hizmetler--2 {
  display: block;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0rem;
  animation: sagahareket 1s ease-out;
}
@media only screen and (max-width: 56.25em) {
  .slider-yazi-icerikleri-hizmetler--2 {
    font-size: 3rem;
  }
}

.header-hizmetler-detay {
  height: 75vh;
  background-image: linear-gradient(to right bottom, rgba(73, 73, 73, 0.678), rgba(5, 5, 5, 0.719)), url(../img/adosting-hizmetler-detay-header-bg-small.jpg);
  background-size: cover;
  background-position: top;
  position: relative;
}
@supports (clip-path: polygon(0 0)) or (-webkit-clip-path: polygon(0 0)) {
  .header-hizmetler-detay {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 55vh, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 55vh, 0 100%);
    height: 75vh;
  }
}
@media only screen and (min-resolution: 192dpi) and (min-width: 37.5em), only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 37.5em), only screen and (min-width: 125em) {
  .header-hizmetler-detay {
    background-image: linear-gradient(to right bottom, rgba(73, 73, 73, 0.678), rgba(5, 5, 5, 0.719)), url(../img/adosting-hizmetler-detay-header-bg.jpg);
  }
}
@media only screen and (max-width: 37.5em) {
  .header-hizmetler-detay {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 65vh, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 65vh, 0 100%);
    height: 50vh;
  }
}

.header__slider-alani-hizmetler-detay {
  position: absolute;
  top: 48%;
  left: 43%;
  transform: translate(-30%, -30%);
  text-align: center;
}
@media only screen and (max-width: 37.5em) {
  .header__slider-alani-hizmetler-detay {
    position: absolute;
    top: 57%;
    left: 40%;
    transform: translate(-30%, -30%);
    text-align: center;
  }
}

.slider-yazi-icerikleri-hizmetler-detay {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 2rem;
  backface-visibility: hidden;
}
@media only screen and (max-width: 56.25em) {
  .slider-yazi-icerikleri-hizmetler-detay {
    font-size: 8rem;
  }
}
.slider-yazi-icerikleri-hizmetler-detay--1 {
  display: block;
  font-size: 5rem;
  font-weight: 900;
  letter-spacing: 1rem;
  animation-name: solahareket;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
}
@media only screen and (max-width: 56.25em) {
  .slider-yazi-icerikleri-hizmetler-detay--1 {
    font-size: 6rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .slider-yazi-icerikleri-hizmetler-detay--1 {
    font-size: 6rem;
  }
}
.slider-yazi-icerikleri-hizmetler-detay--2 {
  display: block;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0rem;
  animation: sagahareket 1s ease-out;
}
@media only screen and (max-width: 56.25em) {
  .slider-yazi-icerikleri-hizmetler-detay--2 {
    font-size: 3rem;
  }
}

.header-projects {
  height: 75vh;
  background-image: linear-gradient(to right bottom, rgba(73, 73, 73, 0.678), rgba(5, 5, 5, 0.719)), url(../img/adosting-about-header-bg-small.jpg);
  background-size: cover;
  background-position: top;
  position: relative;
}
@supports (clip-path: polygon(0 0)) or (-webkit-clip-path: polygon(0 0)) {
  .header-projects {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 55vh, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 55vh, 0 100%);
    height: 75vh;
  }
}
@media only screen and (min-resolution: 192dpi) and (min-width: 37.5em), only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 37.5em), only screen and (min-width: 125em) {
  .header-projects {
    background-image: linear-gradient(to right bottom, rgba(73, 73, 73, 0.678), rgba(5, 5, 5, 0.719)), url(../img/adosting-about-header-bg.jpg);
  }
}
@media only screen and (max-width: 37.5em) {
  .header-projects {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 65vh, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 65vh, 0 100%);
    height: 50vh;
  }
}

.header__slider-alani-projects {
  position: absolute;
  top: 48%;
  left: 44%;
  transform: translate(-30%, -30%);
  text-align: center;
}
@media only screen and (max-width: 37.5em) {
  .header__slider-alani-projects {
    position: absolute;
    top: 57%;
    left: 40%;
    transform: translate(-30%, -30%);
    text-align: center;
  }
}

.slider-yazi-icerikleri-projects {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 2rem;
  backface-visibility: hidden;
}
@media only screen and (max-width: 56.25em) {
  .slider-yazi-icerikleri-projects {
    font-size: 8rem;
  }
}
.slider-yazi-icerikleri-projects--1 {
  display: block;
  font-size: 5rem;
  font-weight: 900;
  letter-spacing: 1rem;
  animation-name: solahareket;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
}
@media only screen and (max-width: 56.25em) {
  .slider-yazi-icerikleri-projects--1 {
    font-size: 6rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .slider-yazi-icerikleri-projects--1 {
    font-size: 6rem;
  }
}
.slider-yazi-icerikleri-projects--2 {
  display: block;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0rem;
  animation: sagahareket 1s ease-out;
}
@media only screen and (max-width: 56.25em) {
  .slider-yazi-icerikleri-projects--2 {
    font-size: 3rem;
  }
}

.header-proje-detay {
  height: 75vh;
  background-image: linear-gradient(to right bottom, rgba(73, 73, 73, 0.678), rgba(5, 5, 5, 0.719)), url(../img/adosting-hizmetler-detay-header-bg-small.jpg);
  background-size: cover;
  background-position: top;
  position: relative;
}
@supports (clip-path: polygon(0 0)) or (-webkit-clip-path: polygon(0 0)) {
  .header-proje-detay {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 55vh, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 55vh, 0 100%);
    height: 75vh;
  }
}
@media only screen and (min-resolution: 192dpi) and (min-width: 37.5em), only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 37.5em), only screen and (min-width: 125em) {
  .header-proje-detay {
    background-image: linear-gradient(to right bottom, rgba(73, 73, 73, 0.678), rgba(5, 5, 5, 0.719)), url(../img/adosting-hizmetler-detay-header-bg.jpg);
  }
}
@media only screen and (max-width: 37.5em) {
  .header-proje-detay {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 65vh, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 65vh, 0 100%);
    height: 50vh;
  }
}

.header__slider-alani-proje-detay {
  position: absolute;
  top: 48%;
  left: 40%;
  transform: translate(-30%, -30%);
  text-align: center;
}
@media only screen and (max-width: 37.5em) {
  .header__slider-alani-proje-detay {
    position: absolute;
    top: 57%;
    left: 40%;
    transform: translate(-30%, -30%);
    text-align: center;
  }
}

.slider-yazi-icerikleri-proje-detay {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 2rem;
  backface-visibility: hidden;
}
@media only screen and (max-width: 56.25em) {
  .slider-yazi-icerikleri-proje-detay {
    font-size: 8rem;
  }
}
.slider-yazi-icerikleri-proje-detay--1 {
  display: block;
  font-size: 5rem;
  font-weight: 900;
  letter-spacing: 1rem;
  animation-name: solahareket;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
}
@media only screen and (max-width: 56.25em) {
  .slider-yazi-icerikleri-proje-detay--1 {
    font-size: 6rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .slider-yazi-icerikleri-proje-detay--1 {
    font-size: 6rem;
  }
}
.slider-yazi-icerikleri-proje-detay--2 {
  display: block;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0rem;
  animation: sagahareket 1s ease-out;
}
@media only screen and (max-width: 56.25em) {
  .slider-yazi-icerikleri-proje-detay--2 {
    font-size: 3rem;
  }
}

.header-iletisim {
  height: 75vh;
  background-image: linear-gradient(to right bottom, rgba(73, 73, 73, 0.378), rgba(5, 5, 5, 0.419)), url(../img/fondo-general-section.png);
  background-size: cover;
  background-position: top;
  position: relative;
}
@supports (clip-path: polygon(0 0)) or (-webkit-clip-path: polygon(0 0)) {
  .header-iletisim {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 55vh, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 55vh, 0 100%);
    height: 75vh;
  }
}
@media only screen and (min-resolution: 192dpi) and (min-width: 37.5em), only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 37.5em), only screen and (min-width: 125em) {
  .header-iletisim {
    background-image: linear-gradient(to right bottom, rgba(73, 73, 73, 0.678), rgba(5, 5, 5, 0.719)), url(../img/adosting-about-header-bg.jpg);
  }
}
@media only screen and (max-width: 37.5em) {
  .header-iletisim {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 65vh, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 65vh, 0 100%);
    height: 50vh;
  }
}

.header__slider-alani-iletisim {
  position: absolute;
  top: 48%;
  left: 43%;
  transform: translate(-30%, -30%);
  text-align: center;
}
@media only screen and (max-width: 37.5em) {
  .header__slider-alani-iletisim {
    position: absolute;
    top: 57%;
    left: 40%;
    transform: translate(-30%, -30%);
    text-align: center;
  }
}

.slider-yazi-icerikleri-iletisim {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 2rem;
  backface-visibility: hidden;
}
@media only screen and (max-width: 56.25em) {
  .slider-yazi-icerikleri-iletisim {
    font-size: 8rem;
  }
}
.slider-yazi-icerikleri-iletisim--1 {
  display: block;
  font-size: 5rem;
  font-weight: 900;
  letter-spacing: 1rem;
  animation-name: solahareket;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
}
@media only screen and (max-width: 56.25em) {
  .slider-yazi-icerikleri-iletisim--1 {
    font-size: 6rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .slider-yazi-icerikleri-iletisim--1 {
    font-size: 6rem;
  }
}
.slider-yazi-icerikleri-iletisim--2 {
  display: block;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0rem;
  animation: sagahareket 1s ease-out;
}
@media only screen and (max-width: 56.25em) {
  .slider-yazi-icerikleri-iletisim--2 {
    font-size: 3rem;
  }
}

.header-formgonder {
  height: 75vh;
  background-image: linear-gradient(to right bottom, rgba(73, 73, 73, 0.678), rgba(5, 5, 5, 0.719)), url(../img/adosting-about-header-bg-small.jpg);
  background-size: cover;
  background-position: top;
  position: relative;
}
@supports (clip-path: polygon(0 0)) or (-webkit-clip-path: polygon(0 0)) {
  .header-formgonder {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 55vh, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 55vh, 0 100%);
    height: 75vh;
  }
}
@media only screen and (min-resolution: 192dpi) and (min-width: 37.5em), only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 37.5em), only screen and (min-width: 125em) {
  .header-formgonder {
    background-image: linear-gradient(to right bottom, rgba(73, 73, 73, 0.678), rgba(5, 5, 5, 0.719)), url(../img/adosting-about-header-bg.jpg);
  }
}
@media only screen and (max-width: 37.5em) {
  .header-formgonder {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 65vh, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 65vh, 0 100%);
    height: 50vh;
  }
}

.header__slider-alani-formgonder {
  position: absolute;
  top: 48%;
  left: 40%;
  transform: translate(-30%, -30%);
  text-align: center;
}
@media only screen and (max-width: 37.5em) {
  .header__slider-alani-formgonder {
    position: absolute;
    top: 57%;
    left: 40%;
    transform: translate(-30%, -30%);
    text-align: center;
  }
}

.slider-yazi-icerikleri-formgonder {
  color: #fff;
  text-transform: inherit;
  margin-bottom: 2rem;
  backface-visibility: hidden;
}
@media only screen and (max-width: 56.25em) {
  .slider-yazi-icerikleri-formgonder {
    font-size: 8rem;
  }
}
.slider-yazi-icerikleri-formgonder--1 {
  display: block;
  font-size: 3rem;
  font-weight: 900;
  letter-spacing: 0.5rem;
  animation-name: solahareket;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
}
@media only screen and (max-width: 56.25em) {
  .slider-yazi-icerikleri-formgonder--1 {
    font-size: 4rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .slider-yazi-icerikleri-formgonder--1 {
    font-size: 4rem;
  }
}
.slider-yazi-icerikleri-formgonder--2 {
  display: block;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0rem;
  animation: sagahareket 1s ease-out;
}
@media only screen and (max-width: 56.25em) {
  .slider-yazi-icerikleri-formgonder--2 {
    font-size: 3rem;
  }
}

.header-404 {
  height: 75vh;
  background-image: linear-gradient(to right bottom, rgba(73, 73, 73, 0.678), rgba(5, 5, 5, 0.719)), url(../img/adosting-about-header-bg-small.jpg);
  background-size: cover;
  background-position: top;
  position: relative;
}
@supports (clip-path: polygon(0 0)) or (-webkit-clip-path: polygon(0 0)) {
  .header-404 {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 55vh, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 55vh, 0 100%);
    height: 75vh;
  }
}
@media only screen and (min-resolution: 192dpi) and (min-width: 37.5em), only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 37.5em), only screen and (min-width: 125em) {
  .header-404 {
    background-image: linear-gradient(to right bottom, rgba(73, 73, 73, 0.678), rgba(5, 5, 5, 0.719)), url(../img/adosting-about-header-bg.jpg);
  }
}
@media only screen and (max-width: 37.5em) {
  .header-404 {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 65vh, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 65vh, 0 100%);
    height: 50vh;
  }
}

.header__slider-alani-404 {
  position: absolute;
  top: 48%;
  left: 40%;
  transform: translate(-30%, -30%);
  text-align: center;
}
@media only screen and (max-width: 37.5em) {
  .header__slider-alani-404 {
    position: absolute;
    top: 57%;
    left: 40%;
    transform: translate(-30%, -30%);
    text-align: center;
  }
}

.slider-yazi-icerikleri-404 {
  color: #fff;
  text-transform: inherit;
  margin-bottom: 2rem;
  backface-visibility: hidden;
}
@media only screen and (max-width: 56.25em) {
  .slider-yazi-icerikleri-404 {
    font-size: 8rem;
  }
}
.slider-yazi-icerikleri-404--1 {
  display: block;
  font-size: 8rem;
  font-weight: 900;
  letter-spacing: 0.5rem;
  animation-name: solahareket;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
}
@media only screen and (max-width: 56.25em) {
  .slider-yazi-icerikleri-404--1 {
    font-size: 8rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .slider-yazi-icerikleri-404--1 {
    font-size: 8rem;
  }
}
.slider-yazi-icerikleri-404--2 {
  display: block;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0rem;
  animation: sagahareket 1s ease-out;
}
@media only screen and (max-width: 56.25em) {
  .slider-yazi-icerikleri-404--2 {
    font-size: 3rem;
  }
}

.tablolar {
  margin-top: 1rem;
}

.tablo {
  max-width: 114rem;
  margin: 0 auto;
}
.tablo:not(:last-child) {
  margin-bottom: 8rem;
}
@media only screen and (max-width: 56.25em) {
  .tablo:not(:last-child) {
    margin-bottom: 6rem;
    margin-top: -16rem;
  }
}
@media only screen and (max-width: 56.25em) {
  .tablo {
    padding: 20rem 5rem;
  }
}
.tablo::after {
  content: "";
  display: table;
  clear: both;
}
.tablo [class^="tablo--"] {
  float: left;
}
.tablo [class^="tablo--"]:not(:last-child) {
  margin-right: 6rem;
}
@media only screen and (max-width: 56.25em) {
  .tablo [class^="tablo--"]:not(:last-child) {
    margin-right: 0;
    margin-bottom: 6rem;
  }
}
@media only screen and (max-width: 56.25em) {
  .tablo [class^="tablo--"] {
    width: 100% !important;
  }
}
.tablo .tablo--1-ve-2 {
  width: calc((100% - 6rem) / 2);
}
.tablo .tablo--1-ve-3 {
  width: calc((100% - 2 * 6rem) / 3);
}
.tablo .tablo--1-ve-4 {
  width: calc((100% - 3 * 6rem) /4);
}
.tablo .tablo--2-ve-3 {
  width: calc(2* ((100% - 2 * 6rem) /3) + 6rem);
}
.tablo .tablo--2-ve-4 {
  width: calc(2* ((100% - 3 * 6rem) /4) + 6rem);
}
.tablo .tablo--3-ve-4 {
  width: calc(3* ((100% - 3* 6rem) /4) + 2 * 6rem);
}

.tablohakkimizda {
  max-width: 114rem;
  margin: 0 auto;
}
.tablohakkimizda:not(:last-child) {
  margin-bottom: 8rem;
}
@media only screen and (max-width: 56.25em) {
  .tablohakkimizda:not(:last-child) {
    margin-bottom: -33rem;
    margin-top: -16rem;
  }
}
@media only screen and (max-width: 56.25em) {
  .tablohakkimizda {
    padding: 20rem 5rem;
  }
}
.tablohakkimizda::after {
  content: "";
  display: table;
  clear: both;
}
.tablohakkimizda [class^="tablo--"] {
  float: left;
}
.tablohakkimizda [class^="tablo--"]:not(:last-child) {
  margin-right: 6rem;
}
@media only screen and (max-width: 56.25em) {
  .tablohakkimizda [class^="tablo--"]:not(:last-child) {
    margin-right: 0;
    margin-bottom: 6rem;
  }
}
@media only screen and (max-width: 56.25em) {
  .tablohakkimizda [class^="tablo--"] {
    width: 100% !important;
  }
}
.tablohakkimizda .tablo--1-ve-2 {
  width: calc((100% - 6rem) / 2);
}
.tablohakkimizda .tablo--1-ve-3 {
  width: calc((100% - 2 * 6rem) / 3);
}
.tablohakkimizda .tablo--1-ve-4 {
  width: calc((100% - 3 * 6rem) /4);
}
.tablohakkimizda .tablo--2-ve-3 {
  width: calc(2* ((100% - 2 * 6rem) /3) + 6rem);
}
.tablohakkimizda .tablo--2-ve-4 {
  width: calc(2* ((100% - 3 * 6rem) /4) + 6rem);
}
.tablohakkimizda .tablo--3-ve-4 {
  width: calc(3* ((100% - 3* 6rem) /4) + 2 * 6rem);
}

.tablohizmetler {
  max-width: 114rem;
  margin: 0 auto;
}
.tablohizmetler:not(:last-child) {
  margin-bottom: 8rem;
}
@media only screen and (max-width: 56.25em) {
  .tablohizmetler:not(:last-child) {
    margin-bottom: -33rem;
    margin-top: -16rem;
  }
}
@media only screen and (max-width: 56.25em) {
  .tablohizmetler {
    padding: 20rem 5rem;
  }
}
.tablohizmetler::after {
  content: "";
  display: table;
  clear: both;
}
.tablohizmetler [class^="tablo--"] {
  float: left;
}
.tablohizmetler [class^="tablo--"]:not(:last-child) {
  margin-right: 6rem;
}
@media only screen and (max-width: 56.25em) {
  .tablohizmetler [class^="tablo--"]:not(:last-child) {
    margin-right: 0;
    margin-bottom: 6rem;
  }
}
@media only screen and (max-width: 56.25em) {
  .tablohizmetler [class^="tablo--"] {
    width: 100% !important;
  }
}
.tablohizmetler .tablo--1-ve-2 {
  width: calc((100% - 6rem) / 2);
}
.tablohizmetler .tablo--1-ve-3 {
  width: calc((100% - 2 * 6rem) / 3);
}
.tablohizmetler .tablo--1-ve-4 {
  width: calc((100% - 3 * 6rem) /4);
}
.tablohizmetler .tablo--2-ve-3 {
  width: calc(2* ((100% - 2 * 6rem) /3) + 6rem);
}
.tablohizmetler .tablo--2-ve-4 {
  width: calc(2* ((100% - 3 * 6rem) /4) + 6rem);
}
.tablohizmetler .tablo--3-ve-4 {
  width: calc(3* ((100% - 3* 6rem) /4) + 2 * 6rem);
}

.tablohizmetlerdetay {
  max-width: 114rem;
  margin: 0 auto;
}
.tablohizmetlerdetay:not(:last-child) {
  margin-bottom: 8rem;
}
@media only screen and (max-width: 56.25em) {
  .tablohizmetlerdetay:not(:last-child) {
    margin-bottom: -33rem;
    margin-top: -16rem;
  }
}
@media only screen and (max-width: 56.25em) {
  .tablohizmetlerdetay {
    padding: 20rem 5rem;
  }
}
.tablohizmetlerdetay::after {
  content: "";
  display: table;
  clear: both;
}
.tablohizmetlerdetay [class^="tablo--"] {
  float: left;
}
.tablohizmetlerdetay [class^="tablo--"]:not(:last-child) {
  margin-right: 6rem;
}
@media only screen and (max-width: 56.25em) {
  .tablohizmetlerdetay [class^="tablo--"]:not(:last-child) {
    margin-right: 0;
    margin-bottom: 6rem;
  }
}
@media only screen and (max-width: 56.25em) {
  .tablohizmetlerdetay [class^="tablo--"] {
    width: 100% !important;
  }
}
.tablohizmetlerdetay .tablo--1-ve-2 {
  width: calc((100% - 6rem) / 2);
}
.tablohizmetlerdetay .tablo--1-ve-3 {
  width: calc((100% - 2 * 6rem) / 3);
}
.tablohizmetlerdetay .tablo--1-ve-4 {
  width: calc((100% - 3 * 6rem) /4);
}
.tablohizmetlerdetay .tablo--2-ve-3 {
  width: calc(2* ((100% - 2 * 6rem) /3) + 6rem);
}
.tablohizmetlerdetay .tablo--2-ve-4 {
  width: calc(2* ((100% - 3 * 6rem) /4) + 6rem);
}
.tablohizmetlerdetay .tablo--3-ve-4 {
  width: calc(3* ((100% - 3* 6rem) /4) + 2 * 6rem);
}

/* Slider Buton */
.buton, .buton:link, .buton:visited {
  text-transform: uppercase;
  text-decoration: none;
  padding: 1.5rem 4rem;
  display: inline-block;
  border-radius: 10rem;
  transition: all 2s;
  position: relative;
  font-size: 1.6rem;
  border: none;
  cursor: pointer;
}
@media only screen and (max-width: 56.25em) {
  .buton, .buton:link, .buton:visited {
    font-size: 3.6rem;
    padding: 3.5rem 6rem;
  }
}
.buton:hover {
  transform: translateY(-0.3rem);
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.2);
}
.buton:hover::after {
  transform: scaleX(1.4) scaleY(1.6);
  opacity: 0;
}
.buton:active, .buton:focus {
  outline: none;
  transform: translateY(-0.1rem);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.2);
}
.buton--beyaz {
  background-color: #fff;
  color: #777;
}
.buton--beyaz::after {
  background-color: #fff;
}
.buton--siyah {
  background-color: #444;
  color: #fff;
}
.buton--siyah::after {
  background-color: #444;
}
.buton--mavi {
  background-color: #0f6ebb;
  color: #fff;
}
.buton--mavi::after {
  background-color: #0f6ebb;
}
.buton::after {
  content: "";
  display: inline-block;
  position: absolute;
  border-radius: 10rem;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all .4s;
}
.buton--animasyon {
  animation: butonefekt .5s ease-out .75s;
  animation-fill-mode: backwards;
}

.h-buton-link:link, .h-buton-link:visited {
  font-size: 1.7rem;
  color: #777;
  display: inline-block;
  text-decoration: none;
  border-bottom: 0.1rem solid #777;
  padding: .3rem;
  transition: all .2s;
}
@media only screen and (max-width: 56.25em) {
  .h-buton-link:link, .h-buton-link:visited {
    font-size: 4.7rem;
  }
}
.h-buton-link:hover {
  background-color: #4a4949;
  color: #fff;
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.15);
  transform: translateY(-0.2rem);
}
.h-buton-link:active {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  transform: translateY(0);
}

.galeri {
  position: relative;
}
.galeri__gorsel {
  width: 100%;
  height: 55rem;
  border-radius: 1rem;
  box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.14);
  outline-offset: 2rem;
  z-index: 10;
  transition: all .2s;
}
@media only screen and (max-width: 56.25em) {
  .galeri__gorsel {
    float: left;
    height: 100%;
    box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.2);
  }
}
.galeri__gorsel--3 {
  left: 20%;
  margin-top: -10rem;
  /*top: 10rem;*/
}
@media only screen and (max-width: 56.25em) {
  .galeri__gorsel--3 {
    margin-top: -1rem;
  }
}
.galeri__gorsel--4 {
  left: 20%;
  margin-top: -5rem;
  /*top: 10rem;*/
}
@media only screen and (max-width: 56.25em) {
  .galeri__gorsel--4 {
    margin-top: -1rem;
  }
}
.galeri:hover .galeri__gorsel:not(:hover) {
  transform: scale(0.95);
}

.ozellik-kutu {
  background-color: #fff;
  padding: 2.5rem;
  text-align: center;
  font-size: 1.5rem;
  border-radius: .3rem;
  box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.15);
  transition: transform .3s;
}
@media only screen and (max-width: 56.25em) {
  .ozellik-kutu {
    padding: 2rem;
  }
}
.ozellik-kutu--icon {
  font-size: 6rem;
  margin-bottom: .5rem;
  display: inline-block;
  background-image: linear-gradient(to right, #494949, #050505);
  -webkit-background-clip: text;
  color: transparent;
}
@media only screen and (max-width: 56.25em) {
  .ozellik-kutu--icon {
    margin-bottom: 0;
    font-size: 13rem;
  }
}
.ozellik-kutu:hover {
  transform: translateY(-1.5rem) scale(1.03);
}
.ozellik-kutu--yazi {
  text-align: center;
}
@media only screen and (max-width: 56.25em) {
  .ozellik-kutu--yazi {
    font-size: 3.5rem;
  }
}

.ozellik-kutu {
   background-image: linear-gradient(to right bottom, rgba(73, 73, 73, 0.100), rgba(5, 5, 5, 0.100)), url(../img/fondo-card.png);
  background-size: cover;
  
  padding: 2.5rem;
  text-align: center;
  font-size: 1.5rem;
  border-radius: .3rem;
  box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.15);
  transition: transform .3s;
}
@media only screen and (max-width: 56.25em) {
  .ozellik-kutu {
    padding: 2rem;
  }
}
.ozellik-kutu--icon {
  font-size: 6rem;
  margin-bottom: .5rem;
  display: inline-block;
  background-image: linear-gradient(to right, #494949, #050505);
  -webkit-background-clip: text;
  color: transparent;
}
@media only screen and (max-width: 56.25em) {
  .ozellik-kutu--icon {
    margin-bottom: 0;
    font-size: 13rem;
  }
}
.ozellik-kutu:hover {
  transform: translateY(-1.5rem) scale(1.03);
}
.ozellik-kutu--yazi {
  text-align: center;
}
@media only screen and (max-width: 56.25em) {
  .ozellik-kutu--yazi {
    font-size: 3.5rem;
  }
}

.ozellik-kutu-siyah {
  background-color: #040404;
  color: #fff;
  padding: 2.5rem;
  text-align: center;
  font-size: 1.5rem;
  border-radius: .3rem;
  box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.15);
  transition: transform .3s;
}
@media only screen and (max-width: 56.25em) {
  .ozellik-kutu-siyah {
    padding: 2rem;
  }
}
.ozellik-kutu-siyah--icon {
  font-size: 6rem;
  margin-bottom: .5rem;
  display: inline-block;
  background-image: linear-gradient(to right, #ffffff, #cecece);
  -webkit-background-clip: text;
  color: transparent;
}
@media only screen and (max-width: 56.25em) {
  .ozellik-kutu-siyah--icon {
    margin-bottom: 0;
    font-size: 13rem;
  }
}
.ozellik-kutu-siyah:hover {
  transform: translateY(-1.5rem) scale(1.03);
}
.ozellik-kutu-siyah--yazi {
  text-align: center;
}
@media only screen and (max-width: 56.25em) {
  .ozellik-kutu-siyah--yazi {
    font-size: 3.5rem;
  }
}

.ozellik-kutu-iletisim {
  background-color: #fff;
  padding: 2.5rem;
  text-align: center;
  font-size: 1.5rem;
  border-radius: .3rem;
  box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.15);
  transition: transform .3s;
}
@media only screen and (max-width: 56.25em) {
  .ozellik-kutu-iletisim {
    padding: 2rem;
  }
}
.ozellik-kutu-iletisim--icon {
  font-size: 6rem;
  margin-bottom: -2rem;
  display: inline-block;
  background-image: linear-gradient(to right, #494949, #050505);
  -webkit-background-clip: text;
  color: transparent;
}
@media only screen and (max-width: 56.25em) {
  .ozellik-kutu-iletisim--icon {
    margin-bottom: 0;
    font-size: 13rem;
  }
}
.ozellik-kutu-iletisim:hover {
  transform: translateY(-1.5rem) scale(1.03);
}
.ozellik-kutu-iletisim--yazi {
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
}
@media only screen and (max-width: 56.25em) {
  .ozellik-kutu-iletisim--yazi {
    font-size: 3.5rem;
  }
}
.ozellik-kutu-iletisim--yazi-iletisim {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 400;
}
@media only screen and (max-width: 56.25em) {
  .ozellik-kutu-iletisim--yazi-iletisim {
    font-size: 3.5rem;
  }
}

.baslik-4 {
  font-size: 1.8rem;
  text-transform: uppercase;
  font-weight: 400;
}

.paketler {
  perspective: 150rem;
  -moz-perspective: 150rem;
  position: relative;
  height: 52rem;
}
.paketler__on {
  background-color: #050505;
  height: 52rem;
  transition: all .8s ease;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  backface-visibility: hidden;
  border-radius: .3rem;
  overflow: hidden;
  box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.15);
}
.paketler__on--onyazi {
  background-color: #fff;
}
.paketler__on--arkayazi {
  transform: rotateY(180deg);
}
.paketler__on--arkayazi-1 {
  background-image: linear-gradient(to right bottom, #545454, #000000);
}
.paketler__on--arkayazi-2 {
  background-image: linear-gradient(to right bottom, #545454, #000000);
}
.paketler__on--arkayazi-3 {
  background-image: linear-gradient(to right bottom, #545454, #000000);
}
.paketler:hover .paketler__on--onyazi {
  transform: rotateY(-180deg);
}
.paketler:hover .paketler__on--arkayazi {
  transform: rotateY(0);
}
.paketler__gorsel {
  background-size: cover;
  height: 23rem;
  background-blend-mode: color;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
  border-top-left-radius: .3rem;
  border-top-right-radius: .3rem;
}
@media only screen and (max-width: 56.25em) {
  .paketler__gorsel {
    height: 44rem;
  }
}
.paketler__gorsel--1 {
  background-image:  url(../img/silver.png);
}
.paketler__gorsel--2 {
  background-image:  url(../img/gold.png);
}
.paketler__gorsel--3 {
  background-image: url(../img/platinum.png);
}
.paketler__baslik {
  font-size: 2.2rem;
  font-weight: 300;
  color: #fff;
  text-align: right;
  /*text-transform: uppercase;*/
  position: absolute;
  top: 15rem;
  margin-left: 8rem;
  width: 75%;
}
.paketler__baslik-span {
  padding: 1rem 1.5rem;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
.paketler__baslik-span--1 {
  background-image: linear-gradient(to right bottom, rgba(36, 36, 36, 0.85), rgba(22, 22, 22, 0.85));
}
.paketler__baslik-span--2 {
  background-image: linear-gradient(to right bottom, rgba(54, 158, 218, 0.85), rgba(12, 70, 124, 0.85));
}
.paketler__baslik-span--3 {
  background-image: linear-gradient(to right bottom, rgba(56, 56, 56, 0.85), rgba(14, 14, 14, 0.85));
}
.paketler__icerik {
  padding: 3rem;
}
.paketler__icerik ul {
  list-style: none;
  width: 80%;
  margin: 0 auto;
}
.paketler__icerik ul li {
  text-align: center;
  font-size: 1.5rem;
  padding: 1rem;
}
.paketler__icerik ul li:not(:last-child) {
  border-bottom: 0.1rem solid #eee;
}
@media only screen and (max-width: 56.25em) {
  .paketler__icerik ul li {
    font-size: 3.5rem;
  }
}
.paketler__pr {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  text-align: center;
}
.paketler__pr-kutu {
  text-align: center;
  margin-bottom: 8rem;
  color: #fff;
}
.paketler__pr-yazi {
  font-size: 1.4rem;
  text-transform: uppercase;
}
@media only screen and (max-width: 56.25em) {
  .paketler__pr-yazi {
    font-size: 4.4rem;
  }
}
.paketler__pr-degeri {
  font-size: 6rem;
  font-weight: 100;
}
@media only screen and (max-width: 56.25em) {
  .paketler__pr-degeri {
    font-size: 11rem;
  }
}
@media only screen and (max-width: 56.25em), only screen and (hover: none) {
  .paketler {
    height: auto;
    border-radius: .3rem;
    background-color: #fff;
    box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.15);
  }
  .paketler__on {
    height: auto;
    position: relative;
    box-shadow: none;
  }
  .paketler__on--arkayazi {
    transform: rotateY(0);
    clip-path: polygon(0 15%, 100% 0, 100% 100%, 0% 100%);
  }
  .paketler:hover .paketler__on--onyazi {
    transform: rotateY(0);
  }
  .paketler__icerik {
    padding: 1rem 3rem;
  }
  .paketler__pr {
    position: relative;
    top: 0;
    left: 0;
    transform: translate(0);
    width: 100%;
    padding: 7rem 4rem 4rem 4rem;
  }
  .paketler__pr-kutu {
    margin-bottom: 3rem;
  }
  .paketler__pr-degeri {
    font-size: 4rem;
  }
}
@media only screen and (max-width: 56.25em) and (max-width: 56.25em), only screen and (hover: none) and (max-width: 56.25em) {
  .paketler__pr-degeri {
    font-size: 11rem;
  }
}

.referans {
  height: 12.5rem;
  margin-left: 4rem;
  filter: alpha(opacity=40);
  opacity: 0.4;
  transition: all .2s ease-out;
}
@media only screen and (max-width: 56.25em) {
  .referans {
    height: 23.5rem;
  }
}
.referans:hover {
  height: 12.5rem;
  margin-left: 4rem;
  opacity: 1;
  transform: translateY(-0.3rem);
}
@media only screen and (max-width: 56.25em) {
  .referans:hover {
    height: 23.5rem;
  }
}

.slider {
  height: 100%;
  position: relative;
  /*overflow: hidden;*/
  padding: 30rem 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  inline-size: 188px;
  overflow-wrap: break-word;
}

.slider__nav {
  width: 24px;
  height: 24px;
  margin: 2rem 12px;
  z-index: 10;
  outline: 11px solid #ccc;
  outline-style: double;
  outline-offset: -6px;
  box-shadow: 0 0 0 0 #333, 0 0 0 0 rgba(51, 51, 51, 0);
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media only screen and (max-width: 56.25em) {
  .slider__nav {
    width: 100%;
    margin-top: 75rem;
    margin-left: 9.5rem;
    z-index: 10;
    outline: 11px solid #ccc;
    outline-style: double;
    outline-offset: -6px;
    box-shadow: 0 0 0 0 #333, 0 0 0 0 rgba(51, 51, 51, 0);
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
}
@media only screen and (max-width: 37.5em) {
  .slider__nav {
    margin-left: 8.5rem;
  }
}

.slider__nav:checked {
  -webkit-animation: check 0.4s linear forwards;
  animation: check 0.4s linear forwards;
}

.slider__nav:checked:nth-of-type(1) ~ .slider__inner {
  left: 0%;
}

.slider__nav:checked:nth-of-type(2) ~ .slider__inner {
  left: -100%;
}

.slider__nav:checked:nth-of-type(3) ~ .slider__inner {
  left: -200%;
}

.slider__nav:checked:nth-of-type(4) ~ .slider__inner {
  left: -300%;
}

.slider__inner {

  position: absolute;
  top: 0;
  left: 0;
  width: 400%;
  height: 100%;
  -webkit-transition: left 0.4s;
  transition: left 0.4s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}

.slider__contents {
  height: 100%;
  width: 100%;
  margin-top: -18rem;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -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;
}

.slider__image {
  font-size: 2.7rem;
  color: #2196F3;
}

.slider__caption {
  font-weight: 700;
  color: #FFF;
  margin: .5rem 0 .5rem;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  text-transform: uppercase;
}
@media only screen and (max-width: 56.25em) {
  .slider__caption {
    font-size: 5rem;
  }
}
.text-white{
  color:#fff;
}
.slider__txt {
  color: #fff;
  margin-bottom: 10rem;


}
@media only screen and (max-width: 56.25em) {
  .slider__txt {
    font-size: 3.5rem;
  }
}

@-webkit-keyframes check {
  50% {
    outline-color: #333;
    box-shadow: 0 0 0 12px #333, 0 0 0 36px rgba(51, 51, 51, 0.2);
  }
  100% {
    outline-color: #333;
    box-shadow: 0 0 0 0 #333, 0 0 0 0 rgba(51, 51, 51, 0);
  }
}
@keyframes check {
  50% {
    outline-color: #333;
    box-shadow: 0 0 0 12px #333, 0 0 0 36px rgba(51, 51, 51, 0.2);
  }
  100% {
    outline-color: #333;
    box-shadow: 0 0 0 0 #333, 0 0 0 0 rgba(51, 51, 51, 0);
  }
}
.arkaplan-video {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  opacity: .20;
  overflow: hidden;
}
.arkaplan-video__icerik {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.footer {
  background-image: linear-gradient(to right bottom, #fff, #eee);
  padding: 25rem 0 1rem;
  font-size: 1.4rem;
  color: #f7f7f7;
  margin-top: -10rem;
}
@media only screen and (max-width: 56.25em) {
  .footer {
    padding: 18rem 0;
    text-align: center;
  }
}
.footer__logokutu {
  text-align: center;
  margin-bottom: 8rem;
}
@media only screen and (max-width: 56.25em) {
  .footer__logokutu {
    margin-bottom: 6rem;
  }
}
.footer__logo {
  /*width: 30rem;*/
  padding-top: 3rem;
  height: auto;
}
.footer__menu {
  border-top: 0.1rem solid #777;
  padding-top: 2rem;
  display: inline-block;
}
@media only screen and (max-width: 56.25em) {
  .footer__menu {
    width: 100%;
    text-align: center;
  }
}
.footer__list {
  list-style: none;
}
@media only screen and (max-width: 56.25em) {
  .footer__list {
    font-size: 4rem;
  }
}
.footer__item {
  display: inline-block;
}
.footer__item:not(:last-child) {
  margin-right: 1.5rem;
}
.footer__link:link, .footer__link:visited {
  color: #777;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  transition: all .2s;
}
.footer__link:hover, .footer__link:active {
  color: #353535;
  transform: rotate(5deg) scale(1.3);
}
.footer__copyright {
  border-top: 0.1rem solid #777;
  color: #777;
  padding-top: 2rem;
  width: 100%;
}
@media only screen and (max-width: 56.25em) {
  .footer__copyright {
    width: 100%;
    float: none;
    text-align: center;
    font-size: 3.5rem;
  }
}
.footer__sosyal {
  border-top: 0.1rem solid #777;
  padding-top: 2rem;
  width: 61%;
}
@media only screen and (max-width: 56.25em) {
  .footer__sosyal {
    width: 100%;
    float: none;
    text-align: center;
  }
}
.footer__sosyallink:link, .footer__sosyallink:visited {
  color: #777;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  transition: all .2s;
}
@media only screen and (max-width: 56.25em) {
  .footer__sosyallink:link, .footer__sosyallink:visited {
    font-size: 5rem;
  }
}
.footer__sosyallink:hover, .footer__sosyallink:active {
  color: #000;
  transform: translateY(-0.3rem);
}

.ozel {
  margin-left: 6rem;
}
.ozel-copyright {
  margin-left: 16.2rem;
  margin-top: -2rem;
}
@media only screen and (max-width: 37.5em) {
  .ozel-copyright {
    margin-left: 1rem;
  }
}
@media only screen and (max-width: 56.25em) {
  .ozel-copyright {
    margin-left: 1rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .ozel {
    margin-left: 1rem;
  }
}
@media only screen and (max-width: 56.25em) {
  .ozel {
    margin-left: 1rem;
  }
}

.iletisim-icon {
  background-image: linear-gradient(to right, #fdfdfd, #e0dfdf);
  -webkit-background-clip: text;
  color: transparent;
  font-size: 5.5rem;
  transition: all .2s ease-in-out;
}
@media only screen and (max-width: 37.5em) {
  .iletisim-icon {
    font-size: 13.5rem;
  }
}
@media only screen and (max-width: 56.25em) {
  .iletisim-icon {
    font-size: 13.5rem;
  }
}

.ozel-iletisim {
  margin-left: 16rem;
  margin-top: -3rem;
}
@media only screen and (max-width: 37.5em) {
  .ozel-iletisim {
    margin-left: 5rem;
    margin-top: 1rem;
    padding: .5rem 2rem .2rem 1.5rem;
  }
}
@media only screen and (max-width: 56.25em) {
  .ozel-iletisim {
    margin-left: 5rem;
    margin-top: 1rem;
    padding: .5rem 2rem .2rem 1.5rem;
  }
}
.ozel-iletisim__yazi {
  color: #e0e0e0;
  font-weight: 600;
  font-family: sans-serif;
  font-size: 4.2rem;
  /*margin-left: 6rem;*/
  margin-top: -3.5rem;
}
@media only screen and (max-width: 56.25em) {
  .ozel-iletisim__yazi {
    font-size: 5.2rem;
    margin-left: 0rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .ozel-iletisim__yazi {
    font-size: 5.2rem;
    margin-left: 0rem;
  }
}

.iletisim-bg-tel {
  border-radius: .5rem;
  padding: .5rem 3rem .5rem;
}
@media only screen and (max-width: 37.5em) {
  .iletisim-bg-tel {
    text-align: center;
  }
}
@media only screen and (max-width: 56.25em) {
  .iletisim-bg-tel {
    text-align: center;
  }
}

.iletisim-bg-mail {
  background: #191919;
  border-radius: .5rem;
  padding: .5rem 1rem .5rem;
}
@media only screen and (max-width: 37.5em) {
  .iletisim-bg-mail {
    text-align: center;
  }
}
@media only screen and (max-width: 56.25em) {
  .iletisim-bg-mail {
    text-align: center;
  }
}

.menu__checkbox {
  display: none;
}
.menu__buton {
  background-color: #fff;
  height: 7rem;
  width: 7rem;
  position: fixed;
  top: 3rem;
  right: 6rem;
  border-radius: 50%;
  z-index: 200;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.1);
  text-align: center;
  cursor: pointer;
}
@media only screen and (max-width: 56.25em) {
  .menu__buton {
    top: 4rem;
    right: 4rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .menu__buton {
    top: 3rem;
    right: 3rem;
    height: 12rem;
    width: 12rem;
  }
}
.menu__arkaplan {
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  position: fixed;
  top: 3.5rem;
  right: 6.5rem;
  /*background-image: radial-gradient($anarenk-acik-mavi,$anarenk-koyu-mavi);*/
  background: #010101;
  font-weight: 100;
  z-index: 100;
  transition: transform 0.8s cubic-bezier(0.86, 0, 0.07, 1);
}
@media only screen and (max-width: 56.25em) {
  .menu__arkaplan {
    top: 4.5rem;
    right: 4.5rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .menu__arkaplan {
    /*top: 3.5rem;*/
    right: 3.5rem;
  }
}
.menu__nav {
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 150;
  opacity: 0;
  width: 0;
  transition: all 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.menu__list {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  list-style: none;
  text-align: center;
  display: none;
}
.menu__item {
  margin: 1rem;
}
.menu__link:link, .menu__link:visited {
  display: block;
  font-size: 3rem;
  font-weight: 300;
  padding: 1rem 2rem;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  background-image: linear-gradient(120deg, transparent 0%, transparent 50%, #fff 50%);
  background-size: 220%;
  transition: all .4s;
}
@media only screen and (max-width: 56.25em) {
  .menu__link:link, .menu__link:visited {
    font-size: 4rem;
    font-weight: 600;
  }
}
@media only screen and (max-width: 37.5em) {
  .menu__link:link, .menu__link:visited {
    font-size: 4rem;
    font-weight: 600;
  }
}
.menu__link:hover, .menu__link:active {
  background-position: 100%;
  color: #494949;
  transform: translateX(1rem);
}
.menu__checkbox:checked ~ .menu__arkaplan {
  transform: scale(80);
}
.menu__checkbox:checked ~ .menu__nav {
  opacity: 1;
  width: 100%;
}
.menu__icon {
  position: relative;
  margin-top: 3.7rem;
}
.menu__icon, .menu__icon::before, .menu__icon::after {
  width: 3rem;
  height: .2rem;
  background-color: #333;
  display: inline-block;
}
@media only screen and (max-width: 37.5em) {
  .menu__icon, .menu__icon::before, .menu__icon::after {
    width: 7rem;
    height: .2rem;
    background-color: #333;
    display: inline-block;
    top: 10px;
  }
}
.menu__icon::before, .menu__icon::after {
  content: "";
  position: absolute;
  left: 0;
  transition: all .2s;
}
.menu__icon::before {
  top: -.8rem;
}
.menu__icon::after {
  top: .8rem;
}
.menu__buton:hover .menu__icon::before {
  top: -1rem;
}
.menu__buton:hover .menu__icon::after {
  top: 1rem;
}
.menu__checkbox:checked + .menu__buton .menu__icon {
  background-color: transparent;
}
.menu__checkbox:checked + .menu__buton .menu__icon::before {
  top: 0;
  transform: rotate(135deg);
}
.menu__checkbox:checked + .menu__buton .menu__icon::after {
  top: 0;
  transform: rotate(-135deg);
}

/* clearfix */
.owl-carousel .owl-wrapper:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: ".";
  line-height: 0;
}

/* display none until init */
.owl-carousel {
  position: relative;
  display: none;
  width: 100%;
  -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
  position: relative;
  display: none;
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

.owl-carousel .owl-wrapper-outer2 {
  position: relative;
  overflow: hidden;
  width: 100%;
  display: flex;
}

.owl-carousel .owl-wrapper-outer2.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
  float: left;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}

.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing {
  cursor: url(../images/grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
}

.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center;
}

/* 
 *  Owl Carousel CSS3 Transitions 
 *  v1.3.2
 */
.owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x: 50%;
  -webkit-perspective-origin-y: 50%;
  -moz-perspective: 1200px;
  -moz-perspective-origin-x: 50%;
  -moz-perspective-origin-y: 50%;
  perspective: 1200px;
}

/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}

.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}

/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}

.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}

/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}

.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}

/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}

/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {
    opacity: 1;
  }
}
@-moz-keyframes empty {
  0% {
    opacity: 1;
  }
}
@keyframes empty {
  0% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes backSlideOut {
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
}
@-moz-keyframes backSlideOut {
  25% {
    opacity: .5;
    -moz-transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%);
  }
}
@keyframes backSlideOut {
  25% {
    opacity: .5;
    transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%);
  }
}
@-webkit-keyframes backSlideIn {
  0%,
    25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0);
  }
}
@-moz-keyframes backSlideIn {
  0%,
    25% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateZ(0) translateX(0);
  }
}
@keyframes backSlideIn {
  0%,
    25% {
    opacity: .5;
    transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    transform: translateZ(0) translateX(0);
  }
}
@-webkit-keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(0.8);
  }
}
@-moz-keyframes scaleToFade {
  to {
    opacity: 0;
    -moz-transform: scale(0.8);
  }
}
@keyframes scaleToFade {
  to {
    opacity: 0;
    transform: scale(0.8);
  }
}
@-webkit-keyframes goDown {
  from {
    -webkit-transform: translateY(-100%);
  }
}
@-moz-keyframes goDown {
  from {
    -moz-transform: translateY(-100%);
  }
}
@keyframes goDown {
  from {
    transform: translateY(-100%);
  }
}
@-webkit-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}
@-moz-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -moz-transform: scale(1.5);
  }
}
@keyframes scaleUpFrom {
  from {
    opacity: 0;
    transform: scale(1.5);
  }
}
@-webkit-keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}
@-moz-keyframes scaleUpTo {
  to {
    opacity: 0;
    -moz-transform: scale(1.5);
  }
}
@keyframes scaleUpTo {
  to {
    opacity: 0;
    transform: scale(1.5);
  }
}
/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div {
  display: inline-block;
  margin: 5px;
  padding: 3px 10px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #869791;
  color: #FFF;
  font-size: 12px;
  opacity: 0.5;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
}

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  text-decoration: none;
  opacity: 1;
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
}

/* Styling Pagination*/
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
}

.owl-theme .owl-controls .owl-page span {
  display: block;
  margin: 5px 7px;
  width: 12px;
  height: 12px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #869791;
  opacity: 0.5;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  opacity: 1;
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
}

/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers {
  padding: 2px 10px;
  width: auto;
  height: auto;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  color: #FFF;
  font-size: 12px;
}

/* preloading images */
.owl-item.loading {
  min-height: 150px;
  background: url(../images/AjaxLoader.gif) no-repeat center center;
}

/* CUSTOM USER OPTIONS */
.carousel-container {
  width: 100%;
  margin-top: 50px;
}

.item {
  margin: 0;
  background: #fff;
  color: #f0f0f0;
  border-radius: 10px;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
}
@media only screen and (max-width: 56.25em) {
  .item {
    font-size: 4.5rem;
  }
}

.item img {
  width: 100%;
}

.item h4 {
  margin-top: 20px;
  color: #565656;
  font-size: 2.7rem;
  font-family: "poppins";
}
@media only screen and (max-width: 56.25em) {
  .item h4 {
    font-size: 6.7rem;
  }
}

.item h6 {
  padding-bottom: 30px;
  color: #777;
  font-size: 1.8rem;
  font-family: "poppins";
}
@media only screen and (max-width: 56.25em) {
  .item h6 {
    font-size: 3.8rem;
  }
}

.customNavigation {
  display: none;
  margin-top: -25px;
  text-align: center;
}

.customNavigation .btn {
  margin: 0;
  position: relative;
  display: inline-block;
  overflow: visible;
  padding: 0.8em 1.1em;
  width: 50%;
  float: left;
  border: 0;
  box-shadow: none;
  color: #fff;
  text-transform: uppercase;
  text-shadow: none;
  font-size: 20px;
  cursor: crosshair;
  -webkit-transition: all .1s ease-in 0s;
  -moz-transition: all .1s ease-in 0s;
  -o-transition: all .1s ease-in 0s;
  -webkit-font-smoothing: antialiased;
  background: #333;
}

.customNavigation .btn:hover {
  background: #222;
}

.hoverfx {
  position: relative;
  display: block;
  overflow: hidden;
  text-align: center;
}

.hoverfx img {
  position: absolute;
  left: 0;
  width: 100%;
  border-radius: 10px;
  margin-left: 1px;
  filter: alpha(opacity=40);
  opacity: 0.6;
  transition: all .5s ease-out;
}
.hoverfx img:hover {
  opacity: 1;
  transform: translateY(5px);
}

.hoverfx:before {
  display: inline-block;
  padding-top: 80%;
  content: '';
  vertical-align: middle;
}

.hoverfx .figure {
  position: relative;
  z-index: 2;
  display: inline-block;
  padding: 12px;
  max-width: 60%;
  border: 3px solid #e9e9e9;
  color: #ecf0f1;
  vertical-align: middle;
  text-transform: uppercase;
  font-size: 1rem;
  opacity: 0;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
}

.hoverfx .overlay {
  position: absolute;
  top: 0;
  z-index: 1;
  padding: 50%;
  margin-left: 5px;
  border-radius: 10px;
  background: #fff;
  opacity: 0;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  display: none;
}

.item:hover .figure,
.item:hover .overlay {
  opacity: 1;
}

.form__grup {
  margin-bottom: .2rem;
}
.form__grup__grup:not(:last-child) {
  margin-bottom: .5rem;
}
.form__input {
  font-size: 1.5rem;
  font-family: inherit;
  padding: 1.3rem 2rem;
  border-radius: .2rem;
  color: inherit;
  background-color: rgba(255, 255, 255, 0.5);
  border: none;
  border-bottom: .3rem solid transparent;
  width: 90%;
  display: block;
  transition: all .3s;
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.1);
  border-bottom: 0.3rem solid #494949;
}
@media only screen and (max-width: 56.25em) {
  .form__input {
    font-size: 3.5rem;
    padding: 2.3rem 2rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .form__input {
    font-size: 3.5rem;
    padding: 2.3rem 2rem;
  }
}
.form__input:focus {
  outline: none;
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.1);
  border-bottom: 0.3rem solid #353535;
}
.form__input:focus:invalid {
  border-bottom: 0.3rem solid #050505;
}
.form__input::-webkit-input-placeholder {
  color: #999;
}
.form__label {
  font-size: 1.2rem;
  font-weight: 700;
  margin-left: 2rem;
  margin-top: .7rem;
  display: block;
  transition: all .3s;
}
.form__input:placeholder-shown + .form__label {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-4rem);
}
.form__radio-grup {
  width: 49%;
  display: inline-block;
  float: left;
  margin-bottom: 2rem;
}
.form__radio-input {
  display: none;
}
.form__radio-label {
  font-size: 1.6rem;
  cursor: pointer;
  position: relative;
  padding-left: 4.5rem;
}
.form__radio-buton {
  height: 3rem;
  width: 3rem;
  border: 0.5rem solid #353535;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  left: 0;
  top: -.4rem;
}
.form__radio-buton::after {
  content: "";
  display: block;
  height: 1.3rem;
  width: 1.3rem;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #353535;
  opacity: 0;
  transition: opacity .2s;
}
.form__radio-input:checked + .form__radio-label .form__radio-buton::after {
  opacity: 1;
}

.form-popup {
  padding: 0rem 5rem 0rem 5rem;
  text-align: center;
}
.form-popup__grup {
  margin-bottom: .2rem;
}
.form-popup__grup__grup:not(:last-child) {
  margin-bottom: .5rem;
}
.form-popup__input {
  font-size: 1.5rem;
  font-family: inherit;
  padding: 1.3rem 2rem;
  border-radius: .2rem;
  color: #1a1a1a;
  background-color: rgba(255, 255, 255, 0.5);
  border: none;
  border-bottom: .3rem solid transparent;
  width: 100%;
  display: block;
  transition: all .3s;
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.1);
  border-bottom: 0.3rem solid #494949;
}
@media only screen and (max-width: 56.25em) {
  .form-popup__input {
    font-size: 3.5rem;
    padding: 2.3rem 2rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .form-popup__input {
    font-size: 3.5rem;
    padding: 2.3rem 2rem;
  }
}
.form-popup__input:focus {
  outline: none;
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.1);
  border-bottom: 0.3rem solid #353535;
}
.form-popup__input:focus:invalid {
  border-bottom: 0.3rem solid #050505;
}
.form-popup__input::-webkit-input-placeholder {
  color: #999;
}
.form-popup__label {
  font-size: 1.2rem;
  font-weight: 700;
  margin-left: 2rem;
  margin-top: .7rem;
  display: block;
  transition: all .3s;
}
.form-popup__input:placeholder-shown + .form-popup__label {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-4rem);
}
.form-popup__radio-grup {
  width: 49%;
  display: inline-block;
  float: left;
  margin-bottom: 2rem;
}
.form-popup__radio-input {
  display: none;
}
.form-popup__radio-label {
  font-size: 1.6rem;
  cursor: pointer;
  position: relative;
  padding-left: 4.5rem;
}
.form-popup__radio-buton {
  height: 3rem;
  width: 3rem;
  border: 0.5rem solid #353535;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  left: 0;
  top: -.4rem;
}
.form-popup__radio-buton::after {
  content: "";
  display: block;
  height: 1.3rem;
  width: 1.3rem;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #353535;
  opacity: 0;
  transition: opacity .2s;
}
.form-popup__radio-input:checked + .form-popup__radio-label .form-popup__radio-buton::after {
  opacity: 1;
}

.popup {
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: all .3s;
}
.popup:target {
  opacity: 1;
  visibility: visible;
}
.popup__kapat:link, .popup__kapat:visited {
  color: #000;
  position: absolute;
  top: 0rem;
  right: 1.5rem;
  font-size: 4rem;
  display: inline-block;
  transition: all .2s;
}
@media only screen and (max-width: 56.25em) {
  .popup__kapat:link, .popup__kapat:visited {
    font-size: 7rem;
  }
}
.popup__kapat:hover {
  color: #050505;
}
.popup__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30%;
  height: 50rem;
  background-color: #fff;
  box-shadow: 0 2rem 4rem rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 56.25em) {
  .popup__content {
    width: 80%;
    height: 80rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .popup__content {
    width: 80%;
    height: 80rem;
  }
}

.aviso-de-privacidad{
  padding: 10em;
  text-align: justify ;
}