/*	################################################################
	File Name: style.css
	Template Name: Beauty Spa
	Created By: Shah Zobayer Ahmed
	http://zobayer.com

	1) GENERAL STRUCTURES
	2) HEADER SECTION
	3) ABOUT SECTION
	4) NEWS LATTER SECTION
	5) CONTACT SECTION
	6) FOOTER SECTION
	7) RESPONSIVE STRUCTURES
################################################################# */
/* *******************
 * 1. GENERAL SECTION
 ******************* */

*{margin: 0;padding: 0px;}
body {
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 20px;
    position: relative;
    background: #fff;
    padding: 0;
    margin: 0;
    overflow: visible;
}

div.body {
    height: 100%;
    width: 100%;
}

.clear {
    clear: both;
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    width: 100%;
}
::-moz-selection {
    color: #ccc;
    text-shadow: none;
    background: #ccc;
}
::-webkit-input-placeholder {
    color: #fff !important;
}
:-moz-placeholder {
    color: #fff !important;
}
::-moz-placeholder {
    color: #000 !important;
}
:-ms-input-placeholder {
    color: #000 !important;
}
.subscribe::-webkit-input-placeholder {
    color: #000 !important;
}
.subscribe:-moz-placeholder {
    color: #000 !important;
}
.subscribe::-moz-placeholder {
    color: #000 !important;
}
.subscribe:-ms-input-placeholder {
    color: #000 !important;
}
*,*:after,*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
a {
    color: #e42a97;
    padding: 0;
    margin: 0;
    text-decoration: none;
}
a:hover,a:focus {
    text-decoration: none;
    color: #01090C;
}
a img {
    border: none;
    vertical-align: bottom;
}
a.remove {
    display: block;
    height: 18px;
    width: 18px;
    margin: 10px;
    padding-left: 0 !important;
    text-indent: -9999px;
    background: #01090C;
    border-radius: 100px;
    border-style: solid;
    border-width: 1px
}
h1,h2,h3,h4,h5,h6 {
    letter-spacing: 0px;
    font-weight: normal;
    position: relative;
    padding: 0 0 10px 0;
    font-weight: normal;
    font-family: 'Roboto', serif;
    line-height: 140% !important;
    color: #e42a97;
}
h1 {font-size: 22px;}
h2 {font-size: 20px;}
h3 {font-size: 18px;}
h4 {font-size: 16px;}
h5 {font-size: 14px;}
h6 {font-size: 13px;}
.lead {
    font-family: 'Raleway', Arial,sans-serif !important;
    font-size: 18px;
    margin: 15px 0;
    padding: 0;
}
audio,video {
    max-width: 100%;
    height: auto;
}
iframe,embed,object {
    max-width: 100%;
}
input,
textarea {
    color: #8F8F8F !important;
    box-shadow: none;
    outline: none
}
.left {
    float: left;
    display: block;
}
.center {
    margin: 0 auto;
    display: block;
    clear: both;
    display: block;
}
.right {
    float: right;
    display: block;
}


body .fixed{
    position: fixed;
    width: 100%;
    display: block;
    background: rgba(0, 0, 0, 0.7);
    z-index: 999;
}

/*
    HEADER SECTION
*/
.header-section {
    position: fixed;
    top: 0;
    width: 100%;
    background: black;
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 0;
    min-height: auto;
    z-index: 999;
    transition: 0.3s;
}



.navbar-header {
}


.navbar-brand {
    height: auto;
    padding-left: 0;
    padding-right: 0;
}
button.navbar-toggle {
    margin-top: 25px;
}
.nav {
}
.navbar-nav {
    margin-left: 80px;
    margin-top: 16px;
    display: block;
}

.navbar-nav > li {
}

.navbar-nav > li > a {
    color: #fff !important;
    font-size: 14px;
    font-family:'ProximaNovaA-Semibold';
}
.navbar-nav > li > a:hover{
    color: #e42a97 !important;
}

