/* ENGLISH CSS Document of Project Overview */
@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, html {
  height: 100%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  font-family: "Slate W01", "Open Sans Regular", "SF UI Text Regular", Helvetica, Arial, sans-serif;
  vertical-align: baseline;
}

.site {
  max-width: 1186px;
  margin: 0 auto;
  padding: 30px 30px 0px;
}

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

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

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

h4 {
  font-family: "Slate W01 Medium", "Open Sans Regular", "SF UI Text Medium", Helvetica, Arial, sans-serif;
  font-size: 1.2em;
  margin: 40px 0 0;
  color: #3C424F;
}

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

li {
  font-size: 16px;
  margin-top: 0.5em;
  color: #616875;
}

@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;
  margin: 15px 20px 0px 0px;
  font-family: "Slate W01 Bold", "Open Sans Bold Bold", "SF UI Text Bold", Helvetica, Arial, sans-serif;
  font-size: 20px;
  border-radius: 50px;
  transition: 0.3s;
  cursor: pointer;
}

@media screen and (max-width: 550px) {
  button {
    width: 100%;
    margin-right: 0px;
  }
}
.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);
}

.header a, .header h2 {
  text-decoration: none;
  color: #616875;
  transition: 0.3s;
}
.header #name {
  font-size: 40px;
}
.header #name:hover {
  color: #2EAFF0;
}
@media screen and (max-width: 900px) {
  .header #name {
    font-size: 30px;
  }
}
@media screen and (max-width: 630px) {
  .header #name {
    font-size: 1.5em;
  }
}
.header .lang {
  position: relative;
  float: right;
  margin: -24px 30px 0px 0px;
}
.header .lang a {
  transition: 0.3s;
  font-size: 20px;
}
.header .lang a:hover {
  color: #2EAFF0;
}
.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: 40vh;
  }

  .intro #brake {
    display: block;
  }
  .intro #brake p {
    margin: 0;
  }

  .content {
    margin: 16px 0px;
  }
}
.b-lazy {
  -webkit-transition: opacity 500ms ease-in-out;
  -moz-transition: opacity 500ms ease-in-out;
  -o-transition: opacity 500ms ease-in-out;
  transition: opacity 500ms ease-in-out;
  max-width: 100%;
  opacity: 0;
}
.b-lazy .b-loaded {
  opacity: 1;
}

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

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

@media screen and (max-width: 580px) {
  .brands {
    margin: 30px 0px 20px;
  }
  .brands img {
    width: 290px;
    height: auto;
    margin: 10px;
  }
}
.fancybox-content {
  border-radius: 15px;
  width: 600px;
}

.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: 6px 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;
  }
}
