* {
  margin: 0;
  padding: 0;
}

html, body {
  overflow-x: hidden;
}

body {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}

header {
  z-index: 5000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  font-size: 1.3rem;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .logo {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
  font-weight: bold;
  font-size: 3rem;
  padding: 0 20px;
}

header .logo img {
  width: 30vw;
}

header .logo-home {
  background-color: unset;
}

header .ham {
  padding: 10px;
  display: none;
  color: #2eaa2e;
}

header nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header ul {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  list-style: none;
}

header ul a {
  padding: 10px 20px;
  color: #2eaa2e;
  text-decoration: none;
  font-weight: 500;
}

.sticky {
  -webkit-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
  background: #2eaa2e;
  position: fixed;
  width: 100%;
  top: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: #00000024 0px 4px 4px;
          box-shadow: #00000024 0px 4px 4px;
}

.sticky * {
  color: white;
}

.sticky + #first-section {
  margin-top: 50px;
}

.non-home-header {
  background-color: #2eaa2e;
  padding: 3px;
  margin: 0;
}

.non-home-header * {
  color: white;
}

.mobile-sell-now {
  display: none;
  color: white;
  font-weight: bold;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1rem;
  height: 100%;
  -webkit-box-flex: .75;
      -ms-flex: .75;
          flex: .75;
}

.mobile-sell-now a {
  text-decoration: none;
  margin: 0px;
  padding: 5px 10px;
  border: solid white 2px;
  border-radius: 20px;
}

.mobile-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #2eaa2e;
  width: 100%;
  padding: 10px 0px;
  font-size: .7rem;
  opacity: 0;
  height: 0;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.mobile-nav ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 100%;
}

.mobile-nav ul a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
  text-decoration: none;
  text-align: center;
}

#first-section {
  height: calc(90vh - 20px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#first-section .left {
  width: 70%;
  height: 100%;
}

#first-section .left .header-image {
  background: #2eaa2e;
  border-radius: 100%;
  width: 60vw;
  height: 60vw;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-15vw, -20vw);
          transform: translate(-15vw, -20vw);
  z-index: -99;
}

#first-section .left .header-image img {
  width: 50vw;
  -webkit-transform: translate(25%, 110%);
          transform: translate(25%, 110%);
}

#first-section .car-slide {
  opacity: 0;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: opacity .2s ease-in;
  transition: opacity .2s ease-in;
}

#first-section .main-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 50px 20px;
}

#first-section .main-content h1 {
  font-size: 2rem;
  max-width: 17em;
  margin: 15px 0px;
  color: #382933;
}

#first-section .main-content p {
  font-size: 1.5rem;
  max-width: 17em;
  margin: 15px 0px;
  color: #382933;
}

#first-section .main-content a {
  font-size: 1.8rem;
  max-width: 10em;
  border: #2eaa2e solid 3px;
  text-align: center;
  padding: 10px;
  border-radius: 100px;
  margin: 20px 40px;
  color: #2eaa2e;
  text-decoration: none;
  font-weight: 500;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

#first-section .main-content a:hover {
  background: #2eaa2e;
  color: white;
}

#second-section {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#second-section h1 {
  font-size: 2.3rem;
  text-align: center;
}

#second-section h3 {
  font-size: 1rem;
  text-align: center;
}

#second-section .promo-box-group {
  margin-top: 40px;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  width: 75%;
  justify-content: space-around;
}

#second-section .promo-box-group .promo-box {
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#second-section .promo-box-group .promo-box * {
  text-align: center;
}

#second-section .promo-box-group .promo-box h4 {
  font-weight: 700;
  font-size: 1.2rem;
}

#second-section .promo-box-group .promo-box h5 {
  max-width: 10rem;
  font-size: .7rem;
  font-weight: 400;
}

#second-section .promo-box-group .promo-box .promo-icon {
  min-height: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}

