img {
    filter: grayscale(100%);
}

.light-background,
:root {
    --surface-color: #ffffff
}

.dark-background,
:root {
    --contrast-color: #ffffff
}

.loader-text,
body {
    font-family: var(--default-font)
}

.bottone-link,
a {
    transition: .3s
}

.php-email-form .error-message,
.php-email-form .loading,
.php-email-form .sent-message {
    display: none;
    padding: 15px;
    margin-bottom: 24px
}

#intro-loader,
#preloader {
    overflow: hidden;
    width: 100%;
    height: 100vh
}

:root {
    --default-font: "Montserrat", sans-serif;
    --heading-font: "Montserrat", sans-serif;
    --nav-font: "Montserrat", sans-serif;
    --background-color: #ffffff;
    --default-color: #1a1f24;
    --heading-color: #485664;
    --accent-color: #000000;
    --nav-color: #485664;
    --nav-hover-color: #000000;
    --nav-mobile-background-color: #ffffff;
    --nav-dropdown-background-color: #ffffff;
    --nav-dropdown-color: #485664;
    --nav-dropdown-hover-color: #000000;
    scroll-behavior: smooth
}

#intro-loader {
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999
}

.loader-text {
    font-size: 24px;
    font-weight: 700;
    color: #000;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
    align-items: center
}

.loader-text span {
    opacity: 0;
    animation: 2s forwards fadeInWord
}

@keyframes fadeInWord {
    to {
        opacity: 1
    }
}

@media (max-width:750px) {
    .loader-text {
        text-align: center;
        font-size: 20px
    }
}

.testimonials .testimonials-carousel,
.testimonials .testimonials-slider,
body.no-scroll {
    overflow: hidden
}

.light-background {
    --background-color: white
}

.dark-background {
    --background-color: #3a4753;
    --default-color: #ffffff;
    --heading-color: #ffffff;
    --surface-color: #4f6171
}

body {
    color: var(--default-color);
    background-color: var(--background-color)
}

.bottone-link:hover,
a,
a:hover {
    color: #000;
    text-decoration: none
}

.bottone-link {
    color: #fff;
    text-decoration: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--heading-color);
    font-family: var(--heading-font)
}

.pulsating-play-btn {
    width: 94px;
    height: 94px;
    background: radial-gradient(var(--accent-color) 50%, color-mix(in srgb, var(--accent-color), transparent 75%) 52%);
    border-radius: 50%;
    display: block;
    position: relative;
    overflow: hidden
}

#preloader,
.header {
    background-color: var(--background-color)
}

.pulsating-play-btn:before {
    content: "";
    position: absolute;
    width: 120px;
    height: 120px;
    animation: 2s infinite pulsate-play-btn;
    animation-direction: forwards;
    animation-timing-function: steps;
    opacity: 1;
    border-radius: 50%;
    border: 5px solid color-mix(in srgb, var(--accent-color), transparent 30%);
    top: -15%;
    left: -15%;
    background: rgba(198, 16, 0, 0)
}

.pulsating-play-btn:after,
.pulsating-play-btn:hover:before {
    position: absolute;
    left: 50%;
    transform: translateX(-40%) translateY(-50%);
    width: 0;
    height: 0;
    top: 50%;
    content: ""
}

.pulsating-play-btn:after {
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #fff;
    z-index: 100;
    transition: .4s cubic-bezier(.55, .055, .675, .19)
}

.pulsating-play-btn:hover:before {
    border: none;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #fff;
    z-index: 200;
    animation: none;
    border-radius: 0
}

.pulsating-play-btn:hover:after {
    border-left: 15px solid var(--accent-color);
    transform: scale(20)
}

@keyframes pulsate-play-btn {
    0% {
        transform: scale(.6, .6);
        opacity: 1
    }
    100% {
        transform: scale(1, 1);
        opacity: 0
    }
}

.php-email-form .error-message {
    background: #df1529;
    color: #fff;
    text-align: left;
    font-weight: 600
}

.php-email-form .sent-message {
    color: #fff;
    background: #059652;
    text-align: center;
    font-weight: 600
}

.php-email-form .loading {
    background: var(--surface-color);
    text-align: center
}

.php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid var(--accent-color);
    border-top-color: var(--surface-color);
    animation: 1s linear infinite php-email-form-loading
}

@keyframes php-email-form-loading {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(360deg)
    }
}

.header {
    color: var(--default-color);
    padding: 20px 0;
    transition: .5s;
    z-index: 997
}

.header .logo {
    line-height: 1
}

.header .logo img {
    max-height: 20px;
    margin-right: 8px
}

.header .logo h1 {
    font-size: 32px;
    font-weight: 300;
    margin: 0;
    color: var(--heading-color)
}

.header .logo span {
    color: var(--accent-color);
    font-weight: 400;
    font-size: 34px;
    margin-left: 2px
}

.header .btn-getstarted,
.header .btn-getstarted:focus {
    color: var(--contrast-color);
    background: var(--accent-color);
    font-size: 14px;
    padding: 8px 26px;
    margin: 0;
    border-radius: 4px;
    transition: .3s
}

.header .btn-getstarted:focus:hover,
.header .btn-getstarted:hover,
.hero .btn-get-started:hover {
    color: var(--contrast-color);
    background: color-mix(in srgb, var(--accent-color), transparent 15%)
}

.call-to-action .content .cta-btn:hover,
.contact .php-email-form button[type=submit]:hover,
.onfocus .content .read-more:hover,
.team .team-member .social a:hover {
    background: color-mix(in srgb, var(--accent-color) 90%, #000 15%)
}

@media (max-width:1200px) {
    .header .logo {
        order: 1
    }
    .header .btn-getstarted {
        order: 2;
        margin: 0 15px 0 0;
        padding: 6px 20px
    }
    .header .navmenu {
        order: 3;
        z-index: 9999999999999999999999999999999999999999999999999999999
    }
}

.scrolled .header {
    box-shadow: 0 0 18px rgba(0, 0, 0, .1)
}

.blog-comments .comments-count,
.bold {
    font-weight: 700
}

@media (min-width:1200px) {
    .navmenu {
        padding: 0
    }
    .navmenu ul {
        margin: 0 50px 0 0;
        padding: 0;
        display: flex;
        list-style: none;
        align-items: center
    }
    .navmenu li {
        position: relative
    }
    .navmenu>ul>li {
        white-space: normal;
        padding: 5px 50px;
        letter-spacing: 2px
    }
    .navmenu>ul>li:last-child {
        padding-right: 0
    }
    .navmenu a,
    .navmenu a:focus {
        color: var(--nav-color);
        font-size: 15px;
        padding: 0 2px;
        font-family: var(--nav-font);
        font-weight: 400;
        display: flex;
        align-items: center;
        justify-content: space-between;
        white-space: nowrap;
        transition: .3s;
        position: relative
    }
    .navmenu a i,
    .navmenu a:focus i {
        font-size: 12px;
        line-height: 0;
        margin-left: 5px;
        transition: .3s
    }
    .navmenu>ul>li>a:before {
        content: "";
        position: absolute;
        height: 2px;
        bottom: -6px;
        left: 0;
        background-color: var(--nav-hover-color);
        visibility: hidden;
        width: 0;
        transition: .3s ease-in-out
    }
    .navmenu .active:before,
    .navmenu a:hover:before,
    .navmenu li:hover>a:before {
        visibility: visible;
        width: 100%
    }
    .navmenu .active,
    .navmenu .active:focus,
    .navmenu li:hover>a {
        color: var(--nav-hover-color)
    }
    .navmenu .dropdown ul {
        margin: 0;
        padding: 10px 0;
        background: var(--nav-dropdown-background-color);
        display: block;
        position: absolute;
        visibility: hidden;
        left: 14px;
        top: 130%;
        opacity: 0;
        transition: .3s;
        border-radius: 4px;
        z-index: 99;
        box-shadow: 0 0 30px rgba(0, 0, 0, .1)
    }
    .navmenu .dropdown ul li {
        min-width: 200px
    }
    .navmenu .dropdown ul a {
        padding: 10px 20px;
        font-size: 15px;
        text-transform: none;
        color: var(--nav-dropdown-color)
    }
    .navmenu .dropdown ul a i {
        font-size: 12px
    }
    .navmenu .dropdown ul .active:hover,
    .navmenu .dropdown ul a:hover,
    .navmenu .dropdown ul li:hover>a {
        color: var(--nav-dropdown-hover-color)
    }
    .navmenu .dropdown:hover>ul {
        opacity: 1;
        top: 100%;
        visibility: visible
    }
    .navmenu .dropdown .dropdown ul {
        top: 0;
        left: -90%;
        visibility: hidden
    }
    .navmenu .dropdown .dropdown:hover>ul {
        opacity: 1;
        top: 0;
        left: -100%;
        visibility: visible
    }
}

.footer .social-links a,
.hero .btn-get-started,
.scroll-top i,
.scroll-top:hover {
    color: var(--contrast-color)
}

.footer {
    color: #000;
    background-color: #fff;
    font-size: 14px;
    position: relative
}

.footer .footer-top {
    background-color: color-mix(in srgb, var(--background-color), #fff 5%);
    padding-top: 50px
}

.footer .footer-about .logo {
    line-height: 1;
    margin-bottom: 25px
}

.footer .footer-about .logo img {
    max-height: 40px;
    margin-right: 6px
}

.footer .footer-about .logo span {
    color: #000;
    font-family: var(--heading-font);
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 1px
}

.footer .footer-about p {
    font-size: 14px;
    font-family: var(--heading-font)
}

.footer h4 {
    font-size: 16px;
    font-weight: 600;
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 15px
}

.footer h4::after {
    content: "";
    position: absolute;
    display: block;
    width: 20px;
    height: 2px;
    background: var(--accent-color);
    bottom: 0;
    left: 0
}

.footer .footer-links {
    margin-bottom: 30px
}

.categories-widget ul,
.footer .footer-links ul,
.tags-widget ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.footer .footer-links ul i {
    padding-right: 2px;
    font-size: 12px;
    line-height: 0
}

.footer .footer-links ul li,
.pricing ul li {
    padding: 10px 0;
    display: flex;
    align-items: center
}

.footer .footer-links ul li:first-child {
    padding-top: 0
}

.footer .footer-links ul a {
    color: #000;
    display: inline-block;
    line-height: 1
}

.footer .footer-links ul a:hover {
    color: #000
}

.footer .footer-contact p {
    margin-bottom: 5px
}

.footer .copyright {
    padding: 30px 0
}

.faq .faq-container .faq-item:last-child,
.features .tab-pane p:last-child,
.footer .copyright p,
.onfocus .content p:last-child,
.recent-posts-widget .post-item:last-child,
.widget-item:last-child {
    margin-bottom: 0
}

.footer .credits {
    margin-top: 5px;
    font-size: 13px
}

.footer .social-links a {
    font-size: 18px;
    display: inline-block;
    background: color-mix(in srgb, var(--default-color), transparent 90%);
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 4px;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: .3s
}

.blog-comments .comment h5 a:hover,
.blog-details .meta-bottom a:hover,
.blog-posts .title a:hover,
.categories-widget ul a:hover,
.faq .faq-container .faq-active h3,
.faq .faq-container .faq-item .faq-toggle:hover,
.faq .faq-container .faq-item h3:hover,
.featured-services .service-item:hover h4 a,
.features .nav-link:hover,
.hero .btn-watch-video i,
.hero .btn-watch-video:hover,
.portfolio .portfolio-content .portfolio-info .details-link:hover,
.portfolio .portfolio-content .portfolio-info .preview-link:hover,
.portfolio .portfolio-filters li.filter-active,
.portfolio .portfolio-filters li:hover,
.recent-posts .title a:hover,
.recent-posts-widget .post-item h4 a:hover,
.services .service-item:hover .details .icon i,
.services .service-item:hover .details h3 {
    color: var(--accent-color)
}

.footer .social-links a:hover {
    background: var(--accent-color);
    text-decoration: none
}

#preloader {
    position: fixed;
    inset: 0;
    z-index: 9999;
    transition: .6s ease-out
}

#preloader:after,
#preloader:before {
    content: "";
    position: absolute;
    border: 4px solid var(--accent-color);
    border-radius: 50%;
    animation: 2s cubic-bezier(0, .2, .8, 1) infinite animate-preloader
}

