* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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;
}

.aem-big {
  display: none;
  position: absolute;
}
.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%;
}
.menuBtn,
.mobile-category {
  display: none;
}

/*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;
}
.primary-banner {
  margin-top: 50px;
  font-family: "Ubuntu", sans-serif;
  display: flex;
  justify-content: center;
}
.primary-banner img {
  margin: 0px 40px;
  width: 70px;
}
.primary-banner h1 {
  font-size: 20px;
  color: rgb(255, 240, 154);
  margin: 10px 0px;
  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;
  }
}
#mob-pic,
.footer-mobile,
.working-deets,
#sub-intro {
  display: none;
}

.home-content {
  color: white;
  display: flex;
}
.home-content .intro {
  margin-top: 10px;
  margin-left: 10px;
  width: 50%;
}
.home-content .intro p {
  margin-top: 6px;
}

.home-content .intro h1 {
  font-size: 22px;
  color: rgb(168, 255, 233);
}
.home-content .intro .second-line {
  margin-top: 15px;
}
.home-content .intro .third-line {
  margin-top: 10px;
  display: flex;
}
.home-content .intro .third-line p {
  margin-top: 0px;
  margin-left: 15px;
}
.clearfix:after {
  content: "";
  clear: both;
  display: block;
  height: 0;
  width: 0;
}

ul {
  list-style-type: none;
}

a {
  color: #00c5b9;
  text-decoration: none;
}

h1 {
  color: #fff;
  font-weight: 500;
  font-size: 2.4em;
}
.intro .main-icons {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.intro .main-icons img {
  margin: 0px 20px;
  height: 35px;
}
/** ---------------------------------------
 * Slider 
 ----------------------------------------*/
.home-content .slider-main {
  width: 50%;
}
.container {
  width: 600px;
  margin: 0px auto 0;
}
#pic-1 {
  margin: 10px 50px;
  width: 530px;
}
#pic-2 {
  margin: 0px 55px;
  width: 465px;
}
#pic-3 {
  margin-top: -20px;
}
#pic-4 {
  width: 600px;
  margin-top: -10px;
}
#pic-10 {
  margin: 0px 50px;
  width: 490px;
}
.slider-wrapper {
  z-index: 500;
  position: relative;
  width: 100%;
  height: 410px;
  overflow: hidden;
}

.slider-wrapper li {
  display: none;
}

.slider-wrapper .current-slide {
  display: block;
}

.slider-shadow {
  width: 100%;
  height: 15px;
  position: relative;
}

.slider-shadow:after,
.slider-shadow:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 50%;
  left: 10px;
  top: -20px;
  -webkit-transform: rotate(-4deg);
  -ms-transform: rotate(-4deg);
  -o-transform: rotate(-4deg);
  transform: rotate(-4deg);
}

.slider-shadow:before {
  right: 10px;
  left: auto;
  -webkit-transform: rotate(4deg);
  -ms-transform: rotate(4deg);
  -o-transform: rotate(4deg);
  transform: rotate(4deg);
}

.slider-wrapper img {
  position: absolute;
  max-width: 100%;
  height: auto;
  top: 0;
  left: 0;
}

/**
 * ---[Caption] ---------------------- 
 **/
