/*
* Mixin for easy media queries
* @include bp(tablet-only) { SCSS here };
* Default css is for mobile screens
*/

@font-face {
  font-family: "Inter";
  font-weight: 300;
  font-style: normal;
  src: url("../fonts/inter/Inter-Light.eot");
  src: url("../fonts/inter/Inter-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/inter/Inter-Light.woff") format("woff"), url("../fonts/inter/Inter-Light.ttf") format("truetype"), url("../fonts/inter/Inter-Light.svg#Inter") format("svg");
}

@font-face {
  font-family: "Inter";
  font-weight: 300;
  font-style: italic;
  src: url("../fonts/inter/Inter-LightItalic.eot");
  src: url("../fonts/inter/Inter-LightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/inter/Inter-LightItalic.woff") format("woff"), url("../fonts/inter/Inter-LightItalic.ttf") format("truetype"), url("../fonts/inter/Inter-LightItalic.svg#Inter") format("svg");
}

@font-face {
  font-family: "Inter";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/inter/Inter-Regular.eot");
  src: url("../fonts/inter/Inter-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/inter/Inter-Regular.woff") format("woff"), url("../fonts/inter/Inter-Regular.ttf") format("truetype"), url("../fonts/inter/Inter-Regular.svg#Inter") format("svg");
}

@font-face {
  font-family: "Inter";
  font-weight: 400;
  font-style: italic;
  src: url("../fonts/inter/Inter-Italic.eot");
  src: url("../fonts/inter/Inter-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/inter/Inter-Italic.woff") format("woff"), url("../fonts/inter/Inter-Italic.ttf") format("truetype"), url("../fonts/inter/Inter-Italic.svg#Inter") format("svg");
}

@font-face {
  font-family: "Inter";
  font-weight: 500;
  font-style: normal;
  src: url("../fonts/inter/Inter-Medium.eot");
  src: url("../fonts/inter/Inter-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/inter/Inter-Medium.woff") format("woff"), url("../fonts/inter/Inter-Medium.ttf") format("truetype"), url("../fonts/inter/Inter-Medium.svg#Inter") format("svg");
}

@font-face {
  font-family: "Inter";
  font-weight: 500;
  font-style: italic;
  src: url("../fonts/inter/Inter-MediumItalic.eot");
  src: url("../fonts/inter/Inter-MediumItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/inter/Inter-MediumItalic.woff") format("woff"), url("../fonts/inter/Inter-MediumItalic.ttf") format("truetype"), url("../fonts/inter/Inter-MediumItalic.svg#Inter") format("svg");
}

@font-face {
  font-family: "Inter";
  font-weight: 600;
  font-style: normal;
  src: url("../fonts/inter/Inter-SemiBold.eot");
  src: url("../fonts/inter/Inter-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/inter/Inter-SemiBold.woff") format("woff"), url("../fonts/inter/Inter-SemiBold.ttf") format("truetype"), url("../fonts/inter/Inter-SemiBold.svg#Inter") format("svg");
}

@font-face {
  font-family: "Inter";
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/inter/Inter-Bold.eot");
  src: url("../fonts/inter/Inter-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/inter/Inter-Bold.woff") format("woff"), url("../fonts/inter/Inter-Bold.ttf") format("truetype"), url("../fonts/inter/Inter-Bold.svg#Inter") format("svg");
}

@font-face {
  font-family: "Inter";
  font-weight: 800;
  font-style: normal;
  src: url("../fonts/inter/Inter-ExtraBold.eot");
  src: url("../fonts/inter/Inter-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/inter/Inter-ExtraBold.woff") format("woff"), url("../fonts/inter/Inter-ExtraBold.ttf") format("truetype"), url("../fonts/inter/Inter-ExtraBold.svg#Inter") format("svg");
}

@font-face {
  font-family: "Inter";
  font-weight: 900;
  font-style: normal;
  src: url("../fonts/inter/Inter-Black.eot");
  src: url("../fonts/inter/Inter-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/inter/Inter-Black.woff") format("woff"), url("../fonts/inter/Inter-Black.ttf") format("truetype"), url("../fonts/inter/Inter-Black.svg#Inter") format("svg");
}

/*Sass Variables---------------------------------------------------------------------------*/