#preloader:after {
    animation-delay: -.5s
}

@keyframes animate-preloader {
    0% {
        width: 10px;
        height: 10px;
        top: calc(50% - 5px);
        left: calc(50% - 5px);
        opacity: 1
    }
    100% {
        width: 72px;
        height: 72px;
        top: calc(50% - 36px);
        left: calc(50% - 36px);
        opacity: 0
    }
}

.scroll-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 99999;
    background-color: var(--accent-color);
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: .4s
}

.page-title,
.section,
section {
    color: var(--default-color);
    background-color: var(--background-color)
}

.scroll-top i {
    font-size: 24px;
    line-height: 0
}

.scroll-top:hover {
    background-color: color-mix(in srgb, var(--accent-color), transparent 20%)
}

.scroll-top.active {
    visibility: visible;
    opacity: 1
}

@media screen and (max-width:768px) {
    [data-aos-delay] {
        transition-delay: 0 !important
    }
}

.page-title {
    --background-color: color-mix(in srgb, var(--default-color), transparent 96%);
    padding: 25px 0;
    position: relative
}

.page-title h1 {
    font-size: 28px;
    font-weight: 300
}

.page-title .breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 14px
}

.page-title .breadcrumbs ol li+li {
    padding-left: 10px
}

.page-title .breadcrumbs ol li+li::before {
    content: "/";
    display: inline-block;
    padding-right: 10px;
    color: color-mix(in srgb, var(--default-color), transparent 70%)
}

.section,
section {
    padding: 30px 0;
    scroll-margin-top: 100px;
    overflow: clip
}

@media (max-width:1199px) {
    .mobile-nav-toggle {
        color: var(--nav-color);
        font-size: 28px;
        line-height: 0;
        margin-right: 10px;
        cursor: pointer;
        transition: color .3s
    }
    .navmenu {
        padding: 0;
        z-index: 9997
    }
    .navmenu ul {
        display: none;
        list-style: none;
        position: absolute;
        inset: 60px 20px 20px 20px;
        padding: 10px 0;
        margin: 0;
        border-radius: 6px;
        background-color: var(--nav-mobile-background-color);
        border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
        box-shadow: none;
        overflow-y: auto;
        transition: .3s;
        z-index: 9998;
        max-height: 700px
    }
    .navmenu a,
    .navmenu a:focus {
        color: var(--nav-dropdown-color);
        padding: 10px 20px;
        font-family: var(--nav-font);
        font-size: 17px;
        font-weight: 500;
        display: flex;
        align-items: center;
        justify-content: space-between;
        white-space: nowrap;
        transition: .3s
    }
    .navmenu a i,
    .navmenu a:focus i {
        font-size: 12px;
        line-height: 0;
        margin-left: 5px;
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        transition: .3s;
        background-color: color-mix(in srgb, var(--accent-color), transparent 90%)
    }
    .navmenu a i:hover,
    .navmenu a:focus i:hover {
        background-color: var(--accent-color);
        color: var(--contrast-color)
    }
    .navmenu .active,
    .navmenu .active:focus,
    .navmenu a:hover {
        color: var(--nav-dropdown-hover-color)
    }
    .navmenu .active i,
    .navmenu .active:focus i {
        background-color: var(--accent-color);
        color: var(--contrast-color);
        transform: rotate(180deg)
    }
    .navmenu .dropdown ul {
        position: static;
        display: none;
        z-index: 99;
        padding: 10px 0;
        margin: 10px 20px;
        background-color: var(--nav-dropdown-background-color);
        transition: .5s ease-in-out
    }
    .navmenu .dropdown ul ul {
        background-color: rgba(33, 37, 41, .1)
    }
    .navmenu .dropdown>.dropdown-active {
        display: block;
        background-color: rgba(33, 37, 41, .03)
    }
    .mobile-nav-active {
        overflow: hidden
    }
    .mobile-nav-active .mobile-nav-toggle {
        color: #fff;
        position: absolute;
        font-size: 32px;
        top: 15px;
        right: 15px;
        margin-right: 0;
        z-index: 9999
    }
    .mobile-nav-active .navmenu {
        position: fixed;
        overflow: hidden;
        inset: 0;
        background: rgba(33, 37, 41, .8);
        transition: .3s
    }
    .mobile-nav-active .navmenu>ul {
        display: block
    }
    .language-switch {
        display: none
    }
    .section,
    section {
        scroll-margin-top: 66px
    }
}

@media (max-width:798px) {
    .chisiamo,
    .concept,
    .room {
        position: relative;
        min-height: 500px;
        display: flex;
        justify-content: center
    }
    .chisiamo {
        background: url('/assets/img/chisiamo2.png') center center/cover no-repeat;
        align-items: flex-end;
        padding-bottom: 300px;
        overflow: visible
    }
    .concept,
    .room {
        background: url('/assets/img/concept-banner1.png') center center/cover no-repeat;
        align-items: flex-end;
        padding-bottom: 300px;
        overflow: visible
    }
    .barerestaurant,
    .contatti {
        position: relative;
        min-height: 500px;
        display: flex;
        justify-content: center;
        padding-bottom: 300px;
        overflow: visible
    }
    .contatti {
        background: url('/assets/img/chisiamo.png') center center/cover no-repeat;
        align-items: flex-end
    }
    .barerestaurant {
        background: url('/assets/img/barerestaurant.png') center center/cover no-repeat;
        align-items: flex-end
    }
    .bathroom,
    .lab,
    .living {
        position: relative;
        min-height: 500px;
        display: flex;
        justify-content: center
    }
    .living {
        background: url('/assets/img/lving-banner.jpg') center center/cover no-repeat;
        align-items: flex-end;
        padding-bottom: 300px;
        overflow: visible
    }
    .bathroom,
    .lab {
        background: url('/assets/img/bathroom-banner.png') center center/cover no-repeat;
        align-items: flex-end;
        padding-bottom: 300px;
        overflow: visible
    }
    .cosmetics,
    .solid-banner {
        justify-content: center;
        padding-bottom: 300px;
        position: relative;
        min-height: 500px;
        display: flex;
        overflow: visible
    }
    .cosmetics {
        background: url('/assets/img/cosmetics-banner1.png') center center/cover no-repeat;
        align-items: flex-end
    }
    .solid-banner {
        background: url('/assets/img/solid-banner.jpg') center center/cover no-repeat;
        align-items: flex-end
    }
    .solid {
        position: relative;
        min-height: 500px;
        background: url('/assets/img/cosmetics-banner1.png') center center/cover no-repeat;
        display: flex;
        justify-content: center;
        align-items: flex-end;
        padding-bottom: 200px;
        overflow: visible
    }
}

@media (min-width:799px) {
    .chisiamo {
        position: relative;
        min-height: 600px;
        background: url('/assets/img/chisiamo2.png') center center/cover no-repeat fixed;
        display: flex;
        justify-content: center;
        align-items: flex-end;
        padding-bottom: 300px;
        overflow: visible
    }
    .concept,
    .contatti,
    .room {
        position: relative;
        min-height: 600px;
        display: flex;
        justify-content: center;
        padding-bottom: 300px;
        overflow: visible
    }
    .concept,
    .room {
        background: url('/assets/img/concept-banner1.png') center center/cover no-repeat fixed;
        align-items: flex-end
    }
    .contatti {
        background: url('/assets/img/chisiamo.png') center center/cover no-repeat fixed;
        align-items: flex-end
    }
    .barerestaurant,
    .living {
        position: relative;
        min-height: 600px;
        display: flex;
        justify-content: center
    }
    .barerestaurant {
        background: url('/assets/img/barerestaurant.png') center center/cover no-repeat fixed;
        align-items: flex-end;
        padding-bottom: 300px;
        overflow: visible
    }
    .living {
        background: url('/assets/img/lving-banner.jpg') center center/cover no-repeat fixed;
        align-items: flex-end;
        padding-bottom: 300px;
        overflow: visible
    }
    .bathroom,
    .cosmetics,
    .lab,
    .solid {
        justify-content: center;
        position: relative;
        min-height: 600px;
        display: flex;
        padding-bottom: 300px;
        overflow: visible
    }
    .bathroom,
    .lab {
        background: url('/assets/img/bathroom-banner.png') center center/cover no-repeat fixed;
        align-items: flex-end
    }
    .cosmetics,
    .solid {
        background: url('/assets/img/cosmetics-banner1.png') center center/cover no-repeat fixed;
        align-items: flex-end
    }
    .solid-banner {
        position: relative;
        min-height: 600px;
        background: url('/assets/img/solid-banner.jpg') center center/cover no-repeat fixed;
        display: flex;
        justify-content: center;
        align-items: flex-end;
        padding-bottom: 300px;
        overflow: visible
    }
}

.vertical-title,
.vertical-title1 {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    font-weight: 700;
    padding: 20px;
    user-select: none
}

.overlay-block {
    background: #fff;
    width: 90%;
    max-width: 1000px;
    display: flex;
    box-shadow: 0 0 20px rgb(0 0 0 / .1);
    overflow: hidden;
    position: relative;
    height: 500px;
    margin-bottom: -540px;
    z-index: 10
}

.vertical-title {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    font-size: 5rem;
    color: #000;
    opacity: .5;
    white-space: nowrap
}

