/********** Template CSS **********/
:root {
    --default-font: "IBM Plex Sans", sans-serif;
}

:root {
    --primary: #622d80 !important;
    /* --secondary: #1861ab; */
    --secondary: #e642b3;
    --light: #EEF9FF;
    --dark: #091E3E;
    --accent-color: #686a6b;
    --accent-color2: #622d80;
    --surface-color: #ffffff;
    --default-color: #1e1e1e;
    --font-family: 'Lato', sans-serif;
}

:root {
    scroll-behavior: smooth;
}

body {
    color: var(--default-color);
    background-color: var(--background-color);
    font-family: "Roboto", sans-serif !important;
}




.section {
    padding: 10px;
    margin: 10px;
}


a {
    color: var(--accent-color);
    text-decoration: none;
    transition: 0.3s;
}

a:hover {
    color: color-mix(in srgb, var(--accent-color), transparent 25%);
    text-decoration: none;
}

h1,
h2,
.font-weight-bold {
    font-size: 26px;
    font-weight: 700;
}

h3,
h4,
.font-weight-semi-bold {
    font-size: 18px;
    font-weight: 600;
    font-style: bold;
    color: #fff;
}

h5,
h6,
.font-weight-medium {
    font-size: 16px;
    font-weight: 500;
}

.heading-name {
    color: #622d80;
}

/* .btn {
    font-weight: 600;
    transition: .5s;
} */

.btn-primary,
.btn-secondary {
    color: #FFFFFF;
    background-color: var(--primary) !important;
}

.btn-primary:hover {
    background: var(--secondary);
    border-color: var(--secondary);
}

.btn-secondary:hover {
    background: var(--primary);
    border-color: var(--primary);
}

.btn-square {
    width: 36px;
    height: 36px;
}

.btn-sm-square {
    width: 28px;
    height: 28px;
}

.btn-lg-square {
    width: 46px;
    height: 46px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}

.top-shape::before {
    position: absolute;
    content: "";
    width: 35px;
    height: 100%;
    top: 0;
    left: -17px;
    background: var(--primary);
    transform: skew(40deg);
}


/*   NavBar */
.nav-top {
    background-color: #f5e2ef;
    display: block;
    position: relative;
}

.nav-top:before {
    position: absolute;
    content: '';
    width: 130px;
    height: 100%;
    right: 0;
    top: 0;
    background: #e642b3;
}

.nav-top .nav-top-contact {
    position: relative;
    display: inline-flex;
    align-items: center;
    background-color: #e642b3;
    color: #fff;
    padding: 0 40px;
}

.nav-top .nav-top-contact a {
    color: #fff;
}

.nav-top .nav-top-contact a:hover {
    text-decoration: underline;
}

.nav-bar {
    background-color: #fff;
    padding: 10px 0px;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
}


