/**
 * Modular Closets Multifamily - Complete CSS
 * Comprehensive stylesheet for all sections
 */

/* ============================================
   RESET & BASE STYLES
   ============================================ */



html.show-c .wowo.animated {
    -webkit-animation-duration: .7s;
    animation-duration: .7s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    visibility: visible
}

html .wowo {
    opacity: 0
}

html .wowo.animated {
    -webkit-animation-duration: .7s;
    animation-duration: .7s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    opacity: 1;
    visibility: visible
}

@-webkit-keyframes MoveUpInitial {
    to {
        -webkit-transform: translate3d(0, -105%, 0);
        transform: translate3d(0, -105%, 0)
    }
}

@keyframes MoveUpInitial {
    to {
        -webkit-transform: translate3d(0, -105%, 0);
        transform: translate3d(0, -105%, 0)
    }
}

@-webkit-keyframes MoveUpEnd {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes MoveUpEnd {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@-webkit-keyframes fadeSpan {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeSpan {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 30px, 0);
        transform: translate3d(0, 30px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 30px, 0);
        transform: translate3d(0, 30px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@-webkit-keyframes fadeInBigUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100px, 0);
        transform: translate3d(0, 100px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInBigUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100px, 0);
        transform: translate3d(0, 100px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -50px, 0);
        transform: translate3d(0, -50px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -50px, 0);
        transform: translate3d(0, -50px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-30%, 0, 0);
        transform: translate3d(-30%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-30%, 0, 0);
        transform: translate3d(-30%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@-webkit-keyframes fadeInSamllLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-15%, 0, 0);
        transform: translate3d(-15%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInSamllLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-15%, 0, 0);
        transform: translate3d(-15%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(20%, 0, 0);
        transform: translate3d(20%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(20%, 0, 0);
        transform: translate3d(20%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@-webkit-keyframes zoomOut {
    0% {
        opacity: 0;
        -webkit-transform: translate(0) scale(1.2);
        transform: translate(0) scale(1.2)
    }

    to {
        opacity: 1;
        -webkit-transform: translate(0) scale(1);
        transform: translate(0) scale(1)
    }
}

@keyframes zoomOut {
    0% {
        opacity: 0;
        -webkit-transform: translate(0) scale(1.2);
        transform: translate(0) scale(1.2)
    }

    to {
        opacity: 1;
        -webkit-transform: translate(0) scale(1);
        transform: translate(0) scale(1)
    }
}

@-webkit-keyframes loading {
    0% {
        transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn);
        -moz-transform: rotate(1turn);
        -webkit-transform: rotate(1turn);
        -o-transform: rotate(1turn)
    }
}

@keyframes loading {
    0% {
        transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn);
        -moz-transform: rotate(1turn);
        -webkit-transform: rotate(1turn);
        -o-transform: rotate(1turn)
    }
}

@-webkit-keyframes wordUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    40% {
        opacity: 1
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes wordUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    40% {
        opacity: 1
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@-webkit-keyframes myFloatingAction {
    0% {
        -webkit-transform: translateY(5px);
        transform: translateY(5px)
    }

    to {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px)
    }
}

@keyframes myFloatingAction {
    0% {
        -webkit-transform: translateY(5px);
        transform: translateY(5px)
    }

    to {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px)
    }
}

.wordUp.animated {
    -webkit-animation-duration: .7s !important;
    animation-duration: .7s !important;
    -webkit-animation-name: wordUp;
    animation-name: wordUp
}

.fadeSpan.animated {
    -webkit-animation-name: fadeSpan;
    animation-name: fadeSpan
}

.fadeInLeft.animated {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

.fadeInSamllLeft.animated {
    -webkit-animation-name: fadeInSamllLeft;
    animation-name: fadeInSamllLeft
}

.transform_s.animated {
    -webkit-animation-name: transform_s;
    animation-name: transform_s
}

.fadeInRight.animated {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

.fadeIn.animated {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

.fadeInUp.animated {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

.fadeInBigUp.animated {
    -webkit-animation-name: fadeInBigUp;
    animation-name: fadeInBigUp
}

.fadeInDown.animated {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

.zoomOut.animated {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut
}

.delay-in-1 {
    -webkit-animation-delay: .1s;
    animation-delay: .1s
}

.delay-in-2 {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

.delay-in-3 {
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

.delay-in-4 {
    -webkit-animation-delay: .4s;
    animation-delay: .4s
}

.delay-in-5 {
    -webkit-animation-delay: .5s;
    animation-delay: .5s
}

.delay-in-6 {
    -webkit-animation-delay: .6s;
    animation-delay: .6s
}

.delay-in-7 {
    -webkit-animation-delay: .7s;
    animation-delay: .7s
}

.delay-in-8 {
    -webkit-animation-delay: .8s;
    animation-delay: .8s
}

.delay-in-9 {
    -webkit-animation-delay: .9s;
    animation-delay: .9s
}

.delay-in-10 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.delay-in-11 {
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s
}

.delay-in-12 {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s
}

.delay-in-13 {
    -webkit-animation-delay: 1.3s;
    animation-delay: 1.3s
}

.delay-in-14 {
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s
}

.delay-in-15 {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s
}

.delay-in-16 {
    -webkit-animation-delay: 1.6s;
    animation-delay: 1.6s
}

.delay-in-17 {
    -webkit-animation-delay: 1.7s;
    animation-delay: 1.7s
}

.delay-in-18 {
    -webkit-animation-delay: 1.8s;
    animation-delay: 1.8s
}

.delay-in-19 {
    -webkit-animation-delay: 1.9s;
    animation-delay: 1.9s
}

.delay-in-20 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s
}

.delay-in-21 {
    -webkit-animation-delay: 2.1s;
    animation-delay: 2.1s
}

.delay-in-22 {
    -webkit-animation-delay: 2.2s;
    animation-delay: 2.2s
}

.delay-in-23 {
    -webkit-animation-delay: 2.3s;
    animation-delay: 2.3s
}

.delay-in-24 {
    -webkit-animation-delay: 2.4s;
    animation-delay: 2.4s
}

.delay-in-25 {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s
}

.delay-in-26 {
    -webkit-animation-delay: 2.6s;
    animation-delay: 2.6s
}

.delay-in-27 {
    -webkit-animation-delay: 2.7s;
    animation-delay: 2.7s
}

.delay-in-28 {
    -webkit-animation-delay: 2.8s;
    animation-delay: 2.8s
}

.delay-in-29 {
    -webkit-animation-delay: 2.9s;
    animation-delay: 2.9s
}

.delay-in-30 {
    -webkit-animation-delay: 3s;
    animation-delay: 3s
}

@font-face {
    font-display: block;
    font-family: ABCFavorit;
    font-style: normal;
    font-weight: 400;
    src: url("/fonts/ABCFavoritRegular.eot");
    src: url("/fonts/ABCFavoritRegular.eot#iefix") format("embedded-opentype"),
        url("/fonts/ABCFavoritRegular.ttf") format("truetype");
}

@font-face {
    font-display: block;
    font-family: ABCFavorit;
    font-style: normal;
    font-weight: 700;
    src: url("/fonts/ABCFavoritBold.eot");
    src: url("/fonts/ABCFavoritBold.eot#iefix") format("embedded-opentype"),
        url("/fonts/ABCFavoritBold.ttf") format("truetype");
}

@font-face {
    font-display: block;
    font-family: ABCFavorit;
    font-style: normal;
    font-weight: 500;
    src: url("/fonts/ABCFavoritMedium.eot");
    src: url("/fonts/ABCFavoritMedium.eot#iefix") format("embedded-opentype"),
        url("/fonts/ABCFavoritMedium.ttf") format("truetype");
}

@font-face {
    font-display: block;
    font-family: Druk;
    font-style: normal;
    font-weight: 500;
    src: url("/fonts/Druk-Medium.eot");
    src: url("/fonts/Druk-Medium.eot#iefix") format("embedded-opentype"),
        url("/fonts/Druk-Medium.ttf") format("truetype");
}

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

*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
    color: var(--text-color);
}

a:not([class]):hover,
a:not([href]):not([class]) {
    color: var(--color-primary);
    text-decoration: none;
}

:root {
    --color-primary: #f46147;
    --text-color: #1a1a1a;
    --light-text-color: #535353;
    --background-color: #f8f9fa;
    --dark-color: #1a1a1a;
    --section-background-color: #f6f5f3;
    --border-radius: 25px;
    --site-width: 1320px;
    --color-secondary: #2773aa;
    --lighter-text-color: hsla(0, 0%, 100%, .3);
}

html {
    scroll-behavior: smooth;
    font-size: 16px;
}

body {
    font-family: 'ABCFavorit', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-size: 18px;
    line-height: 1.3333333333;
    color: var(--text-color);
    background-color: #fff;
    overflow-x: hidden;
    font-weight: 400;
}

@media (max-width: 575.98px) {

    body,
    html {
        font-size: 16px;
    }
}

h1 {
    font-size: 5rem;
}
h2 {
    font-size: 70px;
}

@media (max-width: 991.98px) {
    h1 {
        font-size: 70px;
    }
    h2 {
        font-size: 52px;
    }
}
@media (max-width: 575.98px) {
    h1 {
        font-size: 49px;
    }
}


main {
    margin-top: 84px;
    padding-top: 1px;
}

[class*=" icon-"],
[class^="icon-"] {
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    font-family: icomoon !important;
    font-variant: normal;
}

/* utilities */

.container {
    max-width: var(--site-width);
    margin: 0 auto;
    padding: 0 80px;
    width: 100%;
}

.container.container-large {
    max-width: 1396px;
}
@media (max-width: 1399.98px) {
    .container {
        padding: 0 40px;
    }
}
@media (max-width: 575.98px) {
    .container {
        padding: 0 20px;
    }

    h2 {
        font-size: 52px;
        line-height: 45px;
    }
}

.btn {
    border-radius: var(--border-radius);
    padding: 17px 33px;
}

.btn.btn-primary {
    background-color: var(--color-primary);
    border-color: var(--color-primary);
}

.btn.btn-primary:active,
.btn.btn-primary:focus,
.btn.btn-primary:hover {
    background-color: #FFF;
    color: var(--color-primary);
    border-color: var(--color-primary);
}

.btn-outline-primary {
    color: var(--color-primary);
    border-color: var(--color-primary);
}

.btn-outline-primary:active,
.btn-outline-primary:focus,
.btn-outline-primary:hover {
    background-color: var(--color-primary);
    color: #FFF;
    border-color: var(--color-primary);
}

.text-primary {
    color: var(--color-primary) !important;
}

.text-secondary {
    color: var(--color-secondary) !important;
}

a.text-secondary:hover {
    color: var(--color-primary) !important;
}

.rounded-corners {
    border-radius: var(--border-radius);
}

.title-font {
    font-family: Druk;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.015em;
    line-height: 0.875;
}

.arrow-after::after {
    color: inherit;
    content: "";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    margin-left: 12px;
    text-transform: none;
    font-family: icomoon !important;
    font-variant: normal;
}

.bg-beige {
    background-color: var(--section-background-color);
}

.text-gray {
    color: rgba(0, 0, 0, 0.4);
}

.text-gray:hover {
    color: #000;
}

.text-underline {
    text-decoration: underline;
}

/** header **/


header {
    border-bottom: 1px solid var(--dark-color);
    background-color: #fff;
    left: 0;
    padding: 0 80px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9;
}

header nav a {
    padding: 37px 0px 32px;
    display: block;
    position: relative;
}

header nav a:hover,
header nav .active a {
    color: var(--light-text-color);
}

header nav a::before,
header nav .active a::before {
    background-color: var(--color-primary);
    bottom: 0px;
    content: "";
    height: 3px;
    left: 0px;
    opacity: 0;
    position: absolute;
    visibility: hidden;
    width: 100%;
    transition: 0.3s;
}


header nav a:active::before,
header nav a:focus::before,
header nav a:hover::before,
header nav .active a::before {
    opacity: 1;
    visibility: visible;
}

header .btn {
    font-size: 14px;
    padding: 12px 45px;
}

header .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 71px;
}


header {
    background-color: #fff;
    border-bottom: 1px solid #000;
    left: 0;
    padding: 0 80px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9
}

@media (max-width: 1679.98px) {
    header {
        padding: 0 60px
    }
}

@media (max-width: 1399.98px) {
    header {
        padding: 0 40px
    }
}

@media (max-width: 1199.98px) {
    header {
        padding: 18.5px 40px
    }
}

@media (max-width: 575.98px) {
    header {
        padding: 18.5px 20px
    }
}

header .header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

header .header li,
header .header ol,
header .header ul {
    list-style: none;
    margin: 0;
    padding: 0
}

header .header li:before,
header .header ol:before,
header .header ul:before {
    content: none
}

header .header-menu--nav {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

header .header-logo,
header .header-menu--nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

header .header-logo {
    position: relative;
    z-index: 9;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

@media (max-width: 1899.98px) {
    header .header-logo {
        margin-right: 80px
    }
}

@media (max-width: 1679.98px) {
    header .header-logo {
        margin-right: 40px
    }
}

@media (max-width: 991.98px) {
    header .header-logo {
        width: 165px
    }
}

header .header-logo:Hover {
    opacity: 1
}

header .header .header-menu--nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width: 1199.98px) {
    header .header .header-menu {
        background-color: #fff;
        -webkit-box-shadow: 0 0 40px 0 rgba(0, 0, 0, .16);
        box-shadow: 0 0 40px 0 rgba(0, 0, 0, .16);
        left: 0;
        padding: 100px 30px 40px;
        position: fixed;
        -webkit-transition: visibility .5s cubic-bezier(.77, 0, .175, 1), opacity .5s cubic-bezier(.77, 0, .175, 1), top 1s cubic-bezier(.77, 0, .175, 1), -webkit-transform .7s cubic-bezier(.77, 0, .175, 1);
        transition: visibility .5s cubic-bezier(.77, 0, .175, 1), opacity .5s cubic-bezier(.77, 0, .175, 1), top 1s cubic-bezier(.77, 0, .175, 1), -webkit-transform .7s cubic-bezier(.77, 0, .175, 1);
        transition: visibility .5s cubic-bezier(.77, 0, .175, 1), opacity .5s cubic-bezier(.77, 0, .175, 1), top 1s cubic-bezier(.77, 0, .175, 1), transform .7s cubic-bezier(.77, 0, .175, 1);
        transition: visibility .5s cubic-bezier(.77, 0, .175, 1), opacity .5s cubic-bezier(.77, 0, .175, 1), top 1s cubic-bezier(.77, 0, .175, 1), transform .7s cubic-bezier(.77, 0, .175, 1), -webkit-transform .7s cubic-bezier(.77, 0, .175, 1);
        width: 100%;
        -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;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        border-radius: 0 0 20px 20px;
        justify-content: center;
        opacity: 0;
        top: auto;
        top: 0;
        visibility: hidden
    }

    header .header .header-menu.active {
        opacity: 1;
        top: 0;
        visibility: visible
    }
}

header .header .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 71px
}

header .header-logo img {
    max-width: 100%;
}

@media (max-width: 1899.98px) {
    header .header .menu {
        gap: 40px
    }
}

@media (max-width: 1679.98px) {
    header .header .menu {
        gap: 20px
    }
}

@media (max-width: 1199.98px) {
    header .header .menu {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 30px;
        margin-bottom: 40px;
        width: 100%;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    header .header li {
        font-size: 24px;
        text-align: left;
        padding: 0;
        width: 100%;
    }

    header .header li a {
        padding: 0;
        display: inline-block;
    }
}

@media (max-width: 768px) {
    header .header .menu {
        gap: 20px;
        margin-bottom: 10px;
    }

    header .header li {
        font-size: 16px;
    }
}

header .mobile-menu {
    display: none
}

header .mobile-menu>.btn {
    font-size: 12px;
    padding: 8px 14px
}

@media (max-width: 1199.98px) {
    header .mobile-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 12px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        justify-content: end;
    }
}

header .header-burger {
    height: 15px;
    position: relative;
    width: 25px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

header .header-burger.active span:first-child {
    top: 8px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

header .header-burger.active span:nth-child(2) {
    opacity: 0
}

header .header-burger.active span:last-child {
    top: 8px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 100%
}

header .header-burger span {
    background: #000;
    height: 1.5px;
    position: absolute;
    top: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
    width: 100%
}

header .header-burger span:first-child {
    top: 0
}

header .header-burger span:nth-child(2) {
    top: 8px
}

header .header-burger span:last-child {
    top: 15px;
    width: 50%
}

header+* {
    margin-top: 84px;
    padding-top: 1px
}

@media (max-width: 1199.98px) {
    header+* {
        margin-top: 78px
    }
}

/* home page */
.home-banner {
    background-image: url("/images/hero-multifamily-closets.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.banner {
    max-height: 764px;
    padding: 117px 0 180px;
    position: relative;
}


.home-banner p {
    font-size: 1.2rem;
}


@media (max-width: 768px) {
    .home-banner {
        background: none;
        padding: 0;
    }

    .home-banner::before {
        background-image: url("/images/hero-multifamily-closets.jpg");
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        content: "";
        height: 50%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: -1;
    }

    .home-banner p {
        font-size: 1rem;
    }

    .btn {
        padding: 17px 29px;
    }

    .banner .banner-text{        
        border: 1px solid #ececec;
    }

}

.btn-overlay {
    bottom: 0px;
    left: 50%;
    max-width: 340px;
    position: absolute;
    transform: translate(-50%, 50%);
    width: calc(100% - 40px);
    padding: 17px 33px;
}




.partner-logos {
    margin: 65px 0;
    overflow: hidden
}

@media (max-width: 575.98px) {
    .h3 {
        font-size: 16px;
        line-height: 23px;
        margin: auto;
        max-width: 330px;
    }

    .partner-logos {
        margin: 40px 0 0 0;
    }
}

.partner-logos .swiper-slide {
    padding: 20px;
}

.hover-card {
    position: relative;
    overflow: hidden;
    height: 400px;
    display: block;
}

.hover-card:before {
    content: "";
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: transform 0.6s ease;
    transform-origin: center center;
    /* keeps zoom centered */
    z-index: -1;
}

.hover-card.new-construction:before {
    background-image: url("/images/new-construction-closets.jpg");
}

.hover-card.renovation:before {
    background-image: url("/images/renovation-closets.jpg");
}

.hover-card:hover::before {
    transform: scale(1.5);
}

.hover-card .text {
    width: 50%;
    min-width: 400px;
    position: absolute;
    bottom: 20px;
    left: 20px;
}

@media (max-width: 1199.98px) {
    .hover-card {
        height: 300px;
    }

    .hover-card .text {
        width: 60%;
        min-width: 300px;
    }

    .hover-card h3 {
        font-size: 1.5rem;
    }
}

@media (max-width: 991.98px) {
    .hover-card {
        height: 270px;
    }
    .hover-card .text {
        width: 80%;
        min-width: 150px;
    }
}

@media (max-width: 767.98px) {
    .hover-card {
        height: 240px;
    }

    .hover-card .text {
        width: 300px;
        max-width: 90%;
        min-width: auto;
    }
}

.has-video .video {
    bottom: -28px;
    left: 10px;
    padding-top: 33.0943847073%;
    position: absolute;
    width: 59.2592592593%;
}

.has-video .video::before {
    border: 3px solid #0074ae;
    border-radius: 38px;
    content: "";
    height: calc(100% + 24px);
    left: -12px;
    pointer-events: none;
    position: absolute;
    top: -12px;
    width: calc(100% + 24px);
}

.video-overlay .video .video-link>div {
    border-radius: 30px;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
}

.video-image img{
    border-radius: 30px;
}

.has-video .image {
    position: relative;
}


.has-video .video-link>div {
    background: no-repeat 50%;
    background-size: cover;
    height: 100%;
    width: 100%;
}

.has-video .video::after {
    background-color: rgba(0, 0, 0, .05);
    border-radius: 30px;
    content: "";
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    -webkit-transition: all .2s;
    transition: all .2s;
    width: 100%;
}

.swiper-testimonials .text {
    background-color: var(--section-background-color);
    border-radius: 40px;
    height: 100%;
    margin-bottom: 80px;
    padding: 57px 120px 65px 65px;
    width: 100%;
}

.swiper-contact.swiper-testimonials .text {
    padding: 65px 20px 0 0px;
}

.swiper-contact.swiper-testimonials .swiper-mobile-nav {
    padding: 0px 30px;
    margin: 0 auto;
}

.swiper-testimonials blockquote {
    margin: 0;
    max-width: 563px;
}

.swiper-contact.swiper-testimonials blockquote {
    background-color: var(--color-primary);
}

.swiper-testimonials blockquote p span {
    display: block;
    height: 220px;
    overflow: auto;
}

.swiper-contact.swiper-testimonials blockquote p span {
    display: block;
    height: 150px;
    overflow: auto;
}

blockquote p {
    font-size: 24px;
    letter-spacing: 0;
    line-height: normal;
    line-height: 1.3846153846;
    margin-bottom: 30px;
    text-align: left;
}

.swiper-contact.swiper-testimonials blockquote p {
    font-size: 18px;
    line-height: 1.3333333333;
    margin: 0 0 35px;
}

blockquote p::before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='52.602' height='41.602' viewBox='0 0 52.602 41.602'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23f46147' d='M0 0h52.602v41.602H0z' data-name='Rectangle 3498'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg data-name='Group 4055'%3E%3Cg clip-path='url(%23a)' data-name='Group 4054'%3E%3Cpath fill='%23f46147' d='M24.8 0v10.4h-5.6q-9.6 0-9.6 9.6v2.4h9.6v19.2H0V19.2C0 6.4 7.2 0 19.2 0Zm27.8 0v10.4H47q-9.6 0-9.6 9.6v2.4H47v19.2H27.8V19.2C27.8 6.4 35 0 47 0Z' data-name='Path 3458'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 42px;
    margin-bottom: 25px;
    width: 52px;
}

.swiper-contact.swiper-testimonials blockquote p::before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='52.602' height='41.602' viewBox='0 0 52.602 41.602'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23000' d='M0 0h52.602v41.602H0z' data-name='Rectangle 3498'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg data-name='Group 4055'%3E%3Cg clip-path='url(%23a)' data-name='Group 4054'%3E%3Cpath fill='%23000' d='M24.8 0v10.4h-5.6q-9.6 0-9.6 9.6v2.4h9.6v19.2H0V19.2C0 6.4 7.2 0 19.2 0Zm27.8 0v10.4H47q-9.6 0-9.6 9.6v2.4H47v19.2H27.8V19.2C27.8 6.4 35 0 47 0Z' data-name='Path 3458'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    position: absolute;
    top: 30px;
}

.swiper-testimonials cite {
    color: #000;
    line-height: .7714285714;
    margin: 30px 0 0;
    font-size: 70px;
    letter-spacing: .015em;
    font-style: normal;
}

.swiper-contact.swiper-testimonials cite {
    font-size: 40px;
    font-weight: 500;
    letter-spacing: .015em;
    line-height: 1;
    color: #FFF;
}

.swiper-contact .swiper-slide blockquote cite .cite-logo {
    background-color: #ffbcb1;
    border-radius: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 14px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    height: 68px;
    justify-content: center;
    width: 120px
}


.swiper-contact .swiper-slide blockquote cite .cite-logo img {
    max-height: 36px;
    width: auto
}

.swiper-contact .swiper-slide blockquote cite .cite-name {
    font-family: Druk;
    font-size: 35px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: .015em;
    line-height: 1;
    text-transform: uppercase;
    margin-left: 10px;
}


@media (max-width: 1199.98px) {

    .swiper-contact .swiper-slide blockquote cite .cite-logo {
        padding: 15px
    }
    .swiper-contact.swiper-testimonials blockquote{
        max-width: 100%;
    }
}

@media (max-width: 575.98px) {
    .swiper-contact .swiper-slide blockquote cite .cite-logo {
        padding: 10px
    }
}

@media (max-width: 1199.98px) {

    .swiper-contact .swiper-slide blockquote cite .cite-name {
        font-size: 30px
    }
}

@media (max-width: 575.98px) {

    .swiper-contact .swiper-slide blockquote cite .cite-name {
        font-size: 24px
    }
}

.swiper-slide {
    width: auto;
}

.swiper-slide img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

.swiper-testimonials .image {
    align-self: flex-end;
    bottom: 80px;
    margin-bottom: 4px;
    position: absolute;
    right: 0;
    width: 50%;
    z-index: 2;

}

.swiper-testimonials .image .img {
    padding-top: 68.7679083095%;
    position: relative;
    border-radius: 40px;
    overflow: hidden;
}

.swiper-testimonials .image .img img {
    max-width: 100%;
    height: auto;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
}

.swiper-testimonials .swiper-mobile-nav {
    bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-end;
    padding: 0 calc(15% + 56px) 0 65px;
    width: 100%;
}



.swiper-testimonials .swiper-pagination {
    color: rgba(0, 0, 0, .4);
    width: auto
}

.swiper-testimonials .swiper-buttons {
    border: 1.5px solid #000;
    border-radius: 19px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    padding: 9px 12px;
    width: auto;
    z-index: 2
}

.swiper-testimonials .swiper-button-next,
.swiper-testimonials .swiper-button-prev {
    -webkit-transition: all .3s;
    transition: all .3s
}

.swiper-testimonials .swiper-button-next:hover,
.swiper-testimonials .swiper-button-prev:hover {
    opacity: .5
}

.swiper-button-next,
.swiper-button-prev {
    color: #000;
    height: auto;
    margin-top: 0;
    position: static;
    width: auto
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    opacity: .7
}

.swiper-button-next:after,
.swiper-button-prev:after {
    content: none
}

.swiper-button-next:before,
.swiper-button-prev:before {
    color: inherit
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    color: rgba(0, 0, 0, .3)
}

@media (max-width: 991.98px) {
    .swiper-testimonials .text {
        margin-bottom: 40px;
        padding: 40px 30px 50px;
    }

    .swiper-testimonials.swiper-contact .text {
        padding: 60px 0px 0px 0px;
        margin-bottom: 60px;
    }

    .swiper-testimonials .swiper-mobile-nav {
        padding: 0 20px 0 20px;
    }

    .swiper-testimonials blockquote p {
        font-size: 20px;
    }
}
@media (max-width: 992px) {
    .swiper-testimonials cite {
        font-size: 48px;
    }
}

@media (max-width: 768px) {

    .swiper-testimonials .container .content {
        background-color: var(--section-background-color);
        border-radius: var(--border-radius);
    }

    .swiper-testimonials .image {
        position: static;
        width: 100%;
        padding-bottom: 20px;
    }

}

@media (max-width: 575.98px) {
    .swiper-testimonials cite {
        font-size: 38px;
    }
}

.icon-left::before {
    content: "\e901"
}

.icon-right::before {
    content: "\e903"
}

.details-sec .detail-item {
    background-color: var(--section-background-color);
    border-radius: 40px;
    padding: 34px 45px 55px;
    text-align: center;
    width: 100%;
    height: 100%;
}

.details-sec .detail-item .num {
    color: var(--color-primary);
    font-family: Druk;
    font-size: 131px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.0381679389;
    margin-bottom: 10px;
}

@media (max-width: 992px) {
    .details-sec .detail-item {
        background-color: var(--section-background-color);
        border-radius: 40px;
        padding: 20px 10px 20px;
        text-align: center;
        width: 100%;
        height: 100%;
    }

    .details-sec .detail-item .num {
        font-size: 100px;
    }

}

@media (max-width: 575.98px) {
    .details-sec .detail-item .num {
        font-size: 97px;
        text-align: right;
    }

    .details-sec .detail-item {
        border-radius: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 18px;
        text-align: left;
        padding: 10px;
        font-size: 16px;
    }
}

.faq-sec .faq-items .faq-item {
    border-bottom: 1px solid #000;
    margin-bottom: 47px;
    padding-bottom: 40px;
    padding-left: 12px;
    padding-right: 52px;
}

.faq-sec .faq-items .faq-item:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.faq-sec .faq-items .faq-item h3 {
    cursor: pointer;
    font-family: ABCFavorit;
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.2307692308;
    margin: 0;
    padding-right: 30px;
    position: relative;
    text-transform: none;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.faq-sec .faq-items .faq-item h3:before {
    background-color: var(--color-primary);
    content: "";
    height: 4px;
    position: absolute;
    right: 0;
    top: 14px;
    width: 24px;
}

.faq-sec .faq-items .faq-item h3:after {
    background-color: var(--color-primary);
    content: "";
    height: 24px;
    position: absolute;
    right: 10px;
    top: 4px;
    -webkit-transition: all .3s;
    transition: all .3s;
    width: 4px;
}

.faq-sec .faq-items .faq-item.active h3:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.faq-sec .faq-items .faq-item .faq-item--drop {
    display: none;
    margin-top: 20px;
    max-width: 650px;
}

@media (max-width: 575.98px) {
    .faq-sec .faq-items .faq-item h3 {
        font-size: 20px;
    }

    .faq-sec .faq-items .faq-item {
        margin-bottom: 27px;
        padding-bottom: 20px;
        padding-right: 12px;
    }
}

footer .footer {
    background-color: #272020;
    color: #fff;
    padding: 90px 0 50px;
    color: var(--lighter-text-color)
}

footer .footer .container {
    max-width: 1640px;
}

footer p {
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
}

footer .footer-bottom p {
    color: var(--lighter-text-color);
    font-size: 14px;
}

footer .footer a {
    color: #fff;
}

footer .footer a.text-gray {
    color: var(--lighter-text-color)
}

footer .footer-logo-and-nav .footer-nav:before {
    background-color: #707070;
    content: "";
    height: 196px;
    left: 0;
    position: absolute;
    top: 0;
    width: 1px;
}

footer .footer-logo-and-nav .footer-nav .footer-nav--lists h3 {
    color: hsla(0, 0%, 100%, .3);
    font-family: ABCFavorit;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3636363636;
    margin: 0 0 48px;
    text-transform: none;
}

footer .footer-logo-and-nav .footer-nav .footer-nav--lists li {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 18px;
}

footer .footer-logo-and-nav .footer-nav .list.contact li:last-child a {
    color: hsla(0, 0%, 100%, .4);
}

footer .footer-logo-and-nav .footer-nav .list.contact li:last-child a:hover {
    color: var(--color-primary)
}

footer a:hover,
header a:hover,
nav a:hover,
section a:not([class]):hover {
    opacity: .7;
}

@media (max-width: 1199.98px) {
    footer .footer {
        padding: 30px 0;
    }

    footer .footer-logo-and-nav .footer-nav:before {
        background-color: #707070;
        content: "";
        height: 1px;
        position: absolute;
        width: 94%;
        left: 3%;
    }

    footer .footer-logo-and-nav .footer-nav .footer-nav--lists h3 {
        margin-bottom: 24px;
    }
}

.video-light-box {
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999
}

.video-light-box:after {
    background: #000;
    content: "";
    height: 100%;
    left: 0;
    opacity: .8;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}

.video-light-box .icon-close {
    background: none;
    background-color: #f46147;
    border-radius: 50%;
    display: block;
    font-size: 25px;
    height: 50px;
    opacity: 1;
    outline: none;
    right: 65px;
    top: -55px;
    width: 50px;
    z-index: 9
}

.video-light-box .icon-close,
.video-light-box .icon-close:before {
    position: absolute;
    -webkit-transition: All .2s ease-in-out;
    transition: All .2s ease-in-out
}

.video-light-box .icon-close:before {
    background-color: #fff;
    color: #fff;
    content: "";
    height: 1px;
    left: 10px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 30px
}

@media (max-width: 992px) {
    .video-light-box .icon-close:before {
        width: 15px
    }
}

.video-light-box .icon-close:after {
    background-color: #fff;
    color: #fff;
    content: "";
    height: 1px;
    left: 10px;
    position: absolute;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: All .2s ease-in-out;
    transition: All .2s ease-in-out;
    width: 30px
}

@media (max-width: 992px) {
    .video-light-box .icon-close:after {
        width: 15px
    }

    .video-light-box .icon-close {
        font-size: 18px;
        height: 35px;
        right: 27px;
        top: -50px;
        width: 35px
    }
}

.video-light-box .icon-close:hover {
    background: #fff
}

.video-light-box .icon-close:hover:after,
.video-light-box .icon-close:hover:before {
    background-color: #000
}

.video-light-box .video-box {
    left: 50%;
    max-width: 1440px;
    padding: 0 120px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 2
}

@media (max-width: 992px) {
    .video-light-box .video-box {
        padding: 0 20px
    }
}

.video-light-box .video-box video {
    width: 100%
}

.video-light-box .video-box iframe {
    height: 641px;
    width: 100%
}

@media (max-width: 1200px) {
    .video-light-box .video-box iframe {
        height: 52.9vw
    }
}

.data-video {
    display: none
}

.icon-linkedin:before {
    color: #fff;
    content: "\e902"
}

section .btn.arrow-after {
    max-width: 340px;
    width: 100%;
    border-radius: 32px;
}
@media (max-width: 1200px) {
    section .btn.arrow-after {
    width: 90%;
    }
}

@media (max-width: 767px) {
    section .btn.arrow-after {
    width: 100%;
    }
}

.group-images {
    display: flex;
    gap: 24px;
    padding-right: 44px;
}

.group-images .images:first-child {
    margin-top: -138px;
}

.group-images .images {
    position: relative;
    width: 50%;
}


.group-images .images .img {
    border-radius: 40px;
    overflow: hidden;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-bottom: 33px;
    padding-top: 62.2222222222%;
    position: relative;
}

.group-images .images img {
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
}

.overlay-image .img {
    position: absolute;
    left: 90%;
    bottom: -20%;
    width: calc(70% + 50px);
}

@media (min-width: 1199.98px) {
    .overlay-image .text {
        position: relative;
    }
}

@media (max-width: 1199.98px) {
    .group-images:not(.has-single-image) .images .img:last-child {
        display: none;
    }

    .group-images .images:last-child .img {

        border-radius: 20px 0 0 20px;
    }

    .group-images .images:first-child .img {

        border-radius: 0 20px 20px 0;
    }

    .group-images .images .img {
        margin-bottom: 10px;
    }

    .group-images {
        padding-left: 0;
        padding-right: 0;
        gap: 10px;
    }

    .group-images .images:first-child {
        margin-top: -58px;
    }

    .overlay-image {
        margin-bottom: 400px;
    }

    .overlay-image .bg-beige>div {
        padding-bottom: 100px;
        margin-bottom: 0;
    }

    .overlay-image .img {
        left: unset;
        width: 80%;
        bottom: -350px;
        right: 0;
    }

    .overlay-image .img .rounded-corners {
        border-radius: 20px 0 0 20px;
    }

}

@media (max-width: 768px) {

    .overlay-image .img {
        left: unset;
        width: 80%;
        bottom: -100px;
        right: 0;
    }

    .overlay-image {
        margin-bottom: 150px;
    }
}

.closet-system .item {
    border-radius: 30px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 23px;
    margin-bottom: 2px;
    padding: 37px 18px 24px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.closet-system .item:hover {
    background-color: var(--section-background-color);
}

.closet-system .item .check-icon {
    background-color: var(--section-background-color);
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 28px;
    width: 28px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all .3s;
    transition: all .3s;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: -5px;
}

.closet-system .item:hover .check-icon,
.closet-system .item.bg-beige .check-icon {
    background-color: #FFF;
}

.styles .style-color {
    border: 1px solid #b1b1b1;
    background-color: #fff;
    border-radius: 10px;
    margin-bottom: 8px;
    overflow: hidden;
    padding-top: 45%;
    position: relative;
}

.styles .style-color img {
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
}

.case-item .container {
    border-bottom: 1px solid rgba(0, 0, 0, .4);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 50px;
    padding-bottom: 50px;
}

.case-item:last-child .container {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}
@media (max-width: 991.98px) {
.case-item .container {
    margin-bottom:10px;
}

}

.full-image {
    min-height: 500px;
    height: 80vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
@media (max-width: 767.98px) {
    .full-image {
        height: auto;
        min-height: 40vh;
    }
}


.developer-logos .logos {
    display: flex;
    flex-wrap: wrap;
    max-width: 696px;
    padding-right: 20px;
    gap: 34px;
}

.developer-logos .logos .img {
    flex-shrink: 1;
    height: auto;
    width: auto;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}
@media (max-width: 992px) {
    .developer-logos .logos {
        justify-content: center;
        max-width: 100%;
        gap: 10px;
    }
}

@media (max-width: 767.98px) {
    .developer-logos .logos {
        display: flex;
        flex-wrap: inherit;
        padding-right: 0;
        gap: 20px;
    }

    .developer-logos .logos .img {
        height: auto;
        width: auto;
        display: block;
    }
}

.banner-image-groups {
    margin-bottom: 100px;
    overflow: hidden;
}

.banner-image-groups .images .image:last-child {
    border-radius: 0 0 40px 40px;
    width: 61.4733276884%;
}

.banner-image-groups .images .image:first-child {
    border-radius: 0 0 40px 0;
    width: 35.817104149%;
}

.banner-image-groups .images .image:first-child .img img {
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
    border-radius: 0 0 40px 0;
}

.banner-image-groups .images .image:first-child .img {
    overflow: hidden;
    padding-top: 156.9739952719%;
    position: relative;
    height: 100%;
}

.banner-image-groups .images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 35px;
    height: auto;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
}

.why-modular-banner {
    margin-top: -30px;
}

@media (max-width: 1199.98px) {
    .banner-image-groups {
        margin-bottom: 50px;
    }

    .banner-image-groups .images {
        gap: 20px;
        height: 200px;
    }

    .banner-image-groups .images .img {
        height: 100%;
    }

    .banner-image-groups .images .img img {
        height: auto;
        width: 100%;
    }

    .banner-image-groups .images .image:last-child {
        border-radius: 0 0 0 40px;
        overflow: hidden;
    }
    .banner-image-groups .images .image:first-child .img{
        padding-top:0;
    }
}

.custom-closets .swiper {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 50px;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    box-sizing: content-box;
    align-items: center;
}



.custom-closets .swiper-wrapper .swiper-slide {
    width: 100%
}

.custom-closets .swiper-wrapper .swiper-slide .slide {
    margin: 0 auto;
    max-width: 900px
}

.custom-closets .swiper-wrapper .swiper-slide .img {
    border-radius: 40px;
    overflow: hidden;
    position: relative;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}
.custom-closets .swiper-wrapper .swiper-slide .img div.before{
    background-size: cover;
}

.custom-closets .swiper-wrapper .swiper-slide .img div:first-child {
    padding-top: 56%;
    -webkit-transition: all .2s;
    transition: all .2s
}

@media (max-width: 575.98px) {
    .custom-closets .swiper-wrapper .swiper-slide .img {
        border-radius: 20px;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    .custom-closets .swiper-wrapper .swiper-slide .img div:first-child {
        padding-top: 80%;
        -webkit-transition: all .2s;
        transition: all .2s
    }
}

.custom-closets .swiper-wrapper .swiper-slide .img .after {
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 50%
}

.custom-closets .swiper-wrapper .swiper-slide .img .after div {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0
}

.custom-closets .swiper-wrapper .swiper-slide .img .after:after {
    background-color: #fff;
    content: "";
    height: 100%;
    opacity: 0;
    position: absolute;
    width: 100%
}

.custom-closets .swiper-wrapper .swiper-slide .scroll-icon {
    background-color: #f46147;
    border-radius: 50%;
    cursor: pointer;
    height: 40px;
    left: 50%;
    pointer-events: auto;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 40px;
    z-index: 9
}

.custom-closets .swiper-wrapper .swiper-slide .check-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 35px
}

@media (max-width: 991.98px) {
    .custom-closets .swiper-wrapper .swiper-slide .check-items {
        margin-top: 20px
    }
}

@media (max-width: 575.98px) {
    .custom-closets .swiper-wrapper .swiper-slide .check-items {
        margin-top: 10px
    }
}

.custom-closets .swiper-wrapper .swiper-slide .check-items .item {
    -webkit-box-flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.custom-closets .swiper-wrapper .swiper-slide .check-items .item img {
    margin-right: 8px;
    margin-top: -2px
}

.custom-closets .swiper-button-next,
.custom-closets .swiper-button-prev {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    width: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    border: 1.5px solid #000;
    border-radius: 50%;
    height: 38px;
    justify-content: center;
    margin-top: -48px;
    top: 50%;
    -webkit-transition: all .3s;
    transition: all .3s;
    width: 38px;
    z-index: 5
}

@media (max-width: 575.98px) {
    .custom-closets .swiper{
        padding: 10px 10px 40px 10px;
    }

    .custom-closets .swiper-button-next,
    .custom-closets .swiper-button-prev {
        height: 25px;
        top: 105%;
        width: 25px;
    }

    .custom-closets .swiper-button-next:before,
    .custom-closets .swiper-button-prev:before {
        font-size: 12px;
    }
}

.custom-closets .swiper-button-next:hover,
.custom-closets .swiper-button-prev:hover {
    background-color: #000;
    border-color: #fff;
    color: #fff
}

.custom-closets .swiper-button-next.swiper-button-disabled,
.custom-closets .swiper-button-prev.swiper-button-disabled {
    border-color: rgba(0, 0, 0, .3)
}

.custom-closets .swiper-button-next.swiper-button-disabled:hover,
.custom-closets .swiper-button-prev.swiper-button-disabled:hover {
    background-color: #fff;
    border-color: rgba(0, 0, 0, .3);
    color: rgba(0, 0, 0, .3)
}

.custom-closets .icon-left {
    left: 0
}

@media (max-width: 575.98px) {
    .custom-closets .icon-left {
        left: auto;
        right: 52%
    }
}

.custom-closets .icon-right {
    right: 0
}

@media (max-width: 575.98px) {
    .custom-closets .icon-right {
        left: 52%;
        right: auto
    }
}


.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.group-images.has-single-image .img img {
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
}

.group-images.has-single-image .images {
    width: 100%;
}

.group-images.has-single-image .single-image .img {
    border-bottom-right-radius: 0;
    overflow: hidden;
    padding-top: 84.3648208469%;
    position: relative;
}


.group-images.has-single-image {
    padding: 0;
}


.tip {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f6f5f3;
    border-radius: 15px;
    margin-top: 20px;
    max-width: 282px;
    padding: 14px 17px
}

.tip img {
    margin-right: 16px
}

.tip p {
    font-size: 16px;
    line-height: 1.25;
    padding-right: 0
}


.blockquote-sec blockquote {
    margin: 0 auto;
    max-width: 943px;
    padding-left: 144px;
    position: relative
}

@media (max-width: 991.98px) {
    .blockquote-sec blockquote {
        padding: 0 20px
    }
}

.blockquote-sec blockquote:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='52.602' height='41.602' viewBox='0 0 52.602 41.602'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23f46147' d='M0 0h52.602v41.602H0z' data-name='Rectangle 3498'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg data-name='Group 4055'%3E%3Cg clip-path='url(%23a)' data-name='Group 4054'%3E%3Cpath fill='%23f46147' d='M24.8 0v10.4h-5.6q-9.6 0-9.6 9.6v2.4h9.6v19.2H0V19.2C0 6.4 7.2 0 19.2 0Zm27.8 0v10.4H47q-9.6 0-9.6 9.6v2.4H47v19.2H27.8V19.2C27.8 6.4 35 0 47 0Z' data-name='Path 3458'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 73px;
    left: 0;
    position: absolute;
    top: 4px;
    width: 92px
}

@media (max-width: 991.98px) {
    .blockquote-sec blockquote:before {
        background-position: 0;
        display: block;
        height: 30px;
        margin-bottom: 14px;
        position: static;
        width: 50px
    }
}

.blockquote-sec blockquote p {
    margin-bottom: 21px;
}

.blockquote-sec blockquote p::before {
    content: none;
}

.blockquote-sec blockquote cite {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 50px
}

.blockquote-sec blockquote cite .img {
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 73px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}


@media (max-width: 991.98px) {
    .blockquote-sec blockquote p {
        font-size: 26px;
        line-height: 36px;
        margin-bottom: 30px;
    }
    .blockquote-sec blockquote cite {
        gap: 25px
    }
}

@media (max-width: 575.98px) {
    .blockquote-sec blockquote p {
        font-size: 18px;
        line-height: 24px;
    }
    .blockquote-sec blockquote cite .img {
        width: 50px
    }
}

.blockquote-sec blockquote cite .info {
    color: rgba(0, 0, 0, .4);
    font-size: 18px;
    line-height: 1.3333333333;
    margin: 2px 0 0;
    max-width: 200px;
    font-style: normal;
}

.case-study-details .content .sticky-col {
    padding-left: 70px;
    position: sticky;
    top: 201px;
}

.case-study-details .content .text p {
    font-size: 18px;
    line-height: 1.3;
}

.case-study-details .content {
    border-bottom: 1px solid rgba(0, 0, 0, .4);
    display: -webkit-box;
    display: -ms-flexbox;
    padding-bottom: 100px;
}

@media (max-width: 991.98px) {
    .case-study-details .content .sticky-col {
        padding-left: 10px;
    }
}
@media (max-width: 768px) {
    .case-study-details .content .sticky-col {
        padding-left: 0;
        position: static;
    }
    .case-study-details .content{
        padding-bottom:50px;
    }

    .case-study-details img {
        height: 150px;
        width: 100%;
        object-fit: cover;
        object-position: center;
    }
}

.form-founder .signature {
    max-width: 150px;
}


body input[type=email],
body input[type=number],
body input[type=password],
body input[type=search],
body input[type=tel],
body input[type=text],
body select,
body textarea,
body textarea.form-control {
    background-color: #f6f5f3;
    border: 1px solid transparent;
    border-radius: 10px;
    font-family: ABCFavorit;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.3333333333;
    overflow: hidden;
    padding: 12px 22px;
    text-align: left;
    text-overflow: ellipsis;
    -webkit-transition: all .3s;
    transition: all .3s;
    white-space: nowrap;
    resize: none;
}

body input[type=email]::-webkit-input-placeholder,
body input[type=number]::-webkit-input-placeholder,
body input[type=password]::-webkit-input-placeholder,
body input[type=search]::-webkit-input-placeholder,
body input[type=tel]::-webkit-input-placeholder,
body input[type=text]::-webkit-input-placeholder,
body select::-webkit-input-placeholder,
body textarea::-webkit-input-placeholder {
    color: #000 !important;
    opacity: .4 !important
}

body input[type=email]:-moz-placeholder,
body input[type=email]::-moz-placeholder,
body input[type=number]:-moz-placeholder,
body input[type=number]::-moz-placeholder,
body input[type=password]:-moz-placeholder,
body input[type=password]::-moz-placeholder,
body input[type=search]:-moz-placeholder,
body input[type=search]::-moz-placeholder,
body input[type=tel]:-moz-placeholder,
body input[type=tel]::-moz-placeholder,
body input[type=text]:-moz-placeholder,
body input[type=text]::-moz-placeholder,
body select:-moz-placeholder,
body select::-moz-placeholder,
body textarea:-moz-placeholder,
body textarea::-moz-placeholder {
    color: #000 !important;
    opacity: .4 !important
}

body input[type=email]:-ms-input-placeholder,
body input[type=number]:-ms-input-placeholder,
body input[type=password]:-ms-input-placeholder,
body input[type=search]:-ms-input-placeholder,
body input[type=tel]:-ms-input-placeholder,
body input[type=text]:-ms-input-placeholder,
body select:-ms-input-placeholder,
body textarea:-ms-input-placeholder {
    color: #000 !important;
    opacity: .4 !important
}

@media (max-width: 575.98px) {

    body input[type=email],
    body input[type=number],
    body input[type=password],
    body input[type=search],
    body input[type=tel],
    body input[type=text],
    body select,
    body textarea {
        font-size: 15px;
        padding: 13px
    }
}

body input[type=email]:focus,
body input[type=number]:focus,
body input[type=password]:focus,
body input[type=search]:focus,
body input[type=tel]:focus,
body input[type=text]:focus,
body select:focus,
body textarea:focus {
    border-color: #000
}

body textarea {
    height: 104px;
    white-space: wrap
}