@import url('https://fonts.googleapis.com/css2?family=Bodoni+Moda:opsz@6..96&display=swap'); body {
    font-family: 'Poppins', sans-serif !important;
}
html {
    scroll-behavior: smooth;
    scroll-padding-top: 200px;
}
.video-trial iframe {
    width: 100%;
    max-height: 729px;
}

.atk_gallery img {
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-filter: brightness(0.95);
    filter: brightness(0.95);
}

#product-left .product-left-slide-1 a {
    pointer-events: none;
}

.design-content img {
    -o-object-fit: cover;
    object-fit: cover;
}

.swiper-container {
    overflow: hidden;
    position: relative;
}

#swiper-referance {
    padding: 10px 0;
}

#filter-bar,.product-symbol {
    display: none !important;
}

.navigasyon ul li {
    text-transform: capitalize;
}

.pointer-events-none {
    pointer-events: none !important;
}

.product-left-slide-thumbs-1 {
    opacity: 0;
}

#filter-bar .filter-showcase {
    position: absolute;
    display: none;
    width: 100%;
    background: white;
    z-index: 1;
    left: 0;
    right: 0;
    margin: 0 auto;
    color: black;
    padding: 16px;
    border: solid 1px #35302c;
}

#filter-bar .filter-showcase ul .filter-items {
    min-height: 40px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    cursor: pointer;
    position: relative;
    width: auto;
    color: gray;
}

#filter-bar .filter-showcase ul .filter-items.active {
    color: black;
    padding-left: 20px;
}

#filter-bar .filter-showcase ul .filter-items.active:before {
    content: '';
    height: 20px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 20px;
    -webkit-mask: url(/images/down-arrow.svg);
    mask: url(/images/down-arrow.svg);
    background-color: black;
    -webkit-mask-size: 14px;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: rotate(-90deg) translateX(50%);
    -ms-transform: rotate(-90deg) translateX(50%);
    transform: rotate(-90deg) translateX(50%);
}

#filter-bar .filter-showcase ul {
    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: start;
    -ms-flex-align: start;
    align-items: flex-start;
    max-height: 200px;
    overflow-y: scroll;
    overflow-x: hidden;
}

#filter-bar .filter-showcase ul li:before {
    content: '';
    width: 0;
    height: 1px;
    background-color: black;
    position: absolute;
    bottom: 0;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#filter-bar .filter-showcase ul li:hover::before {
    width: 100%;
}

#filter-bar .filter-title {
    color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    min-height: 70px;
    padding: 0 16px;
    text-transform: uppercase;
    position: relative;
    cursor: pointer;
}

#filter-bar .filter-title.search-block {
    padding: 0;
}

#filter-bar .filter-title #filter-search {
    min-height: 70px;
    width: 100%;
    border: none;
    background-color: #35302c;
    padding: 0 16px 0 55px;
    color: white;
    position: relative;
}

#filter-bar .filter-title.search-block:before {
    content: '';
    width: 20px;
    height: 20px;
    -webkit-mask: url(/images/search.svg);
    mask: url(/images/search.svg);
    background-color: white;
    position: absolute;
    z-index: 1;
    left: 30px;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

#filter-bar .filter-title #filter-search::-webkit-input-placeholder {
    color: white;
}

#filter-bar .filter-title #filter-search::-moz-placeholder {
    color: white;
}

#filter-bar .filter-title #filter-search:-ms-input-placeholder {
    color: white;
}

#filter-bar .filter-title #filter-search::-ms-input-placeholder {
    color: white;
}

#filter-bar .filter-title #filter-search::placeholder {
    color: white;
}

#filter-bar .filter-title:not(.search-block):after {
    content: '';
    width: 24px;
    height: 24px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    right: 16px;
    -webkit-mask: url(/images/down-arrow.svg);
    mask: url(/images/down-arrow.svg);
    background-color: white;
    -webkit-mask-size: 14px;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
}

#filter-bar .filter-title:before {
    content: '';
    position: absolute;
    width: 1px;
    right: 0;
    top: 0;
    bottom: 0;
    background: #838383;
}

*,div {
    list-style: none;
    text-decoration: none !important;
    outline: none;
    /* user-select: none; */
}

