* {
  box-sizing: border-box;
  font-family: Mohave, 'sans-serif';
}

body,
html {
  padding: 0;
  margin: 0;
}

nav {
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.07);
  background-color: #fff;
  position: fixed;
  width: 100%;
  z-index: 99;
}

.nav-links-cnt img {
  height: 130px;
}

.nav-links-cnt a {
  margin: 0 10px;
  color: #111;
}

.nav-links-cnt a:hover {
  color: #111;
  text-decoration: none;
}

.main-container {
  background: url('Home_Clasic-2.jpg');
  height: 600px;
  position: relative;
  padding: 50px;
}

.main-inner-content {
  position: absolute;
  bottom: 100px;
}

.main-inner-content h2 {
  font-size: 44px;
  color: rgb(35, 37, 41);
}

.main-inner-content h1 {
  font-size: 72px;
  color: rgb(35, 37, 41);
}

.main-button {
  border: 1px solid #111;
  background-color: transparent;
  padding: 10px 40px;
  font-size: 16px;
  margin-top: 20px;
  color: #111;
}

.products-container {
  margin: 50px 0;
}

.product-col {
  position: relative;
  width: 25%;
  padding: 20px;
  cursor: pointer;
}

.product-col img {
  width: 100%;
  height: 100%;
}

.collection-container {
  margin: 50px;
}

.collection-col {
  width: 50%;
  margin: 50px;
  align-self: flex-start;
  position: relative;
}

.collection-col img {
  width: 100%;
  height: 100%;
}

.c1 {
  margin-top: 150px;
}

.collection-col-info {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
  padding: 10px 15px 10px 0;
}

.collection-col-info span {
  font-size: 28px;
  display: block;
}

.collection-col-info button,
.collection-col-info a {
  border: none;
  background-color: rgb(23, 25, 31);
  padding: 10px 40px;
  font-size: 16px;
  color: #fff;
  margin-top: 10px;
  display: inline-block;
}

footer {
  padding-top: 50px;
}

.bottom-footer {
  background-color: #f5f6fa;
  padding: 10px 0;
  margin-top: 50px;
}

.brand-copy {
  text-align: center;
  display: block;
  color: #777;
}

.footer-col {
  padding: 20px;
}

.footer-col h4 {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
}

.footer-col ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-col ul li {
  margin: 5px 0;
}

.footer-col ul li a {
  color: #777;
  text-decoration: none;
}

.footer-col ul li a:hover {
  color: #111;
}

.footer-divider {
  height: 2px;
  width: 50px;
  background-color: #111;
  margin: 15px 0;
}

.footer-middle {
  padding: 50px;
  border-right: 2px solid #eee;
  border-left: 2px solid #eee;
  width: 40%;
  margin: 0 20px;
}

.footer-newsletter {
  text-align: center;
}

.footer-newsletter h4 {
  font-size: 16px;
  font-weight: bold;
  color: #111;
}

.footer-newsletter p {
  font-size: 14px;
  color: #777;
}

.footer-newsletter button {
  border: none;
  background-color: rgb(23, 25, 31);
  padding: 10px 40px;
  font-size: 16px;
  color: #fff;
}

.delivery-option img {
  height: 70px;
}

.delivery-option,
.payment-methods {
  width: 30%;
}

.payment-methods {
  text-align: right;
  justify-self: flex-end;
}

.payment-methods img {
  height: 18px;
  margin: 0 5px;
}

.mobile-nav {
  display: none !important;
}

a {
  text-decoration: none;
  color: #111;
}

a:hover {
  text-decoration: none;
  color: #111;
}

.nav-burger {
  width: auto;
}

.nav-burger img {
  height: 25px;
}

@media screen and (max-width: 991px) {
  .desktop-nav {
    display: none !important;
  }
  .mobile-nav {
    display: flex !important;
  }
  .mobile-nav img {
    height: 70px;
  }
  .nav-acc,
  .nav-burger {
    width: 40%;
  }
  .nav-burger {
    text-align: right;
  }
  .nav-burger img {
    height: 25px;
  }
  .footer-middle {
    display: none;
  }
  .footer-top {
    flex-direction: column;
  }
  .payment-methods img {
    height: 8px;
    margin: 0 5px;
  }
  .delivery-option img {
    height: 35px;
  }
  .bottom-footer {
    padding: 5px 0;
    font-size: 12px;
  }
  .delivery-option,
  .payment-methods {
    width: 40%;
  }
  .collection-container .d-flex {
    flex-direction: column;
  }
  .collection-col {
    width: 100%;
    margin: 0;
    padding: 50px 0;
  }
  .c1 {
    margin-top: 0px;
  }
  .product-col {
    width: 100%;
  }
  .products-container .d-flex {
    flex-direction: column;
  }
  .main-container {
    background-size: cover;
    background-position-x: 800px;
  }
}

@media screen and (max-width: 600px) {
  .collection-col-info span {
    font-size: 20px;
  }
}
