/*----------------Nav Bar---------------------------*/
#navhome{
  color:#ff4d30;
}
.hidden{
  display: none;
}
.nav-link{
  font-weight: bold;
  font-size: large;
  position: relative;
}
.nav-link:hover{
  color: #ff4d30;
  font-family:sans-serif;
}
.btn2{
  font-size: large;
  font-weight: bold;
}
.btn2:hover{
  color: #ff4d30;
  font-family: sans-serif;
}
.btn3{
  background-color: #ff4d30;
  border:none;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 10px;
  color: white;
  font-weight: bold;
}

/*-------SignUp---*/

#form {
  width: 500px;
  padding: 20px;
  background-color: whitesmoke;
  border-radius: 4px;
  font-size: 12px;
}

#form h1 {
  color: #0f2027;
  text-align: center;
}

#form button {
  padding: 10px;
  margin-top: 10px;
  width: 100%;
  color: white;
  background-color:#ff4d30;
  border: none;
  border-radius: 4px;
  font-size: 15px;

}

.input-control {
  display: flex;
  flex-direction: column;
}
.input-control label{
  font-size: 15px;
}

.input-control input {
border: 2px solid #f0f0f0;
border-radius: 4px;
display: block;
font-size: 15px;
padding: 10px;
width: 100%;
}

.input-control input:focus {
  outline: 0;
}

.input-control.success input {
  border-color: #09c372;
}

.input-control.error input {
  border-color: #ff3860;
}

.input-control .error {
  color: #ff3860;
  font-size: 10px;
  height: 13px;
}
.register-link{
  font-size: 15px;
}



/*-----------------Carousel-------------------------------*/


.carousel-inner{
    background-image:url(Image/BG8.png);
    background-size: cover;
    background-position: center;
    height: 600px;
}
.carousel-item{
     height: 100vh;
     min-height: 300px;
}
.carousel-caption{
    bottom: 470px;
    z-index: 2;
    left: 8%;
}
.carousel-caption h5{
    font-size: 45px;
    margin-top: 25px;
    margin-bottom: 50px;
    color:black;
    font-weight: 700;
    text-align: left;
}
.carousel-caption h5 span{
    color: #ff4d30;
}
.carousel-caption p{
    width: 60%;
    font-size: 18px;
    line-height: 1.8;
    color: black;
    text-align: left;
}
.carousel-caption a{
    text-transform: uppercase;
    text-decoration: none;
    background: #ff4d30;
    padding: 5px 20px;
    display: inline-block;
    color:white;
    margin-top: 15px;
    border-radius: 5px;
}
#a2{
    text-transform: uppercase;
    text-decoration: none;
    background: black;
    padding: 5px 20px;
    display: inline-block;
    color:white;
    margin-top: 15px;
    border-radius: 5px;
}

/* Media query for screens smaller than 768px */
@media only screen and (max-width: 768px) {
  .carousel-caption {
    bottom: 40%;
    left: 5%;
}

.carousel-caption h5 {
    font-size: 2rem;
    margin-bottom: 10px;
}

.carousel-caption p {
    width: 100%;
}


.carousel-item img {
    width: 100%;
    height: 250px;
}
}

/*-------------------------Booking-------------------*/
#CardBooking{
padding-top: 100px;
}
#CardForm{
background-image:url(Image/f1.png);
background-position: center;
background-size: cover;
border: none;
box-shadow: 2px 2px 2px 2px gray;
}
#btnform{
    background-color: #ff4d30;
    margin-top: 45px;
    padding: 5px;
    height: 45px;
    border-radius: 10px;
    box-shadow: 0 10px 15px rgba(255,83,48,.35);
    text-align: center;

}
.col-md-4 .btn{
  color:white
}



/*---------------------Plan----------------------------*/

#Plan_container{
  padding-bottom: 100px;
  margin-bottom: 50px;
}

.plan-container{
  padding-top: 100px;
  padding-bottom: 100px;

}
#CardPlan{
  border: none;
}

.plan-container_title{
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
}

#CardBooking{
    border: none;
}
.card-img-top{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;

}
.card-bodyA{
  text-align: center;
}


/*------------------------Favorite---------------------------*/

