/***********************************************************/
/*~ MONITUM PROMO (https://)*/
/*~*/
/*~ Copyright 2011-2021 ANSOFT - www.an-soft.it*/
/*~ Licensed under ATHENAE NOCTUA SOFTWARE DI LOSI GIULIANO*/
/***********************************************************/
/**** GENERAL *****/
body {
    font-family: 'Lato', sans-serif;
}

.button {
    display: inline-block;
    color: #FFFFFF;
    font-family: 'proxima_novablack', sans-serif;
    font-weight: bold;
    background-color: #3f80ea;
    border-color: #3f80ea;
    padding: 20px;
    border-radius: 0px;
}
.button:hover {
    color: #FFFFFF !important;
    background-color: #3f80ea !important;
}

.button.light {
    color: #ffffff;
    border-color: #ffffff;
    border-radius: 0px;
}
.button:hover {
    color: #1E1E24FF;
    background-color: #ffffff;
}

a {
    color: #3f80ea;
}


.side-widget {
    position: fixed;
    z-index: 11;
    top: 0;
    width: auto;
    height: 100%;
    padding: 1rem 0;
    pointer-events: none;
    transition: transform 1s cubic-bezier(0.2, 1, 0.20, 1);
}
.side-widget.to-right {
    right: 1rem;
    transform: translateX(100px);
}
.side-widget.to-right.show,
.side-widget.to-left.show {
    transform: translateX(0);
}
.side-widget .item {
    width: auto;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.label-vertical {
    position: absolute;
    z-index: 3;
    bottom: calc(100% + 15px);
    right: 15%;
    width: fit-content;
    height: max-content;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    font-family: 'proxima_novablack', sans-serif;
    font-size: 0.9rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 1px;
    color: #000000;
}
.side-widget .widget {
    position: relative;
    top: initial;
    right: initial;
    bottom: initial;
    left: initial;
}


/**** FOOTER *****/
.shock-footer {
    position: relative;
    background-color: var(--color-1);
}
.shock-footer .top-bar {
    position: relative;
    color: #FFFFFF;
    background-color: #1E1E24FF;
}
.shock-footer .top-bar:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.025;
}
.shock-footer .footer-content {
    padding: 35px 0;
}
/*.shock-footer .footer-content .nav-link {*/
/*    margin: 0;*/
/*    padding: 0.5rem 0;*/
/*    font-size: 1rem;*/
/*    color: #FFFFFF;*/
/*}*/
/*.shock-footer .footer-content .nav-link.has-icon {*/
/*    display: inline-flex;*/
/*    align-items: center;*/
/*}*/
/*.shock-footer .footer-content .nav-list .nav-item:last-child .nav-link {*/
/*    padding-top: 0;*/
/*    padding-bottom: 0;*/
/*}*/
/*.shock-footer .footer-content .nav-link .text {*/
/*    background: linear-gradient(to right, var(--color), var(--color) 50%, var(--gray-color) 50%);*/
/*    background-clip: text;*/
/*    -webkit-background-clip: text;*/
/*    -webkit-text-fill-color: transparent;*/
/*    background-size: 200% 100%;*/
/*    background-position: 100%;*/
/*    transition: background-position 0.4s ease;*/
/*    font-weight: 700;*/
/*    color: var(--gray-color);*/
/*}*/

.shock-footer .footer-content .footer-brand {
    margin: 0;
    margin-bottom: 1.5rem;
    padding: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.shock-footer .top-bar .footer-content .footer-brand {
    margin: 0;
    justify-content: center;
}
.shock-footer .footer-content .footer-brand .logo {
    width: auto;
    height: 100%;
    max-height: 38px;
    display: block;
}
.shock-footer .footer-content .footer-brand .logo-after-text {
    margin-left: 10px;
    font-family: 'proxima_novablack', sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    color: #FFFFFF;
}

.shock-footer .bottom-bar {
    position: relative;
    padding: 20px;
    color: #FFFFFF;
    background-color:  #1E1E24FF;
}
.shock-footer .bottom-bar:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;
    opacity: 0.025;
}
.shock-footer .bottom-bar .text {
    font-size: 0.85rem;
    letter-spacing: 1px;
    text-align: center;
    opacity: 0.5;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}


