/*
Theme Name: WS-theme
Theme URI: https://www.watsonsolutions.it/
Author: Watson Solutions
Author URI: https://www.watsonsolutions.it/
Description: Watson solutions starter theme based on Underscore.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: wstheme
This theme, like WordPress, is licensed under the GPL.
*/

@font-face {
    font-family: 'Open Sans';
    src: url('fonts/OpenSans-BoldItalic.woff2') format('woff2'),
        url('fonts/OpenSans-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('fonts/OpenSans-ExtraBold.woff2') format('woff2'),
        url('fonts/OpenSans-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('fonts/OpenSans-Bold.woff2') format('woff2'),
        url('fonts/OpenSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('fonts/OpenSans-ExtraBoldItalic.woff2') format('woff2'),
        url('fonts/OpenSans-ExtraBoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('fonts/OpenSans-Light.woff2') format('woff2'),
        url('fonts/OpenSans-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('fonts/OpenSans-Italic.woff2') format('woff2'),
        url('fonts/OpenSans-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('fonts/OpenSans-LightItalic.woff2') format('woff2'),
        url('fonts/OpenSans-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('fonts/OpenSans-Medium.woff2') format('woff2'),
        url('fonts/OpenSans-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('fonts/OpenSans-MediumItalic.woff2') format('woff2'),
        url('fonts/OpenSans-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('fonts/OpenSans-Regular.woff2') format('woff2'),
        url('fonts/OpenSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('fonts/OpenSans-SemiBold.woff2') format('woff2'),
        url('fonts/OpenSans-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('fonts/OpenSans-SemiBoldItalic.woff2') format('woff2'),
        url('fonts/OpenSans-SemiBoldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

/* ANIMATIONS */
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* stato iniziale comune */
.sic-animate {
    opacity: 0;
    transition: all 1.2s ease;
    will-change: transform, opacity;
}

/* varianti */
.sic-fade-in {
    transform: translateY(60px);
}

.sic-fade-left {
    transform: translateX(-60px);
}

.sic-fade-right {
    transform: translateX(60px);
}

/* stato attivo */
.sic-animate.sic-visible {
    opacity: 1;
    transform: translate(0,0);
}

body,
html {
    height: 100%;
    animation: fadeIn .3s ease-in-out;
}

body {
    font-family: 'Open Sans', sans-serif;
    background-color: #040201;
    color: #fff;
    overflow-x: hidden;
}

.skip-link {
    display: none;
}

a:link {
    color: #fff;
    text-decoration: none;
}
  
a:visited {
    color: #fff;    
    text-decoration: none;
}
  
a:hover {
    color: #fff;    
    text-decoration: none;
}
  
a:active {
    color: #fff;    
    text-decoration: none;
}

p {
    font-size: 1.1rem;
}

/* TITLE */
h2.sic-bigtext,
p.sic-bigtext {
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1;
}

h2.sic-bigtext span, 
p.sic-bigtext span {
    font-weight:bold;
}

h3.sic-mediumtext {
    font-size: 2.85rem;
    font-weight: 700;
    line-height: 1;
}

h3.sic-mediumtext span {
    font-weight: 300;
}

h2.sic-smalltext {
    font-size: 1rem;
    font-weight: 300;
    color: rgba(255, 255, 255, .7);
    margin-bottom: 30px;
}

/* BTN */
a.sic-btn {
    display: inline-block;
    background:#8AB4CE;
    color:#fff;
    font-size: 1.1rem;
    border-radius: 40px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    padding: 15px 45px;    
    margin-top: 30px;
    transition: .4s;
    
}

a.sic-btn:hover {
    background:#6590aa;
}

/* HEADER */
.site-header {
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background-color: transparent;
    width: 100%;
    height: 150px;
    padding-left:5%;
    padding-right:5%;    
    z-index: 2;
}

img.logo-header {
    height: 100px;
    position: absolute;
    left: 5%;
    top: 50px;
}

.hamburger {
    display: none;
}

nav#site-navigation {
    margin-right: 100px;
}

nav#site-navigation ul {
    padding: 0;
    margin: 0;
}

nav#site-navigation ul li {
    display: inline-block;
    margin-right: 30px;
}

.header-cta {
    display: flex;
}

.header-cta img {
    height: 30px;
    margin-left: 10px;
}

/* PAGE */
.sic-1-2 {
    background-image: url('img/1.webp');
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}

.sic-section{
    display: flex;
    flex-direction: column;
    padding: 150px 0;
    margin-left: 5%;
    margin-right: 5%;
}

.sic-center{
    align-items:center;
    text-align:center;
}

.sic-hero {
    display:flex;
    flex-direction:column;
    justify-content: end;
    align-items: flex-start;
    width:100%;
    height:100vh;
    padding-left: 5%;
    padding-bottom: 10%;
}

.sic-hero h1 {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1;
    text-transform:uppercase;
    margin: 0 0 30px 0;
}

.sic-hero h2 {
    font-size: 2.5rem;
    font-weight: 400;
    text-transform: uppercase;
    /* padding-left: calc(50% + 100px); */
    margin: 0;

    opacity: 0;
    transform: translateY(15px);
    animation: sicHeroFade 0.8s ease forwards;
    animation-delay: 2s;    
}

@keyframes sicHeroFade {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* fascia 2 */

/* fascia 3 */
.sic-1-3 {
    background-image: url('img/2.webp');
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
}

.sic-offriamo{
    align-items:flex-start;
}

.sic-box{
    max-width: 500px;
}

.sic-box p {
    position: relative;
}

.sic-box p span {
    color: #8AB4CE;
}

.sic-box p.sic-box-p-big {
    font-size: 2rem;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
}

.sic-box p.sic-box-p-big span {
    font-weight: 300;
    color: #fff;
}

img.sic-bullet {
    position: absolute;
    top: 3px;
    left: -23px;
    height: 25px;
} 

.sic-box1{
    margin-left: 50%;
}

.sic-box2{
    margin-left: calc(50% - 50px);
    margin-top: 100px;
}

.sic-box3{
    margin-left: calc(50% - 100px);
    margin-top: 100px;
}

/* carousel */
.sic-carousel{
    padding: 0;
}

.sic-swiper .swiper-slide{
    width: 60%; 
    overflow: visible;
}

.sic-swiper img{
    width:100%;
    display:block;
}

.sic-shape {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .3);
    z-index: 1;
}

.sic-camera {
    position: absolute;
    left: 0;
    top: 0;    
    inset: 0;
    margin: auto;
    opacity: 0;
    transition: opacity 0.4s ease;
    pointer-events: none;
    z-index: 2;
}

.swiper-slide-active .sic-camera {
    opacity: 2;
}


.sic-camera-2 {
    z-index: 3;
}

.sic-camera-3 {
    z-index: 4;
    animation: none;
}

.swiper-slide-active .sic-camera-3 {
    animation: sicBlink 1s infinite;
}

.sic-camera-4 {
    z-index: 4;
    transition: transform 0.6s cubic-bezier(0.22,1,0.36,1);
    transform: translate(0,0);
}


@keyframes sicBlink {
    0%, 50%, 100% { opacity: 1; }
    25%, 75% { opacity: 0; }
}

/* fascia 5 */
.sic-1-5 {
    background-image: url('img/3.webp');
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
}

.sic-chiacchere {
    margin-left: 10%;
    margin-right: 10%;
}

.sic-box4 {
    margin-bottom: 100px;
    margin-left: 20%;
}

.sic-box5 {
    position: relative;
    margin-bottom: 100px;
    margin-left: 10%;
}

img.sic-box-5-allarme {
    position: absolute;
    width: 100%;
    right: 80%;
    top: 25px;
}

.sic-box6 {
    position: relative;
    margin-left: 20%;
}

img.sic-box-6-videosorveglianza {
    position: absolute;
    width: 95%;
    right: 80%;
    top: 150px;
}

/* fascia 6 */
.sic-1-6 {
    background-image: url('img/4.webp');
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain; 
}

.sic-serenita {
    margin-left: 50%;
}

.sic-box7 {
    margin-bottom: 50px;
}

p.sic-box7-why-mobile br {
    display: none;
}

.sic-box7 h3 {
    margin-bottom: 45px;
}

.sic-box8 p {
    margin-bottom: 50px;
}

.sic-box8 p.sic-box-p-big {
    font-weight: 300;
    margin-bottom: 5px;
}

.sic-box8 a.sic-btn {
    margin-top: 30px;
}

.sic-full-image {
    width: 100%;
    height: 600px;
    background-image: url('img/5.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

/* Form */
.sic-cta {
    margin-left: 10%;
    margin-right: 10%;
}

.sic-form {
    margin-top: 50px;
}

.sic-input {
    height: 80px;
    width: 100%;
    background-color: #262F35;
    color: #fff;
    border: none;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 0 15px;
}

.sic-input-textarea {
    height: 175px;
    padding: 15px;
}

.wpcf7-list-item {
    margin: 0;
}

span.wpcf7-list-item-label {
    font-size: .9rem;
    font-weight: 300;
    color: rgba(255, 255, 255, .7);
}

.sic-submit {
    height: 70px;
    width: 100%;
    background-color: #fff;
    color: #2B3844;
    font-weight: 600;
    font-size: 1.2rem;
    letter-spacing: 1px;
    border: none;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-top: 25px;
}

.wpcf7 form .wpcf7-response-output {
    border: none;
	margin: 0;
    padding: 0;
}

.wpcf7-response-output {
    text-align: center;
}

/* 404 */
.container-404 {
    padding-top: 150px;
    padding-bottom: 150px;
}

.container-404 h2,
.container-404 h3 {
    font-size: 1.5rem;
}

/* FOOTER */
.site-footer {
    background-color: #040201;
    color: #fff;
    padding-top: 50px;
    padding-bottom: 100px;
    padding-left:5%;
    padding-right:5%;  
}

.site-footer p {
    font-size: .9rem;
}

img.logo-footer {
    height: 100px;
}

.sic-footer-4 {
    text-align: right;
}

/* MOBILE */

@media only screen and (max-width: 1199px) {
    img.sic-box-5-allarme {
        right: 72%;
    }

    img.logo-footer {
        height: 75px;
    }
}

@media only screen and (max-width: 992px) {
    /* varianti */
    .sic-fade-left {
        transform: translateX(-20px);
    }

    .sic-fade-right {
        transform: translateX(20px);
    }

    p {
        line-height: 1.3;
    }

    a.sic-btn {
        padding: 15px 30px;
    }    

    img.logo-header {
        height: 80px;
        top: 40px;
        left: 10%;
    }

    .sic-hero {
        padding-left: 10%;
        padding-right: 10%;
        padding-bottom: 5%;
    }

    .sic-hero h1 {
        font-size: 2.5rem;
        margin-bottom: 15px;
    }    

    .sic-hero h1 br {
        display: none;
    }      

    .sic-hero h2 {
        font-size: 2rem;
    }    

    .sic-section{
        padding: 75px 0;
    }

    h2.sic-bigtext, p.sic-bigtext {
        font-size: 2.25rem;
    }    

    h3.sic-mediumtext {
        font-size: 2rem;
        line-height: .9;
    }

    h3.sic-mediumtext br {
        display: none;
    }    

    .sic-box p.sic-box-p-big {
        font-size: 1.45rem;
    }   

    .sic-box p.sic-box-p-big br {
        display: none;
    }       

    img.sic-bullet {
        left: -13px;
        height: 17px;
    }    

    .sic-1-3 {
        background-position: top;
    }    

    .sic-box1 {
        margin-left: 40%;
        margin-top: 50px;
    }    

    .sic-box2 {
        margin-left: 20%;
        margin-right: 10%;
    }    

    .sic-box3 {
        margin-left: 10%;
        margin-right: 10%;
    }     
    
    .sic-offriamo {
        padding-bottom: 25px;
    }   
    
    .sic-1-5 {
        background-position: top;
    }    

    .sic-chiacchere {
        margin-left: 7.5%;
        margin-right: 7.5%;
    }    

    .sic-box4 {
        margin-top: 40px;
        margin-bottom: 75px;
        margin-left: 0;
        margin-right: 50%;
    } 
    
    .sic-box5 {
        margin-bottom: 50px;
        margin-left: 30%;
    }
   
    img.sic-box-5-allarme {
        width: 110%;
        right: 75%;
        top: 10px;
    }    
    
    .sic-box6 {
        margin-left: 0;
        margin-right: 35%;
    }    

    img.sic-box-6-videosorveglianza {
        width: 100%;
        right: -75%;
    }    

    .sic-1-6 {
        background-position: top;
    }

    .sic-serenita {
        margin-left: 12.5%;
        margin-right: 12.5%;
    }
    
    .sic-full-image {
        height: 300px;
    }    

    .sic-box7 {
        margin-top: 30px;
        margin-left: 45%;
        margin-right: -10%;
    }    

    p.sic-box7-why-mobile {
        margin-left: -70%;
        line-height: .9;
        font-size: 1.8rem;
        margin-top: 70px;
    }

    p.sic-box7-why-mobile br {
        display: inline-block;
    }

    p.sic-box7-why-mobile i {
        font-style: normal;
        color: #fff;
        font-weight: 700;
    }

    .sic-cta {
        margin-left: 5%;
        margin-right: 5%;
    }    

    .site-footer {
        padding-top: 0;
        padding-bottom: 50px; 
    }

    img.logo-footer {
        height: 65px;
        margin-bottom: 50px;
    }    

    .sic-footer-4 {
        text-align: left;
        margin-top: 50px;
    }

}