@import "../components/Headers/defaultHeader.css";
@import "../components/intro-text.css";


.whatsapp-contact a {
    display: block;
    position: relative;
}
.whatsapp-contact a:before {
    content: '';
    display: block;
    height: 50px;
    width: 50px;
    position: absolute;
    top: 50%;
    left: -55px;
    transform: translateY(-50%);
    background-image: url(/wp-content/uploads/2023/09/whatsapp_mosaici-di-barbara.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

/* CONTACT STRIPE
-------------------------------------------------------*/
    #contact-stripe {
        background: #e7dbcf;
        background: linear-gradient(to top right, #decdbb, #e7dbcf);
    }
    .bg-text {
        position: absolute;
        top: 0;
        left: 0.6%;
        z-index: 1;
        pointer-events: none;
    }
    .extra-big-title strong {
        font-family: var(--text-font-semibold) !important;
    }
    #contact-stripe > *:nth-child(2) {
        position: relative;
        z-index: 2;
    }
    #contact-stripe .bg-text {
        opacity: 0.7;
        top: -5.208vw;
    }
    #contact-stripe .bg-text,
    #contact-stripe .bg-text * {
        color: var(--color-light-gray);
        mix-blend-mode: multiply;
    }



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

}

/* Big Laptops - Ok until 1441 px
------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 1620px) {
    .whatsapp-contact a:before {
        height: 45px;
        width: 45px;
        left: -50px;
    }
}

/* Standard Laptops - Ok until 1281px
------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 1440px) {
    .whatsapp-contact a:before {
        height: 40px;
        width: 40px;
        left: -45px;
    }
}

/* Small Laptops - Ok until 1151px
------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 1280px) {
    a.floating-whatsapp-button.click-email {
        margin-top: 5px;
    }
}

/* Small Laptops - Ok until 993px
------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 1150px) {

}

/* Mobile Start ok until 768px
------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 992px) {

}

/* Mobile Landscape
------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
    #intro-text .stripe-container-inner {
        padding: 0;
    }
    
    a.floating-whatsapp-button.click-email {
        margin-top: 15px;
    }
    .whatsapp-contact a:before {
        height: 35px;
        width: 35px;
        left: -40px;
    } 
}

/* Mobile port
------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 400px) {

}