*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Josefin Sans", sans-serif;
  border: none;
  margin: 0 auto;
  max-width: 1280px;
  background-color: black;
}

.section {
  height: 10px;
  display: inline-flex;
  width: 100%;
  z-index: 10;
  margin: 0;
  border: none;
  text-align: center;
  background: black;
}

.menuBtn,
.mobile-category,
.primary-banner,
.info-3 {
  display: none;
}
.logo {
  margin: 0;
  padding: 0;
  margin-top: 12px;
  margin-left: 30px;
}

/*edit on category box as a whole*/
.category {
  padding: 15px 10px;
  margin-left: 10px;
  width: 100%;
}

/*edit on each specific boxes category unordered list form*/
ul {
  color: white;
  list-style: none;
  display: inline-block;
  width: 100%;
}

.category .product-list .fas {
  display: none;
}
/*To put the catogery in the center - vertically [padding-top]
Extended the each catogery border [width]*/
.list1,
.product-list {
  background-color: black;
  color: #ffb62f;
  border-radius: 10px;
  position: relative;
  float: left;
  width: 155px;
  height: 40px;
  padding: 13.5px !important;
  -webkit-padding-before: 15px !important;
  font-weight: bolder;
  text-transform: uppercase;
  cursor: pointer;
  z-index: 999;
}

.category.borderXwidth a:before,
.category.borderXwidth a:after {
  position: absolute;
  opacity: 0;
  width: 0%;
  height: 2px;
  content: "";
  background: rgb(236, 255, 129);
  transition: all 0.3s;
}
.category.borderXwidth a:before {
  left: 0px;
  top: 0px;
}

.category.borderXwidth a:after {
  right: 0px;
  bottom: 0px;
}

.category.borderXwidth a:hover:before,
.category.borderXwidth a:hover:after {
  opacity: 1;
  width: 100%;
}
/*Product *drop down menu* initiated here*/
/*to avoid overlapping of the drop menu and product box
~ put margin-top for drop menu box*/
ul.drop-menu-1 {
  margin-top: 6%;
}
ul.drop-menu-2 {
  display: none;
  position: absolute;
}
.icons-section {
  display: none;
}
/*To centered the category [padding-top]*/
ul.drop-menu-1 li {
  padding-top: 9.5%;
  border: 1px solid black;
  border-radius: 5px;
  display: none;
  height: 50px;
  width: 100%;
  background-color: lightgray;
  color: black;
}

ul.drop-menu-1 li:hover {
  background-color: cyan;
  transition: background-color 0.2s ease-out;
}

/*edit on long categories[to center accordingly]*/
#pneu-category,
#ind-category {
  padding-top: 3%;
}
/*give a 3D feel-no outcome displayed-affect on the drop down menu*/
li:hover > ul.drop-menu-1 {
  perspective: 1000px;
}
/*default hover*/
li:hover > ul.drop-menu-1 li {
  display: block;
  opacity: 0;
}
/*additional perk on same categories: animation*/
li:hover > ul.drop-menu-1 li:nth-child(1) {
  animation: menu1 300ms ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: -100ms;
}

li:hover > ul.drop-menu-1 li:nth-child(2) {
  animation: menu1 500ms ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: -50ms;
}

li:hover > ul.drop-menu-1 li:nth-child(3) {
  animation: menu1 700ms ease-in-out;
  animation-fill-mode: forwards;
}

li:hover > ul.drop-menu-1 li:nth-child(4) {
  animation: menu1 900ms ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 50ms;
}

@keyframes menu1 {
  0% {
    opacity: 0;
    transform: rotateY(-90deg) translateY(30px);
  }
  100% {
    opacity: 1;
    transform: rotateY(0deg) translateY(0px);
  }
}

/*search box animation initiated*/
.content .search {
  margin-top: 0.2%;
  height: 37px;
  width: 200px;
  padding: 0px;
  padding-left: 15px;
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
}
.search .input {
  font-family: "Lexend Deca", sans-serif;
  width: 80%;
  padding: 15px 10px;
  border: none;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  font-weight: bold;
  color: rgb(36, 35, 35);
  font-size: 13.4px;
}

.searchbtn {
  background: black;
  width: 20%;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  position: relative;
  cursor: pointer;
}
.searchbtn img {
  position: absolute;
  transform: translate(-50%, -50%);
  font-size: 18px;
  height: 20px;
}
/*search button ends here*/
/*Design on box*/

section.abra-pg {
  margin-top: 6%;
  margin-bottom: 2%;
}
.box {
  font-size: 18px;
  width: 100%;
  margin-top: 2%;
  display: flex;
  color: white;
}
.box .upper-content {
  display: flex;
}
.box .upper-content .primary-content {
  width: 50%;
}
.main-pic {
  margin-left: 2%;
}
.info-content {
  padding: 0px 30px;
}
.info-content .heading-content {
  display: flex;
}
#back-1 {
  margin-left: 50%;
}
.box .info,
.primary-content .info {
  margin-top: 20px;
}
.info-content p {
  margin-top: 1%;
}
.info-1 img {
  border-radius: 5px;
}

