@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.cdnfonts.com/css/helvetica-neue-5");
* {
  box-sizing: border-box;
  text-decoration: none;
  list-style: none;
  margin: 0;
  padding: 0;
}

body {
  width: 100%;
  font-family: "Helvetica Neue", sans-serif;
  position: relative;
}

.backgroundBody {
  width: 100%;
  height: 100vh;
  position: fixed;
  background-image: url(/WASHINGTON-DC.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  z-index: 1;
}
#root {
  z-index: 2;
  position: relative;
}
nav {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  top: 0;
}
.checkbtn {
  font-size: 30px;
  float: right;
  margin-right: 40px;
  line-height: 80px;
  cursor: pointer;
  display: none;
}

#check {
  display: none;
}

.email {
  color: #ffffff;
}
.headContact {
  display: flex;
  justify-content: space-around;
  width: 100%;
  font-size: 16px;
  padding: 5px;
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
}
.headContact a {
  color: white;
  text-decoration: none;
}

.headContact div {
  display: flex;
  gap: 7px;
}
.headContact div p {
  margin-right: 10px;
}

.headNav {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 100%;
  color: white;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 10px;
}

.headNav ul {
  display: flex;
  gap: 1rem;
}
.headNav li {
  cursor: pointer;
}

.headNav h1 {
  font-size: 24px;
}

main {
  width: 100%;
}

.slider {
  display: flex;
  width: 100%;
  height: 95vh;
}
.slide-container {
  width: 100%;
  height: 100%;
  background-image: url(/Slide.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: white;
}

.slide-container p {
  font-size: 25px;
}
.slide-container h1 {
  font-size: 3rem;
  margin-bottom: 15px;
}

.slide-container span {
  max-width: 40ch;
  text-align: center;
  font-size: 1.2rem;
}

.slide-container button {
  font-size: 1.2rem;
  margin: 1.5rem;
  padding: 10px 20px;
  background-color: white;
  outline: none;
  border: 2px solid white;
  cursor: pointer;
  transition: all 0.5s ease;
}
.slide-container button:hover {
  background-color: transparent;
  color: white;
}

.service {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.serviceHead {
  display: flex;
  width: 100%;
  padding: 2rem;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  flex-direction: column;
  background-color: #24242a;
  color: white;
}

.serviceImg {
  width: 180px;
  height: 180px;
  /* clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%); */
  border: 1px solid white;
  border-radius: 50%;
  margin-bottom: 1rem;
}

.serviceHead p {
  font-size: 1.8rem;
  letter-spacing: 1.5px;
}

.serviceHead span::after {
  content: " ";
  display: block;
  width: 100px;
  height: 3px;
  background-color: white;
}

.serviceCard-container {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  padding: 4rem;
  gap: 1.5rem;
  background-color: white;
}
.serviceCard {
  display: flex;
  gap: 5px;

  align-items: center;
  flex-direction: column;
  color: #333333;
}
.serviceCard p {
  font-size: 24px;
}

.serviceCard .fa-solid {
  font-size: 3rem;
  margin-bottom: 20px;
}

.serviceCard span {
  font-size: 16px;
  max-width: 25ch;
  text-align: center;
  color: #5d5d5d;
}

@media (max-width: 952px) {
  .logo {
    font-size: 30px;
    padding-left: 50px;
  }
  .headNav ul li a {
    font-size: 16px;
  }
}

section.reservation {
  width: 100%;
  background: transparent;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 15px;
}

section.reservation > p {
  font-size: 2.5rem;
  letter-spacing: 1.5px;
  color: white;
}

section.reservation > span::after {
  content: " ";
  display: block;
  width: 100px;
  height: 3px;
  background-color: white;
  margin-top: 5px;
}

.reservationForm {
  margin-top: 20px;
  width: 60%;
  display: flex;
  align-items: center;
  flex-direction: column;
  background-color: white;
  border-radius: 15px;
  padding: 30px;
}

.reservationForm > p {
  width: 100%;
  margin-top: 20px;
  padding: 10px 15px;
  background-color: #ededed;
  color: #ef4423;
  font-size: 14px;
}

form {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-self: self-start;
  font-size: 16px;
  color: #4a4a4a;
}

.inputFormContainer {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 5px;
}
.DateAndTime-Container {
  display: flex;
  width: 100%;
  gap: 10px;
}

.inputFormContainer input {
  background-color: white;
  outline: none;
  padding: 10px 10px;
  border: 1px solid#b2b2b2;
  font-size: 14px;
  color: #4a4a4a;
}

select {
  background-color: white;
  outline: none;
  padding: 10px 10px;
  border: 1px solid#b2b2b2;
  font-size: 14px;
  color: #4a4a4a;
}

.carsContainer{
  width: 100%;
  display: flex;
  gap: .5rem;
  padding: 1rem;
  background-color: white;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.carsContainer p {
  font-size: 1.8rem;
  letter-spacing: 1.5px;
}

.carsContainer span::after {
  content: " ";
  display: block;
  width: 100px;
  height: 3px;
  background-color: black;
}

.carsCardContainer{
display: flex;
gap: 5rem;
width: 100%;
align-items: center;
justify-content: center;
margin: 1rem;
}

.carsCard{
  display: flex;
  align-items: center;
  flex-direction: column;
}

.carsCard img{
  border-radius: 5px;
}

.contact{
  position: relative;
  width: 100%;
  height: 80vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.contact > p:first-child {
  font-size: 2.2rem;
  letter-spacing: 1.5px;
  color: white;
}

.contact>p{
  max-width: 50ch;
  color: white;
  text-align: center;
  font-size: 1.8rem;
}

.contact span::after {
  content: " ";
  display: block;
  width: 100px;
  height: 3px;
  background-color: white;
}
#myVideo{
  top: 0;
  min-width:  100%;
  height: 100%;
  position: absolute;
  left: 0;
  object-fit: cover;
  z-index: -1;
}
