@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700&display=swap');


*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}
body{
  min-height: 100vh;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background: #A2BAFF;
  padding-left: 16px;
  padding-right: 16px;
}

nav{
  height: 64px;
  width: 100vw;
  position: fixed;
  padding: 10px 50px;
  top: 0;
  z-index: 10;
  background-color: #ffffff;
  box-shadow: 0 2px 50px rgba(0,0,0,0.1);
}

nav img {
  height: 40px;
  margin-right: 10px;
}


.wrapper{
  width: 580px;
  height: 420px;
  background: #A2BAFF;
  border-radius: 10px;
}

.wrapper2{
  margin-top: 24px;
  margin-left: 40px;
  width: 480px;
  height: 470px;
  align-items: center;
  background: #ffffff;
  padding: 32px;
  border-radius: 10px;
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.04);
}

.wrapper img{
  width: 580px;
}


.wrapper2 h2{
  position: relative;
  font-size: 28px;
  font-weight: 700;
  color: #333;
}

.wrapper2 p{
  margin-top: 4px;
  position: relative;
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  margin-bottom: 28px;
}

.wrapper2 .a{
    position: relative;
    font-size: 16px;
    font-weight: 550;
    color: #333333;
    margin-bottom: 0px;
}


.wrapper2 .box {
    display: flex;
    gap: 0px 12px;

}

.wrapper2 .box .guru {
  text-decoration: none;
  text-align: center;
  margin-top: 12px;
  margin-bottom: 20px;
  padding: 20px 16px;
  height: 60px;
  width: 220px;
  color: #fff;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 1px;
  border: none;
  border-radius: 8px;
  background: #007AFF;
  cursor: pointer;
  box-shadow: 0 2px 30px rgba(22, 37, 254, 0.262);
}

.wrapper2 .box .guru:hover{
  background: #0e4bf1;
}

.wrapper2 .box .kelas {
    text-decoration: none;
    text-align: center;
    margin-top: 12px;
    margin-bottom: 20px;
    padding: 20px 16px;
    height: 60px;
    width: 220px;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 1px;
    border: none;
    border-radius: 8px;
    background: #593cfa;
    cursor: pointer;
    box-shadow: 0 2px 30px rgba(22, 37, 254, 0.262);
  }
  
  .wrapper2 .box .kelas:hover{
    background: #3b24bd;
  }
  

  .wrapper2 .text p{
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 550;
    color: #333333;
  }

.wrapper2 .btn {
    display: grid;
    grid-template-columns: auto auto auto;
    margin-top: 6px;
}

.wrapper2 .btn a{
  text-decoration: none;
  margin: 4px 4px;
  height: 32px;
  width: auto;
  padding: 7px 16px;
  color: #fff;
  text-align: center;
  font-size: 13px;
  letter-spacing: 1px;
  border: none;
  border-radius: 26px;
  background: #40A69F;
  cursor: pointer;
}

.wrapper2 .btn a:hover{
  background: #16867f;
}


@media only screen and (max-width: 480px) {

  *{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
  }

  body{
    min-height: 100vh;
    display: flex;
    align-items: center;
    flex-direction: column;
    background: #A2BAFF;
    padding-left: 16px;
    padding-right: 16px;
  }
  
  nav{
    height: 60px;
    width: 100vw;
    position: fixed;
    padding: 10px 50px;
    top: 0;
    z-index: 10;
    background-color: #ffffff;
    box-shadow: 0 2px 50px rgba(0,0,0,0.1);
  }
  
  nav img {
    height: 40px;
    margin-right: 10px;
  }

  .wrapper{
    display: none;
    margin-top: 80px;
    align-items: center;
    width: auto;
    max-width: 340px;
    height: auto;
    background: #fafafa;
    border-radius: 10px;
  }

  .wrapper img{
    align-items: center;
    width: auto;
    max-width: 340px;
  }

  .wrapper2{
    margin-top: 24px;
    margin-left: 0px;
    width: auto;
    max-width: 340px;
    height: 500px;
    background: #fff;
    padding: 16px;
    border-radius: 10px;
    box-shadow: 0 2px 30px rgba(0,0,0,0.1);
  }
  


  .wrapper2 h2{
    position: relative;
    margin-top: 10px;
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    color: #333;
  }
  
  .wrapper2 p{
    margin-top: 4px;
    position: relative;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    color: #333333;
    margin-bottom: 20px;
  }

  .wrapper2 .a{
    position: relative;
    font-size: 16px;
    font-weight: 550;
    color: #333333;
    margin-bottom: 0px;
}


.wrapper2 .box {
    display: flex;
    gap: 2px 12px;

}

.wrapper2 .box .guru {
  text-decoration: none;
  text-align: center;
  margin-top: 16px;
  margin-bottom: 20px;
  padding: 10px 16px;
  height: 68px;
  width: 220px;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 1px;
  border: none;
  border-radius: 8px;
  background: #007AFF;
  cursor: pointer;
  box-shadow: 0 2px 30px rgba(22, 37, 254, 0.262);
}

.wrapper2 .box .guru:hover{
  background: #0e4bf1;
}

.wrapper2 .box .kelas {
    text-decoration: none;
    text-align: center;
    margin-top: 16px;
    margin-bottom: 20px;
    padding: 10px 16px;
    height: 68px;
    width: 220px;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 1px;
    border: none;
    border-radius: 8px;
    background: #593cfa;
    cursor: pointer;
    box-shadow: 0 2px 30px rgba(22, 37, 254, 0.262);
  }
  
  .wrapper2 .box .kelas:hover{
    background: #3b24bd;
  }
  

.wrapper2 .text p{
  font-size: 16px;
  text-align: center;
  margin-bottom: 12px;
  font-weight: 550;
  color: #333333;
}

.wrapper2 .btn {
    display: grid;
    grid-template-columns: auto auto;
    margin-top: 6px;
}

.wrapper2 .btn a{
  text-decoration: none;
  margin: 4px 4px;
  height: 32px;
  width: auto;
  padding: 7px 16px;
  color: #fff;
  text-align: center;
  font-size: 13px;
  letter-spacing: 1px;
  border: none;
  border-radius: 26px;
  background: #40A69F;
  cursor: pointer;
}

.wrapper2 .btn a:hover{
  background: #16867f;
}

  

}