.navbar-light .navbar-nav .nav-link {
    padding: 13px 9px !important;
    font-size: 16px !important;
    color: var(--dark);
    outline: none;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-nav .nav-link {
    /*    padding: 20px 15px;*/
    color: var(--primary);
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #e642b3;
}

.navbar-light .navbar-nav .nav-link.active {
    color: var(--primary);

}

.navbar-light .navbar-nav .nav-link.active:hover {
    color: #e642b3;
}

@media (max-width: 991.98px) {

    .navbar-light .navbar-nav .nav-link,
    .sticky-top.navbar-light .navbar-nav .nav-link {
        padding: 10px 0;
    }
}

.navbar-nav .dropdownlist a {
    /*    color: #622d80 !important;*/
    padding: 6px 20px;
}

.navbar-nav .dropdownlist a:hover {
    color: #e642b3 !important;
}

.navbar-collapse .apt-btn {
    padding: 10px 15px;
    background-color: var(--primary);
}

.navbar-collapse .apt-btn:hover {
    color: #fff;
    background-color: #e642b3 !important;
    border: 1px solid var(--primary)
}

.hero {
    padding: 0;
}

/* .hero .header-carousel .slider-item {
    /* padding: 10px; *
    max-width: 100%;
} */

.hero .carousel-item img {
    width: 100%;
}

.carousel-caption {
    top: 0;
    left: 120px;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    /* Align items to the start of the cross axis (left) */
    justify-content: center;
    /* background: rgba(98, 45, 128, 0.85); */
    /* background: #622d80; */
    z-index: 1;
    width: 700px;
}

.carousel-caption .carousel-btn {
    display: flex;
    gap: 10px;
}

.hero .carousel .carousel-item .slider-item-1 .content-slider {
    justify-content: center;
    text-align: left;
}

.hero .carousel .carousel-item .slider-item-1 h5 {
    color: #e642b3;
    text-transform: uppercase;
    font-size: 15px;
}

.hero .carousel .carousel-item .slider-item-1 h1 {
    color: #622d80 !important;
    margin-bottom: none;
    font-size: 34px;
    font-family: var(--font-family);
    font-weight: bold;
}


.hero .carousel .carousel-item .slider-item-1 p {
    color: #000000;
    font-size: 16px;
    line-height: 26px;
    width: 85%;
}



@media (max-width: 576px) {
   
}

.carousel-control-prev,
.carousel-control-next {
    width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
}

@media (min-width: 991.98px) {
    .banner {
        position: relative;
        margin-top: -90px;
        z-index: 1;
    }
}

.section-title h5::before {
    position: absolute;
    content: "";
    width: 15px;
    height: 3px;
    right: -25px;
    bottom: 10px;
    background: var(--primary);
}

.section-title h5::after {
    position: absolute;
    content: "";
    width: 15px;
    height: 3px;
    right: -45px;
    bottom: 10px;
    background: var(--secondary);
}

.twentytwenty-wrapper {
    height: 100%;
}

.hero-header {

    /* background: linear-gradient(rgba(9, 30, 62, .85), rgba(9, 30, 62, .85)), url(../img/carousel-1.jpg) center center no-repeat; */
    background-size: cover;
    padding: 55px 0;
    text-align: center;
    background: url(../img/inner-banner.jpg) center no-repeat;
    background-size: cover;
    position: relative;
}

.hero-header:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(12, 0, 18, 0.72), rgba(10, 10, 10, 72%));
    /* background: linear-gradient(rgb(98 45 128 / 72%), rgb(134 58 188 / 72%)); */
}

.hero-header h1 {
    color: #fff;
    font-size: 44px;
}

.hero-header a {
    color: #fff;
    font-size: 17px;
    position: relative;
}

.hero-header i {
    margin: 0 10px;
    font-size: 12px;
    position: relative;
}

.bg-appointment {
    /* background: linear-gradient(rgba(9, 30, 62, .85), rgba(9, 30, 62, .85)), url(../img/carousel-1.jpg) center center no-repeat; */
    background: #622d80 !important;
    background-size: cover;
    /* margin: 10px 0px 10px 0px; */
}

.bg-appointment h1 {
    font-size: 32px;
    font-weight: 400;
    line-height: 1.2;
}

.bg-appointment h3 {
    font-size: 26px;
    font-weight: 400;
}



.team-item .team-text::after,
.service-item .bg-light::after {
    position: absolute;
    content: "";
    top: 50%;
    bottom: 0;
    left: 15px;
    right: 15px;
    border-radius: 100px / 15px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .7);
    opacity: 0;
    transition: .5s;
    z-index: -1;
}

.team-item:hover .team-text::after,
.service-item:hover .bg-light::after {
    opacity: 1;
}

