/* ENGLISH CSS Document of Homepage */
@font-face {
  font-family: 'Slate W01';
  font-style: normal;
  font-weight: normal;
  src: local("Slate W01"), url("https://robintepe.com/assets/slatew01/000ce4b4252ddad9fae589f5dab448b5.woff") format("woff");
}
@font-face {
  font-family: 'Slate W01 Medium';
  font-style: normal;
  font-weight: normal;
  src: local("Slate W01 Medium"), url("https://robintepe.com/assets/slatew01/1fef7d1af7889bee6c72b76d49ca53c3.woff") format("woff");
}
@font-face {
  font-family: 'Slate W01 Bold';
  font-style: normal;
  font-weight: normal;
  src: local("Slate W01 Bold"), url("https://robintepe.com/assets/slatew01/b81bb83abecd8eb743a1c7f9183d3047.woff") format("woff");
}
body {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  font-family: "Slate W01 Medium", "Open Sans", "SF Display", Helvetica, Arial, sans-serif;
  vertical-align: baseline;
}

.site {
  display: flow-root;
  max-width: 1186px;
  margin: 0 auto;
  padding: 30px;
  transition: margin-top 700ms;
}

h1 {
  font-family: "Slate W01 Bold", "Open Sans", "SF Display", Helvetica, Arial, sans-serif;
  font-size: 60px;
  margin-bottom: 0;
  color: #3C424F;
}

h2 {
  font-family: "Slate W01 Bold", "Open Sans", "SF Display", Helvetica, Arial, sans-serif;
  font-size: 35px;
  margin: 0;
  color: #3C424F;
}

h3 {
  font-family: "Slate W01 Medium", "Open Sans", "SF Display", Helvetica, Arial, sans-serif;
  font-size: 28px;
  margin-bottom: 10px;
  line-height: 1.3em;
  color: #616875;
}

p {
  font-size: 20px;
  margin-top: 10px;
  line-height: 1.3em;
  color: #616875;
}

a:link, ul li:link, i:link {
  color: #2EAFF0;
  text-decoration: none;
}
a:link:hover, ul li:link:hover, i:link:hover {
  color: #0782BF !important;
  text-decoration: underline;
}
a:visited, ul li:visited, i:visited {
  color: #0782BF;
  text-decoration: none;
}
a:visited:hover, ul li:visited:hover, i:visited:hover {
  text-decoration: underline;
}

@media screen and (max-width: 900px) {
  h1 {
    font-size: 50px;
  }

  h2 {
    font-size: 30px !important;
  }

  h3 {
    font-size: 23px;
  }
}
@media screen and (max-width: 750px) {
  h1 {
    font-size: 40px;
  }

  h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 630px) {
  h1 {
    font-size: 2em;
  }

  h2 {
    font-size: 1.5em !important;
  }

  h3 {
    font-size: 1.2em;
  }
}
@media screen and (max-width: 550px) {
  h1 {
    font-size: 1.8em;
  }
}
@media screen and (max-width: 450px) {
  h1 {
    font-size: 1.6em;
  }

  .site {
    padding: 30px 5%;
  }
}
button {
  height: 50px;
  padding: 0px 20px;
  font-family: "Slate W01 Bold", "Open Sans", "SF Display", Helvetica, Arial, sans-serif;
  font-size: 20px;
  border-radius: 50px;
  transition: 0.3s;
  cursor: pointer;
}

.btn-cta {
  color: #FFFFFF;
  background-color: #2EAFF0;
  border: none;
}
.btn-cta:hover {
  color: #F8F8F8;
  background-color: #0782BF;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.btn-sa {
  color: #616875;
  background-color: #FFF;
  border: 3px solid #616875;
}
.btn-sa:hover {
  color: #FFFFFF;
  background-color: #616875;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#hellobar-bar {
  width: 90%;
  margin: 0;
  padding: 15px 5% 15px;
  height: 30px;
  display: none;
  font-size: 17px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  color: #5c5e60;
  position: relative;
  background-color: white;
  box-shadow: 0 1px 3px 2px rgba(0, 0, 0, 0.15);
}
#hellobar-bar .regular {
  height: 30px;
  font-size: 14px;
}

