@import url("https://fonts.googleapis.com/css2?family=Italianno&family=Roboto:wght@100;300;400;500;700&family=Sorts+Mill+Goudy&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
}

.enable-select {
  user-select: auto;
  /* supported by Chrome and Opera */
  -webkit-user-select: auto;
  /* Safari */
  -khtml-user-select: auto;
  /* Konqueror HTML */
  -moz-user-select: auto;
  /* Firefox */
  -ms-user-select: auto;
  /* Internet Explorer/Edge */
}

body {
  min-height: 100vh;
  width: 100vw;
  max-width: 100%;
  background: #fff;
  overflow-x: hidden;
}

.full-screen {
  width: 100vw;
  height: 100vh;
  max-width: 100%;
  min-height: 100%;
  position: relative;
}

.overlay {
  width: 100vw;
  height: 100vh;
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.full-width {
  width: 100vw;
  max-width: 100%;
}

.full-height {
  height: 100vh;
}

.container-centered-absolut {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.container-centered {
  margin: auto auto;
}

.text-align-center {
  text-align: center;
}

.text-align-left {
  text-align: left;
}

.text-align-right {
  text-align: right;
}

.cursor-pointer {
  cursor: pointer;
}

.list-numbers {
  list-style: -moz-ethiopic-numeric;
}

.float-fix:after {
  content: "";
  display: table;
  clear: both;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.line-trough {
  text-decoration: line-through;
}

nav {
  position: fixed;
  top: 0;
  left: 0;
  background: #e5c47b;
  z-index: 99999;
}
nav h1 {
  color: #635a4b;
  font-size: 30px;
  float: left;
  padding: 10px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
nav #hamburger {
  display: none;
}
nav ul {
  list-style: none;
  float: right;
  height: 60px;
}
nav ul li {
  padding: 5px 10px;
  border-bottom: solid 0px #635a4b;
  transition: border 0.2s;
  height: 100%;
  float: left;
}
nav ul li a {
  color: white;
  text-decoration: none;
  font-size: 20px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
nav ul li:last-child {
  background: transparent;
  border: solid 3px #635a4b;
  border-radius: 30px;
  height: 50px;
  margin: 5px 10px;
  transition: background 0.2s;
}
nav ul li:last-child a {
  color: #635a4b;
  transition: color 0.2s;
}
nav ul li:last-child:hover {
  border: solid 3px #635a4b;
  background: #635a4b;
}
nav ul li:last-child:hover a {
  color: white;
}
nav ul li:hover {
  border-bottom: solid 5px #635a4b;
}

@media only screen and (max-width: 650px) {
  nav #hamburger {
    display: block;
  }
  nav ul {
    display: none;
    top: 60px;
    position: absolute;
    padding: 0;
    float: none;
    width: 100%;
    margin: 0;
    height: auto;
    overflow: hidden;
    background: #e5c47b;
  }
  nav ul li {
    float: none;
    margin: 0;
    padding: 20px;
  }
  nav ul li:last-child {
    margin: 20px;
    padding: 0;
  }
  nav ul li:last-child a {
    height: 100%;
    padding: 20px;
  }
  nav ul li:not(:last-child):hover {
    border: none;
  }
}
#hamburger {
  width: 40px;
  height: 50px;
  margin: 5px;
  position: relative;
  background: rgba(255, 255, 255, 0);
  float: right;
  margin-right: 20px;
}
#hamburger span {
  background: white;
  width: 100%;
  height: 5px;
  position: absolute;
}
#hamburger span:nth-child(1) {
  top: 15%;
  left: 0;
}
#hamburger span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
#hamburger span:nth-child(3) {
  bottom: 15%;
  left: 0;
}

