*{
  margin: 0;
  padding: 0;
  outline: none;
  box-sizing: border-box;
}
body{
  background: #000000;
  background-image: url("wallpaper.png");
  background-repeat: no-repeat;
  background-size: 110%;
  background-position-x: center;
}
nav{
  background: #00000082;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  height: 70px;
  padding: 0 100px;
  font-family: "Open Sans", sans-serif;
}
nav .logo{
  font-size: 30px;
}
nav .nav-items{
  display: flex;
  flex: 1;
  padding: 0 0 0 40px;
}
nav .nav-items li{
  list-style: none;
  padding: 0 15px;
}
nav .nav-items li a{
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
}
nav .nav-items li a:hover{
  color: yellow;
}
nav form{
  display: flex;
  height: 40px;
  padding: 2px;
  background: #2020208b;
  min-width: 18%!important;
  border-radius: 2px;
  border: 1px solid rgba(155,155,155,0.2);
}
nav form .search-data{
  width: 100%;
  height: 100%;
  padding: 0 10px;
  color: #ffff00;
  font-size: 17px;
  border: none;
  font-weight: 500;
  background: none;
  z-index: 3;
}
nav form button{
  padding: 0 15px;
  color: #000000;
  font-size: 17px;
  background: rgb(231, 231, 1);
  border: none;
  border-radius: 2px;
  cursor: pointer;
  z-index: 5;
}
nav form button:hover{
  background: rgb(161, 161, 0);
}
nav .menu-icon,
nav .cancel-icon,
nav .search-icon{
  width: 40px;
  text-align: center;
  margin: 0 50px;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
  display: none;
}
nav .cancel-icon
{
  color: yellow;
}
nav .menu-icon span,
nav .cancel-icon,
nav .search-icon{
  display: none;
}
/*Production container*/
#divider-container {
  margin: 1.5em 0;
  padding-top:8%;
  text-align: center;
}
.wrapper { 
  width: 100%;
  margin: 0 auto;
  min-height: 320px;
  font-family: "Open Sans", sans-serif;
}
.containerbox {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  overflow-x:scroll;
  background-color: rgb(0, 0, 0);
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}
.sticky + #products {
  padding-top: 20px;
}
.button-value {
  margin: 10px 5px;
  border: 2px solid #6759ff;
  padding: 0em 1.5em;
  border-radius: 3em;
  background-color: black;
  color: rgb(101, 87, 255, 0.0);
  cursor: pointer;
}
#all{
  font-size: 20px;
  margin-left: 15px;
} 
/* Hide scrollbar for Chrome, Safari and Opera */
.containerbox::-webkit-scrollbar {
  display: none;
}
/* Hide scrollbar for IE, Edge and Firefox */
.containerbox {
-ms-overflow-style: none;  /* IE and Edge */
scrollbar-width: none;  /* Firefox */
}
.button-value:hover{
  border: 2px solid yellow;
}

/*ha active lesz btn*/
.activebtn{
  border: 2px solid yellow;
}


.production{
  font-size:smaller;
  padding-top: 8px;
  font-style: italic;
  color:rgb(199, 199, 16);
  text-decoration: none;
}
#products {
  display: grid;
  grid-template-columns: auto auto auto auto auto auto;
  padding: 1em 0;
  font-family: "Open Sans", sans-serif;
  background-color: #040417;
  text-align: center;
  font-size: 20px;
}
.card {
  width: 100%;
  max-width: 220px;
  margin: 1rem auto;
  border-radius: 5px;
}
.image-container {
  text-align: center;
}
#products img {
  max-width: 100%;
  object-fit: contain;
  height: 16em;
}
#products img:hover {
  opacity: 0.5;
  height: 15rem;
  transition-duration: 1.5s;
}
.container {
  padding-top: 0px;
  color: white;
}
.container h5 {
  font-weight: 300;
}
.container h6 {
  padding-top: 2%;
  color:beige;
  text-align: center;
}
.container h6 a{
  color:beige;
  text-decoration: none;
}
.container p {
  font-size:smaller;
  padding-top: 8px;
  font-style: italic;
}
.container p {
  font-size: small;
  font-style: italic;
}

.hide {
  display: none;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #6759ff;
  color: white;
  cursor: pointer;
  padding: 10px 15px;
  border-radius: 50px;
}

.bottomline{
  font-family: "Open Sans", sans-serif;
  background-color: #000000;
  max-width: 100%;
  margin: 0 auto;
  padding: 20px 0px;
  font-size:x-small;
  text-align: center;
  color: white;
}

.bottomline ul {
  padding:0;
  list-style:none;
  text-align:center;
  font-size:14px;
  line-height:1.6;
  margin-bottom:0;
}

.bottomline li {
  padding:0 10px;
}

.bottomline ul a {
  color:inherit;
  text-decoration:none;
  opacity:0.8;
}

.bottomline ul a:hover {
  opacity:1;
}

.bottomline .social {
  text-align:center;
}

.bottomline .social > a {
  font-size:24px;
  width:40px;
  height:40px;
  line-height:40px;
  display:inline-block;
  text-align:center;
  border-radius:50%;
  border:1px solid #ccc;
  margin:0 8px;
  margin-bottom: 20px;
  color:inherit;
  opacity:0.75;
}

