/* TOUR 3D SECTION               */

.tour_3D-section {
    background-color: #000;
    width: 100%;
    margin: 0;
    padding: 0;
   
}

/* CONTAINER PRINCIPALE */

.container-xxl-tour_3D {
    width: 100%;                /* non più 100% */
    max-width: 1400px;
    margin: 0 auto;            /* centra orizzontalmente */
    padding: 60px 50px;        /* padding più piccolo su mobile */
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    box-sizing: border-box;
}


.row-tour_3D-wrapper {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
}
.row-tour_3D-wrapper2 {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
}

/* TITOLI */

.titolo-tour_3d h2 {
    text-align: center;
    font-size: 45px;
    line-height: 52px;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    padding: 0 0 60px 0;
    color: #ffffff;
    margin-block-start: 0px !important;
    margin-block-end: 0px !important;
}

/* IFRAME RESPONSIVE             */

.iframe-wrapper {
    position: relative;
    width: 100%;
    max-width: 1400px;
    padding-bottom: 56.25%;
    /* 16:9 ratio */
    overflow: hidden;
}

.iframe-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.tour_3D-col-image {
    width: 100%;           
    display: flex;         
    justify-content: center;
    padding-bottom: 60px;
    height: auto;
}


/* ============================= */

/* COLONNE SINISTRA / DESTRA     */

/* ============================= 

.row-tour_3D-columns {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    width: 100%;
    justify-content: space-between;
} */

.tour_3D-col-left {
    width: 50%;
    max-width: 620px;
    display: flex;
    justify-content: center;
}



.tour_3D-col-right {
    width: 50%;
    max-width: 620px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

/* PADDING INTERNO */
.content-block-left-tour_3D {
    padding-right: 30px
}
.content-block-right-tour_3D {
    padding-left: 30px
}

/* TITOLI INTERNI */

.main-title-tour_3D {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 45px;
    line-height: 54px;
    color: #fff;
    padding: 0 0 20px 0;
    margin-block-start: 0px !important;
    margin-block-end: 0px !important;
}

.main-description-tour_3D, .main-description-tour_3D-2 {
    font-family: 'Inter', sans-serif;
    font-size: 22px;
    line-height: 28px;
    font-weight: 400;
    color: #fff;
    padding: 0 0 20px 0;
    margin-block-start: 0px !important;
    margin-block-end: 0px !important;
}

.main-description-tour_3D-3 {
    font-family: 'Inter', sans-serif;
    font-size: 22px;
    line-height: 28px;
    font-weight: 400;
    color: #fff;
    padding: 0 0 50px 0;
    margin-block-start: 0px !important;
    margin-block-end: 0px !important;
}

.subtitle-tour_3D, .subtitle-tour_3D-2, .subtitle-tour_3D-3 {
    font-family: Inter, sans-serif;
    font-size: 30px;
    line-height: 36px;
    font-weight: 400;
    margin-block-start: 0px !important;
    margin-block-end: 0px !important;
    padding-bottom: 20px;
    color: #ffffff;
}

.subtitle-desc-tour_3D, .subtitle-desc-tour_3D-2, .subtitle-desc-tour_3D-3 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
    color: #fff;
    margin-block-start: 0px !important;
    margin-block-end: 0px !important;
}

/* DIVIDER */

.divider-tour_3D {
    width: 100%;
    max-width: 568px;
    height: 1px;
    background-color: #fff;
    margin-bottom: 30px;
    margin-top: 30px;
    opacity: 1;
    color: white;
}

/* PULSANTI */

button.btn-preventivo-tour_3D.btn-blu {
    width: 300px;
    height: 54px;
    background-color: #008bee;
    border: 0;
    border-radius: 30px;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #fff;
    text-align: center;
    cursor: pointer;
}

button.btn-preventivo-tour_3D.btn-blu:hover {
    background-color: #0067b0;
}