.banner-main {
  background: url("../images/pexels-media-4507237-2.jpeg");
  position: relative;
  background-position: center;
  background-size: cover;
}
.banner-main .banner-overlay {
  background: rgba(0, 0, 0, 0.65);
}
.banner-main .banner-floating-text-container {
  position: absolute;
  top: 50%;
  left: 45%;
  transform: translate(-100%, -50%);
  text-align: center;
  animation-name: bannerFloatingTextAnimation;
  animation-duration: 500ms;
  animation-fill-mode: forwards;
}
.banner-main .banner-floating-text-container .banner-floating-text-heading {
  font-size: 55px;
  color: #e5c47b;
  font-family: Arial;
}
.banner-main .banner-floating-text-container .banner-floating-text-description {
  font-size: 20px;
  color: white;
  text-align: center;
}
.banner-main .banner-image {
  height: 350px;
  position: absolute;
  top: 50%;
  right: 45%;
  transform: translate(100%, -50%);
  padding: 20px;
  animation-name: bannerImageAnimation;
  animation-duration: 500ms;
  animation-fill-mode: forwards;
}
.banner-main .banner-scroll-down-button {
  position: absolute;
  left: 50%;
  bottom: 40px;
  transform: translateX(-50%);
}
.banner-main .banner-scroll-down-button img {
  animation: scrollButtonIconAnimation 1s ease-in-out infinite;
}

.sonar-wrapper {
  z-index: 0;
  overflow: hidden;
}

/* The circle */
.sonar-emitter {
  position: relative;
  margin: 0 auto;
}

/* the 'wave', same shape and size as its parent */
.sonar-wave {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 10px;
  width: 10px;
  border-radius: 9999px;
  background-color: #e5c47b;
  opacity: 0;
  z-index: -1;
  pointer-events: none;
}

/*
  Animate!
  NOTE: add browser prefixes where needed.
*/
.sonar-wave {
  animation: sonarWave 2s linear infinite;
}

@keyframes scrollButtonIconAnimation {
  0% {
    transform: translateY(0%);
  }
  50% {
    transform: translateY(-18%);
  }
  100% {
    transform: translateY(0%);
  }
}
@keyframes sonarWave {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0.5;
  }
  100% {
    height: 150px;
    width: 150px;
    opacity: 0;
  }
}
@keyframes bannerFloatingTextAnimation {
  from {
    left: 30%;
    opacity: 0;
  }
  to {
    left: 45%;
    opacity: 1;
  }
}
@keyframes bannerImageAnimation {
  from {
    right: 30%;
    opacity: 0;
  }
  to {
    right: 45%;
    opacity: 1;
  }
}
@keyframes bannerFloatingTextAnimationTablet {
  from {
    top: 0;
    right: auto;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
  }
  to {
    top: 10%;
    right: auto;
    left: 50%;
    transform: translate(-50%, 50%);
    opacity: 1;
  }
}
@keyframes bannerImageAnimationTablet {
  from {
    top: auto;
    bottom: 0;
    right: auto;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
  }
  to {
    top: auto;
    bottom: 40%;
    right: auto;
    left: 50%;
    transform: translate(-50%, 50%);
    opacity: 1;
  }
}
@keyframes bannerFloatingTextAnimationPhone {
  from {
    top: 0;
    right: auto;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
  }
  to {
    top: 5%;
    right: auto;
    left: 50%;
    transform: translate(-50%, 50%);
    opacity: 1;
  }
}
@keyframes bannerImageAnimationPhone {
  from {
    top: auto;
    bottom: 0;
    right: auto;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
  }
  to {
    top: auto;
    bottom: 35%;
    right: auto;
    left: 50%;
    transform: translate(-50%, 50%);
    opacity: 1;
  }
}
@media only screen and (max-width: 750px) {
  .banner-main .banner-image {
    height: 300px !important;
    animation-name: bannerImageAnimationTablet !important;
    animation-duration: 500ms;
    animation-fill-mode: forwards;
  }
  .banner-main .banner-floating-text-container {
    animation-name: bannerFloatingTextAnimationTablet !important;
  }
  .banner-main .banner-floating-text-container .banner-floating-text-description {
    text-align: center !important;
  }
}
@media only screen and (max-width: 625px) {
  .banner-main .banner-image {
    height: 300px !important;
    animation-name: bannerImageAnimationPhone !important;
    animation-duration: 500ms;
    animation-fill-mode: forwards;
  }
  .banner-main .banner-floating-text-container {
    animation-name: bannerFloatingTextAnimationPhone !important;
  }
  .banner-main .banner-floating-text-container .banner-floating-text-description {
    text-align: center !important;
  }
}
.section {
  padding: 40px;
}
.section article {
  margin: 40px auto;
  max-width: 800px;
}
.section .section-heading {
  color: #e5c47b;
  font-size: 45px;
  margin-bottom: 20px;
}
.section .section-text {
  font-size: 20px;
}
.section .button-container {
  max-width: 850px;
  margin: 50px auto 0 auto;
}
.section .button-container .button {
  color: #635a4b;
  display: inline-block;
  text-decoration: none;
  font-size: 20px;
  padding: 15px 25px;
  border-radius: 30px;
  border: 2px #635a4b solid;
  transition: background 0.2s, color 0.2s;
}
.section .button-container .button:hover {
  background: #635a4b;
  color: white;
}
.section .button-container .button:first-child {
  background: #635a4b;
  color: white;
}
.section .list li {
  font-size: 20px;
}

