* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

nav {
  background-color: #090605;
  color: #ece8e5;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  max-width: 1366px;
  margin: auto;
}

nav .main-container {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem 0rem;
}

nav .main-container .logo h1 {
  font-size: 2rem;
}

nav .main-container .logo img {
  width: 3rem;
}

nav .main-container .menu-list a {
  font-size: 1.2rem;
  padding: 0rem 1rem;
  font-weight: lighter;
}

nav .main-container .menu-list a:hover {
  color: #c89b6c;
}

nav .main-container .burger {
  display: none;
}

.section1 {
  max-width: 1366px;
  margin: auto;
}

.section1__sub {
  height: 40rem;
  background: -webkit-gradient(linear, left top, right top, from(rgba(39, 39, 39, 0.9)), to(rgba(39, 39, 39, 0.3))), url("../img/background3.jpg") left center;
  background: linear-gradient(to right, rgba(39, 39, 39, 0.9), rgba(39, 39, 39, 0.3)), url("../img/background3.jpg") left center;
  background-size: cover;
  color: #ece8e5;
}

.section1__sub .flex-container {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.section1__sub .flex-container .content {
  margin-top: 9rem;
  margin-right: 5rem;
  margin-left: 3rem;
}

.section1__sub .flex-container .content h1 {
  margin-bottom: 1rem;
}

.section1__sub .flex-container .content h4 {
  margin: 2rem 0rem;
  font-weight: 900;
  font-size: 1rem;
}

.section1__sub .flex-container .content button {
  background-color: #f8be76;
  border: none;
  border-radius: 0.7rem;
  padding: 1rem 5rem;
}

.section1__sub .flex-container .content button a {
  color: #090605;
  font-weight: bolder;
}

.section-2 {
  max-width: 1366px;
  background-color: #966d49;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  margin: auto;
}

.section-2 .icon-container {
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  padding-bottom: 2rem;
  padding-left: 1rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.section-2 .icon-container .flex-container {
  -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-top: 1.5rem;
  color: #ece8e5;
}

.section-2 .icon-container .flex-container i {
  color: #ece8e5;
}

.section-2 .icon-container .flex-container .icons {
  color: #966d49;
}

.section-2 .icon-container .flex-container h4 {
  margin-top: 1rem;
}

.section-3 {
  max-width: 1366px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  margin: auto;
}

.section-3_sub {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: #090605;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ece8e5;
}

.section-3_sub h2 {
  font-size: 2rem;
  margin-top: 3.5rem;
  margin-bottom: 2rem;
}

.section-3_sub h5 {
  font-size: 0.85rem;
  font-family: Arial, Helvetica, sans-serif;
  margin-bottom: 6rem;
}

.section-3_sub h5 a,
.section-3_sub h5 i {
  text-decoration: underline;
  color: #f8be76;
}

.section-3_sub .blog-items {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 2rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.section-3_sub .blog-items .wrapper {
  position: relative;
  margin-bottom: 1rem;
}

.section-3_sub .blog-items img {
  width: 15rem;
  height: 10rem;
  border-radius: 0.5rem;
  margin: 0rem 1rem;
  opacity: 1;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.section-3_sub .blog-items .content {
  position: absolute;
  top: 80%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
}

.section-3_sub .blog-items .content a {
  display: block;
  font-size: 0.9rem;
  padding: 1rem 0.5rem;
  border-left: 0.15rem solid #f8be76;
  cursor: pointer;
  color: #f8be76;
}

.section-3_sub .blog-items .overlay {
  opacity: 0;
}

.section-3_sub .blog-items .wrapper:hover img {
  opacity: 0.5;
}

.section-3_sub .blog-items .wrapper:hover .overlay {
  opacity: 1;
}

.section-4 {
  max-width: 1366px;
  margin: auto;
}

.section-4-sub {
  height: 24rem;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(200, 155, 108, 0.6)), to(rgba(200, 155, 108, 0.6))), url("../img/background4.jpg");
  background: linear-gradient(rgba(200, 155, 108, 0.6), rgba(200, 155, 108, 0.6)), url("../img/background4.jpg");
  background-size: cover;
  background-position-y: 90%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.section-4-sub h2 {
  font-size: 2.5rem;
  color: #ece8e5;
}

.section-4-sub i {
  font-size: 2rem;
  color: #ece8e5;
}

.section-4-sub i:hover {
  color: #c89b6c;
}

.section-5 {
  background-color: #090605;
  color: #ece8e5;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  max-width: 1366px;
  margin: auto;
}

.section-5-sub {
  -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;
}

.section-5-sub .heading-container {
  -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-top: 5rem;
}

.section-5-sub .heading-container h3 {
  font-weight: 100;
  font-size: 1.5rem;
}

.section-5-sub .choices-container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 7rem;
  margin-top: 2rem;
}

.section-5-sub .choices-container div:first-child {
  border-top: 1px solid #ece8e5;
}

.section-5-sub .choices {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #ece8e5;
  padding: 1rem 0rem;
}

.section-5-sub .choices h4 {
  margin-right: 15rem;
  font-weight: 200;
}

.section-5-sub .choices i {
  font-size: 0.9rem;
}

.section-6 {
  color: #ece8e5;
  max-width: 1366px;
  margin: auto;
}

.section-6-sub {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 50% 50%;
      grid-template-columns: 50% 50%;
}

.section-6-sub .first-container {
  background: -webkit-gradient(linear, left top, right top, from(rgba(39, 39, 39, 0.4)), to(rgba(39, 39, 39, 0.4))), url("../img/background6.jpg");
  background: linear-gradient(to right, rgba(39, 39, 39, 0.4), rgba(39, 39, 39, 0.4)), url("../img/background6.jpg");
  background-size: cover;
  background-position-x: 100%;
  background-position-y: center;
}

.section-6-sub .second-container {
  background-color: #966d49;
}

.section-6-sub .second-container-sub {
  margin: 4rem;
}

.section-6-sub .second-container-sub h3 {
  font-weight: 200;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.section-6-sub .second-container-sub .form-container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.section-6-sub .second-container-sub .form-container input {
  border: none;
  border-radius: 0.5rem;
  padding: 0.9rem 0.7rem;
  margin-bottom: 1rem;
}

.section-6-sub .second-container-sub .form-container .flex-container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.section-6-sub .second-container-sub .form-container .input-up input {
  margin-right: 15rem;
  width: 20rem;
}

.section-6-sub .second-container-sub .form-container label {
  font-weight: 100;
  font-size: 0.90rem;
}

.section-6-sub .second-container-sub button {
  background-color: #f8be76;
  border: none;
  border-radius: 1rem;
  padding: 1rem 5rem;
}

.section-6-sub .second-container-sub button a {
  color: #090605;
  font-weight: bolder;
}

.section-7 {
  background-color: #090605;
  color: #ece8e5;
  max-width: 1366px;
  margin: auto;
}

.section-7-sub {
  -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;
}

.section-7-sub h2 {
  padding: 3rem 0rem;
}

.section-7-sub .flex-container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 7rem;
}

.section-7-sub .flex-container .res {
  display: none;
}

.section-7-sub .flex-container i {
  font-size: 1.5rem;
  margin: 2rem;
  border: 1px solid #ece8e5;
  padding: 0.5rem;
}

.section-7-sub .flex-container i:hover {
  color: #e6b30d;
  border: 1px solid #e6b30d;
}

.section-7-sub .flex-container .text-container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: rgba(71, 70, 71, 0.5);
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 30rem;
  border-radius: 1rem;
  padding: 2rem;
}

.section-7-sub .flex-container .text-container p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.9rem;
}

