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

img {
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
.go-top{
  position: fixed;
  bottom: 2rem;
  right: 3rem;
  width: 45px;
  height: 45px;
  display:flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  background: #CA90C0;
  z-index: 999;
  display:none;
  cursor:pointer;
}
.go-top img{
  transform: rotate(90deg);
  width: 75%;
  height: 75%;
  object-fit: scale-down;
}
.header_x {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 3vh 3vw;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header_x .logo-side > h1 {
  color: #494b53;
  font-size: 4rem;
}

.header_x .logo-side > h1 > span {
  font-weight: 300;
}

.header_x .logo-side p {
  font-family: 'Dosis', sans-serif;
  color: #f1678d;
  font-size: 2.3rem;
  font-weight: bold;
}

.header_x .logo-side p > b {
  color: #fff;
  position: relative;
  font-family: 'Dosis', sans-serif;
  font-size: 2.3rem;
  font-weight: bold;
}

.header_x .logo-side p > b::before {
  content: '';
  background-color: #494b53;
  position: absolute;
  top: .2rem;
  left: -.1rem;
  width: 110%;
  height: 80%;
  z-index: -1;
}

.header_x .time-required {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header_x .time-required > h3 {
  font-size: 3rem;
  position: relative;
  color: #494b53;
}

.header_x .time-required > h3::before {
  content: '';
  background-image: url("../img/half-clock.png");
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  width: 50px;
  height: 100px;
  left: -2.2rem;
  top: -0.5rem;
  z-index: -1;
}

.header_x .time-required > p {
  background: #f1678d;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 550;
  padding: 3px 10px;
  position: relative;
  margin-left: 1rem;
}

.header_x .time-required > p::before {
  position: absolute;
  left: 0;
  top: -25%;
  content: '';
  width: 1px;
  height: 150%;
  background: #e2e2e2;
  -webkit-box-shadow: 4px 0px 10px #000000;
          box-shadow: 4px 0px 10px #000000;
  z-index: 2;
}

.heading_x {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 80vh;
  position: relative;
}

.heading_x .text_heading {
  padding: 3vh 3vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #fff;
  position: relative;
  z-index: 2;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;

}

.heading_x .text_heading::before {
  content: '';
  width: 250%;
  height: 100%;
  position: absolute;
  background: #494b53;
  left: -125%;
  top: 0;
  z-index: -1;
  -webkit-transform: skew(30deg);
          transform: skew(30deg);
}

.heading_x .text_heading > h2 {
  font-size: 3rem;
}

.heading_x .text_heading > a {
  font-size: 2rem;
  background: #fff;
  color: #494b53;
  text-decoration: none;
  font-weight: 550;
  padding: 10px 20px;
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-top: 70px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.heading_x .text_heading > a:hover {
  margin-left: 2rem;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.heading_x .heading_x_slider {
  cursor: -webkit-grab;
  cursor: grab;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.heading_x .heading_x_slider .swiper-slide {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  margin: 0;
  padding: 0;
}

.heading_x .heading_x_slider .swiper-button-next {
  background-color: #494b53;
  color: #fff;
  padding: 2rem;
}

.wrapper_x {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 7vh 7vw;
}

.wrapper_x > h2 {
  font-size: 3.5rem;
}

.wrapper_x > h3 {
  font-size: 2.5rem;
}

.wrapper_x > p {
  font-size: 1.5rem;
  font-weight: 500;
}

.hedef {
  background: #ebf3f2;
}

.hedef > h2 {
  color: #494b53;
}

.hedef > h3 {
  color: #f1678d;
  margin: 2rem 0;
}

.hedef > p {
  color: #494b53;
}

.hedef .percents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 5rem 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.hedef .percents .percent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 25%;
  margin: 0 1rem;
}

.hedef .percents .percent .deger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #f1678d;
  color: #fff;
  width: 7rem;
  height: 7rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100rem;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  cursor: default;
}

.hedef .percents .percent .deger:hover {
  background-color: #7fbcdd;
}

.hedef .percents .percent .deger > p {
  font-size: 4rem;
  font-weight: 600;
}

.hedef .percents .percent .deger > span {
  font-size: 2rem;
  margin-top: 2rem;
}

.hedef .percents .percent > p {
  font-weight: 550;
  color: #494b53;
  margin-top: 2rem;
  font-size: 1.3rem;
}

.yeniden-dog {
  background: #f1678d;
  color: #fff;
}

.yeniden-dog > p {
  font-weight: 100;
  margin: 2rem 0;
}

.yeniden-dog > p > strong {
  font-weight: 550;
}

.yeniden-dog > .adimlar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.yeniden-dog > .adimlar .adim {
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 2rem 0;
}

.yeniden-dog > .adimlar .adim .sayac {
  border: 1px solid #fff;
  width: 100px;
  height: 100px;
  text-align: center;
  line-height: 100px;
  font-size: 3.5rem;
  font-weight: 100;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  cursor: default;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.yeniden-dog > .adimlar .adim .sayac:hover {
  background: #fff;
  color: #f1678d;
}

.yeniden-dog > .adimlar .adim > p {
  font-size: 1.4rem;
  font-weight: 550;
  margin-left: 1rem;
}

.neler-var {
  background: #ebf3f2;
}

.neler-var > h2 {
  color: #494b53;
}

.neler-var > p {
  color: #696d73;
  font-weight: 500;
  margin: 1rem 0;
}

.neler-var .maddeler {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.neler-var .maddeler .madde {
  width: 32%;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #e5eeed;
  margin: 1rem 0;
  padding: 3rem;
  color: #494b53;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  cursor: default;
}

.neler-var .maddeler .madde:hover {
  background-color: #cad3d2;
}

.neler-var .maddeler .madde > .icon_x {
  width: 75px;
  height: 75px;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

.neler-var .maddeler .madde > h4 {
  font-size: 1.5rem;
  margin: 2rem 0;
}

.neler-var .prosedur {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 2rem 0;
}

.neler-var .prosedur .metin {
  width: 85%;
  margin-right: auto;
}

.neler-var .prosedur .metin > h3 {
  color: #f1678d;
  font-size: 2.2rem;
  text-align: justify;
}

.neler-var .prosedur .metin > p {
  color: #494b53;
  font-size: 1.7rem;
  font-weight: 500;
  margin: 1rem 0;
  text-align: justify;
}

.neler-var .prosedur .saat {
  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;
}

.neler-var .prosedur .saat img {
  margin-left: auto;
  width: 65%;
}

.yontem {
  background: #494c52;
  color: #fff;
}

.yontem > p {
  margin: 1rem 0;
}

.yontem > p.kutulu {
  background: #3d4044;
  padding: 2rem;
  font-weight: 550;
  text-align: center;
  font-size: 1.7rem;
}

.yontem > .yontemler {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 3rem 0;
}

.yontem > .yontemler .kutu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 33%;
  margin: .25rem 0;
  padding: 2rem;
  height: 400px;
  overflow: hidden;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  cursor: default;
}

.yontem > .yontemler .kutu:hover {
  -webkit-transform: skew(-1deg);
          transform: skew(-1deg);
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
}

.yontem > .yontemler .kutu:nth-child(1) {
  background: #e7a154;
}

.yontem > .yontemler .kutu:nth-child(2) {
  background: #da706c;
}

.yontem > .yontemler .kutu:nth-child(3) {
  background: #af74a5;
}

.yontem > .yontemler .kutu:nth-child(4) {
  background: #f1678d;
}

.yontem > .yontemler .kutu:nth-child(5) {
  background: #57aea4;
}

.yontem > .yontemler .kutu:nth-child(6) {
  background: #95a7b5;
}

.yontem > .yontemler .kutu .kutu_bas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4rem;
}

.yontem > .yontemler .kutu .kutu_bas > img {
  width: 120px;
  height: 120px;
}

.yontem > .yontemler .kutu .kutu_bas > h3 {
  font-size: 1.8rem;
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-left: 1rem;
  margin-bottom: 1rem;
}

.yontem > .yontemler .kutu .kutu_icerik {
  margin: 2rem 0;
  text-align: center;
  font-size: 1.3rem;
  font-weight: 100;
}

.p_bg {
  background-image: url("../img/p_bg.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 100%;
  height: 250px;
}

.sonuc {
  background: #ebf3f2;
}

.sonuc .enterance {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  margin-bottom: 5rem;
}

.sonuc .enterance > h2 {
  font-size: 3.5rem;
  padding: 10px;
  font-family: 'Kaushan Script', cursive;
  font-weight: 100;
}

.sonuc .enterance > h2:first-child {
  z-index: 0;
  background: #494c52;
  padding-right: 40px;
}

.sonuc .enterance > h2:last-child {
  z-index: 2;
  background: #f1678d;
  margin-left: -30px;
}

.sonuc .enterance > p {
  position: relative;
  text-align: center;
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
  font-size: 2.4rem;
  z-index: 1;
  color: #494b53;
  background: #d6e1e0;
  top: 35px;
  width: 200px;
  margin-left: -30px;
  line-height: 100px;
  font-weight: 100;
}

.sonuc .enterance > p > span {
  -webkit-transform: rotate(10deg);
          transform: rotate(10deg);
  display: block;
}

.sonuc > p {
  color: #494b53;
  text-align: center;
}

.sonuc .body-steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 3rem 0;
}

.sonuc .body-steps .body_x {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sonuc .body-steps .body_x img{
  width: 75%;
}

.sonuc .body-steps .body_x > ul {
  position: absolute;
  list-style: none;
}

.sonuc .body-steps .body_x > ul > li {
  margin: 3.8rem 0;
}

.sonuc .body-steps .body_x > ul.b_left {
  left: 1rem;
  top: 11.5rem;
}

.sonuc .body-steps .body_x > ul.b_right {
  right: 1rem;
  top: 12rem;
  text-align: right;
}

.degisim {
  background: #f1678d;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  overflow: hidden;
}

.degisim .degisim_text {
  width: 50%;
  padding: 7vh 7vw;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.degisim .degisim_text > h2 {
  font-size: 5.3vw;
  color: #fff;
}

.degisim .degisim_text > p {
  color: #fff;
  font-size: 2.3vw;
}

.degisim .woman {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50%;
}

.degisim .woman img {
  width: 100%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

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

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

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

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

.final {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.final.wrapper_x {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.final .final_box {
  width: 30%;
  margin: 2rem 0;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.final .final_box * {
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.final .final_box:nth-child(1):hover .circle_x .circle_top {
  top: -50px;
  left: -50px;
}

.final .final_box:nth-child(1) .circle_x {
  position: relative;
  border: 3px dashed #494b53;
  border-radius: 1000px;
  width: 150px;
  height: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.final .final_box:nth-child(1) .circle_x .circle_in {
  text-align: center;
  z-index: 2;
  color: #494c52;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.final .final_box:nth-child(1) .circle_x .circle_in strong {
  margin-top: -.8rem;
  font-size: 7rem;
}

.final .final_box:nth-child(1) .circle_x .circle_in span {
  margin-top: -2rem;
  font-size: 1.5rem;
}

.final .final_box:nth-child(1) .circle_x .circle_top {
  position: absolute;
  top: -40px;
  left: -40px;
  background: #f1678d;
  color: #fff;
  border-radius: 100px;
  width: 100px;
  height: 100px;
  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;
}

.final .final_box:nth-child(1) .circle_x .circle_top > span {
  font-size: 2rem;
}

.final .final_box:nth-child(1) .circle_x .circle_top > span strong {
  font-weight: 500;
  font-size: 3rem;
}

.final .final_box:nth-child(2):hover .circle_x .circle-half {
  -webkit-animation-name: rotateden;
          animation-name: rotateden;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}

.final .final_box:nth-child(2) .circle_x {
  background: #f1678d;
  width: 150px;
  height: 150px;
  border-radius: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #fff;
  position: relative;
}

.final .final_box:nth-child(2) .circle_x .circle-half {
  position: absolute;
  left: -10px;
  top: -10px;
  width: 100%;
  height: 100%;
  background-image: url("../img/icons/circle.png");
  background-repeat: no-repeat;
  background-size: contain;
}

.final .final_box:nth-child(2) .circle_x > p {
  font-weight: 600;
  font-size: 1.6rem;
  z-index: 2;
}

.final .final_box:nth-child(2) .circle_x > span {
  font-weight: 100;
  font-size: 1.5rem;
  z-index: 2;
}

.final .final_box:nth-child(2) .circle_x img {
  width: 65%;
}

.final .final_box:nth-child(3):hover .circle_x .circle-half {
  -webkit-animation-name: rotatedenx;
          animation-name: rotatedenx;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}

.final .final_box:nth-child(3) .circle_x {
  background: #f1678d;
  width: 150px;
  height: 150px;
  border-radius: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #fff;
  position: relative;
  text-align: left;
}

.final .final_box:nth-child(3) .circle_x .circle-half {
  position: absolute;
  left: -10px;
  top: -10px;
  width: 100%;
  height: 100%;
  background: url("../img/icons/circle.png");
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: rotate(-40deg);
          transform: rotate(-40deg);
}

.final .final_box:nth-child(3) .circle_x > p {
  font-weight: 600;
  font-size: 4rem;
  z-index: 2;
}

.final .final_box:nth-child(3) .circle_x > p > span {
  font-size: 2rem;
}

.final .final_box:nth-child(3) .circle_x > span {
  font-weight: 100;
  font-size: 1.5rem;
  z-index: 2;
}

.final .final_box:nth-child(3) .circle_x img {
  width: 65%;
}

.final .final_box > p {
  font-size: 1.5rem;
  color: #494c52;
  font-weight: 350;
  width: 75%;
  margin-top: 2rem;
}

.footer_x {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #494c52;
  color: #fff;
  padding: 3vh 3vw;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: center;
  font-size: 1.2rem;
  font-weight: 100;
}
.footer_x a{
  width: 200px;
  height: 65px;
  background: #000;
  display:flex;
  align-items: center;
  justify-content: center;
  margin: 0 1rem;
}

.footer_x a:nth-child(1){
  background: #E7A154;
}
.footer_x a:nth-child(2){
  background: #DA706C;
}
.footer_x a:nth-child(3){
  background: #95A7B5;
}

.footer_x strong {
  font-weight: 450;
}

.footer_x a {
  color: #fff;
  text-decoration: none;
  font-weight: 450;
}
.navbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #3a3f4f;
  color: #fff;
  z-index: 9999;

}

.navbar .logo {
  padding: 20px 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 20%;
  background: #67abcf;
}

.navbar .logo a {
  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;
}

.navbar .logo a img {
  width: 55%;
  height: 100%;
}

.navbar .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 9999;
}

.navbar .menu .menu-btn {
  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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 7vw;
  height: 100%;
  margin: 0 2px;
  cursor: pointer;
  text-decoration: none;
  color: #fff;
  font-size: .8vw;
  position: relative;
  transition: all .2s ease-in-out;
}
.navbar .menu .menu-btn:hover {
  filter: brightness(80%);
}
.navbar .menu .menu-btn .arama-box {
  position: absolute;
  top: 100%;
  background: #d96b8a;
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 6rem;
  width: 35vw;
  left: 0;
  z-index: 99;
}
.navbar .menu .menu-btn form{
  z-index: 999;
}
.navbar .menu .menu-btn .arama-box input {
  width: 100%;
  background: #c95c7b;
  border: none;
  color: #82364b;
  padding: 1rem;
  font-weight: 450;
  margin: 0 1rem;
  font-size: .9vw;
}

.navbar .menu .menu-btn .arama-box input::-webkit-input-placeholder {
  color: #82364b;
}

.navbar .menu .menu-btn .arama-box input:-ms-input-placeholder {
  color: #82364b;
}

.navbar .menu .menu-btn .arama-box input::-ms-input-placeholder {
  color: #82364b;
}

.navbar .menu .menu-btn .arama-box input::placeholder {
  color: #82364b;
}

.navbar .menu .menu-btn .arama-box > button {
  border: 1px solid #c55675;
  padding: 1rem 2rem;
  background: none;
  margin-right: 1rem;
  color: #82364b;
  font-size: .9vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar .menu .menu-btn .arama-box > button img {
  width: 1rem;
  -o-object-fit: scale-down;
  object-fit: scale-down;
  margin-bottom: 0;
  margin-right: .5rem;
}

.navbar .menu .menu-btn:nth-child(1) {
  background: #e59a39;
  margin-left: 4px;
}

.navbar .menu .menu-btn:nth-child(2) {
  background: #5fb2ad;
}

.navbar .menu .menu-btn:nth-child(3) {
  background: #C95D63;
}

.navbar .menu .menu-btn:nth-child(4) {
  background: #d96b8a;
}

.navbar .menu .menu-btn p {
  font-weight: 100;
}

.navbar .menu .menu-btn img {
  width: 2vw;
  height: 2vw;
  -o-object-fit: contain;
  object-fit: contain;
  margin-bottom: 10px;
}

.navbar .logreg {
  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-left: auto;
  margin-right: 3rem;
}

.navbar .logreg a {
  margin: 0 1rem;
  color: #fff;
  text-decoration: none;
  background: #000;
  width: 7vw;
  height: 60%;
  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;
}

.navbar .logreg a:nth-child(1) {
  background: #2a2f41;
}

.navbar .logreg a:nth-child(2) {
  background: #606575;
}
@media only screen and (max-width: 600px) {
  .navbar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .navbar .logo {
    padding: 10px;
    width: 100%;
  }
  .navbar .logo a {
    height: 3rem;
  }
  .navbar .logo a img {
    width: 100%;
    height: 100%;
    -o-object-fit: scale-down;
    object-fit: scale-down;
  }
  .navbar .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
  }
  .navbar .menu .menu-btn {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 3rem;
    font-size: .7rem;
    margin: 0;
    text-align: center;
    z-index: 999;
  }

  .navbar .menu .menu-btn:nth-child(1) {
    margin-left: 0;
  }
  .navbar .menu .menu-btn img {
    width: 100%;
    height: 1rem;
  }
  .navbar .menu .menu-btn .arama-box {
    position: fixed;
    left: -300%;
    right: unset;
    width: 100vw;
  }
  .navbar .menu .menu-btn .arama-box input {
    font-size: .8rem;
  }
  .navbar .menu .menu-btn .arama-box button {
    padding: 1rem 3px;
    font-size: .8rem;
  }
  .navbar .logreg {
    margin: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .navbar .logreg > a {
    margin: 0;
    width: 100%;
    height: 30px;
    font-size: .8rem;
  }
  .wrapper_x > h2 {
    font-size: 3rem;
  }
  .header_x {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 2rem 0;
  }
  .header_x .time-required {
    margin-top: 2rem;
  }
  .p_bg {
    overflow: hidden;
    object-fit: contain;
    background-size: cover;

  }
  .heading_x .text_heading{
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #F1678D;
  }
  .heading_x .text_heading a{
    background: #F1678D;
    color: #fff;
  }
  .heading_x .text_heading::before {
    display: none;
  }
  .heading_x .heading_x_slider .swiper-slide {
    background-size: cover;
  }
  .heading_x .heading_x_slider .swiper-button-prev {
    display: none;
  }
  .heading_x .heading_x_slider .swiper-button-next {
    display: none;
  }
  .hedef .percents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .hedef .percents .percent {
    width: 100%;
    margin: 2rem 0;
  }
  .yeniden-dog {
    overflow: hidden;
  }
  .yeniden-dog > .adimlar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .yeniden-dog > .adimlar > .adim {
    width: 100%;
  }
  .neler-var .maddeler {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .neler-var .maddeler .madde {
    width: 100%;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
  .neler-var .prosedur {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .neler-var .prosedur .metin {
    margin: 0;
    width: 100%;
  }
  .neler-var .prosedur .saat {
    margin: 2rem 0;
  }
  .neler-var .prosedur .saat img {
    margin: 0;
  }
  .yontem > .yontemler {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .yontem > .yontemler .kutu {
    width: 100%;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
  .yontem > .yontemler .kutu .kutu_bas {
    -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;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .yontem > .yontemler .kutu .kutu_bas > h3 {
    margin: 0;
    text-align: center;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    margin: 1rem 0;
  }
  .sonuc .enterance > h2 {
    font-size: 2.5rem;
  }
  .sonuc .enterance > p {
    font-size: 2rem;
    opacity: .9;
    padding: 0 5px;
    z-index: 3;
    top: 50px;
  }
  .sonuc .body-steps .body_x img{
    width: 110%;
  }

  .sonuc .body-steps .body_x ul {
    font-size: .7rem;
  }
  .sonuc .body-steps .body_x ul.b_left {
    left: -1.5rem;
    top: 5.5rem;
  }
  .sonuc .body-steps .body_x ul.b_right {
    right: -1.5rem;
    top: 5.5rem;
  }


  .sonuc .body-steps .body_x ul.b_left li{
    left: .7rem;
  }

  .sonuc .body-steps .body_x ul.b_left li:nth-child(1){
    bottom: .7rem;
  }
  .sonuc .body-steps .body_x ul.b_left li:nth-child(2){
    bottom: .5rem;
  }
  .sonuc .body-steps .body_x ul.b_left li:nth-child(4){
    bottom: -.2rem;
  }
  .sonuc .body-steps .body_x ul.b_left li:nth-child(5){
    bottom: -.4rem;
  }

  .sonuc .body-steps .body_x ul.b_right li{
    right: .7rem;
  }

  .sonuc .body-steps .body_x ul.b_right li:nth-child(1){
    bottom: .7rem;
  }
  .sonuc .body-steps .body_x ul.b_right li:nth-child(2){
    bottom: .5rem;
  }
  .sonuc .body-steps .body_x ul.b_right li:nth-child(4){
    bottom: -.2rem;
  }
  .sonuc .body-steps .body_x ul.b_right li:nth-child(5){
    bottom: -.4rem;
  }

  .sonuc .body-steps .body_x ul li {
    position: relative;
    margin: 1rem;
  }
  .sonuc .body-steps img {
    width: 300px;
  }
  .degisim {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .degisim .degisim_text {
    width: 100%;
  }
  .degisim .degisim_text h2 {
    font-size: 3REM;
  }
  .degisim .degisim_text p {
    font-size: 1.5rem;
  }
  .degisim .woman {
    right: 25%;
  }
  .degisim .woman > img {
    width: 150%;
  }
  .final.wrapper_x {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .final .final_box {
    width: 100%;
  }
  .footer_x {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .footer_x a{
    width: 100%;
    margin-top: 1rem;
  }
}
/*# sourceMappingURL=style.css.map */