.dropdown {
  max-height: 0;
  overflow: hidden;
  transition: all 1.5s linear 0s;
  max-width: 1000px;
  margin: 0 auto;
}
.dropdown .dropdown-image {
  max-height: 450px;
  margin-left: 2%;
  margin-bottom: 40px;
  border: 8px #635a4b solid;
  border-radius: 20px;
}
.dropdown .dropdown-text-side {
  width: 60%;
  padding-bottom: 20px;
}
.dropdown .dropdown-text-side .dropdown-heading {
  color: #e5c47b;
  font-size: 45px;
  margin-bottom: 30px;
}
.dropdown .dropdown-text-side .dropdown-heading-items {
  font-size: 30px;
  color: #635a4b;
  padding: 0 20px;
}
.dropdown .dropdown-text-side .dropdown-item-list {
  margin: 20px 20px 20px 20px;
  list-style: none;
}
.dropdown .dropdown-text-side .dropdown-item-list li {
  font-size: 20px;
  margin-bottom: 15px;
}
.dropdown .dropdown-text-side .dropdown-item-list li:before {
  content: url("../icons/dot.png");
  margin-right: 10px;
}

.dropdown-open {
  max-height: 250000px;
}

.hr {
  width: 65%;
  height: 6px;
  background: #e5c47b;
  border-radius: 3px;
  margin: 40px auto;
}

@media only screen and (max-width: 1100px) {
  .dropdown-text-side {
    float: none;
    width: 100% !important;
  }

  .hr {
    margin: 20px auto;
  }

  #dropdown article {
    max-width: 800px;
    margin: 0 auto;
    padding: 10px 50px;
  }
  #dropdown article .dropdown-item-list {
    margin: 20px 20px 40px 20px;
    list-style: none;
  }
  #dropdown article .dropdown-item-list li {
    font-size: 20px;
    margin-bottom: 15px;
  }
  #dropdown article .dropdown-item-list li:before {
    content: url("../icons/dot.png");
    margin-right: 10px;
  }
}
.dropdown-image {
  float: none;
  display: block;
  margin: 50px auto !important;
}

.banner-small {
  background: #635a4b;
  position: relative;
}
.banner-small p {
  color: white;
  font-size: 20px;
  position: relative;
}

.quotation {
  position: relative;
}

.quotation:before {
  content: '"';
  font-family: "Sorts Mill Goudy", serif;
  color: #e5c47b;
  opacity: 0.45;
  right: 80%;
  top: -306%;
  position: absolute;
  font-size: 144px;
}