.bg-offer {
    background: url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.offer-text {
    background: #e642b3;
    /* background: rgba(6, 163, 218, .85); */
}

.price-carousel .owl-nav {
    position: absolute;
    width: calc(100% + 30px);
    height: 45px;
    top: calc(50% - 22.5px);
    left: -22.5px;
    display: flex;
    justify-content: space-between;
    opacity: 0;
    transition: .5s;
}

.price-carousel:hover .owl-nav {
    opacity: 1;
}

.price-carousel .owl-nav .owl-prev,
.price-carousel .owl-nav .owl-next {
    position: relative;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--primary);
    border-radius: 2px;
    font-size: 22px;
    transition: .5s;
}


.price-carousel .owl-nav .owl-prev {
    margin-left: 20px;
    /* position: relative;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--primary);
    border-radius: 2px;
    font-size: 22px;
    transition: .5s; */
}

.price-carousel .owl-nav .owl-next {
    margin-right: 20px;
    /* position: relative;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--primary);
    border-radius: 2px;
    font-size: 22px;
    transition: .5s; */
}


.price-carousel .owl-nav .owl-prev:hover,
.price-carousel .owl-nav .owl-next:hover {
    background: var(--secondary);
}

/************ Footer */

.footer {
    padding: 70px 0 40px;
    background-color: #171717;
    color: #fff;
    background: url(../img/footer-bg.jpg);
    position: relative;
    opacity: 10px;
}

.footer:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #622d80;
    opacity: 0.95;
}

.footer h3 {
    color: #fff;
    font-size: 26px;
    margin-bottom: 20px;
    position: relative;
}

.footer h4 {
    color: #fff !important;
    font-size: 25px;
}

.footer h5 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 18px;
    margin-top: 20px;
    position: relative;
}

.footer p {
    font-size: 16px;
    margin-bottom: 2px;
    position: relative;
}

.footer .footer-about a {
    margin-bottom: 8px;
    color: #ffffff;
}

.footer .footer-about a:hover {
    color: #7c3ab3;
}

.footer .social-btn i {
    font-weight: 700;
    margin-right: 8px;
    font-size: 16px;
    width: 38px;
    height: 38px;
    background-color: #e642b3;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    transition: 0.3s ease-in-out;
    position: relative;
}

.footer .social-btn i:hover {
    color: #622d80;
    background-color: #fff;
}

.footer .footer-services a {
    margin-bottom: 8px;
    color: #ffffff;
    position: relative;
    padding-left: 25px;
}

.footer .footer-services a i {
    position: absolute;
    left: 0;
    top: 3px;
}

.footer .footer-services a:hover {
    color: #fff;
    text-decoration: underline;
}

.footer .footer-contact a {
    margin-bottom: 8px;
    color: #ffffff;
    position: relative;
    padding-left: 25px;
    display: block;
}

.footer .footer-contact a h1{
    font-size: 20px !important;
}

.footer .footer-contact a:hover {
    color: #622d80;
}

.footer .footer-contact a i {
    position: absolute;
    left: 0;
    top: 0;
}

.footer .footer-contact p {
    margin-bottom: 12px;
}

.footer .footer-contact a:hover {
    color: #fff;
    text-decoration: underline;
}

.footer-copyright {
    padding: 16px 0;
    background-color: #e642b3;
    color: #fff;
}

.uparrow {
    background-color: #fff;
    color: #e642b3;
}

.uparrow i {
    font-size: 20px;
    font-weight: 700;
}


.btn {
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    color: #fff !important;
    display: block;
    padding: 10px 18px;
    border-radius: 4px;
    justify-content: center;
    width: fit-content;
    background: #e642b3;
}

.btn:hover {
    background: #622d80;
}

.header-carousel .banner-img {
    max-width: 100%;
    height: auto;
}


/* About  */
.about-section {
    padding: 60px 0;
}

.about-section .section-title {
    padding-bottom: 8px;
}

.about-section .section-title h5 {
    position: relative;
    display: inline-block;
    color: #e642b3;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    font-family: var(--font-family);
}

.about-section .section-title h1 {
    font-size: 36px;
    margin-bottom: 5px;
    color: #622d80 !important;
    font-family: var(--font-family);
    font-weight: 600;
    margin-bottom: 10px;
}

