::-moz-selection {
  color: white;
  background: #03dbed;
}

::selection {
  color: white;
  background: #03dbed;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Barlow", sans-serif;
}

header {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  padding: 20px 5%;
  z-index: 1;
  color: rebeccapurple;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

header > nav {
  display: flex;
  flex-direction: row;
}

header > nav > #hamburger-inside {
  display: none;
  transition: all 200ms ease-in-out;
}
header > nav > #hamburger-inside > img {
  display: block;
  width: 100%;
}

header > nav > a {
  font-size: 24px;
  font-weight: 500;
  margin: 0 12px;
  padding: 0 0 4px 0;
  text-decoration: none;
  transition: all 200ms ease-in-out;
  border-bottom: solid 2px transparent;
  color: white;
  position: relative;
}
header > nav > a > * {
  pointer-events: none;
}

header > nav > a > div.overflow {
  position: absolute;
  color: #081013;
  left: 0;
  top: 24px;
  bottom: 0;
  right: 0;
  overflow: hidden;
}
header > nav > a > div.overflow > span {
  position: absolute;
  bottom: 4px;
}

header > div.hamburger {
  display: none;
  width: 40px;
  height: 40px;
  align-items: end;
  justify-content: center;
  position: relative;
}

header > div.hamburger > * {
  pointer-events: none;
}

header > div.hamburger > img {
  width: 32px;
  height: 32px;
}

header > div.hamburger > .dark {
  position: absolute;
  left: 0;
  top: 40px;
  right: 0;
  bottom: 0;
  background-image: url("../images/hamburger_dark.png");
  background-position: bottom;
  background-size: 32px;
  background-repeat: no-repeat;
}

header > nav > a:hover,
header > nav > a.selected,
header > nav > a:hover > div.overflow,
header > nav > a.selected > div.overflow {
  color: #3288ff;
  border-bottom-color: #3288ff;
}

header > .logo {
  width: 120px;
  height: auto;
  position: relative;
}
header > .logo > img {
  display: block;
  width: 100%;
}
header > .logo > .dark {
  position: absolute;
  left: 0;
  top: 1000px;
  right: 0;
  bottom: 0;
  background-image: url("../images/logo_dark.png");
  background-position: bottom;
  background-size: 100% 56px;
  background-repeat: no-repeat;
}

.margin-0 {
  margin: 0 !important;
}

.display1 {
  font-size: 80px;
  font-weight: 700;
}
.display2 {
  font-size: 60px;
  font-weight: 500;
}
.display3 {
  font-weight: 400;
  font-size: 40px;
  letter-spacing: 6px;
}
.header1 {
  font-size: 36px;
  font-weight: 600;
}
.header2 {
  font-size: 24px;
  font-weight: 600;
}
.header3 {
  font-size: 18px;
  font-weight: 500;
}
.header4,
.strong {
  font-size: 16px;
  font-weight: 600;
}
.header5 {
  font-size: 14px;
  font-weight: 600;
}
.header6 {
  font-size: 12px;
  font-weight: 600;
}

.subtitle1 {
  font-size: 32px;
  font-weight: 400;
}

.text1 {
  font-size: 28px;
  font-weight: 500;
}
.text2 {
  font-size: 22px;
  font-weight: 400;
  color: #696a6b;
}
.text3,
.subtitle4,
.textNum,
.text4 {
  font-size: 16px;
  font-weight: 400;
}
.info {
  font-size: 16px;
  font-weight: 400;
  color: #696a6b;
}
.caption {
  font-size: 14px;
  font-weight: 400;
}
.small {
  font-size: 12px;
  font-weight: 400;
}
.subtitle {
  font-size: 11px;
  font-weight: 400;
}
.text-center {
  text-align: center;
}

section {
  min-height: 100vh;
  position: relative;
  overflow: hidden;
  background-color: #f4fdff;
}
section#home {
  height: 100vh;
}

.highlight {
  color: #3288ff;
}

.centered {
  text-align: center;
}