.hero,
.section-title,
.word-banner {
    position: relative
}

.vertical-title1 {
    font-size: 4rem;
    color: #ccc;
    flex-basis: 30%;
    display: flex;
    justify-content: center;
    align-items: center
}

.marquee,
.section-title h2 {
    color: #000;
    font-weight: 700;
    text-transform: uppercase
}

.side-image {
    flex-basis: 70%;
    overflow: hidden
}

.side-image img {
    width: 97.5%;
    height: 90%;
    margin-top: 2.5%;
    object-fit: cover;
    display: block
}

.section-title {
    text-align: center;
    padding-bottom: 0
}

.section-title h2 {
    font-size: 38px;
    margin-bottom: 15px
}

.section-title p {
    margin-bottom: 0;
    padding: 0 250px
}

.hr-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px
}

.hr-wrapper hr {
    border: 0;
    border-top: 2px solid #000;
    width: 120px
}

@media all and (min-width:769px) and (max-width:1200px) {
    .section-title h2 {
        font-size: 28px
    }
    .section-title p {
        padding: 0 20px;
        font-size: 16px
    }
    .hr-wrapper hr {
        width: 80px
    }
}

.word-banner {
    overflow: hidden;
    background: #fff;
    z-index: 0
}

.marquee {
    font-size: 80px;
    opacity: .08;
    font-family: Montserrat sans-serif;
    padding: 0;
    white-space: nowrap
}

.marquee-inner {
    display: inline-flex;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-duration: 80s;
    will-change: transform
}

.marquee span {
    display: inline-block;
    padding-right: 80px
}

.marquee-left .marquee-inner {
    animation-name: scroll-left
}

.marquee-right .marquee-inner {
    animation-name: scroll-right
}

@keyframes scroll-left {
    0% {
        transform: translateX(0)
    }
    100% {
        transform: translateX(-50%)
    }
}

@keyframes scroll-right {
    0% {
        transform: translateX(-50%)
    }
    100% {
        transform: translateX(0)
    }
}

.hero {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background-color: #000
}

.hero-slideshow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    z-index: 0
}

.slideshow-column {
    position: relative;
    width: 50%;
    height: 100%;
    overflow: hidden
}

@keyframes zoom-in {
    0% {
        transform: scale(1)
    }
    100% {
        transform: scale(1.05)
    }
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: 99999
}

.hero-social {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 25px;
    z-index: 3
}

.hero-text-wrapper,
.overlay-text,
.overlay-text1,
.showroom-text {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.hero-social img {
    width: 24px;
    height: 24px;
    filter: brightness(0) invert(1);
    transition: transform .3s
}

.hero-social a:hover img,
.services .service-item:hover .img img {
    transform: scale(1.2)
}

.slideshow-column img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    animation: 10s ease-in-out infinite alternate zoom-in
}

.slideshow-column img.active {
    opacity: 1;
    z-index: 1
}

.about .about-img img,
.hero .container {
    position: relative;
    z-index: 2
}

.hero-text-wrapper {
    position: absolute;
    text-align: center;
    z-index: 2
}

.about .about-img,
.about2,
.call-to-action .img,
.call-to-action .img img {
    position: relative
}

.hero h1 {
    margin: 0;
    font-size: 56px;
    font-weight: 700;
    color: #fff;
    line-height: 1.2
}

.hero p {
    color: color-mix(in srgb, var(--default-color), transparent 30%);
    margin: 5px 0 30px;
    font-size: 20px;
    font-weight: 400
}

.hero .btn-get-started {
    background: var(--accent-color);
    font-family: var(--heading-font);
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 28px;
    border-radius: 4px;
    transition: .5s
}

.hero .btn-watch-video {
    font-size: 16px;
    transition: .5s;
    margin-left: 25px;
    color: var(--default-color);
    font-weight: 500
}

.hero .btn-watch-video i {
    font-size: 32px;
    transition: .3s;
    line-height: 0;
    margin-right: 8px
}

.hero .btn-watch-video:hover i {
    color: color-mix(in srgb, var(--accent-color), transparent 15%)
}

.hero .animated {
    margin-bottom: 60px;
    animation: 2s ease-in-out infinite alternate-reverse both up-down
}

@media (min-width:992px) {
    .hero .animated {
        max-width: 45%
    }
    .testimonials .testimonial-item p {
        width: 80%
    }
}

@media (max-width:991px) {
    .hero .animated {
        max-width: 60%
    }
}

@media (max-width:575px) {
    .hero .animated {
        max-width: 80%
    }
    .hero-slideshow {
        flex-direction: column
    }
    .slideshow-column {
        width: 100%;
        height: 50vh
    }
    .hero-text-wrapper {
        padding: 0 20px;
        font-size: 22px
    }
    .hero h1 {
        font-size: 32px
    }
}

@keyframes up-down {
    0% {
        transform: translateY(10px)
    }
    100% {
        transform: translateY(-10px)
    }
}

.featured-services .service-item {
    padding: 50px 30px;
    transition: .4s ease-in-out;
    height: 100%
}

.featured-services .service-item .icon {
    margin-bottom: 10px
}

.featured-services .service-item .icon i {
    color: var(--accent-color);
    font-size: 36px;
    transition: .3s
}

.featured-services .service-item h4 {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 20px
}

.featured-services .service-item h4 a {
    color: var(--heading-color);
    transition: .3s ease-in-out
}

.featured-services .service-item p {
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0
}

.about .nav-link,
.about .tab-content h4 {
    font-size: 18px;
    color: var(--default-color)
}

.featured-services .service-item:hover {
    transform: translateY(-10px);
    background-color: var(--surface-color);
    box-shadow: 0 5px 90px 0 rgba(0, 0, 0, .1)
}

.about .about-img {
    margin: 60px 0 0 60px
}

.about2 {
    margin: 50px 10px 0
}

.about .about-img:before {
    position: absolute;
    inset: -60px 0 0 -60px;
    content: "";
    background: url("../img/about-bg.png") top left no-repeat;
    z-index: 1
}

.about h3,
.about2 h3 {
    font-weight: 300;
    font-size: 32px;
    margin-bottom: 20px
}

.about .nav-pills {
    border-bottom: 1px solid color-mix(in srgb, var(--default-color), transparent 85%)
}

.about .nav-pills li+li {
    margin-left: 40px
}

.about .nav-link {
    background: 0 0;
    font-weight: 400;
    padding: 12px 0;
    margin-bottom: -2px;
    border-radius: 0
}

.about .nav-link.active {
    color: var(--accent-color);
    background: 0 0;
    border-bottom: 3px solid var(--accent-color)
}

.about .tab-content h4 {
    margin: 0;
    font-weight: 700
}

.about .tab-content i {
    font-size: 22px;
    line-height: 0;
    margin-right: 8px;
    color: var(--accent-color)
}

.clients {
    padding: 20px 0
}

.clients .client-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden
}

.clients .client-logo img {
    padding: 20px 40px;
    max-width: 90%;
    transition: .3s;
    opacity: .5;
    filter: grayscale(100)
}

.clients .client-logo img:hover {
    filter: none;
    opacity: 1
}

@media (max-width:640px) {
    .hero-social {
        display: none
    }
    .hero h1 {
        font-size: 28px;
        line-height: 36px
    }
    .hero p {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 30px
    }
    .hero .btn-get-started,
    .hero .btn-watch-video {
        font-size: 13px
    }
    .clients .client-logo img {
        padding: 20px
    }
}

.call-to-action,
.onfocus,
.portfolio-details .portfolio-description p {
    padding: 0
}

.call-to-action .container {
    padding: 80px;
    background: color-mix(in srgb, var(--default-color), transparent 96%);
    border-radius: 15px
}

@media (max-width:992px) {
    .call-to-action .container {
        padding: 60px
    }
}

.call-to-action .content h3 {
    font-size: 48px;
    font-weight: 700
}

.call-to-action .content h3 em {
    font-style: normal;
    position: relative;
    z-index: 1
}

.call-to-action .content h3 em:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    height: 10px;
    background: color-mix(in srgb, var(--accent-color), transparent 30%);
    z-index: -1
}

.call-to-action .content p {
    color: color-mix(in srgb, var(--default-color), transparent 20%);
    font-weight: 400;
    font-size: 18px
}

.call-to-action .content .cta-btn {
    color: var(--contrast-color);
    font-weight: 500;
    font-size: 16px;
    display: inline-block;
    padding: 12px 40px;
    border-radius: 5px;
    transition: .5s;
    margin-top: 10px;
    background: var(--accent-color)
}

.call-to-action .img:before {
    content: "";
    position: absolute;
    inset: 0;
    background: color-mix(in srgb, var(--contrast-color), transparent 20%);
    border-radius: 15px;
    transform: rotate(6deg);
    z-index: 2
}

.call-to-action .img:after {
    content: "";
    position: absolute;
    inset: 0;
    background: color-mix(in srgb, var(--default-color), transparent 95%);
    border-radius: 15px;
    transform: rotate(12deg);
    z-index: 1
}

.call-to-action .img img {
    border-radius: 15px;
    z-index: 3
}

