.pageWrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif;
}
.navbar {
  background-color: #1f121c;
  height: 60px;
  display: flex;
  align-items: center;
  width: 100%;
  position: fixed;
  z-index: 999;
}
.navbarBurger {
  display: none;
}
.navLinks {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  width: 100%;
}
.link {
  color: white;
  text-decoration: none;
  padding: 0 10px;
  font-weight: 400;
  display: flex;
  align-items: center;
  font-family: "Roboto", sans-serif;
  letter-spacing: 1.5px;
}
.ccmLogo {
  margin-left: 10px;
}
a.ccmPage {
  background-color: #009c9e;
  padding: 10px;
  border-radius: 10px;
}
.mainVideo {
  position: relative;
  width: 100%;
  height: 60vh;
  overflow: hidden;
  opacity:0.9;
}
.mainVideo video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.overlayText {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: white;
  text-shadow: 6px 6px 10px rgba(0, 0, 0, 0.7);
  font-family: "Roboto", sans-serif;
}
.header {
  font-size: 4rem;
  margin: 0;
}
.slogan {
  font-size: 2rem;
  margin-top: 10%;
}
.container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
}
.mainPar {
  align-self: center;
  background-color: #1f121c;
  color: rgb(255, 255, 255);
  width: 90%;
  padding: 15px;
  font-size: 22px;
  white-space: pre-line;
  letter-spacing: 2px;
  text-align: center;
  border-radius: 10px;
}
.buttonsMainPage {
  display: flex;
  justify-content: center;
}
.mainButtonOne,
.mainButtonTwo {
  background-color: #1f121c69;
  border-radius: 10px;
  padding: 10px;
  margin: 20px;
  color: #1f121c;
  font-size: 22px;
  border: none;
  letter-spacing: 1.5px;
  font-weight: bolder;
  box-shadow: 5px 5px 3px rgb(0, 0, 0);
  text-decoration: none;
}
.mainButtonOne:hover,
.mainButtonTwo:hover,
.yourOpportunityBtn:hover,
.contactBtn:hover,
.btnSubmit:hover {
  background-color: #c18d67;
  cursor: pointer;
}
.mainButtonOne:active,
.mainButtonTwo:active,
.yourOpportunityBtn:active,
.contactBtn:active,
.btnSubmit:active {
  background-color: #976d4e;
  transform: scale(0.98);
}
.partners {
  display: flex;
  flex-direction: column;
  background-color: rgb(226, 223, 223);
  margin-top: 20px;
}
.partnerPar {
  display: flex;
  justify-content: center;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
}
.logo-wrapper {
  overflow: hidden;
  width: 100%;
}
.companies {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  gap: 40px;
}
.aboutContainer {
  display: flex;
  justify-content: space-evenly;
  gap: 8px;
  padding: 10px;
}
.valueList {
  padding: 0;
}
.coreValuesContainer {
  flex: 1;
  max-width: 500px;
  background-color: #d5d5d5;
  border-radius: 10px;
  margin-top: 60px;
}
.coreValues {
  align-self: center;
  font-size: 1.5rem;
  text-align: center;
  text-decoration: underline;
  margin-top: 50px;
}
.value {
  font-size: 1.8rem;
  list-style: none;
  text-align: center;
  padding: 5px;
}
.valueDescr {
  font-size: 1.2rem;
  border-radius: 10px;
  text-align: center;
  margin: auto;
  font-style: italic;
  padding: 8px;
}
.ourMission {
  flex: 1;
  max-width: 500px;
  margin-top: 50px;
}
.signImage {
  display: flex;
  justify-content: flex-end;
}
.missionPar {
  text-align: center;
  white-space: pre-line;
  font-size: 20px;
  margin-bottom: 10px;
  margin-top: 0;
}
.btnAboutUsSection,
.contactBtnContainer {
  display: flex;
  justify-content: center;
}
.mission {
  font-size: 20px;
}
.yourOpportunityBtn,
.contactBtn {
  background-color: #1f121c69;
  border-radius: 10px;
  padding: 15px;
  margin: 20px;
  color: #1f121c;
  font-size: 24px;
  border: none;
  font-weight: bolder;
  box-shadow: 3px 3px 3px rgb(0, 0, 0);
  text-decoration: none;
  text-align: center;
}
.opportunitiesContainer {
  display: flex;
  align-items: center;
  padding-top: 40px;
}
.opportunityList {
  display: flex;
  flex: 1;
  flex-direction: column;
  background-color: #d5d5d5;
  border-radius: 10px;
  margin-top: 20px;
}
.opPageImage {
  flex: 1;
  display: flex;
}
.driverImage {
  border-radius: 10px;
  width: 100%;
  height: 700px;
  margin-top: 20px;
}
.bolder {
  font-weight: bolder;
}
.hiring {
  align-self: center;
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 1.7rem;
}
.rentOrOwn {
  align-self: center;
  font-size: 18px;
  font-weight: bolder;
  font-style: italic;
  margin-top: 5px;
  margin-bottom: 15px;
  font-size: 1.6rem;
}
.requirementsToJoin,
.whatWeOffer {
  font-weight: bolder;
  margin-left: 60px;
  margin-bottom: 10px;
  margin-top: 20px;
  font-size: 1.6rem;
}
.requirement,
.offer {
  font-style: italic;
  font-size: 1.4rem;
  margin-left: 60px;
}
.getInTouchContainer {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  gap: 20px; /* helps with spacing between blocks */
  padding: 10px;
}

