#mainInventory {
  font-family: "Roboto Condensed", sans-serif;
}
#mainInventory .mainInventoryVideo {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  z-index: -1;
}
#mainInventory .mainInventoryContainer {
  width: 100%;
  display: flex;
  padding-top: 50px;
  flex-direction: column;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
  flex-direction: column;
  padding-top: 50px;
}
#mainInventory .mainInventoryContainer .mainInventoryWrapper {
  width: 100%;
  display: flex;
  padding-bottom: 50px;
}
#mainInventory .mainInventoryContainer .mainInventoryWrapper .mainInventoryLeftBox {
  width: 40%;
}
#mainInventory .mainInventoryContainer .mainInventoryWrapper .mainInventoryLeftBox .mainInventoryLeftItem {
  display: flex;
  width: 100%;
  max-width: 500px;
  --animate-duration: 1.5s;
}
#mainInventory .mainInventoryContainer .mainInventoryWrapper .mainInventoryLeftBox .mainInventoryLeftItem .mainInventoryRightItemImg {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
#mainInventory .mainInventoryContainer .mainInventoryWrapper .mainInventoryLeftBox .mainInventoryLeftItem .mainInventoryRightItemImgMobile {
  display: none;
}
#mainInventory .mainInventoryContainer .mainInventoryWrapper .mainInventoryRightBox {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
#mainInventory .mainInventoryContainer .mainInventoryWrapper .mainInventoryRightBox .mainInventoryRightItem {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
#mainInventory .mainInventoryContainer .mainInventoryWrapper .mainInventoryRightBox .mainInventoryRightItem .mainInventoryRightItemTitle {
  color: #ea732b;
  font-size: 45px;
  font-weight: 800;
}
#mainInventory .mainInventoryContainer .mainInventoryWrapper .mainInventoryRightBox .mainInventoryRightItem .mainInventoryRightItemSubTitle {
  font-size: 18px;
  font-weight: 400;
  color: #7a7a7a;
  width: 100%;
  max-width: 515px;
}
#mainInventory .mainInventoryContainer .mainInventoryWrapper .mainInventoryRightBox .mainInventoryRightItem .mainInventoryRightItemSearch {
  width: 100%;
  display: flex;
  gap: 30px;
}
#mainInventory .mainInventoryContainer .mainInventoryWrapper .mainInventoryRightBox .mainInventoryRightItem .mainInventoryRightItemSearch .mainInventoryRightItemSearchInput {
  width: 100%;
  border: 1px solid var(--inventoryMainInputBorder);
  padding: 15px 0 15px 25px;
  color: #7a7a7a;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.14px;
  background: var(--inventoryMainInputBackground);
  border-radius: 8px;
  font-family: "Roboto Condensed", sans-serif;
  height: 57px;
}
#mainInventory .mainInventoryContainer .mainInventoryWrapper .mainInventoryRightBox .mainInventoryRightItem .mainInventoryRightItemSearch .mainInventoryRightItemSearchButton {
  width: 100%;
  max-width: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  background: #ea732b;
  padding: 10px 10px;
  border: 1px solid #ea732b;
  cursor: pointer;
  transition: 0.3s ease-in-out;
  justify-content: space-evenly;
  position: relative;
}
#mainInventory .mainInventoryContainer .mainInventoryWrapper .mainInventoryRightBox .mainInventoryRightItem .mainInventoryRightItemSearch .mainInventoryRightItemSearchButton .mainInventoryRightItemSearchButtonIcon {
  background-image: url(../newImg/searchWhiteInventory.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 24px;
  height: 24px;
}
#mainInventory .mainInventoryContainer .mainInventoryWrapper .mainInventoryRightBox .mainInventoryRightItem .mainInventoryRightItemSearch .mainInventoryRightItemSearchButton span {
  color: white;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
}
#mainInventory .mainInventoryContainer .mainInventoryWrapperText .mainInventoryWrapperTextBox .mainInventoryWrapperTextItem {
  display: flex;
  flex-direction: column;
  padding-bottom: 40px;
}
#mainInventory .mainInventoryContainer .mainInventoryWrapperText .mainInventoryWrapperTextBox .mainInventoryWrapperTextItem .mainInventoryWrapperTextBoxTitle {
  color: #ea732b;
  font-size: 25px;
  font-weight: 800;
  padding-bottom: 15px;
}
#mainInventory .mainInventoryContainer .mainInventoryWrapperText .mainInventoryWrapperTextBox .mainInventoryWrapperTextItem .mainInventoryWrapperTextBoxText {
  font-size: 18px;
  font-weight: 400;
  color: #7a7a7a;
}

