:root {
  --red: #f00607;
  --darkGray: #282828;
  --white: #ffffff;
}
* {
  font-family: 'Montserrat', sans-serif;
}
body {
  overflow-x: auto;
  
}
a {
  text-decoration-line: none;
}
#header {
  box-shadow: 1px 1px 5px #888888;
  min-width: 350px;
}
.navbar-nav {
  font-family: 'Montserrat' sans-serif;
  font-weight: 500;
  font-size: 18px;
}
.nav-link {
  transition: 0.3s;
}
.nav-link:hover {
  color: var(--red);
}


.navbar-brand__image {
    height: 3.5em;  
}
.nav-container {
  max-height: 78px;
  
}
.nav-container__link {
    color: var(--darkGray);
}
.burger {
  border-radius: 100px;
  height: 48px;
  width: 48px;
}
.burger__img {
  color: var(--darkGray);
  height: 14px;
  width: 20px;
}

.offcanvas__logo {
  width: 100%;
  max-width: 120px;
}

#welcome-section {
  width: 100%;
  max-width: 2500px;
  margin: auto;
  height: 800px;
  background: url(/img/back.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: scroll;
  padding-top: 4rem;
}
.popup-close {
  position: fixed;
  top: 0px;
  right: 10px;
  z-index: 999;
}
.popup-close::after {
    display: block;
    content: "\00d7";
    color: darkred;
    font-size: 4rem;
    margin-right: 1.5rem;
    
}
.section-quote {
  padding-top: 40px;
}

.button-quote {
  background-color: var(--red);
  border: 1px solid var(--red);
  color: var(--white);
  padding: 10px 15px;
  border-radius: 10px;
  font-weight: 600;
  font-size: 14px;
  transition: 0.3s;
  margin: 5% auto;
  display: block;
  width: fit-content;
}
.button-quote:hover {
  background-color: var(--white);
  color: var(--darkGray);
}
.headline-red {
  color: var(--red);
  font-size: 1.875rem;
  font-weight: 700;
}
.headline-black {
  font-weight: 400;
  font-size: 1.875rem;
}
.headline-description {
  font-size: 1rem;
  font-weight: 400;
  line-height: 2rem;
}
.headline-description a {
  color: #404040;
}
.headline-description img {
  padding: 5px;
  padding-top: 0;
}

.headlines {
  padding-bottom: 3rem;
}
.values {
  padding-top: 4rem;
}
.values__item {
  max-width: 95%;
  margin: 10px auto;
  box-shadow: rgba(40, 40, 40, 0.1) 0px 0px 10px 0px;
  padding: 20px;
  height: 400px;
}
.values__item   span {
  font-weight: 700;
  font-size: 1rem;
}
.values__item   .wrapper   img {
  padding: 0.15rem;
}
.values__item   .wrapper   p {
  font-size: 1rem;
  padding-left: 0.2rem;
}

.media-links {
  background-color: #f9f9f9;
  padding-top: 2rem;
  margin-top: 2rem;
}
.media-links-wrapper   a   img {
  width: 6rem;
  margin-bottom: 2rem;
  padding-bottom: 30px;
}
#services {
  padding-top: 6.25rem;
}
#rates {
  padding-top: 6rem;
}
.headlines-rates {
  padding-bottom: 1rem;
}
.rates-wrapper__request {
  background-color: var(--white);
  border: 1px solid var(--red);
  color: var(--darkGray);
  padding: 10px 2rem;
  border-radius: 10px;
  font-weight: 400;
  font-size: 14px;
  transition: 0.3s;
  width: fit-content;
  display: inline-block;
}
.rates-wrapper__request:hover {
  background-color: #fff5f5;
  color: var(--darkGray);
}
.rates-wrapper {
  margin-top: 20px;
  max-width: 100%;
  min-width: 100px;
  margin: 10px auto;
  box-shadow: rgba(40, 40, 40, 0.1) 0px 0px 10px 0px;
  padding: 10px;
  padding-left: 20px;
}
.rates-wrapper img {
  padding-top: 0.34rem;
}
.rates-wrapper h5 {
  padding: 0.875rem 0;
}
.rates-wrapper p {
  margin: 0.3rem 0;
  font-size: 0.875rem;
}
.rates-wrapper p img {
  padding: 0 0.1rem 0 0;
}
.rates-wrapper__hourly-rate {
  font-size: 1.25rem;
  font-weight: 600;
  margin: 0.7rem 0;
  display: block;
}
#reviews {
  padding-top: 6.25rem;
}
#myCarousel2 {
  display: none;
}
.carousel-single {
  padding: 0 7%;
}
.carousel-group {
  padding: 0 8%;
}
.highlight-red {
  color: var(--red);
  font-weight: 700;
}
#discounts {
  padding-top: 4rem;
}
.discounts__img {
  border-radius: 2rem;
  max-width: 90vw;
}
.movers {
  border-radius: 24px;
  background-image: url(/img/happy-movers.jpeg);
  background-position: center center;
  background-size: cover;
  width: 350px;
  height: 250px;
  margin-top: 2rem;
}
#contact-us {
  padding-top: 6.25rem;
}
.contacts__description {
  color: var(--darkGray);
  font-size: 18px;
}
.contacts__link {
  color: var(--darkGray);
}
.footer {
  background-color: var(--darkGray);
}
.footer__link {
  font-weight: 500;
  font-size: 1rem;
  color: var(--white);
  padding: 0.1rem 0.5rem;
  margin: 0.2rem 0.6rem;
  transition: 0.3s;
}
.footer__link:hover {
  color: var(--red);
}
.footer__policy {
  margin-top: 0.5rem;
}
.footer__policy   a {
  color: var(--white);
  font-size: 0.875rem;
  font-weight: 400;
  margin-top: 1rem;
}
.footer__policy   p {
  color: var(--white);
  font-size: 0.75rem;
  font-weight: 400;
  margin-top: 1.2rem;
}
.footer__logo {
  width: 25%;
}


.hamburger-button {
  border: none;
  background: none;
}
.hamburger-wrapper {
  width: 40px;
  height: 50px;
  display: flex;
  justify-content: center;
  flex-direction: row;
  background: #e9e9e9;
  border-radius: 30px;
}
.hamburger {
  display: flex;
  align-self: center;
  flex-direction: column;
  justify-content: space-between;
  width: 60px;
  height: 35px;
  cursor: pointer;
}
.hamburger div {
  align-self: center;
  height: 2px;
  width: 50%;
  background: var(--darkGray);
}
.hamburger .meat {
  width: 50%;
  transition: 0.3s;
}
.hamburger .top-bun {
  transition: 0.3s;
  margin-top: 22%;
}
.hamburger .bottom-bun {
  width: 50%;
  transition: 0.3s;
  margin-bottom: 22%;
}

.hamburger:hover .top-bun {
  margin-top: 27%;
}

.hamburger:hover .bottom-bun {
  margin-bottom: 27%;
}


@keyframes burger-hover {
  0% { width: 100%; }
  50% { width: 50%; }
  100% { width: 100%; }
}

.privacy-wrapper {
  padding-top: 100px;
  padding-bottom: 100px;
}
.terms-wrapper {
  padding-top: 100px;
  padding-bottom: 100px;
}