/*----- FONTS -----*/
@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

/*----- BASIC -----*/
html,
body {
    height: auto;
    overflow-x: hidden;
}

body {
    font-family: "Rubik", sans-serif;
    font-weight: 400;
    color: #6A758E;
    background: #FFFFFF;
    line-height: 1.5;
    position: relative;
    overflow-x: hidden;
}

:hover {
    -webkit-transition: ease-in-out 0.5s;
    -moz-transition: ease-in-out 0.5s;
    -o-transition: ease-in-out 0.5s;
    transition: ease-in-out 0.5s;
}

a:hover {
    color: #1A1A1A;
    text-decoration: none;
    -webkit-transition: ease-in-out 0.5s;
    -moz-transition: ease-in-out 0.5s;
    -o-transition: ease-in-out 0.5s;
    transition: ease-in-out 0.5s;
}

ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.favicon {
    width: 16px;
    height: 16px;
    object-fit: contain;
}

.active_header,
.active_header body {
    overflow: hidden;
    touch-action: none;
    -ms-touch-action: none;
}

/* Main CSS */
#banner {
    /* background: url("../images/banner.png") no-repeat; */
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 90vh;
}

.bg_home {
    background: url("../images/banner.png") no-repeat;
}
.bg_contact {
    background: url("../images/bg_contact.png") no-repeat;
}

.banner_content h1 {
    font-size: 60px;
    font-weight: 400;
    color: #FFFFFF;
    margin-bottom: 1.5rem;
}

.banner_content h1 b {
    font-weight: 600;
    color: #00AEEF;
}

.banner_content h4 {
    font-size: 24px;
    font-weight: 300;
    color: #A5A5A4;
    margin-bottom: 5rem;
}

.banner_content h4 b {
    font-weight: 600;
    color: #00AEEF;
}

.banner_content span {
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    text-transform: uppercase;
    display: block;
}

.btn_link {
    font-size: 16px;
    font-weight: 600;
    color: #FFFFFF;
    text-transform: uppercase;
    display: block;
}

.shape_small {
    position: relative;
    width: fit-content;
}

.shape_small:before {
    content: "";
    background: #00AEEF;
    width: 30px;
    height: 30px;
    display: inline-block;
    border-radius: 100px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    -webkit-transition: ease-in-out 0.5s;
    -moz-transition: ease-in-out 0.5s;
    -o-transition: ease-in-out 0.5s;
    transition: ease-in-out 0.5s;
}

.btn_link span {
    position: relative;
    margin-left: 15px;
    letter-spacing: 2px;
}

#system {
    padding: 200px 0;
}

.other_content span {
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 30px;
    display: block;
}

.other_content h2 {
    font-size: 40px;
    font-weight: 300;
    color: #000000;
    line-height: 1.3;
    margin-bottom: 50px;
}

.other_content h2 b {
    font-weight: 500;
    color: #00AEEF;
}

.other_content p {
    font-size: 16px;
    font-weight: 400;
    color: #8B8B8B;
}

.pera_content {
    font-size: 18px;
    font-weight: 400;
    color: #8B8B8B;
    margin-bottom: 0;
    line-height: 2.1;
    display: block;
}

.interlink {
    font-size: 16px;
    font-weight: 600;
    color: #191919;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    display: grid;
    grid-auto-flow: column;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

.interlink:hover {
    color: #00AEEF;
}

#service_row {
    position: relative;
    left: 0;
}

#service_card {
    background: #191919;
    padding: 200px 0;
    position: relative;
}

#service_card img {
    margin-bottom: 20px;
}

#service_card h5 {
    font-size: 30px;
    font-weight: 400;
    color: #00AEEF;
    margin-bottom: 20px;
}

#service_card p {
    font-size: 14px;
    font-weight: 400;
    color: #8B8B8B;
    margin-bottom: 2rem;
}

#service_card a {
    font-size: 14px;
    color: #FFFFFF;
}

#service_card a:hover {
    color: #00AEEF;
}

.card-owl .owl-stage-outer {
    overflow: unset;
}

.card-owl .owl-item.cloned,
.card-owl .owl-item {
    opacity: 0;
}

.card-owl .owl-item.cloned.active,
.card-owl .owl-item.active {
    opacity: 1;
}

.partner_icon {
    margin-bottom: 30px;
}

#brand {
    padding: 200px 0;
    position: relative;
    background: #00AEEF;
}

#brand h2 {
    color: #000000;
    margin-bottom: 0;
}

#brand h2 b {
    color: #FFFFFF;
}

#brand p {
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
}

.brand-owl {
    margin: 50px 0;
}

.brand-owl img{
    margin-bottom: 3px;
}

#brand .interlink {
    color: #000000;
    justify-content: center;
}

#brand .interlink:hover {
    color: #FFFFFF !important;
}

#contact {
    position: relative;
    padding: 200px 0;
    background: url("../images/contact_banner.png") no-repeat;
    background-size: cover;
    background-position: center;
}

#contact span {
    margin-bottom: 40px;
}

#contact h1 {
    margin-bottom: 40px;
    line-height: 1.3;
}

.service_banner h4 {
    color: #fff;
    margin-bottom: 3.5rem;
}

.service_menu {
    background: #191919;
}

.service_menu_list {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    bottom: 0;
    right: 0;
    left: 0;
    gap: 60px;
    max-width: inherit;
    margin: 0 auto;
    padding: 0 15px;
    background: #191919;
    height: 60px;
}

.service_menu_list li a {
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
}

