@import "../components/Headers/defaultHeader.css";
@import "../components/Headers/homeHeader.css";


.floating-elements {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    right: 1em;
    z-index: 70;
}
.floating-elements > * {
    margin-top: 0.521vw; /*10*/
}
.floating-elements a {
    width: 3.125vw; /*60*/
    height: 3.125vw; /*60*/
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.625vw; /*12*/
    border-radius: 100%;
    overflow: hidden;
    line-height: 1;
}
.contact-us-float {
    display: none;
}
.contact-us-float a {
    background-color: #00a5aa;
}
.contact-us-float a:hover {
    background-color: var(--color_1);
}
.floating-elements > * svg {
    width: 100%;
}
.whatsapp-float a {
    background-color: #67c15e;
}
.whatsapp-float a:hover {
    background-color: #56a84e;
}



#team .three-col-grid {
    grid-gap: 1.563vw 3.125vw; /*30 60*/
}
#team .col {
    height: 100%;
    padding: 5vw 3.333vw; /*96 64*/
    background: var(--color-main);
    background: linear-gradient(180deg, rgb(0 165 170) 0%, rgb(31 119 121) 100%);
}
#team .col-icon {
    margin-right: 1.562vw; /*30*/
}
#team .col-icon img {
    width: 3.125vw; /*60*/
    height: 3.125vw; /*60*/
    min-width: 40px;
    min-height: 40px;
}
#team h2 {
    padding-bottom: 0.521vw; /*10*/
}
#team h3 {
    letter-spacing: 0;
    line-height: 1.2;
}

#team,
#intro-stripe {
    z-index: 2;
}
#intro-stripe .stripe-container {
    z-index: 2;
}
#intro-stripe ul:first-child {
    margin-top: 0 !important;
}
#intro-stripe ul:last-child {
    margin-bottom: 0 !important;
}

.with-bg-logo {
    overflow: hidden
}
.with-bg-logo .bg-stripe-logo {
    position: absolute;
    z-index: 1;
    bottom: 61%;
    width: 140%;
    transform: rotate(-25deg);
    left: -9%;
    bottom: 61%;
    pointer-events: none;
}
.with-bg-logo .bg-stripe-logo img {
    filter: brightness(0);
    opacity: 0.025;
}



.bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
#investimenti .stripe-container {
    z-index: 2;
}
#investimenti .col-content {
    border: 2px solid rgb(255 255 255 / 20%);
    padding: 3.125vw 2.604vw; /*60 50*/
    background-color: rgb(255 255 255 / 15%);
	-webkit-backdrop-filter: blur(10px); /*10*/
	backdrop-filter: blur(10px); /*10*/
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.2);
}


#investimenti .two-col-grid {
    grid-gap: 3.125vw;
}
#investimenti .col-content-description * {
    line-height: 1;
}
#investimenti .investment-title {
    margin-bottom: 1.042vw; /*20*/
}
#investimenti .investment-pre-number {
    margin-bottom: 0.365vw;  /*7*/
}
#investimenti .investment-number {
    margin-bottom: 0.781vw; /*15*/
}
#investimenti .divider {
    margin: 2.344vw 0; /*45 0 */
}
#investimenti .investment-percentage {
    margin-bottom: 0.885vw; /*17*/
}




#footer-logo {
    width: 13.021vw; /*250*/
    height: 3.802vw; /*73*/
}
#footer-notes {
    align-items: center;
}
#footer-notes .footer-notes-container-inner {
    gap: 0 1.823vw; /*0 35*/
}
.custom-cookie-anchor  {
    cursor: pointer;
}
#footer-notes a,
.custom-cookie-anchor  {
    text-decoration: unset !important;
}

#valori .col-icon {
    min-width: 15%;
    margin-right: 1em;
}

#valori .col-icon img {
    height: auto;
    filter: brightness(0) saturate(100%) invert(32%) sepia(91%) saturate(1619%) hue-rotate(158deg) brightness(103%) contrast(101%);
}

#investimenti .investment-pre-number {
    height: 5.208vw;
    min-height: 80px;
}





/* -----------------------------------------------------------------------------------------------------------------------
   -----------------------------------------------------------------------------------------------------------------------
   -----------------------------------------------------------------------------------------------------------------------
   -----------------------------------------------------------------------------------------------------------------------
   -----------------------------------------------------------------------------------------------------------------------
   ----------------------------------------------------- Media Query -----------------------------------------------------
   -----------------------------------------------------------------------------------------------------------------------
   -----------------------------------------------------------------------------------------------------------------------
   -----------------------------------------------------------------------------------------------------------------------
   ----------------------------------------------------------------------------------------------------------------------- */

