:root {
    --color1: #cd0017;
    --color2: rgba(255, 255, 255, 0.7);
    --color3: black;
}


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Jost", sans-serif;
}


body {
    width: 100%;
    background-color: white;
    margin: 0;
    padding: 0;
}

img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

h1 {
    font-size: 55px;
    font-family: "League Spartan", monospace;
    line-height: 1.1;
}

h2 {
    font-size: 42.5px;
    font-family: "League Spartan", monospace;
    line-height: 1.1;
}

h3 {
    font-size: 35px;
    font-family: "League Spartan", monospace;
    line-height: 1.1;
}

h4 {
    font-size: 27.5px;
}

p,
li,
span,
label,
div {
    font-size: 17.5px;
    font-family: "Jost", sans-serif;
    line-height: 1.3;
}

.img-container {
    max-width: 100%;
}

a {
    text-decoration: none;
    color: black;
}

/*hover*/

.block1 .info h4:hover {
    background-color: var(--color1);
    color: var(--color2);
}

.block2 .form input[type="submit"]:hover,
.block2 .form .next-button:hover {
    background-color: darkred;
    border-radius: 5px !important;
}

.brand-features:hover {
    animation-play-state: paused;
}

.contorno .featuresfiscali-container .featuresfiscali span:hover {
    background-color: var(--color1);
    color: white;
}

.contorno .prodotti .prodotto .img-container img:hover {
    transform: scale(1.1);
    cursor: pointer;
    border-radius: 10px;
}

button,
.next-button,
img,
a,
.block1 .info h4 {
    transition: 100ms ease-out all;
}

/*header*/

.nav {
    height: 100px;
    width: 100%;
    background-color: var(--color2);
    margin: 0 auto;
    margin-top: 20px;
}

.nav .img-container img {
    height: 80px;
    width: 323.3px;
}

.nav .img-container {
    height: 80%;
    margin-bottom: 0 auto;
    text-align: center;
}

.bannerino {
    width: 100%;
    color: white;
    text-align: center;
    background-color: black;
}

.bannerino h3 {
    padding-top: 25px;
    max-width: 790px;
    margin: auto;

}

.bannerino p {
    padding-bottom: 25px;
    padding-top: 10px;
}

.bannerino h1 {
    border-bottom: 1px var(--color1) solid;
    max-width: 790px;
    margin: auto;
}

.bannerino span {
    color: var(--color1);
    font-size: 55px;
    font-family: "League Spartan", monospace;
}

/*main*/

.main {
    margin: auto;
    display: flex;
    max-width: 100%;
    background-image: url(https://storage.googleapis.com/img_meltemi/S-IMG/MW/ARQUATI/TENDE/hero.webp);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 25px;
    background-position: center;
}

.block1 {
    align-content: center;
    background-color: var(--color1);
    padding: 30px 10px 50px 10px;
    margin: auto;
    flex: 1;
    max-width: 600px;
}

.block1 .img-container img {
    padding: 20px 30px;
    padding-top: 0;
}

.block1 .info {
    text-align: left;
    margin: auto 30px;
}

.block1 .info p {
    border-bottom: 1px solid white;
    margin-top: 8px;
    color: white;
    padding: 3px 7px;
}

.block1 .info h4 {
    background-color: white;
    margin-top: 8px;
    color: var(--color1);
    padding: 8px 7px;
    font-size: 17.5px;
}

.block1 .info span {
    display: none;
}

/*form*/

.block2 {
    width: 600px;
    margin: auto;
    background-color: var(--color2);
    border: 3px solid var(--color1);
}

.block2 .intestazione {
    display: inline-block;
    margin: 20px;
    background-color: white;
    border: 0.5px solid var(--color1);
}

.block2 .intestazione h3 {
    padding: 20px;
    padding-right: 30px;
    margin-right: 10px;
    height: 100%;
    color: var(--color3);
}

.block2 .intestazione span {
    font-size: 17.5px;
    font-weight: lighter;
}

.block2 .form {
    border: solid 0.5px var(--color1);
    margin: 20px;
    padding-bottom: 70px;
    line-height: 1;
    background-color: white;
    position: relative;
}

.block2 .ssl-img {
    position: absolute;
    height: 50px;
    bottom: 20px;
    left: 25px;
}

.block2 .ssl-txt {
    position: absolute;
    bottom: 30px;
    right: 30px;
    font-weight: bolder;
    font-size: 10px;
    font-family: "calibri light", sans-serif;
}

.block2 .form .steps {
    margin: 20px 20px 0 20px;
}

.block2 .form .step-group {
    padding: 5px;
}

.block2 .step-group .intestazione {
    border: none;
    text-align: center;
    border-bottom: 1px solid #ededed;
}

.block2 .step-group .intestazione span {
    font-weight: bold;
    font-size: 20px;
    color: var(--color1);
}

/* errors*/

.block2 .error {
    text-align: center;
    height: 20px;
    position: relative;
}

.block2 .error p {
    color: red;
    font-family: "calibri light", sans-serif;
    font-size: 14px;
}

.block2 .error .error-camp,
.block2 .error .error-empty,
.block2 .error .error-privacy {
    position: absolute;
    bottom: 75px;
    width: 100%;
}

.block2 .form #step-1 .error p,
.block2 .form #step-2 .error p,
.block2 .form #step-3 .error p {
    border-bottom: none;
    margin: 0;
}