.product-details-page.min-h .project-details span {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.product-details-page.min-h .project-details span b {
    letter-spacing: 6px;
    font-weight: 400;
    margin-top: 10px;
}

.product-details-page.min-h {
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.image-references {
    background-color: #fbfbfb;
    padding: 10px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 10px;
}

.image-storie {
    border: solid 1px #d2cecb;
    padding: 2px;
}

#our-references {
    margin: 20px 0;
}

.filter-categories {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 40px;
}

.filter-categories li {
    background-color: transparent;
    color: #747474 !important;
    padding: 7px 0px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
}

.filter-categories li.restart {
    background-color: #0e0e0e;
    color: white !important;
    padding: 7px 10px;
    border-radius: 5px;
}

.filter-categories li:before {
    content: '';
    width: 5%;
    height: 2px;
    bottom: 0;
    background-color: black;
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    opacity: 0;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.filter-categories li.current {
    color: black !important;
}

.filter-categories li.current:before {
    opacity: 1;
    width: 100%;
}

u {
    text-decoration: underline !important;
}

.design-products img {
    -o-object-fit: cover !important;
    object-fit: cover !important;
}

#instagram-categories .image-storie {
    /* aspect-ratio: 1 / 1; */
    height: 100%;
    border-radius: 100%;
    position: relative;
    overflow: hidden;
    padding: 2px;
    background: #f09433;
    background: -o-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
    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;
}

#instagram-categories .image-storie img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    /* aspect-ratio: 1; */
    border: solid 3px white;
}

#instagram-categories h4 {
    color: #363636;
    font-size: 12px;
    text-align: center;
    margin-top: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

#product-right .ask-for-an-offer {
    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;
    height: 50px;
    margin-bottom: 15px;
}

#product-right .ask-for-an-offer:hover a {
    background-color: #484848;
}

#product-right .ask-for-an-offer a {
    width: 100%;
    height: 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;
    background-color: #6a6a6a;
    color: white;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.productItem .ask-for-an-offer {
    position: absolute;
    top: 0;
    left: 0;
    color: white;
    padding: 1px 10px;
    background-color: #6a6a6a;
    font-weight: 200;
    display: none;
}

.header-column-one:before {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #e7e7e7;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
}

.product-project-details {
    margin-top: auto;
    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: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.product-project-details span {
    margin-bottom: 10px;
    padding: 0 10px;
    font-size: 13px;
    padding-right: 0;
}

.product-project-details img {
    border: solid 1px #d8d8d8;
}

.product-name-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

#product-right > .row ,.product-name-details {
    height: 100%;
}

.shadow-dropdown.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.shadow-dropdown {
    display: none;
    position: fixed;
    background-color: #00000085;
    inset: 0;
    z-index: 99;
}

.modal-dogan .close-modal {
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
}

.modal-dogan .modal-details {
    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: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.modal-dogan .modal-details .num-1 {
    font-weight: 500;
    color: gray;
}

.modal-dogan .modal-details .num-2 {
    text-transform: uppercase;
    font-size: 60px;
    font-weight: 700;
    color: #7d4403;
}

.modal-dogan .modal-details .num-3 {
    font-size: 14px;
    max-width: 364px;
    color: #9a9a9a;
}

.modal-dogan .modal-details .num-4 {
    width: auto;
    padding: 15px 50px;
    background-color: #090210;
    letter-spacing: 3px;
    margin-top: 40px;
}

.modal-dogan .modal-details .num-4:hover {
    background-color: #2a2a2a;
}

.modal-dogan .modal-details .num-4 a {
    color: white;
}

.modal-dogan {
    position: fixed;
    inset: 0;
    background-color: #0000006b;
    z-index: 999999;
}

.modal-dogan .content {
    max-width: 700px;
    height: 400px;
    background-color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 50%;
    top: 50%;
    position: absolute;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.modal-dogan .content .left img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
}

.copyright .left span {
    font-weight: 300;
    font-size: 13px;
}

.copyright .right div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 10px;
    font-weight: 300;
}

.copyright .right div span {
    color: #5c5c5c;
}

.copyright .right div a {
    color: #18bee2;
    font-weight: 400;
}

.blog-back {
    color: black;
    margin-top: 30px !important;
}

.blog-content {
    margin: 50px 0;
}

.blog-content .content .this-meta {
    padding: 15px;
}

.blog-content .content p {
    font-size: 13px;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #525252;
    line-height: normal;
}

.blog-content .content h2 {
    font-size: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 46px;
    color: #3a3a3a;
    line-height: normal;
}

.blog-content .content figure {
    margin: 0;
    max-height: 200px;
    overflow: hidden;
}

.blog-content .content {
    border: solid 1px #ededed;
    -webkit-box-shadow: rgb(172 171 171 / 20%) 0px 2px 8px 0px;
    box-shadow: rgb(172 171 171 / 20%) 0px 2px 8px 0px;
    background-color: white;
    border-radius: 10px;
    overflow: hidden;
}

.blog-content .title {
    margin-bottom: 50px;
    text-align: left;
    text-transform: uppercase;
    border-bottom: solid 1px #ededed;
    padding: 15px 0;
    font-weight: 500;
    letter-spacing: 7px;
}

.head-page {
    min-height: 150px;
    overflow: hidden;
    position: relative;
    background-image: url(/images/breadcrumb.jpg);
    background-position: 0 50%;
    margin-bottom: 50px;
}

