/*
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: 'Manrope';
    src: url('fonts/manrope/Manrope-Bold.woff2') format('woff2'),
        url('fonts/manrope/Manrope-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: url('fonts/manrope/Manrope-ExtraBold.woff2') format('woff2'),
        url('fonts/manrope/Manrope-ExtraBold.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: url('fonts/manrope/Manrope-ExtraLight.woff2') format('woff2'),
        url('fonts/manrope/Manrope-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

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

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

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

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

html,
body {
    height: 100%;
}

body {
    color: #222527;
    font-family: 'Manrope';
    font-size: 1rem;
    line-height: 1.8;
}

a {
    color: #222527;
}

p {
    font-size: 1.1rem;
}

.skip-link {
    display: none;
}

.hy-site-header {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: 90px;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.2); 
    box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.2);
    z-index: 1;
}

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

img.hy-logo-header-text {
    height: 65px;
    position: absolute;
    left: 100px;
    top: 12px;
}

.hy-header-socials {
    margin-right: 30px;
}

.hy-header-socials img {
    height: 40px;
}

.hy-header-cta {
    display: flex;
    align-items: center;
    height: 100%;
    background-color: #0055a5;
    padding: 0 75px;
    transition: .4s;
}

.hy-header-cta:hover {
    background-color: #21568a;
}

.hy-header-cta a {
    color: #fff;
    text-decoration: none;
}

.hamburger {
    display: none;
}

nav.main-navigation {
    padding-right: 30px;
}

nav.main-navigation ul {
    padding: 0;
    margin: 0;
}

nav.main-navigation ul li {
    position: relative;
    display: inline-block;
    margin-right: 30px;
}

nav.main-navigation ul li a {
    text-decoration: none;
}

nav.main-navigation ul li.current-menu-item {
    font-weight: 600;
}

nav.main-navigation .sub-menu {
    display: none;
    position: absolute;
    top: 25px;
    width: 250px;
    height: auto;
    left: 50%;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(5px);
    padding: 0;
    transform: translateX(-50%);
    z-index: 9;
}

nav.main-navigation .sub-menu li {
    display: block;
    text-transform: capitalize;
    font-weight: 400;
    font-weight: 500;
    padding-top: 15px;
    padding-bottom: 15px;
}

nav.main-navigation .sub-menu li a {
    color: #0055a5;
    font-weight: 400;
}

nav.main-navigation .sub-menu li:last-child {
    padding-top: 0px;
}

nav.main-navigation ul li:hover .sub-menu {
    display: block;
}

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

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

/* BTN */
a.hy-btn-blue {
    display: inline-block;
    background-color: #0055a5;
    color: #fff;
    text-decoration: none;
    padding: 12px 60px;
    transition: .5s;
}

a.hy-btn-blue:hover {
    background-color: #fff;
    color: #0055a5;
}

a.hy-btn-green {
    display: inline-block;
    background-color: #79c142;
    color: #fff;
    text-decoration: none;
    padding: 12px 60px;
    transition: .5s;
}

a.hy-btn-green:hover {
    background-color: #fff;
    color: #79c142;
}

/* HOMEPAGE */
.hy-hero {
    position: relative;
    height: calc(100% - 90px);
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: #fff;
    overflow: hidden;
    z-index: -1;
}

.hy-hero-container {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 2;
}

.hy-hero h1 {
    font-size: 5.5rem;
    font-weight: 700;
    text-transform: uppercase;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
    line-height: 1;
    margin-top: -100px;
}

.hy-hero h1 span {
    color: #0055a5;
}

.hy-hero h1 i {
    font-style: normal;
    color: #79c142;
}

.hy-hero h2 {
    font-size: 1.3rem;
    line-height: 1.5;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
    margin-bottom: 50px;
}

.hy-hero-contacts {
    display: flex;
    position: absolute;
    left: 0;
    bottom: 0;
    /* background-color: #222527; */
    background-color: #0055a5;
    padding-top: 25px;
    padding-left: 100px;
    padding-right: 50px;
    padding-bottom: 25px;
    z-index: 3;
}

.hy-hero-contacts div {
    padding: 0 10px;
}

.hy-hero-contacts p.hy-hero-contacts-title {
    font-size: .9rem;
    line-height: 1.2;
    color: rgba(255, 255, 255, .75);
    margin-bottom: 0;
}

.hy-hero-contacts a {
    font-size: .9rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
    margin-bottom: 0;
}

