: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", cursive;
  margin: 0;
  background-image: url("https://beinakademi.com/imgs/digiturkakademibg-image.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;
  -o-object-fit: contain;
  object-fit: contain;
  z-index: 1;
}

body > .center {
  width: 100%;
  margin: auto;
  max-width: 985px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 29px 0px;
}

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: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
}
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: var(--purple-brown);
}

body > .center > .join {
  margin-bottom: 30px;
}

body > .center > .join > a {
  padding:15px !important;
  display: inline-block;
  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;
  -webkit-box-shadow: 4px 5px 8px 0 rgba(92, 92, 92, 0.5);
  box-shadow: 4px 5px 8px 0 rgba(92, 92, 92, 0.5);
  /* border-style: solid;
  border-width: 2px;
  border-image-source: linear-gradient(to left, #8f65ab, #613393);
  border-image-slice: 1; */
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#5d2e8e),
      to(#5d2e8e)
    ),
    -webkit-gradient(linear, right top, left top, from(#8f65ab), to(#613393));
  background-image: -o-linear-gradient(top, #5d2e8e, #5d2e8e),
    -o-linear-gradient(right, #8f65ab, #613393);
  background-image: linear-gradient(to bottom, #5d2e8e, #5d2e8e),
    linear-gradient(to left, #8f65ab, #613393);
  background-origin: border-box;
  background-clip: border-box, border-box;
  padding: 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
}
body > .center > .contact {
  width: 100%;
  display: grid;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  grid-template-columns: 456px 456px;
  margin: 30px 0;
}
body > .center > .contact > .contact-item {
  text-align: center;
  box-sizing: content-box;
}

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 0 !important;
  }

  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;
  }
}
