body {
  background-color: black;
  background-image: url("../assets/background.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  margin: 0;
}

.navbar2 {
  align-items: center;
}

#logo1 {
  width: 250px;
  height: 77px;
  margin: -30px 100px -0px 0px;
}

.navigationlink {
  display: flex;
  justify-content: space-between;
  padding: 0;
  margin: 40px 50px 40px;
}

.navigationlinkL {
  display: flex;
}

.navigationlinkR {
  display: flex;
}

.navigationlink1 {
  font-family: sans-serif;
  margin: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  color: #ffa500;
  border: 3px solid #ffa500;
  border-radius: 10px;
  padding: 10px;
}

.navigationlink1:hover {
  color: black;
  background-color: #ffa500;
}

.navigationlink2 {
  margin: 5px;
  padding: 10px;
  border: 3px solid #ffa500;
  border-radius: 10px;
  color: #ffa500;
}

.navigationlink2:hover {
  color: black;
  background-color: #ffa500;
}

.category-list-content-image {
  height: 30px;
  width: 30px;
  vertical-align: middle;
}

.category-list-content-image:hover {
  color: black;
}

.a1 {
  text-decoration: none;
  color: #ffa500;
  font-family: sans-serif;
}

.category-list-item:hover .a1 {
  color: #000;
  transition: 1s;
}

.category-list-item {
  border: 3px solid #ffa500;
  padding: 10px;
  font-size: 12px;
  position: sticky;
  background-color: #000;
  color: #ffa500;
  text-transform: uppercase;
  list-style: none;
  font-weight: bolder;
  width: 200px;
  cursor: pointer;
  overflow: hidden;
  border-radius: 10px;
  margin: 10px;
}

span {
  transition: all 0.7s;
  z-index: -1;
}

.category-list-item .first {
  content: "";
  position: absolute;
  right: 100%;
  top: 0;
  width: 25%;
  height: 100%;
  background: #ffa500;
}

.category-list-item:hover .first {
  top: 0;
  right: 0;
}

.category-list-item .second {
  content: "";
  position: absolute;
  left: 25%;
  top: -100%;
  height: 100%;
  width: 25%;
  background: #ffa500;
}

.category-list-item:hover .second {
  top: 0;
  left: 50%;
}

.category-list-item .third {
  content: "";
  position: absolute;
  left: 50%;
  height: 100%;
  top: 100%;
  width: 25%;
  background: #ffa500;
}

.category-list-item:hover .third {
  top: 0;
  left: 25%;
}

.category-list-item .fourth {
  content: "";
  position: absolute;
  left: 100%;
  top: 0;
  height: 100%;
  width: 25%;
  background: #ffa500;
}

.category-list-item:hover .fourth {
  top: 0;
  left: 0;
}

.footer1 {
  margin: 0 auto;
}

.footer1 ul {
  text-align: right;
  list-style: none;
  padding: 0;
  margin: 39px 50px 7px;
}

.footer1 ul li {
  float: none;
  display: inline-block;
}

.footertext {
  color: #ffa500;
  font-family: sans-serif;
  font-size: 12px;
  font-weight: bold;
  padding: 5px;
  text-decoration: none;
  text-transform: uppercase;
}

.sociallink1,
.sociallink2 {
  margin: 5px;
  padding: 5px;
  border: 3px solid #ffa500;
  border-radius: 10px;
  color: #ffa500;
}

.sociallink1:hover {
  color: #1a6ed8;
  background-color: white;
}

.sociallink2:hover {
  color: #eb0cb7;
  background-color: white;
}

.container1 {
  display: flex;
  gap: 1em;
}
