/* ---------------------------------------
##### - PLACE YOUR CUSTOM CSS HERE - #####
--------------------------------------- */
body {
  color: #fff;
  font-size: 18px;
  font-family: 'Inter', sans-serif;
  line-height: 1.2;
  height: 100%;
  position: relative;
}

.site-logo {
  display: inline-block;
}

.main {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  padding: 30px 1rem 40px;
}

.header .container-xxl {
  max-width: 1640px;
  padding: 0;
}

.top-banner {
  padding-bottom: 40px;
}

.right-content h3 {
  font-family: 'Montserrat';
  font-weight: 700;
  font-size: 26px;
  line-height: 1.1;
  color: rgba(180, 120, 57, 1);
  text-transform: uppercase;
  margin: 0;
}

.right-content h1 {
  font-family: 'Montserrat';
  font-weight: 700;
  font-size: 45px;
  line-height: 1.1;
  text-transform: uppercase;
  color: rgba(32, 32, 32, 1);
  margin: 0 0 20px;
}

.right-content h2 {
  font-family: 'Montserrat';
  font-weight: 700;
  font-size: 32px;
  line-height: 1.1;
  text-transform: capitalize;
  color: rgba(32, 32, 32, 1);
  margin: 0;
}

.right-content h4 {
  font-family: 'Montserrat';
  font-weight: 600;
  font-size: 23px;
  line-height: 1.1;
  text-transform: capitalize;
  color: rgba(32, 32, 32, 1);
  margin: 0 0 5px;
}

.right-content h4 span {
  font-weight: 700;
  font-size: 33px;
  text-transform: uppercase;
  color: rgba(180, 120, 57, 1);
}

.right-content p {
  font-family: 'Montserrat';
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2;
  color: rgba(102, 102, 102, 1);
  margin-bottom: 20px;
}

.right-content h5 {
  font-family: 'Montserrat';
  font-weight: 600;
  font-size: 22px;
  line-height: 1;
  text-transform: uppercase;
  color: rgba(32, 32, 32, 1);
  margin: 0 0 5px;
}

.join-us h4,
.purches-info h4 {
  font-family: 'Montserrat';
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  text-transform: uppercase;
  color: rgba(32, 32, 32, 1);
  margin: 0 0 7px;
}

.buy-btn:focus,
.buy-btn {
  background-color: rgba(180, 120, 57, 1);
  border-radius: 8px;
  font-family: 'Montserrat';
  font-weight: 500;
  font-size: 20px;
  line-height: 1;
  text-align: center;
  color: #fff;
  padding: 15px 43px;
  transition: all .4s ease-in-out;
}

.buy-btn:hover {
  background-color: rgba(32, 32, 32, 1);
  transition: all .4s ease-in-out;
}

.join-us p {
  font-family: 'Montserrat';
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  color: rgba(102, 102, 102, 1);
  margin-bottom: 10px;
}

.join-us p span {
  display: block;
  font-weight: 600;
  font-size: 17px;
  text-transform: uppercase;
  color: rgba(32, 32, 32, 1);
}

.join-us p span a {
  color: rgba(180, 120, 57, 1);
  text-decoration: none;
}

.footer-section {
  background-color: rgba(0, 0, 0, 1);
  border-top: 5px solid rgba(180, 120, 57, 1);
  padding: 24px 1rem;
}

.footer-section .container-xxl {
  max-width: 1640px;
  padding: 0;
}
.footer-section p {
  font-family: 'Montserrat';
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  color: rgba(255, 255, 255, 1);
  margin: 0;
}

.copywright span {
  font-weight: 600;
  color: rgba(180, 120, 57, 1);
}

.cradit-info a {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
}