@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

*{
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}
body{
    font-family:"Lato", sans-serif;
}
:root {
    --head-bg-color: #000;
    --active-color:#cca45e;
    --head-font-size:17px;
    --btn-font-size:12px:
}
.active{
    color: var(--active-color) !important;
}
.btn-primary {
--bs-btn-color: #fff;
    --bs-btn-bg: #c8a05c;
    --bs-btn-border-color: #c8a05c;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #000000;
    --bs-btn-hover-border-color: #c8a05c;
    --bs-btn-focus-shadow-rgb: 151, 105, 255;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #000000;
    --bs-btn-active-border-color: #c8a05c;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(16, 25, 36, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #c8a05c;
    --bs-btn-disabled-border-color: #c8a05c;
}
a.btn.btn-primary.br-50{border-radius:50px}
/* header section start  */
.header-bg{
    background-color: var(--head-bg-color) !important;
}
.logo img {
    max-height: 45px;
}
.head-section{
    margin-left:200px !important;
}
.nav-item a{
    color: #fff ;
}
.nav-item a:hover{
    color: var(--active-color);
}
.nav-link{
    color: var(--active-color);
    font-size: var(--head-font-size);
}
.nav-link .btn{
    margin: 0 0 0 15px;
    border: 2px solid #cca45e;
    border-radius: 50px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    background: var(--active-color);
    text-align: center;
    padding: 10px 20px 10px 20px;
    color: #000;
    font-weight:bold;
}
.nav-link .btn:hover{
    background-color: var(--head-bg-color);
    color: var(--active-color);
}
@media only screen and (min-width:900px) and (max-width:1040px) {
    .head-section{
        margin-left:50px !important;
    }
}
@media only screen and (max-width:775px) {
    .head-section{
        margin-left:0px !important;
    }
}
/* header section end  */






/* hero section start */

#hero {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #000;
    position: relative;
    padding-top:8px;
}
.call-btn{
    position: absolute;
    bottom:92px;
    left:430px;
    color: red;
}
.call-btn button{
    border:2px solid var(--active-color);
    border-radius: 50px;
    text-transform: uppercase;
    font-size:16px !important;
    font-weight: 500;
    background-color: rgba(0, 0, 0, 0.4) !important;
    text-align: center;
    padding: 6px 25px 6px 25px;
    font-weight: 500;
    color: #fff !important;
    margin:4px;
}
.call-btn button:hover{
    background-color: var(--active-color) !important;
}
.call-btn a button img{
    width: 35px;
}
@media only screen and (max-width:1026px) {
    #hero {
        padding-top:40px;
        padding-bottom:2px;
    }
    .call-btn button{
        font-size: 10px !important;
        padding: 6px 15px 6px 15px !important;
    }
    .call-btn a button img{
        width: 20px;
    }
    @media only screen and (min-width:320px) and (max-width:350px) {
        .call-btn{
            bottom: 10px;
            left: 36px;
        }
        .call-btn button{
            font-size:8px !important;
            padding: 6px 10px 6px 10px !important;
        }
        .call-btn a button img{
            width: 10px;
        }
    }
    @media only screen and (min-width:370px) and (max-width:400px) {
        .call-btn{
            bottom:10px;
            left:30px; 
        }
    }
    @media only screen and (min-width:420px) and (max-width:440px) {
        .call-btn{
            bottom:11px;
            left:50px; 
        }
    }
    @media only screen and (min-width:760px) and (max-width:780px) {
        .call-btn{
            bottom:40px;
            left:226px; 
        }
    }
}
@media only screen and (min-width:800px) and (max-width:1050px) {
    .call-btn{
        bottom:60px;
        left:335px; 
    }
}
/* hero section end */





