:root {
    --custom-color: #9a43ff;
    --color: #f06a49;
    --bg-dark: #121212;
}

body {
    margin: 0;
    padding: 0;
    font-family: "Noto Serif", serif;
}

img,
iframe,
video {
    max-width: 100%;
    vertical-align: middle;
}

a {
    outline: none;
    text-decoration: none;
    color: #555;
}

p {
    font-family: system-ui;
    font-weight: 500;
}

h4 {
    font-weight: 700;
    color: var(--custom-color);
}

h6 {
    color: var(--bg-dark);
}

a:hover,
a:focus {
    outline: none;
    text-decoration: none;
}

.navbar a.nav-link {
    color: var(--color);
    font-size: 18px;
    font-weight: 600;
    margin-right: 10px;
}

.navbar a.nav-link:hover {
    background: var(--color);
    color: #fff;
    border-radius: 5px;
    margin-right: 10px;
}

header .logo span {
    font-size: 25px;
    font-weight: 700;
    color: var(--custom-color);
    /* padding-left: 10px; */
}

li.nav-item.dropdown:hover ul.dropdown-menu {
    display: block;
}

/* .serdp ul.dropdown-menu {
    overflow-y: scroll;
    height: 450px;
} */

ul.dropdown-menu {
    padding: 0;
    margin-bottom: 15px;
}

a.dropdown-item {
    border-bottom: 1px solid var(--color);
    padding: 10px 15px;
    background: var(--custom-color);
    color: #fff;
    font-weight: 700;
}

.logo .navbar-brand p {
    color: var(--color);
    line-height: 1.1;
}

header a.navbar-brand img {
    width: 300px;
}

.heading h2 {
    position: relative;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--color);
    text-align: center;
    padding-bottom: 10px;
}

.heading h2:before {
    content: '';
    background: var(--custom-color);
    width: 100px;
    height: 3px;
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: auto;
}


.btn {
    padding: 10px 30px;
    background: var(--custom-color);
    display: inline-block;
    position: relative;
    border-style: solid;
    border-width: 1px 1px 3px;
    border-color: #ddd #ddd var(--custom-color);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
}

.btn:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    transition-duration: 0.3s;
}

.btn:hover {
    color: #fff;
}

.btn:hover:before {
    transform: scaleX(0);
}

.aboutlft h3 {
    text-transform: uppercase;
    border-left: 5px solid var(--custom-color);
    padding-left: 10px;
}

.aboutlft h2 {
    font-size: 36px;
    font-weight: 700;
    padding: 10px 0;
}

.condhdr {
    background: var(--bg-dark);
    position: relative;
    overflow: hidden;
}

/* counter css start */

#counter {
    background: rgba(black, .05);
    padding: 25px;
    width: 800px;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;

    li {
        flex: 1;
        text-align: center;
        font-size: 50px;
    }

    span.percent:after {
        content: "%";
        display: inline-block;
    }
}

span.count.percent {
    font-size: 32px;
    font-weight: 700;
}

#counter p {
    font-size: 18px;
    font-family: sans-serif;
    font-weight: 600;
}

span.count.percent.hap:after {
    content: 'k';
}

span.count.percent.cla:after {
    content: '\f067';
    font-family: 'Font Awesome 5 Pro';
    font-size: 16px;
    font-weight: 400;
    padding-left: 8px;
}

/* counter css end */


.service {
    background-color: var(--bg-dark);
}

.heading h5 {
    text-transform: uppercase;
    color: var(--custom-color);
    text-align: center;
    font-weight: 700;
    padding-bottom: 20px;
}

.serbox {
    text-align: center;
    border: 1px solid var(--custom-color);
    padding: 20px;
    border-radius: 5px;
    transition: all 0.5s;
    height: 330px;
}

.serbox:hover {
    background: #ffe6aa;
    border: 1px solid #b97a37;
    transition: 0.5s;
    transform: scale(1.01);
}

.serbox h4 {
    margin: 10px 0;
}


.banner {
    padding-block-start: 200px;
    padding-block-end: 220px;
}

.banimg {
    position: absolute;
    bottom: 0;
    z-index: 1;
}

.banner h2 {
    font-size: 3.125rem;
    font-weight: 700;
}

.banner-circle {
    width: 650px;
    height: 650px;
    background-image: url(../images/3.svg);
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0.3;
    position: absolute;
    right: -50px;
    bottom: 16%;
    border-radius: 50%;
    z-index: 0;
    animation: rotate 20s ease-in-out infinite forwards alternate;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(450deg);
    }
}


.servicesec .card {
    padding: 15px;
    border: 1px solid var(--custom-color);
    margin: 12px 0;
    height: 500px;
}

.servicesec .card:hover .card-img img {
    transition: 0.5s;
    transform: scale(1.1);
}

.servicesec .card-img img {
    transition: 0.5s;
}

.servicesec a {
    font-size: 18px;
    color: #000;
    text-transform: capitalize;
    font-family: sans-serif;
    font-weight: 600;
}

