* {
  margin: 0px;
  padding: 0px;
}

.main {
  width: 100%;
}

.address,
.owner,
.contact,
.social-links,
.logo {
  width: 20%;
}
ul li {
  list-style: none;
}

.second-header ul li:hover {
  background-color: #cc6119;
  color: white;
  transition: all;
  transition-duration: 0.5s;
}

.second-header ul li:hover a {
  color: white;
  transition: all;
  transition-duration: 0.5s;
}

.second-header {
  background-color: #eef0f3;
}

.second-header ul li {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.second-header ul {
  margin-left: 100px;
}

.second-header ul a {
  text-decoration: none;
  color: black;
}

.long {
  background-color: #cc6119;
  width: 50px;
  height: 10px;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.short {
  background-color: #cc6119;
  width: 30px;
  height: 10px;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  margin-left: 3px;
}
.hr {
  margin: auto;
  width: 10%;
}

.Query-section {
  background-color: black;
  padding: 30px 0px 30px 0px;
  margin: 50px 0px 50px 10%;
  width: 80%;
}

.q-image {
  width: 20%;
}

.q-contact {
  width: 10%;
  margin-left: 50px;
}

.q-text {
  width: 50%;
}

.footer {
  background-color: #232628;
  color: white;
  padding-top: 30px;
}

.gallery {
  color: white;
  background-color: #232628;
  padding-top: 50px;
height: 100vh;
margin-bottom: 50px;
  
}

.gallery h1 {
  font-size: 50px;
  font-weight: 600;
  padding-bottom: 20px;
}

.slider-container {
  width: 80%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

.slider-wrapper {
  display: flex;
  transition: all 0.3s ease-in-out;
}

.slide {
  flex: 0 0 50%; /* Display two images at once */
  min-width: 50%;
}

.slide img {
  width: 100%;
  height: auto;
}

.arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 30px;
  cursor: pointer;
  z-index: 1;
}

.prev-arrow {
  left: 10px;
}

.next-arrow {
  right: 10px;
}

.blank {
  width: 100%;
  height: 130px;
}

.footer-top {
  width: 80%;
  margin: auto;
}

.footer-text {
  width: 40%;
}

.footer-links {
  width: 30%;
}

.footer-contact {
  width: 30%;
}

.footer-end {
  width: 80%;
  margin: auto;
}

.copyright,
.footer-links {
  width: 50%;
}

.f-links {
  margin-left: 60%;
}
