/* ***** Common Css **** */
:root {
    scroll-behavior: initial;
}

* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
}
a:hover,
a:focus,
a:active {
    text-decoration: none;
}
ol,
ul {
    margin: 0;
    padding: 0;
}
img {
    display: block;
}
a,button {
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
    text-decoration: none;
}

body {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    background: #FF7B6A;
    text-decoration: none;
}
figure{
    margin: 0;
}

.main-wrpper {
    height: 100%;
    width: 100%;
    overflow: hidden;
}
.container{
    max-width: 1480px;
}
/* ***** End Common Css **** */

/* **** Hero Banner **** */
.hero-banner-wrp{
    background: url(/assets/hero-banner-back-fb9c5c6030363214ccb746f2be0315f2f05dda731366e44414b95a3f17752a23.png) 0 0 no-repeat;
    background-size: cover;
    position: relative;
    padding: 70px 0 140px;
}
.hero-banner-wrp:after{
    position: absolute;
    content: '';
    background: #000;
    opacity: 0.75;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.hero-banner-wrp:before{
    position: absolute;
    content: '';
    background: url(/assets/glow-img-5bd27c09e70610ab65b0b20955446f2c81b3216401a82e7a3a22b5bda89aa788.png) 0 0 no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
.container{
    position: relative;
    z-index: 2;
}
.logo-block{
    margin: 0 auto 120px;
}
.logo-block figure{
    max-width: 405px;
    margin: 0 auto 15px;
}
.logo-block figure img{
    width: 100%;
}
.logo-block h4{
    text-align: center;
    margin: 0 auto;
    font-weight: 400;
    font-size: 34px;
    line-height: 50px;
    letter-spacing: 5px;
    color: #fff;
    text-transform: uppercase;
}
.logo-block h4 span{
    color: #FF7B6A;
}

.banner-data{
    max-width: 750px;
    margin: 0 auto;
}
.banner-data h1{
    margin: 0 auto 20px;
    font-weight: 400;
    font-size: 62px;
    line-height: 72px;
    text-align: center;
    color: #FF7B6A;
}
.banner-data p{
    margin: 0 auto 60px;
    font-weight: 400;
    font-size: 28px;
    line-height: 39px;
    text-align: center;
    color: #FFFFFF;
}
.banner-data .btn-main{
    margin: 0 auto;
}
.btn-main{
    display: table;
    padding: 15px 45px;
    background: #FF375C;
    border-radius: 50px;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    border: none;
}
.btn-main:hover{
    background: #FF7B6A;
    color: #fff;
}
.btn-secondary{
    display: table;
    padding: 15px 45px;
    background: #FF7B6A;
    border-radius: 50px;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    border: none;
}
.btn-secondary:hover{
    background: #FF375C;
    color: #fff;
}
/* **** End Hero Banner **** */

/* **** Passion Takes Over **** */
.passion-wrp{
    padding: 175px 0 350px;
    position: relative;
}
.passion-wrp:after{
    position: absolute;
    content: '';
    width: 100%;
    height: 50%;
    background: #fff;
    bottom: 0;
    left: 0;
    right: 0;
}
.passion-wrp .container{
    position: relative;
    z-index: 1;
}
.passion-title{
    padding: 0 50px;
    margin: 0 0 -250px;
}
.passion-title h2{
    margin: 0;
    font-weight: 500;
    font-size: 205px;
    line-height: 172px;
    color: #FFFFFF;
}
.passion-title p{
    font-weight: 400;
    font-size: 22px;
    line-height: 33px;
    color: #FFFFFF;
    max-width: 530px;
    margin: 0 0 0 auto;
}

.passion-kit-row{
    padding: 55px 65px 100px;
    background: linear-gradient(270deg, #110C0C -70.62%, #DA6859 170.62%);
}
.passion-kit-row .row{
    align-items: flex-end;
}
.passion-kit-img figure{
    max-width: 585px;
    margin: 0 auto;
}
.passion-kit-img figure img{
    width: 100%;
}

.passion-kit-right{
    max-width: 520px;
    margin: 0 0 0 auto;
}
.passion-kit-right .btn-group{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 0 0 75px;
}
.passion-kit-list{
    margin: 0 0 40px;
}
.passion-kit-list ul{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -8px;
}
.passion-kit-list ul li{
    padding: 0 8px;
    width: 50%;
}
.passion-kit-box{
    display: flex;
    flex-flow: column;
    justify-content: flex-end;
    min-height: 230px;
    height: calc(100% - 16px);
    margin: 0 0 16px;
    padding: 20px;
    background: #A56D66;
    border-radius: 30px;
}
.passion-kit-box h3{
    margin: 0 0 5px;
    font-weight: 800;
    font-size: 21.5157px;
    line-height: 24px;
    color: #FFFFFF;
}
.passion-kit-box p{
    margin: 0;
    font-weight: 400;
    font-size: 16.5505px;
    line-height: 21px;
    color: #FFFFFF;
}

.price-box{
    background: #000;
    align-items: center;
    justify-content: center;
}
.passion-kit-box .inner-kit-price h3{
    margin: 0 auto;
    font-weight: 700;
    font-size: 41px;
    line-height: 29px;
    color: #FFFFFF;
}
.passion-kit-box .inner-kit-price h4{
    margin: 0 auto 10px;
    font-weight: 400;
    font-size: 27px;
    line-height: 47px;
    text-decoration-line: line-through;
    color: #FFFFFF;
    text-align: center;
}
.passion-kit-box .inner-kit-price label{
    display: table;
    margin: 0 auto;
    max-width: 130px;
    text-align: center;
    font-weight: 700;
    font-size: 12.5103px;
    line-height: 14px;
    text-align: center;
    color: #FFFFFF;
    background: #3AA76E;
    border-radius: 50px;
    padding: 10px;
    width: 100%;
}

.passion-kit-right .btn-main{
    max-width: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    color: #FFFFFF;
    margin: 0 auto 20px;
    padding: 20px;
}
.passion-kit-right .btn-main img{
    min-width: 20px;
    margin-right: 10px;
}
.passion-kit-right h6{
    margin: 0 auto;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
}

.passion-kit-listing{
    padding: 45px 55px;
    background: #FF7B6A;
}
.passion-kit-listing-box{
    display: flex;
}
.passion-kit-listing-box figure{
    margin-right: 15px;
    min-width: 52px;
    width: 52px;
    height: 52px;
}
.passion-kit-listing-box figure img{
    max-width: 100%;
    max-height: 100%;
}
.passion-kit-bdata h4{
    margin: 0 0 5px;
    font-weight: 800;
    font-size: 26px;
    line-height: 29px;
    color: #000000;
}
.passion-kit-bdata p{
    margin: 0;
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    color: #FFFFFF;
}
/* **** End Passion Takes Over **** */

/* **** How it Works **** */
.how-it-work-wrp{
    position: relative;
    padding: 0 0 160px;
    background: #000 url(/assets/work-back-cac69fd58678513bd56ac5de72f10892e3e6635496e19c8d21497eed5b31de8c.png) center no-repeat;
    background-size: 1650px;
}
.how-it-work-block{
    padding: 100px 85px 130px;
    position: relative;
    background: linear-gradient(180deg, #110C0C 50%, #DA6859 426.22%);
    top: -350px;
    margin: 0 0 -350px;
}
.how-it-work-block h2{
    margin: 0 auto 145px;
    font-weight: 400;
    font-size: 34px;
    line-height: 50px;
    text-align: center;
    letter-spacing: 5px;
    color: #FFFFFF;
}
.work-right-part{
    max-width: 625px;
    margin: 0 0 0 auto;
}
.work-right-part figure img{
    width: 100%;
    border-radius: 40px;
    margin: 0 0 45px;
}
.image-slider{
    position: relative;
    width: 100%;
    margin: 0 0 45px;
}
.image-slider .slide{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-radius: 40px;
    opacity: 0;
    transition: opacity 0.8s ease-in-out;
}
.image-slider .slide.active{
    position: relative;
    opacity: 1;
}
.work-right-part .btn-main{
    margin: 0 auto;
    font-size: 19px;
    padding:20px 30px;
    line-height: 24px;
}
.work-left-part{
    max-width: 460px;
    margin: 0;
}
.work-left-part h3{
    margin: 0 0 40px;
    font-weight: 400;
    font-size: 86px;
    line-height: 84px;
    color: #FF7B6A;
}
.work-left-part h3 span{
    color: #fff;
}
.work-left-part p{
    margin: 0 0 40px;
    font-weight: 400;
    font-size: 22px;
    line-height: 33px;
    color: #FFFFFF;
}
.work-left-part h4{
    margin: 0 0 20px;
    font-weight: 800;
    font-size: 22px;
    line-height: 29px;
    color: #FFFFFF;
    text-transform: uppercase;
}
.work-left-part ul{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -9px;
}
.work-left-part ul li{
    width: 50%;
    padding: 0 9px;
}
.work_line{
    margin: 0 0 18px;
    background: #A56D66;
    border-radius: 25px;
    min-height: 115px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.work_line h5{
    margin: 0;
    font-weight: 700;
    font-size: 19px;
    line-height: 22px;
    text-align: center;
    color: #FFFFFF;
}

.how-it-work-block-night{
    padding: 126px 85px;
    position: relative;
}
.how-it-work-block-night .work-right-part{
    margin: 0;
}
.how-it-work-block-night .work-left-part{
    margin: 0 0 0 auto;
}
/* **** End How it Works **** */

/* **** Testimonial **** */
.testimonail-wrp{
    padding: 0 0 155px;
    background: #FF7B6A;
}
.how-it-work-block-night-three{
    padding: 126px 85px;
    background: linear-gradient(90deg, #110C0C -70.62%, #DA6859 170.62%);
    position: relative;
    margin: -160px 0 70px;
}
.work-right-part .btn-group{
    display: flex;
    align-items: center;
    gap: 20px;
}
.work-right-part .btn-group img{
    border-radius: 0;
    max-width: 68px;
}
.work-right-part .btn-group .btn-main{
    margin: 0;
}
.order-action-bx{
    max-width: 400px;
    margin: 0 auto;
}
.order-action-bx .btn-main{
    margin: 0 auto 20px;
    background: #000;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.order-action-bx .btn-main figure{
    min-width: 20px;
    margin: 0 10px 0 0;
}
.order-action-bx .btn-main:hover{
    background: #FF375C;
    color: #fff;
}
.order-action-bx p{
    text-align: center;
    margin: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #000000;
}

.testimonail-row{
    padding: 90px 0 0;
}
.testimonail-title{
    margin: 0 auto 55px;
    max-width: 825px;
}
.testimonail-title h2{
    margin: 0 auto 15px;
    font-weight: 600;
    font-size: 62px;
    line-height: 72px;
    text-align: center;
    color: #000000;
}
.testimonail-title p{
    font-weight: 400;
    font-size: 28px;
    line-height: 39px;
    text-align: center;
    color: #FFFFFF;
    margin: 0 auto;
}
.testimonail-block{
    padding: 35px;
    background: #000;
    border-radius: 35px;
    display: flex;
    flex-flow: column;
    height: 100%;
}
.testimonail-top{
    display: flex;
    align-items: center;
    margin: 0 0 20px;
}
.testimonail-top figure{
    display: flex;
    align-items: center;
    gap: 8px;
}
.testimonail-top figure img{
    width: 35px;
}
.testimonail-top label{
    margin: 0 0 0 auto;
    padding: 12px 25px;
    background: #14CB79;
    border-radius: 50px;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
}
.testimonail-data h3{
    margin: 0 0 15px;
    font-weight: 800;
    font-size: 29px;
    line-height: 29px;
    color: #FFFFFF;
}
.testimonail-data p{
    margin: 0;
    font-weight: 400;
    font-size: 22px;
    line-height: 32px;
    color: #FFFFFF;
}
/* **** End Testimonial **** */

/* **** Story **** */
.story-wrp{
    padding: 170px 0;
    background: #000;
}
.story-wrp h2{
    margin: 0 auto 90px;
    font-weight: 600;
    font-size: 62px;
    line-height: 72px;
    text-align: center;
    color: #FFFFFF;
}
.story-img img{
    width: 330px;
    height: 330px;
    border-radius: 100%;
    object-fit: cover;
    margin: 0 auto 35px;
}
.story-img h3{
    margin: 0 auto 15px;
    font-weight: 600;
    font-size: 38px;
    line-height: 26px;
    text-align: center;
    color: #FFFFFF;
}
.story-img p{
    margin: 0;
    font-weight: 400;
    font-size: 22px;
    line-height: 32px;
    text-align: center;
    color: #FF7B6A;
}
.story-data{
    padding: 0 0 0 50px;
}
.story-data figure{
    margin: 0 auto 15px;
    max-width: 70px;
}
.story-data figure img{
    width: 100%;
}
.story-data h3{
    font-weight: 600;
    font-size: 42px;
    line-height: 46px;
    color: #DA6859;
    margin: 0 0 15px;
}
.story-data p{
    margin: 0 0 25px;
    font-weight: 400;
    font-size: 22px;
    line-height: 32px;
    color: #FFFFFF;
}
.story-data p:last-child{
    margin: 0;
}
/* **** End Story **** */

/* **** Still Question **** */
.still-question-wrp{
    padding: 120px 0 200px;
}
.still-question-row{
    padding: 45px;
    background: #000;
    border-radius: 40px;
    margin: 0 auto 75px;
}
.still-question-row h2{
    margin: 0 auto 20px;
    font-weight: 400;
    font-size: 34px;
    line-height: 50px;
    text-align: center;
    letter-spacing: 5px;
    color: #FFFFFF;
}
.still-question-row p{
    margin: 0 auto 20px;
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    color: #FFFFFF;
    text-align: center;
}
.still-question-row .btn-main{
    margin: 0 auto;
    font-size: 19px;
    line-height: 26px;
}
/* **** End Still Question **** */

/* **** Footer **** */
footer{
    background: #000;
}
.footer-top{
    padding: 70px 0;
}
.footer-logo{
    max-width: 420px;
}
.footer-logo img{
    width: 100%;
}
.quicklinks h3{
    margin: 0 0 20px;
    font-weight: 600;
    font-size: 22px;
    line-height: 27px;
    color: #FFFFFF;
}
.quicklinks ul li{
    margin: 0 0 20px;
}
.quicklinks ul li:last-child{
    margin: 0;
}
.quicklinks ul li a{
    font-weight: 400;
    font-size: 22px;
    line-height: 27px;
    color: #999999;
}
.quicklinks ul li a:hover{
    color: #FF7B6A;
}

.copyright-wrp{
    padding: 40px 0;
}
.copyright-wrp p{
    margin: 0 auto;
    text-align: center;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #FFFFFF;
}
/* **** End Footer **** */
/* **** Modal Styles **** */
.modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.9);
}

.modal-content {
    background-color: #1a1a1a;
    margin: 5% auto;
    padding: 40px;
    border-radius: 20px;
    width: 90%;
    max-width: 800px;
    position: relative;
}

.modal-content h3 {
    color: #FF7B6A;
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 30px;
    text-align: center;
}

.modal-images {
    text-align: center;
}

.modal-image {
    width: 100%;
    border-radius: 15px;
    max-height: 70vh;
    object-fit: contain;
}

.close {
    color: #fff;
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #FF7B6A;
}
/* **** End Modal Styles **** */

/* **** Static Pages Styles **** */
.static-header {
    background: #000;
    padding: 30px 0;
    text-align: center;
    border-bottom: 1px solid rgba(255, 123, 106, 0.3);
}

.header-container {
    max-width: 1480px;
    margin: 0 auto;
    padding: 0 15px;
}

.header-logo-link {
    display: inline-block;
}

.header-logo {
    max-width: 200px;
    height: auto;
}

.header-tagline {
    color: #FF7B6A;
    font-size: 16px;
    margin: 10px 0 0;
    letter-spacing: 2px;
}

/* Static page container override */
.static-header + .container {
    max-width: 100%;
    padding: 0;
    background: #000;
    min-height: calc(100vh - 120px);
}

/* Full page black background for static pages */
.static-header ~ * {
    background: #000;
}

.content-section {
    background: #000;
    padding: 60px 40px 80px;
    margin: 0 auto;
    min-height: calc(100vh - 150px);
    max-width: 1200px;
}

.section-title {
    color: #FF7B6A;
    font-size: 48px;
    font-weight: 600;
    text-align: center;
    margin: 0 0 40px;
}

.content-section h2 {
    color: #FF7B6A;
    font-size: 24px;
    font-weight: 600;
    margin: 35px 0 15px;
    padding-top: 10px;
    border-top: 1px solid rgba(255, 123, 106, 0.15);
}

.content-section h2:first-of-type {
    border-top: none;
    padding-top: 0;
}

.content-section h3 {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    margin: 20px 0 12px;
}

.content-section p {
    color: #ccc;
    font-size: 16px;
    line-height: 1.8;
    margin: 0 0 15px;
}

.content-section ul {
    margin: 0 0 20px 25px;
    padding: 0;
}

.content-section ul li {
    color: #ccc;
    font-size: 16px;
    line-height: 1.8;
    margin: 0 0 8px;
    list-style: disc;
}

.legal-content {
    max-width: 800px;
    margin: 0 auto;
}

.legal-content h2:first-of-type {
    margin-top: 0;
}

.last-updated {
    color: #999;
    font-style: italic;
    text-align: center;
    margin-bottom: 40px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(255, 123, 106, 0.2);
}

.company-info {
    background: rgba(255, 123, 106, 0.08);
    padding: 25px;
    border-radius: 12px;
    border: 1px solid rgba(255, 123, 106, 0.25);
    color: #ccc;
    line-height: 1.8;
    margin: 15px 0;
}

.company-info strong {
    color: #FF7B6A;
}

.inline-link {
    color: #FF7B6A;
    text-decoration: none;
    transition: color 0.3s ease;
}

.inline-link:hover {
    color: #FF375C;
    text-decoration: underline;
}

/* Static page footer spacing */
.content-section .company-info:last-child {
    margin-bottom: 0;
}

@media(max-width: 767px) {
    .content-section {
        padding: 40px 20px 60px;
    }

    .section-title {
        font-size: 28px;
        margin-bottom: 30px;
    }

    .content-section h2 {
        font-size: 20px;
    }

    .content-section h3 {
        font-size: 16px;
    }

    .header-logo {
        max-width: 150px;
    }

    .legal-content {
        max-width: 100%;
    }

    .company-info {
        padding: 20px;
    }
}
/* **** End Static Pages Styles **** */
