.titleName {
  font-size: 1rem;
  margin-bottom: -0.5rem;
}

.textContainer .slogan {
  font-size: 0.7rem;
  display: flex;
  justify-content: flex-end;
}

.back-image {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  position: relative;
  z-index: -1;
}

/* .logo-white {
	width: 60px;
 	height: 60px;
 	display: block;
 	background-image: url(/img/rental_logo_white.png);
	background-size: cover;
 } */

.logo-white {
  width: 164px;
  height: 60px;
  display: block;
  background-image: url(/img/rental-new-white.png);
  background-size: contain;
  background-repeat: no-repeat;
  padding-top: 0.5rem;
}

.logo-org {
  width: 164px;
  height: 60px;
  display: block;
  background-image: url(/img/rental-new-logo.png);
  background-size: contain;
  background-repeat: no-repeat;
  padding-top: 0.5rem;
}

.headTitle {
  height: 70px;
  display: flex;
  overflow: hidden;
  position: fixed;
  top: 0px;
  z-index: 9999;
  justify-content: space-between;
}

.headTitle .brand-div {
  display: flex;
  padding-top: 0.5rem;
}

.headTitle .logo img {
  height: -webkit-fill-available;
  /* margin: 2px; */
}

.topHead .headTitle .textContainer {
  font-size: 2rem;
}

.textContainer {
  display: flex;
  margin: 5px 0px 0px 5px;
  flex-direction: column;
  justify-content: flex-end;
}

.header-static-bg {
  width: 50%;
  color: #fff;
  background: linear-gradient(to right, #11555a, transparent);
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
  /* background: none; */
}

.header-scroll-bg {
  background: #ffffff;
  width: 100%;
  color: black;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
  /* background: none; */
}

.rightNavigation_Items {
  display: flex;
  flex-direction: row;
}

.rightNavigation_Items .navigationButtons {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.navigationButton {
  background-color: #11555a;
  color: #fff;
  padding: 0.5rem;
}

.navigationButton:hover {
  background-color: #11555a;
  color: #fff;
  padding: 0.5rem;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
}

#mySidepanel {
  /* background: #FF9D29; */
  width: 50%;
  overflow: hidden;
  display: none;
  padding-top: 5%;
  text-align: center;
  transition: 0.5s;
  box-shadow: rgb(0 0 0 / 30%) 0px 5px 15px 0px;
}

.sidepanel a {
  padding: 8px 8px 8px 20px;
  text-decoration: none;
  font-size: 25px;
  color: #ffffff;
  display: block;
  transition: 0.3s;
  font-weight: 500;
  text-align: left;
}

.sidepanel a:hover {
  color: #ff9d29;
  text-decoration: none;
}

/* .sidepanel .closebtn {
	position: absolute;
    top: 0;
    right: 0;
    padding: 1rem;
	font-size: 2.5rem;
}

.openbtn {
	font-size: 2rem;
	cursor: pointer;
	background-color: transparent;
	color: #000;
	padding: 1rem;
	border: none;
}

.openbtn::before{
	content: "\f0c9";
    font-family: "Font Awesome 6 Free";
    font-weight: 900; 
    font-style: normal;
} */

.openbtn {
  font-size: 2rem;
  cursor: pointer;
  /* background-color: #140000; */
  padding: 0.5rem;
  border: none;
  z-index: 1000000;
  outline: none;
  position: relative;
}

.openbtn::before {
  content: "\f0c9";
  /* Menu icon */
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-style: normal;
}

/* For the cross icon */
.openbtn.active::before {
  content: "\f00d";
  /* Cross icon */
}

.sidepanel {
  /* Your side panel styles */
  display: none;
}

/* .openbtn:hover {
	background-color:#444;
  } */
/* Add this CSS to your existing styles */
.sidepanel {
  height: 100%;
  /* Adjust the height as needed */
  width: 50%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #11555a;
  overflow-x: hidden;
  animation: slidein 0.5s ease-in;
  z-index: 2;
  /* Ensure the sidepanel is above the content */
}

.sidepanel .sidepanelItems {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-content: flex-start;
}

@keyframes slidein {
  from {
    top: -50%;
    /* Start from the left (off the screen) */
  }

  to {
    top: 0;
    /* Slide to the fully visible position */
  }
}

.showcase-main {
  display: flex;
  height: 100vh;
  position: relative;
  /* Ensure the main content is behind the sidepanel */
}

.showcase-main .showcase1 {
  width: 50%;
  position: relative;
  z-index: -1;
}

.showcase-main .showcase2 {
  width: 50%;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #11555a;
}

@media (max-width: 900px) {
  .titleName {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: -0.5rem;
  }

  .rightNavigation_Items .navigationButtons {
    display: none;
  }

  #mySidepanel {
    width: 100%;
    padding-top: 20%;
    /* Add a transition effect for smooth opening/closing */
  }

  .showcase-main .showcase1 {
    display: none;
  }

  .showcase-main .showcase2 {
    width: 100%;
  }

  .showcase-main .showcase2 {
    background: url("/img/customer1.jpg");
    /* Replace 'your-image-url.jpg' with the actual image URL */
    background-size: cover;
    /* Adjust as needed */
    position: relative;
  }

  .showcase-main .showcase2::before {
    content: "";
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }

  .showcase-main .showcase2 .bookForm {
    z-index: 3;
    /* Content on top of the image and overlay */
    color: white;
    /* Text color for visibility */
  }
}
