/*********************  Default-CSS  *********************/
input[type="file"]::-webkit-file-upload-button {
    cursor: pointer;
}

input[type="file"]::-moz-file-upload-button {
    cursor: pointer;
}

input[type="file"]::-ms-file-upload-button {
    cursor: pointer;
}

input[type="file"]::-o-file-upload-button {
    cursor: pointer;
}

input[type="file"],
a[href],
input[type='submit'],
input[type='button'],
input[type='image'],
label[for],
select,
button,
.pointer {
    cursor: pointer;
}

::-moz-focus-inner {
    border: 0px solid transparent;
}

::-webkit-focus-inner {
    border: 0px solid transparent;
}

*::-moz-selection {
    color: #fff;
    background: #000;
}

*::-webkit-selection {
    color: #fff;
    background: #000;
}

*::-webkit-input-placeholder {
    color: #333333;
    opacity: 1;
}

*:-moz-placeholder {
    color: #333333;
    opacity: 1;
}

*::-moz-placeholder {
    color: #333333;
    opacity: 1;
}

*:-ms-input-placeholder {
    color: #333333;
    opacity: 1;
}

html body {
    font-family: "Beausite Classic Trial";
    margin: 0;
    line-height: 1.3;
}

a,
div a:hover,
div a:active,
div a:focus,
button {
    text-decoration: none;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

a,
span,
div a:hover,
div a:active,
button {
    text-decoration: none;
}

*::after,
*::before,
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.no-list li,
.no-list ul,
.no-list ol,
footer li,
footer ul,
footer ol,
header li,
header ul,
header ol {
    list-style: inside none none;
}

.no-list ul,
.no-list ol,
footer ul,
footer ol,
header ul,
header ol {
    margin: 0;
    padding: 0;
}

a {
    outline: none;
    color: #555;
}

a:hover {
    color: #000;
}

body .clearfix,
body .clear {
    clear: both;
    line-height: 100%;
}

body .clearfix {
    height: auto;
}

* {
    outline: none !important;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}


ul:after,
li:after,
.clr:after,
.clearfix:after,
.container:after,
.grve-container:after {
    clear: both;
    display: block;
    content: "";
}

div input,
div select,
div textarea,
div button {
    font-family: "Beausite Classic Trial";
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
    font-family: "Test Tiempos Headline";
    line-height: 120%;
    font-weight: bold;
    margin: 0 0 15px;
}

body h1:last-child,
body h2:last-child,
body h3:last-child,
body h4:last-child,
body h5:last-child,
body h6:last-child {
    margin-bottom: 0;
}

div select {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

div select option {
    font-size: 13px;
    color: #333;
    padding: 2px 5px;
}

img {
    margin: 0 auto;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

body p {
    color: #333;
    font-family: "Beausite Classic Trial";
    font-size: 16px;
    line-height: 140%;
    margin: 0 0 15px;
    padding: 0;
}

body p:empty {
    margin: 0;
    line-height: 0;
}

body p:last-child {
    margin-bottom: 0;
}

p strong {
    font-weight: bold;
}

.a-left {
    text-align: left;
}

.a-right {
    text-align: right;
}

.a-center {
    text-align: center;
}

label em {
    color: #ff0000;
    display: inline-block;
    font-style: normal;
    vertical-align: top;
    margin-left: 5px;
}

.hidden {
    display: none !important;
}

body .container {
    width: 1300px;
    max-width: 100%;
}


/*********************  scroll Hide  *********************/
html.show-menu {
    overflow: hidden;
}

html.show-menu body {
    overflow: hidden;
    height: 100%;
}

::-webkit-scrollbar {
    width: 1px;
}

::-webkit-scrollbar-track {
    background-image: -moz-linear-gradient(0deg, rgb(255, 239, 229) 0%, rgb(220, 245, 242) 46%, rgb(184, 251, 255) 99%);
    background-image: -webkit-linear-gradient(0deg, rgb(255, 239, 229) 0%, rgb(220, 245, 242) 46%, rgb(184, 251, 255) 99%);
    background-image: -ms-linear-gradient(0deg, rgb(255, 239, 229) 0%, rgb(220, 245, 242) 46%, rgb(184, 251, 255) 99%);
    max-width: 50%;
}

::-webkit-scrollbar-thumb {
    background: #ff9800;
    border-radius: 4em
}

/*********************  Default-CSS close  *********************/


/*********************  Gapping  *********************/
section {
    padding-bottom: 70px;
    padding-top: 70px;
}

/*********************  Gapping close  *********************/


/*********************  Default-CSS  *********************/



/*********************  Common-Css  *******************/
.my-padding {
    padding: 100px 0;
}

.clr:after,
ul:after,
.clearfix:after,
li:after,
.grve-container:after {
    clear: both;
    display: block;
    content: "";
}

.btn.focus,
.btn:focus {
    box-shadow: none !important;
}

.form-control:focus {
    box-shadow: none !important;
}

/*********************  Common-Css Close  *******************/


/*********************  Header  *******************/
.topbar {
    border-bottom: 1px solid rgba(85, 11, 24, 0.20);
    background: #550B18;
    padding: 12px 0;
}

.topbar .container {
    display: flex;
    align-items: center;
}

.topbar p {
    color: #FFF;
    font-family: "Beausite Classic Trial";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    /* 16px */
    margin: 0;
}

.topbar p:nth-last-child(1) {
    margin-left: auto;
    font-weight: 400;
}

.topbar p span {
    font-weight: 400;
    display: inline-block;
}

.topbar p b {
    font-weight: 600;
}

header {
    border-bottom: 1px solid rgba(117, 21, 46, 0.20);
    background: #FFF;
    padding: 20px 0;
    position: fixed;
    top: 40px;
    left: 0;
    width: 100%;
    transition: all 0.5s;
    z-index: 99999;
}

header nav.navbar.navbar-expand-lg {
    padding: 0;
    align-items: center;
}

.navbar-brand {
    max-width: 150px;
    width: 100%;
}

div#navbarTogglerDemo03 {}

header .navbar-collapse {
    justify-content: flex-end;
}

header .nav-link {
    color: #1C1C1C;
    font-family: "Beausite Classic Trial";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    /* 16px */
    padding: 10px 20px !important;
    position: relative;
    transition: all 0.5s;
}

header .nav-link:hover {
    color: #550b18;
}

.btn-border-red {
    color: #550B18;
    text-align: center;
    font-family: "Beausite Classic Trial";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    /* 14px */
    letter-spacing: 0.42px;
    text-transform: uppercase;
    padding: 14px 28px;
    border-radius: 40px;
    border: 2px solid #550B18;
    background: #FFF;
    transition: all 0.5s;
    position: relative;
    z-index: 1;
}

.btn-border-red:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #550b18;
    border-radius: 4rem;
    transform: scale(0);
    transition: all 0.5s;
    z-index: -1;
}

.btn-border-red:hover:after {
    transform: scale(0.99);
    transition: all 0.5s;
}

.btn-border-red:hover {
    color: #ffffff;
}

header .navbar-nav {
    display: flex;
    align-items: center;
}

header .navbar-nav .btn.btn-border-red {
    margin-left: 20px;
}

header.fixed {
    top: 0;
    transition: all 0.5s;
    padding: 8px 0;
    backdrop-filter: blur(41px);
    background: #fff4;
}

/* Home Banner */

.d-margin {
    margin-top: 97px;
    padding: 0;
}

.home-banner {
    background: #EFE9DD;
    height: calc(100dvh - 138px);
}

.home-banner-wrap {
    display: flex;
    align-items: center;
    height: 100%;
}

.home-banner-wrap div {
    width: 33.33%;
    height: 100%;
}

.banner-01 img,
.banner-03 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-02 {
    padding: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    z-index: 1;
}

.banner-02::after {
    content: "";
    position: absolute;
    background-image: url(../images/banner-heart.svg);
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
}

.banner-02 span {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
}

.banner-02 h1 {
    color: #1C1C1C;
    text-align: center;
    font-family: "Test Tiempos Headline";
    font-size: 44px;
    font-style: normal;
    font-weight: 600;
    /* 44px */
    margin-bottom: 14px;
    line-height: 44px;
}

.banner-02 p {
    color: #1C1C1C;
    text-align: center;
    font-family: "Beausite Classic Trial";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    /* 16px */
    margin-bottom: 20px;
    line-height: 16px;
}

.btn.btn-red {
    color: #FCF8ED;
    text-align: center;
    font-family: "Beausite Classic Trial";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    /* 14px */
    letter-spacing: 0.42px;
    text-transform: uppercase;
    border-radius: 4rem;
    border: 1px solid #FCF8ED;
    background: #550B18;
    padding: 22px 38px;
    transition: all 0.5s;
    position: relative;
    z-index: 1;
}

.btn.btn-red:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #efe9dd;
    border-radius: 4rem;
    transform: scale(0);
    transition: all 0.5s;
    z-index: -1;
}

.btn.btn-red:hover:after {
    transform: scale(0.99);
}

.btn.btn-red:hover {
    color: #550b18;
}

.bg-red {
    background: #65090E;
}

.banner-bottom {
    padding: 50px 0;
}

.banner-bottom h6 {
    color: #FFF;
    text-align: center;
    font-family: "Beausite Classic Trial";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    /* 18px */
    margin-bottom: 50px;
}

.banner-bottom ul {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 0;
}

.banner-bottom ul li {
    width: 33.33%;
    display: flex;
    align-items: center;
    gap: 30px;
    justify-content: center;
}

.banner-bottom ul li span {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-bottom ul li i {
    background: rgba(255, 255, 255, 0.10);
    display: block;
    width: 1px;
    height: 76px;
}

.banner-bottom ul li h3 {
    color: #FFF;
    font-family: "Test Tiempos Headline";
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    /* 48px */
}

.banner-bottom ul li h3 b {
    color: #FFF;
    text-align: center;
    font-family: "Beausite Classic Trial";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    /* 16px */
    margin-top: 10px;
    display: block;
}

/* experience-section */
.experiences-section {
    background: #EFE9DD;
}

.title-text {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 50px;
}

.title-text h2 {
    color: #1C1C1C;
    text-align: center;
    font-family: "Test Tiempos Headline";
    font-size: 44px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    /* 44px */
    margin: 0;
}

.title-text p {
    color: #1C1C1C;
    text-align: center;
    font-family: "Beausite Classic Trial";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    /* 16px */
    margin: 0;
}

.custom-tabs.nav-pills .nav-link {
    border-radius: 4rem;
    border-bottom: 1px solid rgba(101, 9, 14, 0.20);
    background: rgba(255, 255, 255, 0.30);
    color: #65090E;
    font-family: "Beausite Classic Trial";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    /* 16px */
    padding: 16px;
}

.custom-tabs.nav-pills .nav-link.active,
.custom-tabs.nav-pills .show>.nav-link {
    border-radius: 4rem;
    background: #65090E;
    color: #F2E5C5;




    /* 16px */
}

.custom-tabs {
    gap: 5px;
    justify-content: center;
    margin-bottom: 30px;
}

.experience-card-info {
    border-radius: 24px;
    background: #FFF;
    height: 100%;
    padding: 30px;
    position: relative;
    z-index: 1;
}

.experience-card-info::after {
    content: "";
    position: absolute;
    top: -25px;
    right: 0;
    width: 100%;
    height: 100%;
    background: url('../images/experience-card-vector.svg');
    z-index: -1;
    background-repeat: no-repeat;
    background-position: bottom right;
    opacity: 0.3;
}

.experience-card-info h3 {
    color: #1C1C1C;
    font-family: "Test Tiempos Headline";
    font-size: 54px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    /* 54px */
    margin-bottom: 20px;
    max-width: 350px;
}

.experience-card-info p {
    color: #1C1C1C;
    font-family: "Beausite Classic Trial";
    font-size: 16.225px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    /* 19.47px */
    max-width: 400px;
}

.experience-card-info hr {
    margin: 30px 0;
}

.experience-card-info ul {
    padding: 0;
    list-style: none;
    margin: 0;
    max-width: 450px;
}

.experience-card-info ul li {
    display: flex;
    align-items: center;
    color: #1C1C1C;
    font-family: "Beausite Classic Trial";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 20px;
}

.experience-card-info ul li span {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 6px;
    min-width: 28px;
}

.experience-card-info ul li:nth-last-child(1) {
    margin-bottom: 0;
}

.experience-card-img {
    border-radius: 24px;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.experience-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* How it works */
.howitworks-section {
    background: #EFE9DD;
}

.howitworks-card {
    border-radius: 24px;
    background: #FFF;
    padding: 10px 10px 20px 10px;
    height: 100%;
}

.howitworks-card span {
    display: block;
    width: 100%;
    height: 250px;
    border-radius: 14px;
    overflow: hidden;
    margin-bottom: 21px;
}

.howitworks-card span img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
}

.howitworks-card h3 {
    color: #1C1C1C;
    text-align: center;
    font-family: "Test Tiempos Headline";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    /* 24px */
    margin-bottom: 8px;
}

.howitworks-card p {
    color: #1C1C1C;
    text-align: center;
    font-family: "Beausite Classic Trial";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    /* 19.2px */
}

.howitworks-card:hover span img {
    transform: scale(1.1) rotate(-1deg);
    filter: saturate(0.5);
}

/* subscription */
.subscription-section {
    background: #EFE9DD;
    position: relative;
    z-index: 1;
}

.subscription-section::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 13px;
    background: url('../images/banner-heart.svg');
    z-index: -1;
    background-repeat: repeat-x;
}

.subscription-card {
    border-radius: 24px;
    background: linear-gradient(180deg, #FFF 0%, #F2D9A3 100%);
    box-shadow: 5px 5px 0 0 #75152E;
    position: relative;
}

.subscription-card i {
    color: #F2E5C5;
    font-family: "Test Tiempos Headline";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    /* 16px */
    padding: 10px 16px;
    border-radius: 4rem;
    border-bottom: 2px solid #F2E5C5;
    background: #65090E;
    position: absolute;
    top: -18px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
}


.subscription-card-img {
    position: relative;
    z-index: 1;
    height: 300px;
    border-radius: 24px 24px 0 0;
}

.subscription-card-img img {
    border-radius: 24px 24px 0 0;
}

.subscription-card-img::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, #0000008f, transparent);
    border-radius: 24px 24px 0 0;
}

.subscription-card-img h4 {
    color: #FFF;
    font-family: "Test Tiempos Headline";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    /* 24px */
    position: absolute;
    bottom: 80px;
    z-index: 1;
    width: 90%;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
}

.subscription-card-img span {
    color: #65090E;
    font-family: "Beausite Classic Trial";
    font-size: 14px;
    font-style: italic;
    font-weight: 500;
    line-height: 100%;
    /* 16px */
    border-radius: 4rem;
    background: #FFF;
    display: block;
    padding: 15px;
    position: absolute;
    bottom: 20px;
    z-index: 1;
    left: 5%;
}

.subscription-card-info {
    padding: 20px;
}

.subscription-card-info h3 {
    color: #550B18;
    font-family: "Test Tiempos Headline";
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    /* 32px */
    display: flex;
    align-items: center;
    gap: 4px;
    border-bottom: 1px solid rgb(85 11 24 / 20%);
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.subscription-card-info h3 span {
    color: #550B18;
    font-family: "Test Tiempos Headline";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    /* 24px */
}

.subscription-card-info ul li {
    color: #550B18;
    font-family: "Beausite Classic Trial";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    /* 16px */
    margin-bottom: 8px;
}

.subscription-card-info ul {
    padding-left: 20px;
    margin-bottom: 25px;
}

.subscription-card-info small {
    color: #550B18;
    text-align: center;
    font-family: "Beausite Classic Trial";
    font-size: 13px;
    font-style: italic;
    font-weight: 500;
    line-height: 100%;
    /* 13px */
    text-align: center;
    display: block;
    margin-top: 10px;
}

.subscription-card-info .btn {
    width: 100%;
    padding: 18px;
}

.subscription-box {
    border-radius: 10px;
    border-bottom: 2px solid #FF9700;
    background: #FFF;
    padding: 12px;
    margin-bottom: 25px;
}

.subscription-box h6 {
    color: #65090E;
    font-family: "Beausite Classic Trial";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    /* 16px */
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #550B18;
}

.subscription-box p {
    color: #1C1C1C;
    font-family: "Beausite Classic Trial";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    /* 16px */
}

.subscription-card-pro {
    border-radius: 24px;
    background: linear-gradient(180deg, #BB1835 25%, #550B18 100%);
    box-shadow: 5px 5px 0 0 #F3D8A3;
}

.subscription-card-pro h3,
.subscription-card-pro h3 span,
.subscription-card-pro ul li,
.subscription-card-pro small {
    color: #fff;
}

.subscription-card-pro h3 {
    margin: 0;
    border: none;
}

.subscription-card-pro .btn {
    background: #fff;
    color: #550B18;
}

.subscription-note {
    background: #EFE9DD;
    padding: 36px;
}

.subscription-note ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.subscription-note ul li {
    width: 33.33%;
    padding: 15px;
}

.subscription-note ul li:nth-last-child(2) {
    border-left: 1px solid rgb(85 11 24 / 20%);
    border-right: 1px solid rgb(85 11 24 / 20%);
}

.subscription-note ul li span {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
}

.subscription-note ul li h6 {
    color: #1C1C1C;
    font-family: "Test Tiempos Headline";
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    /* 26px */
    margin-bottom: 8px;
}

.subscription-note ul li p {
    color: #1C1C1C;
    text-align: center;
    font-family: "Beausite Classic Trial";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    /* 16px */
}

/* moment  */

.moment-item {
    position: relative;
}

.moment-item::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%);
}

.moment-item-img {
    width: 100%;
    height: 650px;
}

.moment-item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.moment-item-content {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    padding: 15px;
    max-width: 768px;
    width: 100%;
    text-align: center;
}

.moment-item-content span {
    border-radius: 4rem;
    border: 1px solid #FFF;
    padding: 16px 22px;
    display: block;
    width: max-content;
    margin: 0 auto 16px;
    font-size: 16px;
    color: #fff;
}

.moment-item-content h3 {
    color: #FFF;
    text-align: center;
    font-family: "Test Tiempos Headline";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    /* 24px */
    margin-bottom: 16px;
}

.moment-item-content p {
    color: #FFF;
    text-align: center;
    font-family: "Beausite Classic Trial";
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    /* 18px */
}

/* attention */
.title-text-wrap {
    flex-direction: row;
}

.title-text-wrap h2 {
    text-align: left;
    width: 50%;
}

.title-text-wrap p {
    width: 50%;
    text-align: right;
}

.attention-card {
    position: relative;
}

.attention-card-img {
    transition: all 0.5s;
    width: 100%;
    height: 430px;
    border-radius: 24px;
    overflow: hidden;
    margin-bottom: 30px;
}

.attention-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
}