i.fa.fa-shopping-cart {
    color: #fff;
    margin-right: 10px;
}
.navbar-right > li {
}

.navbar-right > li > a {
}

.fa-search {
}

.fa-cart {
}

.cover-section {
    background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)),url(../image/tarotbg.jpg) no-repeat;
    background-size: cover;
    text-align: center;
    padding: 150px 0;
    ba
}

.container {
}

.row {
}

.col-md-12 {
}

.col-md-12 > h4 {
}

.col-md-12 > h2 {
}

.col-md-12 > a {
}

.col-md-12 > p {
}

.slider-item {
}

.slider-item > img {
}

.slider-item > h2 {
    font-size: 24px;
    font-weight: 800;
    text-transform: uppercase;
    font-family:'ProximaNova-Extrabld';
    color: #fff;
    margin:0;
}

.slider-item > p {
    font-family:'ProximaNovaA-Regular';
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    margin: 0;
}

/*
Purilfy section
 */
.purilfy-section {
    color: #fff;
    background: #e42a97;
    display: block;
    text-align: center;
    padding: 75px 0;
}

.purifliy-item {
}

.purifliy-item > h3 {
    margin: 0;
    padding: 0;
    color:#fff;
    font-weight: 700;
    font-family:'ProximaNovaA-Bold';
    font-size: 26px;
    margin-bottom: 15px;
}

.purifliy-item > p {
    font-family:'ProximaNovaA-Regular';
    font-size: 15px;
    line-height: 24px;
}


/*
OFFER SECTION
 */
.offer-section {
    padding: 110px 0;
    display: block;
    text-align: center;
    background: url(../image/bg1.jpg) no-repeat;
    background-size: cover;
}
.offer-section h2{
    margin: 0;
    padding: 0;
    color:#fff;
    font-weight: 700;
    font-family:'ProximaNovaA-Bold';
    font-size: 26px;
    margin-bottom: 15px;
}
.offer-section h4{
    font-size: 16px;
    color: #fff;
    display: block;
    font-family:'ProximaNovaA-Semibold';
    margin: 0;
    padding: 0;
}
.offer-section a{
    background: #e42a97;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-family:'ProximaNovaA-Semibold';
    padding: 10px 30px;
    display: inline-block;
    margin-top: 10px;
    border-radius: 5px;
    transition: all 0.5s
}
.offer-section a:hover{
    background: #C8197F;
}

.benefit-section {
    text-align: center;
}

.section-title {
    color:  #e42a97;
    font-family:'ProximaNovaA-Semibold';
    font-weight: 600;


}
.benefit-item {
    text-align: center;
    border-top: 1px solid #e2e2e2;
    border-left: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    padding: 0;
}

.benefit-item:last-child{
    border-right: 1px solid #e2e2e2;
}

.benefit-item > h3 {
    color:  #474747;
    font-family:'ProximaNovaA-Semibold';
    font-weight: 600;
}

.benefit-item > a {
}

.benefit-item > a > img {
    margin: 0;
    padding: 0;
    border-radius: 50%;
    margin: 0;
    text-align: center;
    display: inline-block;
    width: 200px;
    height: 200px;
}

.benefit-item > h2 {
    color: #e42a97;
    font-family:'ProximaNovaA-Bold';
    font-size: 18px;
    font-weight: 700;
}

.benefit-item > p {
    font-family:'ProximaNovaA-Regular';
    font-size: 15px;
    line-height: 24px;
    color: #5e5e5e;
    padding: 0 10px;
    margin: 0;
    min-height: 65px;
}
.benefit-item:hover{
    background: #e42a97;
    color: #e42a97
}
.benefit-item:hover p{
    color: #fff;
}

.benefit-item:hover h2{
    color: #fff;
}

.benefit-item:hover img{
    border: 5px solid #e955ac;
}

.benefit-item:hover h3{
    color: #fff;
}


/*
MESSAGE SECTION
 */
