body, html {
box-sizing: border-box;
outline: none;
font-family: "Inter", sans-serif;
font-weight: normal;
font-size: 24px;
line-height: 35px;
color: #000;
}
.t1 {
font-size: 60px;
line-height: 70px;
}
h1, h2, h3 {
margin: 0;
}
a, span {
color: #000;
text-decoration: none;
}
header#masthead {
position: fixed;
top: 30px;
left: 30px;
border-radius: 30px;
width: calc(100% - 60px);
background-color: #000;
height: 60px;
display: flex;
align-items: center;
padding: 0 30px !important;
z-index: 99999;
}
header#masthead .site-logo span {
display: flex;
justify-content: center;
align-items: center;
}
header#masthead .primary-menu-container ul li:not(:last-child) {
margin-right: 45px;
}
header#masthead .primary-menu-container ul li a {
color: #fff;
text-transform: uppercase;
}
@media only screen and (max-width: 1440px) {
header#masthead .primary-menu-container ul li a {
font-size: 20px;
}
}
@media only screen and (max-width: 1024px) {
header#masthead {
justify-content: center;
}
header#masthead .site-logo {
position: absolute;
}
header#masthead #mobile-navigation .menu-button-container {
top: 50%;
transform: translateY(-50%);
padding: 0;
}
header#masthead #mobile-navigation .menu-button-container .dropdown-icon {
color: #fff;
}
header#masthead #mobile-navigation .primary-menu-container {
background-color: #000;
}
header#masthead #mobile-navigation .primary-menu-container ul li {
margin-right: 0;
}
#mobile-navigation .primary-menu-container #mobile-menu-list li.menu-item-has-children .sub-menu {
background-color: transparent !important;
}
#mobile-navigation .primary-menu-container #mobile-menu-list li.menu-item-has-children .sub-menu li a {
font-size: 15px;
padding: 0 !important;
}
}
@media only screen and (max-width: 768px) {
header#masthead {
top: 5vw;
width: calc(100% - 10vw);
left: 5vw;
}
}
@media only screen and (max-width: 450px) {
header#masthead .site-logo {
max-width: 150px;
}
header#masthead .site-logo img {
width: 100%;
}
}
::-webkit-scrollbar {
width: 7px;
background-color: transparent;
}
::-webkit-scrollbar-thumb {
background-color: #000;
border-radius: 0px;
}
::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
background-color: transparent;
}
::selection {
background-color: #000 !important;
color: #fff !important;
}
.boxed {
padding: 0 30px;
position: relative;
width: 100%;
}
h1 {
font-size: 51px;
font-style: normal;
font-weight: 400;
line-height: normal;
text-transform: uppercase;
}
h2 {
font-size: 44px;
font-style: normal;
font-weight: 400;
line-height: normal;
text-transform: uppercase;
}
p {
margin: 0;
font-size: 20px;
line-height: normal;
}
body {
padding-top: 100px;
}
.home {
padding-bottom: 200px;
}
.home .contattaci a {
display: flex;
justify-content: center;
align-items: center;
width: 200px;
background-color: transparent;
border-radius: 30px;
padding: 10px 0;
border: 2px solid black;
}
.home .contattaci a span {
text-transform: uppercase;
color: black;
font-size: 20px;
}
.home #heading .row {
width: 100%;
display: flex;
align-items: stretch;
justify-content: space-between;
}
.home #heading .row .col {
border-radius: 30px;
overflow: hidden;
}
.home #heading .row .col.left {
width: 0%;
background-color: #7FECF5;
display: flex;
align-items: flex-end;
padding: 0px;
}
.home #heading .row .col.left .text {
opacity: 0;
}
.home #heading .row .col.left .text h1 {
text-transform: uppercase;
}
.home #heading .row .col.right {
width: 100%;
position: relative;
display: flex;
}
.home #heading .row .col.right .div-img {
width: 100%;
height: 100%;
position: relative;
display: flex;
}
.home #heading .row .col.right .div-img img {
width: 100%;
height: 100%;
object-fit: cover;
}
.home #first {
margin-top: 5.2vw;
}
.home #first .row {
width: 100%;
display: flex;
align-items: flex-start;
justify-content: space-between;
}
.home #first .row .title {
width: 60%;
opacity: 0.3;
transform: scale(0.9);
transform-origin: top left;
}
.home #first .row .title h2 {
text-transform: uppercase;
}
.home #first .row .text {
width: 40%;
opacity: 0.3;
transform: scale(0.9);
transform-origin: top left;
}
.home #second {
margin-top: 5.2vw;
opacity: 0;
}
.home #second .container {
width: 100%;
display: flex;
align-items: stretch;
justify-content: space-between;
}
.home #second .container .single-col {
width: 100%;
background-color: #7FECF5;
display: flex;
flex-direction: column;
align-items: flex-start;
justify-content: space-between;
gap: 15px;
border-radius: 30px;
padding: 40px;
height: 100px;
overflow: hidden;
}
.home #second .container .single-col .title {
opacity: 0;
}
.home #second .container .single-col .title h2 {
white-space: nowrap;
}
.home #second .container .single-col .text {
opacity: 0;
height: 0;
}
.home #second .container .single-col:last-child {
background-color: #000;
}
.home #second .container .single-col:last-child .text h2, .home #second .container .single-col:last-child .text p, .home #second .container .single-col:last-child .title h2, .home #second .container .single-col:last-child .title p {
color: #fff;
}
.home #second .container .single-col:not(:first-child) {
width: 0;
padding: 40px 0;
}
.home #third {
margin-top: 30px;
}
.home #third .row {
width: 100%;
display: flex;
justify-content: space-between;
align-items: stretch;
}
.home #third .row .col {
border-radius: 30px;
}
.home #third .row .col.left {
width: calc(40%);
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: flex-start;
}
.home #third .row .col.left .text {
opacity: 0.3;
transform: scale(0.9);
transform-origin: top left;
transform-origin: top left;
padding-top: 10vw;
position: relative;
}
.home #third .row .col.left .text h1 {
text-transform: uppercase;
}
.home #third .row .col.left .text .par {
padding-top: 8vw;
}
.home #third .row .col.left .text .arrow {
position: absolute;
bottom: 0;
transform: translateY(100%);
padding-top: 30px;
}
.home #third .row .col.right {
width: calc(50% - 5px);
position: relative;
overflow: hidden;
}
.home #third .row .col.right .div-img {
display: flex;
border-radius: 30px;
overflow: hidden;
transform: translateX(100%);
}
.home #third .row .col.right img {
width: 100%;
height: 100%;
object-fit: cover;
}
.home #fourth {
margin-top: 8vw;
opacity: 1;
}
.home #fourth .container {
width: 100%;
display: flex;
align-items: stretch;
justify-content: center;
gap: 10px;
}
.home #fourth .container .single-col {
width: 0;
background-color: #7FECF5;
display: flex;
flex-direction: column;
align-items: flex-start;
justify-content: space-between;
border-radius: 30px;
padding: 0 40px;
overflow: hidden;
height: 0;
}
.home #fourth .container .single-col .text, .home #fourth .container .single-col .title {
opacity: 0;
}
.home #fourth .container .single-col .text {
padding-top: 6vw;
height: 0;
}
.home #fourth .container .single-col:first-child {
background-color: #000;
}
.home #fourth .container .single-col:first-child .text h2, .home #fourth .container .single-col:first-child .text p, .home #fourth .container .single-col:first-child .title h2, .home #fourth .container .single-col:first-child .title p {
color: #fff;
}
.home #fifth {
margin-top: 5.2vw;
}
.home #fifth .row {
width: 100%;
background-color: #979797;
display: flex;
align-items: center;
justify-content: center;
padding: 30px 10vw 0px 0;
}
.home #fifth .row .div-img {
width: 60%;
position: relative;
display: flex;
}
.home #fifth .row .div-img img {
width: 100%;
height: auto;
object-fit: cover;
}
.home #fifth .row .text {
opacity: 0.3;
transform: scale(0.9);
transform-origin: top left;
width: 40%;
display: flex;
flex-direction: column;
gap: 30px;
position: relative;
padding-bottom: 30px;
}
.home #fifth .row .text .title h2 {
color: #7FECF5;
}
.home #fifth .row .text .par {
max-width: 80%;
}
.home #sixth {
margin-top: 5.2vw;
}
.home #sixth .container {
width: 100%;
display: flex;
align-items: flex-start;
flex-direction: column;
gap: 100px;
}
.home #sixth .container .single-row {
opacity: 0.3;
transform: scale(0.9);
transform-origin: top left;
width: 100%;
display: flex;
align-items: flex-start;
justify-content: space-between;
position: relative;
padding: 0 35px;
}
.home #sixth .container .single-row .title {
width: 60%;
}
.home #sixth .container .single-row .text {
width: 40%;
}
.home #sixth .container .single-row:first-child::before {
content: "";
position: absolute;
left: 0px;
width: 100vw;
height: 2px;
background-color: #000;
bottom: -50px;
}
.home #seventh {
margin-top: 7vw;
}
.home #seventh .container {
width: 100%;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
gap: 50px;
}
.home #seventh .container .text {
max-width: 615px;
opacity: 0.3;
transform: scale(0.9);
transform-origin: top left;
}
.home #seventh .container .text p {
text-align: center;
}
.blog #content {
min-height: unset;
}
.blog #heading .container {
background-color: #7FECF5;
border-radius: 30px;
padding: 30px;
}
.blog #first {
margin-top: 5.2vw;
margin-bottom: 70px;
}
.blog #first .container {
display: flex;
align-items: stretch;
justify-content: flex-start;
flex-wrap: wrap;
width: 100%;
position: relative;
}
.blog #first .container .single-post {
width: calc(100% / 2 - (70px / 2));
position: relative;
}
.blog #first .container .single-post:not(:nth-child(2n)) {
margin-right: 70px;
}
.blog #first .container .single-post a {
display: flex;
flex-direction: column;
align-items: flex-start;
gap: 15px;
width: 100%;
}
.blog #first .container .single-post a .div-img {
display: flex;
width: 100%;
position: relative;
border-radius: 30px;
overflow: hidden;
}
.blog #first .container .single-post a .div-img img {
width: 100%;
height: auto;
object-fit: cover;
}
.blog #first .container .single-post a .text {
width: 100%;
}
.page-template-template-base #first {
margin-top: 50px;
}
.single-post #heading .container {
background-color: #7FECF5;
border-radius: 30px;
padding: 20px;
}
.single-post #first {
margin-top: 5vw;
}
.single-post #first .container {
display: flex;
flex-direction: column;
align-items: flex-start;
gap: 30px;
}
.single-post #first .container .div-img {
width: 100%;
display: flex;
border-radius: 30px;
overflow: hidden;
position: relative;
}
.single-post #first .container .div-img img {
width: 100%;
height: auto;
object-fit: cover;
}
@media only screen and (max-width: 1600px) {
.home #third .row .col.left .text .par {
padding-top: 20px;
}
}
@media only screen and (max-width: 1500px) {
h1 {
font-size: 45px;
}
h2 {
font-size: 40px;
}
}
@media only screen and (max-width: 1440px) {
.home #first .row {
flex-direction: column;
align-items: flex-start;
gap: 20px;
}
.home #first .row .title, .home #first .row .text {
width: 100%;
}
.home #third .row .col.left .text {
padding-top: 35px;
}
.home #fifth .row {
padding-right: 30px;
}
.home #fifth .row .text .par {
max-width: 100%;
}
}
@media only screen and (max-width: 1350px) {
h1 {
font-size: 40px;
}
h2 {
font-size: 35px;
}
}
@media only screen and (max-width: 1190px) {
h1 {
font-size: 34px;
}
h2 {
font-size: 28px;
}
.home #second .container {
flex-direction: column;
align-items: flex-start;
gap: 15px;
}
.home #second .container .single-col {
width: 100% !important;
}
.home #fourth .container {
flex-direction: column;
align-items: flex-start;
gap: 15px;
}
.home #fourth .container .single-col {
width: 100% !important;
}
.home #sixth .container .single-row .title {
width: 35%;
}
.home #sixth .container .single-row .text {
width: 55%;
}
}
@media only screen and (max-width: 1024px) {
.home #heading .row {
flex-direction: column;
gap: 20px;
}
.home #heading .row .col.left {
width: 0;
z-index: 2;
}
.home #heading .row .col.left .text {
opacity: 0;
height: auto;
position: relative;
}
.home #heading .row .col.left .text h1 {
width: calc(90vw - 80px);
}
.home #heading .row .col.right {
width: 100%;
height: 0;
opacity: 0;
z-index: 1;
}
.home #first .title, .home #first .text {
opacity: 0.3;
transform: scale(0.9);
transform-origin: top left;
}
.home #second {
opacity: 1;
min-height: 700px;
}
.home #second .container .single-col {
opacity: 0;
}
.home #third .row {
flex-direction: column-reverse;
align-items: flex-start;
gap: 20px;
}
.home #third .row .col {
width: 100% !important;
}
.home #third .row .col.left .arrow {
position: relative !important;
transform: unset !important;
padding-top: 20px;
}
.home #third .row .col.right .div-img {
transform: translateX(-100%);
}
.home #fourth {
opacity: 1;
}
.home #fourth .container .single-col {
opacity: 0;
padding: 40px;
}
.home #fifth .row {
flex-direction: column-reverse;
align-items: center;
padding: 50px 30px 0;
overflow: hidden;
}
.home #fifth .row .div-img {
width: 100%;
max-width: 700px;
transform: translateY(100%);
}
.home #fifth .row .text {
width: 100%;
opacity: 0.3;
transform: scale(0.9);
transform-origin: top left;
}
.home #sixth .container .single-row {
padding: 0 5vw;
opacity: 0.3;
transform: scale(0.9);
transform-origin: top left;
}
.home #seventh .container .text {
opacity: 0.3;
transform: scale(0.9);
transform-origin: top left;
}
.blog #first .container .single-post {
width: 100%;
}
.blog #first .container .single-post:not(:nth-child(2n)) {
margin-right: 0;
}
}
@media only screen and (max-width: 768px) {
h1 {
font-size: 30px;
}
h2 {
font-size: 25px;
}
p, span {
font-size: 18px;
}
body {
padding-top: calc(60px + 10vw);
}
.boxed {
padding: 0 5vw;
}
.home #heading {
margin-top: 0px !important;
}
.home #sixth .container .single-row {
flex-direction: column;
gap: 10px;
}
.home #sixth .container .single-row .title, .home #sixth .container .single-row .text {
width: 100%;
}
.home #seventh .container {
align-items: flex-start;
}
.home #seventh .container .text p {
text-align: start;
}
.home section {
margin-top: 50px !important;
}
.home #fourth {
margin-top: 20px !important;
}
.home #third {
margin-top: 5vw !important;
}
.page-template-template-base #first {
margin-top: 20px;
}
}
@media only screen and (max-width: 450px) {
h1 {
font-size: 24px;
}
h2 {
font-size: 21px;
}
.home #heading .row .col.left {
padding: 30px;
}
}