.about-section h4 {
    margin-bottom: 6px;
    font-size: 17px;
    color: #000000;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}

.about-section .about-lf .about-info {
    /* margin-top: 10px;
    margin-bottom: 24px; */

    font-size: 15px;
    line-height: 26px;
    margin-bottom: 10px;
    color: #141313;
    font-family: 'Roboto', sans-serif;
}

.about-section .about-lf .expert {
    margin: 20px 0 10px;
}

.about-section .about-lf .expert h5 {
    font-size: 15px;
    color: #000;
    padding-right: 10px;
    font-weight: 400;
    margin-bottom: 12px;
}

.about-section .about-lf .expert h5 i {
    color: #622d80;
    padding-right: 10px;

}
.about-section .about-rg {
    min-height: 500px;
}

.about-section .about-rg img {
    width: 100%;
    object-fit: cover;
    /* margin: 10px; */
    position: relative;
    border-radius: 20px;
    min-height: 440;
}

.about-section .why-choose-us {
    padding-top: 50px;
}

.about-section .why-choose-us h1 {
    font-size: 24px;
    color: #622d80;
    position: relative;
    padding-bottom: 8px;
    margin-bottom: 20px;
}



.about-section .why-choose-us h1:before {
    position: absolute;
    content: '';
    width: 50px;
    height: 2px;
    background: #e642b3;
    bottom: 0;
    border-radius: 5px;
}

.about-section .why-choose-us h5 {
    color: #000;
    font-weight: 400;
    font-size: 17px;
    margin-top: 10px;
}

.about-section .why-choose-us h5 b {
    color: #000;
    font-weight: 400;
    font-size: 17px;
    margin-top: 10px;
}

.about-section .why-choose-us h3 {
    color: #000;
    font-weight: 400;
    font-size: 19px;
    margin-top: 10px;
}



.about-section .why-choose-us h5 i {
    color: #e642b3;
    margin-right: 8px;
}

.animated-heading span {
    display: inline-block;
    transform: translateY(-50px);
    opacity: 0;
    animation: dropIn 0.6s ease-out forwards;
}

.animated-heading span:nth-child(1) {
    animation-delay: 0.05s;
}

.animated-heading span:nth-child(2) {
    animation-delay: 0.10s;
}

.animated-heading span:nth-child(3) {
    animation-delay: 0.15s;
}

.animated-heading span:nth-child(4) {
    animation-delay: 0.20s;
}

.animated-heading span:nth-child(5) {
    animation-delay: 0.25s;
}

.animated-heading span:nth-child(6) {
    animation-delay: 0.30s;
}

.animated-heading span:nth-child(7) {
    animation-delay: 0.35s;
}

.animated-heading span:nth-child(8) {
    animation-delay: 0.40s;
}

.animated-heading span:nth-child(9) {
    animation-delay: 0.45s;
}

.animated-heading span:nth-child(10) {
    animation-delay: 0.50s;
}

.animated-heading span:nth-child(11) {
    animation-delay: 0.55s;
}

.animated-heading span:nth-child(12) {
    animation-delay: 0.60s;
}

.animated-heading span:nth-child(13) {
    animation-delay: 0.65s;
}

.animated-heading span:nth-child(14) {
    animation-delay: 0.70s;
}

.animated-heading span:nth-child(15) {
    animation-delay: 0.75s;
}

.animated-heading span:nth-child(16) {
    animation-delay: 0.80s;
}

@keyframes dropIn {
    to {
        transform: translateY(0);
        opacity: 1;
    }

}

/*  service-section */
.service-section {
    padding: 60px 0;
    background-color: #f5e2ef;
}

.service-section .service-header {
    position: relative;
    align-self: start;
}

.service-section .service-header .section-title {
    padding-bottom: 30px;
}

.service-section .service-header .section-title h1 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 0;
    color: #622d80;
    font-family: var(--font-family);

}



