* {
    font-family: 'Work Sans', sans-serif;
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

body {
    margin: 0px;
}

.content {
    background: #6F63D9;
    /* height: 100vh; */
    padding-top: 8px;
}



@media (min-width: 1400px) {

    .container {
        max-width: 1200px !important;
    }
}

@media (min-width: 1450px) {

    .container {
        max-width: 1300px !important;
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 2rem !important;
        padding-left: 2rem !important;
    }
}

.navbar {
    padding-bottom: 18px !important;
}

.navbar-expand-lg .navbar-collapse {

    justify-content: space-around;
}

.navbar-collapse {
    flex-grow: 0 !important;
}

.navbar-brand img {
    max-width: 170px;
}

.nav-link {
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 32px;
    /* identical to box height, or 200% */

    text-align: center;

    color: #FFFFFF !important;
}

.navbar-light .navbar-toggler {
    border-color: transparent !important;
    background-color: #ffffff11 !important;
    border-radius: 50%;
    height: 58px;
    width: 58px;

}

.navbar-toggler div {

    width: 15px !important;
    height: 2px !important;
    background: #fff;
    margin: 3px auto;


}

.navbar-toggler:focus {
    box-shadow: none !important;
}

.social-part {
    display: flex;
    justify-content: center;
}

.social-part a {
    color: #FFFFFF;
    text-decoration: none;
    font-size: 16px;
    height: 20px;
    width: 20px;
}

.social-icon i {
    margin: 0px 4px;
    height: 55px;
    width: 55px;
    border-radius: 50%;
    background-color: #ffffff11;
    padding: 19px;
    text-align: center;
    transition: all .3s;
}

.social-icon i:hover {
    background-color: #fff;
    color: #6F63D9;
}


@media screen and (max-width:1199px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem !important;
        padding-left: .5rem !important;
    }
}

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

    .mobile-social {
        display: none;
    }
}

@media screen and (max-width:991px) {
    .nav-link {
        padding-right: 0px !important;
    }

    .desktop-social {
        display: none;
    }
}



@media screen and (min-width:768px) and (max-width:1200px) {
    .col-md-5 {
        width: 44.6666666667% !important;
    }

    .col-md-7 {
        width: 55.3333333333% !important;
    }
}

.hero {
    padding-top: 40px;
}

.hero .container .row {
    align-items: center !important;
}

.hero h3 {
    margin-bottom: 21px;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 32px;
    /* identical to box height, or 178% */

    text-transform: uppercase;

    color: #FFFFFF;
}

.hero h1 {
    margin-bottom: 50px;
    font-style: normal;
    font-weight: bold;
    font-size: 72px;
    line-height: 80px;
    /* or 111% */


    color: #FFFFFF;
}

.bottom-main {
    display: flex;
    align-items: center;
}

.button {

    display: inline;
    margin-right: 30px;
}

.hero-btn {
    border: none !important;
    outline: none !important;
    background: #F49E44;
    border-radius: 24px;
    padding: 13px 37px;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    text-decoration: none;
    color: #333333;
    transition: all .3s;
}

.hero-btn:hover {
    color: #FFFFFF;
}

.see-projects {
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 32px;
    /* identical to box height, or 160% */
    cursor: pointer;
    color: #FFFFFF;
}


.hero-img {
    width: 100%;
    position: relative;
}

.hero-img img {
    width: 100%;
    max-width: 672px;
}

.agency {
    margin-top: -90px;
}

.agency img {
    width: 100%;
}

@media screen and (max-width:1410px) {
    .hero h1 {
        font-size: 60px;
    }
}

@media screen and (max-width:1199px) {
    .agency {
        margin-top: -70px;
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    .hero h1 {
        font-size: 42px;
        margin-bottom: 30px;
    }

    .hero h3 {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .hero-btn {
        padding: 10px 20px;
        font-size: 14px;
    }

    .see-projects {
        font-size: 16px;
        transition: all .3s;
    }

    .agency {
        margin-top: -50px;
    }
}

@media screen and (max-width:767px) {
    .agency {
        margin-top: 72px;
    }

    .hero {
        padding-top: 56px;
    }

    .hero h1 {
        line-height: 64px;
        margin-bottom: 35px;
    }

}

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

    /* .hero-btn {
        padding: 10px 20px;
        font-size: 14px;
    } */

    .see-projects {
        font-size: 18px;
    }

    .hero-img img {
        width: 100%;
        max-width: 346px;
    }
}

@media screen and (max-width:373px) {
    .hero-btn {
        padding: 10px 20px;
        font-size: 14px;
    }

    .see-projects {
        font-size: 16px;
    }
}


.second-section {
    background: #EF634D;
}

.features {
    background-color: #fff;
    box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.195029);
    border-radius: 24px;
    padding: 90px 40px;
    max-width: 1170px;
    position: relative;
    top: -130px;
    margin: 0 auto;
}