/* MEDIA QUERIES */
/* CONTAINER XXL NTRIP CORRECTIONS */
@media (max-width: 409px) {
    .container-xxl-tour_3D {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (min-width: 410px) and (max-width: 699px) {
    .container-xxl-tour_3D {
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media (min-width: 700px) and (max-width: 870px) {
    .container-xxl-tour_3D {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (min-width: 871px) and (max-width: 1429px) {
    .container-xxl-tour_3D {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

/* LAYOUT MOBILE: IMPILATO */
@media (max-width: 699px) {
    .row-tour_3D-wrapper {
        flex-direction: column;
    }

    .tour_3D-col-image,
    .tour_3D-col-left,
    .tour_3D-col-right {
        width: 100%;
        max-width: 100%;
    }

    .titolo-tour_3d h2 {
        padding: 0 0 30px 0;
    }

    .tour_3D-col-image {
        margin-bottom: 0px;
    }

    button.btn-preventivo-tour_3D.btn-blu {
        margin-bottom: 50px;
    }

    .tour_3D-col-image {
        width: 100%;
    }
}

@media (max-width: 699px) {
    .tour_3D-col-left {
        width: 100%;
        max-width: 100%;
    }
}

@media (min-width: 700px) and (max-width: 870px) {
    .tour_3D-col-left {
        width: 50%;
        max-width: 435px;
    }
}

@media (min-width: 871px) and (max-width: 991px) {
    .tour_3D-col-left {
        width: 50%;
        max-width: 495.5px;
    }
}



@media (max-width: 699px) {
    .tour_3D-col-right {
        width: 100%;
        max-width: 600px;
    }
}

@media (min-width: 700px) and (max-width: 870px) {
    .tour_3D-col-right {
        width: 50%;
        max-width: 435px;
    }
}

@media (min-width: 871px) and (max-width: 991px) {
    .tour_3D-col-right {
        width: 50%;
        max-width: 495.5px;
    }
}

@media (max-width: 699px) {

    .content-block-right-tour_3D,
    .content-block-left-tour_3D {
        padding-right: 0px;
        padding-left: 0px;
    }
}



/* TITOLO */
@media (max-width: 368px) {
    .titolo-tour_3d h2 {
        font-size: 31px;
        line-height: 40px;
    }
}
/*  Da 369px a 374px */

@media (min-width: 369px) and (max-width: 374px) {
    .titolo-tour_3d h2 {
        font-size: 31px;
        line-height: 40px;
    }
}

/*  Da 375px a 408px */

@media (min-width: 375px) and (max-width: 408px) {
    .titolo-tour_3d h2 {
        font-size: 32px;
        line-height: 41px;
    }
}

/*  Da 409px a 413px */

@media (min-width: 409px) and (max-width: 413px) {
    .titolo-tour_3d h2 {
        font-size: 33px;
        line-height: 40px;
    }
}

/*  Da 414px a 429px */

@media (min-width: 414px) and (max-width: 429px) {
    .titolo-tour_3d h2 {
        font-size: 32.5px;
        line-height: 40px;
    }
}

/*  Da 430px a 790px */

@media (min-width: 430px) and (max-width: 790px) {
    .titolo-tour_3d h2 {
        font-size: 34px;
        line-height: 41px;
    }
}

/* Da 791px a 809px */

@media (min-width: 791px) and (max-width: 809px) {
    .titolo-tour_3d h2 {
        font-size: 35px;
        line-height: 42px;
    }
}

/* Da 810px a 829px */

@media (min-width: 810px) and (max-width: 829px) {
    .titolo-tour_3d h2 {
        font-size: 36px;
        line-height: 43px;
    }
}

/* Da 830px a 848px */

@media (min-width: 830px) and (max-width: 848px) {
    .titolo-tour_3d h2 {
        font-size: 37px;
        line-height: 44px;
    }
}

/* Da 849px a 886px */

@media (min-width: 849px) and (max-width: 886px) {
    .titolo-tour_3d h2 {
        font-size: 38px;
        line-height: 45px;
    }
}

/* Da 887px a 963px */

@media (min-width: 887px) and (max-width: 963px) {
    .titolo-tour_3d h2 {
        font-size: 39px;
        line-height: 46px;
    }
}

/* Da 964px a 1066px */

@media (min-width: 964px) and (max-width: 1066px) {
    .titolo-tour_3d h2 {
        font-size: 41px;
        line-height: 48px;
    }
}

/* Da 1067px a 1231px */

@media (min-width: 1067px) and (max-width: 1231px) {
    .titolo-tour_3d h2 {
        font-size: 43px;
        line-height: 51px;
    }
}

/* MAIN TITOLO */
@media (max-width: 368px) {
    .main-title-tour_3D {
        font-size: 31px;
        line-height: 40px;
    }
}
/*  Da 369px a 374px */
@media (min-width: 369px) and (max-width: 374px) {
    .main-title-tour_3D {
        font-size: 31px;
        line-height: 40px;
    }
}

/*  Da 375px a 408px */
@media (min-width: 375px) and (max-width: 408px) {
    .main-title-tour_3D {
        font-size: 32px;
        line-height: 41px;
    }
}

/*  Da 409px a 413px */
@media (min-width: 409px) and (max-width: 413px) {
    .main-title-tour_3D {
        font-size: 33px;
        line-height: 40px;
    }
}

/*  Da 414px a 429px */
@media (min-width: 414px) and (max-width: 429px) {
    .main-title-tour_3D {
        font-size: 32.5px;
        line-height: 40px;
    }
}

/*  Da 430px a 790px */
@media (min-width: 430px) and (max-width: 790px) {
    .main-title-tour_3D {
        font-size: 34px;
        line-height: 41px;
    }
}

/* Da 791px a 809px */
@media (min-width: 791px) and (max-width: 809px) {
    .main-title-tour_3D {
        font-size: 35px;
        line-height: 42px;
    }
}

/* Da 810px a 829px */
@media (min-width: 810px) and (max-width: 829px) {
    .main-title-tour_3D {
        font-size: 36px;
        line-height: 43px;
    }
}

/* Da 830px a 848px */
@media (min-width: 830px) and (max-width: 848px) {
    .main-title-tour_3D {
        font-size: 37px;
        line-height: 44px;
    }
}

/* Da 849px a 886px */
@media (min-width: 849px) and (max-width: 886px) {
    .main-title-tour_3D {
        font-size: 38px;
        line-height: 45px;
    }
}

/* Da 887px a 963px */
@media (min-width: 887px) and (max-width: 963px) {
    .main-title-tour_3D {
        font-size: 39px;
        line-height: 46px;
    }
}

/* Da 964px a 1066px */
@media (min-width: 964px) and (max-width: 1066px) {
    .main-title-tour_3D {
        font-size: 41px;
        line-height: 48px;
    }
}

/* Da 1067px a 1231px */
@media (min-width: 1067px) and (max-width: 1231px) {
    .main-title-tour_3D {
        font-size: 43px;
        line-height: 51px;
    }
}

/* MAIN DESCRIZIONE */

@media (max-width: 1066px) {
    .main-description-tour_3D,
    .main-description-tour_3D-2,
    .main-description-tour_3D-3 {
        font-size: 18px;
        line-height: 24px;
    }
}

@media (min-width: 1067px) and (max-width: 1231px) {
    .main-description-tour_3D,
    .main-description-tour_3D-2,
    .main-description-tour_3D-3 {
        font-size: 20px;
        line-height: 26px;
    }
}




@media (max-width: 369px) {
      .subtitle-tour_3D,
    .subtitle-tour_3D-2, 
    .subtitle-tour_3D-3 { 
        font-size: 22px;
        line-height: 28px;
    }
}

@media (min-width: 370px) and (max-width: 820px) {
      .subtitle-tour_3D,
    .subtitle-tour_3D-2, 
    .subtitle-tour_3D-3 { 
        font-size: 24px;
        line-height: 32px;
    }
}

@media (min-width: 821px) and (max-width: 943px) {
      .subtitle-tour_3D,
    .subtitle-tour_3D-2, 
    .subtitle-tour_3D-3 { 
        font-size: 27px;
        line-height: 33px;
    }
}

@media (min-width: 944px) and (max-width: 1066px) {
      .subtitle-tour_3D,
    .subtitle-tour_3D-2, 
    .subtitle-tour_3D-3 { 
        font-size: 28px;
        line-height: 34px;
    }
}

@media (min-width: 1067px) and (max-width: 1080px) {
      .subtitle-tour_3D,
    .subtitle-tour_3D-2, 
    .subtitle-tour_3D-3 { 
        font-size: 29px;
        line-height: 35px;
    }
}



@media (max-width: 1128px) {
    .subtitle-desc-tour_3D,
    .subtitle-desc-tour_3D-2,
    .subtitle-desc-tour_3D-3 {
        font-size: 16px;
        line-height: 22px;
    }

    .subtitle-desc-tour_3D,
    .subtitle-desc-tour_3D-2,
    .subtitle-desc-tour_3D-3 {
        margin-block-start: 0px !important;
        margin-block-end: 0px !important;
    }
}

@media (max-width: 369px) {
    .subtitle-desc-tour_3D,
    .subtitle-desc-tour_3D-2,
    .subtitle-desc-tour_3D-3  {
        line-height: 20px;
        font-size: 14px;
    }
}
