*{
    margin: 0;
}
body{
    background-color: #171717;
}
a{
    color: white;
    text-decoration: none;
}
a:hover{
    color: white;
    text-decoration: none;
}
#hero{
    height: 100vh;
    color: white;
}
video {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    z-index: 0;
  }
#hero .container{
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#title .container{
    text-align: center;
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translate(-50%, -50%);

}
#title{
    height: 40vh;
    background-image: linear-gradient(#3d3d3d76, #3d3d3d76),url(/images/IMG_2201\ \(1\).JPG);
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
}
.nav{
    background-color: #22222271;
}
h2, h3{
    font-size: 40px;
    font-weight: 700;
    background:  rgb(207, 165, 46);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}
h5{
    margin-top: 10px;
    font-size: 20px;
    
}
#last{
   margin-bottom: 30px; 
}
.bt{
    background-color: rgb(207, 165, 45);
    font-weight: 600;
    margin-top: 40px;
    padding: 10px;
    color: white;
    border-radius: 50px;
}
.bt2{
    background: transparent;
    border: 2px solid rgb(207, 165, 45);
    font-weight: 600;
    padding: 10px;
    background: rgb(207, 165, 45);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    margin-top: 10px;
    border-radius: 50px;
}
span{
    color:   rgb(207, 165, 46);
    font-weight: 600;
}
.cup1:hover, .cup2:hover, .cup3:hover{
    transform: scale(1.5);
    transition-duration: 2s;
}
.cup1 p, .cup2 p, .cup3 p{
    color: white;
    font-weight: 600;
}
.cup1:hover p, .cup2:hover p, .cup3:hover p{
    color:rgb(207, 165, 45);
}
#Products .container{
    padding: 30px 20px;
}
.card{
    height:500px;
    padding: 10px;
    background-color: transparent;
    border: 2px solid rgb(207, 165, 45);
    border-radius: 5px;

}
.card h3{
    position: absolute;
    bottom: 0;
}
#Contact .container{
  
    padding: 60px 20px;
}
.cupp{
    position: absolute;
    margin: auto;
    right: 0;
    left: 0;
}
.world{
    animation: rotate 10s infinite;
} 
  @keyframes rotate {
    0% {
      transform: rotate(-180deg)
    }
    100% {
      transform: rotate(180deg)
    }
  }
  .form{
    padding: 20px;
  }
  form input,form button{
    background-color: #242424d3;
    border: none;
    padding: 10px;
    color: white;
    box-shadow: 2px 2px 2px #242424d3;
  }
  input:focus{ outline: none; }


  #footer .container{
    padding: 30px 20px;
  }
  .btn{
    color:  rgb(207, 165, 46);
    border: 1px solid  rgb(207, 165, 46);
  }
  .search{
    background-color: #242424d3;
    border: 1px solid  rgb(207, 165, 46);
    color:  rgb(207, 165, 46);
    box-shadow: 2px 2px 2px #242424d3;
  }
  .search:focus{
    background-color: #242424d3;
    border: 1px solid  rgb(207, 165, 46);
    color:  rgb(207, 165, 46);
    box-shadow: 2px 2px 2px #242424d3;
  }
  .swiper {
    width: 100%;
    height: 100%;
  }

#swipe{
    padding: 60px 20px;
}
#AboutUs .container{
    padding: 80px 20px;
}
.cupps:hover{
    transform: scale(1.5);
    transition-duration: 2s;
}
.cup1, .cup2,.cup3{
    color: white;
    font-weight: 600;
}
#ContactUs .container{
    padding: 60px 30px;
}
#Shop .container{
    padding: 40px 20px;
}
.shopp .container{
    padding: 40px 20px;
}
#Prod .container{
    padding: 50px 20px;
}
option{
    background-color: #171717 !important;
}
.swiper {
    width: 100%;
    height: 100%;
  }
#AboutUs p{
    padding: 25px;
}
  .swiper-slide {
    text-align: center;
    font-size: 25px;
    border-radius: 5px;
    background-color: #171717;
    color: white;
    padding: 50px 20px;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
/*#rows{
    background-color: #171717;
    padding: 0px 20px;
}
.set{
    position:relative;
    top: -130px;
}
.sets{
    padding: 30px 30px;
    background-color: white;
    margin: 20px;
    border-radius: 5px;
}
.sets1{
    padding: 30px 20px;
    background-color: rgb(78, 78, 78);
    margin: 20px;
    border-radius: 5px;
}
h3{
    font-size: 35px;
    font-weight: 650;
    background: rgb(207, 165, 45);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}
#Prod{
    background-color: #171717;
}
#Prod .container{
    padding: 60px 20px;
}
span{
    font-size: 30px;
    font-weight: 650;
    background: rgb(207, 165, 45);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}
#sub{
    background-image: linear-gradient(#3d3d3d76, #3d3d3d76),url(/images/1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px 20px;
}
.email{
    border: 1px solid gray;
    border-top-right-radius: 5px;
    color: white;
    background-color: transparent;
    border-bottom-right-radius: 5px;
}
.input-group{
    margin-top: 10px;
    margin-bottom: 30px;
}
#contact{
    background-color: #171717;
    color: white;
}
#contact .container{
    padding: 60px 20px;
    
}
.bean{
    margin: 10px;
    position: absolute;
    right: 0;
}
.infos{
    margin-top: 50px;
    text-align: left;
    color: white; 
}
#contact input, select, textarea{
    margin-bottom: 40px;
    padding: 5px;
    border: none;
    background-color:  rgb(220, 220, 220);
        border-radius: 5px;
    
}
#contact input, select, textarea{
    outline: none;
}
.info{
    margin-bottom: 50px;
}
#items .container{
    padding: 60px 30px;
}
#items a, a:hover, a:active{
    color: #171717;
}
.item{
    height: 250px;
    border: 1px solid gray;
    border-radius: 5px;
    padding: 10px;
    margin: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.item2{
    height: 400px;
    border: 1px solid gray;
    border-radius: 5px;
    padding: 10px;
    margin: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.tabs{
    background-color: #171717;
    padding: 10px 10px;
}
#descrip .container{
    padding: 80px 30px;
}
.text-desc{
    padding: 50px 20px;
}
#mission .container{
    padding: 80px 30px;
}*/