@font-face {
  font-family: "samsungsharpsans-bold";
  src: url("../fonts/samsungsharpsans-bold.otf");
}

@font-face {
  font-family: "samsungsharpsans";
  src: url("../fonts/samsungsharpsans.otf");
}

@font-face {
  font-family: "samsungsharpsans-medium";
  src: url("../fonts/samsungsharpsans-medium.otf");
}

.section-one {
  padding-top: 60px;
  width: 100%;
  background-image: url("../img/background-one.svg");
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  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;
}

@media (min-width: 768px) {
  .section-one {
    padding-top: 70px;
  }
}

@media (min-width: 992px) {
  .section-one {
    padding-top: 90px;
  }
}

.section-one h1 {
  font-family: "samsungsharpsans-bold";
  margin-top: 8vw;
  margin-bottom: 10px;
  font-size: 10vw;
}

@media (min-width: 425px) {
  .section-one h1 {
    font-size: 42px;
  }
}

@media (min-width: 768px) {
  .section-one h1 {
    font-size: 52px;
    margin-bottom: 20px;
  }
}

@media (min-width: 992px) {
  .section-one h1 {
    font-size: 62px;
  }
}

.section-one h1, .section-one .who-we-are {
  width: 90vw;
}

@media (min-width: 425px) {
  .section-one h1, .section-one .who-we-are {
    width: 380px;
  }
}

@media (min-width: 768px) {
  .section-one h1, .section-one .who-we-are {
    text-align: center;
    width: 720px;
  }
}

@media (min-width: 992px) {
  .section-one h1, .section-one .who-we-are {
    width: 860px;
  }
}

.section-one .create {
  color: #F5874F;
}

.section-one .communicate {
  color: #FAA954;
}

.section-one .who-we-are {
  font-size: 14px;
  line-height: 35px;
  padding-bottom: 63px;
}

@media (min-width: 375px) {
  .section-one .who-we-are {
    line-height: 45px;
  }
}

@media (min-width: 768px) {
  .section-one .who-we-are {
    font-size: 18px;
  }
}

@media (min-width: 992px) {
  .section-one .who-we-are {
    font-size: 20px;
  }
}