/*=Global
---------------------------------------*/

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  line-height: 1.35;
  font-weight: normal;
  color: #000000;
  font-family: "Inter", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: var(--cs-body-font-size, 1.4rem);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1rem;
  line-height: 1;
  font-weight: 500;
}

h1 a:not(:hover),
h2 a:not(:hover),
h3 a:not(:hover),
h4 a:not(:hover),
h5 a:not(:hover),
h6 a:not(:hover) {
  color: inherit;
}

h1 {
  font-size: var(--cs-h1-font-size, 4rem);
}

h2 {
  font-size: var(--cs-h2-font-size, 3.2rem);
}

h3 {
  font-size: var(--cs-h3-font-size, 2.4rem);
}

h4 {
  font-size: var(--cs-h4-font-size, 2.2rem);
}

h5 {
  font-size: var(--cs-h5-font-size, 1.8rem);
}

h6,
.h6 {
  font-size: var(--cs-h6-font-size, 1.6rem);
}

.h6 {
  font-weight: 400;
}

p {
  margin: 0 0 3rem 0;
  line-height: var(--cs-paragraph-line-height, 1.6);
}

b,
strong {
  font-weight: bold;
}

ul {
  padding: 0 0 0 17px;
  margin: 0 0 3rem;
}

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

::-webkit-input-placeholder {
  color: #b6c1ce;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #b6c1ce;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #b6c1ce;
}

:-ms-input-placeholder {
  color: #b6c1ce;
}

input:focus {
  outline: none;
}

body a:where(:not(.wp-element-button)) {
  text-decoration: none;
}

a {
  transition: color 0.4s ease-in-out, background-color 0.4s ease-in-out, transform 0.4s ease-in-out, border 0.4s ease-in-out, transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
  text-decoration: none;
}

a:focus,
a:hover {
  outline: 0;
  text-decoration: none;
}

.btn {
  line-height: 1.18;
  text-align: center;
  text-transform: uppercase;
  min-width: 15rem;
  padding: 1.2rem 2rem;
  border-radius: 0;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, transform 0.3s ease-in-out, border 0.3s ease-in-out, opacity 0.3s ease-in-out, padding 0.3s ease-in-out;
  font-size: var(--cs-body-font-size, 1.4rem);
}

.btn-primary,
.btn-secondary,
.btn-success,
.btn-danger,
.btn-warning,
.btn-info,
.btn-light,
.btn-dark,
.btn-white {
  border: none;
}

.btn-outline-white {
  border: 1px solid #ffffff;
  color: #ffffff;
}

.btn-outline-white:hover {
  border: 1px solid #ffffff;
  color: #000000;
  background-color: #ffffff;
}

.bgImg,
.initialParallaxBgImg,
.parallaxBgImg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -2;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.initialParallaxBgImg,
.parallaxBgImg {
  bottom: -100px;
}

.gutters-end-0 > *:last-child {
  margin-bottom: 0 !important;
}

.fadeInUp {
  opacity: 0;
  transform: translateY(20px);
}

.mobile-menu {
  background: #ffffff;
}

.mobile-menu .btn-close {
  --bs-btn-close-color: #000;
  opacity: 1;
  margin: 0;
  font-size: 1.8rem;
}

.mobile-menu .offcanvas-header {
  border-bottom: 1px solid #000000;
  padding: 2rem 0;
}

.mobile-menu .offcanvas-header .site-logo {
  display: block;
  width: 15rem;
}

.mobile-menu .offcanvas-header .site-logo img {
  display: block;
}

.mobile-menu .offcanvas-body {
  display: flex;
  flex-direction: column;
  padding: 3rem 0;
}

.mobile-menu .main-nav .nav {
  display: block;
  font-size: var(--cs-menu-font-size, 1.6rem);
}

.mobile-menu .main-nav .nav .menu-item:not(:last-child) {
  margin-bottom: 2rem;
}

.mobile-menu .main-nav .nav .menu-item.current-menu-item > a {
  text-decoration: underline;
}

.mobile-menu .main-nav .nav .menu-item > a {
  color: #000000;
}

.mobile-menu .main-nav .nav .menu-item > a:hover {
  text-decoration: underline;
}

