@import url('https://fonts.googleapis.com/css2?family=Questrial&display=swap');

* {
  box-sizing: border-box;
  font-family: 'Questrial', sans-serif;
}

::-webkit-scrollbar {
display: none;
}

h1, h2, h3, h4, h5, p, a {
  font-family: 'Questrial', sans-serif;
}

html {
  overflow: hidden;
  cursor: pointer;
}

body {
  padding: 0;
  margin: 0;
}

.logoaddev {
  z-index: 999;
  position: fixed;
  width: 200px;
  left: 50%;
  bottom: 2%;
  translate: -50% 0;
  transition: 0.5s;
}

.logoaddev:hover {
  scale: 1.1;
}

.container {
  width: 100vw;
  height: 100vh;
}

.row1{
  display: flex;
  width: 100%;
  height: 50vh;
}

.row2 {
  display: flex;
  width: 100%;
  height: 50vh;
}

.block1 {
  width: 50%;
  background:linear-gradient(0deg, rgba(38, 55, 70, 0.5), rgba(38, 55, 70, 0.5)), url(img/zipchem-portal.png);
  background-size:cover;
  background-position: center;
  transition: 0.5s;
  box-shadow: inset 5px 5px 20px 0px rgba(0,0,0,0.3);
}

.block2 {
  width: 50%;
  background:linear-gradient(0deg, rgba(38, 55, 70, 0.5), rgba(38, 55, 70, 0.5)), url(img/ecommerce.jpg);
  background-size:cover;
  background-position: center;
  transition: 0.5s;
  box-shadow: inset 5px 5px 20px 0px rgba(0,0,0,0.3);
}

.block3 {
  width: 50%;
  background:linear-gradient(0deg, rgba(38, 55, 70, 0.5), rgba(38, 55, 70, 0.5)), url(img/custom-packaging.png);
  background-size:cover;
  background-position: center;
  transition: 0.5s;
  box-shadow: inset 5px 5px 20px 0px rgba(0,0,0,0.3);
}

.block4 {
  width: 50%;
  background:linear-gradient(0deg, rgba(38, 55, 70, 0.5), rgba(38, 55, 70, 0.5)), url(img/Litterature3.jpg);
  background-size:cover;
  background-position: center;
  transition: 0.5s;
  box-shadow: inset 5px 5px 20px 0px rgba(0,0,0,0.3);
}


/* .block1 {
  width: 50%;
  background:linear-gradient(0deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url(img/zipchem-portal.png);
  background-size:cover;
  background-position: center;
  transition: 0.5s;
  box-shadow: inset 5px 5px 20px 0px rgba(0,0,0,0.3);
}

.block2 {
  width: 50%;
  background:linear-gradient(0deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url(img/ecommerce.jpg);
  background-size:cover;
  background-position: center;
  transition: 0.5s;
  box-shadow: inset 5px 5px 20px 0px rgba(0,0,0,0.3);
}

.block3 {
  width: 50%;
  background:linear-gradient(0deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url(img/custom-packaging.png);
  background-size:cover;
  background-position: center;
  transition: 0.5s;
  box-shadow: inset 5px 5px 20px 0px rgba(0,0,0,0.3);
}

.block4 {
  width: 50%;
  background:linear-gradient(0deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url(img/brochures.jpg);
  background-size:cover;
  background-position: center;
  transition: 0.5s;
  box-shadow: inset 5px 5px 20px 0px rgba(0,0,0,0.3);
} */

.grow {
  scale: 1.1;
  z-index: 998;
  box-shadow:inset 5px 5px 20px 0px rgba(0,0,0,0.3), 5px 5px 20px 0px rgba(0,0,0,0.3);
}

p {
  width: 100%;
  color: #fff;
  font-size: 3em;
  font-weight: 600;
  text-align: center;
  margin: 17% 0;
}

p .description {
  font-size: 22px;
  font-weight: 100;
}

p .arrow {
  font-size: 1.5em;
}