@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@400;700&display=swap');
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;

}
html {
  scroll-behavior: smooth;
}
body {
  font-family: "Quicksand", sans-serif;
}
a {
  text-decoration: none;
  color: #fff;
}
li{
  padding-top: 15px;
}
ul {
  list-style: none;
}
.container {
  max-width: 1100px;
  margin: auto;
}

.butoni {
 display: inline-block;
  padding: 15px 30px;
  border: 3px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color:#000;
  font-weight:600;
}
.butonii:hover {
  background: #4B291C;
}
.butonii {
 display: inline-block;
  padding: 13px 17px;
 font-weight:600;
  border-radius: 10px;
  border: 3px solid #4B291C;
  cursor: pointer;
 
}
.butoni:hover {
  background: #2A2A2A;
}

header {
  height: 100vh;
  position: relative;
}

#navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100px;
  width: 100%;
  font-family: "Quicksand", sans-serif;
}
#navbar img {
  padding-top: 10px;
  width: 80px;
  margin-left: 80px;
}
nav ul {
  display: flex;
  margin-right: 100px;
}
nav ul li a {
  padding: 15px 20px;
  font-weight: 600;
}
nav ul li a:hover {
  border-bottom: 2px solid #e4b95b;
}

#background {
  
  background: url("../images/555.jpg")no-repeat;
  position: relative;
  text-align: center;
  background-image:n;
}

#menuja {
  min-height: 80vh; /* Changed height to min-height */
  background: #000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px; /* Changed height to min-height */
}

#background::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
}

#background .content {
 display: flex;
 flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 75%; 
  color: #fff;
  z-index: 2;
}

#background .content h1 {
  font-size: 50px;
  margin-bottom: 20px;
}

#background .content p {
  margin: 20px 0 40px;
}



#menuja h2 {
  color: #fff; 
  text-align: center;
 margin-bottom: 70px;
 text-decoration:overline;


}
#menuja .artikujt {
  display: flex;
  align-items: center;
  text-align: center;
 justify-content: space-evenly;
}

#menuja .artikujt img {
 margin: 20px;
width: 200px;
height: 200px;
filter: brightness(0.9);

}
#menuja .pijet img{
margin-top: -30px;
height:250px;
}
.slider1{
  background: #111010;
  position: relative;
height: 80vh;
    overflow: hidden;
    filter: brightness(0.7);
}
.slider img {
  width: 100%;
  height: auto;
  object-fit: cover;}
.container1{
    max-width: 1170px;
    margin:auto;
}

.wrapper{
  display: flex;
  max-width:auto;
  position: relative;
  background-color:#000;
}

.wrapper i{
  top: 50%;
  height: 44px;
  width: 44px;
  color: #343F4F;
  cursor: pointer;
  font-size: 1.15rem;
  position: absolute;
  text-align: center;
  line-height: 44px;
  background: #fff;
  border-radius: 50%;
  transform: translateY(-50%);
  transition: transform 0.1s linear;
   z-index: 1;
}
.wrapper i:active{
  transform: translateY(-50%) scale(0.9);
}
.wrapper i:hover{
  background: #f2f2f2;
}
.wrapper i:first-child{
  left: 50px;
  display: translateY(-50%);

}
.wrapper i:last-child{
  right: 50px;
}
.wrapper .slider{
  font-size: 0px;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  scroll-behavior: smooth;
}
.slider.dragging{
  cursor: grab;
  scroll-behavior: auto;
}
.slider.dragging img{
  pointer-events: none;
}
.slider img{
  height: 75vh;
  object-fit: cover;
  user-select: none;
  margin-left: 14px;
  width: calc(100% / 3);
  filter: brightness(0.7);

}
.slider img:first-child{
  margin-left: 0px;
}
.row{
    display: flex;
    flex-wrap: wrap;
}
ul{
    list-style: none;
}

.footer{
    background-color: #111010;
    padding: 70px 0;
    border:1px solid #000;
    
}
.footer1{
   width: 25%;
   padding: 0 15px;
}
.footer1 h4{
    font-size: 18px;
    color: #fff;
    margin-bottom: 35px;
    font-weight: 700;
    position: relative;
}
.footer1 h4::before{
    content: '';
    position: absolute;
    left:0;
    bottom: -10px;
    background-color: #4B291C;
    height: 2px;
    box-sizing: border-box;
    width: 50px;
}
.footer1 ul li:not(:last-child){
    margin-bottom: 10px;
}
.footer1 ul li {
    font-size: 16px;
    text-decoration: none;
    font-weight: 300;
    color: #bbb;
    display: block;
    transition: all 0.3s ease;
}
.footer1 ul li a:hover{
    color: #fff;
    padding-left: 8px;
     transition: all 0.3s ease;
}
.footer1 .social-links a{
    display: inline-block;
    height: 40px;
    width: 40px;
    background-color: #ffffff20;
    margin:0 10px 10px 0;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    transition: all 0.5s ease;
}

.footer1 .social-links a:hover{
    color: #24262b;
    background-color: #fff;
}


@media (max-width: 1000px) {
  #navbar img {
    margin-left: 20px;
  }

  nav ul {
    margin-right: 20px;
  }

  nav ul li a {
    padding: 10px;
  }

  header .content h1 {
    font-size: 28px;
  }

  
 #menuja {
    padding: 20px; /* Add padding instead of fixed height */
  }
   #menuja .artikujt img {
    margin: 20px auto;
    width: 150px;
    height: 150px;
  }

  #menuja .pijet img {
    height: 200px;
  }
}

  #menuja .offers-items h3 {
    font-size: 18px;
  }
  .footer1{
    width: 25%;
    margin-bottom: 30px;
}
  

  /* Mobile Devices */
  @media (max-width: 600px) {
    #navbar {
      flex-direction: column;
    }

    #navbar img {
      margin-bottom: 20px;
    }

    header .content h1 {
      font-size: 18px;
    }

    header .content p {
      font-size: 14px;
    }

     .footer1{
    width: 70%;
}

     #menuja h2 {
    margin-bottom: 30px;
  }

  #menuja .artikujt {
    flex-direction: column;
    align-items: center;
  }

  #menuja .artikujt img {
    margin: 20px auto;
    width: 120px;
    height: 120px;
  }

  #menuja .pijet img {
    height: 150px;
  }
}
    