@charset 'UTF-8';
@import url(spacing.css);

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
/* ol,
ul {
  list-style: none;
} */
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
iframe {
  width: 100%;
}

::selection {
  background: #111;
  color: #fff;
}
::-moz-selection {
  background: #111;
  color: #fff;
}

p {
  margin-bottom: var(--spacing-sm);
}

p:last-child {
  margin-bottom: 0;
}

/******************************************
    Animation
******************************************/
.show,
.hidden,
.header,
a,
#mobileMenu,
.logo img,
.nav {
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}

html {
  scroll-behavior: smooth;
}

html,
body {
  position: relative;
  font-family: var(--font-main);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  background: var(--color-gray-09);
  color: var(--color-gray-01);
}

body {
  margin-top: 25px;
}

.main-header .row {
  align-items: center;
  justify-content: center;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
  z-index: 999;
  text-align: center;
  border: none;
  padding: var(--spacing-lg) var(--spacing-sm);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.header-logo img,
.header-logo img {
  width: auto;
  height: 75px;
}

.header .header-buttons {
  display: flex;
  align-items: center;
  justify-content: end;
  padding-left: var(--spacing-md);
  color: var(--color-white);
  font-size: 18px;
  text-decoration: none;
}

.onScroll .header,
.header.no-hero {
  padding: var(--spacing-xs) 0;
  background: var(--color-white);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 8px 8px -8px;
  transition: box-shadow 300ms ease-in-out 0s;
  border: none;
}

/******************************************
	Navigation
******************************************/
.header .col-12 {
  display: flex;
  align-items: center;
}

.header-logo .logo-sticky,
.onScroll .header-logo .logo-default {
  display: none;
}

.onScroll .header-logo .logo-default {
  display: none;
}

.no-hero .header-logo .logo-sticky,
.onScroll .header-logo .logo-sticky {
  display: inline-block;
  opacity: 1;
}

.no-hero .header-logo .logo-default,
.onScroll .header-logo .logo-default {
  display: none;
}

.header .header-navigation {
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 0;
  margin: 0;
  background: transparent;
  flex: 1;
  height: 100%;
}

.header-navigation ul li {
  list-style: none;
  display: inline-block;
  padding-top: var(--spacing-xs);
  padding-bottom: var(--spacing-xs);
  padding-left: var(--spacing-xs);
  padding-right: var(--spacing-sm);
  position: relative;
}

.header-navigation ul > li > a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: var(--color-white);
  text-decoration: none;
  font-weight: 400;
  background-image: linear-gradient(to right, #54b3d6, #54b3d6 50%, var(--color-white) 50%);
  background-size: 200% 100%;
  background-position: -100%;
  position: relative;
  -webkit-background-clip: text;
  transition: all 0.3s ease-in-out;
}

.header-navigation ul > li.current-menu-item > a {
  background-position: 0;
}

.header-navigation ul > li.current-menu-item > a:before {
  width: 100%;
}

.header-navigation a:before {
  content: "";
  background: #54b3d6;
  display: block;
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 3px;
  transition: all 0.3s ease-in-out;
}

.header-navigation a:hover {
  background-position: 0;
}

.header-navigation a:hover::before {
  width: 100%;
}

.header .social-icons {
  /* padding-left: var(--spacing-sm); */
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: end;
}

.store-icons {
  display: flex;
  align-items: center;
  border-right: 1px solid var(--color-white);
  padding-right: var(--spacing-sm);
}

.store-icons a,
.header .social-icons a {
  text-decoration: none;
  color: var(--color-white);
  padding: 0 var(--spacing-sm);
  font-size: 20px;
}

.store-icons svg {
  width: auto;
  height: 20px;
}

.store-icons .account-icon {
  margin-bottom: 2px;
}

.onScroll .header-navigation ul > li > a,
.header-navigation ul li a:hover,
.onScroll .store-icons a,
.onScroll .header .social-icons a {
  color: var(--color-blue);
}

/******************************************
  Cart Button
******************************************/

.cart-contents {
  position: relative;
  display: flex !important;
  flex-flow: column nowrap;
  justify-content: center;
}

.cart-contents:hover {
  text-decoration: none;
}

.cart-contents-count {
  position: absolute;
  top: 15px;
  right: 1px;
  transform: translateY(-105%) translateX(25%);
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 12px;
  line-height: 22px;
  height: 22px;
  width: 22px;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  background: #000;
  border-radius: 50%;
  padding: 1px;
}

/******************************************
    Mobile Menu
******************************************/
.mobile-button-wrapper {
  text-align: center;
  flex: 0 0 60px;
  display: none;
}

#mobileButton {
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}

#mobileMenu {
  position: fixed;
  top: 75px;
  left: 0;
  width: 100%;
  z-index: 9;
  margin: 0;
  padding: 0;
  transform: translateY(-100%);
  overflow: hidden;
  display: none;
}

#mobileMenu ul {
  margin: 0;
  padding: 0;
}

#mobileMenu.is-active {
  transform: translateY(0%);
}

#mobileMenu li {
  list-style: none;
  float: none;
  position: relative;
  margin: 0;
  padding: 0;
}

