/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
  height: 100svh;

  background-image: linear-gradient(rgba(255, 255, 255, 0.60), rgba(255, 255, 255, 0.60)), url("/assets/hero/hero-frontend.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: 110px;
}

#hero h1 {
  text-align: left;
  margin-left: 40px;
  margin-bottom: 10px;
  font-size: var(--tab-hero-h1-lg);
  font-weight: 700;
  color: black;
  text-shadow: 2px 2px 3px rgba(128, 128, 128, 0.8);
}

#hero h2 {
  text-align: left;
  color: black;
  margin-left: 40px;
  font-size: var(--tab-hero-h2-lg);
  font-weight: 500;
  text-shadow: 1px 1px 2px rgba(128, 128, 128, 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 {
  padding: 15px 0;
  background: var(--tab-blue);
  min-height: 40px;
}

.message h2 {
  text-align: center;
  font-size: 1.625rem;
  font-weight: 400;
  color: #fff;
}

/*--------------------------------------------------------------
# Front-End-Tech Section
--------------------------------------------------------------*/

.front-end-tech h3 {
  font-size: 20px;
  font-weight: 600;
  margin: 0;
}



/*--------------------------------------------------------------
# Platform Section
--------------------------------------------------------------*/
.platform .nav-tabs {
  border: 0;
}

.platform .nav-link {
  border: 0;
  padding: 25px 20px;
  color: var(--color-secondary);
  box-shadow: 5px 5px 25px rgba(var(--color-secondary-rgb), 0.15);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: 0s;
  cursor: pointer;
  height: 100%;
}

.platform .nav-link i {
  font-size: 32px;
  line-height: 0;
}

.platform .nav-link h4 {
  font-size: 20px;
  font-weight: 600;
  margin: 10px 0 0 0;
  color: var(--color-secondary);
}

.platform .nav-link:hover {
  color: var(--color-primary);
}

.platform .nav-link.active {
  transition: 0.3s;
  background: var(--color-secondary) linear-gradient(rgba(var(--color-primary-rgb), 0.95), rgba(var(--color-primary-rgb), 0.6));
  border-color: var(--color-primary);
}

.platform .nav-link.active h4 {
  color: var(--color-white);
}

.platform .nav-link.active i {
  color: var(--color-white) !important;
}

.platform .tab-content {
  margin-top: 30px;
}

.platform .tab-pane.active {
  -webkit-animation: fadeIn 0.5s ease-out;
  animation: fadeIn 0.5s ease-out;
}

.platform .tab-pane h3 {
  font-weight: 600;
  font-size: 36px;
  color: var(--color-secondary);
}

.platform .tab-pane ul {
  list-style: none;
  padding: 0;
}

.platform .tab-pane ul li {
  padding-bottom: 10px;
}

.platform .tab-pane ul i {
  font-size: 24px;
  margin-right: 4px;
  color: var(--color-primary);
}

.platform .tab-pane p:last-child {
  margin-bottom: 0;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.top-piece {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 50px));
}

.bottom-piece {
  clip-path: polygon(0 0, 100% 50px, 100% 100%, 0 100%);
  margin-top: -40px;
}



.section-framework {
  border: 0;
  padding: 25px 20px;
  border-radius: 6px;
  align-items: left;
  justify-content: left;
  height: 100%;
  background-color: gray;
}

.section-target {
  border: 0;
  padding: 25px 20px;
  border-radius: 6px;
  align-items: left;
  justify-content: left;
  height: 100%;
  background-color: yellow;
}



/*--------------------------------------------------------------
# Why TAB Software
--------------------------------------------------------------*/

.framework .info-box {
  box-shadow: 0px 0 5px rgba(1, 41, 112, 0.25);
  height: 100%;
  padding: 30px 25px 30px 15px;
  text-align: left;
  transition: 0.3s;
  border-radius: 20px;
  font-size: 1.25rem;
  background-color: white;
}

.framework .info-box:hover {
  border-radius: 10px;
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.25);
}


.framework .info-box .framework-logo {
  float: left;
  color: var(--tab-blue);
  font-size: 3rem;
  line-height: 0;
  height: auto;
  text-shadow: 4px 4px 5px rgba(0, 0, 0, 0.1);
}

.framework .info-box h3 {
  font-size: 1.75rem;
  margin-left: 90px;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.25);
}

.framework .info-box .framework-desc {
  font-size: 1.0rem;
  margin-left: 90px;
}

.framework .info-box .framework-extra {
  font-size: 1.0rem;
  padding: 0px;
  margin: 0px;
  margin-bottom: 4px;
  font-weight: 700;
  border-bottom: 1px solid lightgray;
}

.framework .info-box .framework-extra-2 {
  font-size: 1.0rem;
  padding: 0px;
  margin: 0px;
  margin-bottom: 4px;
  font-weight: 700;
  border-bottom: 1px solid lightgray;
}

.p-icons {
  margin-left: 90px;
}

.platform-android {
  width: 42px;
  height: auto;
  margin-right: 6px;
}

.platform-ios {
  width: 42px;
  height: auto;
  margin-right: 6px;
}

.platform-macos {
  width: 60px;
  height: auto;
  margin-right: 6px;
}

.platform-windows {
  width: 32px;
  height: auto;
  margin-right: 6px;
}

.platform-linux {
  width: 32px;
  height: auto;
}

.device-phone {
  width: 24px;
  height: auto;
  margin-right: 6px;
}

.device-tablet {
  width: 32px;
  height: auto;
  margin-right: 6px;
}

.device-browser {
  width: 42px;
  height: auto;
  margin-right: 6px;
}

.device-desktop {
  width: 52px;
  height: auto;
}

.frontend-intro {
  border-top: 4px solid var(--tab-orange);
  border-bottom: 4px solid var(--tab-orange);
}