.service-section .service-header .section-title p {
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 10px;
}


.service-section .service-header .section-title h5 {
    position: relative;
    display: inline-block;
    color: #e642b3;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    font-family: var(--font-family);
}


.service-section .section-title h5::before {
    position: absolute;
    content: "";
    width: 15px;
    height: 3px;
    right: -25px;
    bottom: 10px;
    background: var(--primary);
}

.service-section .section-title h5::after {
    position: absolute;
    content: "";
    width: 15px;
    height: 3px;
    right: -45px;
    bottom: 10px;
    background: var(--secondary);
}

.service-section .services .service-item .service-img {
    overflow: hidden;
    border-radius: 10px 10px 0 0;
}

.service-section .services .service-item .service-text {
    position: relative;
    background-color: #EEF9FF !important;
    text-align: center;
    border-bottom-right-radius: 2px !important;
    border-bottom-left-radius: 2px !important;
}

.service-section .services .service-item .service-text h5 {
    padding: 15px 0;
    background: #622d80;
    color: #fff;
    transition: .5s;
    font-size: 20px;
    border-radius: 0 0 10px 10px;
    font-weight: 600;
    font-family: var(--font-family);
}

.service-item img,
.service-item .bg-light,
.team-item .team-text {
    transition: .5s;
    border-radius: 10px 10px 0 0;
}

/* .service-item .bg-light h5 {
    color: #622d80;
} */

.service-item:hover img {
    transform: scale(1.15);
}

.service-section .see-service {
    display: flex;
    justify-content: center;
    align-items: center;
}

.see-all-services {
    margin-top: 20px;
    font-family: 'Lato', sans-serif !important;
    font-size: 20px;
}

.services-section {
    padding: 60px 0;
}

.services {


    /* color: var(--default-color); */
    /* 
    scroll-margin-top: 120px;
   padding-bottom: 10px; 
    overflow: clip; */
}

.services-section .services-details h1 {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 0;
    padding-bottom: 5px;
    color: #622d80;
    font-family: var(--font-family);

}

.services-section .services-details img {
    margin-bottom: 20px;
    border-radius: 30px;
    width: 45%;

}

.services-section .services-details p {
    color: #000;
    /* padding-bottom: 5px; */
    margin-bottom: 5px;
}

.services-details ul {
    list-style: none;
    /* padding: 0; */
    font-size: 16px;
}

.services-details ul li {
    padding: 2px 0;
    display: flex;
    align-items: center;
}

.services-details ul i {
    font-size: 20px;
    margin-right: 8px;
    color: #622d80;
}


/* .services .services-list a.active {
    color: var(--accent-color2) !important;
    font-weight: 600;
    border-color: var(--accent-color);
} */

.services-section .services-list ul a.active {
    color: var(--accent-color2) !important;
    font-weight: 600;
    border-color: var(--accent-color);
}

.services-section .services-list ul {
    display: flex;
    flex-direction: column;
    padding-left: 10px;
    margin-bottom: 0;
    border-radius: 2px;
}

.services-section .services-list ul li {
    position: relative;
    display: block !important;
    padding: .5rem 1rem;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
    box-sizing: border-box;
}

.services .services-list ul li.active {
    color: var(--accent-color2) !important;
    font-weight: 600;
    border-color: var(--accent-color);
}

.services .services-list ul li i {
    color: var(--accent-color2) !important;
    padding-right: 5px;
}

.services .services-list ul li:hover {
    background-color: #cd2598 !important;
    color: #EEF9FF;
    border: none;
}

/* Testimonial */

.testimonial {
    background: url(../img/carousel-2.jpg) center center no-repeat;
    background-size: cover;
    background: #622d80;
    padding: 60px 0;
}

.testimonial-1 {
    background: url(../img/carousel-2.jpg) center center no-repeat;
    background-size: cover;
    background: #f1f1f1 !important;
    padding: 60px 0;
}

