﻿@charset "UTF-8";
:root {
    --font-cormorant: 'Cormorant Garamond', serif;
    --font-lato: Lato, serif;
    --font-calistoga: Calistoga, serif;
    --blue-dark: #0f2546;
    --blue-dark-transparent: #0f254669;
    --gold: #f2d267;
    --filter-gold: brightness(0) saturate(100%) invert(100%) sepia(39%) saturate(6201%) hue-rotate(313deg) brightness(111%) contrast(90%);
    --gold-light: #f1db91;
    --gold-dark: #e5b623;
    --gray-dark: #545454;
    --gray-light: #ededed;
    --font-size-6: 6rem;
    --font-size-5: 5rem;
    --font-size-4: 4rem;
    --font-size-3: 3rem;
}
section {
    padding-top: 3.7rem;
    padding-bottom: 6.5rem;
}
.light-gray-bg {
    background-color: var(--gray-light);
}
.dark-blue-bg {
    background-color: var(--blue-dark);
}
.bg-filter-blue {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: var(--blue-dark-transparent);
}
.btn-white {
    color: var(--blue-dark);
    background-color: white;
    border-color: white;
}
.banner-btn {
    text-transform: none;
    font-weight: 600;
    font-size: 2rem;
    padding: 2rem 0;
    width: 50%;
    border-radius: 25px;
}
.btn-white:hover {
    color: white;
    background-color: var(--blue-dark);
}
.text-gold {
    color: var(--gold) !important;
}
.splide-image {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.section-title {
    font-family: var(--font-lato);
    color: var(--blue-dark);
    text-transform: none;
    font-style: italic;
    font-weight: 500;
    font-size: var(--font-size-5);
}
.section-sub-title {
    font-family: var(--font-lato);
    color: var(--blue-dark);
    text-transform: none;
    font-style: italic;
    font-weight: 500;
    font-size: var(--font-size-3);
}

.splide__pagination__page {
    width: 15px;
    height: 15px;
    opacity: 1;
    margin: 4px;
    background: transparent;
    border: 2px solid white;
}
.splide__pagination__page.is-active {
    background: white;
}
#featured-product-section .product-card-image-container img:not(.cart-icon) {
    object-fit: contain;
    width: 250px;
    height: 250px;
    padding: 15px;
    padding-bottom: 0;
}

#featured-product-section .product-card-image-container .cart-icon {
    filter: var(--filter-gold);
    width: 40px;
}

#featured-product-section .icon-wishlist-2 {
    color: var(--gold);
    font-size: 40px;
}

#featured-product-section {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 2rem;
    row-gap: 2rem;
}

#featured-product-section .product-card {
    border: 1px solid #e5e5e5;
    display: flex;
    flex-direction: column;
    border-radius: 15px;
}

#featured-product-section .product-card-image-container {
    background-color: var(--blue-dark);
    border-radius: 15px 15px 0px 0px;
}

#featured-product-section .product-image {
    display: flex;
    justify-content: center;
}

#featured-product-section .product-card-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px;
}

#featured-product-section .product-title {
    color: var(--blue-dark);
    font-size: 1.7rem;
    font-weight: 500;
    margin-bottom: 1rem;
}

#featured-product-section .price-box {
    margin-bottom: 3rem;
}

#featured-product-section .product-price {
    color: var(--gray-dark);
    font-size: 1.7rem;
}

.product-card-details {
    padding: 0 15px;
    text-align: center;
    text-wrap-style: balance;
    flex-grow: 1;
}

.product-card-details a {
    display: block flex;
    flex-direction: column;
    height: stretch;
    justify-content: space-between;
}

.product-card-footer {
    display: flex;
    flex-wrap: wrap;
    background-color: var(--gold-light);
    color: var(--blue-dark);
    justify-content: space-evenly;
    padding: 6px 3px;
    border-radius: 0px 0px 15px 15px;
}

#retirement-bg {
    background-image: url('https://x42solutions.blob.core.windows.net/content-repository/a870e0f6-222b-4b82-962c-8e52373670c4_656.png');
    padding: 6.5rem 3rem;
    position: relative;
}

#retirement-section h2 {
    color: white;
    font-family: var(--font-calistoga);
    font-size: var(--font-size-6);
    line-height: 1;
    text-wrap-style: balance;
    font-weight: 500;
    margin-bottom: 3rem;
}
#retirement-section p {
    color: white;
    font-family: var(--font-lato);
    font-size: var(--font-size-3);
    line-height: 1.2;
    font-weight: 600;
    text-wrap-style: balance;
    margin-bottom: 4rem;
}