/**** HEADER *****/
.shock-header {
    position: relative;
    z-index: 15;
    width: 100%;
}
.shock-header .navbar {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    padding: 0 35px;
    background-color: transparent;
    font-size: 1rem;
    -webkit-transition: all 0.4s cubic-bezier(0.365, 0.85, 0.45, 1);
    -o-transition: all 0.4s cubic-bezier(0.365, 0.85, 0.45, 1);
    -moz-transition: all 0.4s cubic-bezier(0.365, 0.85, 0.45, 1);
    transition: all 0.4s cubic-bezier(0.365, 0.85, 0.45, 1);
}
.shock-header .navbar.navbar-menu-grid {
    padding: 25px 35px;
}
.shock-header .navbar .navbar-brand {
    width: auto;
    margin-right: 1rem;
    padding: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.shock-header .navbar .navbar-brand .logo {
    height: 25px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.shock-header .navbar.navbar-sticky .navbar-brand .main-logo, .shock-header .navbar:not(.navbar-sticky) .navbar-brand .sticky-logo, .shock-header .navbar-brand .mobile-logo {
    display: none;
}
.shock-header .navbar .navbar-brand .logo-after-text {
    margin-left: 10px;
    /*font-family: var(--secondary-font);*/
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1;
    color: #FFFFFF;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

/**** SLIDER *****/
.side-intro .text-1 {
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    display: block;
    line-height: 1.1;
    color: var(--color);
}
.text-style-1 {
    font-size: 6.2rem;
    font-weight: 800;
}
.text-style-3 {
    font-family: 'proxima_novablack', sans-serif;
    font-size: 2rem;
    font-weight: 800;
}
.text-style-3 mark {
    font-size: 4.2rem;
}
.side-intro .text-2 {
    margin: 0 0 2rem 2rem;
    display: block;
    line-height: 1.1;
    /*color: var(--color);*/
}

.slide-info-menu .slide-info-toggle .cross .button {
    color: #FFFFFF !important;
    background: transparent;
    padding: 10px;
}


.animated-underline {
    position: relative;
    z-index: 1;
    padding: 0;
    display: inline-block;
    font-family: 'proxima_novablack', sans-serif;
    font-weight: bold;
    background: none;
    text-decoration: none;
    color: inherit;
}
.animated-underline::before {
    content: '';
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 0;
    width: 0;
    height: 30%;
    background-color: #3f80ea;
}
.animated-underline.active::before,
.parent:hover .animated-underline::before {
    animation: width-animation 0.5s forwards;
}

.dynamic-slider .slide-description {
    margin-right: 1vw;
}

.side-intro .button {
    margin: 1rem 0 0;
}
.button:not(.magnetic-effect) {
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}


:root .arrow-button.scheme-2 {
    --color-1: #000;
}
.arrow-button .arrow {
    /*width: 0;*/
    display: grid;
}
.arrow-button .arrow .item {
    overflow: hidden;
    position: relative;
    right: 21.1px;
    bottom: -1px;
    z-index: 2;
    width: 20px;
    height: 2px;
    background: #000;
}
.arrow-button .arrow .item:nth-child(1) {
    transform-origin: left bottom;
    transform: rotate(45deg) translate3d(15px, -15px, 0);
}
.arrow-button .arrow .item:nth-child(2) {
    margin-left: 10px;
    transform-origin: left bottom;
    transform: rotate(-45deg) translate3d(-4px, -6px, 0);
    visibility: hidden;
}
.arrow-button .arrow .item:after {
    content: '';
    position: absolute;
    left: 0;
    height: 2px;
    display: block;
    background: #000;
}
.arrow-button .line {
    overflow: hidden;
    position: relative;
    z-index: 1;
    width: 100px;
    height: 2px;
    background: #000;
}
.arrow-button .line:after {
    content: '';
    position: absolute;
    left: 100%;
    width: 100px;
    height: 2px;
    display: block;
    background: #000;
}
.arrow-button .text {
    position: absolute;
    left: 0;
    bottom: 15px;
    /*transform: rotate(180deg);*/
    /*background: linear-gradient(to right, var(--color), var(--color) 50%, var(--color-1) 50%);*/
    backgrond: #000;
    /*background-clip: text;*/
    /*-webkit-background-clip: text;*/
    /*-webkit-text-fill-color: transparent;*/
    background-size: 200% 100%;
    background-position: 100%;
    font-family: 'proxima_novablack', sans-serif;
    font-size: 0.85rem;
    font-weight: 500;
    line-height: 1.2;
    color: #000000;
    transition: background-position 0.4s ease;
}


.scroll-down {
    position: relative;
    top: 100px;
    right: -30px;
    height: 45px;
    width: 27px;
    background-color: transparent;
    border: 2px solid;
    border-color: #8f93a5;
    border-radius: 50rem;
    cursor: pointer;
    outline: none;
    opacity: 0.7;
    -webkit-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.scroll-down:before {
    position: absolute;
    top: 10px;
    left: 50%;
    content: '';
    width: 6px;
    height: 6px;
    margin-left: -3px;
    background-color: #3f80ea;
    border-radius: 50%;
    -webkit-animation: scroll-down-animation 2s infinite;
    animation: scroll-down-animation 2s infinite;
    box-sizing: border-box;
}

.arrow-button.cross .text {
    position: relative;
    top: 0;
    margin-left: 7.5px;
    transform: rotate(0);
}

/**** MAIN *****/
.shock-main {
    -webkit-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.shock-section {
    position: relative;
    z-index: 10;
}

button {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.scroll-down {
    position: relative;
    top: 100px;
    right: -30px;
    height: 45px;
    width: 27px;
    background-color: transparent;
    border: 2px solid;
    border-color: var(--gray-color);
    border-radius: 50rem;
    cursor: pointer;
    outline: none;
    opacity: 0.7;
    -webkit-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

/**** INTRO *****/
.intro-section .basic-intro .title {
    color: #000000;
    margin: 0;
}
.intro-section .basic-intro .description {
    color: #000000;
    margin: 1.5rem 0;
}

/**** GALLERY / PROGRESS BAR *****/
.basic-intro {
    position: relative;
    z-index: 1;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.holder {
    position: relative;
    width: 100%;
}
.basic-intro .title {
    margin: 0;
    /*color: var(--color);*/
}
.text-style-5 {
    font-size: 3.2rem;
    font-weight: 800;
}

/**** VIDEO BG *****/
.banner {
    position: relative;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}
.banner .content-wrapper {
    position: absolute;
    z-index: 2;
    background: rgba(0, 0, 0, .3);
    width: 100%;
    height: 100%;
    top: 0;
    padding: 8rem;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.basic-intro {
    position: relative;
    z-index: 1;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.basic-intro .title {
    color: #FFFFFF;
    margin: 0;
}
.basic-intro .description {
    color: #FFF;
    margin: 1.5rem 0;
}
.button.outline {
    border: 2px solid;
    border-color: var(--color);
    background-color: transparent;
}

.banner .image-wrapper {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: auto;
    display: block;
}
.banner .image-wrapper .video {
    width: 100%;
    display: block;
}


/**** COME FUNZIONA *****/
.function .basic-intro .title {
    color: #000000;
}

.function .row {
    position: relative;
}
.function .card.frontend {
    position:absolute;
    top: 140px;
    left: 40%;
    width: 60%;
    border-radius: 0;
}
.function .card.backend {
    position:absolute;
    top: 140px;
    right: 40%;
    width: 60%;
    border-radius: 0;
}

.function .card .card-header {
    background: #FFF;
    border: none;
    padding: 2em 2em 0 2em;
}
.function .card .card-header h3 {
    font-family: 'proxima_novablack', sans-serif;
}



/**** PREZZI *****/
.price .basic-intro .title {
    color: #000000;
}

.price .card {
    background-color: transparent;
    border: 1px solid #3f80ea;
    border-radius: 0;
}
.price .card .card-header {
    position: relative;
    background: none;
    border: none;
    border-radius: 0;
    padding: 1.75rem;
    z-index: 1;
}

.zzz {
    display: block;
    border: 4px dashed #3f80ea;
}


.card .price-wrapper {
    display: flex;
    justify-content: center;
    align-items: baseline;
    line-height: 1;
}
.card .price-wrapper .text-style-3 {
    font-family: 'proxima_novablack', sans-serif;
    font-size: 4rem;
    font-weight: 800;
    color: #3f80ea;
}

.label-vertical {
    position: absolute;
    z-index: 3;
    bottom: calc(100% + 15px);
    right: 15%;
    width: fit-content;
    height: max-content;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    font-family: 'proxima_novablack', sans-serif;
    font-size: 0.9rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 1px;
    color: #000000;
}
.label-vertical.to-bottom-left-out {
    bottom: 0;
    left: -25px;
}




/**** CONTATTI *****/
.contact {
    color: #FFFFFF;
}
form .form-control {
    color: #FFFFFF !important;
}
form .form-floating input {
    background: transparent;
    border: none;
    border-bottom: 2px solid #ffffff;
    box-shadow: none;
    border-radius: 0px;
}
form .form-floating input:focus {
    background: transparent;
}
.form-floating>.form-control-plaintext~label,
.form-floating>.form-control:focus~label,
.form-floating>.form-control:not(:placeholder-shown)~label,
.form-floating>.form-select~label {
    background-color: transparent !important;
    color: #ffffff !important;
}
.form-floating>.form-control-plaintext~label::after,
.form-floating>.form-control:focus~label::after,
.form-floating>.form-control:not(:placeholder-shown)~label::after,
.form-floating>.form-select~label::after {
    background-color: transparent !important;
    color: #ffffff !important;
}
form .btn {
    width: 100%;
    font-family: 'proxima_novablack', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 0;
    padding: 15px;
}
form a {
    color: #ffffff;
    text-decoration: underline;
}

/********************/
/**** RESPONSIVE ****/
/********************/

/* smarthphone */
@media (min-width: 320px) and (max-width: 480px) {
    .shock-header .navbar .navbar-brand {
        margin: 0 auto;
    }

    .text-style-1 {
        font-size: 3rem;
    }
    .text-style-3,
    .text-style-3 mark {
        font-size: 2.5rem;
    }

    .dynamic-slider.is-banner .slide-content {
        text-align: center;
    }
    .text-style-5 {
        font-size: 2.8rem;
        text-align: center;
    }
    .side-intro .text-2 {
        margin: 0 0 2rem 0;
    }

    .slide-action {
        text-align: center;
        margin-bottom: 30px;
    }
    .slide-action .slide-action-title {
        margin: 0;
    }

    .dynamic-slider .slide-content {
        padding: 3vw;
    }

    .slide-content a {
        margin: 0 auto !important;
    }

    .gallery .card {
       min-height: 202px;
       margin-bottom: 30px;
       padding: 0 10px;
    }

    .banner .content-wrapper {
        padding: 4rem 1rem 1rem;
    }
    .banner .title {
        font-size: 28px
    }
    .banner .description p {
        font-size: 18px
    }

    .function .card.frontend,
    .function .card.backend {
        position: inherit;
        top: 0;
        left: 0;
        width: 100%;
    }
}