#mobileMenu li:last-child {
  border-bottom: none;
}

#mobileMenu li a {
  width: 100%;
  padding: var(--spacing-md) var(--spacing-lg);
  display: inline-block;
  color: var(--color-blue);
  background: var(--color-white);
  border-bottom: 1px solid var(--color-gray-05);
  font-weight: 600;
  font-size: 15;
  text-decoration: none;
}

#mobileMenu li a:hover {
  color: var(--color-white);
  background: var(--color-gray-02);
}

.hamburger-inner:after {
  bottom: -9px;
}

.hamburger-inner:before {
  top: -9px;
}

hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
  width: 40px;
}

.hamburger {
  padding-left: var(--spacing-md);
}

/******************************************
    Hero
******************************************/
.hero {
  position: relative;
  width: calc(100vw - 50px);
  height: 100%;
  min-height: 30vw;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.hero.full-height {
  min-height: calc(100vh - 50px);
}

.hero img {
  width: auto;
  max-height: 250px;
  margin-bottom: var(--spacing-md);
}

.hero video {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.hero-content {
  position: relative;
  height: 100%;
  width: 100%;
  padding: var(--spacing-xxl) 0;
  color: var(--color-white);
  z-index: 3;
}

.single-project .hero {
  margin-top: 95px;
}

.single-project .single-project-intro {
  position: absolute;
  bottom: 30px;
  right: 30px;
}

.c-scroll-icon {
  width: 21px;
  height: 100px;
  transform: translate3d(-50%, 0%, 0);
  position: absolute;
  left: 50%;
  bottom: 100px;
  backface-visibility: hidden;
  z-index: 2;
  margin-left: -10px;
}
.c-scroll-icon .c-scroll-icon-line-mask {
  position: relative;
  overflow: hidden;
  width: 21px;
  height: 100px;
  margin: 0 auto;
}
.c-scroll-icon .c-scroll-icon-line {
  position: absolute;
  display: inline-block;
  width: 1px;
  height: 150px;
  border-left: 1px solid #fff;
  top: -150px;
  left: 10px;
  animation: scroll-line 3s infinite;
  transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
@keyframes scroll-line {
  0% {
    transform: translate3d(0, 0, 0);
  }
  40% {
    transform: translate3d(0, 185px, 0);
  }
  75% {
    transform: translate3d(0, 175px, 0);
  }
  100% {
    transform: translate3d(0, 280px, 0);
  }
}
.c-scroll-icon-triangle {
  position: relative;
  width: 20px;
  height: 30px;
  margin: -10px auto 0;
  animation: triangle-bounce 3s infinite;
}
.c-scroll-icon-triangle-mask {
  position: absolute;
}
.c-scroll-icon-triangle-mask.first {
  width: 40px;
  height: 5px;
  right: 0;
  overflow: hidden;
}
.c-scroll-icon-triangle-mask.right {
  width: 10px;
  height: 30px;
  overflow: hidden;
  right: 0;
}
.c-scroll-icon-triangle-mask.left {
  width: 10px;
  height: 30px;
  overflow: hidden;
  left: 1;
}
.c-scroll-icon-triangle-mask.last {
  width: 40px;
  height: 5px;
  overflow: hidden;
}
.c-scroll-icon-triangle-line {
  position: absolute;
}
.c-scroll-icon-triangle-line.first {
  border-bottom: 1px solid #fff;
  width: 30px;
  right: 0;
  animation: triangle-first 3s infinite;
  transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.c-scroll-icon-triangle-line.right {
  border-left: 1px solid #fff;
  height: 44px;
  transform: rotate(-163deg);
  right: 5px;
  top: -6px;
  animation: triangle-right 3s infinite;
  transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.c-scroll-icon-triangle-line.left {
  border-left: 1px solid #fff;
  height: 40px;
  transform: rotate(163deg);
  left: 5px;
  top: -3px;
  animation: triangle-left 3s infinite;
  transition: all 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.c-scroll-icon-triangle-line.last {
  border-bottom: 1px solid #fff;
  width: 120px;
  left: 0;
  animation: triangle-last 3s infinite;
  transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
@keyframes triangle-bounce {
  0% {
    transform: translate3d(0, -5px, 0);
  }
  50% {
    transform: translate3d(0, 5px, 0);
  }
  100% {
    transform: translate3d(0, -5px, 0);
  }
}
@keyframes triangle-first {
  0%,
  20% {
    transform: translate3d(-40px, 0, 0);
  }
  30%,
  80% {
    transform: translate3d(10px, 0, 0);
  }
  85%,
  100% {
    transform: translate3d(30px, 0, 0);
  }
}
@keyframes triangle-right {
  0%,
  25% {
    transform: rotate(-163deg) translate3d(0, 40px, 0);
  }
  40%,
  84% {
    transform: rotate(-163deg) translate3d(0, 0, 0);
  }
  90%,
  100% {
    transform: rotate(-163deg) translate3d(0, -37px, 0);
  }
}
@keyframes triangle-left {
  0%,
  33% {
    transform: rotate(163deg) translate3d(0, -34px, 0);
  }
  50%,
  88% {
    transform: rotate(163deg) translate3d(0, 0, 0);
  }
  95%,
  100% {
    transform: rotate(163deg) translate3d(0, 38px, 0);
  }
}
@keyframes triangle-last {
  0%,
  87.5% {
    transform: translate3d(-120px, 0, 0);
  }
  91% {
    transform: translate3d(-80px, 0, 0);
  }
  100% {
    transform: translate3d(45px, 0, 0);
  }
}

/******************************************
    Single Project
******************************************/
.single-detail {
  border-bottom: 2px solid var(--color-blue);
  padding: var(--spacing-sm) 0 var(--spacing-xs);
}

.single-detail:first-child {
  padding: 0 0 var(--spacing-xs);
}

.single-detail:last-child {
  border-bottom: none;
}

.single-detail .detail-detail {
  color: var(--color-blue);
  font-size: 24px;
  font-weight: bold;
}

.single-detail .detail-title {
  color: var(--color-gray-02);
}

.project-gallery {
  padding-right: var(--spacing-lg);
}

/******************************************
    Form
******************************************/
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
textarea,
select,
.vfbp-form .vfb-form-control {
  display: block;
  height: 40px;
  line-height: 1;
  padding: 10px !important;
  color: #222;
  box-shadow: none;
  border: none;
  width: 100% !important;
  max-width: 100%;
  border: 1px solid #f3f3f3;
  background: #f3f3f3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: background-color 0.24s ease-in-out;
  transition: background-color 0.24s ease-in-out;
  outline: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.footer {
  background-color: var(--color-gray-01);
  color: var(--color-white);
  font-size: 15px;
  padding: var(--spacing-lg) 0;
}

.footer-intro h6 {
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.091em;
  margin-bottom: var(--spacing-lg);
}

.footer-email {
  margin-bottom: var(--spacing-lg);
}

.footer-email a {
  color: inherit;
  text-decoration: none;
}

.footer-phone,
.footer-email,
.footer-address {
  display: inline-block;
  vertical-align: top;
  margin-bottom: var(--spacing-sm);
}

.footer-icon {
  display: inline-block;
  width: 20px;
  height: auto;
  text-align: center;
}

.footer nav li {
  display: inline-block;
}

.footer nav li a {
  text-decoration: none;
  padding-right: var(--spacing-sm);
}

.footer .footer-copyright {
  text-align: left;
  font-size: 0.85em;
  margin-top: var(--spacing-lg);
}

.footer .footer-title {
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  padding-bottom: var(--spacing-md);
  text-transform: uppercase;
}

.footer .footer-logo img {
  width: 80%;
  max-width: 320px;
  height: auto;
  display: block;
  margin-bottom: var(--spacing-md);
}

.footer .social-icons {
  text-align: left;
}

.footer a {
  color: var(--color-white);
}

.footer .social-icons a {
  color: var(--color-white);
  display: inline-block;
  padding-bottom: var(--spacing-sm);
  text-decoration: none;
}

.footer a:hover,
.footer .social-icons a:hover {
  color: var(--color-blue);
}

.footer .social-icons i {
  font-size: 18px;
  width: 32px;
  padding-right: var(--spacing-xs);
}

/* @media (min-width: 1600px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1420px;
  }
}

@media (min-width: 1800px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1620px;
  }
} */

@media only screen and (max-width: 1200px) {
  .header-navigation ul > li > a {
    padding-right: var(--spacing-xs);
  }
}

@media only screen and (max-width: 991px) {
  .logo-sticky {
    display: block !important;
  }

  body {
    margin-top: 95px;
  }

  .hero.full-height {
    min-height: calc(100vh - 120px);
  }

  .hero-fix {
    height: 70px;
  }

  .mobile-button-wrapper {
    display: flex;
  }

  .header .header-navigation,
  .logo-default {
    display: none !important;
  }

  .header-buttons {
    flex: 1;
  }

  .header,
  .header.no-hero,
  .onScroll .header {
    top: 0 !important;
    background: var(--color-white);
    padding: var(--spacing-sm) 0;
    box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.1);
    min-height: 75px;
    display: flex;
    align-items: center;
  }

  .header-logo img {
    height: 55px;
  }

  .header .social-icons {
    flex: 1;
  }

  .header .social-icons a {
    color: var(--color-blue);
  }

  #mobileMenu {
    display: block;
  }

  .single-project .hero {
    margin-top: 0;
  }

  .single-post .hero,
  .single-project .hero {
    height: auto;
    aspect-ratio: 5/4;
  }

  .hero {
    width: calc(100vw - 30px);
  }

  .footer .social-icons {
    max-width: 100%;
    position: relative;
    top: unset;
    right: unset;
    transform: none;
    text-align: left;
    margin-top: var(--spacing-lg);
  }

  .footer .social-title {
    width: auto;
    margin-left: 0;
    margin-bottom: 0;
    transform-origin: 0;
    transform: none;
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    padding-bottom: var(--spacing-md);
    text-transform: uppercase;
  }

  .footer .social-line {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .header .container {
    max-width: 100%;
  }
}