@media screen and (max-width: 1920px) {
    .floating-elements a {
        width: 60px;
        height: 60px;
        padding: 12px;
    }
    .floating-elements > * {
        margin-top: 10px; /*10*/
    }

    #team .col {
        padding: 5rem 4rem;
    }
    #investimenti .col-content {
        -webkit-backdrop-filter: blur(10px); /*10*/
        backdrop-filter: blur(10px); /*10*/
    }
    #investimenti .investment-title {
        margin-bottom: 20px; /*20*/
    }
    #investimenti .investment-pre-number {
        margin-bottom: 7px;  /*7*/
    }
    #investimenti .investment-number {
        margin-bottom: 15px; /*15*/
    }
    #investimenti .investment-percentage {
        margin-bottom: 17px; /*17*/
    }

}


@media screen and (max-width: 1440px) {
    #team .col {
        padding: 4rem 3rem;
    }
    #intro-stripe .img-size_00 img {
        height: 28.472vw;
    }

    #intro-stripe .img-size_00 img {
        height: 32.031vw;
    }
}

@media screen and (max-width: 1280px) {
    #team .col-icon {
        margin-right: 20px;
    }
    #investimenti .col-content {
        padding: 40px 35px;
    }
    footer .stripe-container-inner {
        display: block;
    }
    footer #footer-logo {
        margin: 0 auto;
        width: 200px;
        height: 58px;
    }
    footer #footer-notes {
        text-align: center;
        justify-content: center;
        padding-top: 20px;
    }
    footer #footer-notes .footer-notes-container-inner {
        justify-content: center;
        gap: 10px 30px;
    }

    #investimenti .investment-title {
        font-size: 16px;
    }
    #investimenti .investment-pre-number {
        min-height: 70px;
    }
    #valori .four-col-grid {
        grid-template-columns: 1fr 1fr;
    }  
    #valori .col-icon {
        min-width: 8%;
    }
}


@media screen and (max-width: 1150px) {
    #team .col {
        padding: 3rem;
    }
    #valori .col-icon {
        min-width: 10%;
    }
    #investimenti .col-content {
        padding: 50px 20px;
    }
}

@media screen and (max-width: 992px) {
    #investimenti .c-txt .xl-title {
        display: inline-block;
    }
    #investimenti .three-col-grid {
        grid-template-columns: 1fr;
        grid-row-gap: 4rem;
    }

    #investimenti .investment-title {
        font-size: 20px;
    }

    #investimenti .investment-pre-number {
        height: 100%;
        min-height: unset;
        font-size: 28px;
    }

    .investement-number {
        font-size: 20px;
        padding-bottom: 15px;
    }

    #investimenti .divider {
        margin: 2rem;
    }
}


@media screen and (max-width: 767px) {
    .floating-elements a {
        width: 45px;
        height: 45px;
        padding: 8px;
    }
    .floating-elements {
        right: 10px;
    }
    .floating-elements > * {
        margin-top: 5px;
    }

    #massimizza .box-size_02 .col-content {
        height: 100%;
    }
    #valori .four-col-grid {
        grid-template-columns: 1fr;
    }
    #valori .content-sp_02 {
        padding: 2.5rem 1.5rem;
    }
    footer .stripe-container {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    footer #footer-logo {
        width: 180px;
        height: 52px;
    }
    footer #footer-notes .footer-notes-container-inner {
        gap: 5px 15px;
    }
    footer #footer-notes a {
        text-decoration: unset !important;
    }

    #intro-stripe .img-size_00 img {
        height: 320px;
    }
    #intro-stripe h2 span.d-block {
        display: inline-block;
    }
    .btn-contact-us.btn {
        min-width: 100%;
        border-radius: 5px;
    }

}

@media screen and (max-width: 600px) {
    #intro-stripe .img-size_00 img {
        height: 280px;
    }
    #team .col {
        padding: 2rem 1.5rem;
    }
    #team .stripe-container-inner.apply-pad-2 {
        padding-left: 0;
        padding-right: 0;
    }
    #investimenti .three-col-grid {
        grid-row-gap: 2rem ;
    }
    #investimenti .investment-pre-number {
        font-size: 26px;
    }
    .investement-number {
        font-size: 18px;
    }
    .btn-contact-us.btn {
        margin-top: 1.5rem;
        font-size: 14px;
        padding: 14px 20px;
        line-height: 1.2;
    }
    .btn-contact-us.btn:after {
        display: none;
    }
    #valori .content-sp_02 {
        padding: 2rem 1rem;
    }
    #valori .col-icon {
        min-width: 12%;
    }
}
