/*========== Base ==========*/
@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&display=swap');
/* font-family: "Merriweather", serif; */
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
/* font-family: "Raleway", sans-serif; */

* {
    padding: 0px;
    margin: 0px;
    outline: none;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    padding: 0px;
    margin: 0px;
    outline: none;
    color: #ffffff;
}

a:hover {
    text-decoration: none;
}

a,
a:hover,
button,
header {
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
}

ul,
li {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

img {
    padding: 0px;
    margin: 0px;
    border: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0px;
    margin: 0px;
    font-weight: normal;
}

/*========== Body ==========*/
html {
    width: 100%;
}

body {
    width: 100%;
    margin: 0px;
    padding: 0px;
    background: #000000;
    color: #ffffff;
    font-weight: normal;
    line-height: normal;
    font-family: "Raleway", sans-serif;
}

/*========== Common CSS ==========*/
.btn-common {
    padding: 16px 30px;
    border-radius: 48px;
    font-weight: 600;
    display: inline-block;
    line-height: 1.5;
}

.btn-red {
    background: #DC2626;
}

.btn-black {
    background: #000000;
}

.btn-border {
    border: 1px solid #ffffff;
    line-height: 1.3;
}

.btn-red:hover,
.btn-black:hover {
    background: #ffffff;
    color: #FF1744;
}

.cpt-50 {
    padding-top: 72px;
}

.cmx-15 {
    margin-left: -15px;
    margin-right: -15px;
}

.cmx-15>* {
    padding-left: 15px;
    padding-right: 15px;
}

.italic {
    font-style: italic;
}

.rounded-12 {
    border-radius: 12px;
}


/*========== Custom CSS ==========*/
.header {
    background: url(../images/hero-bg-img.jpg) no-repeat bottom center;
    background-size: cover;
    min-height: 976px;
}

.header .navbar {
    padding: 20px 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}

.navbar .navbar-toggler {
    /* display: block; */
    padding: 0px;
    border: none;
    outline: none;
    box-shadow: none;
}

.navbar-toggler .navbar-toggler-icon {
    background: url(../images/toggle-icon.svg);
    width: 24px;
    height: 24px;
}

.header-navbar {
    flex: 1;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
}

.navbar-list .navbar-nav {
    background: rgba(255, 255, 255, 10%);
    padding: 16px 40px;
    border-radius: 48px;
    gap: 48px;
}

.navbar-list .navbar-nav .nav-item .nav-link {
    color: #ffffff;
    font-weight: 500;
    padding: 0px;
    line-height: 24px;
}

.navbar-list .navbar-nav .nav-item .nav-link.active,
.navbar-list .navbar-nav .nav-item .nav-link:hover {
    color: #FF1744;
}

.header.header-fix .navbar {
    background: url(../images/header-fix-bg.jpg) no-repeat;
    background-size: cover;
}

.content-area {
    padding-top: 96px;
}

.banner-info {
    text-align: center;
    padding-top: 50px;
}

.banner-info h1 {
    font-size: 60px;
    line-height: 72px;
    font-family: "Merriweather", serif;
    letter-spacing: 2.4px;
}

.banner-info h1 span {
    color: #DC2626;
    font-style: italic;
}

.banner-info p {
    margin: 24px 0 48px 0;
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
    letter-spacing: 0.4px;
    color: #FFFFFF;
}

.banner-info p span {
    color: #DC2626;
}

.group-btns {
    display: flex;
    justify-content: center;
    gap: 16px;
}

.section-title h3 {
    font-size: 48px;
    line-height: 1.3;
    font-family: "Merriweather", serif;
}

.section-title h3 span {
    color: #FF1744;
}

.section-title p {
    margin: 16px 0 0 0;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
}

.bg-linear {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.07) 100%);
    ;
}

.pleasurable-info {
    background: rgba(255, 255, 255, 7%);
    border: 1px solid rgba(255, 255, 255, 10%);
    padding: 30px;
    border-radius: 16px;
    margin: 48px 0 72px 0;
}

.pleasurable-info ul {
    display: flex;
}

.pleasurable-info ul li {
    flex: 1;
    text-align: center;
}

.pleasurable-info ul li:last-child {
    border-color: transparent;
}

.pleasurable-info ul li label {
    display: block;
    font-family: "Merriweather", serif;
    font-size: 38px;
    line-height: 49px;
    margin-bottom: 20px;
}

.pleasurable-info ul li span {
    font-size: 20px;
    line-height: 1.5;
    display: block;
}

.your-fantasies {
    padding: 72px 48px;
    background: rgba(255, 255, 255, 7%);
    border-radius: 16px;
}

.your-fantasies .section-title {
    margin-bottom: 48px;
}

.fantasies-card {
    background: #000000;
    border-radius: 16px;
    padding: 8px;
    height: 100%;
}

.card-picture {
    width: 100%;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
}

.card-picture:hover {
    transform: scale(1.05);
}

.fantasies-card .fantasies-info {
    padding: 20px;
}

.fantasies-info h3 {
    font-size: 20px;
    font-family: "Merriweather", serif;
    line-height: 1.5;
    min-height: 60px;
}

.fantasies-info p {
    margin: 16px 0 0 0;
    font-size: 14px;
    line-height: 1.5;
}

.how-it-works {
    padding-top: 72px;
    padding-bottom: 81px;
}