.hb-content-wrapper {
  text-align: center;
  position: relative;
  display: table-cell;
  vertical-align: middle;
}
.hb-content-wrapper p {
  margin-top: 0;
  margin-bottom: 0;
}

.hb-text-wrapper {
  margin-right: .67em;
  display: inline-block;
  line-height: 1.3;
}
.hb-text-wrapper .hb-headline-text {
  font-size: 1em;
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 642px) {
  .hb-text-wrapper .hb-headline-text {
    padding-top: 10px;
  }
}

.hb-close-wrapper {
  display: table-cell;
  width: 1.6em;
}
.hb-close-wrapper .icon-close {
  font-size: 20px;
  top: 32px;
  right: 40px;
  width: 15px;
  height: 15px;
  opacity: .3;
  color: #000;
  cursor: pointer;
  position: absolute;
  text-align: center;
  line-height: 15px;
  z-index: 1000;
  text-decoration: none;
}

.header a, .header h2 {
  text-decoration: none;
  color: #616875;
  transition: 0.3s;
}
.header .lang {
  font-family: "Slate W01", "Open Sans Regular", "SF UI Text Regular", Helvetica, Arial, sans-serif;
  position: relative;
  float: right;
  margin: -24px 30px 0px 0px;
}
.header .lang a {
  transition: 0.3s;
  font-size: 20px;
}
.header .lang a:hover {
  color: #2EAFF0;
  text-decoration: none;
}
.header .btn-sa {
  position: relative;
  float: right;
  margin: -40px 0px 0px;
  width: auto;
}

.intro {
  padding-top: 20vh;
  height: 60vh;
}
.intro h3 {
  color: #616875;
  margin-top: 10px;
}

@media screen and (max-width: 450px) {
  .header .lang {
    display: none;
  }

  .intro {
    height: 50vh;
  }

  .intro #brake {
    display: block;
  }
  .intro #brake p {
    margin: 0;
  }
}
@media screen and (min-width: 450px) {
  #brake {
    display: none;
  }
}
.outer-content {
  text-align: center;
}
.outer-content .content {
  position: relative;
  display: inline-block;
  max-width: 300px;
  min-height: 454px;
  padding: 30px;
  margin: 16px;
  border-radius: 15px;
  background-color: #EDF0FA;
}
.outer-content .content img {
  width: 100%;
  height: 230px;
  transition: 0.3s;
  opacity: 1;
}
.outer-content .content img:hover {
  opacity: 0.7;
  cursor: pointer;
}
.outer-content .content .description {
  margin-top: 30px;
  text-align: left;
  float: left;
}
.outer-content .content .btn-sa {
  position: absolute;
  bottom: 30px;
}
.outer-content button {
  display: block;
  margin: 0 auto;
  width: auto;
}
.outer-content a:link {
  text-decoration: none;
  display: flex;
  justify-content: space-around;
}

@media screen and (max-width: 1245px) {
  .removeResponsive {
    display: none !important;
  }
}
@media screen and (max-width: 720px) {
  .content {
    min-height: 0 !important;
    padding: 20px !important;
    margin: 16px 0px !important;
  }
  .content .btn-sa {
    position: relative !important;
    bottom: 0px !important;
    width: 100%;
    margin-top: 15px;
  }

  button {
    font-size: 17px;
  }
}
.section {
  margin-bottom: 120px;
  display: flex;
  justify-content: space-around;
}
.section li {
  font-size: 16px;
  margin-top: 0.5em;
  color: #616875;
}
.section .addResponsive {
  display: none;
}