@media (min-width:770px) {
    .categories-solid1,
    .categories-solid2,
    .categories-solid3,
    .categories11,
    .categories111,
    .categories32,
    .categories33,
    .categories34,
    .categories54,
    .categories55,
    .categories56,
    .categories61,
    .categories62,
    .categories63 {
        padding-right: 40px
    }
    .onfocus .categories1 {
        min-height: 900px;
        background: url("../img/lab1.png") center center/cover
    }
    .onfocus .categories2 {
        min-height: 450px;
        background: url("../img/concept5.jpg") center center/cover
    }
    .onfocus .categories3 {
        min-height: 450px;
        background: url("../img/concept6.jpg") center center/cover
    }
    .onfocus .categories4 {
        min-height: 900px;
        background: url("../img/concept.png") center center/cover
    }
    .onfocus .categories5 {
        min-height: 450px;
        background: url("../img/room.png") center center/cover
    }
    .onfocus .categories6 {
        min-height: 450px;
        background: url("../img/bar.png") center center/cover
    }
    .onfocus .categories7 {
        min-height: 450px;
        background: url("../img/bathroom.png") center center/cover
    }
    .onfocus .categories8 {
        min-height: 450px;
        background: url("../img/living.png") center center/cover
    }
    .categories10,
    .categories11,
    .categories111,
    .categories12,
    .categories13,
    .categories21,
    .categories22,
    .categories23 {
        min-height: 900px
    }
    .onfocus .categories9 {
        min-height: 900px;
        background: url("../img/cosmetics.png") center center/cover
    }
    .categories10 {
        background: url("../img/solid.png") center center/cover
    }
    .categories11 {
        background: url("../img/sartoria.png") center center/cover
    }
    .categories111 {
        background: url("../img/about1.jpg") center center/cover
    }
    .categories12 {
        background: url("../img/about2.jpg") center center/cover
    }
    .categories13 {
        background: url("../img/about3.jpg") center center/cover
    }
    .onfocus .categories14 {
        min-height: 450px;
        background: url("../img/behotel1.png") center center/cover
    }
    .onfocus .categories15 {
        min-height: 450px;
        background: url("../img/behotel2.png") center center/cover
    }
    .onfocus .categories16 {
        min-height: 450px;
        background: url("../img/behotel3.png") center center/cover
    }
    .onfocus .categories17 {
        min-height: 450px;
        background: url("../img/behotel4.png") center center/cover
    }
    .onfocus .categories18 {
        min-height: 500px;
        background: url("../img/cuoiotosca1.png") center center/cover
    }
    .onfocus .categories19 {
        min-height: 500px;
        background: url("../img/cuoiotosca2.png") center center/cover
    }
    .onfocus .categories20 {
        min-height: 500px;
        background: url("../img/cuoiotosca3.png") center center/cover
    }
    .onfocus .categories18a {
        min-height: 700px;
        background: url("../img/operaprima11.png") center center/cover
    }
    .onfocus .categories19a {
        min-height: 700px;
        background: url("../img/operaprima14.png") center center/cover
    }
    .onfocus .categories20a {
        min-height: 700px;
        background: url("../img/operaprima15.png") center center/cover
    }
    .categories21 {
        background: url("../img/bar1.png") center center/90% no-repeat
    }
    .categories22 {
        background: url("../img/bar2.png") center center/90% no-repeat
    }
    .categories23 {
        background: url("../img/bar3.png") center center/90% no-repeat
    }
    .categories211,
    .categories221,
    .categories231 {
        min-height: 400px;
        margin-top: 80px
    }
    .categories211 {
        background: url("../img/bar11.png") center center/90% no-repeat
    }
    .categories221 {
        background: url("../img/bar21.png") center center/90% no-repeat
    }
    .categories231 {
        background: url("../img/bar31.png") center center/90% no-repeat
    }
    .onfocus .categories24 {
        min-height: 450px;
        background: url("../img/napkins.jpg") center center/cover
    }
    .onfocus .categories25 {
        min-height: 450px;
        background: url("../img/sottobicchieri.png") center center/cover
    }
    .onfocus .categories26 {
        min-height: 450px;
        background: url("../img/menu.jpg") center center/cover
    }
    .onfocus .categories27 {
        min-height: 450px;
        background: url("../img/bicchieri.png") center center/cover
    }
    .onfocus .categories28 {
        min-height: 900px;
        background: url("../img/barrest.png") center center/cover
    }
    .onfocus .categories29 {
        min-height: 900px;
        background: url("../img/cuoio.png") center center/cover
    }
    .onfocus .categories30,
    .onfocus .categories59 {
        min-height: 450px;
        background: url("../img/cuoio1.png") center center/cover
    }
    .onfocus .categories31 {
        min-height: 450px;
        background: url("../img/cuoio2.png") center center/cover
    }
    .categories32 {
        min-height: 900px;
        background: url("../img/bathroom1.png") center center/cover
    }
    .categories33 {
        min-height: 900px;
        background: url("../img/bathroom2.png") center center/cover
    }
    .categories34 {
        min-height: 900px;
        background: url("../img/bathroom3.png") center center/cover
    }
    .onfocus .categories35 {
        min-height: 900px;
        background: url("../img/bathroomgold1.png") center center/cover
    }
    .onfocus .categories36 {
        min-height: 900px;
        background: url("../img/bathroomgold2.png") center center/cover
    }
    .onfocus .categories37 {
        min-height: 450px;
        background: url("../img/bathroomgold3.png") center center/cover
    }
    .onfocus .categories38 {
        min-height: 450px;
        background: url("../img/bathroomgold4.png") center center/cover
    }
    .onfocus .categories39 {
        min-height: 450px;
        background: url("../img/bathroomgold5.png") center center/cover
    }
    .onfocus .categories40 {
        min-height: 450px;
        background: url("../img/bathroomgold6.png") center center/cover
    }
    .onfocus .categories41 {
        min-height: 900px;
        background: url("../img/bathroomgold7.png") center center/cover
    }
    .onfocus .categories42 {
        min-height: 900px;
        background: url("../img/bathroomgold8.png") center center/cover
    }
    .onfocus .categories43 {
        min-height: 450px;
        background: url("../img/bathroom9.png") center center/cover
    }
    .onfocus .categories44 {
        min-height: 450px;
        background: url("../img/bathroom10.png") center center/cover
    }
    .categories45 {
        min-height: 900px;
        background: url("../img/living1.png") center center/90% no-repeat
    }
    .categories46 {
        min-height: 900px;
        background: url("../img/living2.png") center center/90% no-repeat
    }
    .categories47 {
        min-height: 900px;
        background: url("../img/living3.png") center center/90% no-repeat
    }
    .onfocus .categories48 {
        min-height: 900px;
        background: url("../img/livingdescription1.png") center center/cover
    }
    .onfocus .categories49 {
        min-height: 900px;
        background: url("../img/living4.png") center center/cover
    }
    .onfocus .categories50 {
        min-height: 900px;
        background: url("../img/living5.png") center center/cover
    }
    .onfocus .categories51 {
        min-height: 450px;
        background: url("../img/living6.png") center center/cover
    }
    .onfocus .categories52 {
        min-height: 900px;
        background: url("../img/locherber.png") center center/cover
    }
    .onfocus .categories53 {
        min-height: 900px;
        background: url("../img/annatwelve.png") center center/cover
    }
    .categories54 {
        min-height: 900px;
        background: url("../img/room1.png") center center/cover
    }
    .categories55 {
        min-height: 900px;
        background: url("../img/room2.png") center center/cover
    }
    .categories56 {
        min-height: 900px;
        background: url("../img/room3.png") center center/cover
    }
    .onfocus .categories57 {
        min-height: 900px;
        background: url("../img/urban.png") center center/cover
    }
    .onfocus .categories58 {
        min-height: 900px;
        background: url("../img/prima.png") center center/cover
    }
    .onfocus .categories60 {
        min-height: 650px;
        background: url("../img/slippers.png") center center/cover
    }
    .categories61 {
        min-height: 900px;
        background: url("../img/cosmetic1.png") center center/cover
    }
    .categories62 {
        min-height: 900px;
        background: url("../img/cosmetic2.png") center center/cover
    }
    .categories63 {
        min-height: 900px;
        background: url("../img/cosmetic3.png") center center/cover
    }
    .categories-solid1 {
        min-height: 900px;
        background: url("../img/catsol1.jpg") center center/90% no-repeat
    }
    .categories-solid2 {
        min-height: 900px;
        background: url("../img/catsol2.jpg") center center/90% no-repeat
    }
    .categories-solid3 {
        min-height: 900px;
        background: url("../img/catsol3.jpg") center center/90% no-repeat
    }
}

.onfocus .categories64 {
    min-height: 650px
}

.onfocus .categories64 img {
    width: 250px
}

.custom-gap {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    margin: 0 auto
}

.custom-gap>div {
    flex: 1;
    min-height: 750px;
    background-size: cover;
    background-position: center
}

.onfocus .categories5::before,
.onfocus .categories6::before,
.onfocus .categories7::before,
.onfocus .categories8::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .4);
    z-index: 1
}

.overlay-text,
.overlay-text1 {
    position: absolute;
    z-index: 2;
    text-align: center
}

.overlay-text h3 {
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    margin: 0;
    color: #fff
}

.overlay-text1 h3 {
    font-weight: 700;
    font-size: 40px;
    text-transform: uppercase;
    margin: 0;
    color: #fff
}

.onfocus .content {
    background-size: cover;
    padding: 40px
}

@media (min-width:768px) {
    .onfocus .content {
        padding: 80px
    }
}

.onfocus .content h3 {
    font-weight: 600;
    font-size: 32px;
    color: #000;
    text-transform: uppercase
}

.features .tab-pane ul,
.onfocus .content ul {
    list-style: none;
    padding: 0
}

.categories-widget ul li,
.features .tab-pane ul li,
.onfocus .content ul li {
    padding-bottom: 10px
}

.onfocus .content ul i {
    font-size: 20px;
    padding-right: 4px;
    color: #000
}

.onfocus .content .read-more {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 3px;
    padding: 12px 24px;
    transition: .3s;
    display: -nline-flex;
    align-items: center;
    justify-content: center;
    color: #000;
    background: #fff;
    width: 300px;
    border: 1px solid #000
}

.onfocus .content .read-more i {
    font-size: 18px;
    margin-left: 5px;
    line-height: 0;
    transition: .3s
}

.onfocus .content .read-more:hover {
    padding-right: 19px;
    color: #fff
}

.onfocus .content .read-more:hover i {
    margin-left: 10px
}

.onfocus .pulsating-play-btn {
    position: absolute;
    left: calc(50% - 47px);
    top: calc(50% - 47px)
}

.carousel-section {
    width: 100%;
    overflow: hidden;
    position: relative;
    background-color: #fff
}

.carousel-container {
    display: flex;
    animation: 34s linear infinite scrollCarousel
}

.carousel-branditem {
    width: 16.66%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    text-align: center;
    position: relative
}

.carousel-branditem img {
    width: 100%;
    height: auto;
    display: block
}

.carousel-branditem p {
    margin-top: 10px;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    width: 100%;
    position: absolute;
    z-index: 9999;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%)
}

@keyframes scrollCarousel {
    0% {
        transform: translateX(0)
    }
    100% {
        transform: translateX(-100%)
    }
}

@media (max-width:768px) {
    .about h3,
    .about2 h3,
    .section-title h2 {
        font-size: 28px
    }
    .section-title p {
        padding: 0 20px;
        font-size: 16px
    }
    .hr-wrapper hr {
        width: 80px
    }
    .carousel-branditem {
        width: 33.33%
    }
    .carousel-branditem p {
        font-size: 14px
    }
    .carousel-container {
        animation: 50s linear infinite scrollCarousel
    }
}

.showroom-section {
    background: #fff;
    padding: 60px 20px;
    display: flex;
    justify-content: center;
    align-items: center
}

.showroom-content {
    position: relative;
    max-width: 90%;
    width: 100%;
    text-align: center
}

.showroom-content img,
.showroom-video {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover
}

.solid1 {
    margin-top: 200px
}

.showroom-text {
    position: absolute;
    color: #fff;
    width: 100%
}

.showroom-text h2 {
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 20px;
    color: #fff;
    text-transform: uppercase
}

.btn-showroom,
.btn-showroom1 {
    background: 0 0;
    border: 2px solid #fff;
    color: #fff;
    padding: 10px 30px;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    text-transform: uppercase;
    transition: background-color .3s, color .3s
}

