body{ margin: 0;
  padding: 0;
  font-family: 'Arial', sans-serif;
  background-color: white;
}
#bar{ 
  
  display: inline-block;
  width: 20%;
  padding-top: 50px;
  background-color: white;
  height: 100px;
  padding: 40px 0px 10px 60px;


}
#logo{
  display: inline-block;
  margin-left: 20px;
  margin-bottom: 100px;
  margin-top: 20px;
}
#links a{ 
  margin-left: 20px;
  margin-right: 50px;
  text-decoration: none;
  font-weight: 850px;
  color: #000000;

}
#links a:hover {
 border-left: 5px solid #f7b733;
 color: #f7b733;
}
.button1 {
  background-color:#000000;
  color: white;
  border: none;
  border-radius: 50px;
  padding: 20px 40px;
  margin-bottom: 40px;
  font-size: 16px;
  transition: 1s;
}

.button1:hover {
  background-color: #f7b733;
}
.button2 {
  background-color:#000000;
  color: white;
  border: none;
  border-radius: 50px;
  padding: 20px 40px;
  margin-bottom: 40px;
  font-size: 16px;
  transition: 1s;
  
}

.button2:hover {
  background-color: #f7b733;
}

.s1{

}









.gallery {
  display: flex;
  justify-content: center;
  /* gap: 150px; */
  flex-wrap: wrap;
  
} 

.image-box {
 display: flex;
  position: relative;
  width: calc(33.%-30px); 
  overflow: hidden; 
  transition: box-shadow 0.6s ease;
}
 
.image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: flex;
}  

.text-overlay {
  position: absolute;
  top: 0px;
  color: black;
  width: 100%;
  padding: 40px;
  font-size: 16px;
  text-align: left;
}

.text-overlays {
  position: absolute;
  top: 0px;
  color: #3c3c3c;
  width: 100%;
  padding: 40px;
  font-size: 16px;
  text-align: left;
}



.image-box:hover {
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4);
  transform: scale(1.02);
}
  










 

.btn:hover{
    color: black;
    transition: color 0.6s;
}

.link{ 
    text-align: right;
    padding: 100px 200px 0px 200px;
}

a{
     text-decoration: none;
    color: white;
}

.link a:hover{
     color: #f7b733;
}

.f{
    display: inline;   
}

#scrollButton {
    position: fixed;
    bottom: 40px;
    right: 80px;
    background-color:#fbb710; 
    color: white;
    border: none;
    font-size: 16px;
    transition: background-color 0.6s;
}

#scrollButton:hover {
    background-color: black;
}

.footer{
    background-color: #212529;
}