body {
  background-image: url(https://piscinemonbleu.it/wp-content/uploads/2022/07/modernity-monbleu-3.jpeg);
  background-size: cover;
  background-position: 50% 0;
  background-repeat: no-repeat;
  min-height: 100vh;
}

.card-like {
  margin-top: 50px;
  margin-bottom: 50px;
  color: white;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 6px;
  padding: 50px;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.btn-irv {
  width: 100%;
  background: #038dab;
  color: #fff !important;
  font-weight: bold;
  padding: 10px 0;
  margin-top: 20px;
  transition: all 0.3s;
}
.btn-irv:hover {
  background: #02738d;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.btn-irv-default {
  font-weight: bold;
  background: #bbb;
  color: #fff !important;
}
.btn-irv-default:hover {
  background: #aaa;
}

.wizard {
  overflow: hidden;
}
.wizard .wizard-header {
  margin-bottom: 30px;
}
.wizard .wizard-header h1 {
  margin-top: 0;
  margin-bottom: 20px;
}
.wizard .wizard-header h1 small {
  color: #bbb;
}
.wizard .wizard-header hr {
  border-color: #038dab;
  border-top-width: 2px;
}
.wizard .wizard-header .steps {
  height: 15px;
}
.wizard .wizard-header .steps .wizard-step {
  background: #038dab;
  width: 15px;
  height: 15px;
  display: inline-block;
  margin: 0 10px;
  opacity: 0.2;
  border-radius: 50%;
  transition: all 0.8s;
}
.wizard .wizard-header .steps .wizard-step.active {
  opacity: 1;
}
.wizard .wizard-body {
  position: relative;
  transition: all 0.3s cubic-bezier(0.68, -0.3, 0.37, 0.6);
}
.wizard .wizard-body .step {
  transition: all 0.3s ease-in-out;
  position: absolute;
  width: 100%;
  top: 0;
  right: -100%;
  opacity: 0;
}
.wizard .wizard-body .step.initial {
  position: relative;
}
.wizard .wizard-body .step.off {
  opacity: 0 !important;
  right: 100% !important;
}
.wizard .wizard-body .step.active {
  right: 0;
  margin-left: 0;
  margin-top: 0;
  opacity: 1;
  transition: all 0.4s linear;
  transition-delay: 0.1s;
}
.wizard .wizard-footer {
  margin-top: 30px;
}
.pulsante{

}
.pulsante2{
}
.pulsante3{
}
.pulsante:hover{
  text-decoration: none;
}
.pulsante2:hover{
  text-decoration: none;
}
.pulsante3:hover{
  text-decoration: none;
}
.finale input,textarea{
  width: 100%;
  padding: 10px;
  border-radius: 10px;
  text-align: left;
  color: black;
  padding-left: 30px;
}
.piscina{
  background-color: #4c4c4ca3;
  width: 50%;
  height: 100%;
  margin-left: 5px;
  margin-right: 5px;
  border-radius: 10px;
}
.piscina-container{
  display: flex;
  margin: 20px 0px;
}
.p-header h4{
  margin: 0;
}
.p-header p{
  margin: 0;
}
.p-header {
  text-align: center;
  margin-top: 3%;
  padding: 5px;
  margin-bottom: 3%;
}
.p-content img {
  width: 100%;
  height: 300px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.p-content{
  position: relative;
}
.p-content .top{
  position: absolute;
  left: 10px;
  width: 25%;
  height: 100px;
  background: #868686d1;
  border-radius: 10px;
  top: 10px;
}
@media screen and (max-width: 992px){
  .col-md-offset-2 {
    margin-left: 0 !important
}
}
@media screen and (max-width: 800px){
  .piscina-container {
    display: flex;
    flex-wrap: wrap;
}
.dimensione{
  width: 100% !important;
}
.dim-cont {
  display: flex;
  margin: 10px 0px;
  flex-wrap: wrap;
}
.piscina{
  background-color: #4c4c4ca3;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  border-radius: 10px;
  margin-top: 5%;
}
}
@media screen and (max-width: 500px){
  .p-content .top{
    height: 70px;
    width: 25%;
  }
}
.dimensione{
  width: 33.3333%;
  background: #868686d1;
  padding: 20px 0px;
  text-align: center;
  margin: 5px;
  border-radius: 10px;
}
.dim-cont{
  display: flex;
  margin: 10px 0px;
}
.logo{
  width: 200px;
}
.finito{
  display: none !important;
}
#fine{
  display: none;
  text-align: center;
  margin-top: 50vh;
  background: #00000073;
  padding: 20px;
  color: white;
}