.section1{
    background-image: url(./xhoinaimages/bg-10-free-img.jpg);
    background-size: cover !important;
    margin: 0;
    padding: 0;
    background-repeat: no-repeat;
    background-attachment: fixed !important;
    height: 900px;
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.534)), url(./xhoinaimages/bg-10-free-img.jpg);
}
*{
    margin: 0;
    padding: 0;
}
.a1{
    margin-top: 50px;
  }
  .rightnav{
    margin-left: 240px;
  }
  ul {
    list-style-type: none;
    padding: 50px;
    overflow: hidden;
    background-color: transparent;
    height: max-content;
    
    
  }

  #boom{
    margin-right: 260px;
  }
 
  
  li {
    float: left;
    margin: 9px;
    
  }
  
  li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: x-large;
    border-right: 5px white;
  }
  
  .p1 {
    color: white;
    font-weight: bolder;
    font-size: larger;
  }
  .p2{
    color: white;
    font-size: 140px;
    line-height: 300px;
    font-weight: lighter;
  }
  .headertext{
    text-align: center;
  }

  .section2{
    background-color: rgba(244, 218, 188, 0.586);
    height: 1300px;
  }

  .WHAT{
    text-align: center;
    font-size: xx-large;
  }
  .card-text{
    text-align: left;
  }


  .footer{
    background-image: url(./xhoinaimages/bg-05-free-img.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed !important; 
    height: 900px;
    background: linear-gradient(rgba(0, 0, 0, 0.738), rgba(0, 0, 0, 0.7)), url(./xhoinaimages/bg-05-free-img.jpg);
  }
  .host{
    font-size: 100px;
    line-height: 100px;
    font-weight: lighter;
    color: white;
  }
  .host2{
    font-size: 30px;
    color: white;
  }
  .hostdiv{
    display: flex;
    justify-content: center;
  }
  .buttonevent{
    width: 150px;
    height: 50px;
    font-family: 'Times New Roman', Times, serif;
    background-color: rgb(204, 149, 53);
    color: white;
  }
  .buttonevent:hover{
    background-color: white;
    color:black ;
  }
  
  
  .contactsfooter{
    height: 400px;
    background-color: rgba(255, 255, 255, 0);
  }
  
  .social{
    text-align: center;
    color: black;
    font-size: larger;
    margin-top: 150px;
    align-items: center;
  }
  .icons-container {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-left: 670px;
  }
  
  .icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #e0e0e0;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background-color 0.3s;
  }
  
  .icon:hover {
    background-color: #d4d4d4;
  }
  
  .icon i {
    font-size: 24px;
    color: #333;
  }
  .button{
      width: 150px;
    height: 50px;
    font-family: 'Times New Roman', Times, serif;
  }
  .button:hover{
    background-color: rgb(204, 149, 53);
    color: white;
  }