* {
    box-sizing: border-box;
}

body {
    font-family: 'Montserrat', sans-serif;
    color: #141414;
    background: #F6F6F6;
}

.container {
    max-width: 1040px;
    margin: 0 auto;
}

.hero-section {
    padding-bottom: 32px;
    background-image: url(/wp-content/themes/blenoriza/assets/img/hero-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #F6F6F6;
}

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0px;
}

.logo {
    font-weight: 700;
    font-style: Bold;
    font-size: 20px;
    line-height: 90%;
    letter-spacing: 8%;
    text-transform: uppercase;
    text-decoration: none;
    color: #F6F6F6;
}

.nav-links {
    display: flex;
    gap: 32px;
}

.nav-link {
    text-decoration: none;
    color: #F6F6F6;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 0px;
    text-transform: capitalize;
}

.nav-link.active {
    font-weight: 700;
}

.heading-primary {
    font-weight: 400;
    font-size: 72px;
    line-height: 90%;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
}

.hero-heading {
    position: relative;
    padding-bottom: 313px;
    margin-bottom: 32px;
}

.hero-img {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

img {
    max-width: 100%;
}

.hero-info {
    display: flex;
    align-items: flex-start;
    gap: 56px;
}

.btn-primary {
    text-decoration: none;
    display: inline-block;
    white-space: nowrap;
    background: #F6F6F6;
    border-radius: 30px;
    padding: 12px 16px;
    font-weight: 600;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: #141414;
}

.text {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0%;
}

.hero-section .text {
    text-align: right;
}

.about-section {
    padding: 64px 0px;
}

.about-section .container {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.about-section .text {
    max-width: 332px;
}

.text-right {
    margin-left: auto;
}

.about-heading {
    font-weight: 400;
    font-size: 130px;
    line-height: 90%;
    letter-spacing: 0%;
    text-transform: uppercase;
}

.about-content {
    position: relative;
}

.about-img {
    position: absolute;
    top: -10px;
    right: 110px;
}

.collection-section {
    background: #404040;
    padding: 64px 0px;
    margin: 0px 7px;
    color: #F6F6F6;
}

.heading-secondary {
    font-weight: 400;
    font-size: 44px;
    line-height: 110.00000000000001%;
    letter-spacing: 0%;
    text-transform: uppercase;
    margin-bottom: 32px;
}

.collection-section .heading-secondary {
    text-align: center;
}

.collections {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    align-items: flex-end;
}

.collection img {
    margin-bottom: 12px;
}

.heading-tertiary {
    font-weight: 400;
    font-size: 24px;
    line-height: 110.00000000000001%;
    letter-spacing: 0%;
    margin-bottom: 12px;
}

.progress-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    align-items: center;
    margin-bottom: 32px;
}

.gift-row {
    display: flex;
    gap: 32px;
}

.progress-section {
    padding: 64px 0px;
}

.footer {
    padding: 32px 0px;
}

.footer-top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 74px;
    align-items: flex-end;
}

.footer-logo {
    text-decoration: none;
    font-weight: 400;
    font-size: 40px;
    line-height: 90%;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: #141414;
}

.footer-nav {
    display: flex;
    gap: 56px;
}

.footer-link {
    text-decoration: none;
    color: #141414;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    text-transform: capitalize;
}

.footer-bottom {
    display: flex;
    gap: 39px;
    justify-content: space-between;
    align-items: center;
}

.footer-details {
    display: flex;
    gap: 56px;
    margin-bottom: 32px;
}

.footer-socials {
    display: flex;
    gap: 28px;
}

html {
    scroll-behavior: smooth;
}

.heading-primary {
    margin-top: 72px;
}

.popup {
    position: fixed;
    bottom: 0;
    left: 0;
    background: #404040;
    border-radius: 10px;
    padding: 32px;
    max-width: 481px;
    color: #F6F6F6;
    z-index: 9999;
}

.popup-title {
    font-weight: 400;
    font-size: 40px;
    line-height: 110.00000000000001%;
    letter-spacing: 4%;
    text-transform: capitalize;
    margin-bottom: 16px;
}

.popup-btns {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 32px;
}

.btn-primary {
    border: none;
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
}

.main-header .logo, .main-header .nav-link {
    color: #141414;
}

.main-section {
    padding: 80px 0px;
}

.main-title {
    font-weight: 600;
    font-size: 36px;
    line-height: 110.00000000000001%;
    letter-spacing: -2%;
    text-align: center;
    margin-bottom: 48px;
}

.catalog-section {
    padding: 64px 0px;
}

.catalog-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.catalog-heading {
    font-weight: 400;
    font-size: 130px;
    line-height: 90%;
    letter-spacing: 0%;
    text-transform: uppercase;
    margin-bottom: 32px;
}

.catalog-img {
    width: 100%;
    margin-bottom: 24px;
}

.catalog-title {
    font-weight: 400;
    font-size: 20px;
    line-height: 110.00000000000001%;
    letter-spacing: 5%;
    margin-bottom: 4px;
}

.catalog-buy {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
}

.catalog-price {
    font-weight: 600;
    font-size: 14px;
    line-height: 110.00000000000001%;
    letter-spacing: 5%;
    color: #00000080;
}

.product-section .container {
    display: flex;
    gap: 24px;
    align-items: center;
}

.product-section {
    padding-top: 64px;
}

.product-title {
    font-weight: 400;
    font-size: 72px;
    line-height: 90%;
    text-transform: uppercase;
    margin-bottom: 32px;
    word-break: break-word;
}

.product-buy {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 56px;
    margin-top: 32px;
}

.product-price {
    font-weight: 600;
    font-size: 24px;
    line-height: 110.00000000000001%;
    letter-spacing: 0%;
    color: #00000080;
}

.btn-secondary {
    background: #141414;
    border-radius: 30px;
    padding: 12px 16px;
    font-weight: 600;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: #F6F6F6;
    width: 100%;
    border: none;
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
}

.overview-section {
    padding: 64px 0px;
}

.overview-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 56px;
}

@media(max-width: 1200px) {
    .container {
        padding: 0px 12px;
    }

    .heading-primary {
        font-weight: 400;
        font-size: 56px;
    }

    .hero-info {
        flex-direction: column;
        align-items: flex-end;
    }

    .about-heading {
        font-size: 72px;
        word-break: break-word;
    }

    .about-img {
        display: none;
    }

    .collections {
        grid-template-columns: repeat(1, 1fr);
    }

    .progress-row {
        grid-template-columns: repeat(1, 1fr);
    }

    .gift-row {
        flex-direction: column;
    }

    .footer-top {
        flex-direction: column;
        align-items: flex-start;
        gap: 74px;
    }

    .footer-nav {
        flex-direction: column;
        gap: 32px;
    }

    .footer-details {
        flex-direction: column;
        gap: 24px;
    }

    .footer-bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: 74px;
    }

    .collection-section {
        margin: 0;
    }

    .popup {
        padding: 20px;
        max-width: 100%;
    }

    .popup-title {
        font-size: 32px
    }

    .product-section .container {
        flex-direction: column;
    }

    .product-title {
        word-break: break-word;
    }

    .overview-row {
        gap: 12px;
    }

    .catalog-heading {
        word-break: break-word;
    }

    .catalog-list {
        grid-template-columns: repeat(1, 1fr);
    }
}