@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  
}
.container-fluid{
    padding-left: 0px !important;
    padding-right: 0px !important;
}
body {
    
    background-color: #f4f5f7
}
ul{
    list-style: none;
   font-family: "Roboto", serif;
   padding-left: 0;
}

h6 {
    font-size: 20px;
    font-weight: 400;
      font-family: "Roboto", serif;
}

h2 {
    font-size: 40px;
    font-weight: 700;
    font-family: "Roboto", serif;
}


p {
    font-size: 16px;
    font-weight: 400;
    font-family: "Roboto", serif;
}

.header-section {
    background-color: #fff;
    padding: 0.5rem 4rem;
}

.header-dashboard-img {
    padding: 10px 7px;
    text-align: end;
    font-size: 18px;
}

a {
    text-decoration: none;
    color: #c43683;
    font-size: 16px;
    font-weight: 400;
    line-height: 2rem;
    letter-spacing: 0.5px;
}


a.nav-link.active {
    font-weight: 600 !important;
}
a.nav-link {
    font-family: "Roboto", serif;
    
    color: rgb(136, 27, 81) !important;
    font-size: 20px;
    font-weight: 400;
    text-decoration: none;
    position: relative;
    padding-bottom: 5px; 
}
a.nav-link.active:hover{
    color: #f29920 !important;
}

a.nav-link:hover{
    font-weight: 700;
    color: #f29920 !important;
}

a.nav-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0px; /* Adjusts underline position */
    width: 0%;
    height: 2px; /* Smaller underline */
    background-color: #c43683;
    transition: width 0.3s ease-in-out;
}

a.nav-link:hover::after {
    width: 25%; /* Underline expands to 50% of the text width */
    background-color: #881b51; /* Change color on hover */
}

a.btn.btn-sign:hover{
    color: #881b51 !important;
    background-color: #fff;
    border: 1px solid #450724;
}

a.btn.btn-login.me-3:hover{
    background-color: #881b51;
    color: #fff !important;
}



a.btn.btn-login.me-3 {
    border: 1px solid #86194e;
    color: #86194e !important;
    font-size: 16px;
    font-weight: 400;
    border-radius: 16px;
}
a.btn.btn-sign {
    border: 1px solid rgb(136, 27, 81);
    background-color: #86194e;
    border-radius: 15px;
    color: rgb(255 255 255) !important;
    font-size: 16px;
    font-weight: 400;
}

/* .carousel-item{
    position: relative;
    height: 100vh;
} */
.carousel-item img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.carousel-overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 1;
}

.carousel-caption{
    position: absolute;
    top: 25%;
    left: 50;
    z-index: 2;
    /* color: white;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7); */
}



img.img-fliud {
    width: 100%;
    height: auto;
}

.com-container {
    text-align: center;
    margin-top: 4rem;
    margin-bottom: 4rem;
}

p.home-subheading {
    margin: 10px 0;
    line-height: 2rem;
    color: #f29920;
    font-weight: 700;
    font-size: 18px;
}

h2.home-heading {
    font-size: 60px;
    font-weight: 800;
    color: #fff;
    margin: 10px 0;
    line-height: 4.2rem;
    letter-spacing: 1.75px;
}

.home-instruction {
    display: flex;
    flex-direction: column;
    text-align: left;
}

.bg-body-secondary {
    background-color: #fff !important;
}

button.home-btn.btn-primary.btn-lg {
    margin: 10px;
    padding: 15px 45px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    border-radius: 10px;
    display: block;
    /* background-image: linear-gradient(to right, #c42869 0%, #F5CC1F 51%, #00bf8f 100%); */
    border: navajowhite;
    background-color: #881b51;
}

button.home-btn.btn-primary.btn-lg:hover {
    background-position: right center;
    /* change the direction of the change here */
    color: #fff;
    text-decoration: none;
}

.home-card {
    display: flex;
    padding: 5px 0;
}

.num-card {
    margin: 10px;
}

.home-image {
    text-align: center;
}

.sp-m {
    color: #c43683;
}

h2.card-title {
    color: #fff;
}

small.text-body-secondary {
    color: #fff !important;
}