/* bottoni*/

.block2 .form .next-button,
.block2 .form .submit {
    background-color: var(--color1);
    color: white;
    padding: 10px;
    font-size: 20px;
    border: 1px solid var(--color1) !important;
    border-radius: 2.5px !important;
    text-align: center;
    max-width: none;
    margin-top: 30px;
}

.block2 .form .submit {
    height: 50px;
    width: 100%;
    position: static;
}

/*campi*/

.block2 .form .campo {
    position: relative;
    height: 60px;
}

.block2 .form select,
.block2 .form input {
    position: absolute;
    top: 10px;
    left: auto;
    right: 0;
    max-width: 40%;
    margin: 0;
}


.block2 .form select,
.block2 .form input {
    background-color: #ededed;
    color: var(--color3);
    border: none;
    padding: 5px;
    text-align: center;
    font-size: 15px;
    border-bottom: 1px solid var(--color1);
    border-radius: 2.5px;
}

.block2 .form label {
    position: absolute;
    top: 10px;
    left: 10px;
    max-width: 57.5%;
}


/*checkbox*/

.block2 .form input[type="checkbox"] {
    width: 15px;
    height: 15px;
    position: absolute;
    top: 10px;
    left: 30px;
    max-width: none;
}

.checkbox-items .wpcf7-form-control-wrap {
    position: relative;
}

.checkbox-items .label {
    width: auto;
}

/*specifiche steps*/

.block2 .form #step-3 a {
    font-weight: bold;
}

.block2 .form #step-2 p {
    margin-top: 10px;
    border-bottom: 0.5px solid #ededed;
    text-align: center;
    font-size: 15px;
}

.block2 .form #step-2 .campo p {
    position: absolute;
    margin-top: 0px;
    top: 10px;
    left: 50px;
    font-size: 15px;
    border-bottom: none !important;
    text-align: left;
}


/*contorno*/

.contorno {
    margin: auto;
}

.contorno .featuresfiscali-intestazione {
    background-color: #ededed;
    padding: 20px;
    font-weight: lighter;
    color: var(--color1);
}

.contorno .featuresfiscali-container {
    text-align: center;
    padding: 50px 0;
    padding-bottom: 0;
}

.contorno .featuresfiscali-container .featuresfiscali {
    margin-top: 50px;
    background-color: #ededed;
}

.contorno .featuresfiscali-container .featuresfiscali span {
    background-color: white;
    padding: 20px;
    margin: 0 40px;
    border: 1px solid var(--color1);
}

