body {
    font-family: 'Bakbak One', cursive;
    font-family: 'Roboto', sans-serif;
    background-color: #184147;
    color: black;
    background-repeat: repeat;
    background-size: auto;
    max-height: 200vh;
    overflow-y: scroll;
    background-position: -1px -2px;
    background-image: url("./output-onlinepngtools.png");
    overflow-x: hidden;
}

h1 {
    text-align: center;
    font-weight: bold;
    margin-bottom:55px;
    font-size: 30px;
}

h2{
    font-size: 17px;
    margin-bottom: 5px;
}

hr {
    margin: 40px 0;
}

form {
    border-top: #73cceb 5px solid;
    padding: 50px 0 90px;
}

button {
    border: 0;
    color: inherit;
    cursor: pointer;
    font: inherit;
}

.button_wrapper{
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    position: relative;
}

.button {
    align-items: center;
    margin: 0 auto;
    width: 100%;
    background-color: #73cceb;
    font-size: 16px;
    padding: 10px 0;
    text-align: right;
    position: relative;
    margin-top: 10px;
    padding-right: 18px;
    border: none;
    border-radius: 50px;
    border: 3px solid #73cceb;
    display: block;
    margin-top: 15px;
    max-width: 290px;
    font-weight: 500;
}

.form-check {
    margin-bottom: 20px;
}


.switch_container {
    margin: 20px 0;
    font-size: 16px;
}

.switch_container__small {
    margin: 10px 0;
    font-size: 15px;
    margin-left: 20px;
}

.switch_container__small span{
    margin-left:7px;
}

.container {
    margin-top: 5%;
}

.form_person_info {
    margin-top: 90px;
}

.form-check-input:checked[type=radio] {
    --bs-form-check-bg-image: none;
}

input[type=radio] {
    appearance: none;
    width: 33px;
    height: 33px;
    border-radius: 50%;
    background-clip: content-box;
    background-color: white;
}

input[type="radio"]:checked {
    background-color: #73cceb;
    padding: 4px;
}

.form-check-input:checked {
    border: #73cceb 1px solid;
}

.switch {
    position: relative;
    display: inline-block;
    width: 58px;
    height: 30px;
}

.switch--small {
    width: 30px;
    height: 20px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 22px;
    width: 22px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider--small:before {
    height: 15px;
    width: 15px;
    left: 2px;
    bottom: 3px;
}

.slider.slider--small{
    width: 29px;
}

input:checked+.slider.slider--small:before {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
}


input:checked+.slider {
    background-color: #73cceb;
}

input:focus+.slider {
    box-shadow: 0 0 1px #73cceb;
}

input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 24px;
}

.slider.round:before {
    border-radius: 50%;
}

.fa, .far, .fas {
    font-family: "Font Awesome 5 Free";
}
    

.rounded-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    background-color: #184147;
    color: #fff;
    border: none;
    border-radius: 50px;
    font-size: 16px;
    cursor: pointer;
    margin-top: 20px;
    text-align: left;
}

.rounded-button:hover {
    background-color: #73cceb;
    color: black;
}


.mobile {
    display: block;
}

.desktop {
    display: none;
}


.price_section__month_cost {
    font-size: 38px;
    font-weight: bold;
    display: block;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
    text-align: right;
    font-family: sans-serif;
    margin-bottom: -5px;
}

.price_section__mile_cost {
    font-size: 36px;
    font-weight: bold;
    line-height: 100%;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
    text-align: right;
    font-family: sans-serif;
    display: block;
}



img.logo {
    display: none;
    margin-left: -15px;
    width: 100px;
}

.mobile_logo_header {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    background-color: #184147;
    height: 58px;
    width: 130px;
    border-bottom-right-radius: 75%;
    z-index: 11;
}

.mobile_logo_header_wrapper {
    overflow: hidden;
    width: 120px;
    border-bottom-right-radius: 65%;
}

img.mobile_logo {
    min-height: 100%;
    object-fit: cover;
    margin-left: 10px;
    margin-top: 5px;
    width: 100px;
}


#price_section {
    bottom: 25px;
    width: 88%;
    right: 6%;
    position: absolute;
}


.car_response {
    color: #73cceb;
    font-size: 16px;
    font-weight: 400;
    display: none;
    border: 1px solid #73cceb;
    padding: 0px 15px 15px;
    margin-top: 20px;
}

#checkout-section{
    animation: flipInY; 
    animation-delay: 0.2s;
    animation-duration: 0.5s; 
    display: none;
}

#prissnurran-section, #checkout-section{
    padding: 60px 20px;
    padding-bottom: 140px;
    background: white;
    color: black;
}


#prissnurran-section{
    animation: jackInTheBox;
    animation-duration: 0.5s; 
    animation-delay: 0.2s;
}



@media only screen and (min-width: 1200px) {
  .desktop{
    display: inline-block;
  }

  .button {
    margin-top:20px;
    }
}
    