.testimonial .testimonial-header {
    position: relative;
    align-self: start;
}

.testimonial .testimonial-header .section-title h1{
    font-size: 34px;
    font-weight: 700;
   padding-bottom: 15px;
    color: #ffffff;
    font-family: var(--font-family);
    font-weight: 700;

}


.testimonial .testimonial-header .section-title h5 {
    position: relative;
    display: inline-block;
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    font-family: var(--font-family);
}


.testimonial .section-title h5::before {
    position: absolute;
    color: #fff !important;
    content: "";
    width: 15px;
    height: 3px;
    right: -25px;
    bottom: 10px;
    background: var(--primary);
}

.testimonial .section-title h5::after {
    position: absolute;
    content: "";
    width: 15px;
    height: 3px;
    right: -75px;
    bottom: 13px;
    background: var(--secondary);
}



/* .testimonial-carousel {
    background: rgba(200, 208, 211, 0.85);
} */
.testimonial .testimonial-item {
    font-size: 10px;
    text-align: center;
    color: #e642b3;
    background: #fffcfe;
    height: 350px;
    padding: 25px;
    border-radius: 30px;
    /* box-shadow: 4px 4px 4px rgb(230, 66, 179); */
    border: 1px solid #e642b3;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin: 20px;
}

.testimonial .testimonial-item p {
    font-size: 16px;
    line-height: 25px;
    color: #191618;
}

.testimonial .testimonial-item hr {
    font-size: 10px;
    margin-left: auto;
    margin-right: auto;
    width: 25%;
    color: var(--accent-color2);
    height: 2px;
}

.testimonial .testimonial-item h4 {
    color: var(--accent-color2);
    font-size: 25px;
}

.testimonial .testimonial-item .google-review {
    width: 55px;
    padding-bottom: 5px;

}

.testimonial .testimonial-item h3 {
    color: #ebdb07;
    font-size: 20px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

/* .testimonial-item{

} */

.testimonial-carousel .owl-nav {
    position: absolute;
    width: calc(100% + 0px);
    height: 46px;
    top: calc(50% - 23px);
    display: flex;
    justify-content: space-between;
    z-index: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    position: relative;
    width: 35px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--secondary);
    border-radius: 4px;
    font-size: 20px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    background: var(--secondary);
}

.testimonial-carousel .owl-nav .owl-prev {
    left: -55px;
}

.testimonial-carousel .owl-nav .owl-next {
    right: -55px;
}

/* .testimonial-carousel .owl-item img {
    width: 120px;
    height: 120px;
} */

.testimonial-carousel .owl-item img {
    width: 65px;
    padding-bottom: 20px;
}

.testimonial-carousel .owl-item .google-review {
    width: 45px;
    padding-bottom: 2px;
}

.gallery {
    padding: 60px 0;
}

.gallery  .heading-name{
font-size: 34px;
    padding-bottom: 15px;
    color: #622d80;
font-weight: 700;
}

.gallery-text {
    /* position: relative;
    display: inline-block;
    color: #622d80;
    text-transform: uppercase;
    font-size: 30px;
    margin-bottom: 30px;
    font-weight: 700 */

    position: relative;
    display: inline-block;
    color: #e642b3;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    /* margin-bottom: 30px;
    padding-bottom: 10px; */
    font-family: var(--font-family);

}



.gallery .section-title h5::before {
    position: absolute;
    content: "";
    width: 15px;
    height: 3px;
    right: -25px;
    bottom: 10px;
    background: var(--primary);
}

.gallery .section-title h5::after {
    position: absolute;
    content: "";
    width: 15px;
    height: 3px;
    right: -45px;
    bottom: 10px;
    background: var(--secondary);
}



/* Why  Choose us  */

.appointment-section {
    padding: 60px 0;
    background-color: #f5e2ef;
}

/* .appointment-section .why-choose-us {
    
} */

