/*
Theme Name: Fazzfinancial V.2.1
Author: Andi Sultan
Author URI: https://www.linkedin.com/in/andi-sultan/
Description: WordPress Theme build fot everyone from Andi Sultan
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: fazz
*/

/* -------------------------------------------------------
** TABLE OF CONTENT
** 1. NORMALIZE 
** 2. FONTS 
** 3. VARIABLE
** 4. TYPOGRAPHY
** 5. COMPONENT
** 6. GRID
** 7. HELPER
** 8. RESPONSIVE
------------------------------------------------------- */


/* -------------------------------------------------------
** 1. NORMALIZE 
------------------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

body { margin: 0; }
main { display: block; }

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

a { background-color: transparent; }

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

small { font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub { bottom: -0.25em; }
sup { top: -0.5em; }
img { border-style: none; }

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

button,
input { /* 1 */
  overflow: visible;
}

button,
select { /* 1 */
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset { padding: 0.35em 0.75em 0.625em; }

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

progress { vertical-align: baseline; }
textarea { overflow: auto; }

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

details { display: block; }
summary { display: list-item; }
template { display: none; }
[hidden] { display: none; }

*, 
::before, 
::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* -------------------------------------------------------
** 2. FONTS 
------------------------------------------------------- */
/* Heavy */
@font-face {
  font-family: 'Fazz Neue';
  src: url('assets/fonts/FazzNeue-Heavy.eot');
  src: url('assets/fonts/FazzNeue-Heavy.eot') format('embedded-opentype'),
       url('assets/fonts/FazzNeue-Heavy.woff2') format('woff2'),
       url('assets/fonts/FazzNeue-Heavy.woff') format('woff'),
       url('assets/fonts/FazzNeue-Heavy.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

/* Bold */
@font-face {
  font-family: 'Fazz Neue';
  src: url('assets/fonts/FazzNeue-Bold.eot');
  src: url('assets/fonts/FazzNeue-Bold.eot') format('embedded-opentype'),
       url('assets/fonts/FazzNeue-Bold.woff2') format('woff2'),
       url('assets/fonts/FazzNeue-Bold.woff') format('woff'),
       url('assets/fonts/FazzNeue-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Medium */
@font-face {
  font-family: 'Fazz Neue';
  src: url('assets/fonts/FazzNeue-Medium.eot');
  src: url('assets/fonts/FazzNeue-Medium.eot') format('embedded-opentype'),
       url('assets/fonts/FazzNeue-Medium.woff2') format('woff2'),
       url('assets/fonts/FazzNeue-Medium.woff') format('woff'),
       url('assets/fonts/FazzNeue-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* Reguler */
@font-face {
  font-family: 'Fazz Neue';
  src: url('assets/fonts/FazzNeue-Regular.eot');
  src: url('assets/fonts/FazzNeue-Regular.eot') format('embedded-opentype'),
       url('assets/fonts/FazzNeue-Regular.woff2') format('woff2'),
       url('assets/fonts/FazzNeue-Regular.woff') format('woff'),
       url('assets/fonts/FazzNeue-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* -------------------------------------------------------
** 3. VARIABLE 
------------------------------------------------------- */
:root {
  --color-primary: #0C45E1;
  --color-secondary: #083CCA;
  --color-grey: #F2F4F5;
  --color-heading: #1C1C1C;
  --color-text: #585757
}

/* -------------------------------------------------------
** 4. TYPOGRAPHY 
------------------------------------------------------- */
html {
  scroll-behavior: smooth;
  line-height: 0;
}

body {
  font-size: 16px;
  font-weight: 400;
  font-family: 'Fazz Neue', sans-serif;
  color: var(--color-text);
  background-color: #FFFFFF;
}
body.fixed {
  overflow: hidden;
}

a {
  color: inherit;
  display: inline-block;
  vertical-align: middle;
  line-height: 150%;
}
a,
a:hover,
a:active,
.tag-id-only:hover {
  text-decoration: none;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  line-height: 130%;
  font-weight: normal;
  color: var(--color-heading);
}

p {
  line-height: 150%;
  margin: 0;
}

b { font-weight: 500; }
strong { font-weight: bold; }

span,
label,
q {
  line-height: 150%; 
}

hr { 
  border: 0; 
  height: 1px; 
  background: #EEEEEE;
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
}

li {
  line-height: 150%;
}

form label {
  margin: 15px 0 5px 0;
  display: block;
}

table {
  border-collapse: collapse;
}

th, td {
  line-height: 125%;
  padding: 10px;
}

.main {
  overflow: hidden;
}

/* -------------------------------------------------------
** 5. COMPONENT
------------------------------------------------------- */
/* BANNER */
.banner {
  height: 742px;
  background-color: #1C1C1C;
  color: #FFFFFF;
  position: relative;
  overflow: hidden;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* BUTTON  */
.btn {
  border: 0;
  line-height: 138%;
  vertical-align: baseline;
  background-color: var(--color-primary);
  color: #fff;
  font-size: 20px;
  padding: 14px 21px;
  border-radius: 16px;
  transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
}
.btn:hover {
  color: #FFFFFF;
  background-color: var(--color-secondary);
}
.btn--small {
  padding: 8px 15px;
  font-size: 16px;
  border-radius: 12px;
}
.btn--transparent {
  background: transparent;
  border: 0;
  box-shadow: none;
}

/* CONTENT  */
.content { 
  line-height: 150%;
}
.content a {
  color: var(--color-primary);
}
.content a:hover,
.content a:active {
  font-weight: bold;
}
.content p {
  margin-bottom: 1.5rem;
  font-size: 18px;
  line-height: 1.9rem;
}
.content img {
  margin-bottom: 1rem;
  max-width: 100%;
  height: auto;
}
.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
  margin-bottom: 1.35rem;
  font-weight: 600;
}
.content a {
  text-decoration: underline;
}

/* DASH */
.dash {
  height: 4px;
  width: 100px;
  background: var(--color-primary);
}

/* HEADER */
.header {
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--color-grey);
  height: 80px;
}
.header__brand { line-height: 100%; }
.header__btn {
  border: 0;
  background: transparent;
}
.header__menu > ul > li {
  padding: 17px 0;
}
.header__menu > ul > li:hover > a:not(.btn) {
  background: #FFFFFF;
  color: var(--color-heading);
  box-shadow: 0px 4px 40px rgb(0 0 0 / 10%);
}
.header__menu > ul > li > a:not(.btn) {
  padding: 10px 18px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.header__menu .menu-item-has-children {
  position: relative;
}
.header__menu .sub-menu {
  display: none;
  width: 388px;
  background: #FFFFFF;
  box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  position: absolute;
  left: 0;
  margin: 0;
  top: 99%;
  padding: 16px 0;
}
.header__menu li:hover .sub-menu {
  display: block;
}
.header__menu .sub-menu a {
  display: flex;
  flex-direction: row;
  padding: 20px;
  color: var(--color-heading);
}
.header__menu .sub-menu a:hover,
.header__menu .sub-menu .current-menu-item a {
  background: #F2F4F5;
  transition: background-color 0.6s ease;
  -webkit-transition: background-color 0.6s ease;
  -moz-transition: background-color 0.6s ease;
  -ms-transition: background-color 0.6s ease;
  -o-transition: background-color 0.6s ease;
}
.header__menu .sub-menu a:hover strong,
.header__menu .sub-menu .current-menu-item a strong {
  color: var(--color-primary);
}
.header__menu .sub-menu .current-menu-item a svg path {
  fill: var(--color-primary);
}
.header__menu .sub-menu a > svg {
  margin-right: 15px;
  margin-top: 7px;
}
.header__menu .sub-menu a div {
  width: calc(100% - 40px);
  text-align: left;
}
.header__menu .sub-menu a span {
  display: block;
}

/* HERO */
div.hero {
  position: relative;
  height: 1009px;
  padding-top: 309px;
}
.hero-left {
  top: 148px;
  left: 40px;
  position: absolute;
}
.hero-left-top {
  top: 40px;
  left: 474px;
  position: absolute;
}
.hero-left-bottom {
  top: 646px;
  left: 265px;
  position: absolute;
}
.hero-right {
  position: absolute;
  top: 60px;
  right: 40px;
}
.hero-right-bottom {
  top: 574px;
  right: 125px;
  position: absolute;
}

/* IMAGE */

.img_ecosystem {
  margin-top: -30px;
  margin-bottom: -30px;
}

@media screen and (min-width: 1024px){
  .img_ecosystem {
    width: calc(100% + 140%);
    margin: -70px;
  }
}

#lottie-controls {
  display: none;
}

/* LINE HEIGHT */
.lh-110 {
  line-height: 110%;
}

/* LIST  */
.ul {
  margin: 0;
  padding: 0;
  text-decoration: none;
}
.ul--block li {
  display: block;
}
.ul--inline li {
  display: inline-block;
  vertical-align: middle;
}
.ul--space-24 > li + li {
  margin-left: 24px;
}
.ul--nav > li + li {
  margin-left: 56px;
}
.ul--socmed > li + li {
  margin-left: 10px;
}
.ul--share a:hover svg path {
  fill: #3B8EF3;
}

/* INPUT  */
.input {
  border: 2px solid var(--color-text);
  padding: 12px;
  width: 100%;
  outline: var(--color-primary);
}

/* OUR VALUES */
.our-values {
  max-width: 467px;
  background: #FFFFFF;
  box-shadow: 0px 8px 16px rgba(51, 51, 51, 0.16);
  border-radius: 20px;
  padding: 40px;
}
.our-values__number {
  font-size: 25px;
  color: #1C1C1C;
  font-weight: 600;
}
.our-values__number > span {
  width: 19px;
  height: 22px;
  line-height: 22px;
  font-size: 13px;
  text-align: center;
  color: #FFFFFF;
  background: var(--color-primary);
  border-radius: 6px;
  margin-right: 13px;
  display: inline-block;
  vertical-align: middle;
}

/* SERVICE */
.service {
  height: calc(100% - 60px);
  margin: 30px 0;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  transition: box-shadow 0.6s ease-in-out;
  -webkit-transition: box-shadow 0.6s ease-in-out;
  -moz-transition: box-shadow 0.6s ease-in-out;
  -ms-transition: box-shadow 0.6s ease-in-out;
  -o-transition: box-shadow 0.6s ease-in-out;
}
.service h2 {
  letter-spacing: -1.2px;
}
.service:hover {
  box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.15);
}
.service img {
  transition: transform 0.6s ease 0s;
  -webkit-transition: transform 0.6s ease 0s;
  -moz-transition: transform 0.6s ease 0s;
  -ms-transition: transform 0.6s ease 0s;
  -o-transition: transform 0.6s ease 0s;
}
.service:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}

/* SLIDER */
.slider > div {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}
.slider__buttons {
  padding: 0 40px 20px 40px;
}
.slider__buttons button {
  border: 0;
  cursor: pointer;
  height: 8px;
  width: 8px;
  margin: 0 3px;
  padding: 0;
  background-color: #F2F4F5;
  border-radius: 10px;
  display: inline-block;
  transition: background-color 0.6s ease;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.slider__buttons button:disabled {
  background-color: var(--color-primary);
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

/* -------------------------------------------------------
** 6. GRID 
------------------------------------------------------- */
/* CONTAINER */
.container {
  max-width: 1160px;
  width: 100%;
  margin: auto;
  padding: 0 20px;
}
.container--lg {
  max-width: 1400px;
}

/* ROW */
.row {
  display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.row--center { justify-content: center;}
.row--justify { justify-content: space-between; }
.row--middle { align-items: center; }
.row--reverse { flex-direction: row-reverse; }

/* COLUMN */
.col { 
  -ms-flex-preferred-size: 0;
	flex-basis: 0%;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
}
.col-1 { width: 8.33333333%; }
.col-2 { width: 16.66666667%; }
.col-3 { width: 25%; }
.col-4 { width: 33.33333333%; }
.col-5 { width: 41.66666667%; }
.col-6 { width: 50%; }
.col-7 { width: 58.33333333%; }
.col-8 { width: 66.66666667%; }
.col-9 { width: 75%; }
.col-10 { width: 83.33333333%; }
.col-11 { width: 91.66666667%; }
.col-12 { width: 100%; }

/* -------------------------------------------------------
** 7. HELPER 
------------------------------------------------------- */
/* ANIMATION */
.anim-loop-up-down {
  animation: updown 6s ease-in-out infinite;
  -webkit-animation: updown 6s ease-in-out infinite;
}


@keyframes updown {
  0% {
    transform: translatey(-20px)
  }
  50% {
    transform: translatey(0)
  }
  100% {
    transform: translatey(-20px)  ;
    -webkit-transform: translatey(-20px);
    -moz-transform: translatey(-20px);
    -ms-transform: translatey(-20px);
    -o-transform: translatey(-20px);
  }
}

/* BACKGROUND  */
.bg-white { background-color: #FFFFFF; }
.bg-black { background-color: var(--color-heading); }
.bg-dark { background-color: #191335; }
.bg-grey { background-color: var(--color-grey); }
.bg-img-cover { background-size: cover; }
.bg-img-contain { background-size: contain; }
.bg-bottom-triangle,
.bg-achievement {
  position: relative;
  background-image: url(assets/img/bg-triangle-tall.svg);
  background-repeat: no-repeat;
  background-position: bottom right;
}
.bg-achievement {
  background-image: url(assets/img/bg-achievement.png);
}

/* BLOCK HIDDEN */
.block-hidden {
  overflow: hidden;
  display: block;
}

/* BORDER RADIUS */
.br-full {
  overflow: hidden;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
}
.br-4 {
  overflow: hidden;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
.br-8 {
  overflow: hidden;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.br-20 {
  overflow: hidden;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

/* COLOR  */
.clr-black { color: #121212; }
.clr-white { color: #FFFFFF; }
.clr-primary { color: var(--color-primary); }

/* DISPLAY */
.hide { display: none; }
.show { display: block; }
.sticky {
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 0;
}

/* FONT SIZE */
.fs-13 { font-size: 13px; }
.fs-15 { font-size: 15px; }
.fs-20 { font-size: 20px; }
.fs-24 { font-size: 24px; }
.fs-36 { font-size: 36px; }
.fs-48 { font-size: 48px; }
.fs-60 { font-size: 60px; }
.fs-70 { font-size: 70px; }

/* GUTTER */
.ph-none { padding: 0; }
.ph-10 { padding: 0 10px; }
.ph-20 { padding: 0 20px; }
.ph-30 { padding: 0 30px; }
.ph-40 { padding: 0 40px; }
.ph-50 { padding: 0 50px; }

.ph-row-10 {  margin: 0 -10px; }
.ph-row-10 > * { padding: 0 10px; } 

.ph-row-15 {  margin: 0 -15px; }
.ph-row-15 > * { padding: 0 15px; } 

.ph-row-20 {  margin: 0 -20px; }
.ph-row-20 > * { padding: 0 20px; } 

.ph-row-30 {  margin: 0 -30px; } 
.ph-row-30 > * { padding: 0 30px; } 

.ph-row-40 {  margin: 0 -40px; }
.ph-row-40 > * { padding: 0 40px; } 

.ph-row-50 {  margin: 0 -50px; }
.ph-row-50 > * { padding: 0 50px; }

/* POSITION */
.relative { position: relative; }
.absolute { position: absolute; }

/* SPACER */
.space-8 { height: 8px; }
.space-10 { height: 10px; }
.space-12 { height: 12px; }
.space-15 { height: 15px; }
.space-20 { height: 20px; }
.space-25 { height: 25px; }
.space-30 { height: 30px; }
.space-35 { height: 35px; }
.space-40 { height: 40px; }
.space-50 { height: 50px; }

/* TAG */
.tag-id-only {
  font-size: 16px;
  color: #fff;
  background-color: #191335;
  padding: 6px 14px;
  border-radius: 16px;
  display: inline-block;
  margin-bottom: 13px;
  line-height: 19px;
  letter-spacing: -0.3px;
  cursor: pointer;
}
.tag-id-only:hover {
  background-color: var(--color-secondary);
}

/* TEXT ALIGN  */
.text-center { text-align: center; }
.text-right { text-align: right; }
.text-left { text-align: left; }
.text-justify { text-align: justify; }

/* Z-INDEX  */
.z-9 { z-index: 99; }
.z-8 { z-index: 88; }
.z-7 { z-index: 77; }
.z-6 { z-index: 66; }
.z-5 { z-index: 55; }
.z-4 { z-index: 44; }
.z-3 { z-index: 33; }
.z-2 { z-index: 22; }
.z-1 { z-index: 11; }

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float:right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* -------------------------------------------------------
** 8. RESPONSIVE 
------------------------------------------------------- */
@media screen and (max-width: 1024px) {

  /* BANNER */
  .banner > img {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 110%;
    max-width: fit-content;
  }

  /* HERO */
  div.hero {
    padding-top: 190px;
    height: 850px;
  }
  div.hero h1,
  div.hero p {
    position: relative;
  }
  .hero-left {
    width: 225px;
    left: 30px;
  }
  .hero-left-top {
    left: 300px;
    width: 240px;
  }
  .hero-right {
    width: 200px;
    right: 30px;
  }
  .hero-right-bottom {
    top: 500px;
    right: 80px;
    width: 350px;
  }
  .hero-left-bottom {
    top: 580px;
    left: 180px;
    width: 230px;
  }
}

/* MD: MEDIUM */
@media screen and (max-width: 992px) {

  /* -------------------------------------------------------
  ** 3. COMPONENT 
  ------------------------------------------------------- */
  /* HEADER */
  .header {
    height: auto;
  }
  .header__menu {
    width: 100%;
    height: 100vh;
    left: 0;
    top: 0;
    padding: 90px 30px 30px;
    background-color: #FFFFFF;
    left: -110%;
    position: absolute;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
  }
  .header__menu li:hover .sub-menu {
    display: none;
  }
  .header__menu ul.sub-menu.active {
    display: block;
  }
  .header__menu > ul > li:hover > a:not(.btn) {
    box-shadow: none;
  }
  .header__menu.active {
    left: 0;
  }
  .header__menu > ul > li > a:not(.btn) {
    padding: 11px 0;
    font-size: 18px;
    text-align: left;
  }
  .header__menu .btn {
    margin-top: 20px;
    width: 100%;
    font-size: 16px;
    text-align: center;
    padding: 11px 16px;
  }
  .header__menu li + li {
    border-top: 1px solid var(--color-grey);
  }
  .header__menu .sub-menu {
    right: 0;
    left: unset;
    top: 110%;
  }

  /* HERO */
  div.hero {
    padding-top: 210px;
    height: 850px;
  }
  .hero-left {
    width: 200px;
    left: -10px;
  }
  .hero-left-top {
    left: 300px;
    width: 250px;
  }
  .hero-right {
    width: 200px;
    right: -30px;
    opacity: .5;
  }
  .hero-right-bottom {
    top: 536px;
    right: 40px;
    width: 270px;
  }
  .hero-left-bottom {
    left: 90px;
    width: 200px;
  }

  /* LIST  */
  .md-ul--block li {
    display: block;
  }
  .md-ul--inline li {
    display: inline-block;
    vertical-align: middle;
  }
  .md-ul--space-none li + li {
    margin-left: 0;
  }

  /* -------------------------------------------------------
  ** 4. GRID 
  ------------------------------------------------------- */
  /* COLUMN */
  .md-col-1 { width: 8.33333333%; }
  .md-col-2 { width: 16.66666667%; }
  .md-col-3 { width: 25%; }
  .md-col-4 { width: 33.33333333%; }
  .md-col-5 { width: 41.66666667%; }
  .md-col-6 { width: 50%; }
  .md-col-7 { width: 58.33333333%; }
  .md-col-8 { width: 66.66666667%; }
  .md-col-9 { width: 75%; }
  .md-col-10 { width: 83.33333333%; }
  .md-col-11 { width: 91.66666667%; }
  .md-col-12 { width: 100%; }

  /* -------------------------------------------------------
  ** 6. HELPER 
  ------------------------------------------------------- */
  /* BACKGROUND  */
  .md-bg-img-none { background-image: none !important; }

  /* DISPLAY */
  .md-hide { display: none; }
  .md-show { display: block; }

  /* FONT SIZE */
  .md-fs-28 { font-size: 28px; }
  .md-fs-34 { font-size: 34px; }
  .md-fs-40 { font-size: 40px; }

  /* GUTTER */
  .md-ph-none { padding: 0; }
  .md-ph-10 { padding: 0 10px; }
  .md-ph-20 { padding: 0 20px; }
  .md-ph-30 { padding: 0 30px; }
  .md-ph-40 { padding: 0 40px; }
  .md-ph-50 { padding: 0 50px; }

  .md-ph-row-none {  margin: 0;  }
  .md-ph-row-none > * { padding: 0; } 

  .md-ph-row-10 {  margin: 0 -10px; }
  .md-ph-row-10 > * { padding: 0 10px; } 

  .md-ph-row-20 {  margin: 0 -20px; }
  .md-ph-row-20 > * { padding: 0 20px; } 

  .md-ph-row-30 {  margin: 0 -30px; } 
  .md-ph-row-30 > * { padding: 0 30px; } 

  .md-ph-row-40 {  margin: 0 -40px; }
  .md-ph-row-40 > * { padding: 0 40px; } 

  .md-ph-row-50 {  margin: 0 -50px; }
  .md-ph-row-50 > * { padding: 0 50px; }

  /* TEXT ALIGN  */
  .md-text-center { text-align: center; }
  .md-text-right { text-align: right; }
  .md-text-left { text-align: left; }
  .md-text-justify { text-align: justify; }
  
}

/* SM: SMALL */
@media screen and (max-width: 670px) {

  /* -------------------------------------------------------
  ** 3. COMPONENT 
  ------------------------------------------------------- */
  /* BANNER */
  .banner {
    height: 400px;
  }

  /* BACKGROUND */
  .bg-bottom-triangle,
  .bg-achievement {
    background-image: url(assets/img/bg-triangle-tall-mobile.svg);
  }

  /* HEADER */
  .header__menu .sub-menu {
    width: 100%;
  }

  /* HERO */
  div.hero {
    padding-top: 190px;
    height: 750px;
  }
  .hero-left {
    width: 150px;
    left: -10px;
    top: 0;
  }
  .hero-left-top {
    left: unset;
    width: 138px;
    right: 46px;
  }
  .hero-right {
    width: 125px;
    right: -20px;
    opacity: .2;
    top: 160px;
  }
  .hero-right-bottom {
    top: 500px;
    right: -40px;
    width: 270px;
  }
  .hero-left-bottom {
    left: -30px;
    width: 186px;
    top: 332px;
    opacity: .2;
  }

  /* LIST  */
  .sm-ul--block li {
    display: block;
  }
  .sm-ul--inline li {
    display: inline-block;
    vertical-align: middle;
  }
  .sm-ul--space-none li + li {
    margin-left: 0;
  }

  /* -------------------------------------------------------
  ** 4. GRID 
  ------------------------------------------------------- */
  /* COLUMN */
  .sm-col-1 { width: 8.33333333%; }
  .sm-col-2 { width: 16.66666667%; }
  .sm-col-3 { width: 25%; }
  .sm-col-4 { width: 33.33333333%; }
  .sm-col-5 { width: 41.66666667%; }
  .sm-col-6 { width: 50%; }
  .sm-col-7 { width: 58.33333333%; }
  .sm-col-8 { width: 66.66666667%; }
  .sm-col-9 { width: 75%; }
  .sm-col-10 { width: 83.33333333%; }
  .sm-col-11 { width: 91.66666667%; }
  .sm-col-12 { width: 100%; }

  /* -------------------------------------------------------
  ** 6. HELPER 
  ------------------------------------------------------- */
  /* BACKGROUND  */
  .sm-bg-img-none { background-image: none !important; }

  /* DISPLAY */
  .sm-hide { display: none; }
  .sm-show { display: block; }

  /* FONT SIZE */
  .sm-fs-16 { font-size: 16px; }
  .sm-fs-18 { font-size: 18px; }
  .sm-fs-24 { font-size: 24px; }
  .sm-fs-30 { font-size: 28px; }
  .sm-fs-36 { font-size: 32px; }
  .sm-fs-42 { font-size: 42px; }

  /* GUTTER */
  .sm-ph-none { padding: 0; }
  .sm-ph-10 { padding: 0 10px; }
  .sm-ph-20 { padding: 0 20px; }
  .sm-ph-30 { padding: 0 30px; }
  .sm-ph-40 { padding: 0 40px; }
  .sm-ph-50 { padding: 0 50px; }

  .sm-ph-row-none {  margin: 0;  }
  .sm-ph-row-none > * { padding: 0; } 

  .sm-ph-row-10 {  margin: 0 -10px; }
  .sm-ph-row-10 > * { padding: 0 10px; } 

  .sm-ph-row-20 {  margin: 0 -20px; }
  .sm-ph-row-20 > * { padding: 0 20px; } 
  
  .sm-ph-row-30 {  margin: 0 -30px; } 
  .sm-ph-row-30 > * { padding: 0 30px; } 

  /* TEXT ALIGN  */
  .sm-text-center { text-align: center; }
  .sm-text-right { text-align: right; }
  .sm-text-left { text-align: left; }
  .sm-text-justify { text-align: justify; }
}