.head-page:after {
    content: '';
    position: absolute;
    inset: 0;
    background-image: url(/images/dotsmovie.png);
    background-size: 3px;
    z-index: 1;
}

.head-page img {
    display: none;
}

.head-page span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    color: white;
    font-size: 40px;
    text-transform: uppercase;
    letter-spacing: 20px;
    z-index: 3;
}

body.blog-page .head-page span {
    letter-spacing: 0;
    font-size: 35px;
}

.head-page:before {
    content: '';
    position: absolute;
    inset: 0;
    background: #2196f359;
    z-index: 2;
}

.about-pragrapy .about-pragrapy-span {
    font-size: 30px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 50px;
}

.about-pragrapy .about-pragrapy-p {
    max-width: 900px;
    text-align: justify;
    margin: 0 auto;
    background-color: #e9e9e9;
    padding: 50px;
    -webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.about-us-page .about-title .item-about {
    width: 100%;
    white-space: pre;
    text-align: center;
    background-color: #e9e9e9;
    min-height: 40px;
    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;
    color: black;
    font-size: 12px;
}

.about-us-page .about-title .item-about.active {
    background-color: black;
    color: white;
}

.about-us-page .about-title .item-abuout {
}

.about-us-page .about-title {
    margin-bottom: 100px;
    margin-top: 50px;
    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;
    gap: 15px;
}

.about-us-page {
    padding-bottom: 30px;
}

#filter-bar .content {
    background-color: #35302c;
    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;
}

.video-clp {
    max-height: 773.5px;
    overflow: hidden;
}

.vertical-line-for-logo {
    width: 2px;
    height: 40px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    background: #585856;
    margin: 0 15px;
}

@-webkit-keyframes animate-svg-stroke-1 {
    0% {
        stroke-dashoffset: 14949.490234375px;
        stroke-dasharray: 14949.490234375px;
    }

    100% {
        stroke-dashoffset: 0;
        stroke-dasharray: 14949.490234375px;
    }
}

@keyframes animate-svg-stroke-1 {
    0% {
        stroke-dashoffset: 14949.490234375px;
        stroke-dasharray: 14949.490234375px;
    }

    100% {
        stroke-dashoffset: 0;
        stroke-dasharray: 14949.490234375px;
    }
}

@-webkit-keyframes animate-svg-fill-1 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(43, 42, 41);
    }
}

@keyframes animate-svg-fill-1 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(43, 42, 41);
    }
}

.grand-office-svg-1 {
    -webkit-animation: animate-svg-stroke-1 1s ease-in 0s both, animate-svg-fill-1 0.7s ease-out 0.8s both;
    animation: animate-svg-stroke-1 1s ease-in 0s both, animate-svg-fill-1 0.7s ease-out 0.8s both;
}

.header-logo:hover .grand-office-svg-1 {
    -webkit-animation: animate-svg-stroke-1 1s ease-in 0s both, animate-svg-fill-1 0.7s ease-out 0.8s both;
    animation: animate-svg-stroke-1 1s ease-in 0s both, animate-svg-fill-1 0.7s ease-out 0.8s both;
}

.product-project-details .project-item .item--i-project {
    width: 100%;
    min-height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0 15px;
    border: solid 1px #ededed;
}

.product-project-details .project-item .item--i-project a {
    color: black;
}

.product-project-details .project-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    background-color: #dddddd33;
}

.product-project-details .title {
    padding: 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: solid 1px #ededed;
    margin-bottom: 15px;
}

.product-code {
    color: #afafaf;
    margin: 15px 0;
}

.product-description {
    font-weight: 300;
    color: black;
    margin-bottom: 15px;
}

.product-description ul {
    padding: 0;
}

.product-description ul li {
    list-style: none;
    background-color: #eaeaea;
    margin-bottom: 10px;
    padding: 10px;
}

.product-description span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    border-bottom: solid 1px #d9d9d9;
    font-weight: 500;
}

.product-title {
    font-family: 'Playfair Display', serif;
    text-transform: capitalize;
}

.image-wrapper img {
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-duration: .2s;
    -o-object-fit: contain;
    object-fit: contain;
}

.image-wrapper:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.product-list .image-wrapper img {
    border: solid 1px #ddd;
}

.imgInner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: white;
}