.btn-showroom1:hover,
.btn-showroom:hover {
    background-color: #fff;
    color: #000
}

@media (max-width:768px) {
    .showroom-section {
        padding: 50px 10px
    }
    .showroom-text h2 {
        font-size: 24px;
        margin-bottom: 15px
    }
    .btn-showroom,
    .btn-showroom1 {
        font-size: 12px;
        padding: 8px 25px
    }
    .content {
        min-height: 600px;
        padding: 60px 20px
    }
    .content h3 {
        font-size: 20px;
        margin-bottom: 15px
    }
    .read-more span {
        font-size: 14px;
        padding: 8px 16px
    }
}

@media (max-width:480px) {
    .carousel-branditem {
        width: 50%
    }
    .carousel-branditem p {
        font-size: 12px
    }
    .carousel-container {
        animation: 60s linear infinite scrollCarousel
    }
    .showroom-section {
        padding: 30px 10px
    }
    .showroom-content img {
        min-height: 500px
    }
    .showroom-text h2 {
        font-size: 20px;
        margin-bottom: 10px
    }
    .btn-showroom,
    .btn-showroom1 {
        font-size: 12px;
        padding: 6px 20px
    }
    .content {
        min-height: 500px;
        padding: 50px 15px
    }
    .content h3 {
        font-size: 14px;
        margin-bottom: 10px
    }
    .read-more span {
        font-size: 14px;
        padding: 6px 14px
    }
}

.features .nav-tabs {
    border: 0
}

.features .nav-link {
    background-color: var(--surface-color);
    color: var(--color-secondary);
    border: 0;
    padding: 25px 20px;
    box-shadow: 5px 5px 25px rgba(0, 0, 0, .1);
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transition: none;
    cursor: pointer;
    height: 100%
}

.features .nav-link i {
    font-size: 32px;
    line-height: 0
}

.features .nav-link h4 {
    font-size: 20px;
    font-weight: 600;
    margin: 10px 0 0
}

.features .nav-link.active,
.features .nav-link:hover {
    transition: .3s;
    background: var(--accent-color);
    color: var(--contrast-color) !important;
    border-color: var(--accent-color)
}

.blog-pagination li a.active a,
.blog-pagination li a:hover a,
.features .nav-link.active h4,
.features .nav-link:hover h4,
.services .details .icon {
    color: var(--contrast-color)
}

.features .nav-link.active i,
.features .nav-link:hover i {
    color: var(--contrast-color) !important
}

.features .tab-content {
    margin-top: 30px
}

.features .tab-pane.active {
    animation: .5s ease-out fadeIn
}

.features .tab-pane h3 {
    font-weight: 600;
    font-size: 28px
}

.features .tab-pane ul i {
    font-size: 24px;
    margin-right: 4px;
    color: var(--accent-color)
}

.services .img,
.team .team-member .member-img {
    border-radius: 8px;
    overflow: hidden
}

.services .img img {
    transition: .6s
}

.services .details {
    background: color-mix(in srgb, var(--surface-color), transparent 5%);
    padding: 50px 30px;
    margin: -100px 30px 0;
    transition: .3s ease-in-out;
    position: relative;
    text-align: center;
    border-radius: 8px;
    box-shadow: 0 0 25px rgba(0, 0, 0, .1)
}

.services .details .icon {
    margin: 0 0 20px;
    width: 72px;
    height: 72px;
    background: var(--accent-color);
    border: 6px solid var(--contrast-color);
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    transition: .3s ease-in-out;
    position: absolute;
    top: -36px;
    left: calc(50% - 36px)
}

.services .details h3 {
    font-weight: 700;
    margin: 10px 0 15px;
    font-size: 22px;
    transition: .3s ease-in-out
}

.services .details p {
    color: color-mix(in srgb, var(--default-color), transparent 10%);
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0
}

.services .service-item:hover .details .icon {
    background: var(--surface-color);
    border: 2px solid var(--accent-color)
}

.testimonials {
    padding: 80px 0;
    position: relative
}

.testimonials:before {
    content: "";
    background: color-mix(in srgb, var(--background-color), transparent 30%);
    position: absolute;
    inset: 0;
    z-index: 2
}

.testimonials .testimonials-bg {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1
}

.testimonials .container {
    position: relative;
    z-index: 3
}

.testimonials .testimonial-item {
    text-align: center
}

.testimonials .testimonial-item .testimonial-img {
    width: 100px;
    border-radius: 50%;
    border: 6px solid color-mix(in srgb, var(--default-color), transparent 85%);
    margin: 0 auto
}

.testimonials .testimonial-item h3 {
    font-size: 20px;
    font-weight: 700;
    margin: 10px 0 5px
}

.testimonials .testimonial-item h4 {
    font-size: 14px;
    margin: 0 0 15px;
    color: color-mix(in srgb, var(--default-color), transparent 40%)
}

.pricing ul .na,
.pricing ul .na i {
    color: color-mix(in srgb, var(--default-color), transparent 60%)
}

.testimonials .testimonial-item .stars {
    margin-bottom: 15px
}

.testimonials .testimonial-item .stars i {
    color: #ffc107;
    margin: 0 1px
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
    color: color-mix(in srgb, var(--default-color), transparent 40%);
    font-size: 26px;
    line-height: 0
}

.pricing .buy-btn:hover,
.pricing .featured .buy-btn,
.pricing h3,
.pricing h4 {
    color: var(--contrast-color)
}

.portfolio-details .portfolio-description .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-left {
    display: inline-block;
    left: -5px;
    position: relative
}

.portfolio-details .portfolio-description .testimonial-item .quote-icon-right,
.testimonials .testimonial-item .quote-icon-right {
    display: inline-block;
    right: -5px;
    position: relative;
    top: 10px;
    transform: scale(-1, -1)
}

.testimonials .testimonial-item p {
    font-style: italic;
    margin: 0 auto 15px
}

.portfolio-details .swiper-wrapper,
.testimonials .swiper-wrapper {
    height: auto
}

.portfolio-details .swiper-pagination,
.testimonials .swiper-pagination {
    margin-top: 20px;
    position: relative
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: color-mix(in srgb, var(--default-color), transparent 50%);
    opacity: .5
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
    background-color: var(--default-color);
    opacity: 1
}

.pricing .pricing-item {
    background-color: var(--backgroun-color);
    padding: 60px 40px;
    box-shadow: 0 3px 20px -2px rgba(0, 0, 0, .1);
    height: 100%;
    display: flex;
    flex-direction: column;
    border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
    border-radius: 10px;
    overflow: hidden
}

.pricing .pricing-header {
    background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .3)) 0 0/cover, url("../img/pricing-bg.jpg") center center/cover;
    text-align: center;
    padding: 40px;
    margin: -60px -40px 0
}

.pricing h3 {
    font-weight: 600;
    margin-bottom: 5px;
    font-size: 36px
}

.pricing h4 {
    font-size: 48px;
    font-weight: 400;
    margin-bottom: 0
}

.pricing h4 sup {
    font-size: 28px
}

.pricing h4 span {
    color: color-mix(in srgb, var(--contrast-color), transparent 20%);
    font-size: 24px
}

.pricing ul {
    padding: 30px 0;
    list-style: none;
    color: color-mix(in srgb, var(--default-color), transparent 30%);
    text-align: left;
    line-height: 20px
}

.pricing ul i {
    color: var(--accent-color);
    font-size: 36px;
    padding-right: 3px;
    line-height: 0
}

.pricing ul .na i {
    font-size: 24px;
    padding-left: 4px
}

.pricing ul .na span {
    text-decoration: line-through
}

.pricing .buy-btn {
    display: inline-block;
    padding: 12px 40px;
    border-radius: 6px;
    color: var(--default-color);
    transition: .3s;
    font-size: 16px;
    font-weight: 500;
    border: 1px solid var(--default-color)
}

.portfolio-details .portfolio-info ul strong,
.recent-posts .post-category,
.recent-posts .post-date {
    color: color-mix(in srgb, var(--default-color), transparent 50%)
}

.contact .php-email-form input[type=email]:focus,
.contact .php-email-form input[type=text]:focus,
.contact .php-email-form textarea:focus,
.pricing .buy-btn:hover,
.pricing .featured,
.pricing .featured .buy-btn,
.service-details .services-list a:hover {
    border-color: var(--accent-color)
}

.pricing .buy-btn:hover {
    background: var(--accent-color)
}

.pricing .featured .pricing-header {
    background: linear-gradient(color-mix(in srgb, var(--accent-color), transparent 10%), color-mix(in srgb, var(--accent-color), transparent 20%)), url("../img/pricing-bg.jpg") center center
}

.pricing .featured .buy-btn {
    background: var(--accent-color)
}

.faq .content h3 {
    font-weight: 400;
    font-size: 34px
}

.faq .content p {
    color: color-mix(in srgb, var(--default-color), transparent 30%)
}

.faq .faq-container {
    margin-top: 15px
}

.faq .faq-container .faq-item {
    background-color: var(--surface-color);
    position: relative;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 5px 25px 0 rgba(0, 0, 0, .1);
    overflow: hidden
}

.faq .faq-container .faq-item h3 {
    font-weight: 600;
    font-size: 17px;
    line-height: 24px;
    margin: 0 30px 0 32px;
    transition: .3s;
    cursor: pointer
}

.faq .faq-container .faq-item h3 span {
    color: var(--accent-color);
    padding-right: 5px
}

.faq .faq-container .faq-item .faq-content {
    display: grid;
    grid-template-rows: 0fr;
    transition: .3s ease-in-out;
    visibility: hidden;
    opacity: 0
}

.faq .faq-container .faq-item .faq-content p {
    margin-bottom: 0;
    overflow: hidden
}

.faq .faq-container .faq-item .faq-icon {
    position: absolute;
    top: 22px;
    left: 20px;
    font-size: 22px;
    line-height: 0;
    transition: .3s;
    color: var(--accent-color)
}

.faq .faq-container .faq-item .faq-toggle {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 16px;
    line-height: 0;
    transition: .3s;
    cursor: pointer
}

.faq .faq-container .faq-active .faq-content {
    grid-template-rows: 1fr;
    visibility: visible;
    opacity: 1;
    padding-top: 10px
}

.faq .faq-container .faq-active .faq-toggle {
    transform: rotate(90deg);
    color: var(--accent-color)
}

.portfolio .portfolio-filters {
    padding: 0;
    margin: 0 auto 20px;
    list-style: none;
    text-align: center
}

.portfolio .portfolio-filters li {
    cursor: pointer;
    display: inline-block;
    padding: 0;
    font-size: 18px;
    font-weight: 400;
    margin: 0 10px 5px;
    line-height: 1;
    transition: .3s ease-in-out
}

