﻿:root{--bs-primary: #C7A370;--bs-primary-rgb: 199,163,112;}
.navbar{--bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28199,163,112,1.0%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='4' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");}

/*lorenzo*/
.section-homepage .section-home-hero h1{font-weight: 600;letter-spacing: 3px;}
.section-homepage .section-home-hero h1 span{color:var(--bs-primary);}
.section-homepage .section-home-hero h2{font-family: 'Allura';font-size: 4rem;font-weight: normal;text-transform: initial;letter-spacing: 0;}

.section-homepage .section-home-hero .social-btn {transition: .5s;font-size: 1.2rem;width: 45px;height: 45px;line-height: 50px;text-align: center;border-radius: 50%;background-color: #e9ecef;color: #3f3f3f;display: inline-block;margin-right: .5rem;margin-bottom: .5rem;}
.section-homepage .section-home-hero .social-btn:hover {color: #fff;transform: translateY(-3px);}
.section-homepage .section-home-hero .social-btn.facebook:hover {background-color: #1877f2;}
.section-homepage .section-home-hero .social-btn.instagram:hover {background: radial-gradient(circle at 30% 107%, #fdf497 0, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);}
.section-homepage .section-home-hero .social-btn.youtube:hover {background-color: #c4302b;}
.section-homepage .section-home-hero .social-btn.tiktok:hover {background: linear-gradient(90deg, #ff0050 0, #000 100%);}
.section-homepage .section-home-hero .social-btn.whatsapp:hover {background-color: #25d366;}

body.dark-theme .section-homepage .section-home-hero .social-btn {color: #0e1012;}
body.dark-theme .section-homepage .section-home-hero .social-btn:hover{color: #fff;}

.section-servizi .slogan-servizi{font-size: 30px;font-style: italic;font-weight: 100;text-align: center;}
.section-servizi .slogan-servizi span{color:var(--bs-primary);}
.section-servizi .slogan-servizi p{margin-top: 4rem;}

.section-contatti .tit-contatti, .section-contatti .card-agenzia .info-item .dato-titolo, footer .titolo-footer{color:var(--bs-primary);}
.section-fh.contatti .div-h1 .sub-h1{color:var(--bs-primary);}

@media (max-width:991px) {
    .section-homepage .section-home-hero h2 {font-size: 2rem;}
    .section-servizi .slogan-servizi{margin-top:1rem;font-size: 25px;}
	.section-servizi .slogan-servizi p{margin-top: 2rem;}
}

/*FONTS*/
@font-face {font-family: 'Allura';src: url('fonts/Allura/Allura-Regular.woff2') format('woff2'),url('fonts/Allura/Allura-Regular.woff') format('woff');font-weight: normal;font-style: normal;font-display: swap;}
/*---------------FONTS*/