* {
  color: #626561;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: Poppins, sans-serif;
}

.subTitle {
  color: #dbc9b9;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  margin: 0;
}

.title {
  color: #626561;
  font-size: 30px;
  line-height: 46px;
  font-weight: 600;
  margin: 0;
}

.title-row {
  margin-bottom: 10px;
}

@media (max-width: 576px) {
  .title-row {
    text-align: center;
  }
}

.btn {
  border-color: #698C35 !important;
  background-color: #698C35 !important;
  border-radius: 0 !important;
  margin-top: 24px;
}

.hidden {
  display: none !important;
}

/* ----- Header ----- */

.header {
  position: absolute;
  top: 40px;
}

.favicon {
  margin-right: 10px;
}

.main-header {
  background-color: #dbc9b9;
  min-height: 100vh;
}

.header-text {
  display: inline-block;
}

h1 {
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0px;
  color: #ffffff;
}

h2 {
  font-size: 4.5vw;
  font-weight: 600;
  letter-spacing: 0px;
  color: #ffffff;
}

.colored-title {
  color: #698c35;
}

.scroll-img {
  width: fit-content;
  block-size: fit-content;
  align-self: center;
}

.scroll-img > img {
  height: 6vw;
  max-height: 60px;
}

.headerImgMobile {
  display: none;
}

@media (max-width: 576px) {
  h2 {
    font-size: 40px;
  }

  .scroll-img > img {
    height: 45px;
    max-height: 45px;
  }

  .headerImg {
    display: none !important;
  }

  .headerText {
    padding-top: 150px;
  }

  .headerTextColumn {
    z-index: 10;
  }

  .headerImgMobile {
    display: inherit;
    position: absolute;
    top: 25%;
  }
}

@media (min-width: 1800px) {
  h2 {
    font-size: 82px;
  }
}

/* ----- Navigation ----- */

nav {
  top: 0;
  z-index: 100;
}

.nav-white {
  background-color: white;
}

.nav-color {
  background-color: #dbc9b9;
  color: white;
}

.nav-color > .container > .navbar-brand {
  color: white;
}

/* ----- Key items ----- */

.keyItems {
  background-color: #fafafa;
  padding: 80px 0;
}

.keyItem {
  padding: 40px;
  text-align: center;
}

.keyTitle {
  font: normal normal 600 21px/31px Poppins;
  color: #698c35;
  text-transform: uppercase;
  margin: 10px 0;
}

/* ----- productSection ----- */

.productSection {
  padding: 80px 0;
}

.productBlock {
  box-shadow: 0px 4px 12px #00000029;
  min-height: 320px;
}

.productBlockImage {
  display: contents;
}

.productBlock img {
  padding: 0;
  margin: 0;
}

.productColumn {
  padding: 20px 60px 20px 20px;
  margin-bottom: 25px;
}

@media (max-width: 576px) {
  .productColumn {
    padding: 15px;
  }

  .productColumn > div {
    margin-left: auto;
    margin-right: auto;
  }
}

.productDetails {
  padding: 35px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.productTitle {
  font: normal normal 600 25px/38px Poppins;
  letter-spacing: 0px;
  color: #698c35;
}

.productText {
  color: #626561;
}

.productOption > span {
  color: #dbc9b9;
  min-height: 24px;
}

.productBadge {
  position: absolute;
  max-height: 75px;
  margin-left: -35px;
  margin-top: -24px;
}

@media (max-width: 576px) {
  .productBadge {
    margin-left: -10px;
  }
}

/* ----- Invoice section ----- */

.invoiceSection {
  background: url("./images/BACKGROUND.svg");
  padding: 80px 0;
}

.invoiceSectionText {
  font: normal normal 600 25px/38px Poppins;
  letter-spacing: 0px;
  color: #FFFFFF;
  text-align: center;
}

/* ----- Invoice picker ----- */

.flex-container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  align-content: start;
}

.itemBlock {
  flex: 0 0 auto;
  margin: 10px;
  cursor: pointer;
  width: 200px;
  height: 300px;
}

.productItem {
  background-color: crimson;
}

.deliveryMethods {
  background-color: dodgerblue;
}

.disabled {
  background-color: gray;
}

/* ----- TotalConcept ----- */