.servicesec a i {
    transition: 0.5s;
    padding-left: 5px;
}

.servicesec a:hover i {
    transition: 0.5s;
    padding-left: 10px;
}

.coclt .colmes {
    backdrop-filter: blur(10px);
    background-color: #c4c4c41a;
    bottom: 0;
    left: 0;
    z-index: 2;
    position: absolute;
    width: 100%;
    padding: 10px;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    font-family: sans-serif;
}

/* .coclt .colmes:after {
    content: '';
    position: absolute;
    transform: translateX(-50%);
    width: 180px;
    height: 65px;
    background-color: #e1bc65;
    background-size: cover;
    bottom: 5px;
    left: 50%;
    z-index: 1;
    opacity: 0.9;
} */

.coclt {
    position: relative;
    overflow: hidden;
    margin: 15px 0;
    border-radius: 5px;
}

.coclt img {
    transition: 0.5s;
}

.coclt:hover img {
    transition: 0.5s;
    transform: scale(1.1);
}

.cocltright h2 {
    font-size: 40px;
    font-weight: 600;
    font-family: sans-serif;
    margin-bottom: 25px;
}

.gallery .gallimg img {
    border-radius: 10px;
    transition: 0.5s;
}

.gallery .gallimg:hover img {
    transition: 0.5s;
    transform: scale(1.1);
}

.gallery .gallimg {
    overflow: hidden;
    border-radius: 10px;
    margin: 10px 0;
}



/* swipe slider css start */


.client-review {
    display: flex;
    flex-wrap: wrap;
}

.client__wrapper,
.client__qoute blockquote,
.client__details {
    position: relative;
}

.client__qoute blockquote::before,
.client__details:after {
    position: absolute;
    content: "";
}

.client, .swiper-slide {
    overflow: hidden;
}

.client__details img,
.client__details:after {
    width: 100%;
}

.client__details:after {
    height: 100%;
}

.client-review {
    justify-content: flex-start;
}

.client-review {
    align-items: center;
}

.client-review {
    margin: 0;
}

.client__info-wrap p {
    margin-bottom: 0;
}

.client-review {
    padding: 0;
}

.client-review {
    padding-right: 5px;
}


.client__slider .swiper-slide-active .client__details::after {
    transform: translate3d(-14px, -24px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(-4deg) skew(0deg);
}

.client__slider .swiper-slide-active .client__qoute blockquote:before {
    opacity: 1;
    top: -50px;
    left: -50px;
}

.service__single-slider .swiper-slide {
    border-radius: 6rem 1rem 0 1rem;
}

.swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    background-color: #FF9494;
    border-radius: 5px;
}


.shop-single .product-details .product-thumb .pro-single-thumbs .swiper-slide-thumb-active .single-thumb {
    border-color: #FF9494;
}


.client .section-header h3 {
    max-inline-size: 38ch;
}

.client__item {
    background-color: #fff;
}

.client__inner {
    padding-inline: 50px;
    padding-block-start: 40px;
}

@media (min-width: 1440px) {
    .client__inner {
        padding-block: 40px;
    }
}

.client__details:after {
    transition: all 0.4s cubic-bezier(0.79, 0.14, 0.15, 0.86);
    background-color: #e1bc65;
    top: 0;
    left: 0;
    border-radius: 10px;
}

.client__details img {
    border-radius: 10px;
    object-fit: cover;
    z-index: 1;
    position: inherit;
}

.client__details:hover .client__nav {
    opacity: 1;
}

.client__info {
    background-color: #ffefc9;
    padding: 20px 30px;
    border-radius: 20px 0 20px 0;
}

.client__info-wrap {
    border-left: 5px solid #e0b448;
    padding-inline-start: 10px;
}

.client__qoute {
    padding-block-start: 30px;
}

@media (min-width: 992px) {
    .client__qoute {
        padding-block-start: 90px;
    }
}

.client__qoute blockquote {
    /* margin-block: 1rem; */
    line-height: 2;
    font-size: 17px;
    color: #000 !important;
    font-family: revert !important;
}

.client__qoute blockquote::before {
    width: 70px;
    height: 50px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    transition: all 0.4s cubic-bezier(0.79, 0.14, 0.15, 0.86);
    background-image: url(../images/2.svg);
    top: -45px;
    left: -45px;
    opacity: 0;
}

.client__nav {
    transition: all 0.3s ease;
    transform: translateX(-50%);
    display: inline-flex;
    position: absolute;
    bottom: 20px;
    left: 50%;
    z-index: 1;
    gap: 15px;
    opacity: 0.6;
}