.message-section {
    padding: 75px 0;
    text-align: center;
    background: #fbf8fb;
    display: block;
}
.message-section h2{
    font-size: 30px;
    font-family:'ProximaNovaA-Bold';
    font-weight: 700;
    text-align: center;
    color:#e42a97
}
.message-section p{
    font-family:'ProximaNovaA-Regular';
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #474747
}

.news-section {
    display: block;
    background: url(../image/news-bg.jpg) no-repeat;
    background-size: cover;
    padding: 75px 0;
}

.col-md-6 {
}

.news-item {
}
.news-deatils {
    background: #fff;
    display: block;
    overflow: hidden;
    border-radius: 5px;
}

.thumbnail {
    border: none;
    background: transparent;
    padding: 0;
    margin:0;
}

.thumbnail > img {
    margin: 0;
    width: 100%;
    padding: 0;
    border: none;
}

.content {
    padding-top: 13%
}

.content > span {
    font-size: 20px;
    color: #777777;
    font-family:'ProximaNovaA-Regular';
    font-weight: 400;

}

.content > p {
    font-size: 30px;
    font-family:'ProximaNovaA-Bold';
    font-weight: 700;
    text-align: left;
    color:#e42a97;
    line-height: 40px;
}

/*
CLIENT SECTION
 */
.client-section {
    text-align: center;
    display: block;
    background: #fbf8fb;
    padding-top: 82px
}
.client-section .section-title{
    color: #e53099;
    font-weight: 700;
    font-size: 34px;
    font-family:'ProximaNovaA-Bold';
    margin: 0;
    padding: 0;
}

.client-section .title-cap {
    font-size: 16px;
    color: #474747;
    font-family:'ProximaNovaA-Regular';
    font-weight: 400;
    display: block;
    margin-bottom: 30px;
}

i.fa.fa-quote-left {
    display: block;
    color: #e53099;
    margin-bottom: 15px;
}

.client-item{
    display: block;
}

.client-item .client-content {
    background: #fff;
    padding: 20px;
    padding-bottom: 60px;
    box-shadow: 0 1px 10px 1px #E8E8E8;
}

.client-item{
    display: block;
}

.client-item .client-content {
    background: #fff;
    padding: 20px;
    padding-bottom: 60px;
}

.client-item p {
    font-size: 14px;
    color: #474747;
    font-family:'ProximaNovaA-Regular';
    font-weight: 400;
}

.client-item > img {
}

.client-item > h3 {
    color: #e42a97;
    font-weight: 600;
    font-family:'ProximaNovaA-Semibold';
    font-size: 16px;
    position: relative;
    top: -40px;

}
.client-item a {
    height: 80px;
    width: 80px;
    overflow: hidden;
    border-radius: 50%;
    display: block;
    position: relative;
    margin: 0 auto;
    top: -40px;
}

/*
    BLOG SECTION
*/
.blog-section {
    background: #fff;
    display: block;
    text-align: center;
    padding: 80px 0;
}

.blog-section .title-section{
    color: #e53099;
    font-weight: 700;
    font-size: 34px;
    font-family:'ProximaNovaA-Bold';
    margin: 0;
    padding: 0;
}

.blog-section .title-cap {
    font-size: 16px;
    color: #474747;
    font-family:'ProximaNovaA-Regular';
    font-weight: 400;
    display: block;
    margin-bottom: 30px;
}

.blog-thumb {
}

.blog-thumb a{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    display: block;
}


.blog-thumb > img {
}


.blog-content {
    text-align: left;
}

.blog-content > h3 {
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-weight: 700;
    color: #e53099;
    font-family:'ProximaNovaA-Bold';
    margin-bottom: 10px;
}

.blog-content > p {
    font-size: 14px;
    color: #474747;
    font-family:'ProximaNovaA-Regular';
    font-weight: 400;
    line-height: 24px;
    display: block;
    margin-right: 20%
}