.quotation:after {
  content: '"';
  color: #e5c47b;
  opacity: 0.45;
  font-family: "Sorts Mill Goudy", serif;
  font-weight: normal;
  left: 80%;
  top: -80%;
  position: absolute;
  font-size: 144px;
}

@media only screen and (max-width: 880px) {
  .quotation:after {
    content: "";
  }

  .quotation:before {
    content: "";
  }
}
@media only screen and (max-width: 460px) {
  .button {
    display: block !important;
    float: none;
  }

  .button:nth-child(2) {
    margin-top: 20px;
  }
}
.helps-with-list, .dropdown-list {
  list-style: none;
}
.helps-with-list li, .dropdown-list li {
  font-size: 20px;
  margin-bottom: 20px;
}
.helps-with-list li:before, .dropdown-list li:before {
  content: url("../icons/dot.png");
  margin-right: 10px;
}

.helps-with-container:first-child {
  width: 100%;
  max-width: 60%;
}

.helps-with-container:last-child {
  width: 100%;
  max-width: 40%;
}

#whatProductHelpsFor article {
  margin: 20px auto;
  max-width: 1000px;
}
#whatProductHelpsFor article .section-heading {
  padding: 0px 30px 20px 30px;
  font-size: 25px;
}

@media only screen and (max-width: 930px) {
  .helps-with-container {
    max-width: 100%;
    float: none;
    display: block;
  }
  .helps-with-container:last-child {
    max-width: 100%;
    float: none;
    display: block;
  }
  .helps-with-container li {
    text-align: center;
  }
}
.banner-buy {
  background: url("../images/pexels-media-7155549.jpeg");
  position: relative;
  background-position: center;
  background-size: cover;
}
.banner-buy .overlay {
  background: rgba(0, 0, 0, 0.6);
}
.banner-buy .banner-image {
  position: absolute;
  top: 50%;
  left: 45%;
  transform: translate(-100%, -50%);
  height: 350px;
}
.banner-buy .banner-floating-text-container {
  height: 350px;
  position: absolute;
  top: 50%;
  right: 45%;
  transform: translate(100%, -50%);
}
.banner-buy .banner-floating-text-container .button {
  position: absolute;
  bottom: 50px;
  left: 0;
  color: white;
  display: inline-block;
  text-decoration: none;
  font-size: 20px;
  padding: 15px 25px;
  border-radius: 30px;
  border: 2px #635a4b solid;
  background: #635a4b;
  transition: background 0.2s, color 0.2s;
}
.banner-buy .banner-floating-text-container .banner-floating-text-heading {
  color: #e5c47b;
  font-size: 50px;
}
.banner-buy .banner-floating-text-container .banner-floating-text-heading span {
  color: #635a4b;
  font-size: 20px;
}
.banner-buy .banner-floating-text-container .banner-floating-text-description {
  color: white;
}

@media only screen and (max-width: 750px) {
  .banner-buy .banner-image {
    top: 15% !important;
    left: 50% !important;
    transform: translate(-50%, 0) !important;
  }
  .banner-buy .banner-floating-text-container {
    text-align: center;
    transform: translate(-50%, 50%) !important;
    left: 50% !important;
    top: auto !important;
    right: auto !important;
    bottom: 15% !important;
    height: auto !important;
    width: auto !important;
  }
  .banner-buy .banner-floating-text-container .banner-floating-text-description {
    margin-bottom: 50px;
  }
  .banner-buy .banner-floating-text-container .button {
    position: relative !important;
    left: 0 !important;
    bottom: 0 !important;
  }
}
#button-up {
  position: fixed;
  right: 20px;
  bottom: 85px;
  background: #e5c47b;
  border-radius: 50%;
  padding: 15px;
}
#button-up img {
  transform: rotate(180deg);
}

footer {
  background: #635a4b;
  color: #e5c47b;
  padding: 25px;
  position: relative;
}
footer div {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
footer div a {
  display: inline-block;
  margin-left: 10px;
}
footer div a img {
  height: 30px;
}

/*# sourceMappingURL=style.css.map */
