@charset "utf-8";
@font-face { font-family: 'Avenir LT Std'; src: url('fonts/AvenirLTStd-Medium.eot'); src: local('Avenir LT Std 65 Medium'), local('AvenirLTStd-Medium'), url('fonts/AvenirLTStd-Mediumd41d.eot?#iefix') format('embedded-opentype'), url('fonts/AvenirLTStd-Medium.woff2') format('woff2'), url('fonts/AvenirLTStd-Medium.woff') format('woff'), url('fonts/AvenirLTStd-Medium.ttf') format('truetype'); font-weight: 500; font-style: normal; font-display: swap; }
@font-face { font-family: 'Avenir Next LT Pro'; src: url('fonts/AvenirNextLTPro-Thin.eot'); src: local('AvenirNextLTPro-Thin'), url('fonts/AvenirNextLTPro-Thind41d.eot?#iefix') format('embedded-opentype'), url('fonts/AvenirNextLTPro-Thin.woff2') format('woff2'), url('fonts/AvenirNextLTPro-Thin.woff') format('woff'), url('fonts/AvenirNextLTPro-Thin.ttf') format('truetype'); font-weight: 100; font-style: normal; font-display: swap; }
@font-face { font-family: 'Avenir Next LT Pro'; src: url('fonts/AvenirNextLTPro-Regular.eot'); src: local('Avenir Next LT Pro Regular'), local('AvenirNextLTPro-Regular'), url('fonts/AvenirNextLTPro-Regulard41d.eot?#iefix') format('embedded-opentype'), url('fonts/AvenirNextLTPro-Regular.woff2') format('woff2'), url('fonts/AvenirNextLTPro-Regular.woff') format('woff'), url('fonts/AvenirNextLTPro-Regular.ttf') format('truetype'); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: 'Avenir Next LT Pro'; src: url('fonts/AvenirNextLTPro-Demi.eot'); src: local('Avenir Next LT Pro Demi'), local('AvenirNextLTPro-Demi'), url('fonts/AvenirNextLTPro-Demid41d.eot?#iefix') format('embedded-opentype'), url('fonts/AvenirNextLTPro-Demi.woff2') format('woff2'), url('fonts/AvenirNextLTPro-Demi.woff') format('woff'), url('fonts/AvenirNextLTPro-Demi.ttf') format('truetype'); font-weight: 500; font-style: normal; font-display: swap; }
@font-face { font-family: 'Avenir Next LT Pro'; src: url('fonts/AvenirNextLTPro-Bold.eot'); src: local('Avenir Next LT Pro Bold'), local('AvenirNextLTPro-Bold'), url('fonts/AvenirNextLTPro-Boldd41d.eot?#iefix') format('embedded-opentype'), url('fonts/AvenirNextLTPro-Bold.woff2') format('woff2'), url('fonts/AvenirNextLTPro-Bold.woff') format('woff'), url('fonts/AvenirNextLTPro-Bold.ttf') format('truetype'); font-weight: bold; font-style: normal; font-display: swap; }


:root {
/* COLOR VARIABLES */
--blue: #003EFF;
--white: #fff;
--black: #000;
--light-gray: #EAEAEA;
--dark-gray: #4D4D4D;

/* TRANSITION SPEED */
--all-fast: all 0.3s;
--all-medium: all 0.5s;
--all-slow: all 0.8s;
--offset: -30vh;
--radius-small: 4px;
--radius: 0px;
--rotation: 0deg;
--gap: 2.5vw;
--grid-item-width: 32vw;
--ratio: 1.3;
}

