.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.body {
  mix-blend-mode: normal;
  background-color: #030e36;
}

.div-block {
  background-color: #1275ffcc;
  border-radius: 4vw;
  justify-content: center;
  align-items: center;
  width: 20vw;
  min-width: 20vw;
  max-width: 20vw;
  height: 6vw;
  min-height: 6vw;
  max-height: 6vw;
  margin-left: 1vw;
  margin-right: 1vw;
  padding-left: 1vw;
  padding-right: 1vw;
  display: flex;
}

.space {
  width: 40vw;
  height: 5vw;
  display: flex;
}

.buttons {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  width: 75vw;
  height: 5vw;
  margin-right: 3%;
  display: flex;
}

.navbar {
  background-color: #bcbdbd33;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 5vw;
  display: flex;
}

.div-block-4 {
  background-color: #2d9abe80;
  border-radius: 30px;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 90%;
  height: 60%;
  display: flex;
}

.logo {
  justify-content: center;
  align-items: center;
  width: 35vw;
  height: 8vw;
  margin-left: 5%;
  display: flex;
}

.logo.w--current {
  height: 6vw;
  margin-left: 3%;
  text-decoration: none;
}

.paragraph {
  color: #9b82ff;
  text-align: center;
  -webkit-text-stroke-width: .5px;
  -webkit-text-stroke-color: black;
  background-color: #0000;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: auto;
  height: auto;
  margin-bottom: 0;
  font-family: Changa One, Impact, sans-serif;
  font-size: 3vw;
  line-height: 20%;
  display: flex;
}

.div-block-6, .div-block-7, .div-block-8 {
  background-color: #9b82ff80;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 25%;
  height: 40%;
  text-decoration: none;
  display: flex;
}

.paragraph-2, .paragraph-3, .paragraph-4 {
  color: #fff;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.5vw;
}

.footer {
  background-image: url('../images/creami-un-immagine-non-concreta-con-molti-colori-e-qualche-forma.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 35vw;
  display: flex;
}

.contact {
  justify-content: center;
  align-items: center;
  width: 33%;
  height: 80%;
  padding-left: 0;
  display: flex;
}

.skill {
  width: 33%;
  height: 80%;
}

.hour {
  justify-content: center;
  align-items: center;
  width: 33%;
  height: 80%;
  display: flex;
}

.herosection, .worksection {
  width: 100%;
  height: 60vw;
}

.div-block-9 {
  background-color: #ffffff80;
  border-radius: 20px;
  flex-flow: column;
  order: 0;
  justify-content: center;
  align-items: center;
  width: 90%;
  height: 80%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.div-block-10 {
  background-color: #ffffff80;
  border-radius: 20px;
  width: 90%;
  height: 80%;
}

.div-block-11 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  width: 90%;
  margin-bottom: 10px;
  display: flex;
}

.div-block-12 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 95%;
  height: 70%;
  margin-top: 10px;
  padding: 20px;
  display: flex;
}

.div-block-13 {
  background-image: url('../images/social-behance-svgrepo-com.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  width: 20%;
  height: 80%;
  display: flex;
  overflow: hidden;
}

.div-block-14 {
  background-image: url('../images/social-linkedin-svgrepo-com-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 20%;
  height: 80%;
  display: flex;
}

.div-block-15 {
  background-image: url('../images/social-google-svgrepo-com.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  width: 20%;
  height: 80%;
  display: flex;
}

.div-block-16 {
  background-image: url('../images/social-youtube-svgrepo-com.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  width: 20%;
  height: 80px;
  display: flex;
}

.container {
  grid-column-gap: 2.5%;
  grid-row-gap: 2.5%;
  justify-content: center;
  align-items: center;
  width: 90%;
  display: flex;
}