.hy-hero-down {
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #fff;
    padding: 10px;
    z-index: 10;
    cursor: pointer;
    transition: .5s;
}

.hy-hero-down img {
    height: 18px;
}

.hy-hero-down:hover {
    bottom: -5px;
}

.hy-hp-service {
    background-color: #f3f3f3;
    padding-top: 100px;
    padding-bottom: 30px;
}

h2.hy-vertical-title {
    /* position: absolute;
    left: 0; */
    color: #79c142;
    font-size: 1.75rem;
    text-transform: uppercase;
    font-weight: 700;
    /* transform: rotate(-90deg); */
    margin: 0 0 5px 0;
}

h2.hy-section-title,
h3.hy-section-title {
    font-size: 1.65rem;
    font-weight: 500;
    margin-bottom: 30px;
}

.swiper {
    padding-bottom: 80px !important;
}

.hy-hp-service-slide-image {
    position: relative;
    height: 500px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 30px;
    overflow: hidden;
}

/* .hy-hp-service-slide-image p {
    color: #fff !important;
    position: absolute;
    font-size: 9rem;
    font-weight: 900;
    left: 20px;
    bottom: -85px;
    margin: 0;
} */

#ht-hp-service-2 p {
    position: absolute;
    left: 50%;
    top: 50%;
    color: #0055a5;
    text-align: center;
    font-size: 1.5rem;
    text-transform: uppercase;
    line-height: 1.4;
    font-weight: 600;
    transform: translate(-50%, -50%);
}

.hy-hp-services h2 {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 10px;
}

.hy-hp-services p {
    color: #505050;
}

.hy-hp-services a {
    display: flex;
    text-decoration: none;
    color: #0055a5;
    font-weight: 700;
    align-items: center;
}

img.hy-hp-services-link-icon {
    height: 25px;
    cursor: pointer;
    margin-left: 8px;
}

h3.hy-hp-service-closed-title {
    color: #0055a5; 
    font-size: 1.3rem; 
    font-weight: 700; 
    margin-bottom: 0;
}

.hy-hp-about {
    padding-top: 100px;
    padding-bottom: 150px;
}

.hy-hp-about-info {
    position: relative;
    margin-bottom: 50px;
}

p.hy-hp-about-number {
    color: #0055a5;
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 0;
}

p.hy-hp-about-info {
    position: absolute;
    left: 30%;
    bottom: -15px;
    font-size: .9rem;
    line-height: 1.3;
    margin: 0;
}

.hy-hp-about-team {
    margin-top: 50px;
}

