body{

background-color: #301BA8;
}


.about-section {
    position: relative;
    z-index: 1;
    background-color: #300273;
}

p{
  color: #fff;
  font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    margin: 0px;
    font-family: "Open Sans", sans-serif;
    letter-spacing: 2px;
}


.image  {
    vertical-align: middle;
    width: 100%;
    max-width: 400px;
    height: auto;
}



img, svg {
  vertical-align: middle;

  height: auto;
  max-inline-size: 100%;
  block-size: auto;
}


h1, h2, h3, h4, h5, h6 {
    font-family: Arimo;
    font-weight: 700;
    margin: 0px;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 2px;
}




* form */
textarea {
	resize: none;
}
.form-label {
	font-size: 12px;
	color: #5e9bfc;
	margin: 0;
	display: block;
	opacity: 1;
	-webkit-transition: .333s ease top, .333s ease opacity;
	transition: .333s ease top, .333s ease opacity;
  display: none;
  letter-spacing: 1px;
}


.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #5864ff;
    background-color: #300273;
    background-clip: padding-box;
    border-width: 0 0 2px 0 !important;
    border: 2px solid #ffffff;
  /*  color: #fff !important;*/
}





.form-control:focus {
	box-shadow: none;
	border-color: #fff;
}
.js-hide-label {
	opacity: 0;
}
.js-unhighlight-label {
	color: #999
}
.btn-start-order {
	background: 0 0 #ffffff;
    border: 1px solid #2f323a;
    border-radius: 3px;
    color: #2f323a;
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    line-height: inherit;
    margin: 30px 0;
    padding: 10px 50px;
    text-transform: uppercase;
    transition: all 0.25s ease 0s;
}
.btn-start-order:hover,.btn-start-order:active, .btn-start-order:focus {
	border-color: #5e9bfc;
	color: #5e9bfc;
}

/* fine form */


/* accordion inizio */
.accordion {
background-color: #300273;
color: #fff;
cursor: pointer;
padding: 18px;
width: 100%;
border: none;
text-align: left;
outline: none;
font-size: 15px;
transition: 0.4s;
border: none;

}

.active, .panel .accordion:hover {
  background-color: #300273;
 border: none;
 color: #7450FE;

}


.active, .accordion:active {
  background-color: #300273;
  border: none;
 border: none;
 color: #7450FE;
}




.panel {
padding: 0 18px;
background-color: #300273;
max-height: 0;
overflow: hidden;
transition: max-height 0.2s ease-out;
border-color: none;
}


/* accordion fine */
label {
    display: inline-block;
    color: #fff;
    letter-spacing: 1px;
}