@media screen and (max-width: 1440px) {
  #mainInventory .mainInventoryContainer .mainInventoryWrapper .mainInventoryLeftBox .mainInventoryLeftItem {
    max-width: 444px;
  }
}
@media screen and (max-width: 1300px) {
  #mainInventory .mainInventoryContainer .mainInventoryWrapper .mainInventoryRightBox {
    width: 50%;
  }
}
@media screen and (max-width: 1260px) {
  #mainInventory .mainInventoryContainer .mainInventoryWrapper .mainInventoryLeftBox {
    width: 50%;
  }
}
@media screen and (max-width: 1010px) {
  #mainInventory .mainInventoryContainer .mainInventoryWrapper .mainInventoryLeftBox .mainInventoryLeftItem {
    max-width: 400px;
  }
}
@media screen and (max-width: 1200px) {
  #mainInventory .mainInventoryContainer .mainInventoryWrapper .mainInventoryRightBox {
    width: 50%;
  }
  #mainInventory .mainInventoryContainer .mainInventoryWrapper {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 1000px) {
  #mainInventory .mainInventoryContainer .mainInventoryWrapper .mainInventoryRightBox .mainInventoryRightItem .mainInventoryRightItemSearch {
    flex-direction: column;
    align-items: flex-end;
  }
}
@media screen and (max-width: 950px) {
  #mainInventory .mainInventoryContainer .mainInventoryWrapper {
    align-items: center;
  }
  #mainInventory .mainInventoryContainer .mainInventoryWrapper .mainInventoryRightBox .mainInventoryRightItem .mainInventoryRightItemSearch .mainInventoryRightItemSearchButton {
    margin: 0 auto;
  }
  #mainInventory .mainInventoryContainer .mainInventoryWrapper .mainInventoryLeftBox .mainInventoryLeftItem {
    max-width: 350px;
  }
}
@media screen and (max-width: 800px) {
  #mainInventory .mainInventoryContainer .mainInventoryWrapper .mainInventoryLeftBox .mainInventoryLeftItem {
    max-width: 300px;
  }
}
@media screen and (max-width: 700px) {
  #mainInventory .mainInventoryContainer .mainInventoryWrapper {
    flex-direction: column;
  }
  #mainInventory .mainInventoryContainer .mainInventoryWrapper .mainInventoryLeftBox {
    width: 100%;
    padding-bottom: 50px;
  }
  #mainInventory .mainInventoryContainer .mainInventoryWrapper .mainInventoryRightBox {
    width: 100%;
  }
  #mainInventory .mainInventoryContainer .mainInventoryWrapper .mainInventoryRightBox .mainInventoryRightItem .mainInventoryRightItemSearch .mainInventoryRightItemSearchButton {
    margin: unset;
  }
  #mainInventory .mainInventoryContainer .mainInventoryWrapper .mainInventoryLeftBox .mainInventoryLeftItem .mainInventoryRightItemImg {
    display: none;
  }
  #mainInventory .mainInventoryContainer .mainInventoryWrapper .mainInventoryLeftBox .mainInventoryLeftItem .mainInventoryRightItemImgMobile {
    display: flex;
  }
  #mainInventory .mainInventoryContainer .mainInventoryWrapper .mainInventoryLeftBox .mainInventoryLeftItem {
    max-width: unset;
  }
  #mainInventory .mainInventoryContainer .mainInventoryWrapper .mainInventoryLeftBox .mainInventoryLeftItem .mainInventoryRightItemImgMobile {
    width: 100%;
    height: auto;
  }
}
@keyframes round {
  0% {
    transform: rotate(0deg) scale(1.2);
  }
  100% {
    transform: rotate(360deg) scale(1.2);
  }
}/*# sourceMappingURL=inventory.css.map */