.attention-card:hover img {
    transform: scale(1.1);
}

.attention-card-info h5 {
    color: #1C1C1C;
    font-family: "Test Tiempos Headline";
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    /* 26px */
    margin-bottom: 8px;
}

.attention-card-info p {
    color: #1C1C1C;
    font-family: "Beausite Classic Trial";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    /* 16px */
    opacity: 0.8;
}

/* pluschoisie */
.pluschoisie-top-section {
    border-bottom: 1px solid #FFF;
    background: #EFE9DD;
    padding: 24px;
}

.pluschoisie-top-section ul {
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
}

.pluschoisie-top-section ul li {
    width: 50%;
    display: flex;
    gap: 15px;
    align-items: center;
}

.pluschoisie-top-section ul li p {
    color: #65090E;
    font-family: "Beausite Classic Trial";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    /* 16px */
    max-width: 372px;
}

.pluschoisie-top-section ul li:nth-last-child(1) {
    justify-content: flex-end;
}

.pluschoisie-section {
    background: #65090E;
    position: relative;
}

.pluschoisie-section .title-text h5 {
    color: #FFF;
    text-align: center;
    font-family: "Test Tiempos Headline";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    /* 24px */
    margin: 0;
}

.pluschoisie-offer-layout {
    display: flex;
    align-items: center;
    gap: 30px;
    height: 100%;
}

