/* ===================================
    Crafto - Minimal portfolio
====================================== */
/* font */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');
/* variable */
:root {
    --body-bgcolor: #ebebeb;
    --base-color: #3971ba;
    --light-medium-gray: #d7d7d7;
    --very-light-gray: #ededed;
    --light-gray: #ebebeb;
    --alt-font: 'Domine', serif;
    --primary-font: 'Domine', serif; /*'Inter', sans-serif;*/
}
/* custom cursor */
@media (hover: hover) and (pointer: fine) {
    .custom-cursor .circle-cursor-outer {
        border: 1px solid transparent;
    }

    .custom-cursor .circle-cursor-inner {
        width: 10px;
        height: 10px;
        background: var(--dark-gray);
    }

    .custom-cursor .circle-cursor-inner.cursor-link-hover {
        width: 10px;
        height: 10px;
        opacity: .5;
        margin-left: -5px;
        margin-top: -5px;
    }
}
/* reset */
body {
    font-size: 16px;
    line-height: 26px;
    color: var(--dark-gray);
    font-family: var(--primary-font);
}
a, .social-icon-style-10 ul li a:hover {
    color: var(--dark-gray) !important;
}
.google-maps-link a {
    color: var(--white) !important;
}
/* header */
.navbar-toggler-line {
    height: 1px;
}
.left-modern-menu .left-modern-header .navbar-brand img {
    max-height: 55px;
}
.menu-item-list .nav-link {
    font-size: 36px;
    line-height: 30px;
}
.left-modern-menu {
    background-color: var(--body-bgcolor);
}

.left-modern-menu .accordion .accordion-collapse.collapse:not(.show) {
    display: none !important;
}

header.sticky .header-light:not(.disable-fixed) {
    box-shadow: none;
}

.introductionText ul li {
    list-style: disc;
}

.sticky-image-distortion-wrapper {
    height: inherit;
}

.sticky-image-distortion-wrapper .menu {
    padding-left:0;
}
.sticky-image-distortion-wrapper .svg-wrapper {
    right: 0;
}

.left-modern-menu .left-modern-header .modern-side-menu {
    padding: 160px 20px 0 0;
}

.left-modern-menu .left-modern-header .modern-side-menu .mCustomScrollBox .mCSB_container {
    padding: 0 30px 0 0;
}

.sticky-image-title a.titolHome {
    line-height: 80px;
    max-width: calc(100% - 55px);
}


.scrollingOpacity {
    width:100%;
    height: 200px;
    background: linear-gradient(180deg,rgba(235, 235, 235, 1) 0%, rgba(235, 235, 235, 1) 60%, rgba(235, 235, 235, 0) 100%);
    position: fixed;
    top:0;
    left:0;
    z-index: 1;
}

.sticky-image-distortion-wrapper .scrollingOpacity {
    width: 50%;
    height: 200px;

}


/* word break normal */
.word-break-normal {
    word-break: normal;
}
h2 {
    font-size: 3.438rem;
    line-height: 4rem;
}
/* swiper slider */
.banner-slider .swiper-slide .position-absolute {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    transition: 1.5s;
    opacity: 0;
}
.banner-slider .swiper-slide.swiper-slide-active .position-absolute {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
    opacity: 1;
}
.social-icon-style-06 ul li a {
    padding: 0 30px;
}

.form-check-label {
    display: flex;
    align-items: normal;
}

.form-check-label input[type=checkbox]{
    width: 30px;
    height: 30px;
    margin-right:20px;
}



.sticky-image-distortion-wrapper nav.menu .menu__link .svg-wrapper {
    opacity:0;
    background-size: cover;
    background-position: center;
}

.sticky-image-distortion-wrapper nav.menu .menu__link .svg-wrapper svg {
    display:none;
}
.sticky-image-distortion-wrapper nav.menu .menu__link.active .svg-wrapper {
    opacity:1;
}

.fullHeightDesktop {
    min-height: 100vh;
}


.left-modern-menu .left-modern-header .navbar-brand {
    width: 300px;
    margin-left: 130px;
}

.collapse #topHeaderLogo  {
    transition: all .5s ease-in-out;
    transform: translateX(0);
}


.collapse.show #topHeaderLogo  {
    transform: translateX(-50px) !important;
}


.left-modern-menu .left-modern-header .navbar-brand img{
    width: 300px;
    height: auto;
    max-height: 100px;
}


.titolHome {
    font-size: 60px;
}