.appointment-section .why-choose-us h1 {
    font-size: 34px;
    padding-bottom: 15px;
    color: #622d80;
}

.appointment-section .why-choose-us h5 {
    color: #622d80;
    font-size: 20px;
}

.appointment-section .why-choose-us i {
    color: #622d80;
    margin-right: 8px;
    font-size: 18px;
}

.appointment-section .why-choose-us p {
    color: #000;
    font-size: 15px;
    line-height: 25px;
    padding-left: 28px;
}

.appointment-form {
    background: var(--primary);
    padding: 35px 30px;
    border-radius: 5px;
    text-align: center;
}

.appointment-form h1 {
    font-size: 34px;
    color: #fff;
    padding-bottom: 20px;
    font-weight: 600;
}

.appointment-form .btn-apt {
    color: #fff;
    background-color: #e642b3;
    border: none;
    text-align: center;
    text-decoration: none;
    display: block;
    padding: 10px 18px;
    border-radius: 4px;
    margin: 0 auto;
}

.appointment-form .btn-apt:hover {
    color: #e642b3;
    background-color: #fff;
}


.appointment-form .form-control {
    border: none;
    height: 55px;
    margin-bottom: 12px;
    padding: 8px 18px;
}

.appointment-form .form-mg {
    border: none;
    height: 120px;
}


.contact-section {
    padding: 60px 0;
    overflow: hidden;
}

.contact-section .contact-left .section-title h5 {
    /* font-size: 28px;
    margin-bottom: 20px; */
    position: relative;
    display: inline-block;
    color: #e642b3;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    font-family: var(--font-family);

}

.contact-left .cnt-data {
    display: flex;
    align-items: start;
    gap: 10px;
    margin-bottom: 15px;
}

.contact-left .cnt-data h5 {
    font-size: 18px;
    color: #622d80;
    font-family: 'Loto', sans-serif;
}

.contact-left .cnt-data i {
    font-size: 30px;
    color: #e642b3;
    line-height: normal;
}

.contact-left .cnt-data a {
    color: #000;
}

.contact-left .cnt-data a:hover {
    color: #622d80;
}


.contact-map {
    width: 100%;
    height: 400px;
}

.contact-map iframe {
    width: 100%;
    height: 100%;
}


.price-item img {
    border-radius: 20px !important;
}


/*  Attachment  */

.attachment-section {
    padding: 60px 0;
    background-color: #f1f1f1;
}

.attachment-section .attachment-header {
    position: relative;
    align-self: start;
}

.attachment-section .attachment-header .section-title {
    padding-bottom: 30px;
}


.attachment-section .attachment-header .section-title h5 {
    position: relative;
    display: inline-block;
    color: #e642b3;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    font-family: var(--font-family);
}

.attachment-section .attachment-header .section-title h1 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 0;
    color: #622d80;
    font-family: var(--font-family);
}

.attachment-section .section-title-1 h5::before {
    position: absolute;
    content: "";
    width: 15px;
    height: 3px;
    right: -25px;
    bottom: 10px;
    background: var(--primary);
}

.attachment-section .section-title-1 h5::after {
    position: absolute;
    content: "";
    width: 15px;
    height: 3px;
    right: -45px;
    bottom: 10px;
    background: var(--secondary);
}


.attachment-section .attachment-item {
        padding: 20px 15px;
    align-items: center;
    box-shadow: 0px 0px 5px #777777;
    /* margin: 5px; */
    border-radius: 5px;
    height: 100%;

}

.attachment-section .attachment-item iframe {
    border: none;
    padding-bottom: 10px;
} 

.attachment-section .attachment-item a{
    /* border: 1px solid #cd2598; */
    margin-top: 10px;
    padding: 10px;
}

/* .attachment-section .attachment-item i{
    color: #622d80;
} */

