@import url('https://fonts.googleapis.com/css2?family=Bitter&family=Poppins&display=swap');

*{
  margin: 0;
  padding: 0;
  outline: none;
  box-sizing: border-box;
}

body{
  background:url("../images/background1080.png")  no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

nav{
  background: rgb(0,0,0);
  background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(1,1,1,1) 100%, rgba(84,84,84,1) 100%);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  height: 105px;
  padding: 5px 100px;
  border-bottom:2px solid white;
}
nav .logo{
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: -1px;
}
nav .nav-items{
  display: flex;
  flex: 1;
  padding: 0 0 0 40px;
}
nav .nav-items li{
  list-style: none;
  padding: 0 15px;
  margin:auto;
}
nav .nav-items li a{
  font-size: 24px;
  font-weight: 500;
  text-decoration: none;
  font-family: 'Poppins', sans-serif;
  color:#0DDFE1;
}

nav .nav-items li.highlighted{
    background-color:white;
    border-radius:100px;
    color:white;
    padding:auto;
    margin:auto;
  }

nav .nav-items li.log{
    background-color:green;
    border-radius:100px;
    color:black;
  }

nav .nav-items li a:hover{
  color: #ff3d00;
  transition:0.5s;
}
nav form{
  display: flex;
  height: 40px;
  padding: 2px;
  background: white;
  min-width: 18%!important;
  border-radius:10px;
  border: 1px solid rgba(155,155,155,0.2);
      margin-left:60px;   
}
nav form .search-data{
  width: 100%;
  height: 100%;
  padding: 0 10px;
  color:black;
  font-size: 17px;
  border: none;
  font-weight: 500;
  background: none;
}
nav form button{
  padding: 0 15px;
  color: black;
  font-size: 17px;
  background:none;
  border: none;
  border-radius: 2px;
  cursor: pointer;
}
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 .menu-icon span,
nav .cancel-icon,
nav .search-icon{
  display: none;
}
@media (max-width: 1245px) {
  nav{
    padding: 0 50px;
  }
}
@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: #14181f;
    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: 20px;
  }
  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: -1;
    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: -2;
    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;
  }
}

@media (max-width: 980px){
  nav .menu-icon,
  nav .cancel-icon,
  nav .search-icon{
    margin: 0 20px;
  }
  nav form{
    right: 30px;
  }
}
@media (max-width: 350px){
  nav .menu-icon,
  nav .cancel-icon,
  nav .search-icon{
    margin: 0 10px;
    font-size: 16px;
  }
}

.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #F5F5F5;
  color: #141414;
  text-align: center;
  padding:30px;
  font-family: 'Bitter', serif;
  font-size:1.5rem;
  border:2px solid grey;
}

.cart{
  margin-left:10px;
  font-size:25px;
}

.wordsimage{
  position:fixed;
  left:9%;
  top:22.5%;
}

.button{
  display: inline-block;
  outline: 0;
  border: 0;
  cursor: pointer;
  border-radius: 4px;
  padding: 8px 16px;
  font-size: 16px;
  background-color:white;
  border-bottom: 4px solid grey;
  font-weight: 700;
  color: black;
  line-height: 26px;
  border-radius:10px;
  text-decoration:none;
  font-family: 'Bitter', serif;
  position:fixed;
  top:69%;
  left:21.25%;
  }
  
  .button:hover{
    transition:0.5s;
    border-bottom: 4px solid white;
    background-color:#141414;
    color:white;
  }