.container-section {
    background-image: url(../image/memberplan/www-emotion-my_665346-60044.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 5px;
    position: relative;
    width: 100%;
    height: 30vh;
   
}

.bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    backdrop-filter: blur(3px);
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.card-box {
    border-radius: 21px;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.3);
    /* background: #f7f4f1; */
    /* background: rgb(247,137,191); */
    /* background: linear-gradient(180deg, #f789bf 0%, rgba(255,255,255,1) 100%); */
    padding-bottom: 20px;
    border: 2px solid #86194e;
    transition: all 0.4s ease;
    width: 300px;
    padding: 0 5px;
    padding-bottom: 20px;
    height: 100%;
   
}


.card-box-m {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    border-radius: 21px;
    /* background-color: #86194e; */
    background: linear-gradient(180deg, #a71b5e 0%, #250112 100%);
    padding-bottom: 20px;
    transition: all 0.4s ease;
    width: 300px;
    padding: 0 5px;
height: 100%;
padding-bottom: 20px;
}
span.sp {
    font-size: 16px;
    font-weight: 500;
    color: #333;
}


h4.step-prfile {
    font-size: 18px;
    text-align: center;
    font-weight: 500;
    text-transform: capitalize;
    color: #ffffff;
    background-color: #86194e;
    border-top-left-radius: 19px;
    border-top-right-radius: 19px;
    padding: 10px 0;
    width: 104%;
    margin-left: -6px;
}

h4.step-prf {
    color: #f29920;
    font-size: 18px;
    text-align: center;
    font-weight: 500;
    text-transform: capitalize;
    background-color: #86194e;
    border-top-left-radius: 19px;
    border-top-right-radius: 19px;
    padding: 10px 0;
    width: 104%;
    margin-left: -6px;
}
h4.step-h4 {
    font-size: 40px;
    font-weight: 800;
    color: #fff;
    margin: 10px 0;
}

.card-box .extra-basic,
.card-box-m .extra-feature,
.card-box-m .extra-exclusive,
.card-box .extra-premium {
  display: none;
}

.card-box.expanded .extra-basic,
.card-box-m.expanded .extra-feature,
.card-box-m.expanded .extra-exclusive,
.card-box.expanded .extra-premium {
  display: inline-flex;
}
.step-description li {
    transition: all 0.3s ease;
  }

small.text-spn {
    color: #ffe1b2;
    font-size: 14px;
    font-weight: 400;
}


.member-details {
    margin-left: 15px;
    margin-right: 15px;
}

.step {
    display: flex;
    flex-direction: column;
}

.view {
    text-align: right;
    margin: 0px 10px 10px 8px;
}

h2.abt-h2 {
    text-align: left;
    color:  #888 ;
    font-weight: 500;
    line-height: 1.5;
    /* padding: 1rem 0; */
    margin-bottom: 10px;
    font-size: 18px;
}

p.abt-p {
    text-align: left;
    font-size: 24px;
    font-weight: 700;
    color: #881b51;
    line-height: 1.6rem;
    
    margin-bottom: 15px;
}

    

.card-body {
    flex: 1 1 auto;
    padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
    color: var(--bs-card-color);
    text-align: left !important;
}

li {
    text-align: left;
}

.icon {
    text-align: left;
}

h4.step-amt {
    text-align: left;
}

p.card-para {
    text-align: center;
    color: #333;
}

.member-btn.btn-primary.btn-sm {
    text-align: center;
    padding: 8px 25px;
    color: #ffffff;
    border: none;
    background-color: #450724;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 500;
}

.mem-btn.btn-primary.btn-sm {
    text-align: center;
    padding: 8px 25px;
    color: #86194e !important;
    background-color: #fff !important;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 500;
}

i.fa-solid.fa-arrow-right.fa-lg {
    margin-left: 10px;
    /* margin-top: 10px; */
}

.member-btn {
    text-align: center;
    padding: 1rem 1rem;
}

.form-check-input:checked {
    background-color: #961855 !important;
    border-color: #931752 !important;
}



button.plan-btn.btn-primary.btn-sm {
    border: none;
    background-color: #86194e;
    padding: 5px 10px;
    border-radius: 5px;
    color: #ffff;
    font-size: 18px;
}

button.plan-btn.btn-secondary.btn-sm {
    border: none;
    background-color: #86194e;
    padding: 5px 10px;
    border-radius: 5px;
    color: #ffff;
    font-size: 18px;
}

span.spm {
    color: #ffe1b2;
    font-size: 16px;
    font-weight: 500;
}

span.vr {
    background-color: #333;
    width: 0%;
    height: 0px;
    background-color: #86194e;
    min-height: 0rem;
}

.switch-center {
    display: flex;
    align-items: center;
    /* Align items vertically */
    justify-content: center;
    /* Align items horizontally */
    gap: 10px;
    /* Add spacing between elements */
}

.form-check-input {
    margin: 0 10px;
    /* Optional: Add space around the switch */
}

label.form-check-label {
    margin-right: 46px;
    border: 1px #0d6efd;
    background-color: #ffd2e0;
    border-radius: 21px;
    padding: 5px 10px;
    color: #86194e;
}

h4.step-amt {
    text-align: center;
    color: #86194e;
    font-size: 40px;
    font-weight: 800;
    margin: 10px 0;
}


ul.step-description {
    list-style: none;
    padding-left: 15px;
    display: flex;
    flex-direction: column;
    gap: 7px;
    align-items: start;
    justify-content: start;
}
h4.footer-logo {
    font-size: 30px;
    color: #fff;
    font-weight: 600;
    line-height: 1.25rem;
    padding: 10px;
}

p.footer-description {
    color: #fff;
    font-size: 16px;
    line-height: 1.25rem;
    text-align: justify;
    margin: 1rem 0;
    letter-spacing: 0.5px;
}

li.footer-li {
    color: #fff !important;
    list-style: none;
    font-size: 14px;
}

.dwn-img {
    text-align: right;
    display: flex;
}

h4.footer-heading {
    color: #fff;
    font-size: 27px;
    font-weight: 400;
}

a {
    text-decoration: none !important;
    color: #fff !important;
    font-size: 18px;
}

span.check-icon {
    margin-right: 8px;
    color: #0d6efd;
    font-weight: 900;
}

footer.footer-section {
    background-image: radial-gradient(circle farthest-corner at 25% 41%, rgb(136, 27, 81) -13%, rgb(136, 27, 81) -12.5%, rgba(4, 4, 29, 1) 109.7%);
    padding: 20px 20px;
}

.footer-copy {
    color: #fff;
}

hr {
    color: #fff;
}

.logo {
    background-color: #fff;
    border-radius: 10px;
    margin-bottom: 10px;
}

img.store-logo.me-3 {
    width: 100%;
    height: 90px;
}

/*privacy&policy*/

.vr {
    width: 100%;
    /* Full width for horizontal line */
    height: 2px;
    /* Thickness of the line */
    background-color: #86194e;
    /* Color of the line */
    min-height: 0.1em;
}

.backgroundimages-section {
    background-image: url(../image/privacy&policy/DeWatermark.ai_1735902828891.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 5px;
    position: relative;
    width: 100%;
    height: 30vh;
   
}

h5.privacy-heading {
    text-align: left;
    color: #86194e;
    font-size: 20px;
    font-weight: 700;
}

p.privacy-description {
    font-size: 18px;
    color: #888;
    text-align: justify;
    font-weight: 400;
}

.privacy-desc {
    display: flex;
    align-items: center;
    gap: 10px; /* Adds spacing between icon & text */
    font-size: 16px;
    color: #333;
}

.contact-img {
    width: 24px; /* Adjust icon size */
    height: 24px;
}


h6.subheading {
    font-size: 20px !important;
    font-weight: 400;
    color: #f29920;
    margin: 10px 0;
    text-align: left;
}



.information-ul {
    list-style-type: disc; 
    padding-left: 20px; 
    font-size: 16px; 
    color: #333; 
}

.information-ul li {
    margin-bottom: 8px; 
}


li {
    color: #6e6e6e;
    margin: 10px 0;
   
}

span.spn-li {
    color: #333;
    font-size: 18px;
    font-weight: 600;
}

.table-content {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 21px;
    padding: 1rem 1rem;
}

/*refund&policy*/
h2.refund-h2 {
    color: #86194e;
    text-align: center;
    font-size: 40px;
    font-weight: 800;
}

.backgroundimage-section {
    background-image: url(../image/refund-policy/indian-wedding-couple-are-holding-hands_762785-35081.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 5px;
    position: relative;
    width: 100%;
    height: 30vh;
    
}

.refund-card {
    padding: 4rem 0;
}

img.img-fliud {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.form-label {
    display: block;
    text-align: left;
}

button.contact-btn.btn-primary {
    font-size: 16px;
    padding: 10px 54px;
    border-radius: 5px;
    border: none;
    background-color: #86194e;
    color: #fff;
}

img.contact-img {
    width: 40px;
    height: 40px;
    object-fit: cover;
}

p.privacy-desc {
    text-align: left;
    font-size: 18px;
    font-weight: 400;
    line-height: 1rem;
}

span.step-cricle {
    width: 40px;
    height: 40px;
    border: 2px solid #c42869;
    background-color: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    color: #c42869;
}

/* homepage */
h2.land-heading {
    font-size: 53px;
    font-weight: 800;
  background: linear-gradient(180deg, #f29920 0%, #ffe1b2 100%);
    -webkit-background-clip: text;
    color: transparent;
    margin: 10px 0;
    line-height: 1.1;
    letter-spacing: 1.5px;
    font-family: "Roboto Condensed", serif;
}



p.land-subheading {
    margin: 10px 0;
    line-height: 2rem;
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 1.5px;
}

.land-sec {
    text-align: center;
    padding-top: 10rem;
}

.land-btn {
    text-align: -webkit-center;
    /* margin: 2rem 0; */
    margin-top: 2rem;
}

.home-image-section {
    background-image: url(../image/home-page/land.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100vh;
    border-radius: 10px;
    position: relative;
}

button.land-btn.btn-primary.btn-lg {
    margin: 10px;
    padding: 8px 15px;
    text-align: center;
    color: rgb(255 255 255);
    border-radius: 10px;
    display: block;
    /* background-image: linear-gradient(to right, #a71b5e 0%, #a71b5e 51%); */
    border: none;
    background-color: rgb(136, 27, 81);
    font-weight: 500;
    font-family: "Roboto", serif;
   text-transform: capitalize;
}
button.land-btn.btn-primary:hover {
    background-position: right center; 
    color: #fff;
    text-decoration: none;
  }

.land-card {
    display: flex;
    padding: 5px 0;
    justify-content: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 21px;
}

.abt-img img {
    max-width: 100%;
    height: 200px;
    border-radius: 8px;
    object-fit: cover;
}

p.abt-description {
    font-size: 18px;
    text-align: left;
    font-weight: 400;
    color: #5f5f5f;
    line-height: 1.6;
    
}



.card-text {
    margin: 10px 0;
}

.card-view-more {
    padding: 5px 0;
    display: inline-flex;
}

small.text-p {
    color: #86194e;
    font-size: 16px;
    font-weight: 400;
    margin-left: 5px;
}

small.text-body {
    color: #fff;
}

button.card-btn.btn-primary.btn-lg {
    border: none;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    padding: 5px 10px;
    color: #fff;
    background: linear-gradient(180deg, #a71b5e 0%, #250112 100%);
    border-radius: 5px;
    margin: 10px 0;
}

button.card-btn.btn-secondary.btn-lg {
    border: none;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    padding: 5px 10px;
    color: #fff;
    background: linear-gradient(180deg, #a71b5e 0%, #250112 100%);
    border-radius: 5px;
    margin: 10px 0;
}

.card-carcousel {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 21px;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
    display: flex !important;
    gap: 10px !important;
    flex-direction: row;
}

p.card-des {
    font-size: 18px;
    font-weight: 400;
    margin: 10px 0;
}

.card {
    background: #fff;
    padding: 15px 20px;
    border-radius: 10px; 
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 15px;
    border: none !important;
}

h6.s-title {
    color: #881b51;
    font-size: 22px;
    line-height: 1.6;
    text-align: center;
}


.why-choose {
    /* background-color: #86194e; */
    border-radius: 10px;
    padding: 4rem 0;
    position: relative;
    /* background-image: radial-gradient(circle farthest-corner at 25% 41%, rgb(136, 27, 81) -13%, rgb(136, 27, 81) -12.5%, rgba(4, 4, 29, 1) 109.7%); */
    text-align: justify;
}

ul.w-ul {
    list-style: none;
    padding-top: 1rem;
}

.abt-para {
    margin: 10px 0;
    text-align: left;
    font-size: 18px;
    text-align: justify;
    color: #fff;
    font-weight: 200;
    line-height: 1.75rem;
}

.text-box {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 21px;
    background-color: #fff;
    padding-bottom: 20px;
    border-bottom-right-radius: 75px;

}

.why-img {
    position: absolute;
    display: none;
    bottom: 333px;
}

.step-box {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 21px;
    padding: 10px 10px;
    background-color: #fff;
}

h1.step-num {
    text-align: left;
    font-size: 30px;
    font-weight: 800;
    color: #881b51;
    margin: 10px 0 10px 15px;
}

h5.step-title {
    text-align: left;
    color: #250112;
    font-size: 21px;
    font-weight: 400;
    margin-left: 35px;
    margin: 10px 0 10px 15px;
}

p.step-p {
    text-align: left;
    font-size: 18px;
    font-weight: 500;
    color: #888;
    margin: 10px 0 10px 0px;
}

span.spn-icon {
    margin-right: 6px;
    font-size: 20px;
}
span.spn-ico {
    margin-left: 25px;
    color: #86194e;
}
span.spn-ic {
    margin-left: 85px;
    color: #86194e;
}
span.spn-i {
    margin-left: 50px;
    color: #86194e;
}

.test-img {
    background-color: #f29920;
    border-radius: 50% 25%;
    position: relative;
    width: 400px;
    height: 310px;
    z-index: 1;
    left: 5px;
}
img.img {
    position: absolute;
    right: -4px;
    top: -31px;
    width: 100%;
    border-bottom-left-radius: 69px;
    border-bottom-right-radius: 171px;
    height: 339px;
    object-fit: cover;
}
.step-box {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    border-radius: 21px;
    padding: 10px 10px;
    background-color: #ffffff;
    margin-bottom: 15px;
}
.test-box {
  
    background-color: #fff;
    border: 1px solid rgb(136, 27, 81);
    position: relative;
    height: 331px;
    
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.testimonial p{
    text-align: justify;
    font-size: 18px;
    line-height: 1.6;
    margin-top: 15px;
    color: #5f5f5f;
}
.testimonial h6{
    text-align: right;
    font-size: 18px;
    color: #881b51;
    font-weight: 400;
}
.testimonial .star-rating{
    text-align: center;
    color: #f29920;
    font-size: 24px;
}
.testimonial h2{
    text-align: left;
    color: #888;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 10px;
    font-size: 18px;
}

.testimonial h5{
    text-align: left;
    font-size: 24px;
    font-weight: 700;
    color: #881b51;
    line-height: 1.6rem;
    margin-bottom: 15px;
}
.triangle {
    position: absolute;
    right: 340px;
    /* top: 0; */
    z-index: 1;
    width: 0;
    height: 0;
    border-left: 90px solid #631543;
    border-top: 90px solid transparent;
    border-radius: 2px 0px 0px 21px;
    bottom: 0px;
}
.test-sec {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 21px;
    padding: 30px;
}

.abt-con {
    background-color: #fff;
    padding: 20px;
    border-radius: 21px;
}
.ft-footer {
    background-image: radial-gradient(circle farthest-corner at 25% 41%, rgb(136, 27, 81) -13%, rgb(136, 27, 81) -12.5%, rgba(4, 4, 29, 1) 109.7%);
    padding: 5rem 0;
    color: #fff;
    position: relative;
}
h2.f-h2 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #f29920;
}
span.text-light.spn-text {
    display: table-cell;
}
li.s-b {
    background-color: #fff; 
    width: 40px;
    height: 40px;
    border-radius: 26px;
    margin-left: 15px;
    position: relative;
 
}
span.f-icon {
    position: absolute;
    left: 10px;
    top: 3px;
    font-size: 19px;
}
.ft-f {
    background-image: radial-gradient(circle farthest-corner at 25% 41%, rgb(136, 27, 81) -13%, rgb(136, 27, 81) -12.5%, rgba(4, 4, 29, 1) 109.7%);
    padding: 10px 0;
    /* background: rgb(136,27,81);
background: linear-gradient(346deg, rgba(136,27,81,1) 0%, rgba(4,4,29,1) 100%); */
}
img.test-i {
    width: 100px;
    height: 100px;
    background-color: #f29920;
    border-radius: 50px;
    margin-left: 15px;
    display: none;
}
section.hw {
    
    background: linear-gradient(#fae7f3 0%, #fff 70%);

    position: relative;
}


.accordion-item{
    border: none !important;
}
/* .container {
    margin-top: 100px;
  } */
  
  .counter-box {
    display: block;
    background: rgb(136, 27, 81);
    padding: 40px 20px 37px;
    text-align: center;
    border-bottom-right-radius: 21px;
    border-top-left-radius: 21px;
}
  
.counter-box p {
    margin: 10px 0 0;
    padding: 0;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
}
  
  .counter-box i {
    font-size: 60px;
    margin: 0 0 15px;
    color: #d2d2d2;
  }
  
  .counter {
    display: block;
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    line-height: 28px;
  }
  
  .counter-box.colored {
    background: #86194e;
  }

  
  .counter-box.colored p,
  .counter-box.colored i,
  .counter-box.colored .counter {
    color: #fff;
  }
 
  .abt-sec {
    background-color: #fffaec;
    padding: 1rem;
    border-radius: 21px;
    margin-bottom: 15px;
}


.about-section {
    background-image: url(../image/about/abt-1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 5px;
    position: relative;
    width: 100%;
    height: 30vh;
    position: relative;
}

/* contact page */
.cont-section {
    background-image: url(../image/why-choose-us/10\ \(2\).jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 5px;
    position: relative;
    width: 100%;
    height: 30vh;
    position: relative;
}
.home-sec {
    /* display: flex;
    justify-content: center;
    align-items: center; */
    margin-top: 50px;
    text-align: center;
}

  button.button_btn {
    margin: 10px;
    padding: 8px 15px;
    text-align: center;
    color: white;
    border-radius: 10px;
    display: block;
    /* background-image: linear-gradient(to right, #c42869 0%, #F5CC1F 51%, #00bf8f 100%); */
    border: navajowhite;
    background: linear-gradient(180deg, #a71b5e 0%, #250112 100%);
}


.cont-sec {
    
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3) !important;
    border-radius: 15px !important;
    padding: 5px !important;
    margin-top: 10px;
    margin-bottom: 10px;
    height: 215px;
}

.cont-box {
    padding: 0.5rem 0;
}

/* button.land-btn.btn-primary.btn-lg:hover{
    background: linear-gradient(180deg, #a71b5e 0%, #250112 100%);
    color: #fff;
    font-weight: 400;
    
} */
.service-section {
    background-image: url(../image/service/about.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 5px;
    position: relative;
    width: 100%;
    height: 30vh;
    position: relative;
}
.service-icon {
    text-align: center;
    background-color: #fae7f3;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
}
.service-parnet {
display: flex;
align-items: center;
justify-content: center;
position: relative;
}
li.text-li {
    color: #fff;
    margin: 15px 0;
    font-weight: 300;
    font-size: 15px;
    display: flex;
    gap: 7px;
    align-items: center;
}
span.check-icon {
    margin-right: 8px;
    color: #0d6efd;
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
}
li.Text-li {
    color: #6f103e;
    margin: 15px 0;
   
    font-weight: 400;
    font-size: 15px;
    display: flex;
    gap: 7px;
    align-items: center;
}
li.w-li {
    color: #6f103e;
    font-weight: 400;
    font-size: 20px;
    display: flex;
    gap: 7px;
    align-items: center; 
}

/* terms And condition */
.terms-sec h3 {
    text-align: left;
   
    padding-bottom: 30px;
    font-size: 36px;
    font-weight: 700;
    color: #881b51;
}

.terms-sec h4{
  
    font-size: 20px;
    font-weight: 700;
    color: #881b51;
}
.terms-sec p{
    font-size: 18px;
    font-weight: 400;
    color:  #888;
}

.terms-sec ul{
    list-style-type: disc;
    padding-left: 20px;

}
.terms-sec ul li{
    margin-bottom: 8px;
    font-size: 18px;
    font-weight: 400;
    color: #888;
}
.terms-sec{
    text-align: justify;
}
.term-img {
    background-image: url(../image/about/abt-1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 30vh;
    position: relative;
}

.success-storie {
    background-image: url(../image/about/about.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 30vh;
    position: relative;
}

.accordion-button {
    font-weight: 600;
    font-size: 20px !important;
    color: #8b8b8b !important;
    
}

.accordion-item {
    color: #881b51 !important;
    font-size: 18px !important;
    font-weight: 500;
}

.contact-details .col-lg-3 {
    min-width: 0;
  }
  
.contact-page h2{
    font-size: 46px;
    text-align: center;
    font-weight: 900;
    color: #881b51;
}

.contact-details p{
    word-wrap: break-word;
  overflow-wrap: break-word;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;

}
.contact-details .contact-content h6{
    color: #881b51;
    font-size: 20px;
    font-weight: 800;
    margin: 20px 0;
}
.contact-content{
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3) !important;
    border-radius: 15px !important;
    padding: 5px !important;
    margin-top: 10px;
    margin-bottom: 10px;
    height: 233px;
    background: linear-gradient(#fae7f3 0%, #fff 70%);
    position: relative;
 
}

.contact-details .contact-content .w-li span{
    font-weight: 800;
    
}
/* .contact-details .contact-content  {
    display: flex;
    gap: 10px;
    align-items: center;

} */

.counter-icon {
    text-align: center;
    background-color: white;
    width: 50px;
    height: 50px;
    
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    margin-bottom: 10px;
    position: absolute;
    right: -20px;
    top: -40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom-left-radius: 15px;
}

.triangle {
    position: absolute;
    right: 196px;
    /* top: 0; */
    z-index: 1;
    width: 0;
    height: 0;
    border-left: 90px solid #631543;
    border-top: 90px solid transparent;
    border-radius: 2px 0px 0px 6px;
    bottom: 0px;
}
.star-rating {
    color: #f29920;
    font-size: 24px;
}

.member-btn.btn-primary.btn-sm:hover{
   background-color: #fff !important;
    color: #450724 !important;
    border: 1px solid #450724 !important;
}
.mem-btn.btn-primary.btn-sm:hover {
    background: linear-gradient(180deg, #a71b5e 0%, #250112 100%) !important;
    color: #fff !important;
}
  
.accordion-body {
    font-size: 20px;
}
button.land-btn.btn-primary.btn-lg:hover {
    background-color: white !important;
    color: #450724;
    border: 1px solid #450724;
    
}
li.text-light a:hover {
    color: #f29920 !important;

}

/* media query */
@media screen and (max-width: 1024px)
{
    span.spn-ico {
        margin-left: 85px;
       
    }
    span.spn-ic {
        margin-left: 160px;
        
    }
    span.spn-i {
        margin-left: 145px;
        
    }
    
    .test-img {
        
        left: 1px;
        z-index: 1;
    }
    .why-img {
       
        bottom: 414px;
    }
    p.step-p {
        font-size: 14px;
    }
   
    .counter-box p {
      
        font-size: 18px;
        
    }
    p.abt-description{
        margin-right: 0px;
    }

    a.nav-link{
        font-size: 16px;
    }
    button.member-btn.btn-primary.btn-sm:hover{
        background-color: #fff;
         color: #450724;
         border: 1px solid #450724;
     }
     button.mem-btn.btn-primary.btn-sm:hover {
         background: linear-gradient(180deg, #a71b5e 0%, #250112 100%);
         color: #fff;
     }
     h2.land-heading {
        
        line-height: normal;
        letter-spacing: 1.5px;
        font-size: 44px;
        
    }
    .member-details {
        margin-left: 15px;
        margin-right: 15px;
        width: 100%;
        display: inline-flex;
    }
    h4.step-prfile {
        width: 106%;
        margin-left: -6px;
    }
    h4.step-prf {
      
        width: 106%;
        margin-left: -6px;
    }
    .card-box-m {
     
        transition: 0.4s;
        width: 230px;
        padding: 0px 5px;
        padding-bottom: 20px;
    }
    .card-box {
        
        transition: all 0.4s ease;
        width: 230px;
        padding: 0 5px;
        padding-bottom: 20px;
    }
    .home-sec {
        margin-top: 50px;
        text-align: center;
    }
    .contact-content {
      
        height: 290px;
       
    }
}
@media screen and (max-width: 768px){
    .com-container {
        text-align: center;
        padding: 1rem 0;
    }
    
    .inner-container {
        padding: 0rem 0;
    }   
    .why-img {
       
        bottom: 402px;
    }
    .why-choose{
        padding: 1rem;
    }
    h2.land-heading {
        font-size: 35px;
        line-height: normal;
    }
    .abt-para {
        line-height: 1.5rem;
        font-weight: 400;
    }
    .test-img {
        left: 102px;
        z-index: 1;
    }
    .step-box {
        margin-top: 20px;
    }
    
    span.spn-ico {
        margin-left: 174px;
    }
    span.spn-ic {
        margin-left: 214px;
    }
    span.spn-i {
        margin-left: 260px;
    }
    .home-image-section{
        height: 80vh;
    }
    .com-container {
        text-align: center;
       margin-top: 1.5rem;
       margin-bottom:  1.5rem;
    }
    .land-btn {
        text-align: -webkit-center !important;
        margin: 1.5rem 0; 
    }
    .abt-c {
        margin: 1.5rem 0;
    }
    img.abt {
        width: 100%;
    }
    .counter-box p {
       
        font-size: 18px;
       
    }
    p.abt-description{
        margin-right: 0px;
    }
    button.member-btn.btn-primary.btn-sm:hover{
        background-color: #fff;
         color: #450724;
         border: 1px solid #450724;
     }
     button.mem-btn.btn-primary.btn-sm:hover {
         background: linear-gradient(180deg, #a71b5e 0%, #250112 100%);
         color: #fff;
     }
     p.land-subheading {
      
        line-height: 1.6;
        font-size: 16px;
        
    }
    .carousel-item img {
        width: 100%;
        height: 400px;
        object-fit: cover;
    }
    .card-box {
        transition: all 0.4s ease;
        width: 300px;
        padding: 0 5px;
        padding-bottom: 20px;
    }
    .card-box-m {
        transition: 0.4s;
        width: 300px;
        padding: 0px 5px;
         padding-bottom: 20px;
    }
    h4.step-prfile {
        width: 105%;
        margin-left: -6px;
    }
    h4.step-prf {
        width: 103%;
        margin-left: -6px;
    }
    .home-sec {
        margin-top: 50px;
        text-align: center;
    }
   
    ul.f-li.ps-0 {
        margin: 0px 15px;
    }
    h2.f-h2 {
     
        margin-left: 15px;
    }
    .contact-content {
        height: 250px;
    }
    a.nav-link {
        font-size: 20px;
        margin-left: 30px;
    }
}
@media screen and (max-width: 425px){
    .com-container {
        text-align: center;
       margin-top: 1.5rem;
       margin-bottom:  1.5rem;
    }
    
    a.nav-link {
        font-size: 20px;
        margin-left: 30px;
    }
    .inner-container {
        padding: 0rem 0;
    }
    .why-img {
        display: none;
    }
    .test-img {
        z-index: 1;
        left: 17px;
        width: 90%;
    }
    .test-sec {
      
        padding: 10px 5px;
    }
    .land-sec {
        text-align: center;
         margin-top: 1rem;
    }
h2.land-heading {
    font-size: 27px;
    line-height: 1em;
}
    .step-box {
        margin-top: 20px;
    }

    .four.col-md-3 {
        margin-bottom: 15px;
    }
    .abt-c {
        margin-top: 15px;
    }
    img.abt {
        width: 100%;
    }
    h2.home-heading {
        font-size: 40px;
        line-height: 2.2rem;
        letter-spacing: 0.75px;
    }

    h2.abt-h2 {
        font-size: 18px;
    }
    .service-icon {
       
        width: 80px;
        height: 80px;
    }
    p.step-p {
       
        font-size: 18px;
    }
    .card {
      
        margin-bottom: 20px;
       
    }
    ul.f-li {
        padding-left: 0rem;
        margin-left: 15px;
    }
    .contact-page h2 {
        font-size: 35px;
       
    }
    .carousel-caption {
        position: absolute;
        top: 10%;
        left: 50;
        z-index: 2;
    }
 p.land-subheading {
    line-height: 1.1;
    font-size: 16px;
  
}
    .land-btn {
        text-align: -webkit-center !important;
        margin: 0.5rem 0;
    }
    button.land-btn.btn-primary.btn-lg {
        font-size: 14px;
    }
    p.abt-p {
       
        line-height: 1.6;
        margin-bottom: 30px;
        font-size: 20px;
    }
    button.member-btn.btn-primary.btn-sm:hover{
        background-color: #fff;
         color: #450724;
         border: 1px solid #450724;
     }
     button.mem-btn.btn-primary.btn-sm:hover {
         background: linear-gradient(180deg, #a71b5e 0%, #250112 100%);
         color: #fff;
     }
     .list-unstyled {
        padding-left: 0;
        list-style: none;
        margin-left: 15px;
    }
    .member-details {
        margin-left: 15px;
        margin-right: 15px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .card-box {
        transition: all 0.4s ease;
        width: 300px;
        padding: 0px 0px;
        padding-bottom: 20px;
    }
    .card-box-m {
        transition: 0.4s;
        width: 300px;
        padding: 0px 0px;
           padding-bottom: 20px;
    }
    h4.step-prfile {
        width: 100%;
        margin-left: 0px;
    }
    h4.step-prf {
        width: 100%;
        margin-left: 0px;
    }
    .carousel-item img {
        width: 100%;
        height: 300px;
        object-fit: cover;
    }
    .home-sec {
        margin-top: 50px;
        
    }
    .contact-content {
        height: 250px;
    }
}