.pick-section {
    padding: 10rem 0;
    margin-top: 100px;
  }
  
  .pick-container_title {
    margin: 0 auto;
    text-align: center;
    color: #010103;
    max-width: 50rem;
    margin-bottom: 5rem;
  }
  
  .pick-container_title p {
    font-size: 1.6rem;
    font-family: "Rubik", sans-serif;
    color: #706f7b;
    line-height: 1.5;
  }
  
  .pick-container_title h3 {
    font-size: 2.4rem;
    font-family: "Rubik", sans-serif;
    font-weight: 500;
  }
  
  .pick-container_title h2 {
    font-size: 4.2rem;
    font-family: "Poppins", sans-serif;
    margin: 0.5rem 0 1rem 0;
  }
  
  .pick-container_car-content {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
  }
  
  .pick-box {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
  
  .pick-box button {
    font-size: 1.5rem;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    border: none;
    cursor: pointer;
    padding: 1rem 2rem;
    background-color: #e9e9e9;
    transition: all 0.2s;
    text-align: left;
  }
  
  .pick-box button:hover {
    background-color: #ff4d30;
    color: white;
  }

  .box-cars{
    background-image: url(Image/p7.png);
    background-size: cover;
    background-position: center;
  }
  
  .box-cars img {
    padding-top: 100px;
    width: 400px;
    height: 500px;
    padding-bottom: 50px;
  }
  
  .pick-description__price {
    width: 100%;
    background-color: #ff4d30;
    font-size: 1.8rem;
    display: flex;
    align-items: center;
    gap: 1.5rem;
    color: white;
    padding: 0.1rem 1.9rem;
    white-space: nowrap;
  }
  
  .pick-description__price span {
    font-size: 2.8rem;
    font-weight: 700;
  }
  
  .pick-description__table {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    font-size: 1.2rem;
  }
  
  .pick-description__table__col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    text-align: center;
    grid-template-rows: auto;
    padding: 0.5rem 0.5rem;
    border-bottom: 2px solid #706f7b;
    border-right: 2px solid #706f7b;
    border-left: 2px solid #706f7b;
  }
  
  .pick-description__table__col span:nth-child(1) {
    border-right: 2px solid #706f7b;
  }
  
  .cta-btn {
    font-size: 2rem;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 600;
    color: white;
    font-family: "Poppins", sans-serif;
    background-color: #ff4d30;
    padding: .5rem 1rem;
    display: flex;
    width: 100%;
    justify-content: center;
    margin-top: 1.4rem;
    transition: all 0.3s;
    box-shadow: 6px 6px 0 #efe9e9;
  }
  
  .cta-btn:hover {
    background-color: #e9381d;
  }
  
  .colored-button {
    background-color: #ff4d30 !important;
    color: white;
  }

  /* Media query for screens smaller than 768px */
@media only screen and (max-width: 768px) {
  .pick-container_title {
      max-width: 100%;
      padding: 0 20px;
  }

  .pick-container_car-content {
      flex-direction: column;
  }

  .box-cars img {
      width: 100%;
  }
}

/* Media query for screens larger than 1200px */
@media only screen and (min-width: 1200px) {
  .pick-container_title {
      max-width: 70rem;
  }

  .pick-container_car-content {
      max-width: 1200px;
      margin: 0 auto;
  }
}
  
/*------------about------------------ */
.About_BG{
  margin-top: 100px;
  margin-bottom: 50px;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: rgb(36, 35, 35);
  color: white;
  text-align: center;
}
#CardAbout{
  border: none;
}
.About_image{
  padding-top:5px;
 padding-bottom:5px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
.AboutLink{
  text-decoration: none;
  background: #ff4d30;
  color: white;
  padding: 5px 20px;
  display: inline-block;
  margin-top: 15px;
  margin-bottom: 50px;
  border-radius: 5px;
}


/*---Testimonial---*/
#Testimonial{
  padding-bottom: 100px;
}
.testimonials-content_title{
  text-align: center;
  padding-top: 50px;
  padding-bottom: 200px;
}
#CardTest{
  position: relative;
  width: 350px;
  height: 250px;
  border-radius: 10px;
  border-color: #e9381d;
  box-shadow:black;
  transition: 0.5s;
  padding: 0px 50px;
  background:white;
  cursor: pointer;
}
#CardTest:hover{
  height: 400px;
}
.TestImgBox{
  position: relative;
  width: 100%;
  height: 100%;
  transform: translateY(-40px);
  border-radius:10px;
}
.TestImgBox img{
  width: 100%;
  border-radius: 50px;
}
.TestContent h2{
  text-align: center;
}
.TestContent p{
  padding-top: 2px;
  padding-bottom: 10px;
  text-align: center;
  transform: translateY(-450px);
  opacity: 0;
  transition: 0.3s;
}
#CardTest:hover >.TestContent p{
  height: 300px;
  opacity: 1;
  transform: translateY(2px);
}

/*------FAQ-------*/
#FAQHeader {
  text-align: center;
  padding-bottom: 50px;
  padding-top: 100px;
}
#FAQContent{
  padding-bottom: 100px;
}
.accordion-button{
  background-color:white;
}

.accordion{
  --bs-accordion-active-bg:#ff4d30;
  --bs-accordion-btn-focus-box-shadow: 0 10px 15px rgba(255,83,48,.35);
  --bs-accordion-active-color:white;

}
