* {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    box-sizing: border-box;
}

:root {
    --primary: #2f2e0c;
    --white: white;
    --black: black;
}

@font-face {
    font-family: Ambit;
    src: url(../fonts/Ambit-Regular.woff2) format("woff2"),
    url(../fonts/Ambit-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap
  }
  
  @font-face {
    font-family: Ambit;
    src: url(../fonts/Ambit-Bold.woff2) format("woff2"),
    url(../fonts/Ambit-Bold.woff) format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap
  }

@font-face {
    font-family: Gravity;
    font-style: normal;
    src: url(../fonts/Gravity-Condensed.woff2) format("woff2"),
    url(../fonts/PrintifyGravity-Condensed.woff) format("woff"),
    url(../fonts/PrintifyGravity-Condensed.html) format("truetype")
  }
  
  @font-face {
    font-family: Gravity;
    font-weight: 900;
    font-style: normal;
    src: url(../fonts/Gravity-Condensed.woff2) format("woff2"),
    url(assets/Gravity-Condensed.woff) format("woff"),
    url(assets/Gravity-Condensed.html) format("truetype")
}



.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 300,
  'GRAD' 0,
  'opsz' 24
}


body {
    color: var(--primary) !important;
    margin: 0;
    font-family: Ambit, sans-serif !important;
}

.bg-1 {
    background: #f5f5f0;
}

p {
    color: var(--primary) !important;
}

body h2 {
    font-weight: 900;
    font-family: Gravity, sans-serif;
    letter-spacing: .02em;
    color: var(--primary);
    font-size: 2.5rem;
    line-height: 2.5rem;
}

ul {
    margin: 0;
    padding: 0;
}

ul li {
    list-style: none;
}

a {
    text-decoration: none;
}

.c__btn {
    background-color: #aeff6e;
    display: inline-block;
    position: relative;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #2f2e0c;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5rem;
    cursor: pointer;
    overflow: hidden;
    transition: background-color .15s ease, border-color .15s ease, color .15s ease;
    text-align: center;
    vertical-align: top;
    font-family: inherit;
    white-space: nowrap;
    outline: none;
    -webkit-user-select: none;
    user-select: none;
    text-decoration: none;
}

.c__btn:hover {
    background-color: #c6fb9d;
}

.c__btn__sm {
    height: 40px;
    line-height: 40px;
    padding: 0 1.25rem;
}

.c__btn__lg {
    background-color: #aeff6e;
    font-size: 1.125rem;
    height: 58px;
    line-height: 58px;
    padding: 0 2rem;
}

.c__btn2 {
    background-color: #fff;
    border: 1px solid #e0e0d7; 
}

.c__btn2:hover {
    background-color: #f5f5f0;
    border-color: #a8a794;
}

.c__btn3 {
    color: #fbfbf3;
    background-color: #2f2e0c;
    border: 1px solid transparent;
}

.c__btn3:hover {
    background-color: #434228;
}

.header {
    padding: 16px 0;
    border-bottom: 1px solid #e0e0d7;
}

.header__logo img {
    width: 120px;
}

.header__menu ul {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    gap: 1rem;
}

.header__menu ul li {
    list-style: none;
}

.header__menu ul li a {
    color: var(--primary);
    text-decoration: none;
    padding: .5rem .75rem;
}

.header__menu ul li a:hover {
    background: #efefeb;
    border-radius: 6px;
}

.header__hamburger-icon {
    cursor: pointer;
    display: none;
}

.header__btn {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.hero {
    padding: 48px 0 0 0;
}

.hero__content h1 {
    font-size: 74px;
    line-height: 84px;
    color: var(--primary);
    /* max-width: 800px; */
    margin-inline: auto;
    font-family: Gravity, sans-serif;
    font-weight: 900;
    letter-spacing: .02em;
    /* text-wrap: balance; */
    text-transform: uppercase;
    max-width: 860px;
}

.hero__list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 20px;
    color: var(--primary);
    margin-bottom: 30px;
}

.hero__list li {
    font-size: 1rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem;
}

.video__section {
    padding: 0 0 40px 0;
}

.video__col {
    text-align: center;
    margin: 0px 0 30px 0;
}

.video__col video {
    width: 100%;
}

