@font-face {
  font-family: bebas;
  src: url(../fonts/BebasNeue-Regular.ttf);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
/*      Animation on Startup        */
.element {
  animation: pulse 3s 1;
}
@keyframes pulse {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
} /*   Main Styling   */
html,
body {
  scroll-behavior: smooth;
}
.styl {
  border: 1px solid red;
}
section {
  width: 100%;
}
/*  Toolbar */
.cont {
  width: 100%;
}
.cont .row1 {
  height: 6.8vh;
}
.toolbar {
  width: 93%;
  margin: 0 auto;
  color: #222;
  font-size: 1em;
  line-height: 1.4;
  letter-spacing: 1px;
  font-family: sans-serif;
  padding-top: 28px;
  padding-bottom: 0px;
}
.tb {
  margin: 0 auto;
  color: #222;
  font-size: 1em;
  line-height: 1.4;
  letter-spacing: 1px;
  font-family: sans-serif;
  padding-top: 28px;
  padding-bottom: 0px;
}
.nav-wrapper {
  width: 100%;
}
.fas {
  font-size: 1em;
}
.fa-envelope {
  margin-left: 10px;
}
nav ul li a {
  color: #222;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0px;
  font-family: monospace;
}
nav ul li a:hover {
  background-color: white;
}
.col3 {
  text-align: right;
}
nav ul li a,
nav ul li a:after,
nav ul li a:before {
  transition: all 0.5s;
}
nav ul li a:hover {
  color: #555;
}
nav.stroke ul li a,
nav.fill ul li a {
  position: relative;
}
nav.stroke ul li a:after,
nav.fill ul li a:after {
  position: absolute;
  bottom: -12px;
  left: 0;
  right: 0;
  margin: auto;
  width: 0%;
  content: ".";
  color: transparent;
  background: #222;
  height: 1px;
}
nav.stroke ul li a:hover:after {
  width: 100%;
}
.material-icons {
  color: black;
}
nav .sidenav .bullsy {
  margin-top: 10%;
  margin-bottom: 10%;
  font-family: fantasy;
  font-size: 53px;
  text-align: center;
}
nav .sidenav li a .clos {
  font-size: 40px;
  padding-left: 35%;
}
nav .sidenav img {
  height: 95%;
}

/*  Header */
.header {
  background-color: #f5f6f1;
  margin-top: 24px;
}
.banner {
  width: 93.5%;
  margin: 0 auto;
}
.header .banner .col1 {
  margin-top: -15px;
}
.header .banner h1 {
  font-size: 43px;
  font-family: fantasy;
  margin-left: -13px;
}
.header .banner p {
  font-size: 12.3px;
  font-family: monospace;
  margin-top: -25px;
  margin-left: -13px;
  margin-bottom: 35px;
}
.header .banner img {
  font-size: 43px;
  font-family: fantasy;
}
.header .banner .col2 {
  margin-top: 30px;
}
.header .banner .col2 img {
  height: 60px;
  margin-left: -15px;
}
.row2 .banner .col3 {
  margin-top: 50px;
  padding-left: 100px;
  padding-right: 100px;
}
.row2 .banner .col3 span {
  padding: 0px 20px;
  font-size: 18px;
  color: #222;
  font-family: monospace;
  font-weight: bold;
}
.row2 .banner .nav {
  box-shadow: none;
  margin-top: 20px;
}
.row2 .banner .nav ul li a {
  font-family: monospace;
  font-weight: bold;
  font-size: 20px;
}
.row2 .banner .nav ul li a:hover {
  background-color: #f5f6f1;
}
.row2 .banner .nav ul li a span {
  font-weight: 100;
  font-size: 17px;
  color: #555;
  padding-left: 15px;
}
.header .banner .col5 {
  margin-top: 40px;
}
.header .banner .col5 span {
  font-size: 15px;
  font-family: monospace;
  margin-left: -13px;
}
.header .banner .col5 h6 {
  font-size: 17px;
  font-family: monospace;
  margin-top: -5px;
  margin-left: -13px;
  margin-bottom: 25px;
  font-weight: bold;
}
.header .banner .col6 {
  margin-top: 35px;
  margin-left: -17px;
}

/*  Hero */
.hero_cont {
  margin: 0 auto;
  width: 95%;
}
.hero_cont img {
  width: 100%;
  height: 100%;
}
.hero_cont {
  position: relative;
  width: 100%;
}
.hero_cont::before {
  content: " ";
  background: url(../img/s.png) no-repeat center center/cover;
  opacity: 1;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
.hero_cont h1 {
  position: relative;
  color: white;
  font-family: monospace;
  font-size: 66px;
  font-weight: 900;
  margin-left: 40px;
  line-height: 3rem;
}
.hero_cont .img_up {
  position: relative;
  margin-top: 220px;
}
.hero_cont .img_up img {
  margin-left: 42px;
  width: 94%;
  height: 160px;
}

/*  Services */
.services_cont {
  margin: 0 auto;
  width: 95%;
}
.serv {
  margin-top: 20px;
  background-color: #f5f6f1;
  padding: 25px 20px;
  width: 342px;
  margin-right: 27px;
}
.serv h1 {
  margin-right: 10px;
  color: #463f3a;
  font-family: monospace;
  font-weight: bold;
  text-align: center;
  font-size: 28px;
  margin-bottom: 12px;
}
.serv p {
  text-align: center;
  color: #463f3a;
  font-family: monospace;
}
.row_serv {
  margin-left: 42px;
}
.serv span {
  color: red;
  font-weight: bold;
}

/*  Categories */
.categories {
  background-color: #f8f8f8;
}
.cat_cont {
  width: 95%;
}
.cat_cont .row1 span {
  padding: 0px 10px;
}
.cat_cont .row1 h1 {
  font-family: monospace;
  font-size: 35px;
  font-weight: bold;
  text-align: center;
  display: flex;
  flex-direction: row;
}
.cat_cont .row1 h1:before,
.cat_cont .row1 h1:after {
  content: "";
  flex: 1 1;
  border-bottom: 3px solid black;
  margin: auto;
}
.cat_cont hr {
  margin-top: -3.1%;
  background-color: black;
}
.cat_cont .row2 {
  width: 98.5%;
}
.cat_cont .row2 .card_content span {
  font-family: monospace;
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 15px;
}
.nav-button {
  height: 45px;
  width: 30px;
  cursor: pointer;
  position: absolute;
  top: 150px !important;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
  background: black;
  color: #fff;
}
.owl-theme .owl-nav [class*="owl-"] {
  background: transparent;
  color: white;
  font-size: 25px;
}
.owl-theme .owl-nav [class*="owl-"] {
  padding: 0px 7px;
}
.owl-carousel .owl-prev.disabled,
.owl-carousel .owl-next.disabled {
  pointer-events: none;
  opacity: 0.25;
}
.owl-carousel .owl-prev {
  left: 0px;
}
.owl-carousel .owl-next {
  right: 0px;
}

/*  Features */
.features {
  background-color: #eee;
}
.ftr_cont {
  width: 95%;
}
.ftr_cont .row1 span {
  padding: 0px 10px;
}
.ftr_cont .row1 h1 {
  font-family: monospace;
  font-size: 35px;
  font-weight: bold;
  text-align: center;
  display: flex;
  flex-direction: row;
}
.ftr_cont .row1 h1:before,
.ftr_cont .row1 h1:after {
  content: "";
  flex: 1 1;
  border-bottom: 3px solid black;
  margin: auto;
}
.ftr_cont hr {
  margin-top: -3.1%;
  background-color: black;
}
.ftr_cont .row2 {
  width: 98.5%;
}
.ftr_cont .row2 .fa-cart-plus {
  font-size: 15px;
}

/*  Blog */
.blog_cont {
  width: 95%;
}
.blog_cont .row1 span {
  padding: 0px 10px;
}
.blog_cont .row1 h1 {
  font-family: monospace;
  font-size: 35px;
  font-weight: bold;
  text-align: center;
  display: flex;
  flex-direction: row;
}
.blog_cont .row1 h1:before,
.blog_cont .row1 h1:after {
  content: "";
  flex: 1 1;
  border-bottom: 3px solid black;
  margin: auto;
}
.blog_cont hr {
  margin-top: -3.1%;
  background-color: black;
}
.blog_cont .row2 {
  width: 98.5%;
}
.blog_cont .row2 .card_content span {
  font-family: monospace;
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 15px;
}

/*  Arrivals */
.arrv_cont {
  width: 95%;
}
.arrv_cont .row1 span {
  padding: 0px 10px;
}
.arrv_cont .row1 h1 {
  font-family: monospace;
  font-size: 35px;
  font-weight: bold;
  text-align: center;
  display: flex;
  flex-direction: row;
}
.arrv_cont .row1 h1:before,
.arrv_cont .row1 h1:after {
  content: "";
  flex: 1 1;
  border-bottom: 3px solid black;
  margin: auto;
}
.arrv_cont hr {
  margin-top: -3.1%;
  background-color: black;
}
.arrv_cont .row2 {
  width: 98.5%;
}
.arrv_cont .row2 .fa-cart-plus {
  font-size: 15px;
}

/*  footer1 */
.foot1 {
  background-color: #eee;
}
.foot1_cont {
  width: 95%;
}
.foot1_cont h1 {
  font-family: monospace;
  font-size: 35px;
  color: #222;
  text-align: center;
  font-weight: bold;
}
.foot1_cont p {
  font-family: monospace;
  font-size: 15px;
  text-align: center;
  margin-top: -2%;
}
.foot1_cont a {
  color: red;
}

/*  footer2 */
.foot2 {
  background-color: rgb(70, 54, 42);
}
.foot2_cont {
  width: 95%;
}
.foot2_cont h1 {
  color: white;
  font-size: 43px;
  font-family: fantasy;
  margin-left: -13px;
}
.foot2_cont p {
  color: white;
  font-size: 12.3px;
  font-family: monospace;
  margin-top: -25px;
  margin-left: -13px;
  margin-bottom: 35px;
}
.foot2_cont .col2 {
  margin-top: 45px;
}
.foot2_cont .col2 img {
  height: 60px;
  margin-left: -205px;
}
.foot2_cont img {
  font-size: 43px;
  font-family: fantasy;
}
.foot2_cont .sl {
  padding-left: 12%;
  color: red;
}
.foot2_cont a {
  font-size: 20px;
  color: white;
  font-family: monospace;
  font-weight: bold;
}
.foot2_cont .scroll-top {
  width: 48px;
  height: 45px;
  position: fixed;
  bottom: 70px;
  right: 5px;
  display: none;
  border-color: #292929;
  background-color: transparent;
  z-index: 100;
}
.foot2_cont .scroll-top i {
  display: inline-block;
  color: #292929;
}
.foot2_cont .scroll-top:hover {
  color: black;
  background-color: white;
  border: none;
}

/*  footer3 */
.foot3_cont {
  width: 95%;
}
.foot3_cont i {
  padding: 0% 1%;
  font-size: 19px;
}
.foot3_cont p {
  font-family: sans-serif;
  font-size: 18px;
}

/*  responsive Css*/
@media (max-width: 1350px) {
  .col5 {
    display: none;
  }
  .cat_cont .row1 h1 {
    font-size: 30px;
  }
  .arrv_cont .row1 h1 {
    font-size: 30px;
  }
  .ftr_cont .row1 h1 {
    font-size: 30px;
  }
  .blog_cont .row1 h1 {
    font-size: 30px;
  }
}
@media (max-width: 1130px) {
  .row2 .banner .nav ul li a {
    font-size: 15px;
  }
  .row1 {
    margin-left: 0px;
  }
  .hero_cont .img_up img {
    margin-left: 30px;
    width: 94%;
    height: 160px;
  }
}
@media (max-width: 1000px) {
  nav {
    width: 100%;
  }
  nav .toolbar .tb {
    left: 50%;
  }
  nav .sidenav-trigger {
    margin-top: -24px;
  }
  .nav .sidenav-trigger {
    margin-left: 50%;
  }
  .cat_cont .row1 h1 {
    font-size: 30px;
  }
  .arrv_cont .row1 h1 {
    font-size: 30px;
  }
  .ftr_cont .row1 h1 {
    font-size: 30px;
  }
  .blog_cont .row1 h1 {
    font-size: 30px;
  }
}
@media (max-width: 700px) {
  .cont .row1 {
    height: 6vh;
  }
  .nav .sidenav-trigger {
    margin-left: 40%;
  }
}
@media (max-width: 600px) {
  nav .sidenav-trigger {
    margin-top: -19px;
  }
}
@media (max-width: 440px) {
  nav {
    width: 100%;
  }
  nav .toolbar .tb {
    display: none;
  }
  nav .sidenav-trigger {
    margin-top: -25px;
  }
  nav .sidenav li a span {
    margin-left: -30px;
  }
  .header .banner .col1 {
    margin-left: 25%;
  }
  .header .banner h1 {
    font-size: 44px;
    margin-left: 5px;
    font-family: bebas;
    font-weight: bolder;
  }
  .header .banner .col2 img {
    height: 50px;
    margin-top: 0px;
    margin-left: -15px;
  }
  .header .banner p {
    font-size: 9.5px;
    margin-left: 5px;
  }
  .hero {
    margin-top: -20px;
  }
  .hero_cont h1 {
    font-size: 51px;
    font-weight: 900;
    margin-left: 0px;
    line-height: 2rem;
  }
  .hero_cont::before {
    background-position: 38% 50%;
  }
  .row_serv {
    margin-left: 0px;
  }
  .serv h1 {
    margin-right: 10px;
    color: #463f3a;
    font-family: monospace;
    font-weight: bold;
    text-align: center;
    font-size: 20px;
    margin-bottom: 12px;
  }
  .serv p {
    font-size: 10px;
    margin-bottom: 12px;
  }
  .cat_cont .row1 h1 {
    font-size: 25px;
  }
  .arrv_cont .row1 h1 {
    font-size: 25px;
  }
  .ftr_cont .row1 h1 {
    font-size: 25px;
  }
  .blog_cont .row1 h1 {
    font-size: 25px;
  }
  .cat_cont .row1 span {
    padding: 0px 4px;
  }
  .foot1_cont h1 {
    font-size: 25px;
  }
  .foot1_cont p {
    font-size: 13px;
  }
  .foot2_cont .scroll-top {
    height: 35px;
    bottom: 90px;
  }
  .foot3_cont p {
    text-align: center;
  }
  .foot3_cont .icons {
    text-align: center;
  }
}
