* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

@font-face {
    font-family: 'NewYorkLargeRegular';
    src: url('../fonts/NewYorkLargeRegular.otf');
}

@font-face {
    font-family: 'NewYorkLargeMediumItalic';
    src: url('../fonts/NewYorkLargeMediumItalic.otf');
}

@font-face {
    font-family: 'NewYorkLargeRegularItalic';
    src: url('../fonts/NewYorkExtraLargeRegularItalic.ttf');
}

a {
    text-decoration: none;
}

body {
    font-family: 'Montserrat', sans-serif;
    color: #534741;
}

.container {
    max-width: 1316px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}

/* Header */
.header-container {
    max-width: 1690px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    padding: 20px 0;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

nav.nav--past-hero .header-right a:not(.bg-btn),
nav.inner-page .header-right a:not(.bg-btn) {
    color: #544842;
}

.header-right a {
    text-decoration: none;
    font-size: 18px;
    color: #fff;
    display: flex;
    line-height: 1;
}

.header-right a.bg-btn {
    align-items: center;
    text-decoration: none;
    font-size: 22px;
    letter-spacing: -0.22px;
    gap: 10px;
    color: #fff;
    background: #dfaf49;
    border-radius: 60px;
    padding: 18px 33px 18px 27px;
    display: flex;
    white-space: nowrap;
    margin-top: 14px;
    transition: all 0.3s ease;
}

.header-right a.bg-btn:hover {
    background-color: #534741;
}

.header-right a.bg-btn svg {
    width: 22px;
}

/* Hero Banner */
.hero-banner--wrapper {
    position: relative;
    background-image: url('../images/hero-banner.jpg');
    background-size: cover;
    background-position: center;
    padding: 266px 0 205px;
    position: relative;
}

.hero-banner--wrapper .container {
    position: relative;
    z-index: 99;
}

.hero-banner-content h1 {
    font-family: 'NewYorkLargeRegularItalic';
    font-size: 64px;
    letter-spacing: 1.4px;
    line-height: 1.14;
    font-weight: 400;
    font-kerning: normal;
    font-feature-settings: "kern";
    max-width: 725px;
}

.hero-banner-content a {
    display: flex;
    align-items: center;
    width: fit-content;
    text-decoration: none;
    font-size: 24px;
    letter-spacing: -0.24px;
    line-height: 1;
    gap: 10px;
    color: #544842;
    border: 1px solid #534741;
    border-radius: 60px;
    padding: 19px 26px 19px 20px;
    margin-top: 50px;
    transition: all 0.3s ease;
}

.hero-banner-content a:hover {
    background-color: #534741;
    color: #fff;
}

.hero-banner-content svg {
    display: block;
    width: 24px;
    height: auto;
}

.hero-banner--wrapper::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.075) 60%, rgba(0, 0, 0, 0.2) 100%);
    width: 100%;
    height: 100%;
}

/* Infinite Slider */
.infinite-slider {
    width: 100%;
    overflow: hidden;
    background: #dfaf49;
    padding: 31px 0;
    position: absolute;
    bottom: 48px;
    left: 0;
}

.slider-track {
    display: flex;
    white-space: nowrap;
    gap: 144px;
}

.slide {
    flex: 0 0 auto;
    color: white;
    font-size: 23px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.slide svg {
    width: 25px;
    height: auto;
}

/* About */
.about--wrapper {
    background: #fcfaf5;
    padding-top: 132px;
    padding-bottom: 150px;
}

.about-info-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 40px;
}

.sec-heading {
    font-family: 'NewYorkLargeRegular';
    font-size: 64px;
    letter-spacing: 1.4px;
    line-height: 1.14;
    font-weight: 400;
}

.about-info-wrapper h2 i {
    font-style: normal;
    font-family: 'NewYorkLargeRegularItalic';
}

.about-info-wrapper p {
    font-size: 20px;
    color: #544842;
    line-height: 1.5;
}

.about-desc p:not(last-child) {
    margin-bottom: 14px;
}

.about-desc {
    max-width: 630px;
    padding-right: 40px;
    padding-top: 10px;
}

.about-info-box--wrapper {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding-top: 98px;
}

.about-info-box {
    display: flex;
    gap: 35px;
    align-items: center;
}

.about-info-box h3 {
    font-family: 'NewYorkLargeRegular';
    font-weight: 400;
    font-size: 30px;
    line-height: normal;
    letter-spacing: 0.75px;
}

.treatment--wrapper .about-desc {
    padding-right: 0;
    max-width: 641px;
}

.about-desc a {
    color: inherit;
    text-underline-offset: 4px;
}

.about-info-wrapper p b {
    font-weight: 600;
}

/* Treatment */
.treatment--wrapper {
    padding-top: 105px;
    padding-bottom: 121px;
}

.treatment-box--wrapper {
    display: flex;
    justify-content: space-between;
    padding-top: 85px;
}

.treatment-box {
    display: flex;
    align-items: center;
    gap: 35px;
}

.treatment-box h3 {
    font-family: 'NewYorkLargeRegular';
    font-weight: 400;
    font-size: 30px;
    line-height: normal;
    letter-spacing: 0.75px;
}