.attachment-section .attachment-item h1{
    /* padding: 10px; */
    display: flex;
    /* justify-content: center; */
    align-items: center;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    color: #622d80;
}
.attachment-section .attachment-item h6{
color: #000000;
font-weight: 600;
font-size: 16px;
}

.attachment-section  .attachment-item p {    
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px;
    color: #141313;
    font-family: 'Roboto', sans-serif;
    /* width: 80%; */
}

.attachment-section  .attachment-item p i{
    margin-right: 5px;
    color: #622d80;
}

.attachment-section .attachment-item a{
    border: 1px solid #622d80;
    background-color: #622d80;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    border-radius: 25px;
    padding-top: 5px;
    text-align: center;
    justify-content: center;
    margin-top: 10px;
}

.attachment-section .attachment-item a:hover{
    color: #ffffff;
    background-color: #cd2598;
}
   

.attachment-section .attachment-item a i{
    color: #fff;
    margin: 0 5px;
}

.bg-pink{
    background-color: #f5e2ef;
}


.media-section{
    padding: 60px 0;
}

.media-section .galary-thumb {
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
}

.media-section .galary-thumb img{
    border-radius: 10px;
    box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.15);
    transition: box-shadow 0.2s;
    width: 300px;
    padding: 10px;
     background-color: var(--accent-color2);


}

.media-section .galary-thumb img:hover{
    background-color: var(--secondary)
}


.media-section h1{
    font-size: 40px;
    padding: 20px;
    margin-bottom: 18px;
}


*,
*::before,
*::after {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	list-style: none;
	list-style-type: none;
	text-decoration: none;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}


.cont-1 {
  max-width: 80rem;
  width: 100%;
  padding: 4rem 2rem;
  margin: 0 auto;
}


.main {
  .container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1rem;
    justify-content: center;
    align-items: center;
  }

  /* $color-white: #ffffff;
$color-black: #252a32;
$color-light: #f1f5f8;
$color-red: #d32f2f;
$color-blue: #148cb8;

$box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);
 */


  .card {
    color:  #252a32;
    border-radius: 2px;
    background: #ffffff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);

    &-image {
      position: relative;
      display: block;
      width: 100%;
      padding-top: 70%;
      background: #ffffff;

      img {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
      }
    }
  }
}

@media only screen and (max-width: 600px) {
  .main {
    .container {
      display: grid;
      grid-template-columns: 1fr;
      grid-gap: 1rem;
    }
  }
}

/* Gallery Styles */
.gallery_container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 0;
}

@media (min-width: 1300px) and (max-width: 2560px) {
  .popup-gallery {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
  }
}

@media (min-width: 700px) and (max-width: 1299px) {
  .popup-gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }
}

@media (min-width: 300px) and (max-width: 699px) {
  .popup-gallery {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5px;
  }
}

.gallery_item {
  margin-bottom: 5px;
  overflow: hidden;
}

.popup-gallery a {
  display: block;
  width: 100%;
  border: 1px solid #fff;
  overflow: hidden;
  transition: transform 0.3s ease, border-color 0.3s ease;
}

.popup-gallery a:hover {
  transform: scale(1.05);
  border-color: #fff;
}

.popup-gallery img {
  display: block;
  width: 100%;
  /* height: 300px; */
  object-fit: cover;
  /* min-height: 250px; */
  /* max-height: 250px; */
  border-radius: 10px;
    box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.15);
    transition: box-shadow 0.2s;
    border: 1px solid #622d80;
}

@media only screen and (max-width: 1000px) {
  .popup-gallery img {
    min-height: 150px;
    max-height: 150px;
  }
}

/* END  */

.singicon_btn_nlf {
  position: absolute;
  top: 44%;
  bottom: 56%;
  left: 44%;
  right: 56%;
  opacity: 0;
}

.singicon_btn_nlf svg {
  color: #fff;
}

.popup-gallery a:hover .singicon_btn_nlf {
  opacity: 1;
}

.hover_affect_nlf:hover img {
  opacity: 0.5;
}
