* {
  margin: 0;
  padding: 0;
}

section.Image{
  margin: 0;
}
section.book-your-seat{
  margin-top: 0;
}

/* Book your seat */

.book-your-seat {
  background-color: #b8c2b9;
  padding: 38px;
}

.book-your-seat button {
  border: none;
  font-size: 24px;
  padding: 14px 24px;
  font-weight: 600;
  background-color: #e6b1a9;
  border-radius: 20px;
  border: 2px solid #b6614d;
  transition: box-shadow ease .5s;
}

.book-your-seat button:hover{
  box-shadow: 2px 2px 10px #858282;
}

/* About section */

section.About{
  margin: 8px 0 34px;
}

.About img,
p {
  padding: 0 24px;
  font-size: 18px;
}

/* Video section */

.video {
  background-color: #e4d7c6;
}

.video iframe {
  padding: 34px;
  width: 100%;
  height: 600px;
}

/* Focus areas */

.hosted-buyer-pro .box img {
  width: 200px;
}

.hosted-buyer-pro .box {
  margin: 12px 0;
  height: 280px;
  padding: 14px 0;
  text-align: center;
  box-shadow: 0 0 2px #ccc;
  transition: box-shadow .5s ease;
}

/* fair facts */

.fair-facts{
  background-color: #b8c2b9;
}

.fair-facts .heading span{
  font-family: 'Lobster', cursive;
  letter-spacing: 2px;
  padding-top: 14px;
  width: fit-content;
  margin: auto;
  text-align: center;
}

.fair-facts .text {
  text-align: center;
  padding-top: 14px;
}

.fair-facts span{
    font-size: 34px;
    font-weight: 500;
}

/* table  */

.categories h2{
 font-family: 'Lobster', cursive;
 letter-spacing: 2px;
 font-weight: 400;
 padding-top: 24px;

}

table {
  margin: auto;
}

table,
th,
td {
  border: 1px solid black;
  border-collapse: collapse;
  padding: 8px;
}

th {
  text-align: center;
  background-color: #FFF2CC;
}

/* form */

form {
  border: 1px solid black;
  padding: 12px;
}

form label {
  width: 100%;
  font-weight: 600;
  padding: 10px;
  border: 1px solid #8d8a8ae4;
  margin-top: 16px;
  font-size: 16px;
  background-color: #cccccc7d;
}

.help-block {
  border: none;
  background: #fff;
  font-size: 12px;
  font-weight: normal;
  margin: 0;
  padding: 0;
  color: red;
}

.four label {
  text-align: center;
  margin: 8px 0 10px 0;
}

.mandatory::before{
  content: " * ";
  color: red; 

}

form input {
  width: 100%;
  padding: 6px;
  margin-top: 8px;
}

.form .submit{
  width: 180px;
  margin: auto;
}

.form .submit input{
  border-radius: 5px;
  font-weight: 600;
  padding: 10px 36px;
  font-size: 20px;
  border: none;
  background-color: #1778b1;
  color: white;
}

.form h2{
  font-family: 'Lobster';
}

.form p{
  margin: 0;
  text-align: justify;
}

.categories h2, .form h2 {
  text-align: center;
}

table .category-heads{
  width: 22%;
}


 .HBPlogo{
  text-align: center;
  background-color: #b8c2b9;
}

/* footer */

.main {
  position: relative;
  z-index: -10;
}

.para-1 {
  position: absolute;
  right: 50px;
  top: -50px;
}

.para-2 {
  position: absolute;
  bottom: 0px;
  left: 0px;
}

.para-3 {
  position: absolute;
  right: 110px;
  bottom: -30px;
}

.thank-you .main p {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  width: 300px;
}

.thank-you h2, .thank-you span{
  font-family: 'Dancing Script', cursive;
  font-weight: 600;
}

.thank-you span{
  font-size: 23px;
}

.thank-you .top p{
  margin: 0;
  font-weight: 500;
}

.thank-you h4{
  line-height: 38px;
}

.thank-you h1 {
  font-family: "Fasthand", cursive;
  font-size: 3.5rem;
}


.faq .button button{
  padding: 4px 12px;
  background-color: #1778b1;
  color: white;
  font-weight: 500;
  border-radius: 4px;
  transform: rotate(90deg);
  position: fixed;
  right: -12px;
  bottom: 30%;
  z-index: 1;
}

.faq .accordion-body ul li{
  list-style: square;
}

.faq .accordion-body ol li{
  list-style: lower-alpha;
}