.reviews__text {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.reviews__star {
    display: flex;
    gap: 0;
}

.reviews__star i {
    font-size: 18px;
}

.reviews__text p {
    margin: 0;
}

.reviews__logos {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1rem;
}

.reviews__logos img {
    height: 30px;
}

.investment {
    padding: 60px 0;
}

.investment__col-1 {
    padding: 30px 0;
}

.investment__list {
    padding: 0;
    margin: 20px 0 0 0;
    max-width: 560px;
}

.investment__list li {
    border-bottom: 1px solid #e0e0d7;
    display: flex;
    flex-direction: row;
    gap: 2rem;
    padding: 1rem 0;
}

.investment__list h3 {
    font-weight: 900;
    font-size: 1.5rem;
    line-height: 1.75rem;
}

.investment__list p {
    font-size: 1rem;
    line-height: 1.5rem;
    margin: 0;
}

.investment__count {
    font-weight: 900;
    font-size: 1.5rem;
    line-height: 1.75rem;
}

.investment__link {
    font-weight: 900;
    color: var(--primary);
}

.investment__col-2 img {
    mix-blend-mode: darken;
}

.bestseller__item {
    border: 1px solid #e0e0d7;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    min-width: 160px;
    width: 160px;
    cursor: pointer;
}

.bestseller__item-img {
    padding: 20px;
}

.bestseller__item-img img {
    width: auto;
    height: 80px;
}

.bestseller__item-title h3 {
    font-size: 1.125rem;
    line-height: 26px;
    width: max-content;
    font-weight: 900;
}

.inspiration h2 {
    font-size: 1.875rem;
    line-height: 2.125rem;
    font-family: Ambit, sans-serif;
    letter-spacing: normal;
    font-weight: 700;

}

 .inspiration__img-1 img {
    height: 590px;
    width: 100%;
    object-fit: cover;
 }

 .reviews__col-2 {
    padding: 20px;
 }

 p.reviews__quote {
    font-weight: 900;
    font-size: 1.5rem;
    line-height: 2rem;
    margin-bottom: 1.5rem;
 }

 p.author {
    font-size: 1.125rem;
    line-height: 26px;
    margin-bottom: 0;
 }

 .reviews__link {
    font-weight: 900;
    color: var(--primary);
 }

 .cta__section-1 {
    background: #2f2e0c;
    padding: 30px 0 0 0;
 }

 .cta__section-1 .row {

    color: white;
    margin: 0;
 }

 .cta__section-1 h2,
 .cta__section-1 p,
 .cta__section-1 a {
    color: var(--white) !important;
 }

 .cta1__col1 {
    padding: 20px 40px;
 }

 .logos__section h2 {
    font-size: 1.25rem;
    line-height: 1.5rem;
    font-family: Ambit, sans-serif;
    letter-spacing: normal;
    font-weight: 700;
 }

 .logos__list {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 3rem;
 }

 .logos__list img {
    height: 48px;
 }

 .customer__section {
    background: #8de4ff;
    padding: 7.5rem 2rem;
 }

 .customer__section .section-title {
    max-width: 540px;
    padding-bottom: 50px;
    margin-inline: auto;
    text-align: center;
 }

 .facts-box {
    display: flex;
    flex-direction: column;
    gap: .125rem;
    padding: 1rem 0;
    border-top: 2px solid #2f2e0c;
 }

 .facts-box h3 {
    font-size: 3.625rem;
    font-weight: 900;
    font-family: Gravity, sans-serif;
    letter-spacing: .02em;
    line-height: 4.125rem;
    color: #2f2e0c;
    margin: 0;
 }

 .facts-box p {
    font-size: 1.125rem;
 }

 .blog__col {
    text-decoration: none;
    color: var(--primary);
    margin-top: 50px;
    display: inline-block;
 }

 .blog__img {
    margin-bottom: 30px;
 }

 .blog__img img {
    aspect-ratio: 16 / 9;
 }

 .blog__content {
    display: flex;
    flex-direction: column;
    gap: 1rem;
 }

 .blog__content .blog__cat {
    font-size: 1rem;
    line-height: 1.5rem;
    margin: 0;
}

 .blog__content .blog__title {
    font-size: 1.4rem;
    line-height: 1.75rem;
    font-family: Ambit, sans-serif;
    letter-spacing: normal;
    font-weight: 700;    
    margin: 0;
 }

 .blog__content .blog__link {
    font-weight: 900;
    margin: 0;
    text-decoration: underline;
 }

 .cta__section-2 {
    background: #aeff6e;
    padding: 40px 0;
 }

 .cta2__col1 h2 {
    font-family: Gravity, sans-serif;
    line-height: 4.125rem;
    letter-spacing: .02em;
    font-size: 3.625rem;
    margin-bottom: 2rem;
 }

 .footer {
    padding: 20px 0 0 0;
    border-top: solid 1px #2f2e0c;
 }

 .copyright {
    background: #f5f5f0;
    padding: 15px 0;
    border-top: solid 1px #ddd;
 }

 .cr__link {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    column-gap: 1rem;
    margin: 0;
    padding: 0;
 }

 .cr__link li {
    position: relative;
 }

 .cr__link li + li::before {
    content: '';
    position: absolute;
    left: -9px;
    top: 5px;
    width: 1px;
    height: 14px;
    background: var(--primary);
 }

 .cr__link a {
    color: var(--primary);
 }

 .cr__link a:hover {
    color: #572f99;
 }

 .copyright p {
    margin: 0;
 }

 .header__inner {
    background: #f5f5f0;
 }

 @media (min-width: 1024px) {
    .hero__img,
    .hero__img img {
       height: calc(100vh - 100px);
       min-height: 500px;
    }
   
    .hero__img img {
       object-fit: cover;
    }
 }

 .header__inner .col-md-6 {
    padding: 0;
    /* position: relative; */
 }

 .header__wrap {
     position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
 }

.header__content {
    max-width: 460px;
}

.breadcrumbs {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.breadcrumbs p {
    margin: 0;
}

.breadcrumbs a {
    color: var(--primary);
    font-weight: 900;
}

.breadcrumbs span {
    color: #64634a;
}

.header__content2 {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.header__content2 h1 {
    font-size: 3rem;
    letter-spacing: 1.16px;
    line-height: 1.13;
    font-weight: 900;
    font-family: Gravity, sans-serif;
    max-width: 440px;
    margin: 0;
}

.header__content2 p {
    margin: 0;
}

.header__content2 a {
    margin: 0;
}

.services__section {
    padding: 80px 0;
}

.services__col-1 {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    padding: 10px;
}

.services__section h2,
.services__section p {
    margin: 0;
}

.contact__header {
    background: #f5f5f0;
    padding: 60px 0;
    text-align: center;
}

.contact__header h1 {
    font-size: 3rem;
    line-height: 1.13;
    text-transform: uppercase;
    font-weight: 900;
    font-family: "Gravity",sans-serif;
}

.contact__form {
    background: #f5f5f0;
}

.contact-form-img {
    text-align: right;
}

.contact-form {
    padding: 25px;
}

#contactForm .form-control {
    background: white;
    border: 1px solid #e0e0d7;
    padding: 10px 12px;
    resize: none;
}

#contactForm .form-control:focus {
    box-shadow: none;
}

#contactForm .form-control.has-error {
    border-color: red !important;
}

