.section-header {
  font-size: 3.1573345183rem;
  line-height: 4rem;
  font-family: "Roboto Slab", sans-serif;
  font-weight: 100;
  text-align: center;
  margin: 2rem 0;
  text-shadow: 0 0 1px #cacaca;
  text-align: center;
}

.benefits {
  height: 60vh;
  position: relative;
}
.benefits .glider-slide {
  position: relative;
}
.benefits .dots {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
}
.benefits img {
  width: 100%;
  height: 60vh;
  object-fit: cover;
}
.benefits h2, .benefits h3 {
  text-shadow: 0 0 1px #cacaca;
  position: absolute;
  left: 5rem;
}
.benefits h2 {
  font-size: 1.776889rem;
  line-height: 2rem;
  font-family: "Roboto Slab", sans-serif;
  font-weight: 100;
  text-align: center;
  top: 20vh;
}
.benefits h3 {
  font-size: 1.333rem;
  line-height: 2rem;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  text-align: left;
  top: 30vh;
}

.gallery .nGY2GThumbnail_l1 {
  border: none;
}

.technology ul {
  margin: 0;
  padding: 0;
}
.technology li {
  position: relative;
  height: 30vh;
  margin-bottom: 2rem;
}
.technology li.left .img-hover-zoom {
  left: 0;
}
.technology li.left .content {
  right: 0;
}
.technology li.right .img-hover-zoom {
  right: 0;
}
.technology li.right .content {
  left: 0;
}
.technology .img-hover-zoom {
  display: none;
}
@media (min-width: 720px) {
  .technology .img-hover-zoom {
    display: block;
    height: 30vh;
    width: 60%;
    overflow: hidden;
    position: absolute;
  }
  .technology .img-hover-zoom:hover img {
    transform: scale(1.3);
  }
}
@media (min-width: 720px) {
  .technology .content {
    height: 30vh;
    width: 40%;
    overflow: hidden;
    position: absolute;
  }
}
.technology img {
  width: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.technology h3 {
  font-size: 1.333rem;
  line-height: 2rem;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  text-align: center;
  margin: 1rem 0 0 0;
}
.technology p {
  text-align: center;
  margin: 0 1rem;
}

.contact .box {
  width: 95%;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  border: 2px solid #6323ad;
}
@media (min-width: 720px) {
  .contact .box {
    flex-direction: row;
    width: 80%;
  }
}
.contact .details {
  flex-grow: 1;
  background-color: #6323ad;
  padding: 1rem;
  color: #ffffff;
  text-shadow: 0 0 3px #333333;
}
.contact .details h3 {
  font-size: 1.333rem;
  line-height: 2rem;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  text-align: left;
  margin: 0;
}
.contact .details p {
  font-size: 1rem;
  line-height: 1rem;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  text-align: left;
  margin: 1rem 0 0;
}
.contact .details a {
  text-decoration: underline;
  text-shadow: none;
  color: #ffffff;
}
.contact form {
  flex-grow: 1;
  padding: 1rem;
}
.contact form .row {
  display: flex;
  flex-direction: column;
}
@media (min-width: 720px) {
  .contact form .row {
    flex-direction: row;
  }
}
.contact form .row.flex-end {
  justify-content: flex-end;
}
.contact form .row > div {
  flex-grow: 1;
  padding: 0 1rem 1rem 0;
}
.contact form h3 {
  font-size: 1.333rem;
  line-height: 2rem;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  text-align: center;
  margin: 0 0 1rem;
}
.contact form label {
  display: none;
  width: 100%;
  font-size: 1.333rem;
  line-height: 2rem;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  text-align: center;
}
.contact form input, .contact form textarea {
  font-size: 1rem;
  line-height: 1rem;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  text-align: left;
  border: none;
  border-bottom: 0.5px solid #cacaca;
  width: 100%;
}
.contact form input:focus, .contact form textarea:focus {
  outline: none;
}
.contact form textarea {
  height: 10rem;
  border: 0.5px solid #cacaca;
  padding: 1rem;
}
.contact form button {
  background-color: #6323ad;
  padding: 1rem;
  color: #ffffff;
  text-shadow: 0 0 3px #333333;
  margin-top: 1rem;
}

footer {
  background: url("/img/moroccan-flower.png") repeat;
  height: 6rem;
  margin-top: 6rem;
}