.contorno .prodotti {
    margin: 100px auto;
    display: flex;
    flex-wrap: wrap;
}

.contorno .prodotti .intestazione {
    width: 100%;
    display: block;
}

.contorno .prodotti .prodotto {
    position: relative;
    height: 400px;
    background-color: #ededed;
    min-width: 400px;
    max-width: 700px;
    flex: 1;
    margin: auto;
    margin-top: 25px;
}

.contorno .prodotti .img-container img {
    height: 350px;
    margin: 0 auto;
}

.contorno .prodotto-1 .img-container img {
    width: 466px;
}

.contorno .prodotto-2 .img-container img {
    width: 567px;
}

.contorno .prodotti .prodotto .img-container {
    height: 350px;
    width: 600px;
    position: absolute;
    top: 25px;
}

.contorno .prodotti .prodotto-1 {
    margin-left: 500px;
}

.contorno .prodotti .prodotto-2 {
    margin-right: 500px;
}

.contorno .prodotti .prodotto-1 .img-container {
    left: -400px;
}

.contorno .prodotti .prodotto-1 .descrizione-prodotto {
    right: 50px;
}

.contorno .prodotti .prodotto-2 .img-container {
    right: -400px;
}

.contorno .prodotti .prodotto-2 .descrizione-prodotto {
    left: 50px;
}

.contorno .descrizione-prodotto {
    position: absolute;
    flex: 1;
    display: flex;
    max-width: 400px;
    align-content: center;
    align-items: center;
    vertical-align: center;
    height: 100%;
}

.contorno .descrizione-prodotto li {
    max-width: 300px;
    padding: 10px 0;
    line-height: 1.2;
    text-align: left;
    margin: auto 35px;
    display: inline-block;
    border-bottom: 1px solid var(--color1);
}

.contorno .descrizione-prodotto span {
    font-weight: bold;
    color: var(--color1);
}

.contorno .prodotti h2,
h3 {
    font-weight: bold;
    text-align: center;
    font-size: 30px;
}

.contorno .prodotti h2 {
    color: var(--color1);
    font-weight: bold;
}

.contorno .prodotti h3 {
    font-weight: bold;
    margin-bottom: 20px;
    color: var(--color3);
}

.contorno .prodotti .img-container {
    min-width: 60%;
}

.brand-container {
    background-image: url('https://mytrack01.iluoghidellafede.it/frontend/assets/files/customer/ec58950l8ff89/Arquati/Tende/brand.jpg?_t=1774342906');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 700px;
    overflow: hidden;
    transition: from buttom;
}

.mobile-img {
    display: none;
}

.contorno .brand {
    max-width: 700px;
    background-color: var(--color2);
    padding: 50px 150px;
    margin: auto;
    margin-top: 150px;
}

.contorno .brand p {
    text-align: justify;
    margin-top: 30px;
    line-height: 1.2;
    font-weight: lighter;
}

.contorno .brand .img-container {
    width: 100%;
    display: inline-flex;
    height: 100px;
}

.contorno .brand .img-container img {
    margin: 0 auto;
    padding: 0;
    height: 100%;
}

.brand-features {
    width: 200%;
    display: inline-flex;
    animation: carosello linear 35s infinite;
    background: linear-gradient(to top, transparent 50%, white 50%);
}

.brand-features .feature {
    margin: 0 auto;
    background-color: black;
    padding: 2.5px;
    color: white;
    border: solid 3px black;
    box-shadow: 0 0 2px var(--color2);
    height: 150px;
    width: 13%;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
}

.brand-features .features2,
.brand-features .features1 {
    width: 50%;
    display: flex;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
    align-content: center;
    align-items: center;
}

.footer {
    background-color: #ededed;
    text-align: left;
    width: 100%;
    display: inline-flex;
    margin-bottom: 0;
    padding: 20px;
    line-height: 1.5;
    height: 100px;
}

.footer .img-container {
    padding: 0 20px;
    flex: 1;
}

