body{
    
    margin: 0 !important;
    overflow: hidden;
}
.container {
    width: 1600px;
    max-width: 100%;       
    margin: 0 auto;     
}
.bg-div{

  height: 80vh;
  background-image: url('Main-bg.webp'); 
  background-size: cover;      
  background-position: center; 
  background-repeat: no-repeat; 
  align-items: center;
  display: flex;
  
  
  
}
.main-div{
    display: flex;
    justify-content: center;
    align-items: center;
    
}
.logo-sec{
    background: #00000082;
    padding: 30px 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    
}
.logo-sec h1{
    color:  #f9f1e6; 
    font-family: "Cinzel", serif;
    font-weight: 600;
    font-size: 48px;
    margin: 0;
}
.logo-sec img{
    height: 300px;
    align-items: center;
    padding: 30px 0;
}
.logo-sec h2{
    color:  #f9f1e6; 
    font-family: "Cinzel", serif;
    font-weight: 600;
    font-size: 45px;
    margin: 0;
}
.logo-sec p{
    color:  #f9f1e6; 
    font-family: "Cinzel", serif;
    font-weight: 500;
    font-size: 22px;
    margin: 0;
    width: 70%;
    text-align: center;
}

.footer-bg{
    background: #342b22;
    border-top: 2px solid #b19f71;
    height: 20vh;
}
.address-sec{
    display: flex;
    justify-content: end;
    padding: 40px 20px;
}


.add h3{
    color:  #fbf2e9; 
    font-family: "Cinzel", serif;
    font-weight: 400;
    font-size: 18px;
}
.add a{
    color:  #fbf2e9; 
    font-family: "Cinzel", serif;
    font-weight: 400;
    font-size: 18px;
    text-decoration: none;
}


@media (max-width: 1024px) {
  .logo-sec h1 {
    font-size: 40px;
  }

  .logo-sec img {
    height: 220px;
  }

  .logo-sec h2 {
    font-size: 38px;
  }

  .logo-sec p {
    font-size: 18px;
    width: 80%;
  }

  .address-sec {
    justify-content: center;
    text-align: center;
    padding: 30px 10px;
  }

  .add h3,
  .add a {
    font-size: 16px;
  }
}


@media (max-width: 768px) {
  .bg-div {
    height: 100vh;
    padding: 60px 20px;
  }

  .logo-sec {
    padding: 20px 10px;
  }

  .logo-sec h1 {
    font-size: 32px;
    text-align: center;
  }

  .logo-sec img {
    height: 180px;
    padding: 20px 0;
  }

  .logo-sec h2 {
    font-size: 30px;
    text-align: center;
  }

  .logo-sec p {
    font-size: 16px;
    width: 90%;
  }

 .footer-bg {
    height: auto;
    padding: 20px 0;
    position: sticky;
    bottom: 0;
    z-index: 9999;
}

  .address-sec {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 20px;
  }

  .add h3,
  .add a {
    font-size: 15px;
    line-height: 1.4;
  }
}


@media (max-width: 480px) {
  .logo-sec h1 {
    font-size: 26px;
  }

  .logo-sec img {
    height: 150px;
  }

  .logo-sec h2 {
    font-size: 24px;
  }
  .main-div {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -50vw;
}

  .logo-sec p {
    font-size: 14px;
  }

  .add h3,
  .add a {
    font-size: 14px;
  }
}
