.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.grid {
  grid-column-gap: 0px;
  grid-template-rows: auto;
}

.section {
  min-height: 90vh;
  color: #fff;
  background-image: linear-gradient(rgba(0, 0, 0, 0) 60%, #fff), radial-gradient(circle, #1a1a39, rgba(255, 255, 255, 0)), linear-gradient(#63cbe4, #63cbe4);
  font-family: Montserrat, sans-serif;
}

.container {
  max-width: 1200px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding: 30px;
  display: flex;
}

.image {
  width: 300px;
  position: relative;
}

.div-block {
  z-index: 1;
  width: 100px;
  height: 100px;
  text-align: center;
  background-image: url("../images/3D-Items.png");
  background-position: 0 0;
  background-size: contain;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  line-height: 100%;
  display: flex;
  position: absolute;
  top: -30px;
  bottom: auto;
  left: auto;
  right: -30px;
}

.form {
  padding: 35px;
  position: relative;
  box-shadow: 0 2px 20px -10px rgba(0, 0, 0, 0.2);
}

.image-2 {
  width: 200px;
  background-color: #fff;
}

.button {
  background-color: #63cbe4;
  align-self: flex-end;
  margin-bottom: 80px;
}

.div-block-2 {
  flex-direction: column;
  display: flex;
}

.heading {
  text-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  margin-bottom: 18px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 100%;
}

.form-block {
  color: #111;
  background-color: #fff;
  border-radius: 15px;
}

.text-field {
  outline-offset: 0px;
  color: #000;
  border: 1px #000;
  border-radius: 8px;
  outline: 3px #333;
  margin-bottom: 16px;
  padding: 20px;
  font-size: 16px;
  box-shadow: 0 2px 20px -2px rgba(0, 0, 0, 0.2);
}

.text-field::-ms-input-placeholder {
  color: #000;
}

.text-field::placeholder {
  color: #000;
}

.text-field.multiline {
  height: 150px;
}

.submit-button {
  width: 100%;
  text-align: center;
  cursor: pointer;
  background-image: linear-gradient(132deg, #63cbe4, #3792a7);
  border-radius: 200px;
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 18px;
  transition: all 0.3s;
  box-shadow: 0 2px 20px -2px rgba(0, 0, 0, 0.2);
}

.submit-button:hover {
  transform: scale(1.03);
}

.submit-button.phone {
  width: auto;
  padding-left: 22px;
  padding-right: 22px;
}

.submit-button.chat {
  width: auto;
  background-image: linear-gradient(327deg, #63cbe4, #3792a7);
  margin-top: 20px;
  padding-left: 22px;
  padding-right: 22px;
}

.text-block {
  color: #fff;
  text-shadow: 0 5px 17px rgba(0, 0, 0, 0.2);
}

.heading-2 {
  text-align: center;
  margin-top: 0;
  font-family: Verdana, Geneva, sans-serif;
}

.paragraph {
  max-width: 300px;
  text-align: center;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
}

.section-2 {
  min-height: 200vh;
}

.container-2 {
  max-width: 1200px;
}

.div-block-3 {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 30px;
  display: flex;
}

.text-block-2 {
  text-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
  font-size: 24px;
}

.div-block-4 {
  flex-direction: column;
  justify-content: center;
  padding-bottom: 59px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: relative;
}

.list {
  font-size: 18px;
  list-style: disc;
}

.li {
  text-shadow: 0 5px 20px rgba(0, 0, 0, 0.58);
  font-size: 18px;
}

.paralax-image {
  width: 200px;
  position: absolute;
  top: 0;
  left: 0;
}

.paralax-image._2 {
  top: 50%;
  left: 50%;
}

.paralax-image._3 {
  height: 300px;
  top: 40%;
  left: 80%;
}

.paralax-image._4 {
  width: 400px;
  opacity: 0.8;
  top: 0%;
  left: -10%;
}

.paralax-image._5 {
  top: 10px;
  left: 0%;
}

.paralax-image._6 {
  width: 700px;
  top: 60%;
  left: -10%;
}

.paralax-image._1 {
  width: 300px;
  top: 0%;
  left: auto;
  right: 31%;
}

.paralax-image._7 {
  top: 200%;
  left: 50%;
}

.dot {
  width: 30px;
  margin-right: 24px;
  transform: rotate(0);
}

.dot._2 {
  transform: rotate(45deg);
}

.dot._3 {
  transform: rotate(90deg);
}

.dot._4 {
  transform: rotate(135deg);
}

.div-block-5 {
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

@media screen and (min-width: 1440px) {
  .paralax-image._4 {
    left: -8%;
  }

  .paralax-image._6 {
    top: 55%;
    left: -8%;
  }

  .paralax-image._1 {
    right: 40%;
  }
}

@media screen and (min-width: 1920px) {
  .paralax-image._4 {
    left: 0%;
  }

  .paralax-image._1 {
    right: 2%;
  }
}

@media screen and (max-width: 991px) {
  .grid {
    grid-template-columns: 1fr;
  }

  .container {
    max-width: 600px;
  }

  .form {
    position: relative;
  }

  .heading {
    text-align: left;
    margin-top: 11px;
    font-size: 35px;
  }

  .form-block {
    position: relative;
  }

  .text-block-2 {
    text-align: left;
  }

  .paralax-image._4 {
    width: 200px;
    top: 13%;
    left: -13%;
  }

  .paralax-image._6 {
    width: 300px;
    top: 78%;
    left: -7%;
  }

  .paralax-image._1 {
    width: 200px;
    text-align: center;
    top: 36%;
    right: 0%;
  }
}

@media screen and (max-width: 767px) {
  .image {
    width: 200px;
  }

  .div-block-4 {
    padding-left: 0;
    padding-right: 0;
  }

  .paralax-image._4 {
    top: -2%;
    left: -25%;
  }

  .paralax-image._6 {
    top: 106%;
  }

  .paralax-image._1 {
    top: 47%;
    right: 0%;
  }
}

@media screen and (max-width: 479px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .image {
    width: 100%;
    max-width: 250px;
    margin-bottom: 14px;
  }

  .div-block {
    width: 20vw;
    height: 20vw;
    top: -10vw;
    bottom: auto;
    left: 35.5vw;
    right: 35.5vw;
  }

  .form {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading {
    font-size: 24px;
  }

  .submit-button.phone {
    align-self: flex-start;
  }

  .text-block {
    font-size: 16px;
    line-height: 18px;
  }

  .heading-2 {
    font-size: 24px;
    line-height: 120%;
  }

  .paragraph {
    width: auto;
    font-size: 14px;
  }

  .div-block-3 {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 15px;
    padding-right: 15px;
  }

  .text-block-2 {
    font-size: 18px;
  }

  .li {
    font-size: 14px;
  }

  .paralax-image._4 {
    width: 150px;
    top: 63%;
    left: -25%;
  }

  .paralax-image._1 {
    width: 100px;
    top: 18%;
    right: 0%;
  }

  .dot {
    margin-right: 8px;
  }

  .div-block-5 {
    margin-bottom: 14px;
  }
}

#w-node-d8fe71fe-dcb8-20d9-cf05-fe135599d5ff-dd135412,
#w-node-_9ca81146-8018-cb6b-05a9-382a8045a8a8-dd135412,
#w-node-_0589f703-70c4-8d5e-8a62-6ec5f0816c30-dd135412 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@font-face {
  font-family: "Banks";
  src: url("../fonts/Banks") format("undefined");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Bodoni 72";
  src: url("../fonts/Bodoni-72-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
