@import url("https://fonts.googleapis.com/css2?family=DM+Serif+Text:ital@0;1&display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Serif+Text:ital@0;1&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  color: #4d453f;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

img {
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "DM Serif Text", serif;
}

.section-title {
  font-size: 56px;
  line-height: 130%;
  text-align: center;
}

.section-sub-title {
  color: #4d453f;
  font-size: 20px;
  line-height: 170%;
}

.heading-s3 {
  font-weight: 400;
  font-size: 26px;
  line-height: 150%;
  font-family: "Open Sans", sans-serif;
}

.bg-light-gray {
  background-color: #f3f1ed;
}

.py-100,
.py_100 {
  padding: 100px 0;
}

.py-50 {
  padding: 50px 0;
}

.my-50 {
  margin: 50px 0;
}

.my-60 {
  margin: 60px 0;
}

.gap-32 {
  gap: 32px;
}

.common-btn {
  padding: 18px 60px;
  border: 1px solid #bf9c85;
  background: #bf9c85;
  font-size: 20px;
  line-height: 100%;
  font-weight: 700;
  color: #fff;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  letter-spacing: 3%;
}
.common-btn:hover {
  background: transparent;
  color: #bf9c85;
}

.common-card {
  padding: 32px;
}
.common-card .common-img {
  max-width: 45px;
}
.common-card .card-heading {
  font-size: 24px;
  line-height: 150%;
  color: #4d453f;
  font-family: "Open Sans", sans-serif;
}

.container {
  max-width: 1240px;
  padding: 0 20px;
}
.container.max-w-940 {
  max-width: 940px;
}

.max-w-700 {
  max-width: 700px;
}

.header-wrap {
  position: sticky;
  top: 0;
  z-index: 1030;
}
.header-wrap .navbar {
  padding: 20px 120px;
  background-color: #4d453f;
}
.header-wrap .navbar .navbar-brand {
  padding: 4px;
  font-size: 20px;
  color: rgba(243, 241, 237, 0.6);
}
.header-wrap .navbar .navbar-brand:hover {
  color: rgb(243, 241, 237);
}
.header-wrap .navbar-nav {
  gap: 20px;
}
.header-wrap .navbar-nav .nav-link {
  padding: 4px;
  font-size: 20px;
  color: rgba(243, 241, 237, 0.6);
}
.header-wrap .navbar-nav .nav-link:hover {
  color: rgb(243, 241, 237);
}

.container-md {
  max-width: 940px;
  margin: auto;
  padding: 0 20px;
}

.banner-section {
  padding-top: 190px;
}

.logo-div {
  padding: 24px 74px;
  margin-bottom: 60px;
}

.list-section {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  max-width: 700px;
  gap: 32px;
}
.list-section li p {
  font-size: 20px;
  line-height: 170%;
}

.result-box {
  max-width: 900px;
  padding: 60px;
  margin: 60px auto 0;
}
.result-box hr {
  color: #bf9c85;
  margin: 30px 0;
}
.result-box h2 {
  line-height: 125%;
  font-size: 40px;
}
.result-box p {
  font-size: 20px;
  line-height: 170%;
}

.gap-14 {
  gap: 14px;
}

.banner {
  background: #f3f1ed;
}
.banner .banner-information {
  gap: 77px;
}
.banner .banner-information .banner-image {
  flex-shrink: 0;
  width: 423px;
  height: 378px;
}
.banner .banner-information .section-sub-title {
  margin-bottom: 0;
}

.website-running .dealing-with {
  font-size: 32px;
  line-height: 125%;
}
.website-running .dealing-information .deal-cross {
  max-width: 32px;
  height: 32px;
}

.business-fundamentals {
  background: #f3f1ed;
}
.business-fundamentals .section-title {
  max-width: 900px;
}
.business-fundamentals .fundamental-setting {
  position: absolute;
  top: -76px;
  right: 20px;
}
.business-fundamentals .row {
  --bs-gutter-x: 32px;
  row-gap: 32px;
}
.business-fundamentals .common-card {
  border: none;
  border-bottom: 4px solid #bf9c85;
  padding: 32px 32px 84px;
}

.business-convinced {
  background: #af8d77;
}
.business-convinced .convinced-info {
  gap: 20px;
}
.business-convinced .convinced-info .convinced-arrow {
  max-width: 60px;
  height: 36px;
}
.business-convinced .convinced-info .business-profits {
  font-size: 64px;
  line-height: 120%;
  font-family: "DM Serif Text", serif;
}
.business-convinced .compelling-copy {
  font-size: 40px;
  line-height: 140%;
  font-style: italic;
  font-family: "DM Serif Text", serif;
}

.strategies-results {
  background: #f3f1ed;
}
.strategies-results .startegies-top-image {
  border-radius: 50%;
  box-shadow: 0px 5px 15px 15px rgba(0, 0, 0, 0.02);
}
.strategies-results .strategies-expert {
  max-width: 900px;
}
.strategies-results .row {
  --bs-gutter-x: 32px;
  row-gap: 32px;
}
.strategies-results .row .common-card {
  min-height: 404px;
  position: relative;
  z-index: 4;
}
.strategies-results .startegies-set {
  position: absolute;
  bottom: -52px;
  right: -54px;
  z-index: 1;
  max-width: 512px;
}

.how-to-start .common-card {
  background: #f3f1ed;
  gap: 43px;
  align-items: center;
}
.how-to-start .common-card .step-number {
  color: rgba(191, 156, 133, 0.4);
  font-family: "DM Serif Text", serif;
  font-size: 120px;
  height: 79px;
  line-height: 60%;
  min-width: 123px;
}

.working-with-me {
  background: #bf9c85;
}
.working-with-me .section-title {
  max-width: 900px;
}
.working-with-me .row {
  --bs-gutter-x: 32px;
  row-gap: 32px;
}
.working-with-me .common-card {
  border: none;
  border-bottom: 4px solid #f3f1ed;
  padding: 32px 30px 50px;
}
.working-with-me .common-card .clients-name {
  word-break: break-word;
}
.working-with-me .common-card .client-review {
  color: #4d453f;
  line-height: 150%;
  word-break: break-word;
}

.about-us .container {
  position: relative;
}
.about-us .about-info {
  background: #f3f1ed;
  width: 85%;
}
.about-us .about-info .about-content {
  padding: 60px 82px 60px 60px;
}
.about-us .about-info .about-content .w-80 {
  width: 80%;
}
.about-us .about-info .about-content .common-btn {
  margin-top: 30px;
}
.about-us .about-info .about-image {
  position: absolute;
  width: 358px;
  right: 20px;
  top: 0;
}

.frequently-ask-question {
  background: #f3f1ed;
}
.frequently-ask-question .container {
  max-width: 740px;
}
.frequently-ask-question .faq-title {
  font-size: 40px;
  line-height: 110%;
  font-family: "DM Serif Text", serif;
}
.frequently-ask-question .accordion .accordion-item {
  border: 0;
  border-radius: 0;
}
.frequently-ask-question .accordion .accordion-item .accordion-button {
  border-radius: 0;
  font-family: "Open Sans", sans-serif;
}
.frequently-ask-question .accordion .accordion-item .accordion-button.collapsed .accordion-plus {
  display: block;
}
.frequently-ask-question .accordion .accordion-item .accordion-button.collapsed .accordion-minus {
  display: none;
}
.frequently-ask-question .accordion .accordion-item .accordion-button:not(.collapsed) {
  background: #fff;
  box-shadow: none;
  color: #4d453f;
}
.frequently-ask-question .accordion .accordion-item .accordion-button:focus {
  box-shadow: none;
}
.frequently-ask-question .accordion .accordion-item .accordion-button::after {
  display: none;
}
.frequently-ask-question .accordion .accordion-item .accordion-button .accordion-plus {
  display: none;
}
.frequently-ask-question .accordion .accordion-item .accordion-button .accordion-minus {
  display: block;
}
.frequently-ask-question .accordion .accordion-item .accordion-collapse {
  border-radius: 0;
}
.frequently-ask-question .accordion .accordion-item .accordion-body {
  font-size: 16px;
  line-height: 150%;
  color: #4d453f;
}

.footer-section p {
  font-size: 20px;
  line-height: 150%;
}

@media (max-width: 1199.98px) {
  .banner .banner-information {
    gap: 50px;
  }
}
@media (max-width: 1024px) {
  .about-us .about-info .about-content {
    padding: 40px;
  }
}
@media (max-width: 991.98px) {
  .header-wrap .navbar {
    padding: 10px 8px;
  }
  .header-wrap .navbar-toggler {
    border: 0;
    padding: 0;
    box-shadow: none;
  }
  .header-wrap .navbar-toggler i {
    color: #fff;
  }
  .header-wrap .navbar-nav {
    margin-top: 16px;
    gap: 10px;
  }
  .banner .banner-information {
    gap: 48px;
    align-items: center;
  }
  .banner .banner-information .section-sub-title {
    margin-bottom: 40px;
  }
  .business-fundamentals .fundamental-setting {
    right: -65px;
  }
  .strategies-results .startegies-set {
    right: -80px;
    bottom: -70px;
  }
  .about-us .about-info {
    width: 100%;
    padding: 60px 20px;
  }
  .about-us .about-info .about-content {
    padding: 0;
  }
  .about-us .about-info .about-content .w-80 {
    width: 100%;
  }
  .about-us .about-info .about-content .about-mobile {
    margin-bottom: 45px;
  }
  .about-us .about-info .about-image {
    position: unset;
  }
}
@media (max-width: 767.98px) {
  .py-50 {
    padding: 40px 0;
  }
  .py_100 {
    padding: 70px 0px;
  }
  .logo-div {
    margin-bottom: 40px;
  }
  .section-title {
    font-size: 50px;
  }
  .business-fundamentals .fundamental-setting {
    max-width: 450px;
    right: -75px;
  }
  .business-fundamentals .row {
    --bs-gutter-x: 0;
  }
  .strategies-results .startegies-set {
    max-width: 430px;
    right: -90px;
    bottom: -90px;
  }
  .how-to-start .common-card {
    align-items: flex-start;
    gap: 32px;
  }
  .how-to-start .common-card .step-number {
    min-width: 100%;
  }
  .working-with-me .row {
    --bs-gutter-x: 0;
  }
}
@media (max-width: 575.98px) {
  .heading-s3 {
    font-size: 23px;
  }
  .result-box h2 {
    font-size: 34px;
  }
  .list-section li p,
  .result-box p {
    font-size: 18px;
  }
  .result-box {
    padding: 40px;
  }
  .py-100 {
    padding: 80px 0;
  }
  .banner .banner-information .banner-image {
    width: 100%;
    height: 100%;
  }
  .section-title {
    font-size: 45px;
  }
  .section-sub-title {
    font-size: 18px;
  }
  .common-btn {
    width: 100%;
  }
  .business-fundamentals .fundamental-setting {
    top: -30px;
    right: -99px;
    max-width: 342px;
  }
  .business-convinced .compelling-copy {
    font-size: 36px;
  }
  .strategies-results .row .common-card {
    min-height: 394px;
  }
  .strategies-results .startegies-set {
    max-width: 365px;
    right: -95px;
    bottom: -100px;
  }
  .working-with-me .common-card .clients-name.section-sub-title {
    line-height: 120%;
  }
  .working-with-me .common-card .client-review {
    font-size: 14px;
  }
  .about-us .about-info .about-content .about-mobile {
    width: 100%;
  }
  .about-us .about-info .about-content .common-btn {
    padding: 16px 20px;
  }
  .frequently-ask-question.py-100 {
    padding: 80px 0 50px;
  }
  .frequently-ask-question .accordion .accordion-item .accordion-body {
    font-size: 14px;
  }
}
@media (max-width: 450px) {
  .py-50 {
    padding: 30px 0px;
  }
  .py_100 {
    padding: 50px 0px;
  }
  .heading-s3 {
    font-size: 22px;
  }
  .result-box h2 {
    font-size: 30px;
  }
  .logo-div {
    padding: 16px 50px;
    margin-bottom: 30px;
  }
  .logo-div img {
    max-width: 120px;
  }
  .list-section li p,
  .result-box p,
  .footer-section p {
    font-size: 16px;
  }
  .list-section {
    gap: 24px;
  }
  .result-box {
    padding: 30px;
    margin: 30px auto 0;
  }
  .result-box hr {
    margin: 20px 0;
  }
  .how-to-start .common-btn {
    padding: 12px 40px;
  }
}
@media (max-width: 425px) {
  .section-title {
    font-size: 40px;
  }
  .section-sub-title {
    font-size: 16px;
  }
  .business-convinced .compelling-copy {
    font-size: 32px;
  }
  .strategies-results .startegies-set {
    right: -109px;
    bottom: -123px;
  }
}
@media (max-width: 375px) {
  .heading-s3 {
    font-size: 20px;
  }
  .result-box h2 {
    font-size: 26px;
  }
}/*# sourceMappingURL=style.css.map */