@font-face {
  font-family: 'Roboto';
  src: url("../webfonts/Roboto/Roboto.woff2") format('woff2'),
    url("../webfonts/Roboto/Roboto.woff") format('woff'),
    url("../webfonts/Roboto/Roboto.ttf") format('truetype');
}

* {
  margin: 0;
  padding: 0;
  box-sizing: 0;
  font-family: "Roboto";
}

.banner {
  background-image: url("../Images/banner.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.banner header {
  position: relative;
  top: 10px;
  background-color: #000;
  width: 100%;
}

.banner header .container {
  width: 95%;
  padding: 10px 0;
  margin: 0 auto;
}

.banner header .container .logo {
  float: left;
}

.banner header .container .logo img {
  width: 30px;
}

.banner header .container .logo h3 {
  display: inline-block;
  color: #ffd01d;
  vertical-align: top;
  text-transform: capitalize;
  font-style: italic;
  padding: 5px;
}

.banner header .container .hum-box {
  float: right;
  border: thin solid #FFD01D;
  padding: 5px;
  margin: 5px;
  cursor: pointer;
}

.banner header .container .hum-box div {
  width: 13px;
  height: 2px;
  margin-bottom: 2px;
  background-color: #FFD01D;
}

.banner header .container nav {
  display: none;
}

.banner .container .banner-container {
  width: 70%;
  margin: 0 auto;
  text-align: center;
  padding-top: 150px;
  padding-bottom: 100px;
}

.banner .container .banner-container h4 {
  padding: 10px 0;
  text-transform: uppercase;
}

.banner .container .banner-container h1 {
  padding: 10px 0;
  text-transform: capitalize;
}

.banner .container .banner-container h1 span {
  color: #CD8383;
}

.banner .container .banner-container button,
.discount .container button,
footer .container .cards form button {
  padding: 10px 20px;
  border: none;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}

.banner .container .banner-container button a,
.discount .container button a,
footer .container .cards form button a {
  text-decoration: none;
  text-transform: capitalize;
  color: #000;
}

.text-banner {
  background-color: #000;
  color: #fff;
  padding: 30px 0;
}

.text-banner .container {
  width: 95%;
  margin: 0 auto;
}

.text-banner .container h2 {
  color: #FFD01D;
  text-transform: capitalize;
  padding-bottom: 20px;
  font-weight: 500;
}

.title {
  background-color: #FFD01D;
  color: #fff;
  text-transform: capitalize;
  text-align: center;
  padding: 30px 0;
}

/* ---------------------------- */
.deal .container {
  margin: 0 auto;
  padding: 30px;
}

.deal .container h2 {
  text-transform: capitalize;
  padding: 20px 0;
}

.deal .container .artical-container article {
  position: relative;
  margin-bottom: 30px;
}

.deal .container .artical-container article img {
  width: 100%;
  margin: 0 auto;
}

.deal .container .artical-container article span {
  position: absolute;
  top: 15px;
  left: 15px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 5px 8px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.deal .container .artical-container article .text {
  padding: 20px 8px;
  background-color: #000;
  color: #fff;
  margin: -5px 0;
}

.deal .container .artical-container article .text h4 {
  color: #FFD01D;
  text-transform: capitalize;
  padding: 10px 0;
}

/* --------------------- */

.arrival {
  background-color: #000;
  padding: 30px 0px;
}

.arrival .container {
  width: 95%;
  margin: 0 auto;
}

.arrival .container h2 {
  color: #FFD01D;
  text-transform: capitalize;
  padding: 25px 0;
  text-align: center;
  font-weight: 500;
}

.arrival .container .img-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.arrival .container .img-container img {
  width: 45%;
  margin-bottom: 10px;
}

/* --------------------------- */

.discount {
  background-color: #FFD01D;
  padding: 30px 0;
  text-align: center;
}

.discount .container {
  width: 90%;
  margin: 0 auto;
}

.discount .container .title {
  color: #fff;
}

.discount .container .title h6 {
  text-transform: uppercase;
  font-weight: 500;
  padding-bottom: 20px;
}

.discount .container .title h1 {
  text-transform: capitalize;
}

/* -------------------------------- */

.achievement {
  background-color: #000;
  padding: 30px 0;
  color: #fff;
}

.achievement .container {
  width: 95%;
  margin: 0 auto;
}

.achievement .container h2 {
  text-transform: capitalize;
  padding-bottom: 20px;
}

.achievement .container>p {
  padding-bottom: 20px;
}

.achievement .container img {
  width: 100%;
}

.achievement .container .items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.achievement .container .items .item {
  width: 100%;
  margin-bottom: 20px;
}

.achievement .container .items .item h1 {
  font-size: 30px;
}

.achievement .container .items .item h5 {
  font-weight: lighter;
  padding: 10px 0;
  text-transform: capitalize;
}

.achievement .container .items .item p {
  font-size: 12px;
}

/* ------------------------------- */

.contact {
  background: linear-gradient(rgb(45 53 107 / 50%), rgb(14 26 12 / 55%)),
    url(../Images/contactus.jpg) no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 30px 0;
  border-bottom: 10px solid #FFD01D;
}

.contact .container {
  width: 95%;
  margin: 0 auto;
}

.contact .container .text {
  text-align: center;
}

.contact .container .text h2 {
  text-transform: capitalize;
  color: #FFD01D;
}

.contact .container .text p {
  padding: 20px 0;
  color: #fff;
}

.contact .container form {
  text-align: center;
  padding: 10px;
  border: thin solid #FFD01D;
  box-shadow: 0px 0px 5px 1px #ffd01d;
  margin-bottom: 20px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.contact .container form input {
  display: block;
  width: 95%;
  border: none;
  padding: 8px;
  margin: 15px auto;
}

.contact .container form button {
  width: 100%;
  border: none;
  padding: 8px;
  margin: 15px auto;
  background-color: #FFD01D;
}

.contact .container form button a {
  text-decoration: none;
  color: #000;
  text-transform: uppercase;
}

/* ------------------------------------- */
footer {
  background-color: #000;
  padding: 30px 0;
}

footer .container {
  width: 95%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 20px 0;
}

footer .container .list {
  width: 50%;
}

footer .container .list li,
footer .container .social li {
  padding-bottom: 10px;
}

footer .container .list li a,
footer .container .social li a {
  text-decoration: none;
  color: #fff;
  text-transform: capitalize;
}

footer .container .social li a i {
  padding-right: 8px;
}

footer .container .cards {
  padding: 20px 0;
  color: #fff;
}

footer .container .cards i {
  color: #fff;
  font-size: 34px;
}

footer .container .cards form input {
  display: block;
  padding: 5px 0;
  border: none;
  border-bottom: 2px solid #fff;
  background-color: transparent;
  width: 100%;
  margin: 15px auto;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {

  .banner header .container,
  .banner .container,
  .text-banner .container,
  .deal .container,
  .arrival .container,
  .achievement .container,
  .contact .container,
  footer .container {
    width: 90%;
    margin: 0 auto;
  }

  .banner header .container .hum-box {
    display: none;
  }

  .banner header .container nav {
    display: block;
    float: right;
    padding: 5px;
    margin: 5px;
  }

  .banner header .container nav ul li {
    display: inline;
  }

  .banner header .container nav ul li a {
    text-decoration: none;
    text-transform: capitalize;
    color: #fff;
    font-size: 14px;
    padding: 0 10px;
  }

  .banner .container .banner-container {
    float: left;
    width: 50%;
    text-align: left;
  }

  .banner .container .banner-container h1 span {
    display: block;
  }

  .deal .container .artical-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .deal .container .artical-container article {
    width: 31%;
  }

  .arrival .container .img-container img {
    width: 24%;
  }

  .achievement .container img {
    float: left;
    width: 45%;
    padding-right: 30px;
  }

  .achievement .container .items {
    justify-content: space-between;
  }

  .achievement .container .items .item {
    width: 45%;
  }

  .contact .container .text {
    text-align: left;
    float: left;
    width: 60%;
  }

  .contact .container form {
    float: right;
    width: 35%;
  }

  footer .container .list {
    width: 18%;
  }

  footer .container .cards {
    padding: 0;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

  .banner header .container,
  .banner .container,
  .text-banner .container,
  .deal .container,
  .arrival .container,
  .achievement .container,
  .contact .container,
  footer .container {
    width: 80%;
  }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .achievement .container img{
    width: 41%;
  }

  .contact .container form{
    width: 31%;
  }
}

@media (min-width: 1400px) {
  .banner header .container,
  .banner .container,
  .text-banner .container,
  .deal .container,
  .arrival .container,
  .achievement .container,
  .contact .container,
  footer .container {
    width: 75%;
  }
}