/* hero content start */
.hero-content{
    background-color: var(--head-bg-color);
    padding-top:33px !important;
    padding-bottom:40px !important;
}
.title h2{
    font-size: 30px;
    font-weight: 500;
    padding: 0;
    line-height: 1.5;
    margin: 0 0 36px;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #aaaaaa;
}
.title p {
    font-size: 36px;
    font-weight:700;
    color: #cca45e;
}
.title-txt{
    color: #fff;
}
.order-1 {
    order: 1 !important;
}
.img-fluid {
    max-width:100%;
    height: auto;
}
img{
    vertical-align: middle;
}
.title h2::after {
    content: "";
    width: 120px;
    height: 1px;
    display: inline-block;
    background: rgba(255, 255, 255, 0.2);
    margin: 4px 10px;
}
@media only screen and (max-width:800px) {
    .hero-content {
        padding-top: 15px !important;
        padding-bottom:10px !important;
    }

}
/* hero content end */




/* About start */
.about{
    background-color: #1a1814 !important;
    padding-top:90px;
    padding-bottom:90px !important;
}
.about-txt h2 {
    font-size: 30px;
    font-weight: 500;
    padding: 0;
    line-height: 1.5;
    margin: 0 0 36px;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #aaaaaa;
}
.about-par h1 {
    font-size: 36px;
    line-height: 1;
    font-weight: 700;
    color: #cca45e !important;
}
 .about-list ul {
    list-style: none;
    padding: 0;
    font-size: 20px;
    color: #fff;
}
.about-list ul li i{
    color: var(--active-color);
}
.about h3{
    color: #fff;
    font-weight: 700;
}
.para-list ul li{
    color:#fff;

    list-style: none;
    margin-top: 12px;
}
.para-list ul{
    padding-left: 0px !important;
}
.about .about-img img {
    max-width: 100%;
    border: 4px solid rgba(255, 255, 255, 0.2);
    position: relative;
}
.about-txt h2::after {
    content: "";
    width: 120px;
    height: 1px;
    display: inline-block;
    background: rgba(255, 255, 255, 0.2);
    margin: 4px 10px;
}
@media only screen and (max-width:800px) {
    .about{
        padding-top:43px;
        padding-bottom:56px !important;
    }
}
/* About end */

/* why-us start */
.why-us{
    background-color: var(--head-bg-color);
    padding-top:90px;
    padding-bottom:90px !important;
}
.card{
    background-color: #1a1814 !important;
    border: none;
    padding-top:30px !important;
    padding-left:20px;
    padding-bottom:55px !important;
}
.card h4{
    font-size: 28px;
    font-weight: 700;
    color: #cca45e;
    /* margin-top: 16px; */
}
.card h3{
    font-size: 28px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.8);
    margin-top:25px;
}
.card p{
    color: #fff;
    font-size: 15px;
    line-height: 25px;
    margin-top: 20px;
}
@media only screen and (max-width:800px) {
    .why-us{
        padding-top:43px;
        padding-bottom:56px !important;
    }
    .about-par h1 {
        font-size:27px;
    }
    .card {
        padding-bottom: 24px !important;
    }
}
/* why-us end */





/* faq start*/
.faq{
    background-color: #1a1814 !important;
    padding-top:90px;
    padding-bottom:90px !important;
}
.accordion-item:first-of-type {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}
.accordion-item {
    margin-bottom: -1px;
    background-color: #26231d !important;
    margin-bottom: -1px;
    border: 1px solid rgba(0, 0, 0, .125) !important;
}
.accordion-header {
    margin-bottom: 0;
}
.accordion-body {
    padding: 1rem 1.25rem;
    color: #fff;
    line-height: 29px;
    font-size: 15px;
}
.accordion-button {
    color: #fff;
    background-color: #000;
}
.accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #000 !important;
    box-shadow: none;
}
.accordion-button:focus{
    border-color: none;
    box-shadow: none;
}
.accordion-button::after {
    filter: brightness(30);
}

/* faq end*/




/* contact-us start  */
.contact-us{
    background-color: var(--head-bg-color);
    padding-top:75px;
    padding-bottom:75px !important;
}
.contact-us p{
    color: #fff;
    font-weight: 400;
}
.contact-us p span{
    font-weight: bold;
}
.contact-us p a{
    color: var(--active-color);
}
.form{
    margin-left: 100px;
}
.contact-us input{
    background-color: var(--head-bg-color);
    padding:12px;
    border: 1px solid #625b4b;
    border-radius: 0;
}
::placeholder{
    color:#625b4b !important;
}
input:focus {
    background-color: var(--head-bg-color) !important;
    border: 1px solid var(--active-color) !important;
    box-shadow: none !important;
	color: #fff !important;
  }
  textarea:focus {
    background-color: var(--head-bg-color) !important;
    border: 1px solid var(--active-color) !important;
    box-shadow: none !important;
  }
