.hero-section-container {
  display: flex;
  padding-top: 180px;
  padding-bottom: 180px;
  margin: 0 auto;
  font-family: "Lato", serif;
  text-align: center;
  max-width: 1180px;
  margin: 0 auto;
  padding: 16px;
}

section {
  padding-block: 100px;
  /* background-color: #f2f5f6; */
}

.hero-section-container h1 {
  font-weight: 700;
  font-size: 50px;
  margin-bottom: 10px;
}

.hero-section-highlight {
  color: #043a53;
}

.hero-section-subtext {
  margin: 0 auto;
  max-width: 60ch;
  font-size: 20px;
  margin-bottom: 20px;
  color: #55585e;
}

.hero-section-cta-buttons {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  margin: 20px 0;
}

.yanyana {
  display: flex;
  align-items: center;
  gap: 19px;
}

.hero-section-container .get-started {
  background-color: #043a53;
  color: white;
  border: none;
  padding: 10px 20px;
  font-size: 18px;
  border-radius: 55px;
  cursor: pointer;
  margin-right: 30px;
}
.hero-section-container .video-link {
  color: #043a53;
  text-decoration: none;
  font-size: 18px;
  font-weight: 50px;
}

.mavi-buton {
  background-color: #043a53;
  color: #ffffff;
  border-radius: 50px;
  padding: 20px;
}

@media (max-width: 800px) {
  .hero-section-container {
    flex-direction: column;
  }
  .hero-section-picture-2 {
    display: none;
  }
  .hero-section-picture {
    align-self: center;
  }
}

section {
  padding-block: 100px;
  /* background-color: #f2f5f6; */
}

.hero-section-container h1 {
  font-weight: 700;
  font-size: 50px;
}

@import url(./fonts.css);
ul li {
  list-style: none;
}
a {
  text-decoration: none;
}
.header-section {
  font-family: "Lato", sans-serif;
  width: 100%;
  height: 100px;
  display: grid;
  grid-template-areas: "L C B";
  gap: 1em;
  padding-block: 1.5em;
  padding-inline: 1.25em;
  background-color: #f2f5f6;
}

.header-section .logo-img {
  grid-area: L;
  display: flex;
  align-items: center;
}

.header-section .header-links ul {
  grid-area: C;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-block-start: 1em;
  gap: 5em;
}
.header-section .header-links ul li a {
  font-weight: 700;
  line-height: 1.2em;
  text-align: center;
  color: #12141d;
}
.header-section .header-links ul li:first-child a {
  color: #043a53;
  font-weight: 800;
}

.header-section .header-buttons {
  grid-area: B;
  display: flex;
  align-items: center;
  justify-self: center;
  gap: 1.875em;
}
.header-section .header-buttons .btn {
  width: 6.25em;
  height: 3.125em;
  border-style: none;
  border-radius: 2.6em;
  padding: 0.5em 1em;
}
.header-section .header-buttons .btn.login {
  background-color: #fff;
}
.header-section .header-buttons .btn.login a {
  color: #12141d;
  font-weight: 800;
  text-align: center;
}
.header-section .header-buttons .btn.signup {
  background-color: #043a53;
}
.header-section .header-buttons .btn.signup a {
  color: #ffff;
  font-weight: 800;
  text-align: center;
}

