


.car-detail, .car-detail-row-1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}


 .border {
    display: block;
    height: 100%;
    border-left: 1px dashed #1E8CBC;
    font-family: "Poppins", sans-serif;
}

.car-detail-h2 {
    background-color: #0A213D;
    width: 100%;
    height: 70px;
    text-align: center;
    color: white;
    font-family: "Poppins", sans-serif;
    margin: 0;
    font-size: 32px;
    padding-top: 15px;
    margin-top: 10px;
}

.car-detail-img {
    width: 600px;
    height: 400px;
}

.car-detail-h3 {
    color: #0A213D;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 32px;        
}

.car-detail-h3 span {
    margin-left: 10px;
    font-size: 20px;
    font-weight: normal;
}

.vehicle-rental{
    background-color:  rgb(10,33,61);
    padding: 15px 0 90px 0;
    position: relative;
    height: 130px;
}
.vehicle-rental h3 {
    color: white;
    font-weight: bold;
    font-family: spectral;
    font-size: 30px;
    font-weight: 600
}

.vehicle-rental p {
    text-align: center;
    color: white;
      font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}
.travelslide{
    background-image: url("./media/webp/Slide\ 3.webp");
    background-size: 100%;
    background-repeat: no-repeat;
    height: 520px;
}
.dotline{
       display: block;
    height: 100%;
    border-left: 1px dashed #1E8CBC;
    font-family: "Poppins", sans-serif;
}
 @media (max-width: 768px){ 
.travelslide{
    background-image: url("./media/webp/Slide\ 3.webp");
    background-size: 100%;
    background-repeat: no-repeat;
    height: 150px;
}
.vehicle-rental{
    background-color:  rgb(10,33,61);
    padding: 15px 0 90px 0;
    position: relative;
    height: 130px;
}
.vehicle-rental h3 {
    color: white;
    font-weight: bold;
    font-family: spectral;
    font-size: 20px;
    font-weight: 600
}

.vehicle-rental p {
    text-align: center;
    color: white;
      font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
  font-size: 12px;
}
.car-detail-img {
    width: 250px;
    height: 200px;
}
 }

 /* form */

 .captcha{
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}
.captcha h3{
    font-family: spectral;
    font-weight: 600;
    color:rgb(10,33,61); 
}
.captcha p{
     font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 13px;
  color:rgb(10,33,61); 
}
.input1{
    font-size: 13px;
    color:rgb(10,33,61); 
    border: solid 2px skyblue;
    border-radius: 30px;
    height: 40px;
    width: 200px;
padding-left: 20px;
margin-top: 10px;

}
.input2{
    font-size: 13px;
    color:rgb(10,33,61); 
    border: solid 2px skyblue;
    border-radius: 30px;
    height: 40px;
    width: 200px;
padding-left: 15px;
margin-top: 10px;

}
.input3{
  font-size: 13px;
    color:rgb(10,33,61); 
    border: solid 2px skyblue;
    border-radius: 30px;
    height: 40px;
    width: 405px;
padding-left: 20px;  
margin-top: 10px;
}
.input4{
      font-size: 13px;
    color:rgb(10,33,61); 
    border: solid 2px skyblue;
    border-radius: 30px;
    height: 90px;
    width: 406px;
padding-left: 20px;  
margin-top: 10px;
padding-bottom: 50px;
}

/* button */

.btn {
 width:200px;
 height: 50px;
margin-top: 20px;
 background: rgb(10, 80, 112);
 color: white;
 border: 2px solid rgb(10, 80, 112) ;
 border-radius: 20px;
 font-size: 20px;
 font-weight: bold;
 cursor: pointer;
 position: relative;
 z-index: 1;
 overflow: hidden;
}

button:hover {
 color: black;
}

button:after {
 content: "";
 background: rgb(201, 196, 196);
  /* border: 2px solid rgb(10, 80, 112) ; */
 position: absolute;
 z-index: -1;
 left: -20%;
 right: -20%;
 top: 0;
 bottom: 0;
 transform: skewX(-45deg) scale(0, 1);
 transition: all 0.5s;
  
}

button:hover:after {
 transform: skewX(-45deg) scale(1, 1);
 -webkit-transition: all 0.5s;
 transition: all 0.5s;
}
.captcha h4{
    color: green;
    text-align: center;
    margin-top: 20px;
    font-size: 23px;
    font-weight: 600;
}

@media (max-width:1400px){
    .travelslide{
    background-image: url("./media/webp/Slide\ 3.webp");
    background-size: 100%;
    background-repeat: no-repeat;
    height: 500px;
}
}
@media (max-width:1000px){
    .travelslide{
    background-image: url("./media/webp/Slide\ 3.webp");
    background-size: 100%;
    background-repeat: no-repeat;
    height: 310px;
}
.vehicle-rental{
    background-color:  rgb(10,33,61);
    padding: 15px 0 90px 0;
    position: relative;
    height: 150px;
}
}
 @media (max-width: 568px){ 
     .travelslide{
    background-image: url("./media/webp/Slide\ 3.webp");
    background-size: 100%;
    background-repeat: no-repeat;
    height: 130px;
}
    .input1{
    font-size: 13px;
    color:rgb(10,33,61); 
    border: solid 2px skyblue;
    border-radius: 30px;
    height: 40px;
    width: 150px;
padding-left: 15px;
margin-top: 10px;
margin-left: 12px;

}
.getintouch{
    margin-top: 80px;
}
.captcha{
    margin-top: 20px;
}
.captcha h4{
    font-size: 16px;
}
.captcha h3{
    text-decoration: underline;
}
.input2{
    font-size: 13px;
    color:rgb(10,33,61); 
    border: solid 2px skyblue;
    border-radius: 30px;
    height: 40px;
    width: 150px;
padding-left: 15px;
margin-top: 10px;

}
.input3{
  font-size: 13px;
    color:rgb(10,33,61); 
    border: solid 2px skyblue;
    border-radius: 30px;
    height: 40px;
    width: 300px;
padding-left:15px;  
margin-top: 10px;
margin-left: 15px;
}
.input4{
      font-size: 13px;
    color:rgb(10,33,61); 
    border: solid 2px skyblue;
    border-radius: 30px;
    height: 90px;
    width: 300px;
    margin-left: 15px;
padding-left:15px;  
margin-top: 10px;
padding-bottom: 40px;
}
.btn {
 width:150px;
 height: 40px;
margin-top: 20px;
 background: rgb(10, 80, 112);
 color: white;
 border: 2px solid rgb(10, 80, 112) ;
 border-radius: 20px;
 font-size: 20px;
 font-weight: bold;
 cursor: pointer;
 position: relative;
 z-index: 1;
 overflow: hidden;
 margin-left: 100px;
 font-size: 15px;
}

 }

.travellers{
    color: #1E8CBC;
}

 .border1 {
    display: block;
    height: 100%;
    border-left: 1px dashed #1E8CBC;
    font-family: "Poppins", sans-serif;
}
@media (max-width:768){
    .getintouch{
        margin-top: 20px;
    }
}