#our-services-section .section-title {
    margin-bottom: 5px;
    line-height: 1.2;
}
#service-ira {
    background-image: url('https://x42solutions.blob.core.windows.net/content-repository/e66728f4-a314-4183-a27b-6996d26a5ea7_5760.jpg');
}
#service-buy-back {
    background-image: url('https://x42solutions.blob.core.windows.net/content-repository/a2ce0f01-2290-4cbb-a291-bb8775f27282_2349.jpg');
}
#service-storage {
    background-image: url('https://x42solutions.blob.core.windows.net/content-repository/8e16b9bb-b8a1-4abf-9edd-80eb3be76887_1333.jpg');
}
#service-identify {
    background-image: url('https://x42solutions.blob.core.windows.net/content-repository/08e0d16f-88ff-4a96-987a-9deffca182c5_1022.png');
}
#our-services-card-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
#our-services-section .service-card {
    height: 400px;
    background-position: center;
    background-size: cover;
    border: 3px solid var(--gold-dark);
    border-radius: 15px;
}
#our-services-section .service-card a {
    display: block flex;
    align-items: flex-end;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg,rgba(15, 37, 70, 1) 16%, rgba(15, 37, 70, 0.21) 100%);
    border-radius: 15px;
}
#our-services-section .service-card span {
    font-family: var(--font-lato);
    color: white;
    font-weight: 600;
    font-size: 3.7rem;
    padding-bottom: 10%;
    text-align: center;
    line-height: 1;
}
#review-carousel .splide__track {
    padding-top: 6rem;
    margin: 0 2rem;
}

#review-carousel .splide__arrow--prev {
    left: -1em;
}
#review-carousel .splide__arrow--next {
    right: -1em;
}
#review-carousel .splide__arrow {
    background: none;
    font-size: 30px;
}

.customer-review-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    position: relative;
}
.customer-review-card blockquote {
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    border: 3px solid var(--gold-dark);
    border-bottom: none;
    border-radius: 15px 15px 0 0;
    padding: 8px;
}
.customer-review-card p::before {
    content: "“";
}
.customer-review-card p::after {
    content: "”";
}
.customer-review-card p {
    color: var(--blue-dark);
    margin: 0;
    font-style: italic;
    font-family: var(--font-cormorant);
    font-size: 3rem;
    line-height: 1;
    font-weight: 700;
}
.customer-review-card cite {
    margin: 0;
    color: white;
    background-color: var(--blue-dark);
    padding: 10px 0;
    font-family: var(--font-lato);
    font-weight: 600;
    font-size: 1.8rem;
    font-style: normal;
    border-radius: 0 0 15px 15px;
}
.star-icon {
    position: absolute;
    top: -49px;
    left: 50%;
    transform: translateX(-50%);
}

#report-carousel {
    padding: 0;
}
#shop-section .section-title {
    margin-bottom: 0;
    line-height: 1.2;
}

#shop-section-cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

#shop-section-cards .shop-card {
    border: 1px solid #e5e5e5;
    display: flex;
    flex-direction: column;
    border-radius: 15px;
}
#shop-section-cards .shop-card-image {
    padding: 15px;
    background-color: var(--blue-dark);
    border-radius: 15px 15px 0 0;
}
#shop-section-cards .shop-card-link {
    display: block;
    padding: 2rem 0px;
    font-size: 2.5rem;
    font-weight: 500;
    color: var(--blue-dark);
    text-align: center;
}
.shop-card-link a {
    display: block;
}
#shop-section-cards .shop-card-footer {
    display: flex;
    flex-wrap: wrap;
    background-color: var(--gold-light);
    color: var(--blue-dark);
    justify-content: space-evenly;
    padding: 6px 3px;
    border-radius: 0px 0px 15px 15px;
}

#protection-bg {
    background-image: url('https://x42solutions.blob.core.windows.net/content-repository/147d56bf-6f2f-4cc5-9fd6-20ca36650938_1155.png');
    background-position-x: center;
    background-position-y: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 6.5rem 3rem;
    position: relative;
    height: 600px;
}
#protection-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#protection-section p {
    color: white;
    font-family: var(--font-calistoga);
    font-size: 3.5rem;
    line-height: 1.1;
    text-wrap-style: pretty;
    font-weight: 500;
    margin-bottom: 3rem;
}
#protection-section p span {
    display: inline-block;
}