#second-section .promo-box-group .promo-box .promo-icon * {
  -webkit-filter: invert(55%) sepia(50%) saturate(4934%) hue-rotate(87deg) brightness(103%) contrast(66%);
          filter: invert(55%) sepia(50%) saturate(4934%) hue-rotate(87deg) brightness(103%) contrast(66%);
  width: 100%;
  max-width: 100px;
}

#second-section .banner-highest {
  background: #382933;
  width: 100%;
  text-align: center;
  font-size: 1.5rem;
  padding: 35px 10px;
  color: white;
  font-weight: 700;
}

#second-section .banner-highest * {
  font-size: 1.5rem;
}

.primary-color-text {
  color: #2eaa2e;
}

#third-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#third-section h1 {
  text-transform: uppercase;
  margin: 40px;
}

#third-section .how-box-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  max-width: 75%;
  height: 140%;
}

#third-section .how-box-group :nth-child(3) .how-icon {
  margin-bottom: 10px;
}

#third-section .how-box-group .how-box {
  margin: 10px;
  width: 30%;
  min-width: 274px;
  max-width: 250px;
  background: #eeeeee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#third-section .how-box-group .how-box .how-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px;
  padding-bottom: 50px;
  float: 1fr;
}

#third-section .how-box-group .how-box .how-text {
  padding-top: 30px;
  padding-bottom: 10px;
  background-color: #162a3d;
  height: 100%;
  float: 1fr;
  color: white;
}

#third-section .how-box-group .how-box .how-text h3 {
  padding: 10px;
  font-size: 1rem;
  font-weight: 700;
}

#third-section .how-box-group .how-box .how-text p {
  padding: 0px 10px;
  font-size: .8rem;
}

#third-section .how-box-group .how-box .how-text p:before {
  content: "";
  width: 75px;
  height: 4px;
  position: absolute;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  background: #2eaa2e;
}

#third-section .how-box-group .how-box .how-text h4 {
  text-align: center;
  font-size: 1.5rem;
}

#third-section .consignment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 30px;
}

#third-section .consignment h1 {
  text-transform: uppercase;
  margin: 40px;
}

#third-section .consignment .text {
  max-width: 70%;
}

#third-section .consignment .text * {
  margin: 10px;
}

#contact-section {
  padding-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto;
  background: #2eaa2e;
  color: white;
}

#contact-section h1 {
  font-size: 1.8rem;
  text-align: center;
}

#contact-section h1 img {
  width: 45vh;
}

#contact-section .small-cont {
  font-size: 1.5rem;
  text-align: center;
  font-weight: 700;
}

#contact-section p {
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
}

#contact-section .phone-no {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#contact-section .phone-no img {
  width: 70%;
}

#contact-section .socials {
  margin: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#contact-section .socials h2 {
  text-align: center;
}

#contact-section .socials .social-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#contact-section .socials .social-icons a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 10px;
  padding: 5px;
  text-decoration: none;
  font-size: 3.5rem;
  color: white;
  -webkit-transition: font-size .3s ease-in;
  transition: font-size .3s ease-in;
}

#contact-section .socials .social-icons a:hover {
  font-size: 4rem;
  color: #382933;
}

#contact-section .socials:before {
  content: "";
  width: 300%;
  height: 2px;
  background-color: white;
}

.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #382933;
  width: 100%;
  padding: 10px 0px;
  font-size: 1.5rem;
}

.footer ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 60vw;
}

.footer ul a {
  color: white;
  text-decoration: none;
}

