h1 {
  color: #171728;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 600;
  line-height: 44px;
}

h2 {
  color: #0359da;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 600;
  line-height: 36px;
}

h3 {
  color: #171728;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
}

a {
  color: #13ca60;
  text-decoration: underline;
}

strong {
  font-weight: 600;
}

.hero-wrapper {
  z-index: 1;
  color: #fff;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.pretitle {
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.2em;
  display: inline;
}

.tutorial-video {
  z-index: 5;
  border-radius: 15px;
  width: 40%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
  box-shadow: 0 8px 12px 4px #0000001a;
}

.tutorial-hero {
  background-image: linear-gradient(#0359da, #24a2ff);
  padding-top: 100px;
  padding-bottom: 340px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.tutorial-heading {
  color: #fff;
  margin-top: 9px;
  font-family: Poppins, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.25em;
  position: relative;
}

.button-white {
  color: #1771d7;
  text-align: center;
  background-color: #fff;
  border-radius: 50px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
  padding: 12px 24px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: all .5s;
  display: flex;
}

.button-white:hover {
  color: #fff;
  background-color: #1771d7;
  transform: scale(1.05);
}

.tag {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 25px;
  justify-content: center;
  margin-top: 30px;
  padding: 10px 22px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  display: flex;
}

.tutorial-desc {
  max-width: 600px;
  margin-top: 10px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.7em;
}

.button-icon {
  margin-right: 10px;
  font-family: Material Symbols Rounded, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.hero-slash {
  width: 100vw;
  max-width: none;
  transition: all .5s;
  display: block;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.section {
  padding: 36px 55px 55px;
}

.body {
  font-family: Poppins, sans-serif;
}

.paragraph {
  color: #686781;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6;
}

.heading2 {
  color: #171728;
  font-size: 30px;
  line-height: 1.2;
}

.heading1 {
  line-height: 1.2;
}

.list {
  color: #686781;
}

.heading3 {
  color: #0359da;
  margin-top: 24px;
  font-size: 24px;
  line-height: 1.2;
}

.heading4 {
  color: #686781;
  margin-top: 20px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
}

.tutorial-img {
  border-radius: 15px;
  width: 60%;
  margin-top: 10px;
  margin-bottom: 10px;
  box-shadow: 0 2px 16px 2px #68678126;
}

@media screen and (min-width: 1280px) {
  .tutorial-video {
    width: 40%;
  }

  .tutorial-hero {
    background-image: linear-gradient(135deg, #0359da, #24a2ff);
  }

  .tutorial-desc {
    max-width: 700px;
  }

  .hero-slash {
    width: 100%;
    left: 0%;
  }
}

@media screen and (min-width: 1440px) {
  .tutorial-video {
    width: 35%;
  }

  .tutorial-heading {
    max-width: 800px;
  }
}

@media screen and (min-width: 1920px) {
  .tutorial-video {
    width: 30%;
  }

  .tutorial-hero {
    padding-top: 200px;
    padding-bottom: 380px;
  }

  .tutorial-heading {
    max-width: 900px;
  }

  .tutorial-desc {
    max-width: 800px;
  }
}

@media screen and (max-width: 991px) {
  .hero-wrapper {
    align-items: center;
    width: 100%;
    margin-left: 0;
  }

  .pretitle {
    font-size: 27px;
  }

  .tutorial-video {
    width: 50%;
  }

  .tutorial-hero {
    padding-top: 160px;
    padding-bottom: 300px;
  }

  .tutorial-heading {
    text-align: center;
    max-width: 700px;
    margin-bottom: -1px;
    font-size: 41px;
  }

  .button-white {
    border-radius: 50px;
    padding-left: 14px;
    padding-right: 15px;
    font-size: 15px;
  }

  .tutorial-desc {
    text-align: center;
    margin-top: 11px;
  }

  .tutorial-img {
    width: 75%;
  }
}

@media screen and (max-width: 767px) {
  .hero-wrapper {
    margin-left: 20px;
    margin-right: 20px;
  }

  .pretitle {
    font-size: 19px;
  }

  .tutorial-video {
    width: 70%;
  }

  .tutorial-hero {
    padding-bottom: 280px;
  }

  .tutorial-heading {
    margin-top: 7px;
    margin-bottom: 0;
    font-size: 34px;
  }

  .tutorial-desc {
    margin-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
  }

  .hero-slash {
    width: 102%;
    max-width: none;
    bottom: -2px;
    left: -5px;
    overflow: hidden;
  }

  .section {
    padding: 32px;
  }

  .tutorial-img {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .hero-wrapper {
    margin-bottom: 100px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .pretitle {
    margin-right: 5px;
    font-size: 16px;
    display: none;
  }

  .pretitle-wrapper {
    padding-left: 20px;
    padding-right: 21px;
    font-size: 16px;
  }

  .tutorial-video {
    margin-bottom: 0;
  }

  .tutorial-hero {
    padding-top: 10svh;
    padding-bottom: 15svh;
  }

  .tutorial-heading {
    font-size: 28px;
  }

  .tag {
    margin-top: 20px;
  }

  .hero-slash {
    height: auto;
    position: absolute;
    bottom: -2px;
  }

  .section {
    padding: 20px;
  }

  .paragraph {
    font-size: 14px;
  }

  .heading2 {
    font-size: 22px;
  }

  .heading1 {
    font-size: 28px;
  }

  .heading3 {
    font-size: 18px;
  }

  .heading4 {
    font-size: 16px;
  }
}