.image-wrapper {
    padding-bottom: 70%;
    position: relative;
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.product-details-page {
    margin-bottom: 50px;
    background-color: white;
    padding: 20px;
    -webkit-box-shadow: rgb(0 0 0 / 15%) 0px 3px 8px;
    box-shadow: rgb(0 0 0 / 15%) 0px 3px 8px;
    border-radius: 5px;
}

.title-maps span {
    text-align: center;
    text-transform: uppercase;
    font-size: 40px;
    font-weight: 500;
    background-color: black;
    color: white;
    padding: 20px;
}

.maps-grand-office span {
    font-size: 21px;
    text-transform: uppercase;
    width: 100%;
    display: block;
    padding-top: 10px;
    color: black;
    margin-bottom: 30px;
    border-bottom: solid 3px;
    padding-bottom: 10px;
}

.maps-grand-office .item-maps {
    height: 100%;
    padding: 16px;
    background-color: white;
    -webkit-box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.maps-grand-office p {
    color: black;
}

.maps-grand-office :is(p,a,span) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 20px;
}

.maps-grand-office :is(p,a) {
    background-color: #f7f7f7;
    padding: 10px;
}

.maps-grand-office a {
    color: black;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
}

.interactive .swiper-slide.swiper-slide-active .swiper-slider-text :is(span,p) {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
}

.interactive .swiper-slide .swiper-slider-text span {
    text-transform: uppercase;
    font-size: 90px;
    max-width: 800px;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    opacity: 0;
    font-family: 'Bodoni Moda', serif;
}

.interactive .swiper-slider-text {
    gap: 20px;
}

.interactive .swiper-slide .swiper-slider-text p {
    max-width: 600px;
    text-align: center;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    opacity: 0;
}

.footer-social {
    margin: 70px 0 !important;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
}

.footer-social ul {
    margin: 0;
    padding: 0;
}

.footer-social ul li {
    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;
    gap: 30px;
}

.footer-social ul li a {
    width: 40px;
    height: 40px;
    background-color: black;
    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;
    color: white;
    border-radius: 100%;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.footer-social ul li a i:before {
    line-height: normal;
    width: 100%;
    height: 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;
}

.footer-social ul li a i {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.footer-social ul li a:hover {
    -webkit-box-shadow: 0 0 0px 7px #0000001f;
    box-shadow: 0 0 0px 7px #0000001f;
}

.fa-whatsapp {
    -webkit-mask-image: url(/images/whatsapp.svg);
    -webkit-mask: url(/images/whatsapp.svg);
    mask: url(/images/whatsapp.svg);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    -webkit-mask-position: center;
    width: 50px;
    height: 50px;
    background-color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.up-page .up-icon {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-mask: url(/images/up.svg);
    mask: url(/images/up.svg);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    background-color: white;
}

.up-page {
    position: fixed;
    right: 30px;
    bottom: 30px;
    width: 50px;
    height: 50px;
    background-color: black;
    border: solid 1px white;
    cursor: pointer;
    z-index: 999999;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.up-page.hide {
    bottom: -100px;
}

.footer-address .text p {
    padding-bottom: 10px;
    font-weight: 600;
}

.footer-address .text p :is(a,span) {
    color: black !important;
    font-weight: 400;
}

.want-map {
    margin-left: 20px;
    text-decoration: underline !important;
    background-image: url(/images/google-maps.svg);
    background-repeat: no-repeat;
    background-size: contain;
    padding-left: 33px;
}

.address-title {
    font-weight: 500;
    font-size: 19px;
    border-bottom: solid 1px black;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.footer-last-items a {
    color: hsl(27deg 9% 19%) !important;
    font-size: 14px;
    position: relative;
}

.footer-last-link {
    padding: 40px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer-last-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer-last-content ul + a img {
    height: 66px;
}

.footer-last-content ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    padding: 0;
    gap: 30px;
}

.footer-card .footer-content .footer-abstract {
    font-size: 16px;
}

.footer-card .footer-content {
    padding: 20px 30px 80px;
    border: solid 2px hsl(27deg 9% 19%);
    border-radius: 8px;
}

.footer-card .footer-content .footer-title {
    margin-bottom: 20px;
    font-size: 18px;
    text-transform: uppercase;
}

.footer-menu li.nav-item a {
    color: hsl(0deg 0% 0%);
    font-size: 14px;
    font-weight: 300;
    margin-top: 10px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    width: 100%;
}

.footer-menu li.nav-item a:before,.footer-last-items a:before {
    content: '';
    width: 0;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: currentColor;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.footer-menu li.nav-item a:hover:before,.footer-last-items a:hover:before {
    width: 100%;
}

.footer-menu {
    padding: 0;
}

.footer-menu li.cat-item {
    font-size: 17px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 300;
    color: black;
}

.footer-categories {
    padding: 120px 0 0 0;
}

footer .footer-brand .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 100px 0;
    border-bottom: solid 1px hsl(0deg 0% 23%);
}

footer .footer-brand i {
    width: 1px;
    height: 50px;
    background-color: hsl(0deg 0% 23%);
}

footer .footer-brand a img {
    height: 66px;
}

footer {
    background-color: hsl(26deg 7% 81%);
}

.sub-ul {
    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;
}

.sub-ul li {
    margin-bottom: 15px;
}

.dropdown-sub {
    visibility: hidden;
    opacity: 0;
    top: 50px;
    left: 0;
    right: 0;
    background-color: hsl(0deg 0% 95%);
    border-top: solid 1px #eee;
    -webkit-box-shadow: rgb(0 0 0 / 6%) 0px 8px 6px 0px;
    box-shadow: rgb(0 0 0 / 6%) 0px 8px 6px 0px;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
    cursor: initial;
    -webkit-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

#dropdown ul li:hover a + .dropdown-sub {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

#dropdown ul li a + .dropdown-sub ul li a {
    color: hsl(27deg 9% 19%) !important;
    font-size: 14px;
}

#dropdown ul li:hover a + .dropdown-sub ul li a:hover {
    color: currentColor !important;
}

.container-image:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.container-image img {
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.video-trial {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    max-height: 708px;
    overflow: hidden;
    background: -o-linear-gradient(bottom, hsl(26deg 7% 81%) 87%, hsl(0deg 0% 100% / 0%) 50%);
    background: -webkit-gradient(linear, left bottom, left top, color-stop(36%, hsl(26deg 7% 81%)), color-stop(36%, hsl(0deg 0% 100% / 0%)));
    background: -o-linear-gradient(bottom, hsl(26deg 7% 81%) 36%, hsl(0deg 0% 100% / 0%) 36%);
    background: linear-gradient(360deg, hsl(26deg 7% 81%) 36%, hsl(0deg 0% 100% / 0%) 36%);
    background-color: #d2cecb;
}

.video-trial iframe {
    width: 100%;
}

.video-trial :is(video,source) {
    width: 100%;
    max-width: 1920px;
    height: 100%;
}

.swiper-design {
    padding-top: 15px !important;
}

.product-symbol[data-symbol="1"] {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    top: 10px;
    right: 10px;
    padding: 10px 20px;
    font-size: 12px;
    line-height: 1;
    text-align: center;
    background: hsl(30deg 3% 50%);
    color: hsl(0deg 0% 100%);
}

.container-image:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: hsl(0deg 0% 0%);
    opacity: .03;
}

.pictogram {
    position: fixed;
    right: 0;
    opacity: .1;
    -webkit-animation: linear-rotate 480s linear infinite;
    animation: linear-rotate 480s linear infinite;
    z-index: -1;
    display: none;
}

@-webkit-keyframes linear-rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes linear-rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.item-details h3 {
    color: black;
    font-size: 21px;
    margin: 10px 0;
    font-weight: 300;
    text-transform: uppercase;
    text-align: center;
}

.button-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.button-link a {
    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;
    min-height: 50px;
    padding: 0 50px;
    text-transform: uppercase;
    color: black;
    letter-spacing: 2px;
    font-size: 16px;
    border: solid 1px hsl(26deg 7% 81%);
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.button-link a:hover {
    background-color: hsl(26deg 7% 81%);
    color: white;
}

.title-band span {
    font-size: 50px;
    color: #000000;
    line-height: normal;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.title-band span br {
    display: none;
}

.title-band p {
    margin-bottom: 40px;
    font-size: 13px;
    letter-spacing: 2px;
    max-width: 540px;
    line-height: normal;
    display: none;
}

.design-products {
    margin: 50px 0 0 0;
}

.design-products .productItem {
    border: none !important;
}

.design-products .design-content {
    background: -o-linear-gradient(bottom, hsl(26deg 7% 81%) 87%, hsl(0deg 0% 100% / 0%) 50%);
    background: -webkit-gradient(linear, left bottom, left top, color-stop(87%, hsl(26deg 7% 81%)), color-stop(50%, hsl(0deg 0% 100% / 0%)));
    background: linear-gradient(360deg, hsl(26deg 7% 81%) 87%, hsl(0deg 0% 100% / 0%) 50%);
    margin-top: 50px;
    padding-bottom: 50px;
    position: relative;
}

.swiper-button-next {
    right: 0 !important;
}

.swiper-button-prev {
    left: 0 !important;
}

.swiper-left-right {
    position: absolute;
    width: calc(100% - 100px);
    left: 0;
    right: 0;
    top: 50%;
    height: 0;
    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;
    margin: 0 auto;
}

#instagram-categories .swiper-left-right, #our-references .swiper-left-right {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    top: 35%;
}

#our-references .swiper-left-right {
    top: 50%;
}

#instagram-categories .swiper-left-right div:after, #our-references .swiper-left-right div:after {
    color: black;
    text-shadow: none;
    font-size: 25px;
}

.swiper-left-right div:after {
    color: white;
    text-shadow: 0 2px 0px rgb(0 0 0 / 25%);
}

.interactive .swiper-pagination span {
    background-color: hsl(0deg 3% 63%);
    border: solid 5px transparent;
    background-clip: padding-box;
    width: 20px !important;
    height: 20px !important;
    -webkit-box-shadow: 0 0 0 1px #9b9b9b;
    box-shadow: 0 0 0 1px #9b9b9b;
    opacity: .9;
}

.interactive .swiper-pagination .swiper-pagination-bullet-active {
    -webkit-box-shadow: 0 0 0 1px white;
    box-shadow: 0 0 0 1px white;
    background-color: white;
}

#dropdown > ul {
    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;
    margin: 0;
    padding: 0;
    gap: 40px;
}

#dropdown ul li.column {
    height: 50px;
    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;
    cursor: pointer;
}

#dropdown ul li.column > .column-item {
    color: black;
    text-transform: uppercase;
    line-height: normal;
    font-size: 16px;
    position: relative;
    font-weight: 300;
    height: 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;
}

.header-right-links .social-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
    height: 100%;
    gap: 20px;
}

