#section2{
    background-color: #FFFFF0;
}

.note{
  font-style: italic;
}

.video-card{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    object-fit: cover;
    z-index: -1;
}
.Navtop{
  background-color: rgb(6, 6, 72);
  font-family: "sans-serif ,Arial";
}
.button{
    text-align: center;
    padding: 10px 20px;
    font-size: 16px;
    background-color: #0a0542;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}
.head{
    text-align: center;
    font-family: Arial, sans-serif;
    font-size: bold;
    color: black;
}
.para{
    text-align: center;
    font-family: Arial, sans-serif;
    font-size: 14px;
}
span{
    color: rgb(25, 23, 26);
}
.org-price{
  text-decoration: line-through;
}
.logo-image{
  height: 100px;
  width: 120px;
}
.content {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      color: white;
      font-size: 2em;
      z-index: 1;
      text-align: center;
    }
.card{
  height: fit-content;

  border-radius: 10px;
  border :solid 2px ;
}
.img-card{
  height: 243px;
  width: 400px;
  margin-left: -10px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.img-card:hover{
    height: 255px;
    padding-top: -10px;
    padding-bottom: -10px;
    margin: -5px;
}
.boxtext:hover{
    padding-left: 30px;
}
.viewbutton{
  background-image:linear-gradient( #17155d,#2f709c);
    color: rgb(205, 199, 199);
    height: 35px;
    border: solid 2px;
    border-color: rgb(182, 199, 199);
    border-radius: 6px;
}
.home-image{
  border-radius: 10px;
}
.buttonbox{
    height: 50px;
    width: auto;
}
.order-button{
    background-color: rgb(64, 37, 9);
    color: rgb(237, 246, 246);
    height: 45px;
    width: 100px;
    border: solid 3px;
    border-color: rgb(240, 243, 243);
    border-radius: 10px;
    margin-right:10px;

}
.order-button:active{
    background-color: rgb(227, 191, 118);
}
.addorder-button{
    background-color:  rgb(58, 31, 4) ;
    color: rgb(220, 230, 238);
    height: 45px;
    border: solid 3px;
    border-color: rgb(240, 243, 243);
    border-radius: 10px;
     margin-right:10px;
}
.addorder-button:active{
    background-color: rgb(231, 191, 121);
}
.applicatonpart{
  height: 650px;
  width: 45%;
  margin:10%;
  margin-left: 29%;
  background-color: rgb(230, 222, 212);
}
input{
  width: 100%;
  label {
  margin: 0.4rem 0;
}
}
.option{
  color: rgb(226, 218, 218);
  
}
.paymentselector{
  width: 100%;
  background-color: rgb(80, 118, 129);
  color :white;
  border: solid 2px;
  border-color: rgb(74, 64, 104);
}
.textaddress{
  height: 100px;
  width: 100%;
  text-align: start;
}
.confirmbutton{
  background-color: rgb(22, 28, 26);
  color: aliceblue;
  border-radius: 5px;
}
.confirmbutton:active{
  background-color: cadetblue;

}
.backbutton{
  text-align: center;
}
.navcontainer{
  background-color: rgb(38, 47, 47);
  color: black;
}
.nav-link{
  color: white;
}
.about,
.bookings {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 18px;
    box-shadow: 0 6px 16px rgba(0, 0, 0, .04);
}

.about p {
    margin: 8px 0 0;
    color: #374151;
}

form {
    display: grid;
    gap: 12px;
}

.form-row {
    display: grid;
    gap: 6px;
}

input,
select,
textarea {
    padding: 10px;
    border-radius: 8px;
    border: 1.5px solid #e5e7eb;
    font-size: 14px;
}

input:focus,
select:focus,
textarea:focus {
    outline: none;
    border-color: var(--brand);
    box-shadow: 0 0 0 3px rgba(37, 99, 235, .12);
}
.Request-button{
  background-color: rgb(34, 6, 245);
  color: cornsilk;
  width: 40%;
}
.bookings{
  width: 40%;
  margin: auto;
  align-items: center;
  border-radius: 10px;
}
.contact-Us{
  height: 100vh;
  background-color: #FFF8DC;
  margin: none;
  padding: auto;
}
.Contactus-buttonct {
  position:absolute;
   right: 20px;
}
.close-icon{
  position: absolute;
  right: 20px;
}