* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: 'Dosis', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

.container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.wrapper {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 70px 15px;
}

@-webkit-keyframes cember {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes cember {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

h2 {
  font-size: 45px;
  color: #79bcb7;
}

.header {
  z-index: 2;
}

.header .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px 15px;
}

.header .wrapper .logo {
  width: 240px;
}

.header .wrapper .logo img {
  width: 100%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

.header .wrapper .gun {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header .wrapper .gun .sayi {
  font-size: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #494b53;
  margin-right: 10px;
  font-weight: 450;
}

.header .wrapper .gun .sayi::before {
  content: '';
  width: 25px;
  height: 50px;
  background: url("../img/kucuk/kronometre.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  left: 5px;
  position: relative;
}

.header .wrapper .gun > span {
  background: #8ccdca;
  color: #fff;
  -webkit-box-shadow: inset 16px 0px 26px -15px rgba(114, 114, 114, 0.75);
          box-shadow: inset 16px 0px 26px -15px rgba(114, 114, 114, 0.75);
  font-weight: 600;
  width: 60px;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 900;
  font-size: 20px;
}

.giris {
  position: relative;
}

.giris .wrapper {
  position: relative;
  padding: 0;
}

.giris .bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.giris .bg::before {
  content: '';
  width: 60%;
  height: 300%;
  position: absolute;
  background: #fff;
  top: -115%;
  left: -25vw;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.giris .bg img {
  -o-object-fit: cover;
     object-fit: cover;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  z-index: -1;
}

.giris .bg img:nth-child(1) {
  width: 30%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -2;
}

.giris .bg img:nth-child(2) {
  width: 70%;
}

.giris .content {
  position: absolute;
  top: 0;
  width: 30%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.giris .content h2 {
  color: #89bab7;
  font-size: 50px;
  font-family: "Open Sans", Helvetica, sans-serif;
  margin-top: 25px;
}

.giris .content h2 span {
  background: #494b53;
  color: #fff;
  padding: 0px 10px;
}

.giris .content .btn {
  background: #484b53;
  color: #fff;
  padding: 15px 80px;
  font-size: 30px;
  text-decoration: none;
  margin-top: auto;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  margin-bottom: 30%;
}

.giris .content .btn:hover {
  margin-left: 10px;
}

.hedef {
  color: #494b53;
  background: #e8e8e8;
}

.hedef .wrapper > p {
  font-size: 22px;
  font-weight: 450;
  line-height: 150%;
  margin: 20px 0;
}

.hedef .wrapper .hedefler {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 50px 0;
}

.hedef .wrapper .hedefler .hedef-ic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.hedef .wrapper .hedefler .hedef-ic:hover h3 {
  -webkit-animation-name: cember;
          animation-name: cember;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}

.hedef .wrapper .hedefler .hedef-ic h3 {
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  margin: 20px 0;
  background: #79bcb7;
  width: 100px;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 40px;
  color: #fff;
  border-radius: 999px;
}

.hedef .wrapper .hedefler .hedef-ic h3 > span {
  font-size: 20px;
  margin-top: auto;
  margin-bottom: 30px;
  font-weight: 400;
}

.hedef .wrapper .hedefler .hedef-ic > p {
  font-size: 20px;
}

.hedef .wrapper .hedefler .hedef-ic:nth-child(2) {
  margin: 0 40px;
}

.nedir {
  position: relative;
  color: #484b53;
}

.nedir::after {
  content: '';
  width: 25%;
  height: 100%;
  background-image: url("../img/sag.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: 0;
  top: 0;
}

.nedir .wrapper p {
  width: 75%;
  line-height: 150%;
  font-size: 20px;
  font-weight: 600;
  margin: 20px 0;
}

.sistemler {
  background: #e8e8e8;
}

.sistemler .wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
}

.sistemler .wrapper .sistem {
  background: #79bcb7;
  padding: 30px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.sistemler .wrapper .sistem:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.sistemler .wrapper .sistem .sistem-ad {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.sistemler .wrapper .sistem h2 {
  color: #fff;
  font-weight: 450;
}

.sistemler .wrapper .sistem p {
  color: #fff;
  font-weight: 450;
  font-size: 20px;
  margin: 10px 0;
}

.maximal {
  background: #484b53;
  color: #fff;
}

.maximal .wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
}

.maximal .wrapper > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.maximal .wrapper .sol h2 span {
  color: #fff;
}

.maximal .wrapper .sol p {
  font-weight: 450;
  font-size: 20px;
  line-height: 200%;
  margin: 20px 0;
}

.maximal .wrapper .sol p span {
  color: #79bcb7;
}

.maximal .wrapper .sag .birim {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 20px 0;
}

.maximal .wrapper .sag .birim:first-child {
  margin-top: 0;
}

.maximal .wrapper .sag .birim .num {
  font-size: 60px;
  font-weight: 100;
  border: 2px solid #fff;
  width: 100px;
  height: 100px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 20px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.maximal .wrapper .sag .birim .num:hover {
  background: #fff;
  color: #484b53;
}

.maximal .wrapper .sag .birim > p {
  font-weight: 450;
  font-size: 20px;
}

.yeniden .wrapper {
  text-align: center;
  color: #494b53;
}

.yeniden .wrapper h2 {
  color: #79bcb7;
}

.yeniden .wrapper .icerik {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: justify;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 40px 0;
}

.yeniden .wrapper .icerik p {
  font-size: 30px;
  line-height: 150%;
  margin-right: 50px;
}

.nedenvar {
  background: #e8e8e8;
}

.nedenvar .wrapper {
  color: #484b53;
}

.nedenvar .wrapper .nedenler {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  grid-gap: 50px;
  margin: 70px 0;
}

.nedenvar .wrapper .nedenler .neden {
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-size: 20px;
  font-weight: 450;
  line-height: 150%;
}

.nedenvar .wrapper .nedenler .neden:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-animation-name: cember;
          animation-name: cember;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}

.nedenvar .wrapper .nedenler .neden img {
  margin: 20px 0;
}

.not {
  background: #484b53;
  color: #fff;
  font-size: 25px;
  font-weight: 600;
  text-align: center;
  line-height: 150%;
}

.not span {
  color: #8ccdca;
  font-weight: 900;
}

.seanssonuc {
  position: relative;
}

.seanssonuc::before {
  content: '';
  width: 25%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url("../img/deniz1.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.seanssonuc::after {
  content: '';
  width: 25%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background-image: url("../img/deniz2.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.seanssonuc .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.dahasaglikli {
  background: #79bcb7;
  padding-top: 160px;
}

.dahasaglikli .wrapper {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.dahasaglikli .text {
  font-size: 70px;
  color: #fff;
  font-weight: 900;
  padding: 60px;
}

.dahasaglikli img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.dahasaglikli .kadin {
  position: relative;
  bottom: -5px;
}

.dahasaglikli .kadin .varmisin {
  position: absolute;
  top: -10%;
  left: -60%;
}

.kapanis {
  position: relative;
  background: #e8e8e8;
  height: 800px;
  color: #494b53;
  z-index: 0;
}

.kapanis .gri-kose {
  position: absolute;
  top: 0;
  left: 0;
  width: 400px;
  height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.kapanis .gri-kose img {
  -o-object-fit: fill;
     object-fit: fill;
}

.kapanis .gri-kose::after {
  content: '';
  width: 150px;
  height: 150px;
  background-image: url("../img/kucuk/uyari.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50px;
  left: 50px;
  z-index: 3;
}

.kapanis .yesil-kose {
  position: absolute;
  bottom: 0;
  right: 0;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  width: 400px;
  z-index: -1;
}

.kapanis .wrapper {
  height: 100%;
  width: 60%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 2;
  position: relative;
}

.kapanis .wrapper .digerleri {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.kapanis .wrapper .digerleri a {
  margin: 30px;
  border: 2px solid #79bcb7;
  width: 120px;
  height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  font-weight: 450;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  color: #79bcb7;
}

.kapanis .wrapper .digerleri a:hover {
  background-color: #79bcb7;
  color: #fff;
}

footer {
  background: #484b53;
}

footer .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0;
  color: #fff;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 18px;
}

footer .wrapper a {
  color: #fff;
  text-decoration: none;
  font-weight: 450;
}

@media screen and (max-width: 1000px) {
  .giris .content h2 {
    font-size: 30px;
  }
  .giris .content .btn {
    font-size: 15px;
    white-space: nowrap;
  }
  .dahasaglikli .text {
    font-size: 40px;
  }
  .dahasaglikli img {
    width: 100%;
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }
  .kapanis .wrapper {
    font-size: 40px;
    padding-bottom: 100px;
  }
  .kapanis .wrapper .digerleri {
    margin-top: 30px;
  }
  .kapanis .wrapper .digerleri a {
    width: 100px;
    height: 100px;
    margin: 5px;
  }
}

@media screen and (max-width: 800px) {
  .giris .content h2 {
    font-size: 20px;
  }
  .nedir .wrapper p {
    width: 100%;
  }
  .nedir::after {
    display: none;
  }
  .sistemler .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .sistemler .wrapper .sistem {
    width: 100%;
  }
  .yeniden .wrapper .icerik {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .seanssonuc .wrapper img {
    width: 50%;
  }
  .kapanis .wrapper {
    font-size: 25px;
  }
  .kapanis .wrapper .digerleri {
    margin-bottom: 100px;
  }
}

@media screen and (max-width: 600px) {
  .header .wrapper .logo {
    width: 150px;
  }
  .giris .bg::before {
    left: -40%;
  }
  .giris .content {
    padding: 0 5px;
  }
  .giris .content h2 {
    font-size: 16px;
    margin-top: 0;
  }
  .giris .content .btn {
    font-size: 15px;
    padding: 5px 10px;
  }
  .sistemler .wrapper .sistem .sistem-ad {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .hedefler {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .maximal .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .maximal .wrapper > div {
    width: 100%;
  }
  .yeniden .wrapper .icerik p {
    margin-right: 0;
  }
  .yeniden .wrapper .icerik img {
    margin-top: 50px;
    width: 100%;
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }
  .nedenvar .wrapper .nedenler {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .seanssonuc .wrapper img {
    width: 70%;
  }
  .dahasaglikli {
    padding-top: 0;
  }
  .dahasaglikli .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .dahasaglikli .kadin .varmisin {
    left: 0;
    bottom: 250px;
  }
  .dahasaglikli .kadin .varmisin img {
    width: 150px;
  }
  .kapanis {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
  .kapanis .wrapper {
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 18px;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .kapanis .wrapper .digerleri {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
  .kapanis .gri-kose {
    height: 150px;
    background: #484b53;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: unset;
    width: 100%;
  }
  .kapanis .gri-kose::after {
    position: unset;
    background-image: contain;
    background-size: 50% 50%;
  }
  .kapanis .gri-kose img {
    display: none;
  }
  .kapanis .yesil-kose {
    display: none;
  }
  footer .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
/*# sourceMappingURL=style.css.map */