.bottomline .social > a:hover {
  opacity:0.9;
}

.bottomline .copyright {
  margin-top:15px;
  text-align:center;
  font-size:13px;
  color:#aaa;
  margin-bottom:0;
}

#myBtn:hover {
  background-color: #555;
}















@media (max-width: 1345px) {
  nav{
    padding: 0 50px;
  }
  #divider-container {
    margin: 1.5em 0;
    padding-top:7%;
    text-align: center;
  }
  #products {
    grid-template-columns: auto auto auto auto auto;
  }
  .card{
   min-width: 108px;
   width: 95%;
  }
}
@media (max-width: 1140px){
  nav{
    padding: 0px;
  }
  nav .logo{
    flex: 2;
    text-align: center;
  }
  nav .nav-items{
    position: fixed;
    z-index: 99;
    top: 70px;
    width: 100%;
    left: -100%;
    height: 100%;
    padding: 10px 50px 0 50px;
    text-align: center;
    background: #070712;
    display: inline-block;
    transition: left 0.3s ease;
  }
  nav .nav-items.active{
    left: 0px;
  }
  nav .nav-items li{
    line-height: 40px;
    margin: 30px 0;
  }
  nav .nav-items li a{
    font-size: 18px;
  }
  nav form{
    position: absolute;
    top: 80px;
    right: 50px;
    opacity: 0;
    pointer-events: none;
    transition: top 0.3s ease, opacity 0.1s ease;
  }
  nav form.active{
    top: 95px;
    opacity: 1;
    pointer-events: auto;
  }
  nav form:before{
    position: absolute;
    content: "";
    top: -13px;
    right: 0px;
    width: 0;
    height: 0;
    z-index: 0;
    border: 10px solid transparent;
    border-bottom-color: #1e232b;
    margin: -20px 0 0;
  }
  nav form:after{
    position: absolute;
    content: '';
    height: 60px;
    padding: 2px;
    background: #1e232b;
    border-radius: 2px;
    min-width: calc(100% + 20px);
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  nav .menu-icon{
    display: block;
  }
  nav .search-icon,
  nav .menu-icon span{
    display: block;
  }
  nav .menu-icon span.hide,
  nav .search-icon.hide{
    display: none;
  }
  nav .cancel-icon.show{
    display: block;
  }
  #divider-container {
    margin: 1.5em 0;
    padding-top:5%;
    text-align: center;
  }
  #products {
    grid-template-columns: auto auto auto auto;
    padding: 2px 0;
    margin: 0 auto;
    font-family: "Open Sans", sans-serif;
  }
}

@media (max-width: 980px){
  .logo img{
    margin-top: 0.2em;
    height: 40px;
  }
  nav .menu-icon,
  nav .cancel-icon,
  nav .search-icon{
    margin: 0 20px;
  }
  nav form{
    right: 30px;
  }
  .content{
    margin-top: 6vw;
  }
  .containerbox {
    width: 100%;
    padding: 10px 0px;
  }
  #all{
    font-size: 12px;
    font-weight:bold;
  }

   /*product*/
   #divider-container {
    margin: 1em 0;
    padding-top:3%;
    text-align: center;
  }
  #products img {
    max-width: 100%;
    object-fit: contain;
    height: 14em;
  }
  #products {
    grid-template-columns: auto auto auto;
    padding: 2px 0;
    margin: 0 auto;
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
  }
  .button-value {
    border: 1px solid #6759ff;
    border-radius: 50px;
    font-size: 10 px;
    margin: 6px 4px;
  }

  #all{
    font-size: 16px;
    font-weight:bold;
  }

  .containerbox {
    width: 100%;
    padding: 10px 0px;
  }

  #myBtn {
    bottom: 10px;
    right: 20px;
    font-size: 20px;
    padding: 8px 12px;
  }
  .bottomline ul{
    font-size: 16px;
  }
  .copyright{
    font-size: 16px;
  }
}
@media (max-width: 745px){
  body{
    background: #000000;
    background-image: url("wallpaper_mobil.png");
    background-repeat: no-repeat;
    background-size: 110%;
    background-position-x: center;
  }
  #divider-container {
    margin: -12px 0;
    padding-top:10%;
    text-align: center;
  }
  #products {
    padding: 1em 0em;
  }
  #products img {
    max-width: 100%;
    object-fit: contain;
  }
  #products img:hover {
    opacity: 0.5;
    transition-duration: 1s;
    object-fit: contain;
    height: 10em;
  }
  .button-value {
    font-size: 12px;
  }
  #all{
    font-size: 14px;
    font-weight:bold;
  }
  .bottomline ul{
    font-size: 14px;
  }
  .copyright{
    font-size: 14px;
  }
}
@media (max-width: 550px){
  nav .menu-icon,
  nav .cancel-icon,
  nav .search-icon{
    margin: 0 10px;
    font-size: 18px;
  }
  #products img:hover {
    opacity: 0.5;
    transition-duration: 1s;
    object-fit: contain;
    height: 14em;
  }
  #products {
    grid-template-columns: auto auto;
    padding: 0em 0em;
    margin: 0 auto;
    font-family: "Open Sans", sans-serif;
  }
  .bottomline ul{
    font-size: 12px;
  }
  .copyright{
    font-size: 12px;
  }
}