/**
 * Main styles
 */
.header {
  position: absolute;
  left: 0px;
  right: 0px;
}
body:before {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  height: 100vh;
  background: #777;
  z-index: -1;
  max-height: 790px;
}
.mainInformation {
  margin: 0px -10px 0px -10px;
  position: relative;
  z-index: -1;
  height: 100vh;
  max-height: 790px;
  overflow: hidden;
  margin-bottom: 0px;
}
.mainInformation > div:before {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  width: 500px;
  height: 500px;
  left: 50%;
  transform: translate(-50%, 80%);
  border-radius: 500px;
  background: #fff;
  z-index: 1;
}
.mainInformation img {
  height: 100%;
  min-width: 100%;
}
.mainInformation .shortInformation {
  position: absolute;
  top: 50%;
  background: #ffffffee;
  border-radius: 5px;
  padding: 10px;
  left: 10px;
  transform: translate(0px, -50%);
}
@media (min-width: 1024px) {
  .page .wrapper:before {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    right: 0px;
    background: url("/media/site/2/content/86/home-page.webp");
    background-size: 100%;
    opacity: 0.5;
    height: 100vh;
    max-height: 790px;
    z-index: -1;
  }
}
/**
 * Services
 */
.services {
  position: relative;
  padding-bottom: 50px;
  background: #fff;
}
.services::after {
  content: "";
  display: block;
  clear: both;
}
.services .phpLogo {
  width: 400px;
  height: 400px;
  background: #bec4e9;
  border-radius: 400px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -40px);
}
.services .phpLogo img {
  top: 50%;
  left: 50%;
  width: 70%;
  position: absolute;
  transform: translate(-50%, -50%);
  opacity: 0.6;
}
.services > div:nth-child(2), .services > div:nth-child(3) {
  position: relative;
  background: #ffffffaa;
  padding: 10px;
  margin: 10px 0px;
}
.services > div h2 {
  text-transform: uppercase;
  font-size: 2em;
  padding: 20px 0;
  font-weight: normal;
}
.services > div p {
  font-size: 1.1em;
  letter-spacing: -1px;
}
.services > div ul {
  margin-left: 20px;
  font-size: 1.1em;
}
@media (min-width: 1024px) {
  .services > div:nth-child(2), .services > div:nth-child(3) {
    width: calc(50% - 155px);
    height: 280px;
  }
  .services > div:nth-child(2) {
    float: left;
  }
  .services > div:nth-child(3) {
    float: right;
  }
}
/**
 * Web development
 */
.webDevelopment {
  margin: 70px 0 50px 0;
  position: relative;
  min-height: 527px;
}
.webDevelopment::before {
  content: "";
  top: 0;
  bottom: 0;
  left: -100%;
  right: -100%;
  background: #36c1e5;
  position: absolute;
}
.webDevelopment div {
  position: relative;
}
.webDevelopment div:nth-child(1) {
  text-align: center;
}
.webDevelopment div:nth-child(1)::after {
  content: "";
  display: block;
}
.webDevelopment div:nth-child(1) img {
  margin: -60px auto 0px auto;
  max-width: 100%;
}
.webDevelopment div:nth-child(2) {
  text-align: center;
  padding-bottom: 60px;
}
.webDevelopment div:nth-child(2)::after {
  content: "";
  display: block;
  clear: both;
}
.webDevelopment div:nth-child(2) img {
  max-width: 100%;
}
.webDevelopment > div h2 {
  text-transform: uppercase;
  font-size: 2em;
  padding: 40px 0 20px 0;
  font-weight: normal;
}
.webDevelopment > div p, .webDevelopment > div ul {
  font-size: 1.5em;
  letter-spacing: -1px;
}
@media (min-width: 1024px) {
  .webDevelopment div:nth-child(1) {
    height: 239px;
    text-align: left;
  }
  .webDevelopment div:nth-child(1) img {
    float: left;
    margin-top: -90px;
  }
  .webDevelopment div:nth-child(2) {
    text-align: left;
    padding-bottom: 0px;
  }
  .webDevelopment div:nth-child(2) img {
    float: right;
    margin-top: -90px;
    margin-right: -226px;
    margin-bottom: -50px;
  }
}
/**
 * Portfolio
 */
.portfolio {
  margin-bottom: 50px;
}
.portfolio > div:nth-child(1) {
  padding: 10px;
  background: #C93A34;
  color: #fff;
  text-transform: uppercase;
  position: relative;
}
.portfolio > div:nth-child(1):before {
  display: block;
  content: "";
  left: -100%;
  right: -100%;
  top: 0px;
  bottom: 0px;
  background: #C93A34;
  position: absolute;
  z-index: -1;
}
.portfolio > div:nth-child(1) div {
  font-size: 2em;
}
.portfolio > div:nth-child(1)::after {
  content: "";
  display: block;
  clear: both;
}
.portfolio > div:nth-child(1) div:nth-child(1) {
  float: left;
}
.portfolio > div:nth-child(1) div:nth-child(2) {
  float: right;
}
.portfolio > div:nth-child(2)::after {
  content: "";
  clear: both;
  display: block;
}
.portfolio > div:nth-child(2) > img {
  float: left;
  position: absolute;
  z-index: 1;
  max-width: 100%;
  margin: -95px 0px 0px -148px;
  z-index: -1;
  opacity: 0.7;
}
.portfolio > div:nth-child(2) > div {
  float: right;
  width: 50%;
}
.portfolio > div:nth-child(2) > div img {
  width: 100%;
}
@media (min-width: 1024px) {
  .portfolio > div:nth-child(2) {
    min-height: 580px;
  }
  .portfolio > div:nth-child(2) > img {
    z-index: 1;
    opacity: 1;
    margin: -153px 0px 0px -148px;
  }
}
/**
 * Contact Us
 */
.contactUs {
  background: #cc7f24;
  color: #fff;
  position: relative;
}
.contactUs:before {
  content: "";
  display: block;
  background: #cc7f24;
  position: absolute;
  left: -100%;
  right: -100%;
  top: 0px;
  bottom: 0px;
  z-index: -1;
}
.contactUs:after {
  clear: both;
  content: "";
  display: block;
}
.contactUs > div {
  display: relative;
}
.contactUs > div:nth-child(1) {
  float: left;
  width: 100%;
  text-align: center;
  display: none;
}
.contactUs > div:nth-child(1) img {
  margin: -70px 0px 5px 0px;
}
.contactUs > div:nth-child(2), .contactUs > div:nth-child(3) {
  float: left;
  width: 100%;
  padding: 0px;
}
.contactUs > div:nth-child(2) {
  text-align: center;
  font-size: 2em;
}
.contactUs > div:nth-child(2) > img {
  margin: -50px 10px 50px 10px;
}
.contactUs > div:nth-child(3) h2 {
  font-size: 2em;
  margin: 20px 0 40px 0;
  font-weight: normal;
  text-transform: uppercase;
}
.contactUs > div:nth-child(3) div {
  font-size: 1.5em;
}
.contactUs > div:nth-child(3) {
  padding: 20px 0px 20px 0px;
  text-align: center;
}
@media (min-width: 768px) {
  .contactUs > div:nth-child(1) {
    width: 33%;
    display: block;
  }
  .contactUs > div:nth-child(2), .contactUs > div:nth-child(3) {
    width: 66%;
  }
}
@media (min-width: 1024px) {
  .contactUs > div:nth-child(1) {
    width: 33%;
  }
  .contactUs > div:nth-child(2), .contactUs > div:nth-child(3) {
    width: 33%;
  }
}
#footer {
  margin-top: 0;
}
