.title{
    text-align:center;
}

.container {
    display: grid;
    grid-template-columns: 75% 25%;
    overflow: hidden;
}

.leftSide {
    /* grid-column: 1; */
    display: flex;
    flex-direction: column;
}

.image {
    display: flex;
    align-items: center;
    min-width: 650px;
    margin-top: 50px;
}

.information {
    padding-right: 30px;
    padding-left: 20px;
    grid-column: 2;
    padding-bottom: 20px;
    background-color: rgb(235, 235, 235);
}

.information label{
    display:block;
}

input[type="text"] {
    width: 100%;
}

input[type="email"] {
    width: 100%;
}

input[type="tel"] {
    width: 100%;
}

#textarea{
    width: 100%;
}

label, input[type="radio"] {
    display: inline-block;
}

.formTitle{
    text-align:center;
    font-weight: bold;
    margin-top: 40px;
}

#formTitle{
    text-align:center;
    font-weight: bold;
}

#img{
    width: 500px;
    margin-left: 5%;
}

#imgTop{
    width: 500px;
    margin: auto;
}

#carType{
    padding-left: 5%;
    font-size: 30px;
   
}

.lists{
    border: 2px solid gray;
    border-radius: 10px;
    margin: 5%;
    min-width: 480px;
    flex-shrink: 0;
}

.services {
    display:flex;
    flex-wrap: nowrap;
    padding-right: 10px;
    padding-inline-start: 0px;
}

.services ul li{
    padding: 10px 0; 
}

.list:not(#serviceTitle){
    flex:1;
    list-style-type: none;
}

#serviceTitle{
    display:block;
    margin-top: 15px;
    margin-bottom: 0;
}

.schedule{
    display:flex;
    justify-content: space-evenly;
    align-items: flex-start;
    text-align: center;
}

.calendar{
    border: 2px solid gray;
    /* border-radius: 10px; */
    flex-shrink: 0;
    flex-grow: 0;
    padding: 20px;
    border-collapse: collapse;
}

.total{
        border: 2px solid gray;
        border-top: 0px;
        border-collapse: collapse;
        flex-shrink: 0;
        padding: 20px;
        text-align: left;
        margin-bottom: 20px;
        display: inline-block;
        padding: 5px;
}

.totalBoat{
    text-align: left;
    margin-left: 10px;
    padding: 5px;
}

.price{
    text-align: left;
    font-weight: bold;
    font-size: 24px;
    display: inline-block;
    margin: 0px;
}

.booking{
    display:flex;
    flex-direction: column;
    border: 2px solid gray;
    min-width: 200px;
    flex-shrink: 0;
    margin-bottom: 20px;
}

#booking{
    margin-left: 15px;
    margin-right: 15px;
}

.row{
    display: flex;
    justify-content: space-between;
}

.column{
    flex:1;
    padding: 15px;
    flex-grow: 1;
}

.column:first-of-type{
    flex-grow:5;
}

#smallFlex{
    display:flex;
    align-items: flex-start;
}

#left{
    padding: 15px;
}

#submit{
    margin: 15px;
}

#reset{
    margin: 15px;
}



.button{
    background-color: red;
    color: white;
    /* border: 2px solid rgb(192, 192, 192); */
    border: 0px;
    border-radius: 9px;
    /* box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.5); */
    text-decoration: none;
    padding: 10px 20px;
    font-size: 15px;
  }

#caption{
    text-align: center;
    display: block;
}


  .bottomImg{
      width: 100%;
      background-image: url('../images/carFooter.jpg');
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
      height: 500px; 
      display: flex;
    justify-content: center;
    align-items: center;
  }


  .boatBottom{
    width: 100%;
    background-image: url('../images/boat.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    height: 500px; 
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