.slider-wrapper .caption {
  position: absolute;
  bottom: 0px;
  left: 0;
  background: rgba(0, 0, 0, 0.65);
  width: 100%;
  padding: 10px;
  color: #fff;
  opacity: 1;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.slider-wrapper li:hover .caption {
  opacity: 1;
}

.slider-wrapper h2 {
  color: #b8c500;
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 6px;
}

.slider-wrapper p {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.4em;
}

/**
 * ---[Botones-Control] ---------------------- 
 **/
.control-buttons {
  margin-top: 0px;
  text-align: center;
}

.control-buttons li {
  cursor: pointer;
  display: inline-block;
  background: #424f66;
  text-indent: -99999px;
  height: 18px;
  width: 18px;
  margin: 0 6px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.control-buttons li.active {
  background: #00c5b9;
}

@-moz-document url-prefix() {
  .intro .main-icons {
    margin-top: 5px;
  }
}
/** ---------------------------------------
 * Responsive 
 ----------------------------------------*/
@media screen and (max-width: 1210px) {
  html {
    background-position: center center;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    height: 100%;
  }

  body {
    min-height: 100%;
  }
  .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: 30px;
    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 img {
    margin-top: -25px;
    width: 160px;
  }
  .primary-banner h1 {
    font-weight: unset;
    margin-top: 5px;
    font-size: 52px;
  }
  .home-content .slider-main {
    margin-left: -30px;
    margin-top: 30px;
    width: 100%;
    position: absolute;
  }
  .slider-wrapper {
    margin-left: 29px;
    padding: 0px 10px;
    width: 960px;
    height: 710px;
  }
  .slider-wrapper img {
    width: 960px;
  }
  .container {
    width: 960px;
    margin: 0px auto 0;
  }
  #pic-1 {
    margin: 10px 30px;
    width: 920px;
  }
  #pic-2 {
    margin-left: 70px;
    width: 808px;
  }
  #pic-3 {
    margin-top: -50px;
  }
  #pic-4 {
    margin-left: -3px;
    width: 960px;
    margin-top: -10px;
  }
  #pic-5 {
    margin-top: -20px;
    margin-left: -20px;
  }
  #pic-6 {
    margin-top: -55px;
  }
  #pic-7 {
    margin-top: -55px;
  }
  #pic-8 {
    margin-left: 5px;
    margin-top: 10px;
  }
  #pic-9 {
    margin-top: -40px;
  }
  #pic-10 {
    margin-left: 50px;
    width: 860px;
  }
  .slider-wrapper h2 {
    padding: 0px 10px;
    font-size: 48px;
    font-weight: bold;
  }
  .slider-wrapper p {
    font-weight: bold;
    width: 960px;
    padding: 0px 10px;
    font-size: 42px;
  }
  .control-buttons {
    margin-left: 20px;
  }
  .control-buttons li {
    height: 45px;
    width: 45px;
    margin: 0px 14px;
  }
  .home-content .intro {
    margin-top: 840px;
    width: 100%;
    font-size: 44px;
    margin-left: 0px;
    padding: 0px 30px;
    line-height: 50px;
  }
  .intro h1,
  .intro p {
    display: none;
  }
  #sub-intro {
    font-size: 41px;
    display: block;
  }
  #comp-name {
    font-size: 50px;
  }
  #tiny {
    font-size: 46px;
  }
  #mob {
    display: block;
    margin-top: 22px;
  }
  #mob-pic {
    color: white;
    padding: 0px 3px;
    font-size: 43px;
    display: block;
    width: 950px;
    margin-left: 30px;
    margin-top: 40px !important;
  }
  #mob-pic .mob-title {
    color: rgb(252, 217, 65);
  }
  #contact-info {
    padding: 0px 10px;
    z-index: 1;
    margin-top: 16px;
  }
  #contact-info h2 {
    margin-bottom: 8px;
    font-size: 47px;
    font-weight: bold;
  }
  .office-img {
    margin-top: 20px;
  }
  .office-img img {
    width: 100px;
    height: 100px;
  }
  .office-img .img2 {
    border-radius: 30px;
  }
  .contact-deets {
    margin-top: 20px;
  }
  .contact-deets ul {
    display: flex;
    flex-direction: column;
  }
  .fas {
    margin-top: 20px;
  }
  .fas img {
    position: absolute;
    height: 45px;
  }
  .mail img {
    margin-top: 5px;
    height: 36px;
  }
  .globe-icon img {
    margin-left: 5px;
  }
  .contact-deets .phone-no {
    margin-top: 10px;
  }
  .fas a {
    font-family: "Josefin Sans", sans-serif;
    margin-left: 80px;
  }
  .mail .content-mail {
    display: flex;
    flex-direction: column;
  }
  #sub-mail {
    margin-left: 80px;
  }
  #qr-code {
    position: absolute;
    margin-top: -90px;
    margin-left: 500px;
    height: 250px;
    width: 250px;
  }
  .working-deets {
    margin: 0px auto;
    padding: 20px 5px;
    width: 750px;
    text-align: center;
    margin-top: 20px;
    display: block;
    margin-bottom: 20px;
    color: white;
  }
  .working-deets h2 {
    color: palevioletred;
    font-size: 47px;
  }
  #work-alp {
    font-size: 43px;
  }
  .working-deets h2 img {
    position: absolute;
    background-color: white;
    height: 50px;
    margin-left: 10px;
    margin-top: -8px;
  }
  .work-flex {
    margin-top: 5px;
    font-size: 36px;
  }
  .work-flex h4 {
    font-weight: bold;
  }
  .working-deets .weekend {
    margin-top: 10px;
  }
  .working-deets .weekday .dot {
    height: 25px;
    width: 25px;
    border-radius: 50%;
    display: inline-block;
    background-color: rgb(66, 255, 66);
    margin-right: 10px;
  }
  .working-deets .weekend .dot {
    margin-bottom: -5px;
    margin-right: 10px;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    display: inline-block;
    background-color: red;
  }
  .icons-section {
    display: block;
    position: fixed;
    width: 100%;
    bottom: 0px;
    z-index: 997;
    margin-top: 300px;
  }

  #media-icons {
    background-color: rgb(29, 29, 31);
    width: 100%;
    color: white;
  }
  #media-icons ul {
    display: flex;
    justify-content: center;
  }
  #media-icons ul li {
    padding: 25px 0px;
  }
  #media-icons ul li label {
    padding: 25px 50px;
    position: relative;
  }

  #media-icons ul li label .fa {
    height: 80px;
    width: 80px;
  }
  .footer-mobile {
    color: black;
    padding: 25px 0px;
    display: block;
    margin: 0px;
    margin-bottom: 130px !important;
    margin-top: 55px;
    font-size: 38px;
    text-align: center;
    background-color: rgb(255, 253, 116);
    width: 100%;
    height: 250px !important;
  }
}
