body {
  margin: 0%;
  padding: 0%;
  color: #040D12;
  background-color:black;
  font-size: 20px;
  overflow-y: hidden;
  
  overflow-x: hidden;
}
::-webkit-scrollbar
{
  width: 0px;
}
.head {
  background-color:rgb(1,4,5);
  width: 100vw;
  height: 100px;
  display: block;
  
  
}
.logo {
  font-size: 50px;
  color: #fffbfe;
  display: block;
  font-weight: 600;
  overflow: hidden;
  text-align: center;
}

.BookNow
{
  width: 99vw;
  height: 35vw;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  display: flex;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    z-index: -1;
  
}
.BookingContent
{
  position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 24px;
    text-align: center;
    z-index: 1;
}
.bookingslogin
{
  width: 99.99vw;
  height: 38vw;
  background-color: rgb(0,0,0,0.7);
  color: white;
  text-align: center;
 background-attachment: fixed;
 display: inline-block;
 position: relative;
  z-index: 1;
  
 
}
.BtnBookNow
{
  height: 50px;
  width: 150px;
  font-size: large;
  font-weight: 700;
  border: none;
  margin-top: 3%;
  font-family: serif;
}
.AboutSection
{
  width: 100vw;
  height: 500px;
  display: inline-block;
  object-fit: cover;
}
.AboutBroCarz
{
  color: white;
  text-align: center;
  margin-top:4%;
  font-size: 4vw;
  font-weight: 600;
}
.OurMission
{
  width: 80vw;
  height: 20vw;
  margin-left: 10%;
  margin-right: 10%;
  margin-top: 5%;
  display: flex ;
 /* border: 0.5px solid white; */
 overflow: hidden;
  
}
.OurMissionImage
{
  width: 40vw;
  height: 20vw;
  background: url("2.jpg");
  background-repeat: no-repeat;
  display: inline-flex;
}
.OurMissionLines
{
  width: 40vw;
  height: 20vw;
  color: white;
  float: right;
  text-align: center;
  text-justify: inter-word;
  overflow: hidden;
  margin-top: 2%;
}
.OurFleet
{
  width: 80vw;
  height: 20vw;
  margin-left: 10%;
  margin-right: 10%;
  margin-top: 5%;
  display: flex ;
 overflow: hidden;
 margin-top: 8%;
 margin-bottom: 8%;
}
.OurFleetLines
{
  width: 40vw;
  height: 20vw;
  color: white;
  float: right;
  text-align: center;
  text-justify: inter-word;
  overflow: hidden;
  margin-top: 2%;
}
.OurFleetImage
{
  width: 40vw;
  height: 20vw;
  background: url("3.jpg");
  background-repeat: no-repeat;
  display: inline-flex;
}
.OurLocations
{
  width: 80vw;
  height: 20vw;
  margin-left: 10%;
  margin-right: 10%;
  margin-top: 5%;
  display: flex ;
 overflow: hidden;
}
.OurLocationsImage
{
  width: 40vw;
  height: 20vw;
  background: url("6.jpeg");
  background-repeat: no-repeat;
  display: inline-flex;
}
.OurLocationsLines
{
  width: 40vw;
  height: 20vw;
  color: white;
  float: right;
  text-align: center;
  text-justify: inter-word;
  overflow: hidden;
  margin-top: 2%;
}
.TourWithBroCarz
{
  width: 80vw;
  height: 50vw;
  margin-left: 10%;
  margin-right: 10%;
  margin-top: 5%;
  overflow: hidden;
  
}
.TourWithBroCarzLines
{
  text-align: center;
  color: white;
  width: 80vw;
  display: block;
  margin-bottom: 5%;
}
.TourWithBroCarzImages
{
  width: 80vw;
  height: 47vw;
  background-repeat: no-repeat;
  background-size: cover;
}
.Contact
{
  width: 80vw;
  height: 60vw;
  margin-left: 10%;
  margin-right: 10%;
  margin-top: 5%;
  display: flex ;
 overflow: hidden;
 color: white;
}
.ContactUs
{
  text-align: center;
  padding: 3%;
}
.carimage
{
  width: 80vw;
  height: 40vw;
  background: url("7.jpeg");
  background-repeat: no-repeat;
  display: inline-flex;
  background-size: cover;
  margin-top: 3%;
}
.footer
{
  width: 80vw;
  margin-left: 10%;
  margin-right: 10%;
  margin-top: 5%;
  color: gray;
}
.subscriber
{
  background-color: rgba(0,0,0,0);
  width: 100%;
  margin-top: 10%;
}
.subscriber input
{
  width: 40%;
  height: 50px;
  border: 0.1px solid rgba(240, 255, 255, 0.582);
  background-color: rgba(0,0,0,0.5);
  color: white;
  padding-left: 2%;
}
.subscriber button
{
  border: none;
  background-color: #f44336;
  color: white;
  padding-left: 2%;
  padding-right: 2%;
  margin-left: 2%;
  height: 50px;
  font-weight: 500;
}
.bookingoffer
{
  margin-bottom: 5%;
  background-color: rgb(0,52,158);
  width: fit-content;
  margin-left: 20%;
}
.subscriber h1{
  font-weight: 700;
  
}

 /* Modal styles */
 .loginbox {
  display: none; 
  position: fixed; 
  z-index: 1; 
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%; 
  overflow: auto; 
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4);
}
#loginBtn
{
  font-size: large;
  padding: 8px;
  border: none;
  border-radius: 5px;
  margin-top: 10px;
}
.modal-content {
  background-color: #fefefe;
  margin: 8% auto; 
  padding: 10px;
  padding-left: 20px;
  border: 1px solid #888;
  width: 600px; 
  border-radius: 15px;
}

.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: rgb(255, 3, 3);
  text-decoration: none;
  cursor: pointer;
}
.Airport
{
  padding: 15px;
  width: 550px;
  font-size: large;
}
.date
{
  width: max-content;
  padding: 10px;
  display: flex;
  margin-top: 10px;
}
.booking-dates
{
  display: flex;
  margin-top: 30px;
}
.date-from input , .date-to input
{
  font-size: large;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.gg-arrow-long-right
{
  margin-top: 75px;
  font-weight: 600;
  margin-left: 66px;
  margin-right: 66px;
}
.radio-group
{
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 17px;
}
.checkbox
{
  margin-bottom:30px ;
  font-size: 17px;
}
form button
{
  text-align: center;
  border:2px solid rgb(207, 10, 10);
    background: rgb(214, 15, 15);
    padding: 10px;
    border-radius:20px ;
    font-size: 15px;
    width: 120px;
    color: white;
    font-weight: 600;
    margin-left: 230px;
}