.how-it-work-line {
    width: 100%;
    position: absolute;
    top: 5px;
    height: 253px;
}

.how-it-works-info {
    display: flex;
    gap: 80px;
    padding: 0 95px 0 105px;
    position: relative;
    z-index: 1;
    margin-top: 48px;
}

.how-it-works-info li {
    flex: 1;
    text-align: center;
}

.how-it-works-info li .number {
    width: 64px;
    aspect-ratio: 1;
    background: #DC2626;
    border-radius: 100px;
    margin: 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 34px;
    font-weight: 600;
    padding-bottom: 7px;
}

.how-it-works-info li h3 {
    font-size: 20px;
    line-height: 1.5;
    font-family: "Merriweather", serif;
    margin: 28px 0 16px 0;
}

.how-it-works-info li p {
    margin: 0px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
}

.how-it-works-info li:nth-child(2) {
    padding-top: 44px;
}

.how-it-works-info li:nth-child(3) {
    padding-top: 109px;
}

.community-stories {
    background: #000000;
    padding: 72px 0;
}

.stories-card {
    background: rgba(255, 255, 255, 7%);
    border: rgba(255, 255, 255, 10%);
    border-radius: 16px;
    height: 100%;
    overflow: hidden;
}

.stories-card .stories-info {
    padding: 20px;
}

.stories-info h3 {
    font-size: 20px;
    font-family: "Merriweather", serif;
    line-height: 1.5;
}

.stories-info p {
    margin: 16px 0 0 0;
    font-size: 14px;
    line-height: 1.5;
}

.stories-info ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 16px;
}

.stories-info ul li {
    padding: 5px 16px;
    border-radius: 48px;
    background: rgba(255, 255, 255, 7%);
    border: 1px solid rgba(255, 255, 255, 10%);
    font-size: 12px;
    font-weight: 500;
}

.view-share {
    margin-top: 20px;
    display: flex;
    border: 1px solid rgba(255, 255, 255, 10%);
    border-radius: 100px;
    padding: 9px;
}

.view-share .view-share-btn {
    flex: 1;
    border-right: 1px solid rgba(255, 255, 255, 10%);
    padding: 2px;
    display: flex;
    justify-content: center;
    gap: 16px;
}

.view-share .view-share-btn:last-child {
    border-color: transparent;
}

.view-share .view-share-btn span {
    font-weight: 500;
}

.faqs {
    padding: 72px 0 64px;
    background: rgba(255, 255, 255, 7%);
}

.accordion-button::after {
    width: 24px;
    height: 24px;
    background-image: url(../images/plus-icon.svg);
    background-size: cover;
}

.accordion-button:not(.collapsed)::after {
    background-image: url(../images/minus-icon.svg);
}

.accordion .accordion-item {
    margin-bottom: 16px;
    background: #000000;
    border: 1px solid rgba(255, 255, 255, 10%);
    border-radius: 16px;
    padding: 24px;
    padding-bottom: 8px;
}

.accordion .accordion-button {
    background: transparent;
    padding: 0;
    font-size: 20px;
    line-height: 1.5;
    font-family: "Merriweather", serif;
    color: #ffffff;
    box-shadow: none;
    border-bottom: 1px solid transparent;
    padding-bottom: 16px;
    gap: 16px;
}

.accordion .accordion-button[aria-expanded="true"] {
    border-bottom-color: rgba(255, 255, 255, 10%);
}

.accordion .accordion-item .accordion-body {
    padding: 16px 0;
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    line-height: 1.5;
}

.accordion .accordion-item .accordion-body a {
    color: #FF1744;
}

.cta-section-main {
    background: rgba(255, 255, 255, 7%);
    padding-bottom: 72px;
}

.cta-section {
    background: #000101;
    background-size: cover;
    padding: 104px 0;
    border-radius: 16px;
}

.footer {
    /* background: #1E0505; */
    padding: 48px 0 70px 0;
}

.footer .footer-row {
    display: flex;
    justify-content: space-between;
}

.footer-row .footer-logo {
    width: 352px;
}

.footer-row .footer-ptag {
    margin: 24px 0 0 0;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 500;
}

.footer-row .footer-right {
    display: flex;
    gap: 152px;
}

.footer-links h3 {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 24px;
    font-family: "Merriweather", serif;
}

.footer-links .footer-link-area {
    display: flex;
    gap: 32px;
}

.footer-links .footer-contact-area {
    width: 224px;
}

.footer-links .footer-link-area ul {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.footer-links .footer-link-area ul li a {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 500;
}

.footer-bottom {
    background: rgba(255, 255, 255, 7%);
    border-top: 1px solid rgba(255, 255, 255, 10%);
}

.footer-bottom-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px 0;
}

.footer-bottom-row p {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 500;
    margin: 0px;
}

.footer-bottom-row ul {
    display: flex;
    align-items: center;
    gap: 24px;
    font-family: "Merriweather", serif;
}

.scroll-top-arrow {
    font-size: 20px;
    color: #fff;
    background-color: #DC2626;
    display: none;
    height: 44px;
    width: 44px;
    cursor: pointer;
    padding: 8px;
    position: fixed;
    bottom: 60px;
    right: 40px;
    text-align: center;
    text-decoration: none;
    z-index: 80;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}