.header-right-links .social-btn a i {
    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;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    list-style: none;
    text-decoration: none;
    border: solid 1px #ededed;
}

.header-right-links .social-btn a {
    text-decoration: none;
}

.header-right-links .social-btn a i:before {
    color: black;
}

.header-right-links {
    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;
}

.language-bar ul {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 20px;
    height: 100%;
}

.language-bar ul li {
    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;
    gap: 10px;
    font-size: 13px;
    line-height: normal;
    cursor: pointer;
    background-color: hsl(0deg 0% 90% / 21%);
    padding: 5px 10px;
    border-radius: 5px;
}

.language-bar ul li:hover {
    -webkit-box-shadow: rgb(99 99 99 / 20%) 0px 0px 8px 0px;
    box-shadow: rgb(99 99 99 / 20%) 0px 0px 8px 0px;
}

#header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    -webkit-box-shadow: hsla(0, 0%, 39%, 0.2) 0px 2px 8px 0px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.header-logo a img {
    height: 100%;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    width: auto;
}

.header-logo a {
    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;
    height: 100%;
    height: 60px;
    overflow: hidden;
}

/* whatsapp */
.btn-whatsapp-pulse {
    background: #25d366;
    color: white;
    position: fixed;
    bottom: 30px;
    left: 30px;
    font-size: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 999999;
    width: 70px;
    height: 70px;
    text-decoration: none;
    border-radius: 50%;
    -webkit-animation-name: pulse;
    animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    80% {
        -webkit-box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
        box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }
}

@keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    80% {
        -webkit-box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
        box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }
}

.btn-whatsapp-pulse-border {
    bottom: 120px;
    right: 20px;
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

.btn-whatsapp-pulse-border::before {
    content: "";
    position: absolute;
    border-radius: 50%;
    padding: 25px;
    border: 5px solid #25d366;
    opacity: 0.75;
    -webkit-animation-name: pulse-border;
    animation-name: pulse-border;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@-webkit-keyframes pulse-border {
    0% {
        padding: 25px;
        opacity: 0.75;
    }

    75% {
        padding: 50px;
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@keyframes pulse-border {
    0% {
        padding: 25px;
        opacity: 0.75;
    }

    75% {
        padding: 50px;
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

/* whatsapp */
/* loader */
#fakeloader-overlay {
    opacity: 0;
    top: 0px;
    left: 0px;
    position: fixed;
    background-color: hsl(0deg 0% 100%);
    border: solid 10px #ff000000;
    height: 100%;
    width: 100%;
    z-index: 9998;
    -webkit-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}

#fakeloader-overlay.visible {
    opacity: 1;
}

#fakeloader-overlay.hidden {
    opacity: 0;
    height: 0px;
    width: 0px;
    z-index: -10000;
}

#fakeloader-overlay .loader-wrapper-outer {
    background-color: transparent;
    z-index: 9999;
    margin: auto;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: table;
    text-align: center;
    vertical-align: middle;
}

#fakeloader-overlay .loader-wrapper-inner {
    display: table-cell;
    vertical-align: middle;
}

#fakeloader-overlay .loader {
    margin: auto;
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    height: 150px;
    width: 150px;
    border-radius: 50%;
    border: 2px solid hsl(0deg 0% 0%);
    border-top-color: hsl(0deg 0% 87%);
    border-bottom-color: hsl(0deg 0% 87%);
    -webkit-animation: spinner3 800ms ease infinite;
    animation: spinner3 800ms ease infinite;
    position: relative;
    margin-top: -7px;
}