.client__slider .swiper-slide-active .client__details::after {
    transform: translate3d(-14px, -24px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(-4deg) skew(0deg);
}

.client__slider .swiper-slide-active .client__qoute blockquote:before {
    opacity: 1;
    top: -50px;
    left: -50px;
}

.client__slider-next,
.client__slider-prev {
    width: 40px;
    height: 40px;
    transition: all 0.3s ease;
    display: inline-grid;
    place-items: center;
    border-radius: 10px;
    box-shadow: 0 0 5px 2px rgba(22, 78, 99, 0.1);
}

.client__slider-next svg path,
.client__slider-prev svg path {
    fill: #fff;
}

.client__slider-next {
    right: 50px;
    background-color: #e1bc65;
}

.client__slider-prev {
    left: 50px;
    background-color: #164E63;
}


.client-review {
    box-shadow: 0 0 10px -2px rgba(0, 0, 0, 0.1);
    border-radius: 0.4rem;
}

.client-review .review-form .review-title {
    margin-bottom: 40px;
}

.client-review .review-form .review-title h5 {
    position: relative;
}

.client-review .review-form .review-title h5::before {
    width: 50px;
    height: 4px;
    background: #FF9494;
    bottom: -20px;
    border-radius: 2px;
}

.client-review .review-form .review-title h5::after {
    border-bottom: 4px dotted #FF9494;
    width: 20px;
    bottom: -20px;
    left: 55px;
}

@media (max-width: 767px) {
    .client-review .review-form form .rating {
        margin-bottom: 20px;
    }
}

.client-review .review-form form .rating ul li {
    list-style: none;
}

.client-review .review-form form .rating ul li i {
    color: #e9ba17;
}

.client-review .review-form form textarea {
    min-height: 150px;
}

.client-review .review-form form .default-btn {
    border: none;
}


/* swipe slider css end */


footer {
    background-color: var(--bg-dark);
    padding: 50px 0;
}


footer {
    padding: 50px 0;
    background-color: var(--bg-dark);
}

footer .logo img {
    width: 70%;
}

footer .useful-link a {
    color: var(--color);
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.5s;
    display: inline-block;
    padding: 5px 0 ;
}

footer h4 {
    color: var(--color);
    font-size: 26px;
    font-weight: 700;
    margin: 0;
    padding-bottom: 20px;
}

footer .useful-link a:hover {
    color: #fff;
    padding-left: 15px;
    transition: all 0.5s;
}

i.far.fa-angle-double-right {
    color: #fff !important;
    padding-right: 10px;
}

.address .list-unstyled a {
    color: var(--color);
    text-decoration: none;
    padding: 5px 0;
    display: flex;
    font-weight: 600;
    align-items: center;
}

.address i {
    color: #fff;
}

.address .list-unstyled p {
    margin: 0;
}

.footer-bottom {
    background-color: var(--custom-color);
}





/* sticky social icon css start */

.socicn a.float1 {
    position: fixed;
    bottom: 40px;
    left: 40px;
    font-size: 30px;
    background: #224ed1;
    color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    z-index: 999;
}

.socicn a.float2 {
    position: fixed;
    bottom: 40px;
    right: 40px;
    font-size: 30px;
    background: #31d831;
    color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    z-index: 999;
}

.socicn a.float1:hover,
.socicn a.float2:hover {
    color: #fff;
    transition: 0.5s;
    transform: scale(1.2);
}

/* sticky social icon css end */



/* responsive css */

@media (max-width:991px) {
    .navbar-toggler .fa-bars:before {
        font-family: 'Font Awesome 5 Pro';
        font-style: normal;
        color: #fff;
    }

    header .logo span {
        padding-left: 0px;
    }

    .navbar {
        justify-content: end;
        position: relative;
    }

    .navbar-toggler:focus {
        box-shadow: none;
    }

    .navbar-toggler {
        background-color: var(--color);
    }

    .navbar-toggler-icon {
        width: auto;
        height: auto;
    }

    div#hedmenu {
        position: absolute;
        top: 43px;
        background: var(--custom-color);
        width: 320px;
        padding: 15px;
        border-radius: 5px;
        max-height: 400px;
        overflow: scroll;
    }

    .navbar a.nav-link:hover {
        color: #fff;
        background-color: var(--color);
    }

    .navbar a.nav-link {
        background: #fff;
        color: var(--custom-color);
        font-size: 18px;
        font-weight: 600;
        margin-right: 0;
        padding: 7px 15px;
        border-radius: 5px;
        margin-bottom: 10px;
    }
    
    .banner-circle {
        display: none;
    }
    .banner {
        padding-block-start: 150px;
        padding-block-end: 70px;
    }
    .banner h2 {
        font-size: 2rem;
    }
    .serbox {
        height: 300px;
    }
    .servicesec .card {
        height: auto;
    }
}

@media (max-width: 767px) {
    a.dropdown-item {
        white-space: break-spaces;
    }
    .banner {
        padding-block-start: 50px;
        padding-block-end: 550px;
    }
    .cocltright h2 {
        font-size: 30px;
        margin-top: 20px;
    }
    .client__qoute blockquote {
        line-height: inherit;
        height: 250px;
    }
    .client__info {
        display: none;
    }
}

.p_custom {
    color: var(--color);
}


.price{
    display: flex;
    justify-content:flex-start;
    align-items: center;
}

.price li{
    margin-right:50px ;
}

.price li span{
    font-weight: bold;
}


