div.form{
    background-color: #C7AA74;
    background-image: url(/Photo/grafika_1.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left;
    width: 95vw;
    margin: 0 auto;
    text-align: center;
    border-radius: 15px;
    padding-top: 4vh;
    padding-bottom: 4vh;
    margin-top: 6vh;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px, rgba(0, 0, 0, 0.1) 0px 2px 4px 0px, rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;
    
}

.form-step {
    margin-bottom: 20px;
}

input, textarea, select{
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px, rgba(0, 0, 0, 0.1) 0px 2px 4px 0px, rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;
}

.button-container {
    display: flex;
   justify-content: center;
   margin-top: 2vh;
}

.button-container button {
    margin: 5px;
}

form.form{
    text-align: center;
    align-items: center;
    margin-top: 6vh;
        font-family: 'Rubik Doodle Shadow ';
        font-size: 16px;
      
      
   
}

input{
    height: 7vh;
    width: 30vw;
    border-radius: 15px;
    border: none;
    text-align: center;
}

textarea{
    height: 25vh;
    width: 45vw;
    border-radius: 15px;
    border: none;
    padding: 10px;
}

.button-send{
    margin-top: 6vh;
    padding: 10px 20px 10px 20px;
    background-color: #357266;
    color: white;
    border: none;
    height: 8vh;
    border-radius: 16px;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.button-send:hover{
    transform: scale(1.1);
    transition: ease-in-out 0.5s;
    background-color: white;
    color: #C7AA74;
}

.button-next{
    margin-top: 6vh;
    padding: 10px 20px 10px 20px;
    background-color: white;
    border-radius: 200%;
    border: none;
    height: 8vh;
}

.button-next:hover{
    transform: scale(1.1);
    transition: ease-in-out 0.5s;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
    background-color: #357266;


}

.button-back{
margin-top: 6vh;
padding: 10px 20px 10px 20px;
background-color: white;
border-radius: 200%;
border: none;
height: 8vh;
}

.button-back:hover{
    transform: scale(1.1);
    transition: ease-in-out 0.5s;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
    background-color: #357266;


}

.button-back-back{
    margin-top: 6vh;
    padding: 10px 20px 10px 20px;
    background-color: transparent;
    border-radius: 200%;
    border: none;
    height: 8vh;
    }
    
    .button-back-back:hover{
        background-color: white;
        transition: ease-in-out 0.5s;
        box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
        
    
    
    }



.form-price{
    margin-top: 6vh;
    font-size: 10px;
}

select{
    height: 5vh;
    width: 25vw;
    border-radius: 15px;
    border: none;
    text-align: center;
    margin-bottom: 6vh;
    padding-left: 10px;
    -webkit-appearance:none;
}

input.date{
    height: 2vh;
    width: 20vw;
    border-radius: 15px;
    border: none;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 10px;
   
}

input.range{
    -webkit-appearance: none;
    appearance: none;
    height: 0.5rem;
    cursor: pointer;
    width: 27.5rem;
    margin-top: 2rem;
}


input[type="range"]:focus {
    outline: none;
  }

 

input[type="range"]::-webkit-slider-runnable-track {
  background-color: #ffffffeb;
  border-radius: 5rem;
 
}


input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none; 
  appearance: none;
  
  background-color: #357266;
  border-radius: 2rem;
  height: 2rem;
  width: 2rem;
}

input[type="range"]:focus::-webkit-slider-thumb {
  outline: 3px solid #357266;
  outline-offset: 0.125rem;
}


input[type="range"]::-moz-range-track {
  background-color: #357266;
  border-radius: 5rem;
  height: 0.5rem;
}


input[type="range"]::-moz-range-thumb {
  background-color: #357266;
  border: none; 
  border-radius: 2rem;
  height: 2rem;
  width: 2rem;
}

input[type="range"]:focus::-moz-range-thumb{
  outline: 3px solid #357266;
  outline-offset: 0.125rem;
}

.label{
    margin-bottom: 1vh;
}

img.arrow{
    width: 2vw;
}

img.arrow-back{
    width: 2vw;
    transform: rotate(180deg)

}

@media screen and (max-width: 1024px) {
    
    .button-next{
        width: 11vw;
       
    }

    .button-back{
        width: 11vw;
       
    }

    img.arrow{
        width: 4vw;
    }

    img.arrow-back{
        width: 4vw;
    }

    textarea{
        width: 58vw;
    }
}


@media screen and (max-width:912px) {
    input{
        height: 7vh;
        width: 60vw;
        
    }

    #step3{
        background-color: rgba(255, 255, 255, 0.856);
        padding-top: 10px;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    #step4{
        background-color: rgba(255, 255, 255, 0.856);
        padding-top: 10px;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    textarea{
        height: 25vh;
        width: 80vw;
        text-align: center;
       
    }

    select{
        height: 5vh;
        width: 60vw;
        
    }

    input.date{
        height: 5vh;
        width: 60vw;
        
       
    }

    div.form{
        margin-top: -6vh;
    }

    .button-next{
        width: 13vw;
       
    }

    .button-back{
        width: 13vw;
       
    }

    img.arrow{
        width: 8vw;
    }

    img.arrow-back{
        width: 8vw;
    }

    .form-price{
        font-size: 16px;

    }

    p.form{
        font-size: 18px;
    }
}

@media screen and (max-width: 650px) {
    .button-next{
        width: 16vw;
       
    }

    .button-back{
        width: 16vw;
       
    }

    img.arrow{
        width: 6vw;
    }

    img.arrow-back{
        width: 8vw;
    }

    .form-price{
        font-size: 16px;

    }

    p.form{
        font-size: 18px;
    }
}
@media screen and (max-width:290px){
    div.form{
        margin-top: 40vh;
    }
}