.blog-content > a {
    color: #e53099
}


/*
TABLE SECTION
*/
.table-section {
    background: url(../image/tarotsliderbottom.jpg) no-repeat;
    background-size: cover;
    display: block;
    text-align: center;
    padding: 80px 0 105px;
}

.table-section .section-title{
    color: #fff;
    font-weight: 700;
    font-size: 34px;
    font-family:'ProximaNovaA-Bold';
    margin: 0;
    padding: 0;
}

.table-section .section-cap {
    font-size: 16px;
    color: #fff;
    font-family:'ProximaNovaA-Regular';
    font-weight: 400;
    display: block;
    margin-bottom: 30px;
}
.table-content{
    padding: 0 50px;
    display: block;
}

.table-item {
    background: #fff;
    border-radius: 5px;
    padding-top: 30px;
    padding-bottom: 10px;
}

.sliver {
}

.table-item > h2 {
    font-size: 50px;
    font-weight: 600;
    color: #303030;
    font-family:'ProximaNovaA-Semibold';
    margin: 0;
    padding: 0;
}

.table-item > h2 > sup {
    color: #303030;
    font-family:'ProximaNovaA-Regular';
    font-weight: 400;
}
.table-item > h3{
    font-size: 20px;
    font-weight: 700;
    color: #303030;
    font-family:'ProximaNovaA-Bold';
    text-transform: uppercase;
    margin: 0;
    padding: 0;
}
.table-item > a {
    color: #fff;
    font-weight: 600;
    border-radius: 20px;
    padding: 10px 30px;
    font-size: 17px;
    position: relative;
    top: 18px;
}

.sliver > h3 {
    color: #e42a97
}

.table-item > ul {
    display: block;
    margin-top: 0px;
}

.table-item > ul > li {
    font-size: 16px;
    line-height:30px;
    color: #5e5e5e;
    font-family:'ProximaNovaA-Regular';
    list-style: none
}

.sliver > a {
    background: #45c9eb
}

.gold > h3 {
    color: #e53099;
}


.gold > a {
    background: #e53099
}

.platinum > h3 {
    color: #ffae00
}

.platinum > a {
    background: #ffae00
}

/*
FOOTER SECTION
*/
.footer-section {
    text-align: center;
    background-color: #000;
    padding: 30px 0
}

.col-md-3 > h3 {
}

.col-md-3 > a {
}

.col-md-3 > a > img {
}

.col-md-3 > h2 {
}

.col-md-3 > p {
}

.social-media {
    margin-top: 24px;
}

.social-media > li {
    float: left;
    list-style: none;
    margin: 5px;
}

.social-media > li > a {
    background: #e2e2e2;
    border-radius: 50%;
    display: block;
    height: 40px;
    width: 40px;
    text-align: center;
    color: #919191;
}
.social-media > li > a:hover , .social-media > li > a:hover i{
    background: #ea59ad;
    color: #fff !important;
}

.social-media > li > a i{
    color: #919191;
    margin-top: 10px;
    font-size: 18px;
}
.social-media > li > a:hover , .social-media > li > a:hover i{
    background: #ea59ad;
    color: #fff !important;
}


.copyright {
}
.copyright ul{}
.copyright ul li{ }
.copyright ul li a{
    color: #474747 !important;
 }

.copyright ul li a:hover{
    background: transparent !important
}

.copyright > p , .copyright > p a{
    color: #e53099;
    font-weight: 600;
    font-family:'ProximaNovaA-Regular';
    font-size: 16px;
}
.copyright > p a:hover{
    color: #000
}

.top-button a{
    height: 40px;
    width: 40px;
    display: block;
    background: url(../image/arrow.bg.png) #ea59ad no-repeat;
    background-size: auto;
    background-position: center;
    border-radius: 50%;
    float: right;
    margin-top: 30px;
    display: block;
}

.package-card {
    border: none;
    border-radius: 15px;
    box-shadow: 0 5px 25px rgba(0,0,0,0.1);
    transition: 0.3s;
}