.section-7-sub .flex-container .text-container p:not(:last-child) {
  padding-bottom: 2rem;
}

.section-8 {
  background-color: #242324;
  color: #ece8e5;
  max-width: 1366px;
  margin: auto;
}

.section-8-sub {
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  padding: 5rem 0rem;
}

.section-8-sub h5 {
  font-size: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #f8be76;
}

.section-8-sub h6 {
  font-size: 0.9rem;
  padding: 0.5rem 0rem;
}

.section-8-sub h6:hover,
.section-8-sub i:hover {
  color: #f8be76;
}

.section-8-sub .about-container {
  -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;
}

.section-8-sub .icons-container {
  -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;
}

.section-8-sub .icons-container h3 {
  padding-top: 0.8rem;
}

.section-8-sub .icons-container h6 {
  padding-top: 1rem;
}

.section-8-sub .icons-container i {
  font-size: 1.5rem;
  padding: 0.9rem 0.5rem;
}

.section-8-sub .icons-container img {
  width: 5rem;
}

.section-8-sub .help-container {
  -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;
}

.footer {
  background-color: #090605;
  color: #ece8e5;
  text-align: center;
  max-width: 1366px;
  margin: auto;
}

.footer h2 {
  font-size: smaller;
  padding: 2rem 0rem;
}