.mobile-menu .offcanvas-footer {
  margin-top: auto;
  border-top: 1px solid #000000;
  padding: 2rem 0;
}

.site-header {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  margin-bottom: 6rem;
  background-color: #ffffff;
  transition: background-color 0.3s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1), padding 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.has-overlay-header .site-header {
  background-color: transparent;
}

.page-scrolled .site-header {
  transition: background-color 0.5s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.5s cubic-bezier(0.4, 0, 0.2, 1), padding 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.25);
  background-color: #ffffff;
}

.site-header .inner-container {
  padding: 2rem 0;
  border-bottom: 1px solid #000000;
  transition: padding 0.5s cubic-bezier(0.4, 0, 0.2, 1), border 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.page-scrolled .site-header .inner-container {
  border-bottom: none;
}

.has-overlay-header .site-header {
  position: fixed;
}

.has-overlay-header .site-header .inner-container {
  border-bottom: none;
}

.site-header .site-logo {
  display: block;
  width: 15rem;
}

.has-overlay-header:not(.page-scrolled) .site-header .site-logo {
  filter: brightness(0) invert(1);
}

.site-header .main-nav .nav {
  gap: 7.5rem;
}

.site-header .main-nav .nav > li.current-menu-item > a:after,
.site-header .main-nav .nav > li:hover > a:after {
  width: 100%;
}

.site-header .main-nav .nav > li > a {
  font-size: var(--cs-menu-font-size, 1.6rem);
  color: #000000;
  text-transform: capitalize;
  position: relative;
  padding: 0.2rem 0;
}

.site-header .main-nav .nav > li > a:after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  background-color: #000000;
  bottom: 1px;
  left: 0;
  transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1), left 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.has-overlay-header:not(.page-scrolled) .site-header .main-nav .nav > li > a:after {
  background-color: #ffffff;
}

.has-overlay-header:not(.page-scrolled) .site-header .main-nav .nav > li > a {
  color: #ffffff;
}

.site-header .burger-btn {
  width: 36px;
  height: 36px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #000000;
  gap: 4px;
  padding: 5px 9px;
  border-radius: 0.5rem;
  cursor: pointer;
}

.site-header .burger-btn span {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
}

.site-header .burger-btn span:last-child {
  width: 12px;
  align-self: flex-start;
}

.hero-banner {
  overflow: hidden;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100svh;
  padding: 10rem 0;
  text-align: center;
  color: #ffffff;
}

.hero-banner .bgVideo {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -2;
}

.hero-banner .content-holder h3 {
  font-weight: bold;
}

.hero-banner .content-holder .desc {
  max-width: 50rem;
  margin: 0 auto;
}

.hero-banner .content-holder .btn {
  margin-top: 2.8rem;
}

.site-footer {
  padding: 10rem 0 5rem;
  font-weight: 300;
  font-size: var(--cs-footer-font-size, 1.4rem);
}

.site-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
  flex-direction: column;
}

.site-footer__top {
  margin-bottom: 1rem;
}

.site-footer .footer-block {
  margin-bottom: 5rem;
}

.site-footer .footer-block .footer-block__title {
  line-height: 1.18;
  font-weight: 500;
  margin-bottom: 1.8rem;
}

.site-footer .footer-block ul li {
  color: #000000;
}

.site-footer .footer-block ul li:not(:last-child) {
  margin-bottom: 1rem;
}

.site-footer .footer-block ul li a {
  color: inherit;
  display: inline-block;
  position: relative;
}

.site-footer .footer-block ul li a:after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  background-color: #000000;
  bottom: 1px;
  left: 0;
  transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1), left 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.has-overlay-header:not(.page-scrolled) .site-footer .footer-block ul li a:after {
  background-color: #ffffff;
}

.site-footer .footer-block ul li a:hover:after {
  width: 100%;
}

.site-footer .site-logo {
  display: block;
  width: 18rem;
  margin-bottom: 0.7rem;
}

.site-footer .copyright {
  font-size: calc(var(--cs-footer-font-size, 1.4rem) * 0.93);
}

.about-intro {
  margin-bottom: 7rem;
}

.section-heading {
  margin-bottom: 5rem;
}

.section-heading > *:last-child {
  margin-bottom: 0;
}