.loader-wrapper-inner {
    background-image: url(/images/logo.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 80px;
}

@-webkit-keyframes spinner3 {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner3 {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

body::-webkit-scrollbar {
    background-color: #fff;
    width: 16px;
}

body::-webkit-scrollbar-track {
    background-color: #fff;
}

body::-webkit-scrollbar-thumb {
    background-color: #babac0;
    border-radius: 16px;
    border: 4px solid #fff;
}

body::-webkit-scrollbar-button {
    display: none;
}

@media screen and (min-width: 769px) {
    body {
        padding-top: 142px;
    }

    .dropdown-sub {
        visibility: hidden;
        opacity: 0;
        top: 50px;
        left: 0;
        right: 0;
        background-color: hsl(0deg 0% 95%);
        border-top: solid 1px #eee;
        -webkit-box-shadow: rgb(0 0 0 / 6%) 0px 8px 6px 0px;
        box-shadow: rgb(0 0 0 / 6%) 0px 8px 6px 0px;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px);
        cursor: initial;
        -webkit-transition: all 200ms ease;
        -o-transition: all 200ms ease;
        transition: all 200ms ease;
    }

    .video-clp video {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

    #header {
        background-color: white;
    }

    #instagram-categories {
        margin-top: 60px;
    }

    #swiper-instagram, #swiper-referance {
        width: calc(100% - 50px) !important;
        margin: 0 auto;
    }

    .header-column-one {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .header-logo {
        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;
    }

    .only-mobile {
        display: none !important;
    }

    #dropdown ul li > .column-item:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 3px;
        background-color: black;
        bottom: 0;
        -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: bottom right;
        -ms-transform-origin: bottom right;
        transform-origin: bottom right;
        -webkit-transition: -webkit-transform 0.25s ease-out;
        transition: -webkit-transform 0.25s ease-out;
        -o-transition: transform 0.25s ease-out;
        transition: transform 0.25s ease-out;
        transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
    }

    #dropdown ul li:hover .column-item:before {
        -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transform-origin: bottom left;
        -ms-transform-origin: bottom left;
        transform-origin: bottom left;
    }

    .image-wrapper {
        height: 0;
    }

    .dropdown-sub {
        position: absolute;
    }

    .header-column-two {
        position: relative;
    }

    .product-project-details .project-item .item--i-project:first-child {
        border-right: 0;
    }

    #product-left .product-left-slide-1 {
        margin-bottom: 30px;
        border: solid 5px white;
        -webkit-box-shadow: 0 0 0 1px #ededed;
        box-shadow: 0 0 0 1px #ededed;
        border-radius: 5px;
    }

    #product-left .product-left-slide-thumbs-1 .swiper-slide {
        border: solid 1px #ededed;
        border-radius: 5px;
        padding: 5px;
        cursor: pointer;
        max-height: 100px;
        overflow: hidden;
    }

    #product-left .product-left-slide-thumbs-1 .swiper-slide img {
        height: 80px;
        -o-object-fit: contain;
        object-fit: contain;
    }

    #product-left .product-left-slide-thumbs-1 .swiper-slide-thumb-active {
        border: solid 1px black;
    }
}