@media screen and (max-width: 650px) {
  .section {
    display: inline-block;
  }
  .section .addResponsive {
    display: block;
  }
  .section .removeResponsive {
    display: none;
  }
}
@keyframes float {
  0% {
    box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
    transform: translatey(0px);
  }
  50% {
    box-shadow: 0 25px 15px 0px rgba(0, 0, 0, 0.2);
    transform: translatey(-20px);
  }
  100% {
    box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
    transform: translatey(0px);
  }
}
.center .picture {
  width: 20%;
  padding-bottom: 50px;
  height: auto;
  border-radius: 50%;
  float: left;
}
.center .picture .box-img {
  box-sizing: border-box;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
  transform: translatey(0px);
  animation: float 6s ease-in-out infinite;
}
.center .container {
  display: inline-block;
  float: right;
  width: 70%;
}
.center .container li {
  font-family: "Slate W01", "Open Sans Regular", "SF UI Text Regular", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.3em;
  color: #616875;
}
.center .container .time-body {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  margin: 0;
  color: #3C424F;
  box-sizing: border-box;
}
.center .container .time-body * {
  box-sizing: border-box;
}
.center .container .time-body a:link, .center .container .time-body a:active {
  color: #2EAFF0;
  transition: 0.3s;
  text-decoration: none;
}
.center .container .time-body a:link:hover, .center .container .time-body a:active:hover {
  color: #0782BF;
}
.center .container .time-body a:visited {
  color: #0782BF;
  text-decoration: none;
}
.center .container .timeline {
  width: 100%;
  max-width: 800px;
  padding: 20px 25px;
  position: relative;
}
.center .container .timeline:before {
  content: '';
  position: absolute;
  top: 0px;
  left: calc(33% + -2px);
  bottom: 0px;
  width: 4px;
  background: #EDF0FA;
}
.center .container .timeline:after {
  content: "";
  display: table;
  clear: both;
}
.center .container .entry {
  clear: both;
  text-align: left;
  position: relative;
}
.center .container .entry .title {
  margin-bottom: .5em;
  float: left;
  width: 33%;
  padding-right: 30px;
  text-align: right;
  position: relative;
}
.center .container .entry .title:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border: 4px solid #3C424F;
  background-color: #fff;
  border-radius: 100%;
  top: 15%;
  right: 0;
  z-index: 99;
}
.center .container .entry .title .month {
  color: #A2A6B1;
  font-size: 0.8em;
}
.center .container .entry .title h3 {
  margin: 0;
  font-size: 120%;
}
.center .container .entry .title p {
  margin: 0;
  font-size: 100%;
}
.center .container .entry .body {
  margin: 0 0 3em;
  float: right;
  width: 66%;
  padding-left: 30px;
}
.center .container .entry .body p {
  margin: 0;
  color: #3C424F;
}
.center .container .entry .body p:first-child {
  margin-top: 0;
}
.center .container .entry .body ul {
  color: #EDF0FA;
  padding-left: 0;
  list-style-type: none;
}
.center .container .entry .body ul li:before {
  content: "";
  margin-right: .5em;
}
.center .colom {
  width: 25%;
}
.center .colom h3 {
  font-size: 28px;
}
.center .colom ul {
  padding: 0;
  margin: 0 0 3em;
}
.center .colom ul li {
  color: #616875;
  list-style-type: none;
  margin-top: 0.8em;
}
.center .colom ul li img {
  fill: #2EAFF0;
  height: 16px;
}
.center .colom #linkedin {
  margin: 0;
}
.center .colom #linkedin:hover {
  border-color: #0077B5;
  background-color: #0077B5;
}
.center .colom .subtitle {
  color: #A2A6B1;
  font-size: 0.8em;
}
.center span {
  font-family: "Slate W01", "Open Sans Regular", "SF UI Text Regular", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #A2A6B1;
}