#contactForm label.error {
    display: none !important;
}

video {
    width: 100%;
    height: 100%;
    display: block;
}

.h-services {
    padding: 60px 0;
}

.h-services__col {
    border-radius: 12px;
    overflow: hidden;
    background: white;
    margin-bottom: 1.5rem;
    box-shadow: 0 6px 10px 0 hsla(57,10%,62%,.1),0 3px 20px 0 hsla(57,10%,62%,.15);
}

.h-services__col-img img {
    width: 100%;
}

.h-services__col-box {
    padding: 1.5rem;
    background: #f5f5f0;
}

.h-services__col-title {
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 900;
    font-family: Gravity, sans-serif;
}

.h-services__col-text {
    min-height: 72px;
    margin: 0;
}

.h-services__col-link {
    font-weight: 900;
    color: var(--primary);
    display: none;
}

@media (max-width: 767px) {

    .container, .container-sm {
        max-width: 96%;
    }

    .header__hamburger-icon {
        display: block;
    }

    .header__menu {
        display: none;
    }

    .hero__content h1,
    .header__content2 h1,
    .contact__header h1 {
        font-size: 36px;
        line-height: 1.1;
    }

    body h2 {
        font-size: 30px;
        line-height: 1.1;
    }

    p.reviews__quote {
        font-size: 20px;
        line-height: 1.1;
    }

    .cta1__col1 {
        padding: 20px 20px;
        text-align: center;
    }

    .cta2__col1 h2 {
        font-size: 30px;
        line-height: 1.1;
    }

    .services__col-1 {
        padding-inline: 0;
        padding-block: 20px;
    }

    .contact__header {
        padding: 50px 0;
    }

    .header__menu.isActive {
        position: absolute;
        display: block;
        width: 100%;
        background: white;
        top: 65px;
        padding: 12px 12px;
        left: 0;
    }

    .header__menu.isActive ul {
        flex-direction: column;
        align-items: start;
    }

    .header__wrap {
        position: unset;
        transform: unset;
        padding-block: 30px;
    }

    .customer__section {
        padding: 2rem 2rem;
    }

    .customer__section .section-title {
        padding-bottom: 0;
    }

    .customer__col-2 {
        display: none;
    }

    .contact-form-img {
        padding: 0 25px 25px;
    }

    .cr__link {
        justify-content: center;
    }


}