@charset "UTF-8";
.hero-section {
  background-image: url("../images/stripes_bg.jpg");
  background-size: cover;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}
.hero-section .hero-left {
  position: relative;
  min-height: 90rem;
}
.hero-section .hero-left .logo {
  position: absolute;
  top: 9rem;
  left: 5rem;
  width: calc(18rem + 1vw);
}
.hero-section .hero-left .cover {
  width: 95%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 22rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero-section .hero-right {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: calc(7rem + 2vw);
  padding-left: 7rem;
  height: -moz-fit-content;
  height: fit-content;
}
.hero-section .hero-right .main-text img {
  margin-top: 20rem;
  margin-bottom: 7rem;
  width: 35rem;
}
.hero-section .hero-right .text-3 {
  font-size: calc(0.2rem + 1vw);
  font-weight: 400;
  padding-right: 0;
  font-family: "Montserrat-SemiBold";
}
.hero-section .hero-right .text-3 .top {
  padding-right: 15rem;
}
.hero-section .hero-right .text-3 .down {
  padding-right: 9rem;
}

#benefits {
  width: 100%;
  max-width: 100%;
}

.section-1 {
  background-color: #c68c41;
  color: #333;
  padding: 20px;
  margin-bottom: 20px;
  max-width: 100%;
  margin: auto 0;
}
.section-1 .section-title {
  font-size: calc(1.1rem + 1vw);
  margin-top: 0;
  color: #fff;
  font-weight: 900;
  line-height: 1;
  position: relative;
  text-align: center;
}
.section-1 .list-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-evenly;
  align-items: center;
  margin: auto;
}
.section-1 .section-list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 20px;
  font-family: "Montserrat-Medium";
}
.section-1 .section-list li {
  line-height: 1.2;
}
.section-1 .section-list li:before {
  content: "•";
  margin-right: 10px;
  color: #000;
}

.section-2 .youtube-video {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  overflow: hidden;
}
.section-2 .youtube-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

#throwback {
  background-color: #9b6a2a;
  padding: 0;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  max-width: 100%;
}
#throwback .content {
  position: relative;
  padding: 5rem 12rem;
  padding-top: 6.2rem;
}
#throwback .body-text {
  font-size: 1.6rem;
  color: #fff;
  line-height: 1.8;
  font-weight: 600;
}
#throwback .body-text strong {
  font-weight: 800;
  font-size: 2.7rem;
}
#throwback a.btn {
  background-color: #c7c7c7;
  border: none;
  color: #000;
  font-size: 1.6rem;
  font-family: "Montserrat-SemiBold";
  position: absolute;
  left: 50%;
  bottom: -5rem;
  transform: translateX(-50%);
  transition: background-color 0.3s ease;
  border: 0.2rem solid #9b6a2a;
  border-radius: 1rem;
  text-transform: none;
  word-wrap: break-word;
  word-spacing: 0.1rem;
  letter-spacing: 0.05rem;
  font-weight: 500;
}
#throwback a.btn:hover {
  background-color: #fff;
  transition: background-color 0.3s ease;
}

#imagine-this {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  position: relative;
  min-height: 30rem;
  background-color: #c3c1c1;
  color: rgb(10, 2, 2);
  padding: 0 5rem;
  line-height: 1.2;
}
#imagine-this .image {
  margin: 3rem auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
}
#imagine-this .image img {
  border-radius: 2rem;
  max-width: 90%;
}
#imagine-this .text-content {
  padding-right: 10rem !important;
  padding-left: 5rem;
  line-height: 1.4;
  font-size: calc(0.35rem + 1vw);
  font-weight: 500;
  padding-right: 0;
  font-family: "Montserrat-SemiBold";
}
#imagine-this .text-content h3.gold-bold {
  font-family: "Montserrat-Bold";
  font-size: calc(1.5rem + 1vw);
  font-weight: 900;
  margin: 0;
  margin-bottom: 1rem;
}
#imagine-this .text-content .gold-bold {
  font-family: "Montserrat-Bold";
  font-size: calc(0.4rem + 1vw);
  font-weight: 600;
}
#imagine-this a.btn {
  background-color: #9b6a2a;
  border: none;
  color: #fff;
  font-size: 1.6rem;
  font-family: "Montserrat-SemiBold";
  font-weight: 900;
  position: absolute;
  left: 50%;
  bottom: -5rem;
  transform: translateX(-50%);
  transition: background-color 0.3s ease;
  border: 0.2rem solid #c3c1c1;
  text-transform: none;
  border-radius: 1rem;
  word-wrap: break-word;
  word-spacing: 0.05rem;
  letter-spacing: 0.05rem;
  font-weight: 500;
}
#imagine-this a.btn:hover {
  background-color: #fff;
  color: #000;
  transition: background-color 0.3s ease;
}

