@charset "UTF-8";
/* CSS Document */

a{
	text-decoration: none;
}

.radius{
	border-radius: 30px;
}

/*COLOR*/
.background-primary{
	background-color: #04154D !important;
}

.background-secondary{
	background-color: #0015D3;
}

.background-tertiary{
	background-color: #2E064A !important;
}

.background-servizi{
	background: linear-gradient(180deg, #010855 0%, #2A0B47 100%);
}

.background-clienti{
	background: linear-gradient(180deg, #2A0B47 0%, #011FCA 100%);
}

.white{
	background-color: #FFFFFF;
	z-index: 1;
	margin-top: -4.5rem;
}

.bg-sfumatura{
	background: linear-gradient(180deg, #2A0B47 0%, #FFF 14.54%, #FFF 80.17%, #2A0B47 100%);
}

.background-cose{
	background: linear-gradient(180deg, #08164A 0%, #010855 100%);
}

.black{
	color: #000000;
}


/*FONT*/
h1, h2 {
	font-family: 'League Spartan', sans-serif;
	font-size: 35px;
	line-height: 100%;
	color: #FFFFFF;
}

h3 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	font-size: 50px;
	line-height: 86.17%;
	color: #FFFFFF;
}

p{
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 150%;
	color: #FFFFFF;
}

.privacy{
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 130%;
	color: #FFFFFF;
}

.underline{
	text-decoration: underline;
	color: #FFFFFF;
}

.titolo-form{
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 30px;
	line-height: 94.9%;
	text-align: center;
	color: #FFFFFF;
}

/*BUTTON*/
.mybutton{
	background-color: #821A66;
	border-radius: 0px 0px 20px 0px;
	border: none;
	font-family: 'Montserrat', sans-serif;
	font-weight: 900;
	font-size: 1.1rem;
	line-height: 27px;
	text-align: center;
	color: #FFFFFF;
	padding: 1rem 2rem;
}

main{
	margin-top: -10px;
}


/*NAV*/
.mynav{
	height: 70px;
    background-color: rgba(0,0,0,0)!important;
    backdrop-filter: saturate(180%) blur(20px);
    -webkit-backdrop-filter: saturate(180%) blur(20px);
}
.button-nav{
	font-size: 0.8rem;
	padding: 10px 10px;
}

.logo-menu{
	width: 70px;
}
@media screen and (min-width: 992px) {
	.button-nav{
	font-size: 16px;
}
}

/*VIDEO*/
#myVideo {
  max-width: 100vw; 
  max-height: 100vh;
}

/*FORM*/
.label-form{
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 16px;
	line-height: 150%;
	color: #FFFFFF;
}

.testo-form{
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 150%;
	color: #FFFFFF;
}

.form-control {
    display: block;
	margin-top:.3rem;
    width: 100%;
    height: 3rem;
    padding: .375rem .75rem;
    font-size: 0.9rem;
    line-height: 1.5;
    background-clip: padding-box;
    border-radius: 0;
	border: none;
	background-color: #ffffff;
	transition: none;
	color: #821A66;
}

.form-control:focus {
    color: #821A66;
	font-weight: 600;
	border-bottom: 8px solid #821A66;
	border-radius: 0px 0px 20px 0px;
    outline: 0;
    box-shadow: 0 0 0 0rem rgba(0,0,0,0);
}

.form-control-message {
    height:5rem;
}

.form-check-input[type=checkbox]{
	border-radius: 2px;
	background-color: #0015D3;
	border: 4px solid #ffffff; 
	width: 25px;
	height: 25px;
	margin-right: 10px;
}

select {
    outline-color: #821A66;
    border: 0px;
    padding: 10px;
    font-family: 'Montserrat';
}

@media screen and (min-width: 992px) {
	.form-control-message {
    height:7rem;
}
}

/*SERVIZI*/
.bg-social-media{
	background-image: url("../img/social-media.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	z-index: 10;
	position: relative;
}
.bg-web-design{
	background-image: url("../img/web-design.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	z-index: 10;
	position: relative;
}
.bg-graphic-design{
	background-image: url("../img/graphic-design.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	z-index: 10;
	position: relative;
}
.button-servizi{
	font-size: 15px;
	padding: 1rem 1rem;
}
.radius-dx{
	border-radius: 0px 0px 0px 30px;
}
.radius-sx{
	border-radius: 0px 0px 30px 0px;
}
@media screen and (min-width: 0px) and (max-width: 728px) {
	.services {
    display:none !important;
}
}

/*FOOTER*/
.text-social-footer {
    margin-left: 10px;
    margin-bottom: 0;
}

.logo-footer{
	width: 50px;
}
.footer-text{
	font-size: 12px;
}


.accordion:after {
	content: '+'; /* Unicode character for "plus" sign (+) */
	font-size: 50px;
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    color: #FFFFFF;
    position: absolute;
    right: 30px;
    bottom: 10px;
}

.active:after {
	content: "−"; /* Unicode character for "minus" sign (-) */
	font-size: 50px;
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    color: #FFFFFF;
    position: absolute;
    right: 30px;
    bottom: 10px;
}