.treatment-btn {
    display: flex;
    align-items: center;
    width: fit-content;
    text-decoration: none;
    font-size: 22px;
    letter-spacing: -0.24px;
    line-height: 1;
    gap: 10px;
    color: #fff;
    background: #dfaf49;
    border-radius: 60px;
    padding: 19px 34px 19px 28px;
    margin-top: 75px;
    transition: all 0.3s ease;
    margin-left: auto;
    margin-right: auto;
}

.treatment-btn:hover {
    background-color: #534741;
}

.treatment-btn svg {
    display: block;
    width: 24px;
    height: auto;
}

p.bottom-desc {
    text-align: center;
    font-size: 18px;
    line-height: 1;
    font-style: italic;
    margin-top: 39px;
}

/* How It Works */
.how-works--wrapper {
    background-image: url('../images/how-it-work-bg-img.png');
    background-size: cover;
    background-position: center;
    padding: 129px 0 216px;
}

.how-works--wrapper img {
    margin: 0 auto 24px;
}

.how-works--wrapper h2 {
    text-align: center;
}

.work-box--wrapper {
    max-width: 1530px;
    margin: 70px auto 0;
    display: flex;
    gap: 20px;
    justify-content: space-between;
    padding: 0 20px;
}

.work-box {
    position: relative;
    padding-left: 97px;
}

.work-box span {
    position: absolute;
    top: 0;
    left: 0;
    font-family: 'NewYorkLargeMediumItalic';
    font-size: 125px;
    letter-spacing: 3px;
    color: #dfaf49;
    display: block;
    line-height: 0.7;
}


.work-box h3 {
    font-family: 'NewYorkLargeRegular';
    font-weight: 400;
    font-size: 30px;
    line-height: normal;
    letter-spacing: 0.75px;
    margin-bottom: 17px;
}

.work-box p {
    font-size: 20px;
    line-height: 1.5;
    max-width: 345px;
}

/* Pricing Plans */
.pricing--wrapper {
    padding-top: 101px;
}

.pricing-container {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 20px;
}

.pricing-box--wrapper {
    display: flex;
    gap: 26px;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 82px;
}

.card {
    background: white;
    border: 1px solid #ffcf69;
    border-radius: 10px;
    padding: 40px 35px;
    width: calc(33.33% - 17.33px);
    display: flex;
    flex-direction: column;
    position: relative;
    margin-top: 51px;
}

.card-popular {
    border: 3px solid #ffcf69;
    padding-top: 91px;
    margin-top: 0;
}

.pricing-box--wrapper .card:first-child {
    padding-top: 93px;
}

.badge-top {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    padding: 12px;
    font-weight: 600;
    border-radius: 6px 6px 0 0;
    background: #ffcf69;
    font-size: 22px;
}

.promo-tag {
    background: #fff1d1;
    font-size: 14px;
    font-weight: 500;
    padding: 5px 10px;
    border-radius: 4px;
    align-self: flex-start;
    margin-bottom: 25px;
}

.card-header h3 {
    font-size: 26px;
    border-bottom: 1px solid #534741;
    padding-bottom: 28px;
    font-weight: 500;
    color: #211701;
}

.price-section {
    margin-bottom: 30px;
}

.currency {
    font-size: 56px;
    font-weight: 500;
    margin-top: 35px;
    font-family: 'NewYorkLargeRegular';
    color: #211701;
}

.subtitle {
    font-size: 20px;
    margin-top: 15px;
    color: #211701;
}

.features {
    list-style: none;
    padding-top: 33px;
    margin-bottom: 40px;
    flex-grow: 1;
}

.features li {
    font-size: 18px;
    margin-bottom: 20px;
    position: relative;
    padding-left: 37px;
    line-height: 1.6;
    color: #211701;
    font-weight: 500;
}

.features li img {
    position: absolute;
    top: 4px;
    left: 0;
    width: 20px;
}

/* Buttons */
.btn {
    padding: 13px;
    border-radius: 8px;
    cursor: pointer;
    font-weight: 600;
    font-size: 18px;
    transition: 0.3s;
    text-align: center;
}

.btn-outline {
    background: transparent;
    border: 1px solid #1a1a1a;
    color: #563b01;
}

.btn-filled {
    border: none;
    color: #1a1a1a;
    background: #dfaf49;
    color: #fff;
}

.btn-outline:hover,
.btn-filled:hover {
    background: #1a1a1a;
    color: #fff;
}

.pricing--wrapper .sec-heading {
    max-width: fit-content;
    margin: 0 auto;
    position: relative;
    padding-bottom: 35px;
}

.pricing--wrapper .sec-heading:after {
    position: absolute;
    content: '';
    width: 252px;
    height: 2px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    background: #dfaf49;
}

.pricing-heading p {
    font-size: 20px;
    line-height: 2;
    margin: 41px auto 0;
    max-width: max-content;
    text-align: center;
}

/* Why US */
.choose--wrapper {
    position: relative;
    padding: 141px 0 181px;
}