.blog-text {
  font-family: "Montserrat-SemiBold";
  font-weight: 400;
  font-size: calc(0.2rem + 1vw);
  font-weight: 400;
  min-height: 17rem;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
}
.blog-text .gold-bold {
  font-family: "Montserrat-Bold";
  font-size: calc(0.5rem + 1vw);
  font-weight: 900;
}

#get-in-touch {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  margin: auto;
  width: calc(60rem + 1vw);
  padding: 2rem;
  background-color: #9b6a2a;
  color: #fff;
  border-radius: 0.3rem;
  scroll-margin-top: 20rem;
  margin-bottom: 5rem;
  text-decoration: none;
}
#get-in-touch i svg {
  min-width: 5.4rem;
  color: #fff;
}
#get-in-touch h2 {
  font-size: 3.3rem;
  margin: 0;
  font-family: "Montserrat-Bold";
  color: #fff;
  line-height: 2;
}

.modal-header {
  height: 17rem;
}

@media (max-width: 1284px) {
  .hero-section .hero-left .logo {
    top: 8rem;
    left: 4rem;
    width: calc(15rem + 1vw);
  }
  .hero-section .hero-right .main-text img {
    width: 25rem;
  }
  .hero-section .hero-right .text-3 .top {
    padding-right: 6rem;
  }
  .hero-section .hero-right .text-3 .down {
    padding-right: 3rem;
  }
}
@media (max-width: 1200px) {
  .hero-section .hero-left {
    position: relative;
  }
  .hero-section .hero-left .logo {
    top: 4.5rem;
    left: 0;
    width: calc(15rem + 1vw);
  }
  .hero-section .hero-right .main-text img {
    margin-top: 15rem;
    margin-bottom: 5rem;
    width: 20rem;
  }
}
@media (max-width: 991px) {
  .hero-section .hero-left .logo {
    top: 2rem;
    left: 2rem;
    width: calc(13rem + 1vw);
  }
  .hero-section .hero-left .cover {
    top: 10rem;
    height: 100%;
    width: auto;
  }
  .hero-section .hero-right {
    min-height: 40rem;
    margin-top: 4rem;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0;
  }
  .hero-section .hero-right .main-text .img-bg {
    display: block;
    width: 300vw;
    height: 32rem;
    position: absolute;
    top: -10.15rem;
    right: -34rem;
    background-color: rgba(255, 255, 255, 0.7);
  }
  .hero-section .hero-right .main-text img {
    width: calc(52rem + 1vw);
    position: absolute;
    top: -22rem;
    left: 4rem;
    padding: 1rem;
    z-index: 10;
  }
  .hero-section .hero-right .text-3 {
    width: 100%;
    padding-left: 3rem;
    font-size: calc(0.8rem + 1vw);
  }
  .hero-section .hero-right .text-3 .justify-content-between {
    justify-content: flex-start !important;
  }
  .main-text {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -45rem;
    width: 35rem;
  }
  .blog-text {
    font-size: calc(0.5rem + 1vw);
    min-height: 12rem;
  }
  .blog-text .gold-bold {
    font-size: calc(0.3rem + 1vw);
    font-weight: 900;
  }
  #imagine-this .image img {
    max-width: 100%;
  }
  #imagine-this .text-content {
    font-family: "Montserrat-Medium";
    font-size: calc(1.2rem + 1vw);
    margin-bottom: 2rem;
    padding-right: 5rem;
  }
  #imagine-this .text-content h3.gold-bold {
    font-size: calc(1.6rem + 1vw);
    margin-bottom: 0.5rem;
    font-weight: 700;
  }
  #imagine-this .text-content .gold-bold {
    font-family: "Montserrat-Bold";
    font-size: calc(1.1rem + 1vw);
    font-weight: 600;
  }
  .blog-text {
    font-size: calc(0.8rem + 1vw);
  }
  .blog-text .gold-bold {
    font-size: calc(1rem + 1vw);
  }
}
@media (max-width: 767px) {
  .section-1 .section-title {
    text-align: left;
    padding-left: 1rem;
  }
  .section-1 .list-container {
    flex-wrap: wrap;
  }
  .section-2 .youtube-video {
    height: 30rem;
  }
  #throwback {
    padding: 10px 5px;
  }
  #throwback .content {
    padding: 3rem 0.5rem;
  }
  #throwback a.btn {
    height: -moz-fit-content;
    height: fit-content;
    font-size: 1.5rem;
    padding: 0.5rem;
    white-space: normal;
    width: 32rem;
    line-height: 1.85;
    font-weight: 500;
    bottom: -6.5rem;
  }
  #throwback .body-text {
    font-size: 1.5rem;
    color: white;
    padding-bottom: 2rem;
  }
  #imagine-this {
    padding: 0 0.7rem;
  }
  #imagine-this a.btn {
    height: -moz-fit-content;
    height: fit-content;
    font-size: 1.5rem;
    padding: 0.5rem;
    white-space: normal;
    width: 32rem;
    line-height: 1.85;
    font-weight: 500;
    bottom: -5rem;
  }
  #imagine-this .text-content {
    padding-bottom: 4rem;
  }
  .modal-header {
    height: 6rem;
  }
}
@media (max-width: 650px) {
  #get-in-touch {
    width: 100%;
  }
}
@media (max-width: 600px) {
  #benefits {
    padding: 0;
  }
  .section-1 {
    padding: 0;
  }
  .section-1 .list-container {
    justify-content: flex-start;
    width: 80%;
    margin: auto;
  }
  .section-1 .list-container .section-list {
    margin: 0 !important;
  }
}
@media (max-width: 469px) {
  .section-1 .list-container {
    width: 100%;
    margin: 0;
  }
}
@media (max-width: 525px) {
  .sm-paragraph:after {
    content: "\a";
    white-space: pre;
  }
  .owl-1 .owl-dots {
    display: none;
  }
  .hero-section .hero-right {
    height: -moz-fit-content;
    height: fit-content;
    margin-top: 4rem;
    padding-bottom: 4rem;
    padding-right: 0;
    padding-left: 0;
  }
  .hero-section .hero-right .main-text .img-bg {
    top: -8.15rem;
  }
  .hero-section .hero-right .main-text img {
    width: calc(48rem + 1vw);
    position: absolute;
    top: -20rem;
    left: 0rem;
  }
  .hero-section .hero-right .text-3 {
    width: 100%;
    margin-left: 1rem;
    padding-right: 2rem;
    font-family: "Montserrat-Medium";
    font-size: calc(1.45rem + 1vw);
    font-weight: 500;
    line-height: 1.2;
  }
  .hero-section .hero-right .text-3 .gold-bold,
  .hero-section .hero-right .text-3 .gold-bold-2 {
    font-family: "Montserrat-Medium";
    font-size: calc(1.65rem + 1vw);
    font-weight: 700;
  }
  .hero-section .hero-right .text-3 .top {
    padding-right: 4rem;
  }
  .hero-section .hero-right .text-3 .top ol li {
    margin-bottom: 0.2rem;
    font-family: "Montserrat-Medium";
  }
  .hero-section .hero-right .text-3 .top ol li .gold-bold {
    font-family: "Montserrat-Medium";
    font-size: calc(1.65rem + 1vw);
    font-weight: 700;
  }
  #benefits {
    margin-top: 2rem !important;
    padding: 0;
    font-family: "Montserrat-Medium";
    font-size: calc(1.35rem + 1vw);
    font-weight: 500;
    line-height: 1.5;
  }
  #benefits .section-1 h2 {
    font-family: "Montserrat-Bold";
    font-size: calc(1.6rem + 1vw);
    font-weight: 600;
    line-height: 1.5;
  }
  #benefits .section-1 ul li {
    margin-bottom: 0.4rem;
  }
  #throwback {
    padding: 1.55rem;
  }
  #throwback .body-text {
    font-family: "Montserrat-Medium";
    font-size: calc(1.45rem + 1vw);
    line-height: 1.2;
    font-weight: 500;
  }
  #throwback .body-text .white-bold {
    font-size: calc(1.5rem + 1vw);
    font-weight: 600;
  }
  #imagine-this .image {
    margin-bottom: 0;
  }
  #imagine-this .text-content {
    font-family: "Montserrat-Medium";
    font-size: calc(1.5rem + 1vw);
    padding: 1.4rem;
    line-height: 1.4;
    padding-right: 0 !important;
  }
  #imagine-this .text-content h3.gold-bold {
    font-family: "Montserrat-Bold";
    font-size: calc(1.6rem + 1vw);
    font-weight: 900;
  }
  #imagine-this .text-content .gold-bold {
    font-family: "Montserrat-Bold";
    font-size: calc(1.2rem + 1vw);
    font-weight: 900;
  }
  .blog-text {
    font-family: "Montserrat-Medium";
    font-size: calc(1.5rem + 1vw);
    min-height: 17rem;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
  }
  .blog-text .gold-bold {
    font-family: "Montserrat-Bold";
    font-size: calc(1.6rem + 1vw);
    font-weight: 900;
  }
  .entry__header h3.gold-bold {
    font-size: calc(1.8rem + 1vw);
  }
}
@media (max-width: 320px) {
  #throwback a.btn,
  #imagine-this a.btn {
    width: 100%;
    bottom: -7.5rem;
  }
}/*# sourceMappingURL=custom.css.map */