@font-face {
  font-family: "roboto_bold";
  src: url(../Resources/font/roboto_bold.ttf);
}

@font-face {
  font-family: "roboto_regular";
  src: url(../Resources/font/roboto_regular.ttf);
}

@font-face {
  font-family: "poppins_semi";
  src: url(../Resources/font/poppins_semi.ttf);
}

@font-face {
  font-family: "poppins_bold";
  src: url(../Resources/font/poppins_bold.ttf);
}

@font-face {
  font-family: "poppins_regular";
  src: url(../Resources/font/poppins_regular.ttf);
}

@font-face {
  font-family: "poppins_medi";
  src: url(../Resources/font/poppins_medium.ttf);
}

@font-face {
  font-family: "fog";
  src: url(../Resources/font/FogthreeACL.ttf);
}

* {
  margin: 0%;
  padding: 0%;
  box-sizing: border-box;
  /* z-index: 1; */
}

.rental--sec1--div1 {
  width: 100%;

}

.rental--sec1--div2 {
  width: 100%;
  height: 25rem;
  /* background-color: aquamarine; */
  background-image: url("../Resources/partyrental/partybanner.jpg");

  /* filter: brightness(90%); */
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}

.rental--sec1--div2::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  /* Dark overlay - adjust opacity as needed */
  z-index: 1;
}

/* Make sure content appears above the overlay */
.rental--sec1--div2>* {
  position: relative;
  z-index: 2;
}

