/*
Theme Name: Synergism Beta
Text Domain: Synergism Beta
Version: 1.0
Description: First web template for Synergism Concept
Author: Lucas Ng
*/


/* category - font-face */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500&display=swap');


/* category - base */
html, body {
  font-family: 'Roboto', sans-serif;
}

html {
  font-size: 16px;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.35;
  color: #333333;
}

strong, b, .bold {
  font-weight: 500;
}

p {
  font-size: 1.125rem;
}
@media(min-width: 768px) {
  p {
    font-size: 1.25rem;
  }
}

a {
  color: #04A823;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:focus, a:active {
  color: #037619;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

img {
  max-width: 100%;
}

.section-block {
  padding-top: 20px;
  padding-bottom: 40px;
  border-bottom: 1px solid #D5D5D5;
}
@media(min-width: 992px) {
  .section-block {
    padding-top: 30px;
    padding-bottom: 50px;
  }
}


/* category - header */
.navbar {
  background-color: #3f4257;
  transition: all ease-in-out 0.5s;
}
@media(min-width: 992px) {
  .navbar {
    background-color: transparent;
  }
}

.scrolled .navbar {
  background-color: #3f4257;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.navbar .custom-logo {
  width: auto;
  height: 56px;
}

.navbar-nav {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.navbar-nav .nav-item a {
  display: block;
  font-weight: 500;
  color: white;
  padding: 1rem .25rem;
}
@media(min-width: 992px) {
  .navbar-nav .nav-item a {
    padding: .5rem 1rem;
    color: #04A823;
  }
}

.scrolled .navbar-nav .nav-item a {
  color: white;
}


/* category - hamburger menu */
.hamburger {
  font: inherit;
  display: inline-block;
  overflow: visible;
  margin: 0;
  padding: 1.25rem .5rem 1.25rem;
  cursor: pointer;
  transition-timing-function: linear;
  transition-duration: 0.15s;
  transition-property: opacity, filter;
  text-transform: none;
  color: inherit;
  border: 0;
  background-color: transparent;
}
.hamburger:not(.collapsed) .hamburger-inner,
.hamburger:not(.collapsed) .hamburger-inner:after,
.hamburger:not(.collapsed) .hamburger-inner:before {
  background-color: #fff;
}
.hamburger-box {
  position: relative;
  width: 30px;
  height: 24px;
}
.hamburger-inner {
  top: 50%;
  display: block;
  margin-top: -1px;
}
.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
  position: absolute;
  width: 30px;
  height: 2px;
  transition-timing-function: ease;
  transition-duration: 0.15s;
  transition-property: transform;
  border-radius: 2px;
  background-color: #fff;
}
.hamburger-inner:after,
.hamburger-inner:before {
  display: block;
  content: "";
}
.hamburger-inner:before {
  top: -10px;
}
.hamburger-inner:after {
  bottom: -10px;
}

.hamburger--squeeze .hamburger-inner {
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: 75ms;
}
.hamburger--squeeze .hamburger-inner:before {
  transition: top 75ms ease 0.12s, opacity 75ms ease;
}
.hamburger--squeeze .hamburger-inner:after {
  transition: bottom 75ms ease 0.12s, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze:not(.collapsed) .hamburger-inner {
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: rotate(45deg);
}
.hamburger--squeeze:not(.collapsed) .hamburger-inner:before {
  top: 0;
  transition: top 75ms ease, opacity 75ms ease 0.12s;
  opacity: 0;
}
.hamburger--squeeze:not(.collapsed) .hamburger-inner:after {
  bottom: 0;
  transition: bottom 75ms ease, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transform: rotate(-90deg);
}

@media(min-width: 992px) {
  .hamburger-nav {
    display: none;
  }
}


/* category - footer */
footer {
  padding-top: 2rem;
  padding-bottom: 1rem;
}

.footer__social {
  text-align: center;
  margin-bottom: 1rem;
}

.footer__social a {
  padding: 0 .5rem;
  margin-left: .5rem;
  margin-right: .5rem;
}

.footer__social i.fab,
.footer__social i.fas {
  font-size: 1.25rem;
}

.footer__copyright {
  text-align: center;
}

.footer__copyright p {
  font-size: 0.875rem;
}
@media(min-width: 992px) {
  .footer__copyright p {
    font-size: 1rem;
  }
}


/* category - main */
main {
  padding-top: 100px;
}


/* category - contact */
.contact__map {
  padding-top: 1rem;
}

@media(min-width: 768px){
  .contact__info {
    padding-top: 1rem;
    padding-left: 1rem;
  }
}

.contact__info h2 {
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
}
@media(min-width: 992px) {
  .contact__info h2 {
    font-size: 2rem;
  }
}

.contact__info ul {
  list-style: none;
  padding-left: 0;
  margin-top: 1rem;
  margin-bottom: 0;
}

.contact__info ul li {
  position: relative;
  padding-left: 2rem;
  margin-bottom: .5rem;
}

.contact__info ul li i.fas {
  position: absolute;
  top: 3px;
  left: 0;
}

.contact__info ul li a {
  color: #333333;
}

.contact__info ul li a:hover {
  text-decoration: underline;
}

.contact__form-title {
  text-align: center;
}

@media(min-width: 992px) {
  .contact__form-title {
    font-size: 2.5rem;
  }
}

@media(min-width: 768px) {
  .contact__form {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
@media(min-width: 992px) {
  .contact__form {
    padding-left: 10rem;
    padding-right: 10rem;
  }
}
@media(min-width: 1200px) {
  .contact__form {
    padding-left: 15rem;
    padding-right: 15rem;
  }
}

.contact__form label {
  display: block;
}

.contact__form input:not([type=submit]),
.contact__form textarea {
  width: 100%;
  font-size: 1.125rem;
  font-weight: 300;
  padding: 1rem;
  border: 0;
  background-color: #f2f2f2;
  outline: 0;
  border-radius: 8px;
}

.contact__form input[type=submit] {
  width: 100%;
  min-width: 160px;
  background-color: #04A823;
  border: 0;
  border-radius: 8px;
  font-size: 1.125rem;
  font-weight: 500;
  color: white;
  padding: 1rem;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
}


/* category - page - home */
.home__hero-image {
  text-align: center;
}

.home__hero-tagline h1 {
  font-weight: 500;
}

.home__hero-headline h2 {
  font-size: 1.25rem;
  line-height: 1.35;
  font-weight: 300;
}
@media(min-width: 768px) {
  .home__hero-headline h2 {
    font-size: 1.5rem;
  }
}

.home__mission-vision {
  text-align: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media(min-width: 768px) {
  .home__mission-vision {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.home__mission-vision i.fas {
  font-size: 4rem;
  margin-bottom: 1rem;
}

.home__mission-vision h3 {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 1rem;
}

.home__mission-vision p {
  font-size: 1.25rem;
}
@media(min-width: 768px) {
  .home__mission-vision p {
    font-size: 1.5rem;
  }
}

.home__partner-image {
  padding-left: .5rem;
  padding-right: .5rem;
  text-align: center;
}
@media(min-width: 768px) {
  .home__partner-image {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

@media(min-width: 768px) {
  .home__partner-image img {
    max-width: 530px !important;
  }
}

.home__partner-description h3 {
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.35;
}
@media(min-width: 768px) {
  .home__partner-description h3 {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}


/* category - page - child */
.page-child {
  position: relative;
  margin-top: -20px;
  padding-top: 20px;
  margin-bottom: 50px;
}

.page-child::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.25);
  z-index: 1;
  width: 100%;
  height: 100%;
}

.page-child__header {
  position: relative;
  z-index: 1;
  text-align: center;
  color: white;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media(min-width: 992px) {
  .page-child__header {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
@media(min-width: 1200px) {
  .page-child__header {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
}

.page-child .section-block {
  border: 0;
}


/* category - page - products */
@media(min-width: 768px) {
  .product-item__image {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media(min-width: 992px) {
  .product-item__content {
    padding-left: 1rem;
  }
}

.product-item__content .widget-title {
  font-size: 2rem;
  margin-bottom: 1rem;
}

.product-item__content ul {
  padding-left: 20px;
}

.product-item__content ul li {
  Font-size: 1.25rem;
  margin-bottom: .25rem;
}


/* category - page - specialized services */
.service-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}

.service-list > .widget {
  flex: 0 0 100%;
  max-width: 100%;
}
@media(min-width: 768px) {
  .service-list > .widget {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media(min-width: 1200px) {
  .service-list > .widget {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}

.service-item {
  position: relative;
  margin-bottom: 10px;
  overflow: hidden;
}

.service-item img {
  width: 100%;
  will-change: transform;
  transition: transform 0.3s ease-in-out;
}

.service-item:hover img {
  transform: scale(1.15);
}

.service-item .widget-title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  font-size: 1rem;
  color: white;
  padding: 1rem .5rem;
  text-align: center;
  margin: 0;
}