.package-card:hover {
    transform: translateY(-5px);
}

.package-title {
    font-weight: bold;
    text-transform: uppercase;
}

.package-desc {
    color: #666;
    margin-bottom: 20px;
}

/* tombol pink sesuai tema lo */
.btn-pink {
    background: #e42a97;
    color: #fff;
    border-radius: 8px;
    padding: 10px 20px;
}

.btn-pink:hover {
    background: #c51f7f;
    color: #fff;
}

.banner {
    text-align: center;
    background-color: #ffffff;
    margin: 0 auto;
}

.banner img {
    max-width: 100%;
    height: auto;
}
/* Contact form styles */
.contact-form {
    padding: 40px 0;
    margin: 0 10px;
}

.form-container {
    max-width: 40%;
    margin: 0 auto;
    padding: 20px;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.161);
}

.contact-form h2 {
    text-align: center;
    margin-bottom: 20px;
}

.form-group {
    margin-bottom: 20px;
}

.form-container label {
    display:block;
    font-weight: bold;
}
.form-container input, textarea{
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-bottom: 1rem;
    resize: vertical;
}
.submit-button {
    padding: 10px 20px;
    background-color: #0dac30;
    border: none;
    color: white;
    border-radius: 4px;
    font-size: 1rem;
    cursor: pointer;
}

/* Contact info styles */
.contact-info {
    text-align: center;
    padding: 50px 0;
    background-color: #f7f7f7;
}

.contact-info h2 {
    margin-bottom: 20px;
}

.form-container {
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
}

/*
RESPONSIVE
*/

@media (max-width: 1200px) {
    .navbar-nav {
        margin-left: 30px;
    }
    .navbar-nav > li > a{
        font-size: 12px;
    }

}

