.section {
  display: inline-block;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  max-height: 100vh;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.hero-heading {
  position: relative;
  z-index: 1;
  display: block;
  height: auto;
  margin-right: 64px;
  margin-left: 64px;
}

.heading {
  font-family: Roobert, sans-serif;
  font-size: 83px;
  line-height: 110%;
  font-weight: 600;
  text-align: right;
}

.body {
  overflow: hidden;
  height: 100vh;
  max-height: 100vh;
  max-width: 100vw;
  background-color: #f2f2f2;
  cursor: url('../images/eggplant_1f346.cur'), url('../images/eggplant_1f346.png'), url('../images/eggplant.gif'), auto;
  -o-object-fit: fill;
  object-fit: fill;
}

.image {
  width: 90%;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: -219px;
}

.background-gradinet {
  height: auto;
  max-height: none;
  margin-top: -205px;
  margin-bottom: 0px;
  padding-top: 0px;
}

.texture {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  overflow: visible;
  width: 100%;
  height: 100%;
  background-color: hsla(0, 0%, 100%, 0);
  background-image: url('../images/texture.png');
  background-position: 0px 0px;
  background-size: 1440px;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: overlay;
  -o-object-fit: cover;
  object-fit: cover;
}

.cursor-gif {
  position: absolute;
  z-index: 3;
  width: 30px;
  height: 22px;
  padding-left: 16px;
  background-image: url('../images/sweat.gif');
  background-position: 0px 0px;
  background-size: cover;
  -o-object-fit: fill;
  object-fit: fill;
}

.div-block {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 6%;
  z-index: 1;
  margin-top: auto;
  margin-left: auto;
}

.about {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -122%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 45px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.text-block {
  max-width: 30%;
  min-width: 0%;
  padding-right: 5px;
  font-family: Inter, sans-serif;
  color: #787878;
  font-size: 16px;
  font-weight: 400;
  text-align: right;
}

.button {
  margin-top: 32px;
  padding-right: 48px;
  padding-left: 48px;
  border-radius: 35px;
  background-color: #333;
  cursor: none;
}

.button:hover {
  background-color: #000;
}

.header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-block-2 {
  margin-top: 24px;
  margin-left: 32px;
}

.image-2 {
  max-width: 85%;
}

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

  .image {
    width: 100%;
  }

  .background-gradinet {
    margin-top: 35px;
  }

  .about {
    bottom: -189%;
    margin-bottom: 100px;
  }

  .text-block {
    max-width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .heading {
    font-size: 52px;
  }

  .about {
    margin-bottom: 32px;
  }

  .text-block {
    max-width: 75%;
  }
}

@media screen and (max-width: 479px) {
  .section {
    display: block;
  }

  .hero-heading {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 20px;
  }

  .heading {
    padding-left: 20px;
    font-size: 38px;
  }

  .image {
    width: 150%;
    max-width: 150%;
    margin-top: 195px;
    margin-left: -88px;
  }

  .background-gradinet {
    margin-top: -32px;
  }

  .about {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: -52px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .text-block {
    max-width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .button {
    margin-right: 20px;
  }

  .div-block-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 20px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .image-2 {
    max-width: 50%;
  }

  .div-block-3 {
    display: none;
  }
}

@font-face {
  font-family: 'Roobert';
  src: url('../fonts/Roobert-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roobert';
  src: url('../fonts/Roobert-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