.portfolio .portfolio-filters li:first-child {
    margin-left: 0
}

.portfolio .portfolio-filters li:last-child {
    margin-right: 0
}

#beyou2,
#solid2,
.portfolio .portfolio-content {
    position: relative;
    overflow: hidden
}

.portfolio .portfolio-content img {
    transition: .3s
}

.portfolio .portfolio-content .portfolio-info {
    opacity: 0;
    position: absolute;
    inset: 0;
    z-index: 3;
    transition: .3s ease-in-out;
    background: rgba(0, 0, 0, .6);
    padding: 15px
}

.blog-posts article,
.contact .info,
.service-details .services-list,
.team .team-member .member-info {
    background-color: var(--surface-color)
}

.portfolio .portfolio-content .portfolio-info h4 {
    font-size: 14px;
    padding: 5px 10px;
    font-weight: 400;
    color: #fff;
    display: inline-block;
    background-color: var(--accent-color)
}

.portfolio .portfolio-content .portfolio-info p {
    position: absolute;
    bottom: 10px;
    text-align: center;
    display: inline-block;
    left: 0;
    right: 0;
    font-size: 16px;
    font-weight: 600;
    color: rgba(255, 255, 255, .8)
}

.portfolio .portfolio-content .portfolio-info .details-link,
.portfolio .portfolio-content .portfolio-info .preview-link {
    position: absolute;
    left: calc(50% - 40px);
    font-size: 26px;
    top: calc(50% - 14px);
    color: #fff;
    transition: .3s;
    line-height: 1.2
}

.portfolio .portfolio-content .portfolio-info .details-link {
    left: 50%;
    font-size: 34px;
    line-height: 0
}

.beyou-slide.active,
.portfolio .portfolio-content:hover .portfolio-info,
.solid-slide.active,
.team .team-member:hover .social {
    opacity: 1
}

.portfolio .portfolio-content:hover img {
    transform: scale(1.1)
}

.team .team-member .social {
    position: absolute;
    left: 0;
    top: -18px;
    right: 0;
    opacity: 0;
    transition: .3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center
}

.team .team-member .social a {
    transition: .3s;
    color: var(--contrast-color);
    background: var(--accent-color);
    margin: 0 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%
}

.team .team-member .social a i {
    line-height: 0;
    font-size: 16px
}

.team .team-member .social i {
    font-size: 18px;
    margin: 0 2px
}

.team .team-member .member-info {
    padding: 30px 15px;
    text-align: center;
    box-shadow: 0 2px 15px rgba(0, 0, 0, .1);
    background: var(--surface-color);
    margin: -50px 20px 0;
    position: relative;
    border-radius: 8px
}

.team .team-member .member-info h4 {
    font-weight: 500;
    margin-bottom: 5px;
    font-size: 20px
}

.team .team-member .member-info span {
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: color-mix(in srgb, var(--default-color), transparent 30%)
}

.team .team-member .member-info p {
    font-style: italic;
    font-size: 14px;
    line-height: 26px;
    color: color-mix(in srgb, var(--default-color), transparent 30%)
}

.recent-posts article {
    background: var(--surface-color);
    box-shadow: 0 4px 16px rgba(0, 0, 0, .1);
    padding: 30px;
    height: 100%;
    border-radius: 10px;
    overflow: hidden
}

.blog-posts .post-img,
.recent-posts .post-img {
    max-height: 240px;
    margin: -30px -30px 15px;
    overflow: hidden
}

.recent-posts .post-category {
    font-size: 16px;
    margin-bottom: 10px
}

.blog-posts .title,
.recent-posts .title {
    font-size: 20px;
    font-weight: 700;
    padding: 0;
    margin: 0 0 20px
}

.blog-posts .title a,
.recent-posts .title a {
    color: var(--heading-color);
    transition: .3s
}

.blog-posts .post-author-img,
.recent-posts .post-author-img {
    width: 50px;
    border-radius: 50%;
    margin-right: 15px
}

.blog-posts .post-author,
.recent-posts .post-author {
    font-weight: 600;
    margin-bottom: 5px
}

.recent-posts .post-date {
    font-size: 14px;
    margin-bottom: 0
}

.contact .info {
    padding: 40px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, .1);
    overflow: hidden
}

.contact .info h3 {
    font-weight: 600;
    font-size: 24px
}

.contact .info p {
    color: color-mix(in srgb, var(--default-color), transparent 40%);
    margin-bottom: 30px;
    font-size: 15px
}

.contact .info-item+.info-item {
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid color-mix(in srgb, var(--default-color), transparent 90%)
}

.contact .info-item i {
    font-size: 24px;
    color: var(--accent-color);
    transition: .3s ease-in-out;
    margin-right: 20px
}

.contact .info-item h4 {
    padding: 0;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px
}

.contact .info-item p {
    padding: 0;
    margin-bottom: 0;
    font-size: 14px;
    color: color-mix(in srgb, var(--default-color), transparent 40%)
}

.contact .php-email-form,
.popup-form .form-group.full-width,
.portfolio-details .portfolio-details-slider img {
    width: 100%
}

.contact .php-email-form .form-group {
    padding-bottom: 8px
}

.contact .php-email-form input[type=email],
.contact .php-email-form input[type=text],
.contact .php-email-form textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
    background-color: color-mix(in srgb, var(--background-color), transparent 50%);
    border-color: color-mix(in srgb, var(--default-color), transparent 80%)
}

.contact .php-email-form input[type=email],
.contact .php-email-form input[type=text] {
    height: 48px;
    padding: 10px 15px
}

.contact .php-email-form textarea {
    padding: 10px 12px;
    height: 200px
}

.contact .php-email-form button[type=submit] {
    background: var(--accent-color);
    color: var(--contrast-color);
    border: 0;
    padding: 13px 50px;
    transition: .4s;
    border-radius: 4px
}

.portfolio-details .swiper-button-next,
.portfolio-details .swiper-button-prev {
    width: 48px;
    height: 48px
}

.portfolio-details .swiper-button-next:after,
.portfolio-details .swiper-button-prev:after {
    color: rgba(255, 255, 255, .8);
    background-color: rgba(0, 0, 0, .15);
    font-size: 24px;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s
}

.portfolio-details .swiper-button-next:hover:after,
.portfolio-details .swiper-button-prev:hover:after {
    background-color: rgba(0, 0, 0, .3)
}

@media (max-width:575px) {
    .about .about-img {
        margin: 30px 0 0 30px
    }
    .about .about-img:before {
        inset: -30px 0 0 -30px
    }
    .about .nav-link {
        font-size: 16px
    }
    .portfolio .portfolio-filters li {
        font-size: 14px;
        margin: 0 5px
    }
    .portfolio-details .swiper-button-next,
    .portfolio-details .swiper-button-prev {
        display: none
    }
}

.portfolio-details .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: color-mix(in srgb, var(--default-color), transparent 85%);
    opacity: 1
}

.portfolio-details .swiper-pagination .swiper-pagination-bullet-active {
    background-color: var(--accent-color)
}

.portfolio-details .portfolio-info h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative
}

.portfolio-details .portfolio-info h3:after {
    content: "";
    position: absolute;
    display: block;
    width: 50px;
    height: 3px;
    background: var(--accent-color);
    left: 0;
    bottom: 0
}

.portfolio-details .portfolio-info ul,
.service-details ul {
    list-style: none;
    padding: 0;
    font-size: 15px
}

.portfolio-details .portfolio-info ul li {
    display: flex;
    flex-direction: column;
    padding-bottom: 15px
}

.portfolio-details .portfolio-info ul strong {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 14px
}

.portfolio-details .portfolio-info .btn-visit {
    padding: 8px 40px;
    background: var(--accent-color);
    color: var(--contrast-color);
    border-radius: 50px;
    transition: .3s
}

.portfolio-details .portfolio-info .btn-visit:hover,
.search-widget form button:hover {
    background: color-mix(in srgb, var(--accent-color), transparent 20%)
}

.portfolio-details .portfolio-description h2 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px
}

.portfolio-details .portfolio-description .testimonial-item {
    padding: 30px 30px 0;
    position: relative;
    background: color-mix(in srgb, var(--default-color), transparent 97%);
    margin-bottom: 50px
}

.portfolio-details .portfolio-description .testimonial-item .testimonial-img {
    width: 90px;
    border-radius: 50px;
    border: 6px solid var(--background-color);
    float: left;
    margin: 0 10px 0 0
}

.portfolio-details .portfolio-description .testimonial-item h3 {
    font-size: 18px;
    font-weight: 700;
    margin: 15px 0 5px;
    padding-top: 20px
}

.portfolio-details .portfolio-description .testimonial-item h4 {
    font-size: 14px;
    color: #6c757d;
    margin: 0
}

.portfolio-details .portfolio-description .testimonial-item .quote-icon-left,
.portfolio-details .portfolio-description .testimonial-item .quote-icon-right {
    color: color-mix(in srgb, var(--accent-color), transparent 50%);
    font-size: 26px;
    line-height: 0
}

.portfolio-details .portfolio-description .testimonial-item p {
    font-style: italic;
    margin: 0 0 15px;
    padding: 0
}

.service-details .services-list {
    padding: 10px 30px;
    border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
    margin-bottom: 20px
}

.blog-details .article,
.blog-posts article {
    padding: 30px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, .1)
}

.service-details .services-list a {
    display: block;
    line-height: 1;
    padding: 8px 0 8px 15px;
    border-left: 3px solid color-mix(in srgb, var(--default-color), transparent 70%);
    margin: 20px 0;
    color: color-mix(in srgb, var(--default-color), transparent 20%);
    transition: .3s
}

.service-details .services-list a.active {
    color: var(--heading-color);
    font-weight: 700;
    border-color: var(--accent-color)
}

.blog-author h4,
.blog-comments .comment h5 .reply {
    color: color-mix(in srgb, var(--default-color), transparent 20%)
}

.service-details .services-img {
    margin-bottom: 20px
}

.service-details h3 {
    font-size: 26px;
    font-weight: 700
}

.service-details h4 {
    font-size: 20px;
    font-weight: 700
}

.service-details p {
    font-size: 15px
}

.blog-author h4,
.blog-comments .comment h5 .reply i,
.widget-title {
    font-size: 20px
}

.service-details ul li {
    padding: 5px 0;
    display: flex;
    align-items: center
}

.service-details ul i {
    font-size: 20px;
    margin-right: 8px;
    color: var(--accent-color)
}

.blog-pagination,
.blog-pagination li a,
.blog-posts .post-category,
.blog-posts .post-date {
    color: color-mix(in srgb, var(--default-color), transparent 40%)
}

.blog-posts article {
    height: 100%;
    border-radius: 10px;
    overflow: hidden
}