.choose-img {
    position: absolute;
    top: 46%;
    transform: translateY(-50%);
    right: 0;
}

.choose--wrapper .sec-heading {
    max-width: 620px;
}

.choose--wrapper ul {
    list-style: none;
    padding: 0;
    margin: 33px 0 0;
}

.choose--wrapper ul li {
    position: relative;
    font-family: 'NewYorkLargeRegular';
    font-size: 32px;
    line-height: 2.25;
    font-weight: 400;
    padding-left: 51px;
}

.choose--wrapper ul li img {
    position: absolute;
    top: 19px;
    left: 0;
    width: 32px;
    height: auto;
}

.choose--wrapper .treatment-btn {
    margin-top: 26px;
}

.choose-bottom-content {
    max-width: 445px;
}

.choose--wrapper p.bottom-desc {
    margin-top: 29px;
}

/* Footer */
footer {
    background: #534741;
    padding: 107px 0 184px;
}

.footer--wrapper {
    display: flex;
    gap: 100px;
    align-items: flex-end;
}

.footer-info p,
.footer-info a,
.footer-logo p {
    font-size: 14px;
    color: #fff;
    line-height: 1.29;
    max-width: 690px;
}

.footer-info ul {
    display: flex;
    align-items: center;
    margin-top: 40px;
    list-style: none;
    padding: 0;
}

.footer-info ul a {
    text-decoration: none;
    color: #Fff;
    position: relative;
    line-height: 1;
    padding-right: 19px;
    display: block;
}

.footer-info ul li:not(:last-child) a:after {
    position: absolute;
    content: '';
    width: 1px;
    height: 100%;
    background: #fff;
    top: 0;
    right: 9px;
}

.back-to-top {
    margin-left: auto;
}

.footer-logo {
    text-align: center;
    width: calc(29.5% - 50px);
}

.footer-logo p {
    margin-top: 33px;
}

.footer-info {
    width: calc(70.5% - 50px);
    display: flex;
    justify-content: space-between;
}

/* fixed nav  */

#afterHero {
    height: 1px;
}


/* Privacy Policy Page  */
.privacy-policy--wrapper,
.contact--wrapper {
    padding: 300px 0 200px;
}

.privacy-policy--wrapper h1,
.contact--wrapper h1 {
    margin-bottom: 40px;
}

.privacy-policy--wrapper p,
.contact--wrapper p {
    color: #544842;
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 25px;
}


/* Contact Page  */

.contact--wrapper .is-hidden {
    display: none;
}

.contact--wrapper .form-status {
    margin-top: 16px;
}

#new-contact-form {
    display: flex;
    flex-direction: column;
}

/* Contact page layout */
#contact-wrap {
    max-width: 720px;
    padding: 0 0 80px;
}

/* Form */
#new-contact-form {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-top: 28px;
}

#new-contact-form label {
    display: flex;
    flex-direction: column;
    gap: 6px;
    font-size: 14px;
    color: #5a504a;
}

#new-contact-form input,
#new-contact-form textarea,
#new-contact-form select {
    width: 100%;
    box-sizing: border-box;
    padding: 12px 14px;
    border: 1px solid #d9d3c8;
    border-radius: 10px;
    background: #ffffff;
    color: #2f2926;
    font: inherit;
    font-size: 16px;
    line-height: 1.4;
    transition: border-color 160ms ease, box-shadow 160ms ease;
}

#new-contact-form textarea {
    min-height: 140px;
    resize: vertical;
}

#new-contact-form input::placeholder,
#new-contact-form textarea::placeholder {
    color: #b3aba4;
}

/* Focus ring */
#new-contact-form input:focus,
#new-contact-form textarea:focus,
#new-contact-form select:focus {
    outline: none;
    border-color: #dfb04a;
    box-shadow: 0 0 0 3px rgba(223, 176, 74, 0.25);
}

/* Submit button */
#new-contact-form button[type="submit"] {
    margin-top: 10px;
    border: 0;
    border-radius: 999px;
    padding: 18px;
    background: #dfb04a;
    color: #ffffff;
    font-size: 22px;
    line-height: 1;
    letter-spacing: 0.2px;
    cursor: pointer;
    /* box-shadow: 0 10px 24px rgba(0, 0, 0, 0.10); */
    transition: all 0.3s ease;
}

#new-contact-form button[type="submit"]:hover {
    background-color: #534741;
}

#new-contact-form button[type="submit"]:active {
    transform: translateY(0);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
}

/* Status blocks */
#form-error {
    padding: 12px 14px;
    border-radius: 10px;
    border: 1px solid #e6c2c2;
    background: #fff6f6;
    color: #7a2e2e;
}

#form-thanks {
    margin-top: 28px;
    padding: 18px;
    border-radius: 14px;
    border: 1px solid #e5dfd3;
    background: #fbfaf7;
    color: #2f2926;
}

#form-thanks h2 {
    margin: 0 0 6px;
    font-size: 22px;
}

#form-thanks p {
    margin: 0;
}

/* Utility */
.is-hidden {
    display: none !important;
}