a {
    text-decoration: none;
}

body {
        overflow-x: hidden;
        font-family: "Domine", serif;
        text-transform: capitalize;
    }

    /* header-start */
    button.header-btn {
        display: none;
    }
    .header-menu ul li {
        display: inline-block;
        padding-right: 15px;
    }

    #header-main {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 11;
        width: 100%;
        padding: 15px 0;
    }

    .header-menu,
    .header-btn {
        display: flex;
        align-items: center;
        height: 100%;
        justify-content: center;
    }

    .header-menu ul {
        margin-bottom: 0;
    }

    .header-menu ul li a {
        color: #fff;
        text-transform: capitalize;
        text-decoration: none;
        font-size: 18px;
        font-weight: 600;
    }

    .header-menu ul li:last-child {
        padding-right: 0;
    }

    /* header-end */

    /* btn-start */
    a button.btn {
        color: #fff;
    }

    button.btn {
        border: 2px solid #fff;
        border-radius: 50px;
        padding: 5px 20px;
        text-transform: capitalize;
    }

    .header-btn a {
        color: #fff;
        padding-left: 20px;
    }

    /* btn-end */

    /* banner-start */

    .banner-text {
        justify-content: start;
        align-content: center;
        display: flex;
        height: 100%;
        color: #fff;
        z-index: 1;
        position: sticky;
        flex-wrap: wrap;
        width: 100%;
    }

    #banner-main {
        width: 100%;
        display: inline-block;
        background-image: url(../../assets/images/bg.jpg);
        padding-top: 150px;
        /* height: 750px; */
        padding-bottom: 80px;
        position: relative;
        vertical-align: top;
    }

    #banner-main::after {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        opacity: 95%;
        background-image: linear-gradient(180deg, #2c263d 31%, #7251d6 64%);
    }

    .banner-img {
        position: relative;
        z-index: 1;
    }

    .banner-img::after {
        content: "";
        width: 50%;
        height: 50%;
        position: absolute;
        top: -20px;
        z-index: 11;
        right: 0;
        background-size: contain;
        object-fit: contain;
        background-repeat: no-repeat;
        background-image: url(../../assets/images/circle-bg.png);
    }

    .bannerm-sec {
        width: 200px;
        height: 300px;
        position: absolute;
        bottom: -20px;
        z-index: 11;
        right: 0;
        border-radius: 100px;
        background-image: linear-gradient(360deg, #2c263d 35%, #7251d6 124%);
        color: #fff;
        font-size: 25px;
        text-transform: capitalize;
    }


    .banner-img img {
        border-radius: 150px 0 0 0;
        height: 550px;
        width: 75%;
        object-fit: cover;
        object-position: top;
    }

    .bannerf-sec {
        position: absolute;
        top: 58px;
        left: 50%;
        transform: translateX(-50%);
        border-bottom: 1px solid;
        transform: translateX(-50%);
        padding-bottom: 12px;
    }

    .bannerf-sec p,
    .banners-sec p {
        font-size: 16px;
    }

    .banners-sec {
        position: absolute;
        bottom: 58px;
        left: 50%;
        transform: translateX(-50%);
    }

    .banner-text h1 {
        font-size: 60px;
        color: darkorange;
    }

    .banner-text h6,
    .banner-text h2 {
        width: 100%;
    }

    /* banner-end */

    /* about start */

    .about-img {
        position: relative;
    }

    .about-img::after {
        content: "";
        width: 35%;
        height: 35%;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 11;
        right: 0;
        background-size: contain;
        object-fit: contain;
        background-repeat: no-repeat;
        background-image: url(../../assets/images/about-circle.png);
    }

    img.first-img {
        border-radius: 200px 0 0 0;
        height: 300px;
        width: 100%;
        object-fit: cover;
        object-position: top;
    }

    img.second-img {
         border-radius: 0 200px 0 0;
    /* height: 300px; */
    width: 100%;
    object-fit: fill;
    object-position: top;
    padding-top: 25px;
    aspect-ratio: 6 / 4;
    }

    .about-containe {
        justify-content: center;
        align-items: center;
        display: flex;
        height: 100%;
    }

    .Experience h3 {
        width: 15%;
        float: left;
        font-size: 80px;
        color: #4828a8;
        margin-bottom: 0;
    }

    .Experience {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
    }

    .Experience p {
        width: calc(100% - 15%);
        float: right;
        margin-bottom: 0;
    }

    .Experience span {
        font-size: 26px;
        color: #2c263d;
        font-weight: 500;
    }

    /* about end */

    /* services start */

    #services-main {
        width: 100%;
        display: inline-block;
        background-image: linear-gradient(180deg, #2c263d 23%, #7251d6 124%);
    }

    .services-content {
        background-image: url(../../assets/images/bg.jpg);
        padding: 20px 10px;
        position: relative;
       margin-top: 25px;
        object-fit: cover;
        text-align: center;
        background-repeat: no-repeat;
        background-size: cover;
        border-radius: 0 80px 0 0;
        display: flex;
        align-items: center;
        justify-content:center;
        height:100%;
    }

    .services-content img {
        width: 100px;
    }

    .services-content::after {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        border-radius: 0 80px 0 0;
        opacity: 55%;
        background-image: linear-gradient(346deg, #2c263d 0%, #7251d6 95%);
    }

    .services {
        z-index: 1;
        /* position: absolute; */
        color: #fff;
    }

    /* services end */

    .small-text {
        font-size: 25px;
        color: #4828a8;
    }

    /* award start */

    .award-content , .product-content , .blog-content , .blog-content , .pooja-content {
        border-radius: 0 90px 0 0;
        box-shadow: 0 0 15px #c9c8c8;
        background: #fff;
        text-align: center;
        height: 100%;
    }

    .award-content img , .product-content img , .blog-content img , .pooja-content img {
        width: 100%;
        height: 300px;
        object-fit: cover;
        object-position: top;
        border-radius: 0 90px 0 0;
    }

    .award,
    .slick-list {
        padding-bottom: 15px;
    }

    .award , .slick-initialized .slick-slide {
        margin: 0 10px;
    }

    /* award end */
    .gallery img {
        width: 100%;
        height: 350px;
        object-fit: cover;
        object-position: top;
        border-radius: 10px;
}
.gallery , .video {
    margin-top: 25px;
}

 
.video iframe {
    width: 100%;
    height: 200px;
    object-fit: cover;
}


 #testimonial-main , #product-main , #blog-main , #footer-main , #blog-details {
    background: rebeccapurple;
    background-image: url(../../assets/images/bg.jpg);
    /* border-radius: 0 0 15px 0; */
    position: relative;
}


 #testimonial-main::after , #product-main::after , #blog-main::after , #footer-main::after , #blog-details::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: linear-gradient(346deg, #2c263d 0%, #7251d6 95%);
    /* border-radius: 0 0 15px 0; */
    opacity: 85%;
}
.appointmentform label {
    color: #fff;
}
.appbtn {
    display: flex
;
    flex-wrap: nowrap;
    column-gap: 20px;
}
.testimonial {
    z-index: 1;
    position: sticky;
    background: #fff;
    border-radius: 0 100px 0 0;
    padding: 40px 15px;
    height: 100%;
}
.testi {
    width: 100%;
    display: inline-block;
}
.testimonial-img {
    width: 20%;
    float: left;
}
.testimonial-img img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
}
.blog {
    z-index: 1;
}
.blog-content {
    text-align: left;
    padding: 10px;
}
.blog-content .small-text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 1;
    line-height: 1.5;
}

