@font-face {
  font-family: "Poppins-reg";
  src: url("../fonts/Poppins-Regular.ttf");
}

body {
  font-family: "Poppins-reg", sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

a {
  background-color: transparent;
  color: #e1a5dd;
  text-decoration: underline;
}

.section-1 {
  display: block;
  min-height: 100vh;
  padding-right: 0px;
  padding-left: 0px;
  background-image: url("../images/bg-min.png");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.div-block {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1160px;
  min-height: 100vh;
  margin-right: auto;
  margin-left: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.image-logo-2 {
  padding-bottom: 100px;
}

.heading-1 {
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 34px;
  line-height: 52px;
  font-weight: 400;
}

.div-block-2 {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-3 {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.paragraph {
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 23px;
  font-weight: 400;
}

.div-block-4 {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.section-2 {
  position: relative;
  background-color: #501c4d;
}

.heading-2 {
  margin-bottom: 0px;
  font-family: "Poppins-reg", sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 35px;
  font-weight: 400;
}

.pattern-1 {
  position: absolute;
  left: auto;
  top: 5%;
  right: 5%;
  bottom: auto;
}

.pattern-2 {
  position: absolute;
  left: 5%;
  top: 0%;
  right: auto;
  bottom: auto;
}

.pattern-3 {
  position: absolute;
  left: 15%;
  top: auto;
  right: auto;
  bottom: 10%;
}

.pattern-4 {
  position: absolute;
  left: auto;
  top: auto;
  right: 5%;
  bottom: 0%;
  overflow: visible;
}

.link {
  color: #a76ea4;
  font-size: 18px;
  line-height: 25px;
}

.link:hover {
  color: #e1a5dd;
}

.link:visited {
  color: #e1a5dd;
}

.heading-2-copy {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 35px;
  font-weight: 400;
}

@media screen and (max-width: 991px) {
  .heading-1 {
    font-size: 26px;
  }
}

@media screen and (max-width: 767px) {
  .heading-1 {
    max-width: 80vw;
    line-height: 46px;
  }

  .heading-2 {
    max-width: 80vw;
  }

  .heading-2-copy {
    max-width: 80vw;
  }
}

@media screen and (max-width: 479px) {
  .div-block {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-logo-2 {
    padding-bottom: 0px;
  }

  .heading-1 {
    font-size: 20px;
    line-height: 32px;
  }

  .paragraph {
    font-size: 16px;
  }

  .heading-2 {
    max-width: 70vw;
    margin-right: auto;
    margin-left: auto;
  }

  .image-mouse {
    width: 30px;
  }

  .pattern-2 {
    display: none;
  }

  .pattern-4 {
    display: none;
  }

  .heading-2-copy {
    max-width: 70vw;
    margin-right: auto;
    margin-left: auto;
  }
}