.phone,
.adress,
.hours {
  background-color: #1f121cb4;
  width: 350px;
  color: white;
  padding: 15px;
  font-size: 18px;
  line-height: 30px;
  border-radius: 10px;
  box-sizing: border-box;
  text-align: center;
  white-space: pre-line;
}
.opLinks {
  color: white;
  text-decoration: none;
}
.connect {
  text-decoration: underline;
}
.rentContainer {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.headerRent {
  align-self: center;
  margin-top: 70px;
}
.messageRent {
  align-self: center;
  color: green;
  font-weight: 3400;
  white-space: pre-line;
  text-align: center;
}
h4 {
  font-size: 20px;
  top: 15px;
  left: 20px;
  color: white;
  background: #1f1318ed;
  border-radius: 10px;
  padding: 10px;
}
.price {
  justify-self: center;
  padding: 5px;
  font-size: 20px;
  bottom: 30px;
  left: 5px;
}
.containerCars {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
.car {
  background: rgb(220, 217, 217);
  padding: 10px;
  border-radius: 10px;
  margin: 8px;
}
.weeklyPrice {
  font-weight: bold;
  color: green;
  font-size: 25px;
}
.contactForm {
  display: flex;
  justify-content: center;
}
.dailySchedule,
.phoneNumber,
.officeLocation {
  font-size: 1rem;
}
.workHours {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  background-color: rgb(248, 248, 127);
  align-items: center;
  border-radius: 10px;
}
.contactLink {
  text-decoration: none;
  color: black;
}
.contactHeader {
  font-size: 2rem;
  font-weight: bold;
  color: white;
  justify-self: center;
  word-spacing: 8px;
}
.formContainer {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  overflow: hidden;
}
.bgImage {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("new-york-city-manhattan-brooklyn-bridge.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.5;
  z-index: 0;
}
form {
  position: relative;
  z-index: 1;
  background-color: rgba(31, 18, 28, 0.95);
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 20px;
  border-radius: 10px;
  color: white;
  margin: 0;
}
label {
  font-weight: 400;
  word-spacing: 5px;
  padding: 5px;
  font-size: 20px;
  flex-direction: column;
  color: white;
}
.text-input {
  width: 350px;
  padding: 10px;
  display: flex;
  border-radius: 10px;
  margin: 10px;
}
.message {
  height: 150px;
}
.btnSubmit {
  font-weight: bold;
  width: 50%;
  background-color: #979697;
  border-radius: 10px;
  padding: 15px;
  margin: 20px;
  color: #1f121c;
  font-size: 22px;
  border: none;
  letter-spacing: 1.5px;
  font-weight: bolder;
  box-shadow: 5px 5px 3px rgb(0, 0, 0);
  text-decoration: none;
}
.site-footer {
  background-color: #1f121c;
  color: #fff;
  padding: 5px;
  text-align: center;
}
.site-footer a {
  color: #ffcc00;
  text-decoration: none;
  margin: 0 5px;
}
.site-footer a:hover {
  text-decoration: underline;
}
.footer-content {
  max-width: 1000px;
  margin: 0 auto;
}
.social-icons {
  margin-top: 10px;
}
.icon {
  width: 24px;
  height: 24px;
  margin: 0 8px;
  vertical-align: middle;
  filter: brightness(0) invert(1);
}
.ccmnyMainContainer {
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.comingSoonImg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.contentOverlay {
  position: relative;
  z-index: 2;
  text-align: center;
  color: white;
  padding: 10px;
  max-width: 90%;
  font-size: 1rem;
  margin-bottom: 1rem;
}
.returnButton {
  display: inline-block;
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.85);
  color: #000000;
  text-decoration: none;
  border-radius: 10px;
  font-weight: bold;
  transition: background-color 0.3s;
}
@media (max-width: 500px) {
  .navbar {
    display: none;
  }
  .navbarBurger {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #1f121c;
    height: 40px;
    padding: 10px;
    position: relative;
  }
  .burger {
    font-size: 2rem;
    background: none;
    color: #c18d67;
    border: none;
    cursor: pointer;
    margin-left: 10px;
  }
  .navLinksBurger {
    display: none;
    flex-direction: column;
    background-color: #52354b;
    position: absolute;
    top: 100%;
    right: 0;
    width: 200px;
    z-index: 998;
    padding: 10px;
  }
  .navLinksBurger.show {
    display: flex;
  }
  .navLinksBurger a {
    color: white;
    padding: 10px;
    text-decoration: none;
    text-align: right;
  }
  .header {
    font-size: 2.5rem;
    margin: 0;
  }
  .slogan {
    font-size: 1.5rem;
    margin-top: 10%;
  }
  .container {
    flex-wrap: wrap;
    flex-direction: column;
  }
  .mainPar {
    width: 90%;
    padding: 15px;
    font-size: 16px;
  }
  .buttonsMainPage {
    flex-wrap: wrap;
  }
  .mainButtonOne,
  .mainButtonTwo {
    background-color: #1f121c69;
    padding: 8px;
    margin: 10px;
    color: #1f121c;
    font-size: 16px;
    text-align: center;
    flex-direction: column;
  }
  .partners {
    margin-top: 15px;
    padding: 10px;
  }
  .partnerPar {
    display: flex;
    justify-content: center;
    font-size: 15px;
    margin: 8px;
    margin-bottom: 15px;
  }
  .companies {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    gap: 20px;
  }
  .companyLogo {
    width: 45px;
    height: 20px;
  }
  .site-footer {
    font-size: 13px;
  }
  .site-footer a {
    font-size: 12px;
  }
  .social-icons {
    margin-top: 10px;
  }
  .aboutContainer {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0;
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
  }
  .coreValues {
    align-self: center;
    font-size: 1.3rem;
    text-decoration: underline;
  }
  .coreValuesContainer {
    display: flex;
    flex-direction: column;
    background-color: #d5d5d5;
    border-radius: 10px;
    margin: 1em auto;
    align-items: center;
    width: 90%;
    max-width: 800px;
    box-sizing: border-box;
    padding: 1em;
  }
  .value {
    font-size: 1.5rem;
    list-style: none;
    text-align: center;
    padding: 7px;
    font-weight: bolder;
  }
  .valueDescr {
    font-size: 1rem;
    border-radius: 10px;
    text-align: center;
    margin: auto;
    font-style: italic;
    padding: 8px;
    font-weight: lighter;
  }
  .ourMission {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1em;
    gap: 1em;
  }
  .missionPar {
    width: 90%;
    max-width: 600px;
    text-align: center;
    font-size: 0.9rem;
    line-height: 1.5;
  }
  .responsivePar {
    display: block;
    margin: 1px;
    font-size: 16px;
  }
  .butlerSign,
  .phoneApp {
    max-width: 100%;
    height: auto;
  }
  .butlerSign {
    max-width: 80%;
    height: 120px;
  }
  .yourOpportunityBtn {
    background-color: #1f121c69;
    padding: 5px;
    margin: 20px;
    color: #1f121c;
    font-size: 16px;
    width: 300px;
    white-space: pre-line;
    text-align: center;
  }
  .opportunitiesContainer {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    padding: 0;
  }
  .opportunityList {
    display: flex;
    flex-direction: column;
    background-color: #d5d5d5;
    border-radius: 10px;
  }
  .opPageImage {
    opacity: 20%;
    position: relative;
  }
  .driverImage {
    border-radius: 10px;
    width: 100%;
    height: auto;
  }
  .bolder {
    font-weight: bolder;
  }
  .hiring {
    align-self: center;
    font-weight: bold;
    padding: 8px;
    font-size: 1.2rem;
  }
  .rentOrOwn {
    align-self: center;
    font-size: 1rem;
    font-weight: bolder;
    font-style: italic;
    margin-top: 5px;
    margin-bottom: 15px;
  }
  .requirementsToJoin,
  .whatWeOffer {
    font-weight: bolder;
    margin-left: 60px;
    margin-bottom: 10px;
    margin-top: 20px;
    font-size: 1.2rem;
  }
  .requirement,
  .offer {
    font-style: italic;
    font-size: 1rem;
    margin-left: 60px;
  }
  .getInTouchContainer {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0%);
    width: 80%;
    border-radius: 10px;
    color: white;
    z-index: 10;
    text-align: center;
  }
  .phone,
  .adress,
  .hours {
    width: 100%;
    line-height: 25px;
    font-size: 16px;
    white-space: none;
  }
  .opLinks {
    color: white;
    text-decoration: none;
  }
  .connect {
    text-decoration: underline;
  }
  .rentContainer {
    display: flex;
    flex-direction: column;
  }
  .headerRent {
    align-self: center;
    font-size: 20px;
    margin-top: 20px;
  }
  .messageRent {
    font-size: 16px;
    font-weight: 380;
    text-align: center;
    color: green;
    white-space: pre-line;
  }
  h4 {
    font-size: 18px;
    top: 15px;
    left: 20px;
    color: white;
    background: #1f1318ed;
    border-radius: 10px;
    padding: 8px;
  }
  .price {
    justify-self: center;
    padding: 5px;
    font-size: 16px;
    bottom: 30px;
  }
  .containerCars {
    display: flex;
    justify-content: space-evenly;
  }
  .car {
    background: rgb(220, 217, 217);
    padding: 10px;
    border-radius: 10px;
    margin: 8px;
    width: 100%;
  }
  .carImg {
    width: 100%;
    height: auto;
  }
  .weeklyPrice {
    font-weight: bold;
    color: green;
    font-size: 18px;
  }
  .contactForm {
    width: 100%;
    margin-top: 30px;
  }
  .text-input {
    width: 250px;
    padding: 10px;
    border-radius: 10px;
    margin: 10px;
  }
  .dailySchedule {
    font-size: 10px;
  }
  .workHours {
    display: flex;
    flex-direction: row;
    height: 30px;
    border-radius: 0;
  }
  .officeLocation,
  .phoneNumber {
    display: none;
  }
  .contactLink {
    text-decoration: none;
    color: black;
  }
  .contactHeader {
    font-size: 1.8rem;
    font-weight: bold;
    color: white;
    justify-self: center;
    word-spacing: 8px;
  }
  .formContainer {
    position: relative;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    overflow: hidden;
  }
  .bgImage {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url("new-york-city-manhattan-brooklyn-bridge.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.5;
    z-index: 0;
    object-fit: contain;
  }
  .responsiveForm {
    align-self: baseline;
  }
  form {
    position: relative;
    z-index: 1;
    background-color: rgba(31, 18, 28, 0.95);
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 2px;
    border-radius: 10px;
    color: white;
    margin: 0;
    width: 100%;
  }
  label {
    font-weight: 400;
    word-spacing: 5px;
    padding: 5px;
    font-size: 16px;
    flex-direction: column;
    color: white;
  }
  .text,
  .email,
  .message {
    max-width: 300px;
    padding: 9px;
    display: flex;
    border-radius: 10px;
    margin: auto;
  }
  .message {
    height: 100px;
  }
  .btnSubmit {
    font-weight: bold;
    width: 50%;
    background-color: #979697;
    border-radius: 10px;
    padding: 5px;
    margin: 20px;
    color: #1f121c;
    font-size: 20px;
    box-shadow: 5px 5px 3px rgb(0, 0, 0);
    text-decoration: none;
  }
}
@media (min-width: 500px) and (max-width: 768px) {
  .navbar {
    display: none;
  }
  .navbarBurger {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #1f121c;
    height: 40px;
    padding: 10px;
    position: relative;
  }
  .burger {
    font-size: 2rem;
    background: none;
    color: #c18d67;
    border: none;
    cursor: pointer;
    margin-left: 10px;
  }
  .navLinksBurger {
    display: none;
    flex-direction: column;
    background-color: #52354b;
    position: absolute;
    top: 100%;
    right: 0;
    width: 200px;
    z-index: 998;
    padding: 10px;
  }
  .navLinksBurger.show {
    display: flex;
  }
  .navLinksBurger a {
    color: white;
    padding: 10px;
    text-decoration: none;
    text-align: right;
  }
  .header {
    font-size: 2.5rem;
    margin: 0;
  }
  .slogan {
    font-size: 1.5rem;
    margin-top: 10%;
  }
  .container {
    flex-wrap: wrap;
    flex-direction: column;
  }
  .mainPar {
    width: 90%;
    padding: 15px;
    font-size: 16px;
  }
  .buttonsMainPage {
    flex-wrap: wrap;
  }
  .mainButtonOne,
  .mainButtonTwo {
    background-color: #1f121c69;
    padding: 8px;
    margin: 10px;
    color: #1f121c;
    font-size: 16px;
    text-align: center;
    flex-direction: column;
  }
  .partners {
    margin-top: 15px;
    padding: 10px;
  }
  .partnerPar {
    display: flex;
    justify-content: center;
    font-size: 15px;
    margin: 8px;
    margin-bottom: 15px;
  }
  .companies {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    gap: 20px;
  }
  .companyLogo {
    width: 45px;
    height: 20px;
  }
  .site-footer {
    font-size: 13px;
  }
  .site-footer a {
    font-size: 12px;
  }
  .social-icons {
    margin-top: 10px;
  }
  .aboutContainer {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0;
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
  }
  .coreValues {
    align-self: center;
    font-size: 1.5rem;
    text-decoration: underline;
  }
  .coreValuesContainer {
    display: flex;
    flex-direction: column;
    background-color: #d5d5d5;
    border-radius: 10px;
    margin: 1em auto;
    align-items: center;
    width: 90%;
    max-width: 800px;
    box-sizing: border-box;
    padding: 1em;
  }
  .value {
    font-size: 1.5rem;
    list-style: none;
    text-align: center;
    padding: 7px;
    font-weight: bolder;
  }
  .valueDescr {
    font-size: 1rem;
    border-radius: 10px;
    text-align: center;
    margin: auto;
    font-style: italic;
    padding: 8px;
    font-weight: lighter;
  }
  .ourMission {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1em;
    gap: 1em;
  }
  .missionPar {
    width: 100%;
    max-width: 600px;
    text-align: center;
    font-size: 1.5rem;
    line-height: 1.5;
  }
  .responsivePar {
    display: block;
    margin: 1px;
    font-size: 18px;
  }
  .butlerSign,
  .phoneApp {
    max-width: 100%;
    height: auto;
  }
  .butlerSign {
    max-width: 80%;
    height: 120px;
  }
  .yourOpportunityBtn {
    background-color: #1f121c69;
    padding: 5px;
    margin: 20px;
    color: #1f121c;
    font-size: 16px;
    width: 300px;
    white-space: pre-line;
    text-align: center;
  }
  .opportunitiesContainer {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    padding: 0;
  }
  .opportunityList {
    display: flex;
    flex-direction: column;
    background-color: #d5d5d5;
    border-radius: 10px;
  }
  .driverImage {
    display: none;
  }
  .bolder {
    font-weight: bolder;
  }
  .hiring {
    align-self: center;
    font-weight: bold;
    padding: 10px;
    font-size: 1.5rem;
  }
  .rentOrOwn {
    align-self: center;
    font-size: 1rem;
    font-weight: bolder;
    font-style: italic;
    margin-top: 5px;
    margin-bottom: 15px;
  }
  .requirementsToJoin,
  .whatWeOffer {
    font-weight: bolder;
    margin-left: 60px;
    margin-bottom: 10px;
    margin-top: 20px;
    font-size: 1.2rem;
  }
  .requirement,
  .offer {
    font-style: italic;
    font-size: 1rem;
    margin-left: 60px;
  }
  .getInTouchContainer {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
  }
  .phone,
  .adress,
  .hours {
    width: 80%;
    line-height: 25px;
    font-size: 16px;
    white-space: none;
  }
  .opLinks {
    color: white;
    text-decoration: none;
  }
  .connect {
    text-decoration: underline;
  }
  .rentContainer {
    display: flex;
    flex-direction: column;
  }
  .headerRent {
    align-self: center;
    font-size: 20px;
  }
  .messageRent {
    font-size: 16px;
    font-weight: 380;
    text-align: center;
    color: green;
    white-space: pre-line;
  }
  h4 {
    font-size: 18px;
    top: 15px;
    left: 20px;
    color: white;
    background: #1f1318ed;
    border-radius: 10px;
    padding: 8px;
  }
  .price {
    justify-self: center;
    padding: 5px;
    font-size: 16px;
    bottom: 30px;
  }
  .containerCars {
    display: flex;
    justify-content: space-evenly;
  }
  .car {
    background: rgb(220, 217, 217);
    padding: 10px;
    border-radius: 10px;
    margin: 8px;
    width: 100%;
  }
  .carImg {
    width: 100%;
    height: auto;
  }
  .weeklyPrice {
    font-weight: bold;
    color: green;
    font-size: 18px;
  }
  .contactForm {
    width: 90%;
    margin-top: 30px;
  }
  .dailySchedule {
    font-size: 10px;
  }
  .workHours {
    display: flex;
    flex-direction: row;
    height: 30px;
    border-radius: 0;
  }
  .officeLocation,
  .phoneNumber {
    display: none;
  }
  .contactLink {
    text-decoration: none;
    color: black;
  }
  .contactHeader {
    font-size: 1.8rem;
    font-weight: bold;
    color: white;
    justify-self: center;
    word-spacing: 8px;
  }
  .formContainer {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    overflow: hidden;
  }
  .bgImage {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url("new-york-city-manhattan-brooklyn-bridge.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.5;
    z-index: 0;
    object-fit: contain;
  }
  .responsiveForm {
    align-self: baseline;
  }
  form {
    position: relative;
    z-index: 1;
    background-color: rgba(31, 18, 28, 0.95);
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 2px;
    border-radius: 10px;
    color: white;
    margin: 0;
    width: 100%;
  }
  label {
    font-weight: 400;
    word-spacing: 5px;
    padding: 5px;
    font-size: 16px;
    flex-direction: column;
    color: white;
  }
  .text,
  .email,
  .message {
    max-width: 300px;
    padding: 9px;
    display: flex;
    border-radius: 10px;
    margin: auto;
  }
  .message {
    height: 100px;
  }
  .btnSubmit {
    font-weight: bold;
    width: 50%;
    background-color: #979697;
    border-radius: 10px;
    padding: 5px;
    margin: 20px;
    color: #1f121c;
    font-size: 20px;
    box-shadow: 5px 5px 3px rgb(0, 0, 0);
    text-decoration: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hiring {
    align-self: center;
    font-weight: bold;
    padding: 10px;
    font-size: 1.3rem;
  }
  .rentOrOwn {
    align-self: center;
    font-size: 1.1rem;
  }
  .navLinks {
    display: flex;
    justify-content: space-around;
    white-space: nowrap;
    gap: 10px;
  }
  .link {
    padding: 0 0;
    font-weight: 200;
    display: flex;
    white-space: nowrap;
  }
  .text-input {
    width: 250px;
    padding: 10px;
    border-radius: 10px;
    margin: 10px;
  }
}
@media (min-width: 992px) and (max-width: 1299px) {
  .pageWrapper {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .link {
    padding: 0 10px;
    font-weight: 200;
    display: flex;
    align-items: center;
  }
  .text-input {
    width: 250px;
    padding: 10px;
    border-radius: 10px;
    margin: 10px;
  }
}