.sticky-category .category {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.mainTitle {
   font-size: 90px;
    line-height: normal;
}
.mainTitle > span,
.introductionText {
    margin-left: 16.66666667%;
}

.bodyText ul {
    margin-top:10px;
}

.bodyText ul li{
    list-style: disc;
    margin-left: 20px;
}

.form-label.textLabel {
    font-size: 40px;
}

.contactBlock {
    font-size: 14px;
}

.legalBlock {
    font-size: 14px;
}


.homeSlider {
    display:none;
}

.sticky-image-title .title {
    font-size: 80px;
}

.pdcc-open-modal:hover {
    cursor: pointer;
}

.legalFormTable table {
    width: 100%;
    border:1px solid #cccccc;
    border-right: none;
    border-bottom:none;
    font-size: 12px;
    margin-top: 30px;
    line-height: 20px;
}

.legalFormTable table thead {
    background-color: #ccc;
}

.legalFormTable table th,
.legalFormTable table td {
    padding:5px 10px;
    border:1px solid #cccccc;
    border-left: none;
    border-top:none;
}

.legalFormTable table td ul {
    margin:0;
    padding-left:0;
}





@media (max-width: 1500px){
    .sticky-image-title a.titolHome {
        font-size: 40px;
        line-height: 1.2;
    }



    .sticky-category .category {
        font-size: 10px;
    }

    .mainTitle {
        font-size: 75px;
    }
    .mainTitle > span,
    .introductionText {
        margin-left: 0;
    }



}


@media (max-width: 1399px){
    .social-icon-style-06 ul li a {
        padding: 0 15px;
    }

    .form-label.textLabel {
        font-size: 30px;
    }

    .sticky-image-title a.titolHome {
        font-size: 30px;
        letter-spacing: normal !important;
    }

    .mainTitle,
    .mainTitle > span {
        font-size: 45px;
        letter-spacing: normal !important;
    }

    .sticky-image-title .title {
        font-size: 60px;
    }
}
@media (max-width: 991px){
    .left-modern-menu .left-modern-header .navbar-brand img {
        max-height: 24px;
    }
    .position-md-relative {
        position: relative !important;
    }
    .md-mt-100px {
        margin-top: 100px;
    }
    .menu-item-list .nav-link {
        font-size: 30px;
        line-height: 30px;
    }

    .left-modern-menu .left-modern-header .navbar-brand {
        margin-left: 0;
        margin-right: auto;
        text-align: left;
        width: auto;
        padding: 10px 0 !important;
    }

    .left-modern-menu .left-modern-header .navbar-brand img {
        max-height: 50px;
    }

    .scrollingOpacity {
        display:none;
    }

    .sticky-image-title a.titolHome {
        line-height: 1.2;
    }

    .sticky-image-distortion-wrapper .sticky-image-title a {
        padding-top:15px;
        padding-bottom:15px;
    }

    .sticky-image-title .title {
        font-size: 40px;
    }


}
@media (max-width: 768px){


    .homeSlider {
        display:block;
    }

    .scrollingOpacity {
        display:none;
    }

    .sticky-image-distortion-section {
        padding-top:0 !important;
        height: auto;
        margin-bottom: 0 !important;
    }

    .sticky-image-distortion-section .sticky-image-distortion-wrapper {
        margin-top:0 !important;
        height: auto;
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }



    .elements-social ul li {
        margin-bottom: 0;
    }

    .collapse.show #topHeaderLogo {
        transform: translateX(0) !important;
    }

    .left-modern-menu .left-modern-header.show .modern-sidebar-nav {
        left: auto;
        right: 0;
    }

    .left-modern-menu .left-modern-header .modern-side-menu {
        padding: 60px 20px 0 30px;
    }
    .left-modern-menu .left-modern-header .modern-side-menu .mCustomScrollBox {
        justify-content: flex-start;
        align-items: flex-start;
    }

    .left-modern-menu .left-modern-header .modern-side-menu .mCustomScrollBox .mCSB_container.mCS_no_scrollbar_y {
        align-self: inherit;
    }

    #serveisMenuContent {
        /*display: block !important;*/
    }

    .left-modern-menu .left-modern-header .modern-sidebar-nav {
        width: 380px;
        max-width: 90%;
    }

    .contactBlock {
        font-size: 13px;
    }

    .menu-item-list .nav-link {
        font-size: 25px;
        line-height: 25px;
    }

    .sticky-image-distortion-wrapper .menu {
        padding-top:20px;
    }

    .sticky-image-title .title {
        font-size: 35px;
    }

}

@media (max-width: 575px){
    .social-icon-style-06 ul li a {
        padding: 0 10px;
    }
    .social-icon-style-06 ul li {
        margin-left: 0;
        margin-right: 0;
    }
    .swiper-light-pagination .swiper-pagination-bullet {
        width: 6px;
        height: 6px;
    }
}