.pluschoisie-offer-left {
    width: 50%;
}

.pluschoisie-offer-right {
    width: 50%;
    display: flex;
    flex-direction: column;
}

.product-thumbnails {
    display: flex;
    gap: 10px;
    width: 100%;
}

.product-gallery {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.product-main-image {
    width: 100%;
    border-radius: 24px;
    height: 525px;
    overflow: hidden;
}

.product-main-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.thumbnail-item {
    padding: 0;
    border: none;
    width: 33.33%;
    border-radius: 24px;
    overflow: hidden;
}

.thumbnail-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pluschoisie-section .title-text h2,
.pluschoisie-section .title-text p {
    color: #fff;
}

.offer-why-section h3 {
    color: #FFF;
    font-family: "Test Tiempos Headline";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    /* 24px */
    margin-bottom: 12px;
}

.offer-why-intro {
    color: #FFF;
    font-family: "Beausite Classic Trial";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    /* 16px */
    margin-bottom: 25px;
}

.offer-features {
    list-style: none;
    padding: 0;
    margin-bottom: 25px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.offer-features li {
    display: flex;
    color: #FFF;
    font-family: "Beausite Classic Trial";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    /* 16px */
    align-items: center;
}

.offer-features li span {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 16px;
}

.offer-price-box {
    border-radius: 24px;
    background: #EFE9DD;
    padding: 30px;
    margin-bottom: 25px;
}

p.offer-price {
    display: flex;
    align-items: flex-end;
    gap: 12px;
    margin-bottom: 15px;
}

span.offer-price-value {
    color: #1C1C1C;
    font-family: "Test Tiempos Headline";
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    /* 48px */
}

span.offer-price-period {
    color: #1C1C1C;
    font-family: "Test Tiempos Headline";
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    /* 32px */
}

p.offer-price-subtitle {
    color: #1C1C1C;
    font-family: "Beausite Classic Trial";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    /* 20px */
}

.offer-card-included {
    padding: 20px;
    border-radius: 16px;
    background: #65090E;
}

p.offer-card-title {
    color: #EFE9DD;
    font-family: "Beausite Classic Trial";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    /* 24px */
    margin-bottom: 16px;
}

.offer-card-text {
    color: #FFF;
    font-family: "Beausite Classic Trial";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    /* 16px */
}

.offer-actions {
    display: flex;
    align-items: center;
    gap: 40px;
}

.offer-actions .btn-red {
    background: #FCF8ED;
    color: #550B18;
}

.offer-actions .btn-offer-secondary {
    background: transparent;
    border: none;
    color: #FCF8ED;
    text-align: center;
    font-family: "Beausite Classic Trial";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    /* 14px */
    letter-spacing: 0.42px;
    text-transform: uppercase;
}

/* presence */
.presence-section {
    text-align: center;
}

.presence-section span {
    max-width: 375px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 50px;
}

.presence-section h3 {
    color: rgba(28, 28, 28, 0.60);
    text-align: center;
    font-family: "Beausite Classic Trial";
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    /* 38.4px */
    margin-bottom: 40px;
}

.presence-section h3 i {
    color: #550B18;
}

/* pourquoi */

.pourquoi-card {
    border-radius: 24px;
    border: 1px solid #EFE9DD;
    padding: 32px;
}

.pourquoi-card h5 {
    color: #1C1C1C;
    font-family: "Test Tiempos Headline";
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    /* 26px */
    margin: 0;
    display: flex;
    align-items: center;
}

.pourquoi-card hr {
    margin: 30px 0;
}

.pourquoi-card ul {
    list-style: none;
    padding: 0;
    margin: 0 0 10px 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.pourquoi-card ul li {
    display: flex;
    align-items: center;
    gap: 16px;
}

.pourquoi-card ul li span {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pourquoi-card ul li h6 {
    color: #1C1C1C;
    font-family: "Beausite Classic Trial";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.pourquoi-card ul li h6 i {
    color: #1C1C1C;
    font-family: "Beausite Classic Trial";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    opacity: 0.6;
    display: block;
    margin-top: 3px;
}

.progress,
.progress-stacked {
    --bs-progress-height: 23px;
    --bs-progress-font-size: 0.75rem;
    --bs-progress-bg: rgba(1, 7, 12, 0.04);
    --bs-progress-border-radius: var(--bs-border-radius);
    --bs-progress-box-shadow: var(--bs-box-shadow-inset);
    --bs-progress-bar-color: #fff;
    --bs-progress-bar-bg: rgb(28 28 28 / 20%);
    --bs-progress-bar-transition: width 0.6s ease;
}

.pourquoi-card .progress {
    margin-bottom: 20px;
}

.pourquoi-card-red {
    background: #EFE9DD;
}

.pourquoi-card-red .progress,
.pourquoi-card-red .progress-stacked {
    --bs-progress-height: 23px;
    --bs-progress-font-size: 0.75rem;
    --bs-progress-bg: rgba(1, 7, 12, 0.04);
    --bs-progress-border-radius: var(--bs-border-radius);
    --bs-progress-box-shadow: var(--bs-box-shadow-inset);
    --bs-progress-bar-color: #fff;
    --bs-progress-bar-bg: #550B18;
    --bs-progress-bar-transition: width 0.6s ease;
}

.btn-yellow {
    border-radius: 100px;
    border: none;
    border-bottom: 1px solid #65090E;
    background: #F2E5C5;
    color: #65090E;
    font-family: "Beausite Classic Trial";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    /* 16px */
    padding: 10px 16px;
    transition: all 0.5s;
}

.btn-yellow:hover {
    background: #65090E;
    color: #f2e5c5;
}

/* touchent */

.testimonial-slider-wrapper {
    background: #EFE9DD;
    border-radius: 24px;
    padding: 10px;
    display: flex;
    align-items: center;
    position: relative;
}

.testimonial-image-section,
.testimonial-image-container {
    border-radius: 20px;
    overflow: hidden;
    width: 50%;
    height: 400px;
}

.testimonial-image-section img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testimonial-image-container {
    width: 100%;
}

.testimonial-content-section {
    width: 50%;
    padding: 32px;
    position: relative;
}

.testimonial-text {
    color: #1C1C1C;
    font-family: "Beausite Classic Trial";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 40px !important;
}

.testimonial-author {
    color: #1C1C1C;
    font-family: "Beausite Classic Trial";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    /* 16px */
}

.testimonial-author-rating {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgb(28 28 28 / 20%);
}

.testimonial-rating {
    color: red;
}

.testimonial-location {
    color: rgb(28 28 28 / 60%);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    /* 14px */
}

.testimonial-nav-top-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 40px;
    gap: 12px;
}

.testimonial-nav-top-right button {
    padding: 0;
    margin: 0;
    background: transparent;
    border: none;
}

.testimonial-pagination {
    position: absolute;
    bottom: 0;
    left: 50%;
    padding: 32px;
}

.testimonial-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.testimonial-dots button {
    width: 8px;
    height: 8px;
    border-radius: 100%;
    border: none;
    padding: 0;
    background: #550b18;
    opacity: 0.1;
}

.testimonial-dots button.active {
    opacity: 1;
}

/* Footer */

footer {
    background: #65090E;
    padding-top: 100px;
}

footer h4 {
    color: #FFF;
    font-family: "Test Tiempos Headline";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    /* 24px */
    margin-bottom: 20px;
}

.footer-links li a {
    color: #FFF;
    font-family: "Beausite Classic Trial";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    /* 16px */
    margin-bottom: 12px;
    display: block;
}

.footer-logo {
    max-width: 160px;
    display: block;
    width: 100%;
    margin: 0 auto 20px;
}

footer h6 {
    color: #FFF;
    text-align: center;
    font-family: "Beausite Classic Trial";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

footer .btn-yellow {
    color: #550B18;
    text-align: center;
    font-family: "Beausite Classic Trial";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    /* 14px */
    letter-spacing: 0.42px;
    text-transform: uppercase;
    padding: 23px 29px;
    margin: 0 auto;
    display: block;
    border: 1px solid #F2E5C5;
}

.social-links li a {
    display: flex;
    align-items: center;
    color: #FFF;
    text-align: right;
    font-family: "Beausite Classic Trial";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    /* 16px */
}

.social-links li a span {
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.footer-last {
    max-width: 50%;
    margin-left: auto;
}

.footer-line-img {
    padding: 60px 0;
}

.copyright {
    color: var(--Mint, #EBFFF6);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    padding-bottom: 60px;
}

/* login */
body.bg-light {
    background: #EFE9DD !important;
}