@media screen and (max-width: 876px) {
  nav {
    background-color: #090605;
    color: #ece8e5;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
  nav .main-container {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1rem 0rem;
  }
  nav .main-container .logo {
    padding-left: 1.5rem;
  }
  nav .main-container .logo h1 {
    font-size: 2rem;
  }
  nav .main-container .logo img {
    width: 3rem;
  }
  nav .main-container .menu-list {
    position: absolute;
    -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;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    top: 4.5rem;
    background-color: #090605;
    width: 100%;
    height: 80%;
    left: -100rem;
  }
  nav .main-container .menu-list a {
    font-size: 2rem;
    padding: 1rem;
    font-weight: lighter;
  }
  nav .main-container .menu-list a:hover {
    color: #c89b6c;
  }
  nav .main-container .clicked {
    -webkit-transform: translateX(100rem);
            transform: translateX(100rem);
  }
  nav .main-container .ease {
    -webkit-transition: ease-in;
    transition: ease-in;
  }
  nav .main-container .burger {
    padding-right: 1.5rem;
    font-size: 2rem;
    display: block;
    cursor: pointer;
  }
  .section-6 {
    color: #ece8e5;
    width: auto;
  }
  .section-6-sub {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 0 100%;
        grid-template-columns: 0 100%;
  }
  .section-6-sub .second-container {
    background-color: #966d49;
  }
  .section-6-sub .second-container-sub {
    margin: 4rem;
  }
  .section-6-sub .second-container-sub h3 {
    font-weight: 200;
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
  .section-6-sub .second-container-sub .form-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .section-6-sub .second-container-sub .form-container input {
    border: none;
    border-radius: 0.5rem;
    padding: 0.9rem 0.7rem;
    margin-bottom: 1rem;
  }
  .section-6-sub .second-container-sub .form-container .flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .section-6-sub .second-container-sub .form-container .input-up input {
    margin-right: 15rem;
  }
  .section-6-sub .second-container-sub .form-container label {
    font-weight: 100;
    font-size: 0.9rem;
  }
  .section-6-sub .second-container-sub button {
    background-color: #f8be76;
    border: none;
    border-radius: 1rem;
    padding: 1rem 5rem;
  }
  .section-6-sub .second-container-sub button a {
    color: #090605;
    font-weight: bolder;
  }
}

@media screen and (max-width: 460px) {
  .section1 .flex-container .content {
    margin-top: 8rem;
    margin-right: 2rem;
    margin-left: 2rem;
  }
  .section1 .flex-container .content h1 {
    margin-bottom: 1rem;
    font-size: 3rem;
  }
  .section1 .flex-container .content h4 {
    margin: 2rem 0rem;
    font-weight: 900;
    font-size: 1rem;
  }
  .section1 .flex-container .content button {
    background-color: #f8be76;
    border: none;
    border-radius: 0.7rem;
    padding: 1rem 5rem;
  }
  .section1 .flex-container .content button a {
    color: #090605;
    font-weight: bolder;
  }
  .section-6 {
    max-width: 1366px;
    margin: auto;
    color: #ece8e5;
  }
  .section-6-sub {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 0 100%;
        grid-template-columns: 0 100%;
  }
  .section-6-sub .first-container {
    background: -webkit-gradient(linear, left top, right top, from(rgba(39, 39, 39, 0.4)), to(rgba(39, 39, 39, 0.4))), url("../img/background6.jpg");
    background: linear-gradient(to right, rgba(39, 39, 39, 0.4), rgba(39, 39, 39, 0.4)), url("../img/background6.jpg");
    background-position-x: 100%;
    background-position-y: center;
    background-size: cover;
    width: auto;
  }
  .section-6-sub .second-container {
    background-color: #966d49;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .section-6-sub .second-container-sub {
    margin: 2.5rem;
  }
  .section-6-sub .second-container-sub h3 {
    font-weight: 200;
    font-size: 1.2rem;
    margin-bottom: 1rem;
  }
  .section-6-sub .second-container-sub .form-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .section-6-sub .second-container-sub .form-container input {
    border: none;
    border-radius: 0.5rem;
    padding: 0.5rem 0.3rem;
    margin-bottom: 1rem;
  }
  .section-6-sub .second-container-sub .form-container .flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .section-6-sub .second-container-sub .form-container .input-up input {
    margin-right: 15rem;
    width: 100%;
  }
  .section-6-sub .second-container-sub .form-container label {
    font-weight: 100;
    font-size: 0.9rem;
  }
  .section-6-sub .second-container-sub button {
    background-color: #f8be76;
    border: none;
    border-radius: 1rem;
    padding: 1rem 3rem;
  }
  .section-6-sub .second-container-sub button a {
    color: #090605;
    font-weight: bolder;
  }
  .section-5-sub h3 {
    font-weight: 100;
    font-size: 1.2rem;
  }
  .section-5 .choices-container h4 {
    margin-right: 8rem;
    font-weight: 200;
  }
  .section-8 {
    background-color: #242324;
    color: #ece8e5;
    max-width: 1366px;
    margin: auto;
  }
  .section-8-sub {
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    padding: 5rem 0rem;
  }
  .section-8-sub h5 {
    font-size: 0.8rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #f8be76;
  }
  .section-8-sub h6 {
    font-size: 0.7rem;
    padding: 0.5rem 0rem;
  }
  .section-8-sub h6:hover,
  .section-8-sub i:hover {
    color: #f8be76;
  }
  .section-8-sub .about-container {
    -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;
  }
  .section-8-sub .icons-container {
    -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;
  }
  .section-8-sub .icons-container h3 {
    padding-top: 0.8rem;
    font-size: 0.8rem;
  }
  .section-8-sub .icons-container h6 {
    padding-top: 1rem;
  }
  .section-8-sub .icons-container i {
    font-size: 1.2rem;
    padding: 0.9rem 0.5rem;
  }
  .section-8-sub .icons-container img {
    width: 4.5rem;
  }
  .section-8-sub .help-container {
    -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;
  }
}

@media screen and (max-width: 650px) {
  .section-7 {
    background-color: #090605;
    color: #ece8e5;
    max-width: 1366px;
    margin: auto;
  }
  .section-7-sub {
    -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;
  }
  .section-7-sub h2 {
    padding: 3rem 0rem 1rem 0rem;
  }
  .section-7-sub .flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 5rem;
  }
  .section-7-sub .flex-container .res {
    display: block;
  }
  .section-7-sub .flex-container .orig {
    display: none;
  }
  .section-7-sub .flex-container i {
    font-size: 1.5rem;
    margin: 2rem;
    border: 1px solid #ece8e5;
    padding: 0.5rem;
  }
  .section-7-sub .flex-container i:hover {
    color: #e6b30d;
    border: 1px solid #e6b30d;
  }
  .section-7-sub .flex-container .text-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: rgba(71, 70, 71, 0.5);
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 20rem;
    border-radius: 1rem;
    padding: 2rem;
  }
  .section-7-sub .flex-container .text-container p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.9rem;
  }
  .section-7-sub .flex-container .text-container p:not(:last-child) {
    padding-bottom: 2rem;
  }
}

a {
  color: #ece8e5;
  text-decoration: none;
}

li {
  -webkit-text-decoration-style: none;
          text-decoration-style: none;
}

.flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

h1 {
  font-size: 4rem;
}
/*# sourceMappingURL=main.css.map */