.blog-posts .post-category {
    font-size: 16px;
    margin-bottom: 10px
}

.blog-posts .post-date {
    font-size: 14px;
    margin-bottom: 0
}

.blog-pagination {
    padding-top: 0
}

.blog-pagination ul {
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none
}

.blog-pagination li {
    margin: 0 5px;
    transition: .3s
}

.blog-pagination li a {
    padding: 7px 16px;
    display: flex;
    align-items: center;
    justify-content: center
}

.blog-pagination li a.active,
.blog-pagination li a:hover {
    background: var(--accent-color);
    color: var(--contrast-color)
}

.blog-author .author-container,
.blog-details .article,
.comment-form form,
.comment-form form input,
.comment-form form input:focus {
    background-color: var(--surface-color)
}

.blog-details {
    padding-bottom: 30px
}

.blog-details .post-img {
    margin: -30px -30px 20px;
    overflow: hidden
}

.blog-details .title {
    color: var(--heading-color);
    font-size: 28px;
    font-weight: 700;
    padding: 0;
    margin: 30px 0
}

.blog-details .meta-bottom a,
.blog-details .meta-bottom i,
.blog-details .meta-top,
.blog-details .meta-top a,
.blog-details .meta-top i {
    color: color-mix(in srgb, var(--default-color), transparent 40%)
}

.blog-details .content {
    margin-top: 20px
}

.blog-details .content h3 {
    font-size: 22px;
    margin-top: 30px;
    font-weight: 700
}

.blog-details .content blockquote {
    overflow: hidden;
    background-color: color-mix(in srgb, var(--default-color), transparent 95%);
    padding: 60px;
    position: relative;
    text-align: center;
    margin: 20px 0
}

.blog-details .content blockquote p {
    color: var(--default-color);
    line-height: 1.6;
    margin-bottom: 0;
    font-style: italic;
    font-weight: 500;
    font-size: 22px
}

.blog-details .content blockquote:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background-color: var(--accent-color);
    margin-top: 20px;
    margin-bottom: 20px
}

.blog-details .meta-top {
    margin-top: 20px
}

.blog-details .meta-top ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    align-items: center;
    padding: 0;
    margin: 0
}

.blog-details .meta-bottom .cats li,
.blog-details .meta-bottom .tags li,
.tags-widget ul a,
.tags-widget ul li {
    display: inline-block
}

.blog-details .meta-top ul li+li {
    padding-left: 20px
}

.blog-details .meta-top i {
    font-size: 16px;
    margin-right: 8px;
    line-height: 0
}

.blog-details .meta-top a {
    font-size: 14px;
    display: inline-block;
    line-height: 1
}

.blog-details .meta-bottom {
    padding-top: 10px;
    border-top: 1px solid color-mix(in srgb, var(--default-color), transparent 90%)
}

.comment-form form input:focus,
.comment-form form textarea:focus {
    box-shadow: none;
    border-color: var(--accent-color)
}

.blog-details .meta-bottom i {
    display: inline
}

.blog-details .meta-bottom a {
    transition: .3s
}

.blog-details .meta-bottom .cats {
    list-style: none;
    display: inline;
    padding: 0 20px 0 0;
    font-size: 14px
}

.blog-details .meta-bottom .tags {
    list-style: none;
    display: inline;
    padding: 0;
    font-size: 14px
}

.blog-details .meta-bottom .tags li+li::before {
    padding-right: 6px;
    color: var(--default-color);
    content: ","
}

.blog-details .meta-bottom .share {
    font-size: 16px
}

.blog-details .meta-bottom .share i {
    padding-left: 5px
}

.blog-author {
    padding: 10px 0 40px
}

.blog-author .author-container {
    padding: 20px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, .1)
}

.blog-author img {
    max-width: 120px;
    margin-right: 20px
}

.blog-author h4 {
    font-weight: 600;
    margin-bottom: 0;
    padding: 0
}

.blog-author .social-links {
    margin: 0 10px 10px 0
}

.blog-author .social-links a {
    color: color-mix(in srgb, var(--default-color), transparent 60%);
    margin-right: 5px
}

.blog-author p {
    font-style: italic;
    color: color-mix(in srgb, var(--default-color), transparent 30%);
    margin-bottom: 0
}

.blog-comments {
    padding: 10px 0
}

.blog-comments .comment {
    margin-top: 30px;
    position: relative
}

.blog-comments .comment .comment-img {
    margin-right: 14px
}

.blog-comments .comment .comment-img img {
    width: 60px
}

.blog-comments .comment h5 {
    font-size: 16px;
    margin-bottom: 2px
}

.blog-comments .comment h5 a {
    font-weight: 700;
    color: var(--default-color);
    transition: .3s
}

.blog-comments .comment h5 .reply {
    padding-left: 10px
}

.blog-comments .comment time {
    display: block;
    font-size: 14px;
    color: color-mix(in srgb, var(--default-color), transparent 40%);
    margin-bottom: 5px
}

.blog-comments .comment.comment-reply {
    padding-left: 40px
}

.comment-form {
    padding-top: 10px
}

.comment-form form,
.widgets-container {
    padding: 30px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, .1)
}

.comment-form form {
    margin-top: 30px
}

.comment-form form h4 {
    font-weight: 700;
    font-size: 22px
}

.comment-form form p {
    font-size: 14px
}

.comment-form form input {
    color: var(--default-color);
    border: 1px solid color-mix(in srgb, var(--default-color), transparent 70%);
    font-size: 14px;
    border-radius: 4px;
    padding: 10px
}

.comment-form form input:focus {
    color: var(--default-color)
}

.comment-form form input::placeholder {
    color: color-mix(in srgb, var(--default-color), transparent 50%)
}

.comment-form form textarea,
.comment-form form textarea:focus {
    color: var(--default-color);
    background-color: var(--surface-color)
}

.comment-form form textarea {
    border: 1px solid color-mix(in srgb, var(--default-color), transparent 70%);
    border-radius: 4px;
    padding: 10px;
    font-size: 14px;
    height: 120px
}

.comment-form form textarea::placeholder {
    color: color-mix(in srgb, var(--default-color), transparent 50%)
}

.comment-form form .form-group {
    margin-bottom: 25px
}

.comment-form form .btn-primary {
    border-radius: 4px;
    padding: 10px 20px;
    border: 0;
    background-color: var(--accent-color);
    color: var(--contrast-color)
}

.comment-form form .btn-primary:hover {
    color: var(--contrast-color);
    background-color: color-mix(in srgb, var(--accent-color), transparent 20%)
}

.widgets-container {
    background-color: var(--surface-color);
    margin: 60px 0 30px
}

.widget-title {
    color: var(--heading-color);
    font-weight: 700;
    padding: 0;
    margin: 0 0 20px
}

.widget-item {
    margin-bottom: 40px
}

.search-widget form {
    background: var(--background-color);
    border: 1px solid color-mix(in srgb, var(--default-color), transparent 70%);
    padding: 3px 10px;
    position: relative;
    transition: .3s
}

.search-widget form input[type=text] {
    border: 0;
    padding: 4px;
    border-radius: 4px;
    width: calc(100% - 40px);
    background-color: var(--background-color);
    color: var(--default-color)
}

.search-widget form input[type=text]:focus {
    outline: 0
}

.search-widget form button {
    background: var(--accent-color);
    color: var(--contrast-color);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border: 0;
    font-size: 16px;
    padding: 0 15px;
    margin: -1px;
    transition: .3s;
    border-radius: 0 4px 4px 0;
    line-height: 0
}

.search-widget form button i {
    line-height: 0
}

.search-widget form:is(:focus-within) {
    border-color: var(--accent-color)
}

.categories-widget ul li:last-child {
    padding-bottom: 0
}

.categories-widget ul a {
    color: color-mix(in srgb, var(--default-color), transparent 20%);
    transition: .3s
}

.categories-widget ul a span {
    padding-left: 5px;
    color: color-mix(in srgb, var(--default-color), transparent 50%);
    font-size: 14px
}

.recent-posts-widget .post-item {
    display: flex;
    margin-bottom: 15px
}

.recent-posts-widget .post-item img {
    width: 80px;
    margin-right: 15px
}

.recent-posts-widget .post-item h4 {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 5px
}

.recent-posts-widget .post-item h4 a {
    color: var(--default-color);
    transition: .3s
}

.recent-posts-widget .post-item time {
    display: block;
    font-style: italic;
    font-size: 14px;
    color: color-mix(in srgb, var(--default-color), transparent 50%)
}

.tags-widget {
    margin-bottom: -10px
}

.tags-widget ul a {
    color: color-mix(in srgb, var(--default-color), transparent 30%);
    font-size: 14px;
    padding: 6px 14px;
    margin: 0 6px 8px 0;
    border: 1px solid color-mix(in srgb, var(--default-color), transparent 60%);
    transition: .3s
}

.tags-widget ul a:hover {
    background: var(--accent-color);
    color: var(--contrast-color);
    border: 1px solid var(--accent-color)
}

.tags-widget ul a span {
    padding-left: 5px;
    color: color-mix(in srgb, var(--default-color), transparent 60%);
    font-size: 14px
}

.popup-overlay,
.popup-overlay1 {
    position: fixed;
    inset: 0;
    background-color: rgba(0, 0, 0, .5);
    opacity: 0;
    pointer-events: none;
    transition: opacity .4s;
    z-index: 10000
}

.popup-overlay.visible,
.popup-overlay1.visible {
    opacity: 1;
    pointer-events: auto
}

.popup-form {
    display: flex;
    flex-wrap: wrap;
    gap: 16px
}

.popup-form .form-group {
    width: 48%;
    display: flex;
    flex-direction: column
}

.popup-form input,
.popup-form select,
.popup-form textarea {
    padding: 8px 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
    box-sizing: border-box
}

.popup-modal.visible,
.popup-modal1.visible {
    opacity: 1;
    pointer-events: auto;
    transform: translate(-50%, -50%) scale(1)
}

.popup-close,
.popup-close1 {
    position: absolute;
    top: 12px;
    right: 12px;
    background: 0 0;
    border: none;
    font-size: 28px;
    cursor: pointer;
    line-height: 1;
    color: #000
}

.popup-form label {
    display: block;
    margin-bottom: 6px;
    font-weight: 600;
    color: #000
}

.popup-form #cognome,
.popup-form #email,
.popup-form #nome,
.popup-form #tipologia,
.popup-form select {
    width: 100%;
    padding: 8px 10px;
    margin-bottom: 16px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
    box-sizing: border-box
}

.btn-submit {
    background-color: var(--accent-color);
    color: var(--contrast-color);
    border: none;
    padding: 12px;
    width: 100%;
    font-weight: 700;
    cursor: pointer;
    border-radius: 4px;
    font-size: 16px;
    transition: background-color .3s
}

