@charset "UTF-8";
/* CSS by Ben Mathis Seibel 2023 */

@font-face {
  font-family: "Source Code Pro";
  src: url(font/static/SourceCodePro-Regular.ttf);
}

* {
  box-sizing: inherit;
}

html {
  scroll-behavior: smooth;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;

  background-color: #000;
}

body {
  width: 1500px;
  height: auto;
  padding: 0;
  margin: 0 auto;
  border: none;

  background-color: #000;
  color: white;
  font-family: "Source Code Pro", monospace;
  font-size: 18px;
}

a {
  color: white;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

/*.......... header ..........*/

header {
  display: block;
  margin: 40px 0 0 0;
  padding: 0;
  font-size: 30px;
  text-align: right;
}

header h1 {
  display: block;
  font-size: 70px;
  padding: 0;
  margin: 0 100px 0 0;
  float: left;
}

header a h1 {
  text-decoration: underline;
}

header a h1:hover {
  text-decoration: none;
}

/*.......... h2 ..........*/

h2 {
  font-size: 50px;
  margin: 160px 0 80px 0;
}

/*.......... linkto ..........*/

.linkto {
  margin: 200px 0;
  text-align: center;
}

/*.......... web design ..........*/

.web-design img {
  display: inline-block;
  height: 400px;
  margin-right: 50px;
  padding: 15px;
  border-radius: 10px;

  background-color: #444;
}

.web-pc {
  height: 350px;
}

/*.......... logo design ..........*/

/* SLIDER */
.slider {
  max-width: 800px;
  height: 400px;
  margin: 0 auto;
  position: relative;

  /* IN THE END */
  overflow: hidden;
}

.slide {
  position: absolute;
  top: 0;
  width: 800px;
  height: 400px;

  display: flex;
  align-items: center;
  justify-content: center;

  transition: transform 1s;
}

.slide > img {
  width: 400px;
  height: 400px;
  object-fit: cover;
}

.slider__btn {
  display: flex;
  position: absolute;
  top: 50%;
  z-index: 10;

  border: none;
  background: #222;
  color: #ffffff;
  border-radius: 10px;
  height: 70px;
  width: 70px;
  font-size: 35px;
  cursor: pointer;

  justify-content: center;
  align-items: center;
}

.slider__btn--left {
  left: 6%;
  transform: translate(-50%, -50%);
}

.slider__btn--right {
  right: 6%;
  transform: translate(50%, -50%);
}

.dots {
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
}

.dots__dot {
  border: none;
  background-color: #b9b9b9;
  opacity: 0.7;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  margin-right: 20px;
  padding: 0;
  cursor: pointer;
  transition: all 0.5s;
}

.dots__dot:last-child {
  margin: 0;
}

.dots__dot--active {
  background-color: #888;
  opacity: 1;
}

/*.......... photography ..........*/

.praxis_seibel_img {
  display: inline;
  margin: 80px 20px 0 20px;
}

.praxis_seibel_img img {
  height: 200px;
}

/*.......... graphic-design ..........*/

.graphic-design img {
  width: 600px;
}

/*.......... items of all ..........*/

.graphic-design,
.photography,
.logo-design,
.web-design {
  text-align: center;
}

.graphic-design p,
.photography p,
.logo-design p,
.web-design p {
  margin-top: 50px;
}

/*.......... footer ..........*/

footer {
  height: 200px;
  width: 100%;
}

footer a {
  margin: 0 25px 0 25px;
  color: white;
}

footer a:hover {
  text-decoration: none;
}

.footer_text {
  display: block;
  width: 100%;
  padding-top: 100px;
  text-align: center;
}

/*.......... anything under 1550px ..........*/

@media only screen and (max-width: 1550px) {
  /*.......... body ..........*/
  html,
  body {
    width: 100%;
    overflow-x: hidden;
  }

  /*.......... web-design, logo-design, photohgraphy ..........*/

  .graphic-design,
  .photography,
  .logo-design,
  .web-design,
  h2,
  .linkto,
  header {
    display: block;
    padding: 0 100px 0 100px;
    font-size: 18px;
  }

  h2 {
    font-size: 50px;
  }
}

/*.......... anything under 1300px ..........*/

@media only screen and (max-width: 1300px) {
  /*.......... web design ..........*/

  .web-design img {
    height: 300px;
    padding: 10px;
  }
}

/*.......... anything under 1080px ..........*/

@media only screen and (max-width: 1080px) {
  /*.......... web design ..........*/

  .web-design img {
    height: 250px;
  }

  /*.......... logo design ..........*/

  .slider {
    max-width: 600px;
    height: 300px;
  }

  .slide {
    width: 600px;
    height: 300px;
  }

  .slide > img {
    width: 300px;
    height: 300px;
  }

  .slider__btn {
    height: 50px;
    width: 50px;
    font-size: 25px;
  }

  .dots__dot {
    margin-right: 15px;
  }

  /*.......... photography ..........*/

  .praxis_seibel_img {
    margin: 40px 10px 0 10px;
  }

  .praxis_seibel_img img {
    height: 180px;
  }

  /*.......... graphic-design ..........*/

  .graphic-design img {
    width: 400px;
  }
}

/*.......... anything under 922px ..........*/

@media only screen and (max-width: 922px) {
  /*.......... header ..........*/

  header {
    display: block;
    font-size: 20px;
  }

  header h1 {
    display: block;
    font-size: 50px;
    padding: 0;
    margin: 0 100px 0 0;
    float: left;
  }

  /*.......... h2 ..........*/

  h2 {
    font-size: 30px;
  }

  /*.......... web design ..........*/

  .web-design img {
    height: 220px;
    margin-right: 20px;
  }

  /*.......... photography ..........*/

  .praxis_seibel_img {
    margin: 20px 5px 0 5px;
  }

  .praxis_seibel_img img {
    height: 150px;
  }
}

/*.......... anything under 800px ..........*/

@media only screen and (max-width: 800px) {
  /*.......... * ..........*/

  * {
    font-size: 16px;
  }

  /*.......... header ..........*/

  header {
    display: block;
    text-align: center;
    font-size: 20px;
  }

  header h1 {
    display: block;
    font-size: 40px;
  }

  /*.......... linkto ..........*/

  .linkto {
    margin: 100px 0;
    font-size: 16px;
  }

  /*.......... web-design ..........*/

  .web-design img {
    height: 180px;
    padding: 5px;
  }

  /*.......... logo design ..........*/

  .slider {
    max-width: 450px;
    height: 225px;
  }

  .slide {
    width: 450px;
    height: 225px;
  }

  .slide > img {
    width: 225px;
    height: 225px;
  }

  .dots__dot {
    height: 5px;
    width: 5px;
    margin-right: 15px;
  }

  /*.......... photography ..........*/

  .praxis_seibel_img {
    margin: 20px 5px 0 5px;
  }

  .praxis_seibel_img img {
    height: 120px;
  }

  /*.......... footer ..........*/

  footer {
    height: 100px;
  }

  .footer_text {
    padding-top: 0;
  }
}

/*.......... anything under 700px ..........*/

@media only screen and (max-width: 700px) {
  /*.......... set font size ..........*/

  .linkto,
  * {
    font-size: 14px;
  }

  /*.......... header ..........*/

  header {
    display: block;
    text-align: center;
    font-size: 20px;
    margin: 20px;
    padding: 0;
  }

  header h1 {
    display: block;
    font-size: 25px;
    margin: 0;
    margin-right: 12vw;
    padding: 0;
  }

  /*.......... linkto ..........*/

  .linkto {
    margin: 80px 10vw 0 10vw;
    padding: 0;
  }

  /*.......... h2 ..........*/

  h2 {
    font-size: 25px;
    text-align: left;
    margin: 80px 10vw 50px 10vw;
    padding: 0;
  }

  /*.......... web-design ...........*/

  .web-design img {
    /* height: 122px; */
    height: 31vw;
    padding: 3px;
    margin: 0 1px;
  }

  /*.......... logo design ..........*/

  .slider {
    max-width: 300px;
    height: 150px;
  }

  .slide {
    width: 300px;
    height: 150px;
  }

  .slide > img {
    width: 150px;
    height: 150px;
  }

  .slider__btn {
    display: flex;
    margin: 0 10px;
    height: 40px;
    width: 40px;
    font-size: 20px;

    justify-content: center;
    align-items: center;
  }

  .dots__dot {
    margin-right: 10px;
  }

  /*.......... photography ..........*/

  .praxis_seibel_img {
    margin: 5px 1px 0 1px;
  }

  .praxis_seibel_img img {
    height: 80px;
  }

  /*.......... graphic-design ..........*/

  .graphic-design img {
    width: 250px;
  }

  /*.......... all ..........*/
  .graphic-design,
  .web-design,
  .logo-design,
  .photography {
    margin: 0 10vw;
    padding: 0;
  }

  .graphic-design,
  .photography p,
  .logo-design p,
  .web-design p {
    margin-top: 30px;
  }

  /*.......... footer ..........*/

  footer {
    height: 100px;
    font-size: 16px;
  }

  footer a {
    margin: 0 5px;
  }

  .footer_text {
    padding-top: 20px;
  }
}