.section-two {
  font-size: 13px;
  line-height: 28px;
  font-weight: 500;
  color: #5D3A3A;
  letter-spacing: 0.05em;
  padding-bottom: 150px;
  position: relative;
  background-color: #F9F6F5;
  background-image: url("../img/background-two.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position-y: 72px;
}

@media (min-width: 768px) {
  .section-two {
    background-position-y: 0;
    background-position-x: 100%;
    background-size: 45.486%;
  }
}

@media (min-width: 1200px) {
  .section-two {
    font-size: 15px;
  }
}

.section-two > div, .section-two h1, .section-two p {
  padding: 0 5%;
}

@media (min-width: 1200px) {
  .section-two > div, .section-two h1, .section-two p {
    padding-left: 10%;
    padding-right: 10%;
  }
}

.section-two .small-header {
  padding-top: 50px;
  color: #F5874F;
  font-family: "samsungsharpsans-bold";
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.05em;
}

@media (min-width: 768px) {
  .section-two .small-header {
    padding-bottom: 15px;
  }
}

@media (min-width: 1200px) {
  .section-two .small-header {
    letter-spacing: 0.1em;
    padding-bottom: 30px;
    padding-top: 40px;
  }
}

.section-two .small-header > img {
  padding-right: 15px;
}

@media (min-width: 1200px) {
  .section-two .small-header > img {
    padding-right: 35px;
  }
}

.section-two h1 {
  color: #854632;
  font-family: "samsungsharpsans-bold";
  font-size: 48px;
  font-weight: 900;
  line-height: 70px;
  margin: 0;
}

@media (min-width: 768px) {
  .section-two h1 {
    font-size: 60px;
    line-height: 80px;
    margin-bottom: 20px;
  }
}

@media (min-width: 1200px) {
  .section-two h1 {
    font-size: 72px;
    margin-bottom: 35px;
  }
}

.section-two .corner-box {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}

@media (min-width: 768px) {
  .section-two .corner-box {
    display: block;
  }
}

.section-two .corner-box-two {
  display: none;
  position: absolute;
  bottom: 0;
  right: 0;
}

@media (min-width: 768px) {
  .section-two .corner-box-two {
    display: block;
  }
}

.section-two .section-anchors {
  background: #854632;
  height: 60px;
  line-height: 60px;
  border-radius: 30px;
  position: relative;
  top: -30px;
  min-width: 730px;
  width: 61.81%;
  margin: 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 10px;
  display: none;
}

@media (min-width: 768px) {
  .section-two .section-anchors {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.section-two .section-anchors > span {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  font-family: "samsungsharpsans-medium";
  font-weight: 500;
  background-color: inherit;
  color: #fff;
  border-radius: 20px;
  padding: 0 20px;
}

.section-two .section-anchors a {
  text-decoration: none;
  color: #fff;
}

.section-two .active {
  background-color: #fff !important;
}

.section-two .active a {
  color: #5D3A3A !important;
}

.section-three .small-header, .section-four .small-header {
  font-size: 12px;
  font-weight: 900;
  font-family: "samsungsharpsans-medium";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 14px;
  letter-spacing: 0.05em;
}

@media (min-width: 320px) {
  .section-three .small-header, .section-four .small-header {
    letter-spacing: 0.1em;
  }
}

.section-three .small-header > img, .section-four .small-header > img {
  padding-right: 20px;
}

.section-three h1, .section-four h1 {
  font-size: 42px;
  font-family: "samsungsharpsans-bold";
  margin: 0;
  margin-bottom: 20px;
  line-height: 80px;
}

@media (min-width: 768px) {
  .section-three h1, .section-four h1 {
    margin-bottom: 30px;
    font-size: 50px;
  }
}

@media (min-width: 1200px) {
  .section-three h1, .section-four h1 {
    margin-bottom: 50px;
    font-size: 56px;
  }
}

.section-three {
  background: #854632;
  padding-top: 50px;
  padding-left: 5%;
  padding-right: 5%;
}

@media (min-width: 768px) {
  .section-three {
    padding-top: 7.5%;
    padding-bottom: 7.5%;
  }
}

@media (min-width: 1200px) {
  .section-three {
    padding-left: 10%;
    padding-right: 10%;
  }
}

.section-three .small-header {
  color: #F5874F;
}

.section-three .move-left {
  position: relative;
  left: -10px;
}

.section-three h1 {
  color: #fff;
}

.section-three h4 {
  margin: 0;
  font-family: "samsungsharpsans-medium";
}

.section-three .points {
  color: #fff;
  font-size: 14px;
  line-height: 25px;
}

@media (min-width: 768px) {
  .section-three .points {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.section-three .points h4 {
  font-weight: 500;
  font-size: 20px;
  padding-bottom: 15px;
}

.section-three .point-1, .section-three .point-2, .section-three .point-3 {
  padding-bottom: 30px;
}

@media (min-width: 768px) {
  .section-three .point-2 {
    margin: 0 2.604%;
  }
}

@media (min-width: 1200px) {
  .section-three .point-2 {
    margin: 0 8%;
  }
}

.section-three .point-1 h4 {
  color: #FAA954;
}

.section-three .point-2 h4 {
  color: #AF6443;
}

.section-three .point-3 h4 {
  color: #F5874F;
}

.section-four {
  background: #F9F6F5;
  padding: 50px 5% 85px 5%;
  position: relative;
}

@media (min-width: 768px) {
  .section-four {
    padding-bottom: 110px;
    padding-top: 80px;
  }
}

@media (min-width: 1200px) {
  .section-four {
    padding-bottom: 135px;
    padding-top: 110px;
    padding-left: 10%;
    padding-right: 10%;
  }
}

.section-four .small-header {
  color: #5D3A3A;
}

.section-four h1 {
  color: #F5874F;
}

.section-four .member-image {
  width: 100%;
  max-width: 324px;
  height: 85vw;
  max-height: 321px;
  border-radius: 20px;
  background: #854632;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .section-four .member-image {
    width: 200px;
    height: 200px;
    margin-right: 50px;
    margin-bottom: 10px;
  }
}

@media (min-width: 1200px) {
  .section-four .member-image {
    margin-right: 100px;
  }
}

@media (min-width: 1440px) {
  .section-four .member-image {
    width: 324px;
    height: 285px;
  }
}

.section-four .member-image img {
  border-radius: 20px;
  width: inherit;
  height: 100%;
}

@media (min-width: 768px) {
  .section-four .fold {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 50px;
  }
}

.section-four .member-name {
  color: #854632;
  font-weight: 900;
  font-size: 18px;
  font-family: "samsungsharpsans-bold";
  padding-bottom: 7px;
}

.section-four .member-work {
  color: #FAA954;
  font-size: 13px;
  font-family: "samsungsharpsans-medium";
}

.section-four .member-description {
  font-size: 13px;
  color: #000;
  line-height: 30px;
  padding-bottom: 30px;
}

@media (min-width: 768px) {
  .section-four .member-description {
    padding-bottom: 0;
    margin-bottom: 0;
  }
}

.section-four .button {
  border: 1px solid #854632;
  border-radius: 5px;
  color: #854632;
  font-size: 14px;
  font-weight: 900;
  margin: 0 auto;
  text-align: center;
  line-height: 50px;
  width: 90%;
  max-width: 330px;
  margin-top: 30px;
}

@media (min-width: 768px) {
  .section-four .button {
    margin-top: 90px;
  }
}

.section-four .corner-box-three, .section-four .corner-box-four, .section-four .corner-box-five {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}

@media (min-width: 768px) {
  .section-four .corner-box-three, .section-four .corner-box-four, .section-four .corner-box-five {
    display: block;
  }
}

.section-four .corner-box-four {
  right: 0;
  left: unset;
  top: 340px;
}

.section-four .corner-box-five {
  left: unset;
  right: 62%;
  top: 650px;
}

.section-five {
  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: 0 auto;
  text-align: center;
  padding: 55px 5% 80px 5%;
  position: relative;
}

@media (min-width: 768px) {
  .section-five {
    padding-top: 100px;
  }
}

.section-five .section-body {
  max-width: 569px;
}

.section-five .small-header {
  font-size: 12px;
  line-height: 18px;
  font-weight: 900;
  font-family: "samsungsharpsans-medium";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 14px;
  letter-spacing: 0.05em;
}

@media (min-width: 320px) {
  .section-five .small-header {
    letter-spacing: 0.1em;
  }
}

@media (min-width: 768px) {
  .section-five .small-header {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.section-five .small-header > img {
  padding-right: 20px;
}

.section-five h1 {
  color: #FAA954;
  font-family: "samsungsharpsans-medium";
  line-height: 60px;
  font-size: 42px;
  font-weight: 900;
  text-align: left;
}

@media (min-width: 768px) {
  .section-five h1 {
    font-size: 60px;
    line-height: 80px;
    text-align: center;
  }
}

.section-five .quote-icon {
  width: 100%;
  display: block;
  text-align: left;
}

.section-five .testimonial-one {
  padding: 0 10px;
}

.section-five .testimonials {
  line-height: 30px;
  font-size: 14px;
}

@media (min-width: 768px) {
  .section-five .testimonials {
    font-size: 16px;
    line-height: 35px;
  }
}

.section-five .customer-name, .section-five .customer-position {
  font-family: "samsungsharpsans-medium";
}

.section-five .customer-name {
  margin-top: 30px;
}

.section-five .customer-position {
  color: rgba(0, 0, 0, 0.32);
}

.section-five .corner-box-one {
  position: absolute;
  top: 0;
  right: 0;
  margin-left: auto;
  display: none;
}

@media (min-width: 768px) {
  .section-five .corner-box-one {
    display: block;
  }
}

.section-five .corner-box-two {
  position: absolute;
  top: 30%;
  left: 0;
  display: none;
}

@media (min-width: 768px) {
  .section-five .corner-box-two {
    display: block;
  }
}

.footer {
  background-color: #854632;
  padding: 40px 5% 20px 5%;
  color: #fff;
  font-size: 13px;
}

.footer .second-group div:nth-of-type(2) {
  margin: 20px 0;
}

@media (min-width: 768px) {
  .footer .second-group div:nth-of-type(2) {
    margin: 0;
  }
}

.footer .first-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 768px) {
  .footer .first-group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 60px;
  }
}

@media (min-width: 768px) {
  .footer .contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

@media (min-width: 768px) {
  .footer .contact > div {
    margin-right: 20px !important;
  }
}

.footer .second-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 768px) {
  .footer .second-group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.footer a {
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
}

.footer .home {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  font-size: 18px;
  font-family: "samsungsharpsans-medium";
}

@media (min-width: 768px) {
  .footer .home {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 36px;
    font-weight: 900;
    margin-bottom: 20px;
  }
}

.footer .logo {
  width: 25px;
  margin-right: 14px;
}

@media (min-width: 768px) {
  .footer .logo {
    width: 40px;
  }
}

.footer .nav-list {
  font-size: 13px;
  line-height: 25px;
  font-family: "samsungsharpsans-medium";
  margin: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media (min-width: 768px) {
  .footer .nav-list {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.footer .nav-list a {
  margin-right: 25px;
}

.footer .contact-icon {
  margin-right: 10px;
}

.footer .address {
  font-size: 14px;
  line-height: 18px;
  margin: 0 0 20px 0 !important;
}

.footer .store {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer .cart {
  margin-left: 7px;
}

.footer2 {
  background-color: #753C2A;
  color: #fff;
  font-size: 13px;
  text-align: center;
  line-height: 16px;
  padding: 15px 5%;
}

@media (min-width: 768px) {
  .footer2 {
    padding: 23px 0;
  }
}

.footer2 .reserved {
  display: inline-block;
  width: 100%;
}

@media (min-width: 768px) {
  .footer2 .reserved {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding-left: 10px;
  }
}
/*# sourceMappingURL=aboutus.css.map */