.main {

  background-color: #6d0b0c; /* golden shade */

}







.hero-banner-wrapper {

  width: 100%;

  /* height: 300px; */

  overflow: hidden;

  display: flex;

  align-items: center;

  justify-content: center;

}



.hero-banner {

  max-width: 100%;

  /* min-height: 100%; */

  object-fit: fill;

  object-position: center;

}



/* Desktop & tablet screens */

@media (min-width: 768px) {

  .hero-banner-wrapper {

    /* height: 500px; */

  }

}



.history-section {

  background-color: #fff; /* golden shade */

  /* border-top: 4px solid #5b0000;  */

  /* border-bottom: 4px solid #5b0000; */

  color: #000; /* black text */

  font-size: 1rem;

  line-height: 1.7;

}



.history-section p {

  margin-bottom:0px;

}



.section_1{

    font-size: 18px;

}

.ContactSection
{
  border:1px solid #6B0E10;
}
.submit_button {
    background: linear-gradient(135deg, #f7d982, #f4c95d);
    color: #222;
    font-weight: 700;
    /* border: none; */
    padding: 14px 32px;
    /* border-radius: 12px; */
    transition: all 0.3s ease;
    cursor: pointer;
    font-size: 16px;
    letter-spacing: 0.5px;
}