.rental--sec1--div3 {
  width: 100%;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.rental--sec1--div4 {
  width: 90%;
  max-width: 600px;
  min-width: 300px;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* align-items: start; */
}

.rental--span1 {
  color: white;
  font-family: "fog";
  font-size: 3.5rem;
  letter-spacing: 1px;
  text-align: center;
  line-height: normal;
}

.rental--span2 {
  color: white;
  font-size: 1rem;
  text-align: justify;
  max-width: 600px;
}

.rental--span3 {
  color: white;
  font-size: 1rem;
  text-align: justify;
  max-width: 600px;
}

ul.a {
  list-style-type: circle;
  list-style-position: inside;
  color: white;
  margin-left: 1rem;

}

@media screen and (max-width:500px) {
  .rental--sec1--div2 {
    width: 100%;
    height: 25rem;

  }

  .rental--span3 {
    display: none;
  }

  ul.a {
    display: none;
  }

}




/* rent items start  */
.rental--sec2--div1 {
  width: 100%;
  margin-top: 3rem;
  margin-bottom: 3rem;

}

.rental--sec2--div2 {
  max-width: 1600px;
  margin: auto;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  justify-content: center;
  align-items: center;

}

.rental--sec2--div3 {
  flex-grow: 1;
/* flex-shrink: 1; */
  display: flex;
  flex-direction: column;
  align-items: start;
  padding: 1rem;
  min-width: 250px;
  max-width: 270px;
  height: 400px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border-radius: 10px;
  margin: 15px 15px;
overflow: hidden;


}

.rental--sec2--div4 {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;


}


.rental-img1 {
height: 200px;

}

.rental--sec2--div5 {
  display: flex;
  flex-direction: column;
  align-items: left;
  /* row-gap: 0.5rem; */
  margin-top: 0.1rem;
  width: 100%;
  height: 6.8rem;
}


.rental-span1 {
  font-family: "poppins_regular";
  font-size: 0.8rem;
  font-weight: bold;
}

.rental-span2 {
  font-family: "poppins_bold";
  font-size: 1.2rem;
  /* font-weight: bold; */
  line-height: 1.3rem;
  margin-bottom: 0.5rem;
}

.rental--sec2--div6 {
  display: flex;
  flex-direction: row;
  column-gap: 1rem;
  justify-content: start;
  align-items: center;
}

.rental-span3 {
  font-family: "poppins_bold";
  font-size: 1.2rem;
}

.rental-span4 {
  font-family: "poppins_regular";
  font-size: 0.8rem;
}

.rental-span5 {
  font-family: "poppins_regular";

}

.rental--sec2--div7 {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: end;
}

.rental-btn1 {
  background-color: black;
  color: white;
  padding: 0.4rem 1.5rem;
  border-radius: 10px;
  margin-top: 1rem;
}

.rental-btn1:hover {
  cursor: pointer;
}

@media screen and (min-width:300px) and (max-width:450px) {
  .rental--sec2--div3 {
    min-width: 260px;
    max-width: 280px;
  margin: 10px 5px;
  height: auto;


  }

  .rental-img1 {
    height: 180px;

  }
}

@media screen and (min-width:451px) and (max-width:600px) {
  .rental--sec2--div3 {
    min-width: 200px;
    max-width: 220px;
  margin: 10px 5px;
  height: auto;

  }

  .rental--sec2--div5 {

  height: 8rem;
}


  .rental-img1 {
    height: 160px;

  }
}


/* rent items end  */


/* Booking Start  */


.rental--sec3--div1{
  width: 100%;
  background-color: black;
  height: fit-content;
  padding: 1rem 0rem 2rem 0rem;
}


.rental--sec3--div2{
  width: 98%;
  max-width: 1500px;
  margin: auto;
}

.rental--span1 {
  color: white;
  font-family: "fog";
  font-size: 3.5rem;
  letter-spacing: 1px;
  text-align: center;
  line-height: normal;
}

.rental--sec3--div3{
  padding-top: 2rem;
}

.rental--sec3--div4{
  width: 98%;
  display: flex;
  flex-direction: row;
  column-gap: 3rem;
   margin: auto;
}

.rental--sec3--div5{
  display: flex;
  flex-direction: column;
  width: 49%;
  row-gap: 1rem;
   margin-top: 2rem;
 

 
}


.rental--sec3--div8{
   display: flex;
  flex-direction: column;
  width: 49%;
  row-gap: 1rem;
   margin-top: 2rem;

/* border-left: solid white 1px; */
 
}

.rental--sec3--div6{
  width: 100%;
  margin-bottom: 1rem;
}

.rental--sec3--input{
  width: 100%;
  background-color: transparent;
  color: white;
  border: 0;
  border-bottom: solid white 1px;
  padding: 0.5rem 0rem;
  font-family: "poppins_regular";
 
}
.rental--sec3--input:focus{
  /* border: none; */
  outline: none;
    /* border: 2px solid #028304; */

}

.rental--sec3--input2{
  width: 100%;
  background-color: transparent;
  color: white;
  border: 0;
  border-bottom: solid white 1px;
  padding: 0.5rem 0rem;
  height: 5rem;
  font-family: "poppins_regular";
 
}


.vl {
  border-left: 2px solid rgb(255, 255, 255);
  height: 420px;
  margin-top: 0.5rem;
  

}

.rental--sec3--div7{
   display: flex;
  flex-direction: row;
  column-gap: 1rem;
  margin-bottom: 1rem;
 
 
}


.rental--sec3--div9{
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: right;
  align-items: center;
}

.rental--sec3--btn1{
  color: white;
  background-color:#08B4B8 ;
  padding:0.5rem 2.5rem ;
  font-family: "poppins_bold";
  letter-spacing: 1px;
}

.rental--sec3--btn1:hover{
  cursor: pointer;
  color: white;
  background-color: transparent;
  border:solid white;
  transition: ease-in .1s;
}

@media screen and (max-width:600px) {
  .rental--sec3--div4{
  width: 96%;
  display: flex;
  flex-direction:column;
  column-gap: 3rem;
   margin-top: 2rem;
}

.vl{
  display: none;
}

}

.rental--sec3--div5{
  display: flex;
  flex-direction: column;
  width: 100%;
  row-gap: 1rem;
   margin-top: 1rem;
 

 
}


.rental--sec3--div8{
   display: flex;
  flex-direction: column;
  width: 100%;
  row-gap: 1rem;
   margin-top: 0.5rem;

/* border-left: solid white 1px; */
 
}

/* Booking End  */
#rental_book {
  scroll-margin-top: 180px; /* Adjust 80px to your header height */
}