:root {
  --primary: rgb(220, 0, 0);
  --black: #333;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html {
  font-size: 100%;
}

body {
  font-family: "Roboto", sans-serif;
  background-color: #ffffff;
  justify-content: center;
  align-items: center;
}

/* NAVBAR */
/* NAVBAR */
/* NAVBAR */

header {
  display: flex;
  padding: 13px 200px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  color: var(--primary);
  position: fixed;
  z-index: 9999;
}

/* LOGO */
/* LOGO */
/* LOGO */

.headerLogo {
  display: flex;
  font-size: 14px;
  color: var(--black);
  cursor: pointer;
}

.headerLogo a {
  color: black;
  text-decoration: none;
}

.headerLogoText span {
  color: var(--primary);
  font-size: 34px;
}

/* NAVBAR */
/* NAVBAR */
/* NAVBAR */

.navbar {
  display: flex;
}

.headerNav {
  display: flex;
}

.headerNavItem {
  list-style: none;
}

.headerNavItem a {
  text-decoration: none;
  color: var(--black);
  font-size: 15px;
  padding: 8px 15px;
  transition: all 0.3s ease;
}

.headerNavItem a:hover {
  color: var(--primary);
}

.loginButton {
  padding: 10px 10px;
  background-color: var(--primary);
  list-style: none;
  text-decoration: none;
  border-radius: 5px;
  color: #fff;
  transition: all 0.3s ease;
  border: 2px solid var(--primary);
  margin-left: 20px;
}

.loginButton a {
  color: #fff;
  list-style: none;
}

.loginButton:hover {
  color: var(--primary);
  box-shadow: 0 5px 9px rgba(0, 0, 0, 0.3);
  background: none;
}

.loginButton i {
  padding-left: 10px;
}

/* SECTION BERANDA */
/* SECTION BERANDA */
/* SECTION BERANDA */
.slideOne {
  height: 90vh;
  align-items: center;
  display: flex;
  justify-content: center;
}

.homePage {
  padding: 50px 0px;
}

.home {
  display: flex;
  justify-content: center;
  align-items: center;
}

.homeText {
  display: flex;
  flex-direction: column;
  align-items: start;
}

.homeTextTitle {
  color: #333;
  font-size: 40px;
  padding: 10px 0px;
}

.homeTextTitle span {
  color: var(--primary);
  font-size: 50px;
}

.homeTextSubtitle {
  color: #717171;
  font-size: 20px;
  padding-bottom: 15px;
}

.homeTextButton {
  padding: 12px 10px;
  background: var(--primary);
  text-decoration: none;
  border-radius: 4px;
  font-size: 15px;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s ease;
  border: 2px solid var(--primary);
}

.homeTextButton:hover {
  color: var(--primary);
  box-shadow: 0 5px 9px rgba(0, 0, 0, 0.3);
  background: none;
}

.homeImage {
  margin: 30px;
}

.homeImage img {
  width: 400px;
}

.homeTextButton i {
  padding-right: 10px;
}

/* SECTION KELOMPOK */
/* SECTION KELOMPOK */
/* SECTION KELOMPOK */

.about {
  display: flex;
  justify-content: center;
}

.aboutTitle p {
  padding: 10px;
  font-size: 18px;
}

.slideTwo {
  padding: 90px 0px 0px 0px;
  background-image: url(bg.jpg);
  padding-bottom: 50px;
  color: #333;
}

.slideTwo h2 {
  text-align: center;
  font-size: 30px;
  padding-bottom: 3px;
}

.aboutTitle {
  text-align: center;
}

.aboutTitle span {
  font-size: 40px;
}

.slideTwo span {
  color: var(--primary);
}

.sectionAbout {
  align-items: center;
}

.user1Item,
.user2Item {
  display: flex;
}

.user1Item ul li span {
  color: var(--primary);
  font-weight: bold;
}

.aboutUser1 {
  width: 100%;
  display: flex;
  margin: 50px;
  justify-content: center;
  box-shadow: 0 5px 9px rgba(0, 0, 0, 0.3);
  padding: 20px;
  align-items: center;
  border-radius: 30px;
  max-width: 1000px;
}

.user1Text ul li,
.user2Text ul li {
  padding-top: 15px;
  padding-left: 20px;
  font-size: 15px;
  list-style: none;
}

.aboutUser2 {
  width: 100%;
  display: flex;
  margin: 50px;
  justify-content: center;
  box-shadow: 0 5px 9px rgba(0, 0, 0, 0.3);
  padding: 20px;
  align-items: center;
  border-radius: 30px;
  max-width: 1000px;
}

.user1Text p,
.user2Text p {
  font-size: 14px;
  padding-top: 10px;
}

.user1Text h1 span,
.user2Text h1 span {
  font-size: 30px;
}

.aboutImg {
  margin-right: 50px;
}

.aboutImg img {
  width: 250px;
  transition: 0.5s ease;
  cursor: pointer;
  border-radius: 20px;
  border: 0px solid #333;
  filter: grayscale(100%);
}

.aboutImg img:hover {
  filter: grayscale(0%);
}

.buttonBox {
  display: flex;
  align-items: center;
  margin: 20px 0px;
}

.contactButton a {
  padding: 10px 20px;
  align-items: center;
  background: var(--primary);
  border-radius: 4px;
  font-size: 15px;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s ease;
  border: 2px solid var(--primary);
  text-decoration: none;
}

.contactButton a:hover {
  color: var(--primary);
  background: none;
  box-shadow: 0 5px 9px rgba(0, 0, 0, 0.5);
}