@media screen and (max-width: 768px) {
    *,div {
    }

    .container, .container-sm {
        max-width: 100% !important;
    }

    .maps-grand-office span {
        font-size: 20px !important;
    }

    .maps-grand-office :is(p,a,span) {
        font-size: 13px;
    }

    .maps-grand-office iframe {
        width: 100%;
    }

    .footer-social {
        margin: 30px 0 !important;
    }

    .footer-address .text p {
        font-size: 13px;
    }

    .footer-card .footer-content {
        padding: 20px;
    }

    .footer-card .footer-content .footer-abstract {
        font-size: 12px;
    }

    .footer-menu li.nav-item a {
        font-size: 12px;
    }

    .footer-menu li.cat-item {
        font-size: 14px;
    }

    .head-page {
        min-height: 100px;
        margin-bottom: 30px;
    }

    .head-page span {
        font-size: 25px;
    }

    .about-pragrapy .about-pragrapy-p {
        padding: 20px;
        font-size: 12px;
    }

    .about-pragrapy .about-pragrapy-span {
        margin-bottom: 20px;
        margin-top: 20px;
        text-align: left;
        font-size: 16px;
    }

    .about-us-page .about-title {
        margin-bottom: 15px;
        margin-top: 0;
        overflow-x: scroll;
    }

    .about-us-page .about-title::-webkit-scrollbar {
        height: 0;
    }

    .about-us-page .about-title a {
        min-width: 120px;
    }

    .product-name-details {
        padding: 10px;
    }

    .product-left-slide-thumbs-1 {
        padding: 0px 10px !important;
        margin-top: 10px;
    }

    .product-left-slide-thumbs-1 img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }

    .product-left-slide-thumbs-1 .swiper-slide {
        height: 45px;
    }

    #product-left .product-left-slide-1 a {
        padding-bottom: 77%;
    }

    .product-details-page {
        padding: 0;
    }

    body {
        padding-top: 56px;
    }

    div[aria-label="breadcrumb"] {
        overflow-x: scroll;
    }

    div[aria-label="breadcrumb"]::-webkit-scrollbar {
        height: 0;
    }

    .breadcrumb {
        flex-direction: row;
        flex-wrap: nowrap !important;
        min-width: 500px;
    }

    .breadcrumb li {
        display: flex;
    }

    .breadcrumb a {
        white-space: pre;
    }

    .breadcrumb li {
        font-size: 12px;
    }

    .item-details h3 {
        font-size: 15px;
    }

    .language-bar ul li {
        background-color: black;
        color: white;
    }

    .mobile-lang {
        margin: 10px 0;
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left: calc(var(--bs-gutter-x) * .5);
    }

    .mobile-lang .text-lang-mobile {
        color: gray;
    }

    .language-bar {
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left: calc(var(--bs-gutter-x) * .5);
    }

    .mobile-lang .language-bar {
        display: flex !important;
    }

    #dropdown ul li a + .dropdown-sub ul li.see-all a {
        position: relative;
        display: flex;
        align-items: center;
        gap: 10px;
    }

    #dropdown ul li a + .dropdown-sub ul li.see-all a:before {
        content: '';
        width: 15px;
        height: 15px;
        display: inline-block;
        background-image: url(/images/chevron-right.svg);
        background-position: center;
        background-repeat: no-repeat;
    }

    #dropdown {
        overflow: scroll;
        padding-bottom: 140px !important;
    }

    .video-trial iframe {
        height: 211px;
    }

    .video-clp video {
        position: absolute;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .video-clp video {
        height: 100%;
    }

    .interactive .swiper-slide {
        height: 400px;
    }

    .interactive .swiper-slide a {
        height: 100%;
    }

    .interactive .swiper-slide a img {
        object-fit: cover;
    }

    .copyright .right div {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-size: 11px;
    }

    .copyright .right div a img {
        height: 15px;
        width: 15px;
    }

    .copyright .left span {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 5px;
        font-size: 10px;
    }

    .footer-categories {
        padding: 20px 0 0 0;
    }

    footer .footer-brand .content {
        padding: 20px 0;
    }

    footer .footer-brand a img {
        height: 40px;
        width: auto;
    }

    .button-link a {
        font-size: 12px;
        padding: 0 10px;
        min-height: 30px;
        margin: 0 auto;
    }

    .title-band span {
        font-size: 30px;
        margin-bottom: 20px;
        text-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    #instagram-categories {
        margin-top: 20px;
    }

    .swiper-left-right {
        display: none;
    }

    .interactive .swiper-slide .swiper-slider-text span {
        font-size: 41px;
    }

    #header {
        background-color: white;
    }

    .dropdown-menu-icon {
        width: 100%;
        height: 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;
        background-color: #f1f1f1a6;
        font-size: 24px;
    }

    .header-logo a {
        height: 30px;
    }

    .header-column-one {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }

    .header-logo {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .only-desktop {
        display: none;
    }

    .close-dropdown {
        width: 50px !important;
        height: 50px;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        position: absolute;
        right: 15px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        padding: 0 !important;
        -webkit-mask: url(/images/x-lg.svg);
        mask: url(/images/x-lg.svg);
        background-color: white;
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-position: center;
        -webkit-mask-size: 23px;
    }

    .btn-whatsapp-pulse {
        z-index: 999;
    }

    .sub-ul {
        padding: 20px 0px !important;
    }

    .mobile-drop-title {
        height: 70px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background-color: #000;
        color: white;
        font-size: 25px;
        font-weight: 100;
        text-transform: uppercase;
        letter-spacing: 5px;
    }

    #header #dropdown {
        padding: 0;
    }

    #dropdown ul li.column > .column-item {
        height: 50px;
        width: 100%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: 0 20px;
        border-bottom: solid 1px #ddd;
        background-color: white;
    }

    #dropdown ul li.column.has-parent > .column-item {
        background-image: url(/images/chevron-down.svg);
        background-position: right 20px center;
        background-repeat: no-repeat;
    }

    .sub-ul li {
        width: 100%;
    }

    .sub-menu-hover {
        display: none;
    }

    #dropdown ul li.column {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: inherit;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        width: 100%;
    }

    .header-column-two {
        position: fixed;
        background-color: white;
        inset: 0;
        width: 80%;
        border-right: solid 1px #ddd;
        -webkit-box-shadow: 0 0 0 100vmax #000000b5;
        box-shadow: 0 0 0 100vmax #000000b5;
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
        visibility: hidden;
        opacity: 0;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
    }

    .header-column-two.active {
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
        visibility: visible;
        opacity: 1;
    }

    #dropdown > ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 0;
    }

    .dropdown-sub {
        position: relative;
        inset: 0 !important;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        visibility: visible;
        opacity: 1;
        inset: 0 !important;
        background-color: white;
        border: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-bottom: solid 1px #ddd;
        display: none;
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }

    .dropdown-sub .row {
        width: 100%;
        margin: 0;
    }
}

@media (max-width: 520px) {
    .footer-social ul li {
        gap:8px;
    }

    .footer-social ul li a {
        width: 30px;
        height: 30px;
    }

    .footer-social ul li a i:before {
        font-size: 13px;
    }
}
