.poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.poppins-thin-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.poppins-extralight-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.poppins-light-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.poppins-regular-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.poppins-medium-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.poppins-semibold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.poppins-bold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.poppins-extrabold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.poppins-black-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: italic;
}

html {
  padding-top: 0;
}
section {
  padding: 40px 0px;
}
li {
  list-style: disc;
}

.header-area img {
  max-width: 20%;
}

.gray-bg {
  background: #f5f6f8;
}
.logo {
  padding-left: 0;
}
.logo img {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .logo {
    /* padding-left: 17%; */
  }
}

.background {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #f5f6f8;
  background-image: repeating-radial-gradient(
      circle at 0 0,
      transparent 0,
      #f5f6f8 10px
    ),
    repeating-linear-gradient(hsla(0, 0%, 85.5%, 0.3333333333333333), #dadada);
  opacity: 0.45;
}
.hero-gorsel img {
  border-radius: 25px;
  max-width: 600px;
}
.hero-text {
  line-height: 2.5rem !important;
  margin: 0px 0px 24px 0px;
  font-size: 37px !important;
  padding: 0px 125px 0px 0px;
  color: #333;
  max-width: 664px;
  font-weight: 600;
}
@media (max-width: 992px) {
  .hero-text {
    padding: 0;
    font-size: 16px !important;
    line-height: 20px !important;
    margin-bottom: 0;
    padding: 20px 0px;
  }
}
.justify-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.header-area {
  position: relative;
  z-index: 1;
}
.landing-form {
  background: white;
  padding: 25px;
  border-radius: 25px;
  /* box-shadow: 0px 0px 10px #ff4c00; */
  max-width: 405px;
}

.landing-form .form-bottom {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.landing-form .contact-title {
  font-size: 1rem;
  font-weight: 700;
  color: black;
}

.landing-form .contact-title::before {
  content: none;
}
.landing-form textarea#message {
  height: 50px;
}
.landing-section-title {
  font-size: 32px;
  font-weight: 600;
  letter-spacing: -1.5px;
  position: relative;
  justify-content: center;
  display: flex;
  margin-bottom: 45px;
}

.landing-references .row {
  display: flex;
  justify-content: center;
  align-items: center;
}

.landing-section-title::after {
  position: absolute;
  content: "";
  width: 100px;
  height: 3px;
  background: #ff4c00;
  bottom: -5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.landing-references img {
  border-radius: 15px;
}

.mb20 {
  margin-bottom: 30px;
}

.landing-yilan .desc ul {
  padding: 25px;
}

.landing-yilan .desc ul li {
  margin-bottom: 10px;
}

.landing-yilan .desc ul {
  padding: 25px;
}

.landing-yilan .desc ul li {
  margin-bottom: 10px;
}

.landing-yilan .desc ul li::marker {
  color: #ff4c00;
}
.landing-yilan img {
  border-radius: 20px;
}
.landing-yilan .desc {
  padding: 20px 0px;
}

.numbers-infos {
  background: white;
  padding: 40px 55px 40px;
  border-radius: 25px;
  transition: all 0.4s ease;
}
.numbers-infos:hover {
  transform: translateY(-10px);
}
.numbers-number {
  font-size: 49px;
  line-height: normal;
  color: #d80611;
  font-weight: 600;
}

.numbers-title {
  color: #000000;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 75px;
}

.pd100 {
  padding: 0px 100px 0px 100px;
}

@media (max-width: 992px) {
  .numbers0 {
    padding: 0;
  }
  .numbers0 .numbers-infos {
    margin-bottom: 15px;
  }
}

.pd50 {
  padding: 0px 50px;
}

.why-infos {
  padding: 45px 35px;
  text-align: center;
  border: 1px solid #ff4c00;
  border-radius: 25px;
  transition: all 0.4s ease;
}
.why-infos:hover {
  transform: translateY(-10px);
}

.why-icon i {
  font-size: 64px;
  color: #ff4c00;
}

.why-title {
  font-size: 14px;
  font-weight: 600;
  margin: 30px 0px 20px 0px;
}

.pdrow {
  padding: 0px 250px;
}

@media (max-width: 992px) {
  .pd-destek {
    padding: 0;
  }
  .pd-destek .why-infos {
    margin-bottom: 20px;
  }
}
.cta-area {
  background: #aee5d4;
  padding: 50px;
  border-radius: 25px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.pd40 {
  padding: 40px 100px;
}

.cta-area img {
  max-width: 450px;
  text-align: center;
  border-radius: 25px;
  position: relative;
}
.popup-video {
  text-align: center;
  display: flex;
  justify-content: center;
  padding: 45px 0px;
}

.cta-area .tops {
  padding: 0px 55px;
  font-size: 23px;
  font-weight: 600;
  line-height: 38px;
}

.cta-area .bottoms {
  padding: 0px 55px;
}
.cta-infos {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.bottom-tops,
.bottoms-bottom {
  font-weight: 600;
}

.bottom-tops {
  margin-bottom: 5px;
}

.cta-first {
  position: absolute;
  border-radius: 50%;
  border: 1.5px solid #20b889;
  top: -266px;
  width: 434px;
  height: 434px;
  left: 147px;
}
.cta-midle {
  position: absolute;
  border-radius: 50%;
  border: 1.5px solid #20b889;
  bottom: -114px;
  left: -175px;
  width: 434px;
  height: 434px;
}

.cta-last {
  border: 1.5px solid #20b889;
  position: absolute;
  border-radius: 50%;
  width: 291px;
  height: 291px;
  right: unset;
  left: 242px;
  bottom: -154px;
}
.landing-cta {
  padding: 0;
}
@media (min-width: 992px) {
  .landing-swipers .testimonials-swipers-area {
    padding: 0;
  }
}

.landing-swipers {
  padding: 0 0px 100px 0px;
}

.queto {
  position: relative;
}

.queto img {
  position: absolute;
  left: -30px;
  top: -35px;
  width: 350px;
}

.cta-area span {
  border-color: white;
}

.cta-area {
  background: #ff4c00;
  color: white;
}
.services-box .why-infos {
  background: white;
}

.landing-sss .item {
  background: white;
  padding: 25px;
  margin-bottom: 10px;
  border-radius: 5px;
}
.pd-cta {
  padding: 0;
  margin-bottom: 25px;
}
.landing-sss .qus {
  font-size: 17px;
  font-weight: 600;
}

.landing-sss .qus {
  position: relative;
}

.landing-sss .qus:after {
  content: "\f105";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
}

.landing-sss .ans {
  padding: 20px 0px;
  display: none;
}
@media (max-width: 992px) {
  .pd-cta {
    padding: 0;
  }
  .cta-area {
    border-radius: 0;
  }
  .cta-area img {
    max-width: 350px;
  }
  .cta-area span {
    display: none;
  }
  .cta-area .tops {
    padding: 0;
    font-size: 18px;
  }
  .cta-area .bottoms {
    text-align: center;
  }
  .pd0 {
    padding: 0;
  }
  .landing-swipers .landing-section-title {
    margin-bottom: 80px;
  }
  .landing-cta {
    margin-bottom: 40px;
  }
}
a {
  text-decoration: none !important;
}

.form-btn {
  background: #ff4c00 !important;
}

.contact-form .form-item {
  border-radius: 10px !important;
  border: solid 1px #aee5d4!important;
}

.center {
  text-align: center;
  margin-bottom: 20px;
}

@media (max-width: 992px) {
  .fixedButton {
    display: block !important;
  }
  .fixedButton {
    bottom: 160px !important;
  }

  .form-btns {
    bottom: 90px !important;
  }
}

.d-blocks {
  display: block !important;
  font-size: 11px;
  font-weight: 600;
}

.pd0 {
  padding: 0 !important;
}

@media (min-width: 1366px) {
  .testimonial-box .name {
    top: 335px !important;
  }
}

.popup-video {
  position: relative;
}
.popup-video i {
  position: absolute;
  top: 39%;
  font-size: 70px;
}

.popup-video:hover {
  color: #ff4c00;
}

.numbers-infos {
  background: white;
  padding: 40px 55px 40px;
  border-radius: 25px;
  transition: all 0.4s ease;
  min-height: 398px;
}

.comments-title {
  margin-bottom: 15px;
  margin-top: 60px;
}

.pr-title {
  margin-bottom: 10px;
}

@media (max-width: 992px) {
  .hero-gorsel img {
    max-width: 100%;
  }
}

.header-area img {
  max-width: 100%;
}

@media (min-width: 992px) {
  .header-area img {
    max-width: 20%;
  }
}

@media (min-width: 992px) {
  .reverse-row {
    display: flex;
    flex-direction: row-reverse;
  }
}