.totalConcept {
  margin: 0;
  position: relative;
  background-color: #fafafa;
}

.totalConcept .col-lg-6 {
  padding: 80px 0;
}

.totalConceptImage {
  background: url("./images/full-service.png");
  padding: 0;
  margin: 0;
  height: 100%;
  width: 50%;
  right: 0;
  position: absolute;
}

@media screen and (max-width: 991px) {
  .totalConceptImage {
    display: none;
  }
}

.totalConceptLink {
  font-weight: 800;
  text-decoration: none;
}

.totalConceptLink:hover {
  color: #698C35;
  font-weight: 800;
  text-decoration: underline;
}

.totalConceptLink > span {
  color: #698C35;
  margin-right: 5px;
}

@media (max-width: 576px) {
  .totalConcept p, .totalConcept a {
    padding: 0 20px;
  }
}


/* ----- Contact ----- */

.contactSection {
  padding: 80px 0;
}


@media (max-width: 576px) {
  .contactSection {
    padding: 0
  }
}

.contactSection .col-lg-6 {
  padding: 80px 0;
}

.contactIcons {
  padding: 120px;
  background-color: #698C35;
  color: white;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media (max-width: 576px) {
  .contactSection .col-lg-6 {
    padding: 0;
  }

  .contactForm {
    padding: 80px 0 !important;
  }

  .contactIcons {
    padding: 40px;
    height: 340px;
  }
}

.contactForm {
  box-shadow: 0px 16px 48px #00000026;
}

.contactForm form {
  display: flex;
  flex-direction: column;
}

form {
  padding: 0 80px;
}

@media (max-width: 576px) {
  form {
    padding: 0 20px
  }
}


.contactFormBtn {
  max-width: 200px;
  min-width: 200px;
  justify-self: center;
  align-self: center;
}

.contactIcon {
  margin-right: 25px;
  max-width: 30px;
  display: flex;
  justify-content: center;
}

.contactIconTitle {
  color: white;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 12px;
}

.contactIconText {
  font-weight: 600;
  color: white;
  text-decoration: none;
  font-size: 14px;
}

.contactIconBlock a:hover {
  color: white;
  text-decoration: underline;
}

.formLink {
  color: #698C35;
  text-decoration: none;
}

.formLink:hover {
  color: #698C35;
  text-decoration: underline;
}

.form-check-input:checked {
  background-color: #698C35;
  border-color: #698C35;
}

.form-check-input:focus {
  border: none;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgb(105 140 53 / 25%);
}

.spinner-border {
  margin: auto;
  width: 4rem;
  height: 4rem;
  border: 0.5em solid #698C35;
  border-right-color: transparent;
  -webkit-animation: .75s linear infinite spinner-border;
}

.spinner-container {
  height: 100%;
}

/* ----- Footer ----- */

footer {
  background-color: #707070;
  justify-content: center;
  padding: 30px 0;
  margin-top: 60px;
}

@media (max-width: 576px) {
  footer {
    padding: 45px 0 30px 0;
    margin-top: 120px;
  }
}

footer p {
  font-size: 10px;
  color: white;
  text-align: center;
  margin-bottom: 0;
  opacity: 0.7;
}

.footerLogo {
  height: 120px;
  width: 250px;
  background-color: #698C35;
  position: absolute;
  top: -90px;
  box-shadow: 0px 4px 12px #00000029;
}

.footerLogo > img {
  width: 75%;
}

.footerLink {
  text-decoration: none;
  color: #698C35;
}

.footerLink:hover, .noLink:hover {
  text-decoration: underline;
  color: white;
}

.noLink {
  text-decoration: none;
  color: white;
}

@media (max-width: 576px) {
  .footerLogo {
    right: 20px
  }
}

@media (min-width: 576px) {
  .footerLogo {
    right: calc((100% - 540px)/2)
  }
}

@media (min-width: 768px) {
  .footerLogo {
    right: calc((100% - 720px)/2)
  }
}

@media (min-width: 992px) {
  .footerLogo {
    right: calc((100% - 960px)/2)
  }
}

@media (min-width: 1200px) {
  .footerLogo {
    right: calc((100% - 1140px)/2)
  }
}

@media (min-width: 1400px) {
  .footerLogo {
    right: calc((100% - 1320px)/2)
  }
}