body {
  font-family: 'Poppins', sans-serif;
  color: #676767;
}
.main {
  min-height: 100vh;
  background: url('../img/bg.jpg') no-repeat 50% 50%;
  background-size: cover;
  padding-top: 4rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 4rem;
}
.main .container {
  max-width: 1020px;
}
.main h1 {
  color: #7e7e7c;
  text-transform: uppercase;
  font-size: 1rem;
  margin-bottom: 40px;
  margin-top: 6px;
}
.main h2 {
  color: #7e7e7c;
  font-family: 'Lexend Deca', sans-serif;
  font-weight: 500;
  font-size: 2.5rem;
  margin-bottom: 3rem;
}
.main h2 span {
  color: #ff7f26;
  font-size: 3.5rem;
}
.main h3 {
  color: #ff7f26;
  font-family: 'Lexend Deca', sans-serif;
  font-weight: 500;
  font-size: 5rem;
  max-width: 800px;
}
@media (max-width: 767px) {
  .main {
    background-position: -150px 0;
  }
  .main h2 {
    font-size: 2rem;
  }
  .main h3 {
    font-size: 3rem;
  }
}
footer {
  padding-top: 4rem;
  padding-bottom: 3rem;
  border-top: 4px solid #F0F0F0;
  background: #F0F0F0;
}
footer a {
  color: #676767;
  text-decoration: none;
}
footer a:hover {
  color: #444;
  text-decoration: none;
}
footer .logo {
  width: 210px;
  margin-bottom: 0.25rem;
}
@media (max-width: 768px) {
  footer .logo {
    margin-bottom: 2rem;
  }
}
.reverse {
  unicode-bidi: bidi-override;
  direction: rtl;
}
@media (min-width: 768px) {
  .text-right {
    text-align: right;
  }
}
@media (max-width: 767px) {
  .copyright {
    margin-top: 1rem;
  }
}
.content {
  padding-top: 3rem;
}
.content h1 {
  font-weight: 600;
  margin-bottom: 3rem;
}
.domain {
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.15);
  padding: 3rem 2rem;
  margin-bottom: 2rem;
}
.domain h2 {
  text-align: center;
  font-size: 1.5rem;
  font-family: 'Lexend Deca', sans-serif;
  font-weight: 500;
  margin-bottom: 2rem;
}
.domain h2 .dot {
  color: #ff6702;
}
.domain h2 .com {
  font-size: 1rem;
  color: #999;
}
.domain p {
  font-size: 0.8125rem;
  color: #777;
}
.domain p strong {
  font-size: 1rem;
  font-weight: 600;
  color: #676767;
}
.domain .overeni {
  color: #ff6702;
}
.domain .overeni:hover {
  color: #b44800;
}
.btn-buy {
  background-color: #ff7f26;
  border-color: transparent;
}
.btn-buy:hover,
.btn-buy:focus {
  background-color: #dc5d03;
  border-color: transparent;
}
.search {
  /*background: rgba(255,255,255,0.8);*/
  padding: 2rem;
}
.search .form-control {
  border-color: #ff7f26;
}
@media (max-width: 767px) {
  .search {
    padding: 1rem;
  }
}
.search .btn {
  margin-left: 1rem;
}
.arrow-down {
  display: block;
  margin: 1rem auto 0;
  width: 1.5rem;
}
.arrow-down svg {
  width: 1.75rem;
  height: 1.75rem;
}
.arrow-down svg path {
  fill: #fff;
}
.arrow-down:hover svg path {
  fill: #ff7f26;
}
.modal-body p strong {
  color: #333;
}
.toggleMenu {
  display: inline-flex;
  text-transform: uppercase;
  text-decoration: none;
  color: #ff7f26;
  align-items: center;
}
.toggleMenu:hover,
.toggleMenu:focus {
  color: #fff;
}
.toggleMenu svg {
  width: 32px;
  height: 32px;
  margin-right: 4px;
}
.toggleMenu svg path {
  fill: #ff7f26;
}
.toggleMenu:hover svg path,
.toggleMenu:focus svg path {
  fill: #fff;
}
.dropdown-menu {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
  padding: 0.5rem;
}
.dropdown-item:focus,
.dropdown-item:hover {
  color: #ff6702;
  background-color: #e9ecef;
}
.modal-body h3,
.modal-body h4 {
  font-size: 1rem;
  font-weight: 600;
  color: #333;
}
.about {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.about h2 {
  font-weight: 600;
}
.arrow-up {
  display: block;
  margin: -1rem auto 1rem;
  width: 1.5rem;
}
.arrow-up svg {
  width: 1.75rem;
  height: 1.75rem;
}
.arrow-up svg path {
  fill: #ff7f26;
}
.arrow-up:hover svg path {
  fill: #676767;
}