.fixed-menu {
    position: fixed;
    top: 92px;
    width: 100%;
    z-index: 1000;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* Aggiungi un'ombra per separarlo dall'header */
}


.service_other {
    position: relative;
    padding: 200px 0;
}

.service_content p {
    font-size: 16px;
    font-weight: 400;
    color: #8B8B8B;
    line-height: 1.9;
    display: block;
}

.service_content p b {
    font-weight: 700;
    color: #00AEEF;
}

.other_logo {
    max-width: 240px;
    margin-bottom: 30px;
}

.service_blue_blog {
    background: #00AEEF;
}

.service_content span {
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 1.5rem;
    display: block;
}

.service_content h3 {
    font-size: 32px;
    font-weight: 500;
    color: #191919;
}

.service_content h5 {
    font-size: 18px;
    font-weight: 300;
    color: #191919;
}

.service_content h2 {
    font-size: 40px;
    font-weight: 300;
    color: #191919;
    margin-bottom: 40px;
}

.service_content h2 b {
    font-weight: 500;
    color: #FFFFFF;
}

.service_blue_blog .interlink {
    color: #FFFFFF;
}

.service_blue_blog .interlink:hover {
    color: #000000;
}

.service_content_top {
    margin-bottom: 3rem;
}

.service_blue_blog .other_banner_img {
    width: 90%;
    margin: 0 0 0 auto;
    display: block;
}

.banner_content small {
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    margin-bottom: 40px;
    display: block;
}

.service_contact {
    padding: 200px 0 !important;
    background-size: cover !important;
}

.problem_content h2 b {
    font-weight: 600;
    color: #00AEEF;
}

.problem_content span {
    font-size: 18px;
    margin-bottom: 30px;
}

.gry_service_list li {
    display: grid;
    grid-auto-flow: column;
    gap: 25px;
    align-items: center;
    margin-bottom: 30px;
}

.gry_service_list span {
    width: 80px;
    height: 80px;
    border-radius: 100px;
    background: #00AEEF;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
}

.gry_service_list span svg {
    width: 45px;
    height: 45px;
    object-fit: contain;
}

.list_content h5 {
    font-size: 20px;
    font-weight: 700;
    color: #191919;
    margin-bottom: 8px;
    display: block;
}

.list_content small {
    font-size: 14px;
    font-weight: 400;
    color: #8B8B8B;
    display: block;
}

.grey_service_blog {
    background: rgb(139 139 139 / 7%);
}

.service_test_list li span {
    font-size: 16px;
    font-weight: 400;
    color: #191919;
    display: block;
}

.service_test_list {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    column-gap: 40px;
    margin-top: 40px;
}

.service_test_list li svg {
    width: 30px;
    height: 40px;
    object-fit: contain;
    margin-bottom: 8px;
}

.service_test_list li {
    max-width: 120px;
    width: 100%;
    margin-bottom: 20px;
}

.test_content p {
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
}

.test_content_blog {
    position: relative;
    padding: 250px 0;
    background: #00AEEF url("../images/service_banner6_1.png") no-repeat;
    background-position: left;
}

.test_content_blog:after {
    content: "";
    background: url("../images/object_shape.png") no-repeat;
    background-position: right bottom;
    background-size: contain;
    width: 200px;
    height: 200px;
    position: absolute;
    bottom: 0;
    right: 0;
    display: inline-block;
}

.test_content_blog .other_banner_img {
    visibility: hidden;
}

.test_other_blog .other_banner_img {
    visibility: hidden;
}

.contact_blog .other_banner_img {
    visibility: hidden;
}

.test_other_blog {
    position: relative;
    padding: 250px 0;
    background: url("../images/service_banner7.png") no-repeat;
    background-position: right;
}

.contact_blog {
    position: relative;
    padding: 250px 0;
    background: url("../images/contact_img.jpg") no-repeat;
    background-position: right;
}

.form_banner {
    position: relative;
    padding: 250px 0;
    background: url("../images/service_banner8_1.png") no-repeat;
    background-position: right;
    background-size: contain;
}

.form_banner .other_banner_img,
.laform_banner .other_banner_img {
    visibility: hidden;
}

.form_content ul {
    list-style: disc;
    padding-left: 30px;
}

.form_content ul li p {
    margin-bottom: 0px;
}

.portal_banner {
    position: relative;
    padding: 250px 0;
    background: #00AEEF url("../images/service_banner9_1.png") no-repeat;
    background-position: center;
}

.portal_banner .other_banner_img {
    visibility: hidden;
}

.portal_banner .interlink {
    color: #FFFFFF;
}

.laform_banner {
    position: relative;
    padding: 250px 0;
    background: url("../images/service_banner10.png") no-repeat;
    background-position: right;
    background-size: auto;
}

.score_banner {
    position: relative;
    padding: 100px 0;
    background: url("../images/service_banner11.png") no-repeat;
    background-position: right;
    background-size: auto;
}

.score_banner .other_banner_img {
    visibility: hidden;
}

.service_blue_blog .test_content span {
    color: #fff;
}



.shape_small.contattaci:hover::before {
    width: 110%;
}

.img-hor-vert {
    -moz-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.input-custom {
    background-color: #252525;
    color: #8b8b8b;
    border: none;
    border-radius: 0;
    padding: 30px;
    font-size: 0.8rem;
}

.input-custom:focus {
    background-color: #dbdbdb;
    box-shadow: 0 0 0 .2rem rgb(253 253 253 / 25%);
}

.check-custom {
    width: 20px;
    height: 20px;
    border-radius: 0;
    color: #252525;
    background-color: #252525;
    margin: 0 0 0 -1.3rem;
}