.footer-top {
    width: 100%;
    display: inline-block;
    padding: 50px 0;
    background-image: url(../images/2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
 /* .footer-top::after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #074c68;
    position: absolute;
    top: 0;
    opacity: 60%;
    left: 0;
} */
.footer {
    z-index: 1;
    position: relative;
    color: #fff;
}
.footer-heading {
    font-size: 22px;
}
.footer ul {
    padding-left: 0;
}
.footer ul li {
    list-style: none;
}
.footer-social-icon ul li {
    display: inline-block;
}
.footer ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
}
.footer-bottom {
    position: relative;
    background-color: #7251d6;
}
.footer-logo img {
    width: 150px;
}
p.footer-text {
    margin: 0;
    padding: 22px 0;
}

.footer-social-icon ul li {
    width: 40px;
    height: 40px;
    border-radius: 50px;
    background: #031e2a;
    padding: 0 5px;
    transition: 0.9s ease-in-out;
}
.footer-social-icon ul li:hover {
    background-color: darkorange;
    transition: 0.9s ease-in-out;
}
.footer-social-icon ul li a {
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.footer.footer-content ul {
    padding-top: 10px;
}
.footer.footer-content  ul li {
    padding-top: 6px;
}
.footer.contect-list ul li {
    padding-top: 20px;
}
.footer-bottom p {
    padding: 15px 0;
    color: #fff;
    text-align: center;
    z-index: 1;
    position: relative;
    margin: 0;
    font-weight: bold;
    font-size: 18px;
}
/* .footer-bottom::after  {
    content: "";
    width:100%;
    height:100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #000;
    opacity: 60%;
    z-index: -1;
} */



/* #blog-details  {
    width: 100%;
    display: inline-block;
    position: relative;
    overflow-x: hidden;
    vertical-align: top;
    } */
    /* #blog-details::after  {
    content: "";
    width:100%;
    height:100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #000;
    opacity: 60%;
    z-index: -1;
    
    } */


    /* blog-details start */
.blog-left-content{
    /* z-index: 1; */
    /* color: #fff; */
}
.blog-img {
    position: relative;
}

.blog-img img {
    width: 100%;
    aspect-ratio: 2 / 1;
    object-fit: cover;
    object-position: top;
}

span.date {
    border: 1px solid #7251d6;
    display: flex;
    width: 100px;
    text-align: center;
    padding: 16px 5px;
    position: absolute;
    bottom: -23px;
    left: 22px;
    color: #7251d6;
    background: #ffffff;
    font-weight: bold;
    border-radius: 7px;
}
.blog-details-text span {
    display: flex;
    justify-content: end;
    color: #fff;
}

.blog-deatils-content {
    z-index: 1;
    position: sticky;
}
.blog-details-text {
    color: #fff;
}

.blog-details-form-main {
    width: 100%;
    display: inline-block;
    color: #fff;
}
.blogdetails-comment h2  {
    padding-bottom: 25px;
   position: relative;
}
.blogdetails-comment h2::after , .blog-details-form-main h2::after {
    content: "";
    width: 200px;
    height: 100%;
    position: absolute;
    top: -13px;
    left: 0;
    border-bottom: 1px solid #b4a8d9;
}
.recent-img img {
    aspect-ratio: 3 / 2;
}
.recent-content {
    width: 100%;
    display: flex;
    align-items: center;
}
.blog-details-category h3 , .recent-post h4 , .blog-details-tag h5 {
    color: #fff;
    font-size: 29px;
}

.recent-img {
    width: 40%;
    float: left;
    padding: 0 15px;
}
.recent-img img {
    width: 100%;
}
.recent-text {
    width: 60%;
    float: right;
}

.blog-details-category ul , .recent-post ul, .blog-details-tag ul{
    list-style: none;
    box-shadow: 0 0 15px #00000059;
    padding: 20px;
    margin-top: 20px;
}
.blog-details-category ul li {
    padding: 10px 0;
    border-bottom: 1px solid #dddddd38;
}
.blog-details-category ul li:last-child {
    border-bottom: 0;
}
.blog-details-category ul li a {
    color: #fff;
   
}
.blog-details-add img {
    width: 100%;
}
.blog-details-tag ul li {
    display: inline-block;
    width: auto;
    padding: 5px 20px;
    border-radius: 50px;
    margin-bottom: 15px;
    background: darkorange;
    margin-right: 15px;
}
.blog-details-tag ul li a {
    color: #fff;
    text-decoration: none;
}







.blogdetails-comment-text {
    width: 100% ;
}
.blogdetails-comment-text-left {
    width: 50%;
    float: left;
}
.blogdetails-comment-text p {
    width: 100%;
    display: inline-block;
    padding-top: 10px;
}
/* .blog-details-form-main form {
    z-index: 1;
    position: relative;
} */
.blog-details-form-main label {
    color: #fff;
}
.blog-details-form {
    padding: 40px;
    border-radius: 10px;
    background-color: #190346;
}

.blog-details-form-main label {
    color: #fff;
}
.blogdetails-comment {
    box-shadow: 0 0 15px #00000026;
    padding: 15px;
}

.blog-add img {
    width: 100%;
}


.modal-backdrop {
    z-index: 0;
}
.modal-content {
    z-index: 1024;
    color: #000;
    background-color: #ffffff;
}











/* breadcrumb-start */
#breadcrumb-main {
    width: 100%;
    display: inline-block;
    position: relative;
    vertical-align: top;
}
#breadcrumb-main img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

#breadcrumb-main::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000000a1;
}
.breadcrumb-text {
    position: absolute;
    top: 65%;
    left: 50%;
    color: #fff;
    z-index: 1;
    transform: translate(-50%, -65%);
}
.breadcrumb-text ul {
    padding: 0;
    text-align: center;
}
.breadcrumb-text ul li {
    display: inline-block;
}
.breadcrumb-text ul li a {
    text-decoration: none;
    color: #fff;
}
.breadcrumb-text h2 {
    font-size: 50px;
}
/* breadcrumb-end */





/*popup form */
#otpPopup {
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    justify-content: center;
    align-items: center;
    z-index:2;
}

#otpPopup form {
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
}
#otpInput {
    width: 100%;
    padding: 7px;
}
.mangaemodal {
    /* max-width: 90%; */
   margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 10px;
    border-radius: 7px;
}



.successModal {
    position: fixed;
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    padding: 20px;
    border: 1px solid #ccc;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 1001;
}
.successModal h4 {
    color: green;
}
.successModal button {
    padding: 10px;
    background-color: #007bff;
    color: #fff;
    border: none;
    cursor: pointer;
}
.successModal button:hover {
    background-color: #0056b3;
}