#background-image {
  width: 100%;
  height: 100%;
  background-image: url("../images/background.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #081013;
}

.banner-info {
  position: absolute;
  left: 5%;
  right: 5%;
  top: 30%;
  transform: translate(0, -5%);
  color: white;
}

.color-cyan {
  color: #03dbed;
}

button {
  font-size: 14px;
  font-weight: 600;
  padding: 12px;
  transition: 200ms;
  color: white;
  border: solid 2px white;
  border-radius: 4px;
  background-color: transparent;
}

button:hover {
  background-color: white;
  color: #081013;
}

button.large {
  font-size: 18px;
  font-weight: 500;
  padding: 23px 32px;
  border-radius: 10px;
}

section > .wrapper {
  max-width: 1200px;
  padding: 120px 4% 0 4%;
  margin: 0 auto;
}

section > .wrapper > .informative {
  display: flex;
  flex-direction: row;
  margin: 0 0 4em 0;
}

section > .wrapper > .informative:nth-child(odd) {
  flex-direction: row-reverse;
}

section > .wrapper > .informative > .image {
  width: 200px;
  height: 200px;
  border-radius: 8px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

section > .wrapper > .informative > div.text {
  flex: 2;
  padding: 0 10px;
}

#contact a {
  text-decoration: none;
  color: #081013;
}

.services-banner {
  overflow-x: hidden;
}

.services-banner > ul {
  padding: 0;
  margin: 0;
  display: inline-flex;
  gap: 20px;
  padding: 24px 80px;
}

.services-banner > ul > li {
  list-style: none;
  overflow: hidden;
  background-color: white;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.14);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 16px;

  width: calc(100vw / 4);
}

.services-banner > ul > li p {
  text-align: justify;
}

.services-banner > ul > li > .image {
  width: 100%;
  padding-top: 100%;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  margin: 0 0 16px 0;
}

.services-banner > ul > li > .image > img {
  position: absolute;
  width: 100%;
  top: 0;
}

.slider-page-button-container {
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.slider-page-button-container > a.slider-page-btn {
  display: block;
  width: 12px;
  height: 12px;
  background-color: #d8d8d8;
  border-radius: 12px;
  margin: 6px;
}
.slider-page-button-container > a.slider-page-btn.selected {
  background-color: #80b7ff;
}

@media only screen and (max-width: 950px) {
  .services-banner > ul > li {
    width: calc(100vw / 3);
  }
}

@media only screen and (max-width: 500px) {
  .subtitle1 {
    font-size: 22px;
    font-weight: 400;
  }
  .display2 {
    font-size: 28px;
    font-weight: 500;
  }
  .display3 {
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 6px;
  }
  .banner-info {
    transform: translate(0, -5%);
    color: white;
  }
}

@media only screen and (max-width: 700px) {
  /*Burada hamburger icon devreye girecek*/
  header > nav.visible {
    display: flex;
  }
  header > nav {
    display: none;
    position: fixed;
    flex-direction: column;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
  }
  header > nav > a > div.overflow {
    display: none;
  }

  header > nav > #hamburger-inside {
    display: block;
    width: 40px;
    height: 40px;
    padding: 8px;
    border-radius: 40px;
    background-color: #9e1616;
  }
  header > nav > * {
    margin: 15px 0 !important;
  }

  header > div.hamburger {
    display: flex;
  }

  section > .wrapper > .informative,
  section > .wrapper > .informative:nth-child(odd) {
    display: flex;
    flex-direction: column;
    margin: 0 0 4em 0;
  }

  section > .wrapper > .informative > .image:first-child {
    width: 100%;
    margin: 0 0 1em 0;
  }

  section > .wrapper > .informative > .image:last-child {
    display: none;
  }

  .services-banner > ul {
    flex-direction: column;
    padding: 24px 30px;
  }

  .services-banner > ul > li {
    width: calc(100vw - 90px);
  }

  .services-banner > ul > li > .image {
    padding-top: 56.25%;
  }
}