.btn-submit:hover {
    background-color: #000
}

.popup-modal1 {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(.8);
    background: #fff;
    padding: 30px 40px;
    width: 50%;
    border-radius: 8px;
    box-shadow: 0 0 40px rgba(0, 0, 0, .2);
    opacity: 0;
    pointer-events: none;
    transition: opacity .4s, transform .4s;
    z-index: 10001
}

.privacy-checkbox {
    display: flex;
    align-items: center;
    justify-content: flex-start
}

.privacy-checkbox input {
    margin-right: 10px
}

.categorie-index h3 a {
    color: #fff
}

.sfondocosmetica {
    background-size: cover;
    background-position: center;
    animation: 30s ease-in-out infinite moveBackground, 30s ease-in-out infinite zoomBackground
}

@media (min-width:800px) {
    .sfondocosmetica {
        background-attachment: fixed
    }
}

@media (max-width:799px) {
    .sfondocosmetica {
        background-attachment: scroll
    }
}

@keyframes moveBackground {
    0%,
    100% {
        background-position: right center
    }
    50% {
        background-position: left center
    }
}

@media (max-width:768px) {
    .categories11,
    .categories111,
    .categories61,
    .categories62,
    .categories63 {
        padding-right: 40px
    }
    .onfocus .categories1 {
        min-height: 900px;
        background: url("../img/lab1.png") center center/cover
    }
    .onfocus .categories2 {
        min-height: 450px;
        background: url("../img/concept5.jpg") center center/cover
    }
    .onfocus .categories3 {
        min-height: 450px;
        background: url("../img/concept6.jpg") center center/cover
    }
    .onfocus .categories5 {
        min-height: 450px;
        background: url("../img/room.png") center center/cover
    }
    .onfocus .categories6 {
        min-height: 450px;
        background: url("../img/bar.png") center center/cover
    }
    .onfocus .categories7 {
        min-height: 450px;
        background: url("../img/bathroom.png") center center/cover
    }
    .onfocus .categories8 {
        min-height: 450px;
        background: url("../img/living.png") center center/cover
    }
    .onfocus .categories9 {
        min-height: 900px;
        background: url("../img/cosmetics.png") center center/cover
    }
    .categories10 {
        min-height: 900px;
        background: url("../img/solid.png") center center/cover
    }
    .categories11 {
        min-height: 900px;
        background: url("../img/sartoria.png") center center/cover
    }
    .categories111 {
        min-height: 900px;
        background: url("../img/about1.jpg") center center/cover
    }
    .categories12 {
        min-height: 900px;
        background: url("../img/about2.jpg") center center/cover
    }
    .categories13 {
        min-height: 900px;
        background: url("../img/about3.jpg") center center/cover
    }
    .onfocus .categories14 {
        min-height: 450px;
        background: url("../img/behotel1.png") center center/cover
    }
    .onfocus .categories15 {
        min-height: 450px;
        background: url("../img/behotel2.png") center center/cover
    }
    .onfocus .categories16 {
        min-height: 450px;
        background: url("../img/behotel3.png") center center/cover
    }
    .onfocus .categories17 {
        min-height: 450px;
        background: url("../img/behotel4.png") center center/cover
    }
    .onfocus .categories18 {
        min-height: 500px;
        background: url("../img/cuoiotosca1.png") center center/cover
    }
    .onfocus .categories19 {
        min-height: 500px;
        background: url("../img/cuoiotosca2.png") center center/cover
    }
    .onfocus .categories20 {
        min-height: 500px;
        background: url("../img/cuoiotosca3.png") center center/cover
    }
    .onfocus .categories18a {
        min-height: 500px;
        background: url("../img/operaprima11.png") center center/cover
    }
    .onfocus .categories19a {
        min-height: 500px;
        background: url("../img/operaprima14.png") center center/cover
    }
    .onfocus .categories20a {
        min-height: 500px;
        background: url("../img/operaprima15.png") center center/cover
    }
    .onfocus .categories24 {
        min-height: 450px;
        background: url("../img/napkins.jpg") center center/cover
    }
    .onfocus .categories25 {
        min-height: 450px;
        background: url("../img/sottobicchieri.png") center center/cover
    }
    .onfocus .categories26 {
        min-height: 450px;
        background: url("../img/menu.jpg") center center/cover
    }
    .onfocus .categories27 {
        min-height: 450px;
        background: url("../img/bicchieri.png") center center/cover
    }
    .onfocus .categories28 {
        min-height: 900px;
        background: url("../img/barrest.png") center center/cover
    }
    .onfocus .categories29 {
        min-height: 900px;
        background: url("../img/cuoio.png") center center/cover
    }
    .onfocus .categories30,
    .onfocus .categories59 {
        min-height: 450px;
        background: url("../img/cuoio1.png") center center/cover
    }
    .onfocus .categories31 {
        min-height: 450px;
        background: url("../img/cuoio2.png") center center/cover
    }
    .categories32 {
        height: 500px;
        background: url("../img/bathroom1.png") center center/cover
    }
    .categories33 {
        min-height: 500px;
        background: url("../img/bathroom2.png") center center/cover
    }
    .categories34 {
        min-height: 500px;
        background: url("../img/bathroom3.png") center center/cover
    }
    .onfocus .categories35 {
        min-height: 900px;
        background: url("../img/bathroomgold1.png") center center/cover
    }
    .onfocus .categories36 {
        min-height: 900px;
        background: url("../img/bathroomgold2.png") center center/cover
    }
    .onfocus .categories37 {
        min-height: 450px;
        background: url("../img/bathroomgold3.png") center center/cover
    }
    .onfocus .categories38 {
        min-height: 450px;
        background: url("../img/bathroomgold4.png") center center/cover
    }
    .onfocus .categories39 {
        min-height: 450px;
        background: url("../img/bathroomgold5.png") center center/cover
    }
    .onfocus .categories40 {
        min-height: 450px;
        background: url("../img/bathroomgold6.png") center center/cover
    }
    .onfocus .categories41 {
        min-height: 900px;
        background: url("../img/bathroomgold7.png") center center/cover
    }
    .onfocus .categories42 {
        min-height: 900px;
        background: url("../img/bathroomgold8.png") center center/cover
    }
    .onfocus .categories43 {
        min-height: 450px;
        background: url("../img/bathroom9.png") center center/cover
    }
    .onfocus .categories44 {
        min-height: 450px;
        background: url("../img/bathroom10.png") center center/cover
    }
    .onfocus .categories49 {
        min-height: 900px;
        background: url("../img/living4.png") center center/cover
    }
    .onfocus .categories50 {
        min-height: 900px;
        background: url("../img/living5.png") center center/cover
    }
    .onfocus .categories51 {
        min-height: 450px;
        background: url("../img/living6.png") center center/cover
    }
    .categories54 {
        height: 500px;
        background: url("../img/room1.png") center center/cover
    }
    .categories55 {
        height: 500px;
        background: url("../img/room2.png") center center/cover
    }
    .categories56 {
        min-height: 500px;
        background: url("../img/room3.png") center center/cover
    }
    .onfocus .categories57 {
        min-height: 900px;
        background: url("../img/urban.png") center center/cover
    }
    .onfocus .categories58 {
        min-height: 900px;
        background: url("../img/prima.png") center center/cover
    }
    .onfocus .categories60 {
        min-height: 650px;
        background: url("../img/slippers.png") center center/cover
    }
    .categories61 {
        min-height: 900px;
        background: url("../img/cosmetic1.png") center center/cover
    }
    .categories62 {
        min-height: 900px;
        background: url("../img/cosmetic2.png") center center/cover
    }
    .categories63 {
        min-height: 900px;
        background: url("../img/cosmetic3.png") center center/cover
    }
    .categories-solid1 {
        height: 500px;
        background: url("../img/catsol1.jpg") center center/cover
    }
    .categories-solid2 {
        height: 500px;
        background: url("../img/catsol2.jpg") center center/cover
    }
    .categories-solid3 {
        height: 500px;
        background: url("../img/catsol3.jpg") center center/cover
    }
    .categories45 {
        height: 500px;
        background: url("../img/living1.png") center center/cover
    }
    .categories46 {
        height: 500px;
        background: url("../img/living2.png") center center/cover
    }
    .categories47 {
        height: 500px;
        background: url("../img/living3.png") center center/cover
    }
    .onfocus .categories48 {
        max-height: 400px;
        background: url("../img/livingdescription1.png") center center/cover
    }
    .onfocus .categories4 {
        min-height: 500px;
        background: url("../img/concept.png") center center/cover
    }
    .onfocus .categories52 {
        min-height: 400px;
        background: url("../img/locherber.png") center center/cover
    }
    .onfocus .categories53 {
        min-height: 400px;
        background: url("../img/annatwelve.png") center center/cover
    }
    .categories21 {
        min-height: 400px;
        background: url("../img/bar1.png") center center/90% no-repeat
    }
    .categories22 {
        min-height: 400px;
        background: url("../img/bar2.png") center center/90% no-repeat
    }
    .categories23 {
        min-height: 400px;
        background: url("../img/bar3.png") center center/90% no-repeat
    }
    .categories211 {
        min-height: 400px;
        background: url("../img/bar11.png") center center/90% no-repeat;
        margin-top: 80px
    }
    .categories221 {
        min-height: 400px;
        background: url("../img/bar21.png") center center/90% no-repeat;
        margin-top: 80px
    }
    .categories231 {
        min-height: 400px;
        background: url("../img/bar31.png") center center/90% no-repeat;
        margin-top: 80px
    }
}

#beyou2::after,
#solid2::after,
.beyou-slide,
.beyou-slider,
.solid-slide,
.solid-slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.contact-form {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    max-width: 900px;
    margin: 0 auto;
    padding: 20px
}

.contact-form .form-group {
    flex: 1 1 calc(50% - 20px);
    display: flex;
    flex-direction: column
}

.contact-form .form-group.full-width {
    flex: 1 1 100%
}

.contact-form label {
    font-weight: 600;
    margin-bottom: 6px;
    color: #000
}

.contact-form input,
.contact-form select,
.contact-form textarea {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
    box-sizing: border-box
}

.contatti-laterale {
    margin-top: 10%
}

@media (max-width:600px) {
    .contact-form .form-group {
        flex: 1 1 100%
    }
    .contatti-laterale {
        margin-top: 0
    }
}

.beyou-slider,
.solid-slider {
    z-index: 0
}

.beyou-slide,
.solid-slide {
    background-position: center;
    background-size: cover;
    opacity: 0;
    transition: opacity 1.5s ease-in-out
}

.beyou-overlay,
.solid-overlay {
    position: relative;
    min-height: 900px;
    z-index: 2
}

#beyou2::after,
#solid2::after {
    content: "";
    background: rgba(0, 0, 0, .35);
    z-index: 1
}