* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  max-width: 1500px;
  width: auto;
  background: #bbb8b8;
  font-family: Arial, Helvetica, sans-serif;
  overflow-x: hidden;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  color: #000;
}

button {
  border: none;
  cursor: pointer;
}

.current {
  border: #83e22b 3px solid;
  border-radius: 10px;
}

.current a:hover {
  color: #8a2be2 !important;
}

#main-nav {
  width: 100%;
  height: 15vh;
  align-items: center;
  text-align: center;
  justify-content: space-between;
  display: flex;
  border: black 1px solid;
  border-left: none;
  border-right: none;
  background: #fff;
}

.logo h4 {
  font-size: 32px;
  margin-left: 3rem;
  color: #8a2be2;
}

#main-nav #search .search {
  width: 250px;
  height: 25px;
  border-radius: 5px;
  padding: 0.5rem;
  margin: 0 -8rem 0 1rem;
  outline: none;
  transition: all 0.3s ease-in-out;
}
#main-nav #search .search:hover {
  border: #83e22b 2px solid;
}

#main-nav #search .fa-search {
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

#main-nav #search .fa-search:hover {
  color: #83e22b;
  transform: scale(1.2);
}

.nav-list ul {
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  margin-right: 3rem;
}

.nav-list ul li {
  padding: 1rem;
}

.nav-list ul li a {
  font-size: 20px;
  transition: 0.25s ease-in-out all;
}

.nav-list ul li a:hover {
  color: #83e22b;
  padding: 0.25rem;
  border-radius: 5px;
}

#showcase {
  width: 100%;
  height: 90vh;
}

#showcase .showcase-img {
  width: 100%;
  height: 90vh;
  position: relative;
}

#showcase .showcase {
  text-align: center;
  justify-content: center;
  align-items: center;
}

#showcase .showcase h3 {
  position: absolute;
  top: 10%;
  right: 0;
  left: 0;
  color: rgb(247, 228, 228);
  font-size: 32px;
  padding-top: 35vh;
  text-shadow: #8a2be2 2px 2px 2px;
}

#computer-display {
  width: 100%;
  height: auto;
}

#computer-display .computer-grid {
  display: grid;
  grid-template-areas: "hp laptop mac" "samsung vivo see-more";
  background: #333;
  margin: 4rem 6rem;
  grid-gap: 0.5rem;
  padding: 0.25rem;
  font-size: 28px;
  align-items: center;
}

#computer-display .computer-grid img {
  border-radius: 10px;
}

#computer-display .computer-grid .hp {
  grid-area: hp;
}
#computer-display .computer-grid .laptop {
  grid-area: laptop;
}
#computer-display .computer-grid .mac {
  grid-area: mac;
}
#computer-display .computer-grid .samsung {
  grid-area: samsung;
}
#computer-display .computer-grid .vivo {
  grid-area: vivo;
}
#computer-display .computer-grid .see-more {
  grid-area: see-more;
}
#computer-display .computer-grid .see-more h4 {
  color: #fff;
  text-align: center;
  font-size: 28px;
  transition: all 0.4s ease-in-out;
}

#computer-display .computer-grid a {
  transition: all 0.5s ease-in-out;
}

#computer-display .computer-grid a:hover img {
  transform: scale(1.05);
}

#computer-display .computer-grid .see-more a:hover h4 {
  font-size: 32px;
}

.grid {
  position: relative;
  display: inline-block;
}

.text {
  position: absolute;
  z-index: 2;
  margin: 0 auto;
  right: 0;
  left: 0;
  top: 60%;
  text-align: center;
}

.text a {
  color: #fff;
  transition: all 0.5s ease-in-out;
}

#computer-display .computer-grid .text:hover {
  font-size: 32px;
}

#desks {
  width: 100%;
  height: auto;
}

#desks .desks-flexbox {
  display: flex;
  margin: 4rem 6rem;
}

#desks .desks-flexbox .gray-desk {
  text-align: center;
  background: #fff;
  padding: 0.5rem;
  margin: 1rem;
  flex: 1;
}

#desks .desks-flexbox .wooden-desk {
  text-align: center;
  background: #fff;
  padding: 0.5rem;
  margin: 1rem;
  flex: 1;
}