.footer .intestazione {
    margin: auto;
}

.footer a {
    font-weight: 700;
}

@keyframes carosello {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

@media screen and (max-width: 800px) {
    h1 {
        font-size: 45px;
    }

    h2 {
        font-size: 37.px;
    }

    h3 {
        font-size: 30px;
    }

    h4 {
        font-size: 22.5px;
    }

    p,
    li,
    span,
    label,
    div {
        font-size: 15px;
    }

    .nav {
        height: 50px;
    }

    .bannerino {
        margin-top: 30px;
        z-index: 1;
    }

    .bannerino h1 {
        font-weight: bold;
    }

    .bannerino h3 {
        color: white;
        font-weight: normal;
    }

    .main {
        background-image: none;
        flex-wrap: wrap;
        padding: 0;
        margin: 0;
        width: 100%;
    }

    .block1,
    .block2 {
        width: 100%;
        max-width: none;
        margin: 0;
        padding: 0;
    }

    .block1 img,
    .block2 h3 span,
    .contorno .prodotti {
        display: none;
    }

    .block1 .info {
        margin: 10px;
    }

    .block1 .info span {
        display: inline;
    }

    .block1 .info span p {
        border-radius: 0;
        font-weight: bold;
        border: none;
        text-align: center;
    }

    .block1 .info h4 {
        padding: 7px 7px;
        font-weight: normal;
    }

    .block2 {
        z-index: 100;
        margin: 30px 10px;
        margin-bottom: 0;
        border: 2.5px var(--color1) solid;
    }

    .block2 .intestazione {
        width: 100%;
        text-align: center !important;
        margin: 0;
        border: none;
        border-bottom: 1px #ededed solid;
    }

    .block2 .intestazione h3 {
        font-size: 20px;
        border: none;
        margin: 0;
    }

    .block2 .form {
        width: auto;
        border: none;
    }

    .block2 .form label,
    .block2 .form select,
    .block2 .form input {
        max-width: none;
        position: static;
    }

    .block2 .form label {
        margin-top: 10px;
    }

    .block2 .form select,
    .block2 .form input {
        width: 100%;
        margin: 5px 0 20px 0;
        max-width: none;
    }

    .block2 .campo .form #step-3 .campo p {
        left: 30px;
        width: auto;
    }

    .block2 .form .submit {
        margin: 0;
    }

    .block2 #step-1 .next-button {
        margin-top: 50px;
    }

    .contorno .featuresfiscali-container .featuresfiscali {
        margin-top: 15px;
        margin-bottom: 30px;
    }

    .contorno .featuresfiscali-container .featuresfiscali span {
        display: inline-flex !important;
        flex-wrap: wrap !important;
        margin: 5px;
        padding: 20px;
    }

    .contorno .brand-container {
        margin-top: 50px;
    }

    .contorno {
        position: relative;
    }

    .mobile-img {
        display: block;
        height: auto;
        width: 100%;
    }

    .contorno .brand {
        padding: 40px 40px;
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
    }

    .contorno .brand-features {
        width: 600%;
    }

    .contorno .brand-features .feature {
        align-content: center;
        align-items: center;
        display: flex;
        text-align: center;
        justify-content: center;
    }

    .footer {
        padding: 10px;
        height: auto;
    }

    .footer .intestazione {
        width: 100%;
    }

    .footer img {
        display: none;
    }

}

@media screen and (max-width: 1000px) {
    .brand-features {
        width: 400%;
    }
}

@media screen and (min-width: 1750px) {

    p,
    li span,
    select {
        font-size: 20px;
    }

    .block1 {
        max-width: 750px;
        padding: 75px;
        margin: 150px;
    }

    .block2 {
        padding: 25px;
        margin: auto;
    }

    .block2 .form #step-1 p,
    .block2 .form #step-2 p,
    .block2 .form #step-3 p {
        font-size: 15px;
    }

    .contorno .prodotti .prodotto-1 .descrizione-prodotto {
        right: 10px;
    }

}