.section-heading h2 {
  margin-bottom: 3rem;
}

.philosophy {
  position: relative;
  overflow: hidden;
  min-height: 60rem;
  padding: 8rem 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.philosophy .section-heading {
  margin-bottom: 6rem;
  text-align: center;
}

.philosophy .section-heading h2 {
  margin-bottom: 1rem;
}

.philosophy__items {
  margin-bottom: 2rem;
}

.philosophy__item {
  margin-bottom: 4rem;
}

.philosophy__summary p strong {
  font-weight: bold;
}

.contact-info-section {
  margin-bottom: 5rem;
}

.contact-info-section .column {
  margin-bottom: 4rem;
}

.contact-info-section .contact-info-item:not(:last-child) {
  margin-bottom: 6rem;
}

.contact-info-section .contact-info-item .title {
  margin-bottom: 2rem;
}

.contact-info-section .contact-info-item .subtitle {
  font-weight: 600;
  margin-bottom: 1.3rem;
}

.contact-info-section .contact-info-item__box:not(:last-child) {
  margin-bottom: 5.5rem;
}

.contact-info-section .contact-info-item ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.contact-info-section .contact-info-item ul li {
  margin-bottom: 1rem;
}

.contact-info-section .contact-info-item ul li a {
  color: inherit;
}

.contact-info-section .contact-info-item ul li a:hover {
  text-decoration: underline;
}

.brand-portfolio-section .brand-portfolio-filter {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 4rem;
}

.brand-portfolio-section .brand-portfolio-filter .brand-filter-btn {
  background-color: transparent;
  border: none;
  text-transform: capitalize;
  padding: 0 1.5rem;
}

.brand-portfolio-section .brand-portfolio-filter .brand-filter-btn.active span::after {
  width: 100%;
}

.brand-portfolio-section .brand-portfolio-filter .brand-filter-btn span {
  position: relative;
}

.brand-portfolio-section .brand-portfolio-filter .brand-filter-btn span:after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  background-color: #000000;
  bottom: 1px;
  left: 0;
  transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1), left 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.has-overlay-header:not(.page-scrolled) .brand-portfolio-section .brand-portfolio-filter .brand-filter-btn span:after {
  background-color: #ffffff;
}

.brand-portfolio-section .brand-portfolio-filter .brand-filter-btn:hover span:after {
  width: 100%;
}

.brand-portfolio-section .brand-portfolio-gallery .brand-item__box {
  position: relative;
}

.brand-portfolio-section .brand-portfolio-gallery .brand-item__box:before {
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.4);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  transition: opacity 0.4s ease-out;
  content: "";
}

.brand-portfolio-section .brand-portfolio-gallery .brand-item__box:hover::before {
  opacity: 1;
}

.brand-portfolio-section .brand-portfolio-gallery .brand-item__box:hover .hidden-brand-logo {
  opacity: 1;
  visibility: visible;
  transform: translateY(-50%) scale(1);
}

.brand-portfolio-section .brand-portfolio-gallery .brand-item .ratio {
  --bs-aspect-ratio: 100%;
}

.brand-portfolio-section .brand-portfolio-gallery .brand-item .hidden-brand-logo {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%) scale(0.98);
  text-align: center;
  width: 75%;
  max-width: 250px;
  margin: 0 auto;
  z-index: 2;
  transition: opacity 0.6s ease 0.1s, visibility 0.6s ease 0.1s, transform 0.6s ease 0.1s;
  opacity: 0;
  visibility: hidden;
}

.brand-detail-section {
  margin-bottom: 8rem;
}