.primary-content p,
.primary-content .size-content ul,
.primary-content .info-1,
.info-1,
.info-content .info-2 {
  margin-top: 10px;
}
.info-content .info-2 {
  display: flex;
  width: 63%;
}
@media screen and (max-width: 1210px) {
  .menuBtn {
    border-radius: 10px;
    background: rgb(16, 158, 159);
    background: linear-gradient(
      0deg,
      rgba(16, 158, 159, 1) 0%,
      rgba(255, 232, 15, 1) 100%
    );
    display: flex !important;
    height: 80px;
    width: 90px;
    position: fixed;
    left: 29px;
    top: 58px;
    z-index: 999;
  }
  .menuBtn > span {
    border-radius: 10px;
    background-color: rgb(20, 20, 20);
    height: 10px;
    width: 70px;
    position: absolute;
    left: 30%;
    top: 49%;
    margin: -3px 0px 0px -17px;
    transition: height 100ms;
  }
  .menuBtn > span:after,
  .menuBtn > span:before {
    content: "";
    background-color: rgb(0, 0, 0);
    border-radius: 2px;
    height: 10px;
    width: 70px;
    position: absolute;
    left: 50%;
    margin: -10px 0px;
    margin-left: -35px;
    transition: all 200ms;
  }
  .menuBtn > span:after {
    border-radius: 10px;
    top: -10px;
  }
  .menuBtn > span:before {
    border-radius: 10px;
    bottom: -10px;
  }
  .menuBtn.act > span {
    height: 0;
    z-index: 999;
  }
  .menuBtn.act > span:after,
  .menuBtn.act > span:before {
    background-color: #000000;
    top: 9px;
    left: 36px;
  }
  .menuBtn.act > span:after {
    transform: rotate(45deg);
  }
  .menuBtn.act > span:before {
    transform: rotate(-45deg);
  }
  .category {
    display: none;
  }
  .mobile-category {
    top: 0px;
    opacity: 0;
    background-color: black;
    position: fixed;
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    z-index: 998;
    transition: all 300ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transform: scale(0);
  }
  .mobile-category.act {
    opacity: 1;
    transform: scale(1);
  }
  .mobile-category.act ul li {
    opacity: 1;
    transform: translateX(0);
  }
  .list1,
  .product-list {
    font-weight: bold;
    border: none;
    margin: 35px 0px;
    font-size: 40px;
    width: 100%;
  }
  .mobile-category .amb-small {
    margin-top: 40px;
    margin-left: 15px;
  }
  .mobile-category .amb-small img {
    width: 210px;
    height: 210px;
    border-radius: 10%;
  }
  #search-area {
    margin-top: 310px;
    width: 100%;
    position: absolute;
  }
  #search-area form {
    margin: 0 auto;
    height: 70px;
    width: 550px;
  }
  .search .input {
    width: 82%;
    font-size: 35px;
  }
  .searchbtn img {
    height: 45px;
  }
  .logo {
    display: none;
  }
  .mobile-category .home-cat {
    margin-top: 200px;
  }
  .mobile-category li {
    transition: all 150ms 410ms;
    opacity: 0;
  }
  .mobile-category li:nth-child(odd) {
    transform: translateX(30%);
  }
  .mobile-category li:nth-child(even) {
    transform: translateX(-30%);
  }
  .primary-banner {
    display: block;
    font-family: "Ubuntu", sans-serif;
    display: flex;
    justify-content: center;
  }
  .primary-banner img {
    margin: 0px 40px;
    margin-top: 26px;
    width: 160px;
  }
  .primary-banner h1 {
    font-weight: unset;
    font-size: 52px;
    color: rgb(255, 240, 154);
    margin: 10px 0px;
    margin-top: 56px;
    text-shadow: 0 0 1em currentColor;
    animation: slide-in 0.8s cubic-bezier(0.5, 0, 0.5, 1) both;
    animation-delay: calc(100ms * var(--word-index));
  }
  @keyframes slide-in {
    from {
      transform: translateY(20px) scale(0.9);
      opacity: 0;
    }
  }
  #back-1 {
    display: none;
  }
  section.abra-pg {
    margin-top: 30px;
  }
  .info-content {
    font-size: 39px;
    padding: 0 15px;
    max-width: 970px;
  }
  .upper-content {
    flex-direction: column;
  }
  .primary-content {
    width: 100% !important;
    margin-top: 720px;
  }
  .main-pic {
    position: absolute;
  }
  .main-pic img {
    height: 670px;
  }
  .info-title {
    height: 85px;
  }
  .info {
    height: 55px;
  }
  .info-1 img {
    height: 86px;
  }
  .info1 img {
    height: 135px;
  }
  .info-2 {
    display: none !important;
  }
  .info-3 {
    display: flex;
  }
  .info11 img {
    height: 220px;
  }
}

/*responsive web according to screen resolution*/
