@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@400;700&display=swap');

body {
  font-family: "Quicksand", sans-serif;
  background-color: #111010;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.butoni {
 display: inline-block;
  padding: 15px 30px;
  border: 1px solid #fff;
  border-radius: 15px;
  cursor: pointer;
  font-weight: 600;
}

.butoni:hover {
  background: #e4b95b;
}
html {
  scroll-behavior: smooth;
}
a {
  text-decoration: none;
  color: #fff;
}

ul {
  list-style: none;
}
.butonii:hover {
  background: #2A2A2A;
}
.butonii {
 display: inline-block;
  padding: 15px 25px;
 font-weight:600;
  border-radius: 10px;
  border: 4px solid #47312C;
  cursor: pointer;
  b
}
#navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100px;
  width: 100%;
  background-color: #111010;
  font-family: "Quicksand", sans-serif;
  font-size: 17px;

}
li{
  padding-top: 20px;
}
#navbar img {
  padding-top: 10px;
  width: 80px;
  height: auto;
  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;
}
            .container12 {
   background: url("../images/wine3 (1).jpg");
   filter: brightness(0.6);
   width: 100%;
    height: 100px; 
   display: flex;
   align-items: center;
   justify-content: center;
background-repeat: no-repeat;
  
   }
.container {
   background: url("../images/1.jpg");
   filter: brightness(0.7);
   width: 100%;
    height: 100px; 
   display: flex;
   align-items: center;
   justify-content: center;
            }
            .container1 {
   background: url("../images/2.jpg");
   filter: brightness(0.7);
   width: 100%;
    height: 100px; 
   display: flex;
   align-items: center;
   justify-content: center;
            }
                     .container2 {
   background: url("../images/3.jpg");
   filter: brightness(0.7);
   width: 100%;
    height: 100px; 
   display: flex;
   align-items: center;
   justify-content: center;
            }
                               .container5 {
   background: url("../images/4.jpg");
   filter: brightness(0.7);
   width: 100%;
    height: 100px; 
   display: flex;
   align-items: center;
   justify-content: center;
            }
  

.title{
   color:#fff;
} 
.artikujt {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #ffffff70;
  padding: 20px;
}
.artikujt img {
  margin: 10px;
  width: 100%;
  max-width: 200px;
}
.artikujt li {
  margin-bottom: 20px;
}



@media only screen and (max-width: 768px) {
  .artikujt {
    flex-direction: column;
  }

  .artikujt img {
    margin-bottom: 10px;
  }
}





   #wineGlass {
      position: relative;
      width: 80vw;
      max-width: 300px;
      height: calc(80vw * 2);
      max-height: 600px;
      border-radius: 0 0 50% 50%;
      background: linear-gradient(to bottom, rgba(255,255,255,0.7) 0%,rgba(255,255,255,0) 60%);
      overflow: hidden;
      box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    }

    #glassBase {
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
      width: 30%;
      height: 6%;
      background-color: rgba(255, 255, 255, 0.5);
      border-radius: 50%;
      z-index: 1;
    }

    #glassContent, #wine {
      position: absolute;
      bottom: 6%;
      left: 50%;
      transform: translateX(-50%);
      width: 100%;
      height: 0%;
      background: linear-gradient(to bottom, rgba(165, 42, 42, 0.3) 0%, rgba(165, 42, 42, 0.8) 100%);
      transition: height 0.5s ease-out;
      border-radius: 0 0 50% 50%;
    }

    #stem {
      position: absolute;
      bottom: 6%;
      left: 50%;
      transform: translateX(-50%);
      width: 6%;
      height: 40%;
      background-color: rgba(255, 255, 255, 0.5);
      border-radius: 10px;
    }

    #brim {
      position: absolute;
      top: 0;
      left: 50%;
      transform: translateX(-50%);
      width: 110%;
      height: 6%;
      background-color: rgba(255, 255, 255, 0.5);
      border-radius: 0 0 50% 50%;
      z-index: 2;
    }

#container0 {
  display: flex;
  justify-content: center;
  align-items: center; /* Center the whole content vertically */
  margin-top: 50px;
 /* Set the container height to viewport height */
}

.photos-container {
  display: flex;
  align-items: center; /* Center the photos vertically */
}

.photos-left,
.photos-right {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.photo-item {
  margin: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.photo-item img {
  max-width: 222px;
  max-height: 245px;
  height: auto;
  margin: 5px;
}

.photo-item h2 {
  margin: 0; /* Reset margin */
  color: #ffffff70;
}

.centered-text {
  margin-top: auto; /* Align the text to the bottom */
}

#ngjyra {
  margin: 0 70px; /* Adjust the margin between the glass and photos */
}
.footer{
    background-color: #111010;
    padding: 70px 0;
     font-family: "Quicksand", sans-serif;
}
.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: #2A2A2A;
    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;
}
.row{
    display: flex;
    flex-wrap: wrap;
}


@media only screen and (max-width: 1000px) {
  .footer1{
    width: 25%;
    margin-bottom: 30px;
}
}


/* Media query for smaller screens */
@media only screen and (max-width: 768px) {
  
  
   #navbar img {
    margin-left: 20px;
  }

  nav ul {
    margin-right: 20px;
  }
       .footer1{
    width: 70%;
}
  nav ul li a {
    padding: 10px;
  }

  header .content h1 {
    font-size: 28px;
  }
 #wineGlass {
        width: 70vw;
        max-width: 250px;
        height: calc(70vw * 2);
        max-height: 500px;
      }
      #glassBase {
        width: 25%;
        height: 5%;
      }
      #stem {
        width: 5%;
        height: 30%;
      }
      #brim {
        width: 100%;
        height: 5%;
      }
        #ngjyra {
    margin: 20px 0; /* Adjust the margin between the glass and photos */
  }
  
  .photo-item img {
    max-width: 150px;
    max-height: 165px;
  }
}
      @media (max-width: 480px) {
      #wineGlass {
        width: 60vw;
        max-width: 200px;
        height: calc(60vw * 2);
        max-height: 400px;
      }
      #glassBase {
        width: 20%;
        height: 4%;
      }
      #stem {
        width: 4%;
        height: 20%;
      }
      #brim {
        width: 90%;
        height: 4%;
      }
  #ngjyra {
    margin: 10px 0; /* Adjust the margin between the glass and photos */
  }
       .footer1{
    width: 50%;
}
  .photo-item img {
    max-width: 100px;
    max-height: 110px;
  }
}


@media only screen and (max-width: 768px) {
  #navbar {
    height: auto;
    flex-direction: column;
    align-items: center;
    padding: 20px;
  }

  #navbar img {
    margin-left: 0;
    margin-bottom: 20px;
  }

  nav ul {
    margin-right: 0;
  }

  nav ul li {
    margin: 10px 0;
  }

  nav ul li a {
    padding: 10px 15px;
  }
}