.hy-person {
    position: relative;
    height: 420px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.hy-name {
    width: 100%;
    text-align: center;
    padding: 15px;
}

.hy-name p {
    font-size: 1.2rem;
    line-height: 1;
    font-weight: 700;
    margin: 0;
}

.hy-name span {
    display: inline-block;
    color: #0055a5;
    font-size: .9rem;
    line-height: 1;
}

.hy-name-contacts {
    margin-top: 10px;
}

.hy-name-contacts img {
    height: 30px;
    margin: 0 2px;
}

.hy-name-contacts a {
    text-decoration: none;
}

.hy-hp-3 {
    position: relative;
    color: #fff;
    background-color: #f3f3f3;
    padding-top: 100px;
    padding-bottom: 100px;
}

.hy-hp-3-left {
    position: relative;
    background-color: #222527;
    padding: 100px 75px;
    /* margin-top: -50px;
    margin-right: -15px; */
}

img.hy-circle-title-icon {
    height: 20px;
    margin-bottom: 30px;
}

img.hy-hp-3-left-bg {
    position: absolute;
    height: 80%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    opacity: .05;
}

.hy-hp-3-right {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.hy-hp-4 {
    background-color: #fff;
    padding-top: 100px;
    padding-bottom: 100px;
}

.hy-hp-4 p:last-child {
    margin-bottom: 0;
}

/* img.hy-hp-4-img {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 90%;
} */

.hy-hp-4-img {
    position: absolute;
    left: 0;
    top: 50%;
    background-image: url('img/applications.webp');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transform: translateY(-50%);
    height: 100%;
    width: 90%;
}

.hy-hp-5 {
    display: flex;
    justify-content: space-between;
    color: #fff;
    margin-bottom: 100px;
}

.hy-hp-5 h2.hy-section-title {
    position: relative;
    margin-bottom: 15px;
    z-index: 2;
}

.hy-hp-5 p {
    position: relative;
    font-weight: 300;
    margin-bottom: 50px;
    z-index: 2;
}

.hy-hp-5 a {
    position: relative;
    z-index: 2;
}

.hy-hp-5-left {
    position: relative;
    width: 49.8%;
    background-color: grey;
    padding: 150px;
    background-image: url(img/water-1.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.hy-hp-5-right {
    position: relative;
    width: 49.8%;
    background-color: grey;
    padding: 150px;
    background-image: url(img/water-2.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.hy-hp-news {
    background: #ffffff;
    background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(243, 243, 243, 1) 100%);
    background: -moz-linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(243, 243, 243, 1) 100%);
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(243, 243, 243, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFF", endColorstr="#F3F3F3", GradientType=0);
    padding-top: 50px;
    padding-bottom: 100px;
}

.hy-hp-partner {
    padding-top: 0;
    margin-bottom: 70px;
}

.hy-hp-partner img {
    width: 100%;
}

/* PAGE STANDARD */
.hy-header-page {
    position: relative;
    height: 300px;
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}

.hy-header-page h1 {
    position: relative;
    color: #fff;
    font-size: 4rem;
    font-weight: 900;
    margin-bottom: 0;
    margin-top: -40px;
    z-index: 3;
}

.hy-shape {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 130%;
    background: rgb(49,110,172);
    background: -moz-linear-gradient(90deg, rgba(49,110,172,1) 0%, rgba(255,255,255,0) 97%);
    background: -webkit-linear-gradient(90deg, rgba(49,110,172,1) 0%, rgba(255,255,255,0) 97%);
    background: linear-gradient(90deg, rgba(49,110,172,1) 0%, rgba(255,255,255,0) 97%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0055a5",endColorstr="#ffffff",GradientType=1);
    z-index: 1;
}

.hy-square-1 {
    height: 80px;
    width: 45%;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 2;
}

.hy-square-2 {
    height: 40px;
    width: 40px;
    position: absolute;
    left: 45%;
    bottom: 80px;
    background-color: #fff;
    z-index: 2;
}

.hy-square-3 {
    height: 80px;
    width: 160px;
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 2;
}

.hy-square-4 {
    height: 80px;
    width: 80px;
    position: absolute;
    left: 0;
    bottom: 80px;
    background-color: #fff;
    z-index: 2;
}

.hy-square-5 {
    height: 80px;
    width: 80px;
    position: absolute;
    right: 0;
    bottom: 80px;
    background-color: #fff;
    z-index: 2;
}

.hy-square-6 {
    height: 40px;
    width: 40px;
    position: absolute;
    right: 80px;
    bottom: 160px;
    background-color: #fff;
    z-index: 2;
}

.hy-page {
    padding-top: 70px;
    padding-bottom: 100px;
}

/* PROJECT */
p.hy-project-title {
    border-left: 6px solid #0055a5;
    padding-left: 15px;
}

a.hy-project-back {
    display: inline-block;
    text-decoration: none;
    color: #0055a5;
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 30px;
}

.hy-project-number {
    line-height: 1.3;
    font-size: 1.2rem;
    color: #fff;
    background-color: #0055a5;
    border-radius: 6px;
    padding: 20px;
}

/* CONTACT */
input.hy-form-text {
    height: 60px;
    width: 100%;
    border: none;
    border-bottom: 1px solid #0055a5;
    padding: 0 15px;
}

textarea.hy-form-textarea {
    width: 100%;
    border: none;
    border-bottom: 1px solid #0055a5;
    padding: 15px;
}

input#hy-form-submit {
    height: 60px;
    width: 100%;
    color: #fff;
    background-color: #0055a5;
    border: none;
    margin-top: 15px;
}

/* NEWS */
.hy-loop-news {
    background-color: #fff;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    margin-top: 0;
    margin-bottom: 30px;
}

.hy-loop-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 300px;
}

.hy-loop-content {
    position: relative;
    padding: 15px 25px 50px 25px;
    overflow: hidden;
}

.hy-loop-content p {
    font-size: .9rem;
    margin-bottom: 5px;
}

.hy-loop-content h2 {
    font-size: 1.4rem;
    margin-bottom: 50px;
}

a.hy-btn-green-small {
    display: inline-block;
    background-color: #0055a5;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    border: none;
    padding: 8px 45px;
}

/* SINGLE */
.hy-header-single {
    height: auto; 
    background: #f3f3f3;
    padding-top: 50px;
    padding-bottom: 50px;
    /* border-bottom: 1px solid #0055a5; */
}

h1.hy-single-title {
    color: #0055a5;
    font-size: 2.5rem;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 0;
}

/* FOOTER */
.hy-site-footer {
    background-color: #222527;
    color: #fff;
    padding-top: 100px;
    padding-bottom: 50px;
}

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

.hy-site-footer a {
    color: #fff;
    text-decoration: none;
}

.hy-copy p {
    font-size: .9rem;
    color: rgba(255, 255, 255, 0.3);
    margin-top: 75px;
}

.hy-copy a {
    color: rgba(255, 255, 255, 0.3);
    text-decoration: none;
}

.hy-copy-right {
    text-align: right;
}

/* MOBILE */
@media only screen and (max-width: 1199px) {

    img.hy-logo-header-text {
        height: 52px;
        left: 75px;
        top: 20px;
    }

    nav#site-navigation {
        padding-right: 15px;
    }

    nav#site-navigation ul li {
        margin-right: 20px;
    }

    .hy-header-cta {
        padding: 0 50px;
    }

    .hy-hero h1 {
        font-size: 4.5rem;
        margin-top: -75px;
    }

    .hy-hero h2 {
        font-size: 1.2rem;
        line-height: 1.4;
        margin-bottom: 0;
    }

}

@media only screen and (max-width: 992px) {

    .hamburger {
        display: block;
        position: absolute;
        left: 5px;
        top: 18px;
        cursor: pointer;
        z-index: 99;
    }

    .hamburger-inner,.hamburger-inner:after,.hamburger-inner:before {
        background-color: rgba(0, 85, 165, 0.9);
    }

    .hamburger.is-active .hamburger-inner,
    .hamburger.is-active .hamburger-inner:after,
    .hamburger.is-active .hamburger-inner:before {
        background-color: #fff
    }

    nav.main-navigation {
        display: none;
    }

    nav#site-navigation {
        padding-right: 0;
    }

    nav.mobile-nav {
        display: flex;
        justify-content: center;
        align-items: center;
        position: fixed;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        background-color: #0055a5;
        z-index: 999;
    }

    nav.mobile-nav ul {
        text-align: center;
    }

    nav.mobile-nav ul li {
        display: block;
        margin-left: 0;
        margin-top: 15px;
        margin-bottom: 15px;
        margin-right: 0;
    }

    nav.mobile-nav ul li a {
        color: #fff;
    }

    img.hy-logo-header-text {
        height: 40px;
        left: 90px;
        top: 26px;
    }

    .hy-header-cta {
        padding: 0 20px;
    }
    
    .hy-header-socials {
        display: none;
    }

    .hy-hero h1 {
        font-size: 3rem;
        margin-top: -75px;
    }

    .hy-hero h2 {
        font-size: 1.1rem;
        line-height: 1.3;
    }

    .hy-shape {
        width: 100%;
    }

    .hy-hero-contacts {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 50px;
    }

    .hy-hero-down {
        padding: 5px 10px;
    }

    .hy-hp-3 {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .hy-hp-3-left {
        padding: 50px 25px;
    }

    .hy-hp-3-right {
        position: relative;
        left: auto;
        top: auto;
        height: 500px;
        width: 100%;
        margin-top: 0;
    }

    img.hy-hp-3-left-bg {
        position: absolute;
        height: auto;
        width: 100%;
    }

    .hy-hp-4 {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .hy-hp-4-img {
        position: relative;
        left: auto;
        top: auto;
        transform: none;
        height: 500px;
        width: 100%;
        margin-bottom: 30px;
    }

    .hy-hp-service {
        padding-top: 50px;
    }

    .hy-hp-news h2.hy-vertical-title {
        margin-bottom: 50px !important;
    }

    .hy-hp-about {
        padding-bottom: 50px;
    }

    .hy-name {
        margin-bottom: 30px;
    }

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

    .hy-header-page {
        height: 250px;
        z-index: 0;
    }

    .hy-header-page h1 {
        font-size: 3rem;
        margin-top: 0px;
    }

    .hy-page {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .hy-header-single {
        height: auto;
    }
   
    .hy-header-single h1 {
        font-size: 2.5rem;
    }

}

@media only screen and (max-width: 450px) {
    p {
        font-size: 1rem;
    }

    .hy-header-cta {
        display: none;
    }

    img.hy-logo-header-text {
        height: 40px;
        left: auto;
        right: 15px;
    }
}