@media screen and (max-width: 1080px) {
  #first-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #first-section .left {
    width: 75%;
    height: 75%;
  }
  #first-section .left .header-image {
    width: 75vw;
    height: 75vw;
  }
  #first-section .left .header-image img {
    width: 60vw;
  }
  #first-section .main-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #first-section .main-content * {
    text-align: center;
  }
  #first-section .main-content p {
    max-width: 20em;
  }
  #first-section .main-content a {
    margin: auto 40px;
    padding: 10px;
    width: 100%;
  }
  #contact-section h1 {
    font-size: 2rem;
  }
  #contact-section p {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 900px) {
  header {
    padding: 5px;
  }
  header .logo {
    font-size: 2.5rem;
  }
  header .logo img {
    width: 40vw;
  }
  header nav {
    display: none;
  }
  header .display {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header .ham {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    padding: 5px;
  }
  header .ham * {
    cursor: pointer;
  }
  #first-section .left {
    width: 100%;
    height: 75%;
  }
  #first-section .left .header-image {
    width: 75vw;
    height: 75vw;
  }
  #first-section .left .header-image img {
    width: 60vw;
  }
  #first-section .main-content {
    margin-top: 10px;
  }
  #first-section .main-content p {
    max-width: 20em;
  }
  #first-section .main-content a {
    margin: auto 40px;
    padding: 10px;
  }
  #second-section h1 {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 800px) {
  header .logo {
    font-size: 1.8rem;
  }
  #contact-section {
    height: 75vh;
  }
  #contact-section .small-cont, #contact-section p {
    font-size: 1rem;
  }
}

@media screen and (max-width: 590px) {
  header .logo {
    font-size: 1.7rem;
  }
  #second-section h1 {
    font-size: 1.6rem;
  }
  #second-section .banner-highest {
    font-size: 1.1rem;
  }
  #second-section .banner-highest * {
    font-size: 1.1rem;
  }
  #third-section .consignment h1 {
    margin: 20px;
  }
  #third-section .consignment .text {
    max-width: 90%;
  }
}

@media screen and (max-width: 510px) {
  header .logo {
    font-size: 1.5rem;
  }
  .mobile-sell-now {
    font-size: .8rem;
  }
  #first-section .left {
    width: 75%;
    height: 25%;
  }
  #first-section .left .header-image {
    width: 85vw;
    height: 85vw;
  }
  #first-section .left .header-image img {
    width: 80vw;
  }
  #first-section .main-content {
    margin-top: 45px;
  }
  .socials .social-icons a {
    font-size: 2.6rem;
  }
  .socials .social-icons a:hover {
    font-size: 3rem;
  }
}

@media screen and (max-width: 450px) {
  header .logo {
    font-size: 1.4rem;
  }
  .mobile-sell-now a {
    font-size: .7rem;
  }
  #first-section .left {
    width: 75%;
    height: 25%;
  }
  #first-section .left .header-image {
    width: 100vw;
    height: 100vw;
    -webkit-transform: translate(-60px, -70px);
            transform: translate(-60px, -70px);
  }
  #first-section .left .header-image img {
    width: 90vw;
  }
  #second-section {
    padding: 0px 10px;
  }
  #second-section h1 {
    font-size: 1.4rem;
  }
  #second-section h3 {
    font-size: .8rem;
  }
}

@media screen and (max-width: 350px) {
  * {
    font-size: 15px;
  }
  .mobile-nav ul * {
    font-size: .7rem;
  }
  #first-section .left {
    width: 100%;
    height: 20%;
    margin: 20px;
  }
  #first-section .left .header-image {
    width: 100vw;
    height: 100vw;
    -webkit-transform: translate(-60px, -70px);
            transform: translate(-60px, -70px);
  }
  #first-section .left .header-image img {
    width: 100vw;
  }
}

@media screen and (max-width: 320px) {
  * {
    font-size: 13px;
  }
  #first-section .left {
    width: 100%;
    height: 20%;
    margin: 10px;
  }
  #first-section .left .header-image {
    width: 100vw;
    height: 100vw;
    -webkit-transform: translate(-60px, -70px);
            transform: translate(-60px, -70px);
  }
  #first-section .left .header-image img {
    width: 100vw;
  }
}

@media screen and (min-width: 1500px) {
  * {
    font-size: 27px;
  }
  header .logo {
    font-size: 1.8rem;
  }
}

@media screen and (min-width: 2500px) {
  * {
    font-size: 32px;
  }
  #first-section .left {
    width: 55%;
    height: 20%;
  }
}
/*# sourceMappingURL=style.css.map */