.brand-detail-section .video-container video {
  max-height: 94.6rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.ratio > * {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.brand-detail-gallery {
  margin-block: 6rem;
}

.brand-detail-gallery .brand-gallery-items {
  --bs-gutter-x: 2rem;
}

.brand-detail-gallery .brand-gallery-item {
  margin-bottom: 2rem;
}

.brand-detail-gallery .brand-gallery-item .ratio {
  --bs-aspect-ratio: 100%;
}

.has-overlay-header .site-header {
  margin-top: var(--wp-admin--admin-bar--height);
}

@media (min-width: 768px) {
  html {
    font-size: 47.5%;
  }

  body {
    font-size: var(--cs-body-font-size-md, 1.5rem);
  }

  h1 {
    font-size: var(--cs-h1-font-size-md, 5rem);
  }

  h2 {
    font-size: var(--cs-h2-font-size-md, 4rem);
  }

  h3 {
    font-size: var(--cs-h3-font-size-md, 3.2rem);
  }

  h4 {
    font-size: var(--cs-h4-font-size-md, 2.6rem);
  }

  h5 {
    font-size: var(--cs-h5-font-size-md, 2.2rem);
  }

  h6,
  .h6 {
    font-size: var(--cs-h6-font-size-md, 1.8rem);
  }

  .btn {
    padding: 1.8rem 3rem;
    min-width: 18.4rem;
  }

  .mobile-menu .offcanvas-header {
    padding: 7.4rem 0 3.2rem;
  }

  .mobile-menu .offcanvas-header .site-logo {
    width: 18rem;
  }

  .site-header {
    margin-bottom: 9rem;
  }

  .site-header .inner-container {
    padding: 2.5rem 0;
  }

  .page-scrolled .site-header .inner-container {
    padding: 2.5rem 0;
  }

  .site-header .site-logo {
    width: 18rem;
  }

  .site-footer {
    padding: 12rem 0 8.4rem;
  }

  .site-footer__top {
    margin-bottom: 3rem;
  }

  .site-footer .footer-block .footer-block__title {
    font-size: var(--cs-footer-font-size, 1.6rem);
    margin-bottom: 2.5rem;
  }

  .site-footer .footer-block ul li:not(:last-child) {
    margin-bottom: 1.5rem;
  }

  .site-footer .site-logo {
    width: 24.5rem;
  }

  .about-intro {
    margin-bottom: 12.2rem;
  }

  .about-intro .row {
    --bs-gutter-x: 8rem;
  }

  .about-intro .column-content {
    width: 52%;
  }

  .about-intro .column-content h2 {
    margin-bottom: 3.2rem;
  }

  .section-heading {
    margin-bottom: 7.5rem;
  }

  .section-heading h2 {
    margin-bottom: 4.5rem;
  }

  .philosophy {
    padding: 10rem 0;
    min-height: 83.6rem;
  }

  .philosophy .section-heading {
    margin-bottom: 8.5rem;
  }

  .philosophy__items {
    margin-bottom: 7.3rem;
  }

  .contact-info-section {
    margin-bottom: 14.5rem;
  }

  .contact-info-section .column-left {
    width: 36%;
  }

  .contact-info-section .column-center {
    width: 32.5%;
  }

  .contact-info-section .contact-info-item .title {
    margin-bottom: 3rem;
  }

  .contact-info-section .contact-info-item .subtitle {
    margin-bottom: 1.5rem;
  }

  .contact-info-section .contact-info-item ul li {
    margin-bottom: 1.3rem;
  }

  .brand-portfolio-section .section-heading {
    margin-bottom: 9rem;
  }

  .brand-portfolio-section .brand-portfolio-filter {
    margin-bottom: 7rem;
  }

  .brand-portfolio-section .brand-portfolio-filter .brand-filter-btn {
    min-width: 20rem;
  }

  .brand-detail-section {
    margin-bottom: 15rem;
  }

  .brand-detail-gallery {
    margin-block: 7rem;
  }

  .brand-detail-gallery .brand-gallery-items {
    --bs-gutter-x: 5.5rem;
  }

  .brand-detail-gallery .brand-gallery-item {
    margin-bottom: 5.5rem;
  }
}

@media (min-width: 992px) {
  html {
    font-size: 52.5%;
  }
}

@media (min-width: 1200px) {
  html {
    font-size: 57.5%;
  }

  .container {
    padding-left: 5rem;
    padding-right: 5rem;
    max-width: 171.2rem;
  }

  .brand-portfolio-section .brand-portfolio-filter .brand-filter-btn {
    min-width: 32.5rem;
  }
}

@media (min-width: 1440px) {
  html {
    font-size: 62.5%;
  }
}

@media (max-width: 767px) {
  .about-intro .column-image {
    margin-bottom: 2rem;
    order: -1;
  }

  .philosophy__item .box {
    max-width: 25rem;
    margin: 0 auto;
  }
}