/* ========================== COMMON CSS ========================== */
*,
ul,
ol,
li,
a { margin: 0; padding: 0; list-style-type: none; -webkit-box-sizing: border-box; box-sizing: border-box; font-family: 'Avenir LT Std'; font-weight: 400; line-height: 1.5; color: inherit; color: #fff; }
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 { font-family: 'Avenir Next LT Pro'; font-weight: bold; }
input,
input:focus,
textarea,
textarea:focus,
.form-control,
.form-control:focus { -webkit-box-shadow: none !important; box-shadow: none !important; outline: none; background: transparent; color: rgba(255, 255, 255, 1); }
.custom-select.is-invalid:focus, .form-control.is-invalid:focus, .was-validated .custom-select:invalid:focus, .was-validated .form-control:invalid:focus { -webkit-box-shadow: none; box-shadow: none; }
*,
a,
a:active,
a:focus,
a:hover,
button:hover,
button:focus { text-decoration: none; outline: 0; color: inherit; }
button { background: transparent; outline: none; -webkit-box-shadow: none; box-shadow: none; cursor: pointer; }
[type=reset], [type=submit], button, html [type=button] { -webkit-appearance: none; outline: none; border: none; }
a { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap; }
a:hover { color: var(--white); }

body { opacity: 0; background: #000; width: 100%; font-size: 16px; line-height: 1.4; width: 100%; position: relative; font-family: 'Avenir LT Std'; font-weight: 400; color: #fff; z-index: 1; overflow-x: hidden; -webkit-transition: var(--all-slow); -o-transition: var(--all-slow); transition: var(--all-slow); }
body.show { opacity: 1; }
body p { font-size: 20px; line-height: 1.4; color: #ADADAD; margin-bottom: 20px; font-weight: 400; font-family: 'Avenir Next LT Pro'; }
body p a { color: #c5c5c5; }

.no-scroll { overflow: hidden; }

hr { border-top: 1px solid #ddd; }

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

::-webkit-scrollbar { width: 10px; display: none; }
::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 3px rgba(255, 255, 255, 0.8); box-shadow: inset 0 0 3px rgba(255, 255, 255, 0.8); }
::-webkit-scrollbar-thumb { background-color: #888; border-radius: 15px; }

.barContainer { position: fixed; top: 0; right: 0; width: 10px; height: 100vh; -webkit-box-shadow: inset 0 0 3px rgba(255, 255, 255, 0.8); box-shadow: inset 0 0 3px rgba(255, 255, 255, 0.8); background: #000; border-radius: 15px; z-index: 999; pointer-events: none; }
.bar { height: 20%; width: 100%; background-color: #888; border-radius: 15px; -webkit-transition: all 0.8s; -o-transition: all 0.8s; transition: all 0.8s; }

/* Chrome Safari Edge Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }

.container-fluid { max-width: calc(100% - 100px); margin: 0 auto; position: relative; }
.container { max-width: 1320px; position: relative; z-index: 1; }

.form-control::-webkit-input-placeholder { color: rgba(255,255,255,0.4); }
.form-control::-moz-placeholder { color: rgba(255,255,255,0.4); }
.form-control:-ms-input-placeholder { color: rgba(255,255,255,0.4); }
.form-control::-ms-input-placeholder { color: rgba(255,255,255,0.4); }
.form-control::placeholder { -webkit-transition: var(--all-fast); -o-transition: var(--all-fast); transition: var(--all-fast); color: rgba(255,255,255,0.4); }

.form-group { margin-bottom: 20px; padding-bottom: 20px; position: relative; overflow: hidden; }
.form-group .input-wrapper { position: relative; }
.form-control { font-size: 16px; font-family: 'Avenir Next LT Pro'; font-weight: 400; color: #fff; width: 100%; padding: 10px 0; border: none; -moz-appearance: none; appearance: none; -webkit-appearance: none; border-radius: 0; }
.form-control:focus::-webkit-input-placeholder { color: transparent; }
.form-control:focus::-moz-placeholder { color: transparent; }
.form-control:focus:-ms-input-placeholder { color: transparent; }
.form-control:focus::-ms-input-placeholder { color: transparent; }
.form-control:focus::placeholder { color: transparent; }

.invalid-feedback { position: absolute; bottom: 0; left: 0; }

.link__graphic { position: absolute; width: 300%; height: calc(100% - 20px); top: 0; left: 0; pointer-events: none; }
.link__graphic path { fill: none; stroke: rgb(255 255 255 / 30%); stroke-width: 1px; }
.form-control:focus + .link__graphic--slide { -webkit-transform: translate3d(-66.6%, 0, 0); transform: translate3d(-66.6%, 0, 0); -webkit-transition: -webkit-transform 0.7s; transition: -webkit-transform 0.7s; -o-transition: transform 0.7s; transition: transform 0.7s; transition: transform 0.7s, -webkit-transform 0.7s; -webkit-transition-timing-function: cubic-bezier(0, 0.25, 0.5, 1); -o-transition-timing-function: cubic-bezier(0, 0.25, 0.5, 1); transition-timing-function: cubic-bezier(0, 0.25, 0.5, 1); }

label { font-size: 16px; line-height: 1; font-weight: 400; padding: 0 10px; -webkit-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s; margin: 0; }

select.form-control:not([size]):not([multiple]), textarea.form-control { height: auto; }
select.form-control { padding: 15px 28px 13px; text-transform: capitalize; }
select.form-control option { background: #000; color: #fff; }
.dropdown .icon { position: absolute; right: 10px; width: 22px; height: 22px; -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); -webkit-transition: var(--all-medium); -o-transition: var(--all-medium); transition: var(--all-medium); pointer-events: none; }

.cursor { position: fixed; }

#cursor { position: fixed; top: -5px; left: -5px; width: 10px; height: 10px; background-color: #fff; border-radius: 50%; pointer-events: none; z-index: 999; opacity: 0; -webkit-transition: -webkit-transform 0.3s ease-out; transition: -webkit-transform 0.3s ease-out; -o-transition: transform 0.3s ease-out; transition: transform 0.3s ease-out; transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out; }
.loaded #cursor { opacity: 1; }
#cursor-border { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; font-size: 16px; font-weight: 700; color: #fff; -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px); --size: 0; background: rgba(200,200,200,0.56); position: fixed; top: calc(var(--size) / -2); left: calc(var(--size) / -2); width: var(--size); height: var(--size); border-radius: 50%; pointer-events: none; -webkit-transition: top 0.15s ease-out, left 0.15s ease-out, width 0.15s ease-out, height 0.15s ease-out, background-color 0.15s ease-out; -o-transition: top 0.15s ease-out, left 0.15s ease-out, width 0.15s ease-out, height 0.15s ease-out, background-color 0.15s ease-out; transition: top 0.15s ease-out, left 0.15s ease-out, width 0.15s ease-out, height 0.15s ease-out, background-color 0.15s ease-out; z-index: 999; overflow: hidden; }

.loader { -webkit-clip-path: polygon(0% 0%, 0% 100%, 0% 100%, 100% 0%, 100% 0%, 0% 100%, 25% 100%, 25% 100%, 100% 100%, 100% 0%); clip-path: polygon(0% 0%, 0% 100%, 0% 100%, 100% 0%, 100% 0%, 0% 100%, 25% 100%, 25% 100%, 100% 100%, 100% 0%); position: fixed; left: 0; top: 0; width: 100%; height: 100vh; overflow: hidden; z-index: 999; background: #000; -webkit-transition: all 1000ms cubic-bezier(.6, .04, .98, .335); -o-transition: all 1000ms cubic-bezier(.6, .04, .98, .335); transition: all 1000ms cubic-bezier(.6, .04, .98, .335); }
/*.loaded .loader { -webkit-clip-path: polygon(0% 0%, 0% 100%, 0% 0%, 0% 0%, 200% 0%, 100% 100%, 25% 100%, 25% 100%, 100% 100%, 100% 0%); clip-path: polygon(0% 0%, 0% 100%, 0% 0%, 0% 0%, 200% 0%, 100% 100%, 25% 100%, 25% 100%, 100% 100%, 100% 0%); pointer-events: none; }*/
.loader .progress-line { position: absolute; left: 0; bottom: 0; width: 0; height: 0.5px; display: block; background: #fff; -webkit-transition: var(--all-fast); -o-transition: var(--all-fast); transition: var(--all-fast); -webkit-transform-origin: bottom left; -ms-transform-origin: bottom left; transform-origin: bottom left; }

/* Firefox */
input[type=number] { -moz-appearance: textfield; }

.button { position: relative; z-index: 1; padding: 8px 20px; border: 2px solid rgb(255 255 255 / 70%); -webkit-clip-path: polygon(10px 0, 100% 0, 100% 100%, 0 100%, 0 10px); clip-path: polygon(10px 0, 100% 0, 100% 100%, 0 100%, 0 10px); overflow: hidden; }
.button::before { content: ''; width: 2px; height: 15px; position: absolute; left: -2px; top: -6px; background: rgb(255 255 255 / 70%); -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); -webkit-transform-origin: bottom left; -ms-transform-origin: bottom left; transform-origin: bottom left; }
.button .text { display: -webkit-box; display: -ms-flexbox; display: flex; color: #fff; text-transform: uppercase; padding-top: 4px; overflow: hidden; pointer-events: none; }
.button span { position: relative; font-size: 16px; font-family: 'Avenir LT Std'; font-weight: 500; text-transform: uppercase; color: #fff; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); -webkit-transition: var(--all-medium); -o-transition: var(--all-medium); transition: var(--all-medium); -webkit-transition-delay: 0.1s; -o-transition-delay: 0.1s; transition-delay: 0.1s; z-index: 1; }
.button span::after { content: attr(data-text); position: absolute; left: 0; top: 150%; display: block; color: #000; -webkit-transition: var(--all-medium); -o-transition: var(--all-medium); transition: var(--all-medium); }
.button:hover span { color: #000; -webkit-transform: translateY(-150%); -ms-transform: translateY(-150%); transform: translateY(-150%); }

.button .box { position: absolute; top: 101%; left: 0; display: block; width: 100%; height: 100%; background: #fff; z-index: -1; -webkit-animation: moveDownTwo 0.5s linear 0s forwards; animation: moveDownTwo 0.5s linear 0s forwards; }
.button:hover .box { display: block; width: 100%; height: 100%; -webkit-transition: var(--all-medium); -o-transition: var(--all-medium); transition: var(--all-medium); -webkit-animation: moveDownOne 0.5s linear 0s forwards; animation: moveDownOne 0.5s linear 0s forwards; }
@-webkit-keyframes moveDownOne {
0% { bottom: auto; top: -101%; border-radius: 50%; }
100% { bottom: auto; top: 0; border-radius: 0%; }
}
@keyframes moveDownOne {
0% { bottom: auto; top: -101%; border-radius: 50%; }
100% { bottom: auto; top: 0; border-radius: 0%; }
}
@-webkit-keyframes moveDownTwo {
0% { top: auto; bottom: 0; border-radius: 0%; }
100% { top: auto; bottom: -101%; border-radius: 50%; }
}
@keyframes moveDownTwo {
0% { top: auto; bottom: 0; border-radius: 0%; }
100% { top: auto; bottom: -101%; border-radius: 50%; }
}

.link { position: relative; }
.link::after { content: ''; -webkit-transition: opacity 0.3s; -o-transition: opacity 0.3s; transition: opacity 0.3s; opacity: 0; -webkit-transition-delay: 0s; -o-transition-delay: 0s; transition-delay: 0s; position: absolute; width: 100%; height: 1px; background: #fff; top: calc(100% - 5px); left: 0; pointer-events: none; }
.link:hover::after { opacity: 1; -webkit-transition-delay: 0.3s; -o-transition-delay: 0.3s; transition-delay: 0.3s; }
.link::before { content: ''; height: 10px; top: 100%; opacity: 0; position: absolute; width: 100%; background: #fff; top: calc(100% - 5px); left: 0; pointer-events: none; }
.link:hover::before { opacity: 1; -webkit-animation: lineUp 0.2s ease forwards; animation: lineUp 0.2s ease forwards; }

@-webkit-keyframes lineUp {
0% { -webkit-transform-origin: 50% 100%; transform-origin: 50% 100%; -webkit-transform: scale3d(1, 0.045, 1); transform: scale3d(1, 0.045, 1); }
50% { -webkit-transform-origin: 50% 100%; transform-origin: 50% 100%; -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); }
51% { -webkit-transform-origin: 50% 0%; transform-origin: 50% 0%; -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); }
100% { -webkit-transform-origin: 50% 0%; transform-origin: 50% 0%; -webkit-transform: scale3d(1, 0.045, 1); transform: scale3d(1, 0.045, 1); }
}

@keyframes lineUp {
0% { -webkit-transform-origin: 50% 100%; transform-origin: 50% 100%; -webkit-transform: scale3d(1, 0.045, 1); transform: scale3d(1, 0.045, 1); }
50% { -webkit-transform-origin: 50% 100%; transform-origin: 50% 100%; -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); }
51% { -webkit-transform-origin: 50% 0%; transform-origin: 50% 0%; -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); }
100% { -webkit-transform-origin: 50% 0%; transform-origin: 50% 0%; -webkit-transform: scale3d(1, 0.045, 1); transform: scale3d(1, 0.045, 1); }
}


.img-box { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap; }
img, .svg { width: 100%; height: auto; }

.section-title { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap; margin-bottom: 40px; }
.section-title h2 { font-size: 48px; font-weight: 500; line-height: 1; color: #f5f5f7; letter-spacing: 0.4px; text-align: center; width: 100%; margin-bottom: 30px; }
.section-title h4, .section-title .title { font-size: 20px; font-weight: 400; color: #6e6e6e; text-align: center; letter-spacing: 0.2px; text-transform: uppercase; width: 100%; margin-bottom: 0; }
.section-title p { font-size: 20px; line-height: 1.4; font-family: 'Avenir Next LT Pro'; font-weight: 400; color: rgba(255, 255, 255, 0.7); width: 100%; text-align: center; margin-bottom: 30px; }
.section-title p * { font-size: 20px; font-family: 'Avenir Next LT Pro'; font-weight: 400; }
.subtitle { font-size: 28px; font-weight: 500; font-family: 'Avenir LT Std'; color: #f5f5f7; text-align: center; line-height: 1.3; text-transform: capitalize; letter-spacing: .4px; margin: 0 0 40px; }

.read-more { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
.read-more span { font-size: 16px; font-weight: 700; line-height: 1.2; color: #051023; margin-right: 8px; }
.read-more .svg { width: 16px; margin-top: 2px; }

.nav.tabs { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: center; -ms-flex-align: center; align-items: center; border-bottom: 1px solid rgb(255 255 255 / 30%); margin-bottom: 60px; }
.nav.tabs li { margin-bottom: -1px; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; }
.nav.tabs li a { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; width: 100%; position: relative; padding: 10px 30px 8px; font-size: 16px; color: rgb(255 255 255 / 50%); font-family: 'Avenir Next LT Pro'; font-weight: 400; text-transform: uppercase; -webkit-clip-path: polygon(10px 0, 100% 0, 100% 100%, 0 100%, 0 10px); clip-path: polygon(10px 0, 100% 0, 100% 100%, 0 100%, 0 10px); border: 1px solid transparent; -webkit-transition: var(--all-medium); -o-transition: var(--all-medium); transition: var(--all-medium); }
.nav.tabs li a:hover { color: #F5F5F7; }
.nav.tabs li a.active { border: 1px solid #fff; color: #F5F5F7; }
.nav.tabs li a::before { content: ''; position: absolute; width: 1px; height: 15px; background: #fff; left: -1px; top: -6px; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); -webkit-transform-origin: bottom left; -ms-transform-origin: bottom left; transform-origin: bottom left; opacity: 0; -webkit-transition: var(--all-medium); -o-transition: var(--all-medium); transition: var(--all-medium); }
.nav.tabs li a.active::before { opacity: 1; }

/* HEADER */
.header { position: fixed; top: 0; left: 0; width: 100%; padding: 25px 0; z-index: 10; -webkit-transition: var(--all-medium); -o-transition: var(--all-medium); transition: var(--all-medium); -webkit-transform: translateY(-100%); -ms-transform: translateY(-100%); transform: translateY(-100%); transition: var(--all-medium); }
.header.show { -webkit-transform: translateY(0%); -ms-transform: translateY(0%); transform: translateY(0%); }
.header .navbar { position: relative; width: 100%; padding: 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; z-index: 10; }
.header .logo { width: 140px; }
.header .logo img { width: 100%; }
.header .button { margin-left: 25px; background: #fff; padding: 12px 16px; -webkit-clip-path: polygon(5% 0, 100% 0, 100% 100%, 0 100%, 0 20%); clip-path: polygon(5% 0, 100% 0, 100% 100%, 0 100%, 0 20%); }
.header .button .text { padding-top: 3px; overflow: hidden; }
.header .button span { background: #fff; color: #000; font-size: 16px; font-family: 'Avenir LT Std'; text-transform: uppercase; line-height: 1; font-weight: 500; }

.header .right { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
.header .navbar-nav { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; }
.header .navbar-nav li { padding: 0 20px; position: relative; }
.header .navbar-nav li a { padding: 10px 0 5px; font-size: 16px; color: #fff; font-weight: 100; font-family: 'Avenir Next LT Pro'; text-transform: uppercase; position: relative; opacity: 0.7; }
.header .navbar-nav li a span { font-size: inherit; font-weight: inherit; font-family: inherit; }
.header .navbar-nav li a.active { opacity: 1; }
.header .navbar-nav li a span { display: block; position: relative; -webkit-transition: var(--all-medium); -o-transition: var(--all-medium); transition: var(--all-medium); }
.header .navbar-nav li a.active:after { opacity: 1; }

.header .navbar-nav li .dropdown { position: absolute; top: 100%; left: 0; width: 260px; background: #222; padding: 10px 0; -webkit-clip-path: polygon(10% 0%, 100% 0, 100% 100%, 0 100%, 0% 20%); clip-path: polygon(10% 0%, 100% 0, 100% 100%, 0 100%, 0% 20%); -webkit-transform: translateY(20px); -ms-transform: translateY(20px); transform: translateY(20px); opacity: 0; pointer-events: none; -webkit-transition: all 0.2s ease; -o-transition: all 0.2s ease; transition: all 0.2s ease; }
.header .navbar-nav li .dropdown li { padding: 0; }
.header .navbar-nav li .dropdown li a { padding: 10px 20px; width: 100%; position: relative; z-index: 1; opacity: 1; }
.header .navbar-nav li .dropdown li a:before { content: ''; background: #000; width: 0%; height: 100%; position: absolute; right: 0; top: 0; -webkit-transition: var(--all-medium); -o-transition: var(--all-medium); transition: var(--all-medium); z-index: -1; }
.header .navbar-nav li .dropdown li a:hover:before { width: 100%; left: 0; right: auto; }
.header .navbar-nav li:hover .dropdown { -webkit-transform: translateY(0px); -ms-transform: translateY(0px); transform: translateY(0px); opacity: 1; pointer-events: all; }

.hamburger { display: none; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-left: 20px; padding: 10px; }
.hamburger .lines { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; width: 35px; }
.hamburger .lines span { width: 100%; height: 3px; background: #fff; margin: 5px 0; border-radius: 5px; -webkit-transition: var(--all-medium); -o-transition: var(--all-medium); transition: var(--all-medium); }
.hamburger.active .lines span:first-child { -webkit-transform: rotate(45deg) translateX(4px) translateY(5px); -ms-transform: rotate(45deg) translateX(4px) translateY(5px); transform: rotate(45deg) translateX(4px) translateY(5px); width: 100%; }
.hamburger.active .lines span:last-child { -webkit-transform: rotate(-45deg) translateX(4px) translateY(-5px); -ms-transform: rotate(-45deg) translateX(4px) translateY(-5px); transform: rotate(-45deg) translateX(4px) translateY(-5px); width: 100%; }
.hamburger .text { text-transform: uppercase; font-size: 14px; line-height: 1; color: #000; }

/* BANNER */
.banner { width: 100%; position: relative; }
.banner .fold1 { width: 100%; height: 100vh; pointer-events: none; }
.banner .fold2 { width: 100%; height: 60vh; pointer-events: none; }
.banner .video { position: fixed; left: 0; top: 0; width: 100%; height: 100vh; pointer-events: none; }
.banner .video::before { content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 1; pointer-events: none; background: -o-radial-gradient(50% 42.91%,50% 42.9%,rgba(0,0,0,.6) 0,rgba(0,0,0,.549) 100%); background: radial-gradient(50% 42.9% at 50% 42.91%,rgba(0,0,0,.6) 0,rgba(0,0,0,.549) 100%); }
.banner .video video { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; -webkit-filter: grayscale(1); filter: grayscale(1); }
.banner .content { position: fixed; left: 0; top: 0; width: 100%; height: 100vh; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; text-align: center; -ms-flex-line-pack: center; align-content: center; z-index: 2; }
.banner .content h1 { width: 100%; font-size: 46px; line-height: 1.3; letter-spacing: 1px; font-family: 'Avenir Next LT Pro'; font-weight: 500; text-transform: capitalize; color: #f5f5f7; margin-bottom: 0; opacity: 0; }
.banner .content p { width: 100%; font-size: 24px; line-height: 1.3; letter-spacing: 1px; font-family: 'Avenir LT Std'; font-weight: 400; text-transform: capitalize; color: #f5f5f7; margin: 0; }

.scroll-info { position: absolute; left: 0; bottom: 0; width: 100%; padding: 20px 0; text-align: center; }
.scroll-info h3 { color: rgba(125, 125, 125, 1); text-align: center; font-size: 14px; font-weight: 300; font-family: 'Noto Sans', sans-serif; letter-spacing: 4px; text-transform: uppercase; margin-top: 10px; }
.scroll-info svg { width: 25px; opacity: 0.6; }
@-webkit-keyframes scroll {
0% { -webkit-transform: translateY(0); transform: translateY(0); }
30% { -webkit-transform: translateY(60px); transform: translateY(60px); }
}
@keyframes scroll {
0% { -webkit-transform: translateY(0); transform: translateY(0); }
30% { -webkit-transform: translateY(60px); transform: translateY(60px); }
}
.scroll-info svg #wheel { -webkit-animation: scroll ease 2s infinite; animation: scroll ease 2s infinite; }

/* WHO WE ARE */
.who-we-are-space { width: 100%; height: 50vh; pointer-events: none; }
.who-we-are { position: fixed; left: 0; top: 0; width: 100%; height: 100vh; opacity: 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; text-align: center; z-index: -1; }
.who-we-are .sticky_w { display: inline-block; text-align: center; margin: auto; }

.zaza-space { width: 100%; height: 10vh; pointer-events: none; }
.zaza { position: fixed; left: 0; top: 0; height: 100vh; width: 100vw; padding: 15vh 0 10vh; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row nowrap; flex-flow: row nowrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; z-index: -1; }
.zaza .h2 { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-transform: translateX(110%) translateY(0); -ms-transform: translateX(110%) translateY(0); transform: translateX(110%) translateY(0); }
.zaza svg { display: -webkit-box; display: -ms-flexbox; display: flex; height: 80vh; }
.zaza svg path { fill: transparent; stroke: rgb(255 255 255 / 30%); stroke-width: 0.5px; }

/* COLUMN SECTION */
.gallery-space { width: 100%; height: 50vh; pointer-events: none; }
.gallery { --ratio: 1; --grid-item-width: 23vw; --radius: 0px; }
.section { line-height: 1; position: static; top: 0; z-index: 4; width: 100%; min-height: 100vh; }
.section--intro { margin-bottom: 250vh; height: 100vh; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; text-align: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; padding: 8rem 0 2rem; cursor: default; }
.section--columns { position: fixed; left: 0; top: 0; right: 0; bottom: 0; z-index: -1; width: 100%; height: 100vh; opacity: 0; }
.columns { width: 100%; position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: var(--justify); -ms-flex-pack: var(--justify); justify-content: var(--justify); gap: var(--gap); height: 100%; -webkit-transform: rotate(var(--rotation)); -ms-transform: rotate(var(--rotation)); transform: rotate(var(--rotation)); -webkit-box-align: center; -ms-flex-align: center; align-items: center; will-change: transform, opacity; }
.column-wrap { position: relative; z-index: 1; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; will-change: transform; }
/* .column-wrap:nth-child(even) { margin-top: var(--offset); } */
.column { position: relative; display: block; will-change: transform; }
.column__item { --grid-item-height: calc(var(--grid-item-width) * var(--ratio)); width: var(--grid-item-width); height: var(--grid-item-height); position: relative; overflow: hidden; border-radius: var(--radius); margin: 0 0 var(--gap) 0; z-index: 1; will-change: transform, filter; -webkit-clip-path: polygon(5% 0, 100% 0, 100% 100%, 0 100%, 0 5%); clip-path: polygon(5% 0, 100% 0, 100% 100%, 0 100%, 0 5%); }
.column__item-img { width: 100%; height: 100%; background-size: cover; background-position: 50% 50%; will-change: transform; }

/* AWARDS */
.awards-space { width: 100%; height: 20vh; pointer-events: none; }
.awards { position: fixed; left: 0; top: 0; width: 100%; height: 100vh; opacity: 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; text-align: center; z-index: -1; }
.awards h2 { font-size: 20px; font-family: 'Avenir Next LT Pro'; font-weight: 400; color: #6e6e6e; text-align: center; letter-spacing: 0.2px; text-transform: uppercase; }
.awards .sticky_w { display: inline-block; text-align: center; margin: auto; }

.awards-list { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -ms-flex-line-pack: center; align-content: center; padding: 0 0 120px; }
.awards-slider .swiper { border-top: 1px solid rgb(255 255 255 / 10%); }
.awards-slider .swiper:last-child { border-bottom: 1px solid rgb(255 255 255 / 10%); }
.awards-slider .swiper .swiper-wrapper { -webkit-transition-timing-function: linear; -o-transition-timing-function: linear; transition-timing-function: linear; }
.awards-slider .swiper .info { padding: 55px 0 50px 30px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-flow: column wrap; flex-flow: column wrap; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; opacity: 0.7; -webkit-transition: var(--all-medium); -o-transition: var(--all-medium); transition: var(--all-medium); }
.awards-slider .swiper .info:hover { opacity: 1; }
.awards-slider .swiper .year { color: #fff; font-size: 22px; line-height: 1.2; font-weight: 100; font-family: 'Avenir Next LT Pro'; margin-bottom: 5px; }
.awards-slider .swiper .info .right { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; }
.awards-slider .swiper .title { color: #fff; font-size: 16px; letter-spacing: 0.5px; line-height: 1.2; font-weight: 100; font-family: 'Avenir Next LT Pro'; text-transform: uppercase; margin-bottom: 5px; }
.awards-slider .swiper .client { color: #fff; font-size: 12px; letter-spacing: 1.5px; font-weight: 100; font-family: 'Avenir Next LT Pro'; text-transform: uppercase; }

/* DESIGN */
.design { -webkit-perspective: 1000px; perspective: 1000px; -webkit-transform-style: preserve-3d; transform-style: preserve-3d; padding: 60px 0 0; display: -webkit-box; display: -ms-flexbox; display: flex; position: relative; overflow: hidden; }
.design .container { -webkit-transform-style: preserve-3d; transform-style: preserve-3d; }
.hover-card.card { border: none; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-transform-style: preserve-3d; transform-style: preserve-3d; aspect-ratio: 16/8; width: 100%; padding: 0rem; background: transparent; }
.hover-card.card .card-img { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap; -ms-flex-line-pack: center; align-content: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: none; border-radius: 8px; -webkit-transform-origin: center center; -ms-transform-origin: center center; transform-origin: center center; overflow: hidden; -webkit-transform-style: preserve-3d; transform-style: preserve-3d; -webkit-perspective: 1000px; perspective: 1000px; -webkit-clip-path: polygon(4% 0, 100% 0, 100% 100%, 0 100%, 0 8%); clip-path: polygon(4% 0, 100% 0, 100% 100%, 0 100%, 0 8%); }
.hover-card.card .card-img img { width: 120%; height: 120%; -webkit-transform-origin: center center; -ms-transform-origin: center center; transform-origin: center center; -webkit-transform: rotateX(-15deg); transform: rotateX(-15deg); -o-object-fit: cover; object-fit: cover; }

.hover-card.card .info { -webkit-transform-style: preserve-3d; transform-style: preserve-3d; }
.hover-card.card .info h2 { font-size: 60px; font-weight: 500; text-transform: uppercase; letter-spacing: 0.1px; color: #fff; -webkit-transition: all 0.75s ease-out; -o-transition: all 0.75s ease-out; transition: all 0.75s ease-out; margin: 0; -webkit-transform: translateZ(150px); transform: translateZ(150px); }
.hover-card.card .info p { font-size: 30px; font-weight: 500; letter-spacing: 0.1px; text-align: center; color: #fff; -webkit-transition: all 0.75s ease-out; -o-transition: all 0.75s ease-out; transition: all 0.75s ease-out; margin: 0; }

/* SERVICES */
.design-services { min-height: 100vh; }
.design-services .section-title { margin-bottom: 0; padding-top: 120px; }
.design-services .info { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap; -ms-flex-line-pack: center; align-content: center; min-height: calc(100vh - 55px); opacity: 0; -webkit-transform: scale(0.9); -ms-transform: scale(0.9); transform: scale(0.9); }
.design-services .img-box-mob { display: none; }
.design-services .info .img-box { display: none; width: 100%; aspect-ratio: 16/9; overflow: hidden; z-index: 100; position: relative; -webkit-clip-path: polygon(5% 0, 100% 0, 100% 100%, 0 100%, 0 10%); clip-path: polygon(5% 0, 100% 0, 100% 100%, 0 100%, 0 10%); border-radius: 5px; background-size: cover; background-repeat: no-repeat; background-position: 0 50%; margin-bottom: 30px; }
.design-services .info > span { display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%; font-size: 20px; font-weight: 400; color: #f5f5f7; text-align: left; }
.design-services .info .title { width: 100%; font-size: 58px; font-weight: 500; color: #f5f5f7; letter-spacing: 0.4px; line-height: 1.2; margin-bottom: 30px; }
.design-services .info p { width: 100%; font-size: 20px; color: rgba(255, 255, 255, 0.7); margin-bottom: 50px; font-family: 'Avenir Next LT Pro'; font-weight: 400; }
.design-services .info p * { font-size: 20px; color: rgba(255, 255, 255, 0.7); font-family: 'Avenir Next LT Pro'; font-weight: 400; }
.design-services .image-showcase-wrapper { height: calc(100vh - 115px); width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
.design-services .image-showcase { display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%; aspect-ratio: 1; overflow: hidden; z-index: 100; position: relative; -webkit-clip-path: polygon(5% 0, 100% 0, 100% 100%, 0 100%, 0 5%); clip-path: polygon(5% 0, 100% 0, 100% 100%, 0 100%, 0 5%); }
.design-services .image-showcase .show-image { border-radius: 0; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-size: cover; background-repeat: no-repeat; background-position: 0 50%; }
.design-services .image-showcase .show-image.interior { z-index: 2; -webkit-clip-path: inset(0% 0% 0% 0%); clip-path: inset(0% 0% 0% 0%); cursor: default; }
.design-services .image-showcase .show-image.exterior { z-index: 1; background-position: 0 35%; cursor: default; }

.design-services.inner .image-showcase-wrapper, .design-services.inner .info { height: 100vh; }
.design-services.inner .info ul { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap; width: 100%; }
.design-services.inner .step-icon { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; margin-bottom: 30px; }
.design-services.inner .step-icon img { width: 35px; height: 35px; -o-object-fit: contain; object-fit: contain; margin-right: 15px; }
.design-services.inner .step-icon .flex-1 { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; }
.design-services.inner .step-icon .flex-1 p { font-size: 16px; margin-bottom: 0; opacity: 0.8; }
.design-services.inner .step-title { font-size: 22px; font-weight: 500;  line-height: 1; text-transform: capitalize; color: #fff; margin-bottom: 10px; }
.design-services.inner .info .img-box-mob { display: none; }
.design-services.inner .info .img-box-mob img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; }


/* 360 VIEW */
.vr-home { background: #000; min-height: 100vh; width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
.vr-home .section-title { margin-bottom: 40px; }
.vr-home .subtitle { margin-bottom: 80px; }
.vr-home #vr-view { width: 100%; aspect-ratio: 16/8; overflow: hidden; -webkit-clip-path: polygon(4% 0, 100% 0, 100% 100%, 0 100%, 0 8%); clip-path: polygon(4% 0, 100% 0, 100% 100%, 0 100%, 0 8%); pointer-events: none; }
.vr-home #vr-view canvas { height: 100% !important; width: 100% !important; }

/* CTA */
.cta { min-height: 800px; height: calc(100vh - 200px); display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-flow: column wrap; flex-flow: column wrap; background: #000; position: relative; z-index: 1; }
.cta h3 { font-size: 38px; line-height: 1.3; font-weight: 500; font-family: 'Avenir LT Std'; text-transform: capitalize; letter-spacing: 0.4px; color: #fff; margin-bottom: 15px; }
.cta p { font-size: 20px; line-height: 1.3; font-weight: 400; font-family: 'Avenir Next LT Pro'; text-transform: capitalize; letter-spacing: 0.4px; color: rgba(255, 255, 255, 0.7); margin-bottom: 60px; }
.cta .top-block { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; text-align: center; }
.cta .top-block .button-wrap a { margin: 0 15px; }

/* FOOTER */
.footer-space { height: 220px; pointer-events: none; }
.footer { padding: 20px 0; position: fixed; bottom: 0; left: 0; width: 100%; background: #000; opacity: 0; pointer-events: none; z-index: -1; }
.footer .bottom-block h4 { font-size: 14px; color: rgba(255, 255, 255, 0.7); font-weight: 400; text-transform: capitalize; margin-bottom: 10px; }
.footer .bottom-block a, .footer .bottom-block p { position: relative; font-size: 16px; font-family: 'Avenir Next LT Pro'; line-height: 1.3; letter-spacing: 0.2px; font-weight: 400; color: #fff; margin: 0; -webkit-transition: var(--all-medium); -o-transition: var(--all-medium); transition: var(--all-medium); padding-bottom: 2px; }

.footer .bottom-block a::after { content: ''; position: absolute; right: 0; left: auto; top: 100%; width: 0; height: 1px; background: rgba(255, 255, 255, 0.7); -webkit-transition: var(--all-medium); -o-transition: var(--all-medium); transition: var(--all-medium); }
.footer .bottom-block a:hover::after { left: 0; right: auto; width: 100%; }

.footer .bottom-block .social { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
.footer .bottom-block .social li:not(:last-child) { margin-right: 15px; }
.footer .bottom-block .social li a { font-size: 14px; line-height: 1; display: -webkit-box; display: -ms-flexbox; display: flex; padding: 10px; border: 1px solid rgb(255 255 255 / 70%); -webkit-clip-path: polygon(7px 0, 100% 0, 100% 100%, 0 100%, 0 8px); clip-path: polygon(7px 0, 100% 0, 100% 100%, 0 100%, 0 8px); position: relative; -webkit-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; width: 40px; height: 40px; }
.footer .bottom-block .social li a:hover { background: #fff; color: #000; }
.footer .bottom-block .social li a::before { content: ''; width: 1px; height: 10px; position: absolute; left: -1px; top: -3px; background: rgb(255 255 255 / 70%); -webkit-transform: rotate(44deg); -ms-transform: rotate(44deg); transform: rotate(44deg); -webkit-transform-origin: bottom left; -ms-transform-origin: bottom left; transform-origin: bottom left; }
.footer .bottom-block .social li a::after { display: none; }
.footer .bottom-block .social li a img { width: 100%; height: 100%; -o-object-fit: contain; object-fit: contain; -webkit-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; }
.footer .bottom-block .social li a:hover img { -webkit-filter: invert(1); filter: invert(1); }

.footer hr { margin: 30px auto 20px; border-top-color: rgba(255, 255, 255, 0.3); }
.footer .copy p, .footer .copy p span, .footer .copy p a { font-size: 12px; font-weight: 100; font-family: 'Avenir Next LT Pro'; color: rgba(255, 255, 255, 0.5); }
.footer .copy a { font-size: 12px; font-weight: 100; color: inherit; -webkit-transition: var(--all-medium); -o-transition: var(--all-medium); transition: var(--all-medium); }
.footer .copy a:hover { color: rgba(255, 255, 255, 0.9); }

.modal-visible { overflow: hidden; }
.estimate-project-modal { position: fixed; top: 0; left: 0; width: 100%; height: 100vh; z-index: 11; -webkit-transition: var(--all-fast); -o-transition: var(--all-fast); transition: var(--all-fast); -webkit-transition-delay: 1.5s; -o-transition-delay: 1.5s; transition-delay: 1.5s; pointer-events: none; opacity: 0; overflow: hidden; background: #000; display: none; }
.estimate-project-modal.open { pointer-events: all; opacity: 1; -webkit-transition: var(--all-fast); -o-transition: var(--all-fast); transition: var(--all-fast); }

.overlay { position: fixed; left: 0; top: 0; width: 100%; height: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; z-index: 1000; pointer-events: none; z-index: 99; }
.overlay path { fill: #fff; }

.estimate-project { width: 100%; height: 100%; min-height: 100vh; padding: 250px 0 100px; background: #000; -webkit-transition: var(--all-fast); -o-transition: var(--all-fast); transition: var(--all-fast); -webkit-transition-delay: 0s; -o-transition-delay: 0s; transition-delay: 0s; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; Justify-content: center; }
.estimate-project .estimate-form { width: 100%; }
.estimate-project .thank-you { display: none; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap; height: 100%; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
.estimate-project .thank-you h3 { line-height: 1.5; font-weight: 400; color: #fff; text-align: center; margin-bottom: 20px; }
.estimate-project .thank-you .subtitle { font-weight: 400; color: #6e6e6e; font-family: 'Avenir Next LT Pro'; margin-bottom: 20px; }

.estimate-project-modal.open .estimate-project { -webkit-transform: translateY(0px); -ms-transform: translateY(0px); transform: translateY(0px); opacity: 1; -webkit-transition: var(--all-slow); -o-transition: var(--all-slow); transition: var(--all-slow); -webkit-transition-delay: 1.2s; -o-transition-delay: 1.2s; transition-delay: 1.2s; }

.estimate-project .section-title h4 { font-family: 'Avenir Next LT Pro'; font-weight: 400; }
.estimate-project h4 { font-family: 'Avenir LT Std'; font-weight: 500; margin-bottom: 30px; }
.estimate-project .check-list { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-bottom: 60px; }
.estimate-project .check-list li { margin: 0 15px 15px 0; }
.estimate-project .check-list.need { margin-bottom: 30px; }
.estimate-project .check-list.need + .form-group { margin-bottom: 80px; }
.custom-checkbox label { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; position: relative; border: 2px solid rgb(255 255 255 / 30%); line-height: 1; padding: 15px 28px 13px; -webkit-transition: var(--all-medium); -o-transition: var(--all-medium); transition: var(--all-medium); cursor: pointer; -webkit-clip-path: polygon(10px 0, 100% 0, 100% 100%, 0 100%, 0 10px); clip-path: polygon(10px 0, 100% 0, 100% 100%, 0 100%, 0 10px); overflow: hidden; }
.custom-checkbox label::before { content: ''; width: 2px; height: 15px; position: absolute; left: -2px; top: -6px; background:rgb(255 255 255 / 30%); -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); -webkit-transform-origin: bottom left; -ms-transform-origin: bottom left; transform-origin: bottom left; }
.custom-checkbox label .text { position: relative; overflow: hidden; }
.custom-checkbox label span { display: -webkit-box; display: -ms-flexbox; display: flex; font-size: 15px; line-height: 1.4; font-family: 'Avenir Next LT Pro'; font-weight: 400; color: #fff; -webkit-transition: var(--all-medium); -o-transition: var(--all-medium); transition: var(--all-medium); }
.custom-checkbox label span::after { content: attr(data-text); position: absolute; left: 0; top: 150%; display: block; color: #000; -webkit-transition: var(--all-medium); -o-transition: var(--all-medium); transition: var(--all-medium); }
.custom-checkbox input:checked + label span, .custom-checkbox:not(.attachment) label:hover span { color: #000; -webkit-transform: translateY(-150%); -ms-transform: translateY(-150%); transform: translateY(-150%); }
.custom-checkbox label .img-box { position: absolute; right: 10px; width: 22px; height: 22px; -webkit-transform: scale(0); -ms-transform: scale(0); transform: scale(0); -webkit-transition: var(--all-medium); -o-transition: var(--all-medium); transition: var(--all-medium); }
.custom-checkbox input:checked + label .img-box { /* animation: bounceIn 1s ease-in-out both 0.3s; */ -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); }
.custom-checkbox label .box { position: absolute; top: 101%; left: 0; display: block; width: 100%; height: 100%; background: #fff; z-index: -1; -webkit-animation: moveDownTwo 0.2s linear 0s forwards; animation: moveDownTwo 0.2s linear 0s forwards; }
.custom-checkbox label:hover .box { display: block; width: 100%; height: 100%; -webkit-transition: var(--all-medium); -o-transition: var(--all-medium); transition: var(--all-medium); -webkit-animation: moveDownOne 0.2s linear 0s forwards; animation: moveDownOne 0.2s linear 0s forwards; }
.custom-checkbox input:checked + label { background: #fff; padding: 15px 40px 13px 16px; }
.custom-checkbox input:checked + label span { color: #000; }
.custom-checkbox input[type="file"] + label { padding: 15px 45px 13px 20px; }
.custom-checkbox input[type="file"] + label:hover { padding: 15px 45px 13px 20px; }
@-webkit-keyframes bounceIn {
0% { -webkit-transform: scale(0); transform: scale(0); opacity: 0; }
60% { -webkit-transform: scale(1.2); transform: scale(1.2); opacity: 1; }
70% { -webkit-transform: scale(1); transform: scale(1); opacity: 1; }
80% { -webkit-transform: scale(1.1); transform: scale(1.1); opacity: 1; }
100% { -webkit-transform: scale(1); transform: scale(1); }
}
@keyframes bounceIn {
0% { -webkit-transform: scale(0); transform: scale(0); opacity: 0; }
60% { -webkit-transform: scale(1.2); transform: scale(1.2); opacity: 1; }
70% { -webkit-transform: scale(1); transform: scale(1); opacity: 1; }
80% { -webkit-transform: scale(1.1); transform: scale(1.1); opacity: 1; }
100% { -webkit-transform: scale(1); transform: scale(1); }
}

.personal-info { margin-bottom: 60px; }
.attachment { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: center; -ms-flex-align: center; align-items: center; position: relative; margin-bottom: 60px; }
.attachment .icon { position: absolute; right: 10px; width: 22px; height: 22px; -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); -webkit-transition: var(--all-medium); -o-transition: var(--all-medium); transition: var(--all-medium); }
.attachment .icon.remove { right: 14px; width: 20px; height: 20px; padding: 3px; cursor: pointer; }
.attachment .icon img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; display: -webkit-box; display: -ms-flexbox; display: flex; }

.project-type { width: 100%; margin-bottom: 60px; }
.project-type .custom-checkbox label { padding: 0; }

.button-wrap { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
.estimate-project .button-wrap, .contact-us .button-wrap { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; margin-top: 10px; }
.estimate-project .button-wrap .button, .contact-us .button-wrap .button { background: #fff; }
.estimate-project .button-wrap .button span, .contact-us .button-wrap .button span { color: #000; }

.privacy { font-size: 14px; font-family: 'Avenir Next LT Pro'; font-weight: 400; color: #666; }
.privacy a { font-size: 14px; font-family: 'Avenir Next LT Pro'; font-weight: 400; color: #aaa; }

.estimate-project-close { position: fixed; top: 20px; right: 40px; z-index: 1; width: 45px; height: 45px; padding: 10px; }

/* PROJECTS PAGE */
.projects-space { width: 100%; height: 100vh; pointer-events: none; }
.projects { width: 100%; padding: 300px 0 50px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
.projects h2 { font-size: 20px; font-weight: 400; color: #6e6e6e; text-align: center; letter-spacing: 0.2px; text-transform: uppercase; }

.project-tabs { padding: 100px 0 150px; background: #000; position: relative; z-index: 1; }
.project-tabs .tabs { margin-bottom: 100px; margin-top: 0; opacity: 0; -webkit-transform: scale(0.95); -ms-transform: scale(0.95); transform: scale(0.95); }

.projects-list { display: -ms-grid; display: grid; -ms-grid-columns: 1fr 60px 1fr; grid-template-columns: repeat(2, 1fr); grid-gap: 60px; }
.projects-list li { opacity: 0; -webkit-transform: scale(0.9); -ms-transform: scale(0.9); transform: scale(0.9); }
.projects-list li .card { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; border: none; border-radius: 0; padding: 0; overflow: hidden; background-color: transparent; }
.projects-list li .card .card-img { width: 100%; border-radius: 0; overflow: hidden; -webkit-transition: var(--all-slow); -o-transition: var(--all-slow); transition: var(--all-slow); -webkit-clip-path: polygon(30px 0, 100% 0, 100% 100%, 0 100%, 0 30px); clip-path: polygon(30px 0, 100% 0, 100% 100%, 0 100%, 0 30px); }
.projects-list li .card .card-img img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; -webkit-transition: var(--all-medium) ease-in-out; -o-transition: var(--all-medium) ease-in-out; transition: var(--all-medium) ease-in-out; -webkit-transform-origin: center center; -ms-transform-origin: center center; transform-origin: center center; -webkit-transform: translate3d(0, 0, 0) scale(1.2); transform: translate3d(0, 0, 0) scale(1.2); opacity: 1; }
.projects-list li .card:hover .card-img img { opacity: 0.4; -webkit-transform: translate3d(-20px, 0, 0) scale(1.18) rotate(1deg); transform: translate3d(-20px, 0, 0) scale(1.18) rotate(1deg); }

.projects-list li .card:after { position: absolute; height: 50%; width: 120%; content: ""; border-top: 1px solid rgb(255 255 255 / 50%); border-bottom: 1px solid rgb(255 255 255 / 50%); -webkit-transform: rotate3d(0, 0, 1, -45deg) scale3d(1, 0, 1); transform: rotate3d(0, 0, 1, -45deg) scale3d(1, 0, 1); opacity: 0; -webkit-transition: var(--all-medium); -o-transition: var(--all-medium); transition: var(--all-medium); pointer-events: none; }
.projects-list li .card:hover::after { -webkit-transform: rotate3d(0, 0, 1, -45deg) scale3d(1, 1, 1); transform: rotate3d(0, 0, 1, -45deg) scale3d(1, 1, 1); opacity: 1; }

.projects-list li .card .card-body { position: absolute; width: 100%; max-width: 320px; text-align: center; opacity: 0; -webkit-transform: scale3d(.8, .8, 1); transform: scale3d(.8, .8, 1); -webkit-transition: var(--all-medium); -o-transition: var(--all-medium); transition: var(--all-medium); }
.projects-list li .card:hover .card-body { opacity: 1; -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); }
.projects-list li .card .card-body h4 { font-size: 26px; line-height: 1; font-weight: 400; margin-bottom: 5px; text-transform: uppercase; }
.projects-list li .card .card-body p { font-size: 14px; font-family: 'Avenir Next LT Pro'; color: #fff; font-weight: 400; margin-bottom: 0; }

.home-projects-space { width: 100%; height: 180vh; pointer-events: none; z-index: -1; position: relative; }
.home-projects { padding: 100px 0; min-height: 100vh; width: 100%; position: fixed; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; top: 0; left: 0; opacity: 0; pointer-events: none; }
.home-projects .projects-list { display: -ms-grid; display: grid; -ms-grid-columns: 1fr 40px 1fr 40px 1fr 40px 1fr; grid-template-columns: repeat(4, 1fr); grid-gap: 40px; }
.home-projects .projects-list li { -webkit-transform: scale(0.8); -ms-transform: scale(0.8); transform: scale(0.8); }

/* INNER BANNER */
.inner-banner-space { width: 100%; height: 50vh; pointer-events: none; }
.inner-banner { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; width: 100%; height: 100vh; position: fixed; top: 0; left: 0; z-index: 1; background: #000; }
.inner-banner .button { background: #fff; }
.inner-banner .button span { color: #000; }
.inner-banner img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; opacity: 0.8; pointer-events: none; }
.inner-banner .button-wrap { position: absolute; z-index: 1; }
.close-inner-vr { position: absolute; top: -50px; right: 10px; z-index: 1; width: 45px; height: 45px; padding: 10px; }

.inner-vr-view { position: fixed; left: 0; top: 0; width: 100%; height: 100vh; background: rgb(0 0 0 / 80%); display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; opacity: 0; z-index: 11; pointer-events: none; }
.inner-vr-view .container { max-width: 90%; }
.inner-vr-view #vr-view { width: 100%; aspect-ratio: 16/8; overflow: hidden; -webkit-clip-path: polygon(25px 0, 100% 0, 100% 100%, 0 100%, 0 25px); clip-path: polygon(25px 0, 100% 0, 100% 100%, 0 100%, 0 25px); }
.inner-vr-view #vr-view canvas { height: 100% !important; width: 100% !important; }

/* PROJECT DETAILS */
.project-details { padding: 100px 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-transform: scale(0.8); -ms-transform: scale(0.8); transform: scale(0.8); opacity: 0; }
.project-details .year { font-size: 14px; line-height: 1.2; font-weight: 400; color: #6E6E6E; text-transform: uppercase; font-family: 'Avenir Next LT Pro'; margin-bottom: 15px; }
.project-details h2 { font-size: 58px; line-height: 1.2; font-weight: 400; color: #fff; text-transform: capitalize; font-family: 'Avenir Next LT Pro'; margin-bottom: 10px; }
.project-details h6 { font-size: 22px; line-height: 1.2; font-weight: 400; color: #fff; text-transform: capitalize; font-family: 'Avenir Next LT Pro'; }
.project-details p { color: #F5F5F7; margin-bottom: 0; }
.project-details hr { margin: 60px 0; opacity: 0.5; }
.project-details ul { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap; }
.project-details ul li { width: 50%; margin-bottom: 40px; }
.project-details ul li .title { font-size: 14px; line-height: 1.2; font-weight: 400; text-transform: uppercase; font-family: 'Avenir Next LT Pro'; color: #6E6E6E; margin-bottom: 10px; }
.project-details ul li h4 { font-size: 20px; line-height: 1.2; font-weight: 400; text-transform: capitalize; font-family: 'Avenir Next LT Pro'; color: #F5F5F7; margin-bottom: 0; }

/* PROJECT IMAGES */
.project-showcase { padding: 0 0 100px; }
.project-showcase .row { --bs-gutter-x: 2rem; }
.project-showcase .proj-img { -webkit-transform: scale(0.9); -ms-transform: scale(0.9); transform: scale(0.9); opacity: 0; width: 100%; height: 700px; margin-bottom: 50px; background: var(--data-bg) center center no-repeat; background-size: 105%; -webkit-clip-path: polygon(25px 0, 100% 0, 100% 100%, 0 100%, 0 25px); clip-path: polygon(25px 0, 100% 0, 100% 100%, 0 100%, 0 25px); }
.project-showcase .proj-img img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; -webkit-transition: var(--all-medium) ease-in-out; -o-transition: var(--all-medium) ease-in-out; transition: var(--all-medium) ease-in-out; -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 0 0); clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 0 0); -webkit-animation: projectShowcase2 0.3s ease-in-out forwards; animation: projectShowcase2 0.3s ease-in-out forwards; }
.project-showcase .proj-img:hover img { -webkit-animation: projectShowcase1 0.3s ease-in-out forwards; animation: projectShowcase1 0.3s ease-in-out forwards; }
@-webkit-keyframes projectShowcase1 {
  0% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 0 0);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 0 0);
  }
  50% {
    -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 0 100%, 0 100%);
            clip-path: polygon(100% 0, 100% 0, 100% 100%, 0 100%, 0 100%);
  }
  100% {
    -webkit-clip-path: polygon(100% 100%, 100% 0, 100% 100%, 0 100%, 100% 100%);
            clip-path: polygon(100% 100%, 100% 0, 100% 100%, 0 100%, 100% 100%);
  }
}
@keyframes projectShowcase1 {
  0% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 0 0);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 0 0);
  }
  50% {
    -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 0 100%, 0 100%);
            clip-path: polygon(100% 0, 100% 0, 100% 100%, 0 100%, 0 100%);
  }
  100% {
    -webkit-clip-path: polygon(100% 100%, 100% 0, 100% 100%, 0 100%, 100% 100%);
            clip-path: polygon(100% 100%, 100% 0, 100% 100%, 0 100%, 100% 100%);
  }
}
@-webkit-keyframes projectShowcase2 {
  0% {
    -webkit-clip-path: polygon(100% 100%, 100% 0, 100% 100%, 0 100%, 100% 100%);
            clip-path: polygon(100% 100%, 100% 0, 100% 100%, 0 100%, 100% 100%);
  }
  50% {
    -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 0 100%, 0 100%);
            clip-path: polygon(100% 0, 100% 0, 100% 100%, 0 100%, 0 100%);
  }
  100% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 0 0);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 0 0);
  }
}
@keyframes projectShowcase2 {
  0% {
    -webkit-clip-path: polygon(100% 100%, 100% 0, 100% 100%, 0 100%, 100% 100%);
            clip-path: polygon(100% 100%, 100% 0, 100% 100%, 0 100%, 100% 100%);
  }
  50% {
    -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 0 100%, 0 100%);
            clip-path: polygon(100% 0, 100% 0, 100% 100%, 0 100%, 0 100%);
  }
  100% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 0 0);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 0 0);
  }
}

.project-showcase .btn-wrapper { margin-top: 50px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
.project-showcase .btn-wrapper a .button { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; opacity: 0.5; }
.project-showcase .btn-wrapper a .button:hover { opacity: 1; }
.project-showcase .btn-wrapper a .img-box { width: 10px; height: 20px; margin-bottom: 0; margin-right: 15px; pointer-events: none; }
.project-showcase .btn-wrapper a.next-project .img-box { margin-right: 0; margin-left: 15px; }
.project-showcase .btn-wrapper a .img-box svg { width: 100%; height: 100%; }
.project-showcase .btn-wrapper a .img-box path { stroke: #fff; stroke-width: 2px; -webkit-transition: var(--all-medium); -o-transition: var(--all-medium); transition: var(--all-medium); }
.project-showcase .btn-wrapper a:hover .img-box path { stroke: #000; }

/* CONTACT US */
.contact-us { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: 250px 0 50px; }

.contact-banner { width: 100%; padding: 100px 0 150px; text-align: center; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; background: #000; position: relative; z-index: 2; }
.contact-banner .banner-image { width: 100%; aspect-ratio: 13/6; background-size: cover; background-position: 50% 30%; -webkit-clip-path: polygon(4% 0, 100% 0, 100% 100%, 0 100%, 0 8%); clip-path: polygon(4% 0, 100% 0, 100% 100%, 0 100%, 0 8%); }
.contact-us .info { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-flow: column wrap; flex-flow: column wrap; height: 100%; }
.contact-us .info .section-title .title { text-align: left; }
.contact-us .address, .contact-us .contact-link { width: 100%; font-size: 16px; font-weight: 300; font-family: 'Avenir LT Std'; color: #f5f5f7; line-height: 1; text-transform: capitalize; letter-spacing: .4px; margin-bottom: 20px; -webkit-transition: var(--all-medium); -o-transition: var(--all-medium); transition: var(--all-medium); }
.contact-us .address { margin-bottom: 40px; }
.contact-us .contact-link:hover { text-decoration: underline; }
.contact-us .contact-link:first-child { margin-top: 20px; }
.contact-us .contact-link { text-transform: lowercase; }

.contact-us .info .career-box { margin-top: auto; }
.contact-us .info .career-box .subtitle { font-size: 16px; text-align: left; margin-bottom: 15px; margin-top: 15px; }
.contact-us .info .career-box p, .contact-us .info .career-box p a { font-size: 14px; line-height: 1; font-weight: 400; color: #aaa; margin-bottom: 0; }
.contact-us .info .career-box p a { text-decoration: underline; }

.contact-us .thank-you { width: 100%; padding: 40px 0 0; }
.contact-us .thank-you h3 { line-height: 1.5; font-weight: 400; color: #fff; text-align: left; margin-bottom: 20px;  }
.contact-us .thank-you .subtitle { font-size: 22px; font-weight: 400; color: #6e6e6e; font-family: 'Avenir Next LT Pro'; margin-bottom: 20px; text-align: left; }

/* ABOUT US PAGE */
.about-us { padding: 250px 0 100px; text-align: center; }
.about-banner { width: 100%; aspect-ratio: 13/6; background-size: cover; background-position: 50% 30%; -webkit-clip-path: polygon(4% 0, 100% 0, 100% 100%, 0 100%, 0 8%); clip-path: polygon(4% 0, 100% 0, 100% 100%, 0 100%, 0 8%); margin-bottom: 90px; }
.award-logo { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap; width: 110px; margin: 0 30px; }
.award-logo img { width: 100%; }

.accolades-space { width: 100%; height: 100vh; pointer-events: none; }
.accolades { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; padding: 100px 0; }
.accolades .subtitle { text-align: left; }
.accolades .section-title { margin-bottom: 60px; }

.team { padding: 150px 0; overflow: hidden; background: #000; position: relative; z-index: 1; }
.team .section-title h2 { font-weight: 400; }
.team .subtitle { margin-bottom: 60px; }

.team-list { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap; --gutter: 50px; }
.team-list li { width: calc(100% / 4); padding: 0 calc(var(--gutter) / 2); -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); -webkit-transition: var(--all-medium) linear; -o-transition: var(--all-medium) linear; transition: var(--all-medium) linear; margin-bottom: var(--gutter); }

.team-list .team-member { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap; position: relative; -webkit-transition: var(--all-medium) linear; -o-transition: var(--all-medium) linear; transition: var(--all-medium) linear; cursor: pointer; }
.team-list .team-member .img-box { display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%; border-radius: 5px; overflow: hidden; -webkit-clip-path: polygon(8% 0, 100% 0, 100% 100%, 0 100%, 0 6%); clip-path: polygon(8% 0, 100% 0, 100% 100%, 0 100%, 0 6%); }
.team-list .team-member .img-box img { width: 100%; }

.team-list .team-member .info-box { position: absolute; bottom: 40px; left: -40px; -webkit-transform: scale(0.8); -ms-transform: scale(0.8); transform: scale(0.8); opacity: 0; -webkit-transition: var(--all-medium); -o-transition: var(--all-medium); transition: var(--all-medium); }
.team-list .team-member .info-box .name { font-size: 22px; line-height: 1.4; font-weight: 400; text-transform: uppercase; color: #F5F5F7; margin-bottom: 0; }
.team-list .team-member .info-box .designation { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; font-size: 14px; line-height: 1.2; font-weight: 400; text-transform: uppercase; color: #ADADAD; margin-bottom: 0; }
.team-list .team-member .info-box .designation::before { content: ''; width: 20px; height: 1px; background: #fff; display: inline-block; margin-right: 10px; }

/* TEAM HOVER CSS */
.team-list li.active { z-index: 1; -webkit-transform: scale(1.05); -ms-transform: scale(1.05); transform: scale(1.05); }
.team-list li.inactive, .team-list.inactive li, .team-list:has(.activated) li:not(.activated) { -webkit-transform: scale(0.8); -ms-transform: scale(0.8); transform: scale(0.8); -webkit-filter: brightness(0.2); filter: brightness(0.2); pointer-events: none; z-index: -1; }
.team-list.inactive li.activated { -webkit-filter: brightness(1); filter: brightness(1); z-index: 9; -webkit-transform: scale(1.05); -ms-transform: scale(1.05); transform: scale(1.05); }
.team-list.inactive li:not(.activated) { pointer-events: none; }
.team-list li.active .info-box, .team-list li.activated .info-box { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); opacity: 1; }

.member-details { position: absolute; left: 100%; top: 0; width: 800px; height: 100%; background: #111; padding: 40px 60px 40px 40px; opacity: 0; pointer-events: none; }
.member-details .modal-close { position: absolute; right: 10px; top: 10px; width: 40px; height: 40px; padding: 10px; display: -webkit-box; display: -ms-flexbox; display: flex; }
.member-details .modal-close img { width: 100%; height: 100%; -o-object-fit: contain; object-fit: contain; }
.member-details .member-info { height: 100%; overflow: auto; }
.member-details .member-info::-webkit-scrollbar { display: block; }
.member-details p { font-size: 20px; color: #fff; padding-right: 20px; }

/* WHAT WE DO */
.we-do { min-height: 100vh; --tb-gutter: 50px; --l-gutter: 100px; position: relative; }
.we-do .absolute-title { position: absolute; left: 0; top: 150px; width: 100%; text-align: center; z-index: 2; }

.methods { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -ms-flex-line-pack: center; align-content: center; }
.methods .info { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -ms-flex-line-pack: center; align-content: center; width: 100%; height: 100vh; }
.methods h2 { font-size: 58px; font-weight: 500; color: #f5f5f7; margin-bottom: 20px; display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%; }
.methods .info > span { display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%; font-size: 20px; font-weight: 400; color: #f5f5f7; text-align: left; }
.methods .mtd-2 { opacity: 0; -webkit-transform: translateY(0) scale(0.5); -ms-transform: translateY(0) scale(0.5); transform: translateY(0) scale(0.5); }

.step-wrap { position: absolute; left: 0; top: 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; width: 100%; height: 100vh; padding-top: calc(var(--tb-gutter) * 2); }
.steps-space { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap; width: 100%; z-index: -1; }
.steps-space .step-space { width: 100%; height: 100vh; display: -webkit-box; display: -ms-flexbox; display: flex; }

.step { width: 100%; position: absolute; background: #000; padding: calc(var(--tb-gutter) * 2) calc(var(--tb-gutter) * 2) var(--tb-gutter) 100px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-flow: column wrap; flex-flow: column wrap; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; -ms-flex-line-pack: center; align-content: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-clip-path: inset(100% 0% 0% -1%); clip-path: inset(100% 0% 0% -1%); }
.step .step-box { position: relative; }
.step.one { -webkit-clip-path: inset(0% 0% 0% -1%); clip-path: inset(0% 0% 0% -1%); }
.step .step-count { font-size: 20px; font-weight: 400; text-transform: uppercase; color: #f5f5f7; margin-bottom: 0px; text-align: right; }
.step .step-img-box { width: 100%; aspect-ratio: 1; position: relative; margin-bottom: 20px; -webkit-clip-path: polygon(8% 0, 100% 0, 100% 100%, 0 100%, 0 8%); clip-path: polygon(8% 0, 100% 0, 100% 100%, 0 100%, 0 8%); }
.step .step-img-box img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; }
.step .step-icon { position: absolute; left: 0; bottom: 0; width: 100%; background: #000; border: 2px solid #fff; padding: 30px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
.step .step-img-box .step-icon img { width: 40px; height: 40px; -o-object-fit: contain; object-fit: contain; margin-right: 15px; }
.step .step-title { font-size: 26px; font-weight: 500;  line-height: 1; text-transform: capitalize; color: #fff; margin-bottom: 0; }
.step .step-box p { font-size: 22px; padding: 10px 0; }

/* CASE STUDY */
.case-study-banner { width: 100%; padding: 300px 0 100px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.case-study-list li { padding: 100px 0 85px; -webkit-transform: scale(0.8); -ms-transform: scale(0.8); transform: scale(0.8); opacity: 0; }
.case-study-list h4 { font-weight: 500; color: #fff; margin-top: 50px; }
.case-study-list .case-study-title { font-size: 58px; font-weight: 500; color: #f5f5f7; letter-spacing: 0.4px;  }
.case-study-list .video-box { width: 100%; -webkit-clip-path: polygon(5% 0, 100% 0, 100% 100%, 0 100%, 0 10%); clip-path: polygon(5% 0, 100% 0, 100% 100%, 0 100%, 0 10%); }

.estimate-project .thank-you { display:none; }


/* INTERIOR DESIGN */
.interior-design { padding: 140px 0 100px; min-height: 100vh; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap; -ms-flex-line-pack: start; align-content: flex-start; position: relative; }
.interior-design .section-title .title { padding: 60px 0; }
.interior-design .info { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap; }
.interior-design .info .img-box-mob { display: none; }
.interior-design .info .title { width: 100%; font-size: 58px; font-weight: 500; color: #f5f5f7; letter-spacing: 0.4px; line-height: 1.2; margin-bottom: 30px; }
.interior-design .info p { width: 100%; font-size: 20px; color: rgba(255, 255, 255, 0.7); margin-bottom: 50px; font-family: 'Avenir Next LT Pro'; font-weight: 400; }
.interior-design .info ul { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap; }
.interior-design .info ul li { width: 100%; margin-bottom: 30px; }
.interior-design .step-icon { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; }
.interior-design .step-icon img { width: 35px; height: 35px; -o-object-fit: contain; object-fit: contain; margin-right: 15px; }
.interior-design .step-icon .flex-1 { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; }
.interior-design .step-icon .flex-1 p { font-size: 16px; margin-bottom: 0; opacity: 0.8; }
.interior-design .step-title { font-size: 22px; font-weight: 500;  line-height: 1; text-transform: capitalize; color: #fff; margin-bottom: 10px; }

.interior-design .img-box { width: 100%; aspect-ratio: 1; -webkit-clip-path: polygon(5% 0, 100% 0, 100% 100%, 0 100%, 0 5%); clip-path: polygon(5% 0, 100% 0, 100% 100%, 0 100%, 0 5%); }
.interior-design .img-box img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; }


.interior-design-details { padding: 20px 0 100px; }
.interior-design-details .subtitle { text-align: left; }
.interior-design-details p:last-child { margin-bottom:80px; }
.interior-design-details .img-box { width: 100%; height: 700px; margin-bottom: 50px; background: var(--data-bg) center center no-repeat; background-size: 105%; -webkit-clip-path: polygon(25px 0, 100% 0, 100% 100%, 0 100%, 0 25px); clip-path: polygon(25px 0, 100% 0, 100% 100%, 0 100%, 0 25px); }
.interior-design-details .img-box img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; -webkit-transition: var(--all-medium) ease-in-out; -o-transition: var(--all-medium) ease-in-out; transition: var(--all-medium) ease-in-out; }

.grecaptcha-badge { visibility: hidden; }

/* google review */