@media (max-width: 992px) {
    .navbar-header {
        width: 100%;
        text-align: center;
    }
    ul.nav.navbar-nav {
        margin: 0;
    }
    .navbar-brand {
        height: auto;
        padding-left: 0;
        padding-right: 0;
        float: none;
        margin: 0 auto;
        display: inline-block;
    }
    .news-item {
        margin: 20px 0;
    }
    .table-content {
        padding: 0 50px;
        display: block;
        margin: 40px 0;
    }
    .social-media {
        margin-top: 24px;
        display: block;
        width: 100%;
        overflow: hidden;
        text-align: center;
    }
    .social-media > li {
        float: none;
        list-style: none;
        margin: 5px;
        display: inline-block;
    }
    a.scroll {
        margin: 10px auto;
        float: none;
    }
    .blog-thumb a {
        margin: 0 auto;
    }
    .blog-content {
        text-align: center;
        margin-bottom: 40px;
    }
}
@media (max-width: 768px) {
    .navbar-brand {
        height: auto;
        padding-left: 0;
        padding-right: 0;
        float: left;
        margin: 0 auto;
        display: inline-block;
        margin-left: 15px;
    }
    button.navbar-toggle.collapsed {
        margin-top: 25px;
        margin-top: 25px;
    }
    .news-item {
        margin: 20px 0;
    }
    .table-content {
        padding: 0 50px;
        display: block;
        margin: 40px 0;
    }
    .social-media {
        margin-top: 24px;
        display: block;
        width: 100%;
        overflow: hidden;
        text-align: center;
    }
    .social-media > li {
        float: none;
        list-style: none;
        margin: 5px;
        display: inline-block;
    }
    a.scroll {
        margin: 10px auto;
        float: none;
    }
    .blog-thumb a {
        margin: 0 auto;
    }
    .blog-content {
        text-align: center;
        margin-bottom: 40px;
    }
    


}
.service-section {
        background-color: #050505;
        background-image: 
            radial-gradient(circle at 50% 0%, rgba(212, 175, 55, 0.08) 0%, transparent 60%),
            url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25'%3E%3Cdefs%3E%3Cpattern id='stars' width='150' height='150' patternUnits='userSpaceOnUse'%3E%3Ccircle cx='2' cy='2' r='1' fill='%23d4af37' opacity='0.2'/%3E%3Ccircle cx='80' cy='120' r='0.5' fill='%23fff' opacity='0.1'/%3E%3C/pattern%3E%3C/defs%3E%3Crect width='100%25' height='100%25' fill='url(%23stars)'/%3E%3C/svg%3E");
        color: #ffffff;
        padding: 100px 0;
    }

    /* Card Wrapper: Tambahin margin luar supaya antar kotak gak nempel */
    .card-wrapper {
        padding: 15px; /* Spasi tambahan antar kolom */
    }

    .package-card {
        background-color: #0c0c0c;
        border: 1px solid #3d3020;
        border-radius: 15px;
        padding: 35px 25px; /* Padding dalam kotak diperlebar */
        min-height: 280px; 
        max-width: 320px;
        margin: 0 auto;
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
        transition: all 0.4s ease;
        overflow: hidden;
        z-index: 1;
    }

    /* Background Kartu Tarot Mystic Seal */
    .package-card::after {
        content: "";
        position: absolute;
        inset: 0;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 150'%3E%3Cpath d='M50 10 L50 140 M10 75 L90 75' stroke='%23d4af37' stroke-width='0.2' opacity='0.2'/%3E%3Ccircle cx='50' cy='75' r='35' fill='none' stroke='%23d4af37' stroke-width='0.5' opacity='0.3'/%3E%3Ccircle cx='50' cy='75' r='20' fill='none' stroke='%23d4af37' stroke-width='0.8' opacity='0.4'/%3E%3Cpath d='M30 45 L70 105 M70 45 L30 105' stroke='%23d4af37' stroke-width='0.3' opacity='0.2'/%3E%3Crect x='5' y='5' width='90' height='140' rx='6' fill='none' stroke='%23d4af37' stroke-width='0.8' opacity='0.2'/%3E%3C/svg%3E");
        background-position: center;
        background-repeat: no-repeat;
        background-size: 140px;
        opacity: 0.6;
        z-index: -1;
    }

    .package-card::before {
        content: "";
        position: absolute;
        inset: 12px;
        border: 1px solid rgba(212, 175, 55, 0.15);
        border-radius: 10px;
        pointer-events: none;
    }

    .package-card:hover {
        transform: translateY(-12px);
        border-color: #d4af37;
        box-shadow: 0 15px 40px rgba(0,0,0,0.9);
    }

    .package-title {
        color: #d4af37;
        font-family: 'Playfair Display', serif;
        font-size: 1.6rem;
        font-weight: 900;
        text-transform: uppercase;
        margin-bottom: 15px;
        z-index: 3;
    }

    .package-card p {
        color: #e0e0e0;
        font-size: 1rem;
        font-weight: 500;
        margin-bottom: 30px;
        line-height: 1.4;
        z-index: 3;
    }

    .btn-pink {
        background: linear-gradient(45deg, #e91e63, #c2185b);
        color: white !important;
        border: none;
        padding: 12px;
        font-size: 0.9rem;
        font-weight: 800;
        border-radius: 8px;
        z-index: 4;
    }

    /* Fix Dropdown agar tidak melayang aneh */
.navbar-nav .dropdown-menu {
    background-color: #0a0a0a !important; /* Hitam Mystic */
    border: 1px solid #d4af37 !important; /* Border Emas */
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.8);
    overflow: hidden;
    padding: 0;
}

.dropdown-menu > li > a {
    color: #ccc !important;
    transition: 0.3s;
}

.dropdown-menu > li > a:hover {
    background-color: #e91e63 !important; /* Pink saat hover */
    color: #fff !important;
}

/* Biar gak tabrakan sama elemen slider/logo paw */
.header-section {
    z-index: 1000 !important;
}