/*--------------------------------------------------------------
# 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-mobile.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;
    }
  }
}

/*--------------------------------------------------------------
# Message
--------------------------------------------------------------*/

#message h3 {
  color: black;
  margin-bottom: 40px;
  font-size: 2rem;
  font-weight: 500;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 0.5px;
  border-left: 4px solid var(--tab-orange);
  border-right: 4px solid var(--tab-orange);
  padding: 25px;
}

/*--------------------------------------------------------------
# Mobile Intro
--------------------------------------------------------------*/

.mobile-intro {
  border-top: 4px solid var(--tab-blue);
  border-bottom: 4px solid var(--tab-blue);
}

.mobile-intro h2 {
  font-size: 1.75rem;
}

@media (max-width: 768px) {
  .mobile-intro h2 {
    font-size: 1.25rem;
  }
}

/*--------------------------------------------------------------
# Mobile Services
--------------------------------------------------------------*/

.mobile-services {
  padding-bottom: 80px;
}

.mobile-services .section-title h2,
.mobile-services .section-title p {
  color: #fff;
}

.mobile-services .section-title h2::after {
  background: rgba(255, 255, 255, 0.2);
}

.mobile-services .icon-box {
  padding: 50px 30px;
  position: relative;
  overflow: hidden;
  background: #fff;
  transition: all 0.3s;
  border-radius: 5px;
  text-align: center;
}

.mobile-services .icon-box:hover {
  transform: scale(1.05);
}

.mobile-services .icon {
  margin-bottom: 15px;
}

.mobile-services .icon i {
  font-size: 48px;
  line-height: 1;
  color: #2d405f;
  background: #eff2f8;
  padding: 20px;
  border-radius: 50px;
  transition: all 0.3s;
}

.mobile-services .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

.mobile-services .title a {
  color: #2d405f;
  transition: 0.3s;
}

.mobile-services .title a:hover {
  color: #4e6fa4;
}

.mobile-services .description {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Native
--------------------------------------------------------------*/

.native .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-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top: 6px solid var(--tab-blue);
  font-size: 1.0rem;
  background-color: white;
}

.native .info-box:hover {
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.25);
}


.native .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);
}

.native .info-box h4 {
  font-weight: 700;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-bottom: 5px;
  font-size: 1.125rem;
  border-bottom: 2px solid var(--tab-orange);
}


.native .info-box p {
  font-size: 1.0rem;
}

.native .section-title-wh p {
  font-size: 1.125rem;
}

/*--------------------------------------------------------------
# Cross Platform
--------------------------------------------------------------*/

.cross-platform .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-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top: 6px solid var(--tab-orange);

  font-size: 1.0rem;
  background-color: white;
}

.cross-platform .info-box:hover {
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.25);
}


.cross-platform .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);
}

.cross-platform .info-box h4 {
  font-weight: 700;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-bottom: 5px;
  font-size: 1.125rem;
  border-bottom: 2px solid var(--tab-blue);
}

.cross-platform .info-box p {
  font-size: 1.0rem;
}


.cross-platform .section-title p {
  font-size: 1.125rem;
}

.top-section {
  --top: radial-gradient(calc(10px + 50px) at 50% calc(100% + 10px), #0000 98%, #000);
  -webkit-mask: var(--top);
  mask: var(--top);
}

.bottom-section {
  --bottom:
    linear-gradient(#000 0 0) bottom/100% calc(100% - 50px) no-repeat,
    radial-gradient(farthest-side, #000 98%, #0000) top/100px 100px no-repeat;
  -webkit-mask: var(--bottom);
  mask: var(--bottom);
  margin-top: -40px;
}



.top-section-2 {
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 50px), 50% 100%, 0 calc(100% - 50px));
}

.bottom-section-2 {
  clip-path: polygon(0 0, 50% 50px, 100% 0, 100% 100%, 0 100%);
  margin-top: -40px;
}

.dev-process .info-box {
  box-shadow: 0px 0 5px rgba(1, 41, 112, 0.25);
  height: 100%;
  padding: 20px 30px;
  text-align: left;
  transition: 0.3s;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top: 6px solid var(--tab-orange);
  font-size: 1.25rem;
  background-color: white;
  height: 100%;
}

.dev-process .info-box:hover {
  transform: translateY(-5px);
}

.dev-process .info-box h4 {
  font-size: 1.125rem;
}

.dev-process .info-box p {
  font-size: 1rem;
}

/*--------------------------------------------------------------
# Custom Services
--------------------------------------------------------------*/

.custom-services .icon-box {
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 10px;
  border-radius: 6px;
  background: #fff;
  transition: ease-in-out 0.3s;
  border: 2px solid #C8C8C8;
}


.custom-services .icon-box:hover {
  box-shadow: 0px 0 10px rgba(1, 41, 112, 0.25);
}


.custom-services .icon-box i {
  color: var(--tab-blue);
  font-size: 40px;
}

.custom-services .icon-box .icon {
  color: white;
}

.custom-services .icon-box h4 {
  font-weight: 700;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-bottom: 5px;
  font-size: 1.125rem;
  border-bottom: 2px solid var(--tab-orange);
}

.custom-services .icon-box p {
  font-size: 1rem;
}