.contact-us textarea{
    background-color: var(--head-bg-color);
    border: 1px solid #625b4b;
    color: #fff !important;
    border-radius: 0;
}
.form-btn button{
    border:2px solid #cca45e;
    border-radius: 50px;
    font-size:16px !important;
    font-weight: 500;
    background-color: rgba(0, 0, 0, 0.4) !important;
    text-align: center;
    padding: 6px 25px 6px 25px;
    font-weight: 500;
    color: #fff !important;
    margin:4px;
}
.form-btn button:hover{
    background-color: var(--active-color) !important;
}
@media only screen and (max-width:800px) {
    .contact-us{
        padding-top:43px;
        padding-bottom:22px !important;
    }
    .section-title {
        padding-bottom: 30px;
    }
}
@media only screen and (max-width:500px) {
    .form{
        margin-left:0px !important;
    }
}

/* contact-us end  */

/* footer start */
.footer{
    background-color: var(--head-bg-color);
    padding-top:60px;
    padding-bottom:40px !important;
    overflow-x: hidden;
}
.footer{
 border-bottom: 1px solid #28251f !important;
 border-top: 1px solid #28251f !important;
}
.footer img{
    max-height: 45px;
}
.footer .p1{
    font-size: 14px;
    color: #fff;
    font-style: italic;
}
.footer .p2{
    font-size: 16px;
    margin: 10px 0;
    color: #cca45e;
}
.footer .p3{
    color: #fff;
}
.footer .p3 a{
    color: var(--active-color);
}
.Policy{
    background-color: var(--head-bg-color);

}
.Policy p{
    color: #fff;
}
.Policy a{
    font-size:13px !important;
    color: var(--active-color);
}
/* footer end */



/* Profile page start */



/* Profile start  */
.profile{
    background-color:#1a1716!important;
    padding-top:130px;
    padding-bottom: 80px;
}
.profile h1{
    color: #cca45e;
    text-transform: uppercase;
    font-weight:800;
    font-size: 3.5rem;
    line-height:1.1;
}
/* Profile end  */

/* healer start */

.card{
    border: solid 1px #978f8f;
    padding-bottom:0px !important;
}
.healer{
    background-color: var(--head-bg-color);
    padding-top:70px;
    padding-bottom:95px;
}
.healer h1{
    font-size: 36px;
    line-height: 1;
    font-weight: 900;
    color: #cca45e;
    margin-bottom: 46px !important;
}

.profile-item a img{
    width: 130px;
    height: 145px;
    border: 2px solid #fff;
    border-radius: 10px;
    box-shadow: -1px -1px 12px #ffe302;
}
.profile-item h3{
    font-size: 18px;
    color: white;
}
.profile-item h5{
    font-size: 14px;
    color: #959090;
}
.profile-item h4 {
    font-size: 15px;
    color: #d79013;
    font-weight: bold;
    border: solid 1px #8f8585;
    border-radius: 10px;
    min-height: 80px;
}
.profile-item .quote-icon-left{
    color: #d3af71;
    font-size: 26px;
}
.profile-item p span {
    display: block;
    margin-bottom: 26px;
    font-size: 14px;
    line-height: 22px;
}
a {
    color: #cca45e;
    text-decoration: none;
}

@media only screen and (max-width:480px) {
    .healer{
        background-color: var(--head-bg-color);
        padding-top: 46px;
        padding-bottom:75px;
    }
    .profile{
        padding-top: 109px;
        padding-bottom: 50px;
    }
    .profile h1{
        font-size:2.9rem;
        line-height:1.1;
    }
}
@media (max-width: 767px) {
    .healer h1{
        font-size: 27px !important;
        margin-bottom: 35px !important;
    }
}

/* healer end */














