:root {
  --purple-brown: #231f20;
}

@font-face {
  font-family: "GothamTRUN";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/GothamTRUN-Book.ttf");
}

@font-face {
  font-family: "GothamTRUN";
  font-style: normal;
  font-weight: bold;
  src: url("../fonts/GothamTRUN-Bold.ttf");
}

body {
  font-family: "GothamTRUN", sans-serif;
  margin: 0;
  background-image: url("../images/digiturkakademibg-image1.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

body > .linkedin {
  position: absolute;
  right: 0;
  top: 0;
  margin: 40px;
  width: 34px;
  height: 34px;
  object-fit: contain;
  z-index: 1;
}

body > .center {
  width: 100%;
  margin: auto;
  max-width: 985px;
  box-sizing: border-box;
  padding: 40px 29px 0;
}

body > .center > .center-item {
  display: block;
  text-align: center;
}

body > .center > .logo {
  width: 85%;
  margin: auto;
}

body > .center > .logo > img {
  width: 100%;
}

body > .center > .text {
  padding: 30px 10px 38px;
}

body > .center > .text > h1 {
  font-size: 40px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #5d2e8e;
  margin: 20px 0 40px;
}

body > .center > .text > h3 {
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  color: #5d2e8e;
}

body > .center > .text > p {
  font-size: 17px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.76;
  letter-spacing: normal;
  text-align: center;
  color: #5d2e8e;
}

body > .center > .join {
  margin-bottom: 30px;
}

body > .center > .join > a {
  display: inline-block;
  padding: 15px;
  font-size: 15px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  width: 210px;
  border-radius: 22px;
  box-shadow: 4px 5px 8px 0 rgba(92, 92, 92, 0.5);
  background-image: linear-gradient(to bottom, #5d2e8e, #5d2e8e),
    linear-gradient(to left, #8f65ab, #613393);
  background-origin: border-box;
  background-clip: border-box, border-box;
  box-sizing: border-box;
  text-decoration: none;
}

body > .center > .contact {
  width: 100%;
  display: grid;
  justify-content: center;
  grid-template-columns: 456px 456px;
  margin: 30px 0;
}

body > .center > .contact > .contact-item {
  text-align: center;
}

body > .center > .contact > .contact-item > img {
  display: block;
  margin: auto;
  margin-bottom: 10px;
}

body > .center > .contact > .phone {
  font-size: 29px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #5d2e8e;
}

body > .center > .contact > .mail {
  font-size: 29px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #5d2e8e;
}

body > .center > .contact a,
body > .center > .contact a:active,
body > .center > .contact a:hover,
body > .center > .contact a:visited {
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #5d2e8e;
  text-decoration: none;
}

body > .center > .contact > .phone > span {
  display: block;
  font-size: 15px;
  font-weight: normal;
  color: #652793;
}

@media screen and (max-width: 1000px) {
  body > .center > .contact {
    grid-template-columns: 100%;
  }
}

@media screen and (max-width: 760px) {
  body > .linkedin {
    margin: 20px;
  }

  body > .center {
    padding-bottom: 30px;
  }

  body > .center > .text {
    padding: 30px 0 20px;
    font-size: 15px;
    line-height: 1.33;
    letter-spacing: -0.1px;
    text-align: center;
  }

  body > .center > .text > h1 {
    font-size: 18px;
  }

  body > .center > .text > h3 {
    font-size: 16px;
  }

  body > .center > .text > p {
    font-size: 14px;
  }

  body > .center > .join {
    margin-bottom: 20px;
  }

  body > .center > .contact > .contact-item {
    margin: 0;
  }

  body > .center > .contact > .phone {
    font-size: 20px;
  }

  body > .center > .contact > .mail {
    font-size: 20px;
  }
}

@media screen and (min-width: 340px) and (max-width: 1100px) and (orientation: landscape) {
  body > .center {
    margin-top: 0;
  }
}
