/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/

#hero {
  width: 100%;
  height: 100vh;
  height: 100svh;

  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("/assets/hero/hero-cloudintegrate.webp");

  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  position: relative;
}


#hero .container {
  padding-top: 120px;
}

#hero h1 {
  text-align: left;
  margin-left: 40px;
  margin-bottom: 10px;
  font-size: var(--tab-hero-h1-lg);
  font-weight: 700;
  color: white;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.8);
}

#hero h2 {
  text-align: left;
  color: white;
  margin-left: 40px;
  font-size: var(--tab-hero-h2-lg);
  font-weight: 500;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
}

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}

@media (max-width: 768px) {
  #hero {
    height: 100vh;
  }

  #hero .container {
    padding-top: 60px;
  }

  #hero h1 {
    font-size: var(--tab-hero-h1-sm);
    line-height: var(--tab-hero-h1-line-sm);
  }

  #hero h2 {
    font-size: var(--tab-hero-h2-sm);
    line-height: var(--tab-hero-h2-line-sm);
  }
}

@supports (-webkit-touch-callout: none) {
  @media only screen {
    #hero {
      background-attachment: scroll;
    }
  }
}



.cloud-intro {
  border-top: 4px solid var(--tab-orange);
  border-bottom: 4px solid var(--tab-orange);
}

.cloud-intro h2 {
  font-size: 1.75rem;
}



.checked-list li {
  display: block;
  font-size: 1.0rem;
  padding-bottom: 8px;
}

.checked-list li:last-child {
  padding-bottom: 0px;
}

.checked-list li:before {

  content: url("/assets/svg/ri-check-double-line.svg");
  float: left;
  margin-left: -26px;
  padding-right: 12px;
  padding-top: 2px;
}

/*
.cloud-intro ul {
  list-style: none;
  padding: 0;
}

.cloud-intro ul li {
  padding-left: 37px;
  position: relative;
}

.cloud-intro ul i {
  left: 8px;
  top: 0px;
  position: absolute;
  font-size: 1.25rem;
  color: var(--tab-blue);
}


.cloud-intro ul img {
  left: 8px;
  top: 4px;
  position: absolute;
  width: 20px;
  height: 20px;
  color: var(--tab-blue);
}
*/

@media (max-width: 768px) {
  .cloud-intro h2 {
    font-size: 1.25rem;
  }
}

/*--------------------------------------------------------------
# Cloud Services
--------------------------------------------------------------*/

.cloud-services .info-box {
  box-shadow: 0px 0 5px rgba(1, 41, 112, 0.25);
  padding: 30px 30px;
  text-align: left;
  transition: 0.3s;
  height: 100%;
  border-radius: 6px;
  font-size: 1.0rem;
  background-color: #f7f7f7;
}

.cloud-services .info-box:hover {
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.25);
}


.cloud-services .info-box i {
  float: left;
  color: var(--tab-blue);
  font-size: 50px;
  line-height: 0;
  padding-top: 15px;
  text-shadow: 4px 4px 5px rgba(0, 0, 0, 0.1);
}

.cloud-services .info-box .icon2 {

  font-size: 40px;
  padding-top: 0px;
}

.cloud-services .info-box h3 {
  font-size: 1.25rem;
  padding-top: 30px;
}

.cloud-services .info-box p {
  font-size: 1.0rem;
}

/*

.architectures .info-box {
  box-shadow: 0px 0 5px rgba(1, 41, 112, 0.25);
  padding: 30px 30px;
  text-align: left;
  transition: 0.3s;
  height: 100%;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top: 6px solid var(--tab-orange);
  font-size: 1.0rem;
  background-color: #f7f7f7;
}

.architectures .info-box:hover {
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.25);
}


.architectures .info-box i {
  float: left;
  color: var(--tab-blue);
  font-size: 40px;
  line-height: 0;
  text-shadow: 4px 4px 5px rgba(0, 0, 0, 0.1);
}

.architectures .info-box h3 {
  padding-top: 30px;
  font-size: 1.25rem;
}

.architectures .info-box p {
  font-size: 1.0rem;
}

*/
/*

.cloud-services .info-box {
  padding: 30px;
  border-radius: 6px;
  background: #fff;
  transition: ease-in-out 0.3s;
  box-shadow: 0px 0 5px rgba(1, 41, 112, 0.25);
}

.cloud-services .info-box i {
  float: left;
  color: var(--tab-blue);
  font-size: 2.5rem;
  line-height: 0;
}

.cloud-services .info-box h3 {
  margin-left: 70px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 1.125rem;
}

.cloud-services .info-box h4 a {
  color: #384046;
  transition: 0.3s;
}

.cloud-services .info-box p {
  margin-left: 70px;
  line-height: 24px;
  font-size: 1.0rem;
}

.cloud-services .info-box:hover {
  box-shadow: 0px 2px 22px rgba(0, 0, 0, 0.08);
}

.cloud-services .info-box:hover h4 a {
  color: var(--tab-blue);
}

*/

/*--------------------------------------------------------------
# CLOUD BENEFITS
--------------------------------------------------------------*/

.cloud-benefits .info-box {
  box-shadow: 0px 0 5px rgba(1, 41, 112, 0.25);
  height: 100%;
  padding: 30px 30px;
  text-align: left;
  transition: 0.3s;
  border-radius: 8px;
  font-size: 1.0rem;
  background-color: #DFF0FD;
}

.cloud-benefits .info-box:hover {
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.25);
}


.cloud-benefits .info-box i {
  float: left;
  color: var(--tab-blue);
  font-size: 40px;
  line-height: 0;
}

.cloud-benefits .info-box h3 {
  font-size: 1.125rem;
}

.cloud-benefits .info-box p {
  font-size: 1.0rem;
}



.top-section {
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 50px), 50% 100%, 0 calc(100% - 50px));
}

.bottom-section {
  clip-path: polygon(0 0, 50% 50px, 100% 0, 100% 100%, 0 100%);
  margin-top: -40px;
}