@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;
    }


/* FAST LINK
-------------------------------------------------------*/
	.single-fast-link {
	    width: 25%;
	}
	.single-fast-link img {
	    width: 5.208vw;
	    min-width: 5.208vw;
	    height: 5.313vw;
	}
	.fast-link-title {
	    padding-left: 15px;
	}
	.single-fast-link a:hover {
	    text-decoration: underline;
	}



@media screen and (max-width: 1920px) {
	/* FAST LINK
	-------------------------------------------------------*/
		.single-fast-link img {
		    width: 100px;
		    height: 102px;
		    min-width: 100px;
		}
		.fast-link-title {
		    padding-left: 15px;
		}
}

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

	.single-fast-link img {
	    width: 94px;
	    height: 96px;
	    min-width: 94px;
	}
}

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

	.single-fast-link img {
	    width: 85px;
	    height: 85px;
	    min-width: 85px;
	}
}

/* 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) {
	.single-fast-link img {
	    width: 75px;
	    height: 75px;
	    min-width: 75px;
	}
}

/* Mobile Start ok until 768px
------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 992px) {
	.single-fast-link img {
	    width: 65px;
	    height: 65px;
	    min-width: 65px;
	}

	#fast-link .stripe-container-inner {
	    gap: 45px 0;
	}
	#fast-link .single-fast-link {
	    width: 50%;
	}
	#fast-link .single-fast-link a {
	    justify-content: center;
	    gap: 40p;
	}
}

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

	.fast-link-title {
	    padding-left: 8px;
	}	
	.single-fast-link img {
	    width: 48px;
	    height: 48px;
	    min-width: 48px;
	}	
}

/* Mobile port
------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 400px) {
	.fast-link-title {
	    padding-left: 5px;
	}	
	.single-fast-link img {
	    width: 40px;
	    height: 40px;
	    min-width: 40px;
	}
}