.features-img {
    width: 100%;
}

.features-img img {
    width: 100%;
    max-width: 618px;
}

.text h3 {
    margin-bottom: 20px;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 32px;
    /* identical to box height, or 178% */

    text-transform: uppercase;

    color: #EF634D;
}

.text h2 {
    font-style: normal;
    font-weight: bold;
    font-size: 56px;
    line-height: 64px;
    /* or 114% */


    color: #333333;
    margin-bottom: 35px;

}

.inner-formati-icones {
    display: flex;
    margin-bottom: 24px;

}

.icone {
    background: #F6F1ED;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    min-height: 60px;
    min-width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icone img {
    max-width: 30px;
}

.info-icone {
    margin-left: 30px;
    max-width: 270px;
}

.title-icone span {
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 32px;
    /* identical to box height, or 133% */


    color: #333333;
}

.subtitle-icone span {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 32px;
    /* or 200% */


    color: rgba(51, 51, 51, 0.501557);
}


@media screen and (max-width:1368px) {
    .features {
        top: -100px;
    }
}

@media screen and (min-width:992px) and (max-width:1200px) {
    .features {
        top: -90px;
    }

    .text .features-h2 {
        font-size: 36px;
        margin-bottom: 20px;
        line-height: 44px;
    }

    .text .features-h3 {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .icone {
        width: 50px;
        height: 50px;
        min-height: 50px;
        min-width: 50px;
    }

    .icone img {
        max-width: 20px;
    }

    .title-icone span {
        font-size: 20px;
    }

    .subtitle-icone span {
        font-size: 14px;
        line-height: 22px;
    }
}

@media screen and (max-width:991px) {
    .features {
        padding: 30px 30px;
        top: -50px;
    }

    .text h2 {
        font-size: 40px;
        margin-bottom: 40px;
        line-height: 48px;
    }

    .features-h3 {
        margin-top: 42px;
    }

    .second-section {
        padding-bottom: 70px;
    }
}

@media screen and (max-width:640px) {
    .features {
        padding: 30px 30px;
        top: -30px;
    }

    .features-img img {
        width: 100%;
        max-width: 292px;
    }

}


@media screen and (max-width:370px) {
    .title-icone span {
        font-size: 20px;
    }

    .subtitle-icone span {
        font-size: 14px;
        line-height: 22px;
    }

}

.third-section {
    padding: 140px 0px;
    background: #F6F1ED;
}

.oferte-img {
    width: 100%;
    text-align: center;
}

.oferte-img img {
    width: 100%;
    max-width: 540px;
}

.third-section .row {
    align-items: center;
}


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

    .oferte-img {
        margin-top: 50px;
    }

    .third-section {
        padding: 74px 0px;
    }
}


.contattaci {
    background: url(../img/bg-diventa.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 90px 10px 112px;
}

.contattaci .text {
    text-align: center;
}

.contattaci .text h2,
.contattaci .text h3 {
    color: #fff;
}

@media screen and (max-width:767px) {
    .contattaci {
        background: url(../img/bg-diventa-mobile.png);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        padding: 90px 10px 90px;
    }
}

.flex {
    display: flex;
    justify-content: space-between;
}

.blog-btn {
    background: rgba(216, 216, 216, 0.32);
    mix-blend-mode: normal;
    border-radius: 24px;
    border: none;
    outline: none !important;
    padding: 14px 35px;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    text-align: center;

    color: #F49E44;
}

.dal-blog {
    padding: 74px 0px 46px;
    background: #F6F1ED;

}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-wrapper {
    padding-left: 0px !important;
}

.swiper-slide {
    /* width: max-content!important; */
    text-align: center;
    font-size: 18px;
    max-width: 770px !important;
    padding: 50px 0px;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    /* -webkit-justify-content: center; */
    /* justify-content: center; */
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}


.swiper-slide:last-child {}


.post-blog {
    max-width: 770px;
    background: #FFFFFF;
    box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.200323);
    border-radius: 24px;
    padding: 32px;
}

.image-slider {
    width: 100%;
}

.image-slider img {
    max-width: 338px;
    width: 100%;
}

.post-blog .container .row .col-lg-6 .text {
    text-align: start;
}

.flex h2 {

    margin-bottom: 0px !important;
    line-height: 48px;
}

.post-blog .container .row .col-lg-6 .text h2 {
    font-size: 40px;
    margin-bottom: 14px;
    line-height: 48px;
}

.post-blog .container .row .col-lg-6 .text h3 {

    margin-bottom: 32px;
}

.post-blog .container .row .col-lg-6 .text .subtitle-icone {

    margin-bottom: 32px;
}

.post-blog .container .row .col-lg-6 .text {

    margin-top: 26px;
}

.shape {
    position: absolute;
    max-width: 176px;
    margin-left: 100px;
    margin-top: 120px;
}

.post-blog .hero-btn {
    color: #fff;
}


@media screen and (min-width:1130px) and (max-width:1230px) {
    .post-blog .container .row .col-lg-6 .text h2 {
        font-size: 36px;
        margin-bottom: 15px;
        line-height: 38px;
    }

    .post-blog .container .row .col-lg-6 .text h3 {

        margin-bottom: 32px;
    }

    .post-blog .container .row .col-lg-6 .text .subtitle-icone {

        margin-bottom: 22px;
    }

    .post-blog .container .row .col-lg-6 .text {

        margin-top: 16px;
    }

}

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

    .post-blog .container .row .col-lg-6 .text h2 {
        font-size: 30px;
        margin-bottom: 15px;
        line-height: 38px;
    }

    .post-blog .container .row .col-lg-6 .text h3 {

        margin-bottom: 15px;
    }

    .post-blog .container .row .col-lg-6 .text .subtitle-icone {

        margin-bottom: 15px;
    }

    .post-blog .container .row .col-lg-6 .text {

        margin-top: 0px;
    }

}

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

    .shape {
        position: absolute;
        max-width: 176px;
        margin-left: 90px;
        margin-top: 120px;
    }

    .image-slider img {
        max-width: 286px;
        width: 100%;
    }

    .post-blog .container .row .col-lg-6 .text {

        margin-top: 32px;
        padding-left: 15px;
        padding-right: 20px;
    }

    .post-blog .container .row .col-lg-6 .text h2 {
        margin-bottom: 33px;
    }
}