@media only screen and (min-width: 1280px) {
  .header-section {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1280px) {
  .header-section {
    font-size: 14px;
  }
  .header-section img {
    width: unset;
  }
  .header-section .header-links ul {
    gap: 3em;
  }
  .header-section .header-links ul {
    padding-block-start: 1.2em;
  }
  .header-section .header-links ul li a {
    font-size: 1.2em;
  }
}
@media only screen and (max-width: 1024px) {
  .header-section {
    font-size: 12px;
  }

  .header-section .header-links ul {
    gap: 2em;
  }
  .header-section .header-links ul {
    padding-block-start: 1.8em;
  }
  .header-section .header-links ul li a {
    font-size: 1.4em;
  }

  .header-section .header-buttons .btn {
    margin-inline-start: 1.2em;
    font-size: 1.3em;
  }
}

@media only screen and (max-width: 950px) {
  .header-section {
    height: fit-content;
    grid-template-areas:
      "L B"
      "C C";
  }

  .header-section .header-links {
    grid-column: 1 / -1;
    margin-top: 10px;
  }
  .header-section .header-links ul {
    padding-inline: 2em;
  }
  .header-section .header-links ul li a {
    font-size: 1.4em;
  }
}

@media only screen and (max-width: 500px) {
  .header-section {
    width: fit-content;
    font-size: 12px;
    grid-template-areas:
      "L"
      "B"
      "C";
    grid-template-columns: 1fr;
    justify-items: center;
  }
  .header-section .header-links ul {
    flex-wrap: wrap;
  }
  .header-section img {
    margin-block-end: 3em;
  }
}

/*Seher,[NO-8],start*/
.client-brands-section {
  background-color: #ffffff;
  margin: 0 auto;
}
.client-brands-flex {
  display: flex;
  gap: 64px;
  align-items: center;
  justify-content: center;
}
.client-brands-flex h3 {
  font-family: "Lato", serif;
  font-style: semibold;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #000;
}
.brands {
  flex-wrap: wrap;
  display: flex;
  gap: 64px;
  color: #787878;
}
@media only screen and (max-width: 650px) {
  .client-brands-flex h3 {
    font-size: 12px;
    line-height: 18px;
    margin-top: 45px;
  }
  .brands {
    flex-wrap: wrap;
    justify-content: center;
  }
  .client-brands-flex {
    flex-direction: column;
    gap: 20px;
  }
}

/*Seher,[NO-8],start*/

/*seher, [NO-19], start*/
.testimonial-section {
  font-family: "Lato", serif;
  margin: 0 auto;
  padding: 20px 20px;
}
.testimonial-section div {
  overflow: hidden;
}
.testimonial-section-header {
  display: flex;
  font-size: 60px;
  font-style: bold;
  font-weight: 700;
  line-height: 72px;
  letter-spacing: -2%;
}
.testimonial-section-header-flex {
  display: flex;
  justify-content: space-around;
  margin-top: 0px;
  align-items: center;
}
.seeall-flex {
  display: flex;
  gap: 16px;
  align-items: center;
}
.testimonials-seeall {
  font-weight: 700;
  font-size: 18px;
  font-style: bold;
  line-height: 28px;
}
.image-size {
  width: 24px;
  height: 24px;
}
.testimonials-box-flex {
  display: flex;
  gap: 32px;
  margin-top: 70px;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
}
.testimonials-box {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 24px 24px;
  max-width: 554px;
  min-width: 290px;
  border-radius: 16px;
  background-color: #f2f5f6;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.08);
  flex: 1;
}
.testimonials-box p {
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  text-align: left;
  text-underline-position: from-front;
}

.comment-double-quotes {
  width: 47px;
  height: 14px;
  opacity: 90%;
  font-size: 90px;
  color: #f0b73f;
  font-weight: 700;
  line-height: 70px;
}

.testimonials-box h3 {
  font-style: bold;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}
.testimonials-box h4 {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.photoflex {
  display: flex;
  gap: 10px;
  justify-content: last baseline;
}

.testimonials-carousel {
  display: flex;
  gap: 11px;
  justify-content: center;
  margin-top: 80px;
}

.white {
  width: 20px;
  height: 12px;
  border-radius: 10px;
  background-color: #d7e0e5;
}
.current {
  width: 80px;
  height: 12px;
  border-radius: 10px;
  background-color: #043a53;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.08);
}

@media (max-width: 600px) {
  .testimonials-box-flex {
    flex-wrap: none;
  }
}

/*seher, [NO-19], end*/

/*Seher, [NO-15], start*/

.number-section {
  display: flex;
  gap: 64px;
  justify-content: center;
  margin: 0 auto;
  max-width: 55%;
}
.numbers h1 {
  font-family: "Lato", serif;
  font-weight: 700;
  font-size: 60px;
  line-height: 72px;
  align-items: center;
  color: #043a53;
}
.numbers h2 {
  font-family: "Lato", serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #1e1e1e;
}
@media (max-width: 600px) {
  .number-section {
    display: flex;
    flex-wrap: wrap;
  }
}
/*Seher, [NO-15], end*/

/*seher,[NO-27],start*/
.credit-section {
  background-color: #f2f5f6;
}
.credit-section-width {
  max-width: 1440px;
  display: flex;
  padding-block: 50px;
  justify-content: space-around;
  font-family: "Lato", serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #92a7b0;
  margin: 0 auto;
}
.buttons {
  display: flex;
  gap: 40px;
}
.language {
  display: flex;
  gap: 2px;
}

@media (max-width: 645px) {
  .credit-section-width {
    flex-direction: column;
  }
  .buttons p {
    order: 1;
    margin: 0 auto;
  }
  .language {
    order: 2;
    align-items: center;
    justify-content: center;
    margin: 37px auto;
  }
  .copyright {
    order: 3;
    margin: 0 auto;
  }
}

/*seher,[NO-27],end*/

@import url(./fonts.css);

/*pelin/Video-Section-start*/
.video-section {
  font-family: "Lato", sans-serif;
  /* position: relative; */
  top: 6.25em; /*tasarıma göre top değeri arttırılabilir*/
  width: 100%;
  height: auto;
  background-color: #043a53;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5em;
  padding-block-start: 5em;
}
.video-section .video-header {
  width: 100%;
  max-width: 70.625em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.video-header .video-title {
  color: #ffffff;
  font-weight: 700;
  font-size: 3.75em;
  letter-spacing: -2%;
}
.video-section .video-header .video-title span {
  color: #f0b73f;
}
.video-header .video-description {
  max-width: 25em;
  font-size: 1.25em;
  color: #ffffff;
}
.video {
  position: relative;
}
.video-pause {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.video-pause .video-polygon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-40%, -50%);
}
.video-pause .video-elipse {
  max-width: 7.5em;
}
.video-pause .video-polygon {
  max-width: 2.5em;
}
.video-section img {
  width: 70.625em;
  height: 39.75em;
}
/*pelin/Video-Section-responsive-design*/
@media only screen and (max-width: 1280px) {
  .video-section {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1024px) {
  .video-section {
    font-size: 12px;
  }
}
@media only screen and (max-width: 900px) {
  .video-section {
    font-size: 10px;
  }
  .video-section .video-header .video-description {
    font-size: 1.8em;
  }
}
@media only screen and (max-width: 768px) {
  .video-section {
    font-size: 8px;
  }
  .video-section .video-header .video-description {
    width: 25em;
    font-size: 1.6em;
  }
}
@media only screen and (max-width: 600px) {
  .video-section {
    font-size: 6px;
  }
  .video-section .video-header .video-description {
    font-size: 1.9em;
  }
}
@media only screen and (max-width: 440px) {
  .video-section {
    padding-inline: 5em;
  }
  .video-section .video-header {
    gap: 2em;
  }
  .video-section .video-header .video-description {
    font-size: 2em;
  }
}
/*pelin/Video-Section-end*/

@import url(./fonts);

.footer-section {
  /* position: relative; */
  top: 500px; /*opsiyonel diğer etiketlere göre değeri arttırılabilir*/
  font-family: "Lato", sans-serif;
  width: 100%;
  height: 25em;
  padding-block: 5em;
  padding-inline: 9em;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 5em;
}
.footer-section .footer-logo-social {
  display: flex;
  flex: 2;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.875em;
}

.footer-logo-social .footer-contact {
  display: flex;
  align-items: center;
  gap: 1.25em;
}
.footer-section .footer-logo-social .footer-logo {
  width: 13.25em;
  height: 2em;
}
.footer-logo-social .footer-contact img {
  width: 2.5em;
  height: 2.5em;
}
.footer-section .footer-description {
  flex: 3;
  font-size: 1.125em;
  line-height: 1.75em;
  color: #404040;
}
.footer-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.875;
  flex: 2;
}

.footer-links .footer-navigation,
.footer-links .footer-about {
  height: 14em;
  flex: 1;
}

.footer-links .footer-navigation h3,
.footer-links .footer-about h3 {
  color: #12141d;
  font-size: 1.5em;
  font-weight: 700;
  margin-bottom: 0.9em;
  line-height: 2em;
}
.footer-links .footer-navigation ul,
.footer-links .footer-about ul {
  list-style-type: none;
  padding: 0;
}
.footer-links .footer-navigation li,
.footer-links .footer-about li {
  margin: 0.9em 0;
}
.footer-links .footer-navigation a,
.footer-links .footer-about a {
  text-decoration: none;
  color: #404040;
  font-size: 1.125em;
  line-height: 1.75em;
}
@media only screen and (max-width: 1024px) {
  .footer-section {
    font-size: 14px;
  }
}
@media only screen and (max-width: 900px) {
  .footer-section {
    font-size: 12px;
    flex-direction: column;
    padding: 2.5em;
    gap: 3em;
  }
  .footer-description p {
    font-size: 1.3em;
  }
  .footer-links {
    width: 100%;
    padding-block-end: 6em;
  }
  .footer-links .footer-navigation a,
  .footer-links .footer-about a {
    font-size: 1.5em;
  }

  .footer-links .footer-navigation h3,
  .footer-links .footer-about h3 {
    font-size: 2em;
  }
}
/*seher, [NO-17], start*/
.founder-section {
  margin: 0 auto;
  background-color: #ffffff;
  display: flex;
  gap: 64px;
  align-items: center;
  justify-content: center;
  padding-left: 60px;
}
.header-text {
  max-width: 46%;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.title h1 {
  font-family: "Lato", serif;
  font-weight: 700;
  font-size: 60px;
  line-height: 72px;
  color: #12141d;
}
.title p {
  font-family: "Lato", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  color: #12141d;
}

.title h3 {
  font-family: "Lato", serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: #12141d;
  margin-top: 30px;
}
.title h4 {
  font-family: "Lato", serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  color: #404040;
}
.founder-section-button {
  max-width: 336px;
  max-height: 184px;
  display: flex;
  gap: 25px;
  border-radius: 55px;
  background-color: #043a53;
  padding: 16px 16px 16px 24px;
  align-items: center;
}
.founder-section-button h3 {
  font-family: "Lato", serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  text-align: right;
  text-underline-position: from-font;
  color: #ffffff;
}
.button-ok {
  width: 24px;
  height: 24px;
}
.decoration-profile {
  max-width: 711px;
  position: relative;
  align-self: center;
}

.image-man {
  min-width: 460px;
  display: flex;
  z-index: 1;
  border-radius: 16px 0px 0px 0px;
  align-items: end;
  position: relative;
}
.image-circle {
  display: flex;
  position: absolute;
  bottom: 0;
  z-index: 4;
  border-color: #ffffff;
  max-width: 50%;
  align-content: flex-end;
  transform: translate(0px, 15%);
  max-width: 50%;
}
.icon-crown {
  display: flex;
  position: relative;
  top: 10px;
  margin: 0 auto;
  scale: 1.2;
  z-index: 2;
  width: 72px;
  height: 72px;
  border-radius: 100px;
  padding: 16px;
  gap: 10px;
  background-color: #043a53;
}
.decoration {
  bottom: 0;
  right: 17%;
  position: absolute;
  display: flex;
  z-index: 0;
  width: 100px;
  height: 60%;
  gap: 18px;
  border-radius: 1000px 1000px 0px 0px;
  background-color: #043a53;
  box-shadow: 10px 13px 30px 0px #043a533d;
  transform: translate(0, -25%);
}
@media (max-width: 850px) {
  section {
    flex-direction: column;
  }
  .title {
    order: 1;
  }
  .founder-section-button {
    order: 2;
  }
  .decoration-profile {
    order: 3;
  }
  .title h1 {
    font-size: 30px;
    line-height: 38px;
  }
  .title p {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
  }
}
/*seher, [NO-17], end*/