#desks .desks-flexbox .brown-desk {
  text-align: center;
  background: #fff;
  padding: 0.5rem;
  margin: 1rem;
  flex: 1;
}

#desks .desks-flexbox img {
  transition: all 0.5s ease-in-out;
}

#desks .desks-flexbox img:hover {
  transform: scale(1.1);
}

#desks .desks-flexbox .info {
  text-align: center;
}

#desks .desks-flexbox .info h4 {
  font-size: 20px;
  margin-bottom: 0.5rem;
}
#desks .desks-flexbox .info p {
  font-size: 16px;
}

#desks .desks-flexbox .btn {
  background: #8a2be2;
  padding: 0.35rem 0.75rem;
  border-radius: 5px;
  color: #fff;
  margin: 0.75rem 0;
}

#desks .desks-flexbox .btn:hover {
  filter: brightness(90%);
  transform: scale(1.1);
  cursor: bord;
}

#chairs .chair-carousel {
  text-align: center;
}

#chairs .chair-carousel .myslide {
  background: #fff;
  border-radius: 10px;
  padding: 2rem;
}

#chairs .chair-carousel .mySlide img {
  width: 300px;
  height: 400px;
  border-radius: 10px;
  box-shadow: -2px -2px 2px 2px #333;
  margin: 2rem;
  transition: all 0.5s ease-in-out;
}

#chairs .chair-carousel .mySlide img:hover {
  width: 315px;
  height: 415px;
}

#chairs .chair-carousel .mySlide button {
  background: #bbb8b8;
}

#chairs .chair-carousel .mySlide button i {
  background: #404040;
  color: #fff;
  border-radius: 50%;
  padding: 1rem;
  transition: all 0.5s ease-in-out;
}

#chairs .chair-carousel .mySlide button i:hover {
  filter: brightness(80%);
  background: #8a2be2;
}

#computers-laptops .comp-lap .flex1 {
  margin: 3rem 1rem;
  text-align: center;
  display: flex;
}

#computers-laptops .comp-lap .flex1 .img {
  background: #333;
  padding: 1rem;
  flex: 1;
}

#computers-laptops .comp-lap .flex1 .img img {
  width: 250px;
  height: 250px;
}

#computers-laptops .comp-lap .flex1 .img h4 {
  color: #fff;
  padding-top: 0.5rem;
  font-size: 20px;
}

#computers-laptops .comp-lap .flex1 .img {
  transition: all 0.3s ease-in-out;
}

#computers-laptops .comp-lap .flex1 .img:hover {
  transform: scale(1.1);
}

#flex {
  display: flex;
}

#contact-form {
  flex: 1;
  margin-top: 6rem;
}

#contact-form .form {
  margin: auto;
}

#contact-form .form input {
  width: 90%;
  height: 30px;
  display: block;
  margin: 2rem;
  padding: 0.5rem;
}
#contact-form .form .full-name {
  margin-top: 0;
}

#contact-form .form textarea {
  padding: 0.5rem;
  margin: 0 2rem;
  width: 90%;
  height: 80px;
  transition: all 0.3s ease-in-out;
}

#contact-form .form .outline {
  border-radius: 5px;
}

#contact-form .form .outline:hover {
  border: #8a2be2 solid 3px;
}

#contact-form .form #contact-btn {
  width: 260px;
  height: 30px;
  background: #333;
  color: #fff;
  border-radius: 5px;
  display: block;
  transition: all 0.3s ease-in-out;
  margin: auto;
  margin-top: 1.5rem;
}

#contact-form .form #contact-btn:hover {
  background: #8a2be2;
}

#sidebar {
  flex: 1;
  margin-top: 3rem;
}

#sidebar .sidebar-img {
  margin: auto;
  text-align: center;
}

#sidebar .sidebar-img img {
  width: 60%;
  height: 80vh;
}

#cart-display .display-cart {
  margin: auto;
  margin-top: 4rem;
}

#cart-display .display-cart .collection .list-item {
  width: 80%;
  height: 50px;
  padding: 0.5rem;
  margin: auto;
  background: #fff;
}

#main-footer {
  width: 100%;
  height: 10vh;
  background: #333;
  margin-top: 6rem;
}

#main-footer .footer {
  text-align: center;
}

#main-footer .footer p {
  padding-top: 3vh;
  font-size: 12px;
  color: #fff;
}
