/* Header */

.hosting-lp header {
  background-color: white;
  background: url("../img/hosting/header-cloud-bg-min.png") bottom center repeat-x;
  padding-bottom:150px;
}

header .container {
  z-index: 9999;
}

/* Content */

.landing-page-content {
  background: linear-gradient(180deg, #f5f5f5, 200px, #fff);
  padding: 0 14px 120px;
  z-index: -9;
}

.hosting-lp h1,
.hosting-lp h2,
.hosting-lp h3,
.hosting-lp h4 {
  color: #fb5f24;
  font-weight: 400;
}

.hosting-lp h1 {
  font-size: 2.5rem;
  line-height: 1.4;
  max-width: 650px;
  margin: 30px auto 20px;
}

.hosting-lp h2 {
  font-size: 2.1rem;
  line-height: 1.4;
  max-width: 650px;
  margin: 30px auto 20px;
}

.hosting-lp h3 {
  font-size: 1.8rem;
  line-height: 1.6;
}

.hosting-lp h4 {
  font-size: 1.6rem;
  line-height: 1.4;
}

.hosting-lp blockquote p,
.hosting-lp p {
  font-family: 'Roboto Slab', serif;
  font-size: 1.3rem;
  background-color: transparent;
  z-index: 1;
}

.hosting-lp blockquote p {
  font-weight: 400;
  color: #666666;
  max-width: 600px;
  margin: 0 auto;
}

.hosting-lp p {
  font-weight: 300;
  color: #333333;
}

/* Tech logos */

.tech-logos {
  background-image: url("/wp-content/uploads/2022/11/cloud-bg-min.png");
  background-repeat: no-repeat;
  background-position: 0 -4px;
  display: grid;
  align-items: center;
  height: 292px;
  margin-top: -70px;
  margin-left: -14px;
  margin-right: -14px;
  z-index: 0;
}

.tech-logos img {
  padding: 0 25px;
}

/* Services section */

.service-wrapper {
  max-width: 800px;
  margin: 60px auto;
}

.service-block {
  flex-wrap: nowrap !important;
  visibility: hidden;
}

.service-block figure {
  text-align: center;
}

.service-description {
  font-size: 1.1rem !important;
}

/* Visual regression testing section */

.visual-regression-wrapper {
  max-width: 800px;
  text-align: center;
  margin: 40px auto 60px;
}

.visual-regression-wrapper figure {
  margin-bottom: 30px;
}

/* Cloud separators */

.cloud-separator-1,
.cloud-separator-2 {
  background-image: url("/wp-content/uploads/2022/11/cloud-bg-min.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  margin-left: -14px;
  margin-right: -14px;
  margin-top: -200px;
}

.cloud-separator-1 {
  margin-top: -200px;
}

.cloud-separator-2 {
  margin-top: -120px;
}

/* Secure data section */

.secure-data-image {
  margin-top: 10px;
}

.data-wrapper {
  position: relative;
  margin-left: -14px !important;
  margin-right: -14px !important;
  margin-top: -100px !important;
}

.data-wrapper img {
  width: 100%;
}

.data-wrapper p {
  max-width: 800px;
  width: auto;
  margin: 20px auto;
  padding: 0 20px;
}

/* Carousel */

.hark-carousel-wrapper {
  width: 800px;
  margin: 40px auto 30px;
}

.slick-slide {
  width: 390px;
  margin: 8px;
}

.slick-slide img {
  width: 100%;
}

.slick-slide img:hover {
  opacity: 75%;
}

.hark-carousel .slick-dots li button::before {
  font-size: 15px;
  color: grey;
  margin-top: 20px;
}

.slick-dots li.slick-active button::before {
  color: #f5663a;
}

/* Carousel arrows (currently disabled) */
.slick-prev::before,
.slick-next::before {
  color: #f5663a;
  font-size: 22px;
}

/* Contact form */

.form-wrapper {
  display: flex;
  flex-flow: row wrap;
  max-width: 800px;
  justify-content: center;
  margin: 0 auto;
}

.form-left,
.form-right {
  width: 390px;
  max-height: 300px;
}

.form-left {
  margin-right: 10px;
}

.form-left input {
  height: 50px;
}

.form-wrapper input,
.form-wrapper textarea {
  border: 2px solid #ff9547;
  padding: 8px;
}

.form-wrapper input::placeholder,
.form-wrapper textarea::placeholder {
  font-family: 'Bw Modelica', sans-serif;
  font-size: 17px;
  color: #999999;
}

.form-wrapper textarea {
  min-height: 179px;
  line-height: 1.1;
}

.form-wrapper p {
  font-size: 1rem;
  margin-top: 0;
  margin-bottom: 0;
}

.form-wrapper p:nth-child(2),
.form-wrapper p:nth-child(3) {
  margin-top: -15px;
}

.form-submit {
  max-width: 800px;
  margin: 0 auto 40px;
}

.form-submit p {
  font-family: 'Bw Modelica', sans-serif;
  color: #ff9547;
  margin-top: 0;
}

.form-submit p:nth-child(1) {
  float: left;
}

.form-submit p:nth-child(2) {
  float: right;
}

.form-submit input {
  height: 50px;
  width: 194px;
  border: none;
  font-family: 'Bw Modelica', sans-serif;
  color: #ffffff;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 1.5px;
  background: linear-gradient(133deg, #f5663a, #ff9547);
  cursor: pointer;
  margin-right: 5px;
  margin-left: 15px;
  padding-top: 12px;
  transition: all 0.1s ease-in-out 0s;
}

.form-submit input:hover {
  border: 2px solid #ff9547;
  background: transparent;
  color: #FF7C1F;
}


/* Media queries */

@media screen and (max-width: 817px) {
  .tech-logos img {
    width: 85%;
  }

.form-left {
    margin-right: 0;
  }

  .form-submit {
    max-width: 400px;
  }

  .form-wrapper textarea {
    margin-top: -15px;
  }

  .hark-carousel-wrapper {
    width: 60%;
  }

  .slick-slide {
    width: 100%;
  }

}

@media screen and (max-width: 500px) {
  .hark-carousel-wrapper {
    width: 100%;
  }

}

@media screen and (min-width: 1120px) {
  .data-wrapper p {
    position: absolute;
    top: 690px;
    left: 50%;
    transform: translate(-50%);
    color: white;
    width: 800px;
  }
}

/* Animations */

@keyframes fadein {
 from {
  visibility: hidden;
  opacity: 0;
  transform: translateY(20px);
 }

 to {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
 }
}

.animate.active {
 animation: 2s ease-in-out fadein;
 visibility: visible;
}

.hosting-collage,
.hosting-collage-small {
 position: relative;
 width: 1090px;
 height: 580px;
 margin: 40px auto 0;
}

.hosting-collage-small {
 display: none;
}

.hosting-collage img {
 position: absolute;
 visibility: hidden;
}

.vermont-img {
 bottom: 175px;
 left: 0;
 z-index: 0;
}

.ultrasound-img {
 top: 0;
 left: 120px;
 z-index: 1;
}

.heart-hands-img {
 top: 0;
 right: 0;
 z-index: 0;
}

.hand-shake-img {
 right: 160px;
 bottom: 175px;
 z-index: 4;
}

.graduate-img {
 bottom: 0;
 right: 100px;
 z-index: 5;
}

.doctor-img {
 top: 0;
 right: 340px;
 z-index: 3;
}

.delivery-img {
 bottom: 175px;
 left: 354px;
 z-index: 2;
}

.compass-img {
 bottom: 0;
 left: 370px;
 z-index: 0;
}

.bread-img {
 bottom: 0;
 left: 140px;
 z-index: 1;
}

.tape-top {
 top: -40px;
 left: 60px;
 z-index: 6;
}

.tape-bottom {
 bottom: -25px;
 right: 65px;
 z-index: 6;
}

/* Animation */

@keyframes fadein {
 from {
  visibility: hidden;
  opacity: 0;
 }

 to {
  visibility: visible;
  opacity: 1;
 }
}

.hosting-collage img.active {
 animation: 0.1s ease-in fadein;
 visibility: visible;
}

/* Media queries */

@media screen and (max-width: 1118px) {
 .hosting-collage {
  display: none;
 }

 .hosting-collage-small {
  position: static;
  display: inline;
  margin: 0 auto;
 }

 .hosting-collage-small > img {
  max-width: 100%;
  height: auto;
 }
}

.autopilot-top {
  width:100%;
  height:auto;
  display:block;
}

#autopilot {
  width: 100%;
  height:auto;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  box-shadow: 10px 10px 15px #ddd;
  border-bottom-left-radius:12px;
  border-bottom-right-radius:12px;
}

#autopilot > div {
  width: 100%;
  height:auto;
}

#autopilot > div img {
  display:block;
}

#autopilot > .div-one {
  position: absolute;
  top: 0;
  left: 0;
  border-right: solid 5px #fed900;
  animation: curtain 20s ease-in-out infinite;
  overflow:hidden;
  width:92%;
}

@keyframes curtain {
  0% {
    width:92%;
  }
  50% {
    width:8%;
  }
  100% {
    width:92%;
  }
}

.autopilot-small {
  display:none;
}

@media screen and (max-width: 1118px) {
  .autopilot-top,
  #autopilot {
    display: none;
  }

  .autopilot-small {
    display:block;
  }
}