.contactButton i {
  padding-right: 5px;
}

.githubButton {
  padding-left: 20px;
}

.githubButton,
.instagramButton,
.tweeterButton,
.discordButton {
  text-align: center;
  color: var(--primary);
  margin: 5px;
}

.aboutIcon {
  display: flex;
}

.aboutIcon i {
  color: #fff;
  border-radius: 200%;
  background: var(--primary);
  border: 2px solid var(--primary);
  transition: all 0.3s ease;
  padding: 10px;
}

.aboutIcon i:hover {
  color: var(--primary);
  background: none;
  box-shadow: 0 5px 9px rgba(0, 0, 0, 0.5);
}

/* SECTION TUGAS */
/* SECTION TUGAS */
/* SECTION TUGAS */

.slideThree {
  padding-top: 140px;
  color: #333;
}

.sectionTask {
  display: flex;
  justify-content: center;
}

.sectionTask h1 {
  font-size: 25px;
  text-align: center;
  padding: 20px 0px;
}

.taskBox {
  border-radius: 30px;
  padding: 20px;
  box-shadow: 0 5px 9px rgba(0, 0, 0, 0.5);
  width: fit-content;
  block-size: fit-content;
  max-width: 1000px;
  margin-bottom: 10px;
}

.pointMenu {
  display: absolute;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.pointMenu h1 {
  font-size: 25px;
  padding: 20px;
}

.pointMenuOne,
.pointMenuTwo,
.pointMenuThree,
.pointMenuFour,
.pointMenuFive {
  margin: 20px;
  border: 2px solid var(--primary);
  border-radius: 4px;
  color: var(--primary);
  transition: all 0.3s ease;
  background-color: var(--primary);
}

.pointMenuOne a,
.pointMenuTwo a,
.pointMenuThree a,
.pointMenuFour a,
.pointMenuFive a {
  text-decoration: none;
  color: #ffffff;
  font-size: 10px;
}

.pointMenuOne i,
.pointMenuTwo i,
.pointMenuThree i,
.pointMenuFour i,
.pointMenuFive i {
  padding-right: 10px;
}

.pointHeader1 {
  text-align: center;
  align-items: center;
}

.pointHeader1 h1 {
  margin-bottom: 30px;
  font-size: 30px;
}

.pointHeader1 img {
  width: 60%;
  border-radius: 10px;
  box-shadow: 0 5px 9px rgba(0, 0, 0, 0.5);
}

.pointHeader1 span {
  color: var(--primary);
  font-size: 40px;
}

.pointHeader2 {
  align-items: center;
  justify-content: center;
}

.pointHeader2 h1 {
  padding-top: 30px;
}

.pointHeader2 h2 {
  padding: 20px 30px;
  font-size: 14px;
}

.pointMenuOne:hover,
.pointMenuTwo:hover,
.pointMenuThree:hover,
.pointMenuFour:hover,
.pointMenuFive:hover {
  background: none;
  box-shadow: 0 5px 9px rgba(0, 0, 0, 0.3);
}

.pointMenuOne a:hover,
.pointMenuTwo a:hover,
.pointMenuThree a:hover,
.pointMenuFour a:hover,
.pointMenuFive a:hover {
  color: var(--primary);
}

/* MEDIA SCREEN */
/* MEDIA SCREEN */
/* MEDIA SCREEN */

@media (min-width: 999px) and (max-width: 1620px) {
  /* SECTION TENTANG KITA */

  .slideTwo {
    margin: auto;
  }

  .about {
    align-items: center;
    justify-content: center;
    padding: 40px;
    width: auto;
  }
  .sectionAbout {
    display: block;
  }

  .aboutUser1,
  .aboutUser2 {
    padding: 20px;
    width: auto;
    align-items: center;
    justify-content: center;
  }

  .aboutImg {
    width: 20%;
    border-radius: 20px;
    overflow: hidden;
    cursor: pointer;
    margin-right: 20px;
  }

  .aboutImg img {
    height: 200px;
    transition: 0.5s ease;
    filter: grayscale(100%);
  }

  .aboutImg img:hover {
    transform: none;
    filter: none;
  }
}
@media (max-width: 1700px) {
  .home {
    display: block;
  }

  .homeImage {
    text-align: center;
  }

  .homeText {
    text-align: center;
    align-items: center;
  }
}

@media (min-width: 460px) and (max-width: 760px) {
  html {
    font-size: 40%;
  }

  header {
    justify-content: center;
  }

  .headerLogo {
    display: none;
  }

  .home {
    padding: 0;
    align-items: center;
    text-align: center;
    padding-top: 50px;
  }

  .homeTextTitle {
    font-size: 23px;
  }

  .homeTextSubtitle {
    font-size: 17px;
  }

  .homeImage {
    align-items: center;
    text-align: center;
    margin: 0;
  }

  .homeImage img {
    width: 350px;
  }

  /* SECTION TENTANG KITA */

  .sectionAbout {
    display: block;
  }
}
@media (min-width: 0px) and (max-width: 460px) {
  .headerLogo {
    display: none;
  }

  /* SECTION TASK */

  .pointHeader1 h1 {
    font-size: 18px;
  }

  .pointHeader1 img {
    width: 250px;
  }

  .pointHeader2 h1 {
    font-size: 18px;
  }

  .pointMenuOne,
  .pointMenuTwo,
  .pointMenuThree {
    margin: 10px;
    padding: 2px;
    scale: 80%;
  }
}