#signup-section .section-title {
    line-height: 1;
    margin-bottom: 10px;
    text-align: center;
    font-family: var(--font-calistoga);
    font-weight: 500;
    font-size: var(--font-size-4);
    font-style: normal;
}
#signup-section .section-sub-title {
    font-style: normal;
    text-align: center;
    font-size: 2rem;
    text-wrap-style: balance;
}
#signup-section-form {
    margin: 0;
}
#signup-section-form .input-group {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
    gap: 10px;
}
#terms-group {
    flex-wrap: nowrap;
}
#signup-email {
    border-radius: 15px;
    text-align: center;
    height: 60px;
    width: 70%;
    background-color: #d2d6dc;
    border: 1px solid var(--blue-dark);
    font-size: 18px;
    color: var(--blue-dark);
    font-weight: 600;
    font-family: var(--font-lato);
    max-width: 550px;
    flex-grow: 1;
}
#signup-email::placeholder {
    font-size: 18px;
    color: var(--blue-dark-transparent);
    font-weight: 600;
    font-family: var(--font-lato);
}
.signup-btn {
    border: 3px solid var(--gold-dark);
    text-transform: none;
    background-color: var(--blue-dark);
    color: white;
    font-weight: 500;
    font-family: var(--font-lato);
    font-size: 18px;
    padding: 0 2.5rem;
    border-radius: 15px;
    width: 120px;
    height: 60px;
}
.signup-btn:hover {
    color: var(--blue-dark);
    background-color: white;
}
#signup-section-form label {
    margin-bottom: 0;
    font-weight: 600;
    font-family: var(--font-lato);
    font-size: 18px;
    color: var(--blue-dark);
    cursor: pointer;
}
#signup-section-form label.bad-input {
    color: #dc3545;
}
#signup-section-form input[type=checkbox] {
    width: 30px;
    cursor: pointer;
}
.signup-message p {
    margin-bottom: 0;
    font-weight: 600;
    font-family: var(--font-lato);
    font-size: var(--font-size-3);
    color: var(--blue-dark);
    text-align: center;
}

@media(max-width: 991px) {
    :root {
        --font-size-5: 4rem;
        --font-size-6: 5rem;
    }

    #shop-section-cards .shop-card-link {
        font-size: 1.75rem;
    }
    .splide__pagination__page {
        width: 10px;
        height: 10px;
    }
    #review-carousel .splide__arrow--prev {
        left: -0.5em;
    }
    #review-carousel .splide__arrow--next {
        right: -0.5em;
    }
    .customer-review-card p {
    }
    #featured-product-section {
        grid-template-columns: repeat(2, 1fr);
    }
    .banner-btn {
        padding: 1.5rem 0;
    }
    #our-services-card-container {
        gap: 5px;
    }
    #our-services-section .service-card span {
        font-size: 3rem;
    }
    #protection-bg {
        height: 500px;
    }
}
@media(max-width: 767px) {
    :root {
        --font-size-4: 3rem;
    }
    #our-services-card-container {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    #shop-section-cards {
        grid-template-columns: repeat(2, 1fr);
    }
    #shop-section-cards .shop-card-link {
        font-size: 1.5rem;
        font-size: 2.5rem;
    }
    .customer-review-card p {
        font-size: 2.5rem;
    }
    #protection-bg {
        height: 400px;
    }
    #signup-section-form label {
        font-size: 15px;
    }
}
@media(max-width: 575px) {
    :root {
        --font-size-6: 3.5rem;
        --font-size-5: 2.25rem;
        --font-size-4: 2rem;
        --font-size-3: 2rem;
    }
    section {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
    #shop-section-cards,
    #our-services-card-container,
    #featured-product-section {
        grid-template-columns: repeat(1, 1fr);
    }
    #retirement-bg {
        padding: 2.5rem 1rem;
    }
    .banner-btn {
        font-size: 1.5rem;
    }
    #protection-bg {
        padding: 2.5rem 1rem;
    }
    #protection-section p {
        font-size: 2.5rem;
        line-height: 1.2;
    }
/*    #signup-email {
        width: 100%;
    }
    .signup-btn {
        padding: 1rem 2.5rem;
        width: 80%;
    }*/
    #signup-section .section-sub-title {
        font-size: 1.5rem;
        text-wrap-style: pretty;
    }
}