@media screen and (max-width: 550px) {
  .center {
    margin: 0;
  }
  .center button:hover, .center :focus, .center :active {
    -webkit-transform: none;
    transform: none;
  }
  .center .container {
    width: 100%;
    margin-bottom: 0px;
  }
  .center .container .collapsible {
    background-color: #616875;
    color: #FFFFFF;
    cursor: pointer;
    border: none;
    text-align: center;
    outline: none;
    font-size: 20px;
    width: 100%;
  }
  .center .container .collapsible:hover {
    background-color: #3C424F;
  }
  .center .container .collapsible:after {
    content: '\002B';
    color: #FFFFFF;
    font-weight: bold;
    float: right;
    margin-left: 5px;
  }
  .center .active {
    background-color: #3C424F;
  }
  .center .active:after {
    content: "\2212";
  }
  .center .mobilebody {
    padding: 0 18px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-in-out;
  }
  .center .mobilebody .timeline {
    position: inherit;
    padding: 15px 0px 0px;
  }
  .center .mobilebody .timeline:before {
    content: none;
  }
  .center .mobilebody .entry .title {
    width: 100%;
    text-align: left;
  }
  .center .mobilebody .entry .title:before {
    content: none;
  }
  .center .mobilebody .entry .body {
    width: 100%;
    padding-left: 0px;
  }
  .center .mobilebody .entry button {
    background: #FFFFFF;
    width: auto;
  }
  .center .mobilebody .entry button:hover, .center .mobilebody .entry button:focus, .center .mobilebody .entry button:active {
    background: #3C424F;
  }

  .picture {
    margin-top: 25px;
    width: 100% !important;
  }
  .picture .box-img {
    width: 100%;
  }

  .colom {
    width: 100% !important;
  }
}
@media screen and (min-width: 550px) {
  .collapsible {
    display: none;
  }

  .box-img {
    width: 140%;
  }
}
@media screen and (max-width: 800px) {
  .center {
    margin-bottom: 50px;
    width: 100%;
    background-color: #FFF;
  }
  .center .container {
    display: inline-block;
    margin-bottom: 50px;
    width: 100%;
  }
  .center .picture {
    width: 45%;
  }
  .center .picture .box-img {
    width: 100%;
  }
  .center .colom {
    width: 45%;
    float: right;
  }
}
@media screen and (min-width: 1060px) {
  .container {
    width: 100%;
    padding: 0px;
  }
  .container .description {
    margin: 20px;
  }

  .picture {
    padding-left: 25px;
  }

  .colom {
    padding-left: 50px;
  }
}
.testimonials {
  text-align: center;
  margin: 50px 0px;
}
.testimonials .testimonial {
  text-align: left;
  position: relative;
  display: inline-block;
  max-width: 300px;
  padding: 30px;
  margin: 16px;
  border-radius: 15px;
  background: #F5F5F5;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2), 0 3px 20px 0 rgba(0, 0, 0, 0.1);
}
.testimonials .testimonial p {
  font-family: "Slate W01", "Open Sans Regular", "SF UI Text Regular", Helvetica, Arial, sans-serif;
  margin-top: 0;
}
.testimonials .testimonial .person .name a {
  color: #3C424F;
}
.testimonials .testimonial .person .function {
  font-family: "Slate W01", "Open Sans Regular", "SF UI Text Regular", Helvetica, Arial, sans-serif;
  color: #A2A6B1;
}

.brands {
  text-align: center;
  display: inline-block;
  width: 100%;
}
.brands img {
  height: 180px;
  margin: 20px;
}

@media screen and (max-width: 580px) {
  .brands {
    margin: 30px 0px 20px;
  }
  .brands img {
    width: 90%;
    height: auto;
    margin: 10px;
  }
}
.contact {
  background-color: #3C424F;
  text-align: center;
  padding: 60px 20px;
}
.contact h2 {
  font-size: 2.5em;
  color: #FFFFFF;
}
.contact .contactText p, .contact .contactText span {
  color: #FFFFFF;
  margin: 0;
  margin-top: 30px;
}
.contact .contactText a {
  color: #2EAFF0;
  transition: 0.3s;
  text-decoration: none;
}
.contact .contactText a:hover {
  color: #0782BF;
}

footer {
  display: grid;
  grid-template-columns: auto auto;
  padding: 12px 2% 6px;
  width: 96%;
  background-color: #616875;
  box-shadow: inset 0 0 10px #333;
}
footer p {
  font-family: "Slate W01", "Open Sans Regular", "SF UI Text Regular", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #A2A6B1 !important;
}
footer .businessCredentials {
  text-align: right;
}
footer .footerCopyright {
  text-align: left;
}
footer .footerCopyright a, footer .footerCopyright span {
  transition: 0.3s;
  text-decoration: underline;
}
footer .footerCopyright a:hover {
  color: #EDF0FA !important;
}

@media screen and (max-width: 670px) {
  footer {
    display: inline-block;
    padding-bottom: env(safe-area-inset-bottom);
  }
  footer .footerNav, footer .footerCopyright, footer .businessCredentials {
    text-align: center;
    line-height: 0;
  }
}