@media screen and (max-width:600px) {
    .flex {
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .blog-btn {
        margin-top: 20px;
    }

    .swiper-slide {
        padding: 40px 10px;
    }

    .post-blog {
        padding: 32px 0px 48px;
    }

    .shape {
        position: absolute;
        max-width: 176px;
        margin-left: 3px;
        margin-top: 120px;
    }

    .post-blog {
        max-width: 346px;
        margin: 0 auto;
    }
}

.path {
    width: 8px;
    margin-left: 16px;
}

.title-icone {
    cursor: pointer;
    margin-bottom: 15px;
}

.faqs-answer {
    display: none;
}

.active .faqs-answer {
    display: block !important;
    max-width: 470px;
}

.active .path {
    transform: rotate(90deg);
}

.six-section {
    padding-top: 163px;
    padding-bottom: 158px;
    background-color: #fff;
}

.faqs-img {
    width: 100%;
}

.faqs-img img {
    max-width: 636px;
    width: 100%;
}


.six-section .text {
    margin-bottom: 25px;
}

.six-section .row {
    align-items: center;
}


.six-section .title-icone {
    display: flex;
    align-items: center;
}


@media screen and (max-width:991px) {
    .six-section {
        padding-top: 80px;
        padding-bottom: 72px;
    }

    .faqs-img {
        margin-bottom: 60px;
    }

    .six-section .title-icone {
        margin-bottom: 20px;
    }

    .six-section .text {
        margin-bottom: 32px;

    }
}





.footer {
    background: #6F63D9;
    padding-top: 202px;
    padding-bottom: 53px;
}

.footer .logo {
    margin-bottom: 20px;
}

.footer .logo img {
    width: 100%;
    max-width: 170px;
}

.footer-nav {
    display: flex;
}

.bottom-desc {
    max-width: 273px;
}

.bottom-desc span {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 32px;
    /* or 200% */


    color: rgba(255, 255, 255, 0.502972)
}

.footer-text {
    margin-bottom: 20px;
    margin-top: 10px;
}

.footer-text span {
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 32px;
    /* identical to box height, or 178% */

    text-transform: uppercase;

    color: #FFFFFF;
}

.footer-nav ul {
    list-style: none;
    margin-left: 0px !important;
    padding-left: 0px !important;
}

.footer-nav ul li a {
    color: #fff;
    text-decoration: none;
}

.about-menu {
    margin-right: 50px;
}

.footer .social-part {
    justify-content: start;
}

.footer .social-icon i {
    width: 48px;
    height: 48px;
    padding: 15px;
}

.footer .col-lg-4 {
    margin-bottom: 41px;
}

.footer .col-lg-5 {
    margin-bottom: 47px;
}

.line {
    margin-top: 64px;

}

.line div {
    width: 100%;
    height: 1px;

    background: #FFFFFF;
    mix-blend-mode: normal;
    opacity: 0.1;
}

.bottom-footer {
    margin-top: 58px;
}

.copyright span {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 32px;
    /* identical to box height, or 200% */


    color: rgba(255, 255, 255, 0.502972);
}



.terms-conditions ul {
    list-style: none;
    padding-left: 0px !important;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.terms-conditions ul li a {
    color: #fff;
    text-decoration: none;
}

@media screen and (max-width:991px) {
    .newsletter {
        margin-bottom: -50px;
    }

    .terms-conditions {
        margin-top: 30px;
    }

    .copyright {
        text-align: center;
    }

    .terms-conditions ul {
        justify-content: center;
    }

    .terms-conditions ul li a {
        color: #fff;
        text-decoration: none;
        padding: 5px 10px;
    }
}





/* chi siamo */
.paragraph-text {
    padding-top: 74px;
    padding-bottom: 69px;
}

.chi-siamo-title {}

.chi-siamo-title h1 {
    margin-bottom: 43px;
    font-style: normal;
    font-weight: bold;
    font-size: 56px;
    line-height: 64px;
    /* identical to box height, or 114% */


    color: #333333;
}

.chi-siamo-text span {
    font-style: normal;
    font-size: 16px;
    line-height: 32px;
    /* or 200% */


    color: #333333;
}

.contattaci-subtitle span {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 32px;
    /* or 200% */


    color: #333333;
}

.column-input {
    display: flex;
    flex-direction: column;
    max-width: 400px;
    width: 400px;
    margin-bottom: 25px !important;

}

.column-input input {
    outline: none !important;
    height: 34px;
}

.flex-input {
    display: flex;
    justify-content: space-between;
    /* flex-wrap: wrap; */
}

.contact-form {
    border: 2px solid #6F63D9;
    box-sizing: border-box;
    border-radius: 6px;
    width: 100%;
}

.message-field {
    border: 2px solid #6F63D9;
    box-sizing: border-box;
    border-radius: 6px;
    height: 212px;
    width: 100%;
    margin-bottom: 33px;
}

.button-contact-page {
    margin-top: 33px;
    text-align: end;
}

.concact-btn {
    background: #6F63D9;
    border-radius: 6px;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 32px;
    /* or 160% */

    text-align: center;

    color: #FFFFFF;
    border: none;
    outline: none;
    padding: 11px 30px;
    width: 200px;
}

.checkbox {
    display: flex;
}

.checkbox label {
    margin-top: -5px;
    margin-left: 10px;
}

#contactPageForm {
    max-width: 901px;
    margin: 33px auto;
}

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

    .column-input,
    .message,
    .checkbox {
        margin: 0px 10px;
    }

    .button-contact-page {
        margin-right: 10px;
    }

    .paragraph-text {
        padding-top: 40px;
    }
}


/* form valid */
label.error {
    color: rgb(247, 85, 85);
}

input.error {
    border: 1px solid rgb(247, 85, 85);
}

label#privacy-error.error {
    position: absolute;
    margin-top: 20px;
}

@media screen and (max-width:478px) {
    label#privacy-error.error {
        position: absolute;
        margin-top: 50px;
    }
}


.thankyou-image{
    width: 100%;
    max-width: 400px;
    text-align: center;
    margin: 0 auto;
}
.thankyou-image img{
    width: 100%;
}
.thankyou-button{
    margin-right: 0px;
    margin-top: 50px;
    display: block;
}
.thankyou-title{
    margin-bottom: 10px;
}
.thankyou-title h1{
    margin: 0px;
}
@media screen and (max-width:991px) {
    .thankyou-image {
        margin-top: 60px;
    }
}