@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;600;700&display=swap");
:root {
    --white: #fff;
    --black: #000;
    --primary: #662d93;
    --secondary: #0a080b;
}

html {
    scroll-behavior: smooth;
    height: 100%;
}

body {
    position: relative;
    background: #fff;
    overflow-x: hidden;
    height: 100%;
    font-family: "Source Sans Pro", sans-serif;
}

@media (min-width: 1700px) {
    .container {
        max-width: 1356px;
    }
}


/* How to add New font */

@font-face {
    font-family: "artless";
    src: url("../fonts/Artless\ Demo.otf");
}

section {
    position: relative;
}

h1,
h2 {
    font-family: "artless", sans-serif;
}

p {
    font-size: 1.0625rem;
    font-weight: 400;
    line-height: 1.7;
    color: #414141;
}

.img-auto {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

a,
button {
    text-decoration: none !important;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

a:hover,
button:hover {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

figure {
    margin: 0;
}


/* loader */

.preLoader {
    width: 100%;
    height: 100%;
    z-index: 1111;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.preLoader.black {
    background-color: var(--white);
    z-index: 11113;
}

.preLoader.white {
    z-index: 11112;
    background-color: var(--primary);
}


/* loader */


/* btn css */

.themeBtn {
    background: var(--primary);
    font-size: 1.125rem;
    color: var(--white);
    text-transform: uppercase;
    display: inline-block;
    padding: 0.625rem 2em;
    border-radius: 2px;
    line-height: normal;
    font-weight: bold;
}

.themeBtn1 {
    background: var(--secondary);
}

.themeBtn:hover {
    background: var(--secondary);
    color: var(--white);
}

.themeBtn1:hover {
    background: var(--primary);
    color: var(--white);
}


/* btn css */


/* mouse animation css  */


/* navigation css */

header {
    background: #d6c9fe;
}

.callUs {
    font-size: 1.375rem;
}

.topWraps {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.topWraps ul {
    display: flex;
    gap: 1rem;
}

.topBar {
    background: var(--secondary);
}

.topWraps a {
    color: var(--white);
}

.navbar-nav {
    align-items: center;
    gap: 2.5rem;
}

.navbar-brand img {
    width: 200px;
}

.navbar-nav .nav-item .nav-link {
    font-size: 1rem;
    color: var(--black);
    padding: 0 0;
    display: inline-block;
}

.navbar-nav .nav-item .nav-link:hover {
    color: var(--primary);
}

.navbar-nav .nav-item .nav-link i {
    color: #494a4c;
}


/* navigation css */


/* slider css */

.main-slider {
    height: 890px;
}

.homeSlider.swiper-container {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}

.homeSlider.swiper-container .swiper-slide {
    overflow: hidden;
}

.homeSlider .slide-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: end;
}

.slideOne {
    background: var(--primary);
    border-radius: 85px 85px 0 0;
    padding: 1.5rem 0;
}

.mainHeading span {
    font-size: 1rem;
    display: block;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 1rem;
    font-family: "Source Sans Pro";
    letter-spacing: 3px;
}

.mainHeading {
    font-size: 3.125rem;
    color: #09070a;
}

.slideOne .mainHeading {
    margin-bottom: 1rem;
}


/* slider css */


/* About Sec Css Start */

.aboutSec {
    background: #f5f5f5;
    padding: 4rem 0;
}

.aboutContent span {
    font-size: 1.125rem;
    font-weight: 600;
    color: #916c67;
    margin-bottom: 10px;
    display: block;
}

.aboutContent .btn-group {
    gap: 1rem;
}

.aboutImg img {
    border-radius: 22px;
}

.pathOne {
    position: absolute;
    right: -7rem;
    bottom: 5rem;
}


/* About Sec Css End */


/* Service Sec Css Start */

.serviceSec {
    padding: 3rem 0 5rem 0;
    background: #d6c9fe;
}

.serviceWraps {
    text-align: center;
}

.serviceWraps figure {
    margin-bottom: -6.5rem;
}

.serviceContent {
    border: 1px solid #dcdcdc;
    border-radius: 5px;
    padding: 8rem 0 1.5rem 0;
    background: #fff;
}

.serviceContent h3 {
    font-size: 1.25rem;
    font-weight: bold;
    color: var(--secondary);
    margin-bottom: 1rem;
}

.themeBtn2 {
    font-size: 1.125rem;
    text-transform: uppercase;
    color: var(--primary);
    font-weight: bold;
    border: 1px solid var(--primary);
    border-radius: 5px;
    padding: 0.625rem 2em;
    display: inline-block;
}

.themeBtn2:hover {
    background: var(--primary);
    color: var(--white);
}

.serviceContent p {
    width: 66%;
    margin: auto;
    padding: 6px 0 22px 0;
}

.pathTwo {
    position: absolute;
    bottom: 0;
    left: 0.75rem;
}


/* Service Sec Css End */


/* Picture Sec Css Start */

.picutreSec {
    background: url(../images/pictureBg.webp) center/cover no-repeat;
    padding: 12rem 0;
}


/* Picture Sec Css End */


/* Walking Sec Css Start */

.walkingSec {
    padding-top: 6rem;
    background: #d6c9fe;
}

.walkingSec p {
    width: 90%;
}

.aboutContent ul {
    margin-bottom: 1.5rem;
}

.aboutContent ul li+li {
    padding-top: 1.2rem;
}

.aboutContent ul li a {
    color: #414141;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.aboutContent ul li a i {
    color: var(--primary);
}

.aboutContent ul li:last-child a {
    color: #f49751;
}

.aboutContent ul li:last-child a i {
    color: #f49751;
}

.walkingSec .pathOne {
    right: -14rem;
    top: 11rem;
}


/* Walking Sec Css End */


/* Blog Sec Css Start */

.blogSec {
    padding: 4rem 0;
}

.blogWraps figure {
    position: relative;
    overflow: hidden;
}

.blogWraps figure img {
    transition: 0.5s ease-in-out;
}

.blogWraps figure:hover img {
    transform: scale(1.1);
}

.blogContent h3 {
    font-size: 1.25rem;
    font-weight: bold;
    color: #000046;
}

.blogContent p {
    font-size: 0.875rem;
    color: #535c63;
    line-height: 1.4;
}

.blogContent {
    margin-top: 0.75rem;
}


/* Blog Sec Css End */


/* Team Sec Css Start */

.teamSec {
    background: url(../images/teamBg.webp) center/cover no-repeat;
    padding: 4rem 0;
}

.teamSec h2 {
    color: var(--white);
}

.teamWrap figure img {
    width: 100%;
    height: 330px;
    object-fit: cover;
    border-radius: 0.9375rem;
}

.teamContent {
    text-align: center;
}

.teamContent h3 {
    font-size: 1.875rem;
    font-weight: bold;
    margin-top: 8px;
    color: var(--white);
}

.teamContent p {
    font-size: 0.875rem;
    color: var(--white);
}

:is(.teamSec,
.serviceSec) .swiper-button-next:after,
:is(.teamSec,
.serviceSec) .swiper-button-prev:after {
    font-size: 1rem;
    color: var(--black);
}

:is(.teamSec,
.serviceSec) .swiper-button-next,
:is(.teamSec,
.serviceSec) .swiper-button-prev {
    background: var(--white);
    width: 60px;
    height: 60px;
    border-radius: 50px;
    top: 40%;
}

:is(.teamSec,
.serviceSec) .swiper-button-prev {
    left: -1rem;
}

:is(.teamSec,
.serviceSec) .swiper-button-next {
    right: -1rem;
}

.serviceSec .swiper-button-next,
.serviceSec .swiper-button-prev {
    top: 60%;
}

.serviceSec .swiper-button-next,
.serviceSec .swiper-button-prev {
    background-color: var(--primary);
}

.serviceSec .swiper-button-next:after,
.serviceSec .swiper-button-prev:after {
    color: var(--white);
}


/* Team Sec Css End */


/* Gallery Sec Css Start */

.gallerySec {
    padding: 3rem 0 2rem 0;
}

.galleryWraps {
    display: flex;
    gap: 1rem;
    margin-bottom: 1rem;
}

.galleryWraps .galleryImg {
    width: 20%;
    height: 200px;
}

.galleryWraps .galleryImg img {
    border-radius: 0.9375rem;
    object-fit: cover;
}


/* Gallery Sec Css End */


/* Care Sec Css Start */

.careSec {
    background: url(../images/careBg.webp) center/cover no-repeat;
    padding: 3rem 0 6rem 0;
}

.careSec .row+.row {
    padding-top: 4rem;
}

.careSec h2 {
    color: var(--white);
}

.careContent h3 {
    font-size: 2.0625rem;
    font-weight: 600;
    color: var(--white);
}

.careContent p {
    width: 70%;
    color: var(--white);
}

.careContent .themeBtn2 {
    color: #f8a15a;
    border: 1px solid #f8a15a;
}

.careContent .themeBtn2:hover {
    background: var(--secondary);
}

.careContent span {
    font-size: 1.125rem;
    font-weight: 600;
    color: var(--white);
}

.careContent ul li a {
    font-size: 1.0625rem;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--white);
}

.careContent ul li+li {
    padding-top: 0.75rem;
}

.careContent ul {
    margin: 0.75rem 0 1.25rem 0;
}

.careImg {
    position: relative;
    z-index: 1;
}

.careImg:before {
    content: "";
    position: absolute;
    left: -21px;
    width: 70px;
    height: 34px;
    background: var(--white);
    top: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(45deg);
    z-index: -1;
}

.careImgtwo:before {
    left: inherit;
    right: -23px;
}

.lineCenter .mainLine {
    background: var(--white);
    width: 2px;
    height: 93%;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
    top: 4.5%;
}

.circleTop {
    width: 16px;
    height: 16px;
    background: var(--white);
    display: block;
    border-radius: 50%;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 4.5%;
}

span.circleTop.circle1 {
    top: 11%;
}

span.circleTop.circle2 {
    top: 16%;
}

span.circleTop.circle3 {
    top: 27%;
}

span.circleTop.circle4 {
    top: 35%;
}

span.circleTop.circle5 {
    top: 42%;
}

span.circleTop.circle6 {
    top: 65%;
}

span.circleTop.circle7 {
    top: 78%;
}

span.circleTop.circle8 {
    top: 91%;
}

span.circleTop.circle9 {
    top: 97.5%;
}

.care__img {
    position: sticky;
    top: 10%;
}

.care__img img {
    height: 415px;
    object-fit: cover;
}


/* Care Sec Css End */


/* Testimonial Sec Css Start */

.testimonialSec {
    padding: 4rem 0;
}

.testimonialWraps {
    border: 1px solid #b7b7b7;
    border-radius: 27px;
    padding: 3rem 2rem 4rem 2rem;
}

.userName h3 {
    font-size: 1.25rem;
    font-weight: bold;
}

.userName {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 10px;
}

.userName ul {
    display: flex;
    gap: 2px;
}

.testimonialWraps p {
    font-size: 1rem;
    color: #1d3146;
}

.userName ul li i {
    color: #dc8227;
    font-size: 0.75rem;
}

.quote i {
    color: #160b0b;
    font-size: 1.25rem;
}

.testImg img {
    position: absolute;
}

.img1 {
    bottom: -2.3rem;
    left: 3.5rem;
}

.testImg .img2 {
    bottom: -8rem;
    left: 24px;
}

.testimonialSlider {
    padding-bottom: 8rem;
    margin: 0 -2rem;
}

.pathForth {
    position: absolute;
    right: -8rem;
    bottom: 1rem;
    width: 22%;
}


/* Testimonial Sec Css End */


/* Contact Sec Css Start */

.contactSec {
    background: url(../images/contactBg.webp) center/cover no-repeat;
    padding-top: 2rem;
}

.contactSec h2 {
    color: var(--white);
}

.contactForm {
    margin-top: 1.5rem;
}

.contactForm .form-control {
    height: 57px;
    border-radius: unset;
    padding-left: 1rem;
    font-size: 0.875rem;
    margin-bottom: 1.2rem;
}

.contactForm .form-control::placeholder {
    color: #8b93a8;
    font-weight: 600;
}

.contactForm textarea {
    min-height: 180px;
}

.contactForm .themeBtn {
    border: unset;
}

.contctImg {
    margin-bottom: -2rem;
}


/* Contact Sec Css End */


/* Footer Css Start */

footer {
    padding-top: 5rem;
}

footer ul li a:hover {
    color: var(--primary);
}

footer h2 {
    font-size: 1.5625rem;
}

.links li a {
    color: #0a080b;
    display: block;
    line-height: 1.3;
}

.contctLinks li span {
    font-size: 0.9375rem;
    color: var(--black);
}

.contctLinks li a {
    font-size: 0.9375rem;
    line-height: 1.1;
    color: var(--black);
}

.contctLinks li a span {
    display: block;
    font-size: 0.75rem;
    font-weight: 600;
}

.contctLinks li+li {
    padding-top: 1.5rem;
}

.foorForm input {
    height: 50px;
    width: 100%;
    border: 1px solid #f1f1f1;
    background: #f6f6f6;
    font-size: 0.75rem;
    padding-left: 1.2rem;
}

.foorForm button {
    font-size: 0.9375rem;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    border: unset;
    background: #393a3c;
    color: var(--white);
    padding: 7px 1.375rem;
    letter-spacing: 3px;
    position: absolute;
    right: 10px;
}

.foorForm {
    display: flex;
    align-items: center;
    position: relative;
    margin: 0.875rem 0 1.5rem 0;
}

.instaLinks {
    display: flex;
    gap: 1.5rem;
}

.instaLinks li a {
    font-size: 1.5rem;
    color: var(--black);
}

.termsLink {
    display: flex;
    gap: 1.5rem;
}

.termsLink li a {
    font-size: 0.875rem;
    color: var(--secondary);
}

.footBottom p {
    margin: 0;
    font-size: 0.875rem;
    color: var(--secondary);
}

.termsLink li+li {
    border-left: 1px solid var(--secondary);
    padding-left: 1.5rem;
}

.footBottom {
    background: #f6f6f6;
    padding: 1rem 0;
    margin-top: 3rem;
}


/* Footer Css End */

section#mainSlider .mainHeading {
    color: #fff;
}

section#mainSlider .themeBtn {
    background: #000;
}


/* innerpages Start */

.innerBan .overlay {
    position: absolute;
    text-align: left;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: end;
}


/* .innerBan h2 {
	font-size: 50px;
	color: var(--white);
	text-transform: capitalize;
	font-weight: bold;
} */

.innerBan {
    position: relative;
}

.innerBan .mainHeading {
    color: #fff;
}

section.aboutSec.serviceinner {
    background: #d6c9fe;
}

.aboutContent.servicescntnt.aos-init.aos-animate {
    background: #fff;
    /* padding: 4.2rem; */
    width: 660px;
    height: 446px;
    padding: 2rem;
}

.aboutContent.servicescntnt .mainHeading {
    padding-top: 4rem;
}

.aboutContent.servicescntnt .themeBtn {
    background: #fff;
    color: #662d93;
    border: 1px solid #662d93;
    border-radius: 5px;
}

section.teamSec.innerTeam {
    background: #d6c9fe;
}

section.teamSec.innerTeam .teamContent h3 {
    color: #000;
}

section.teamSec.innerTeam .teamContent p {
    color: #000;
}

section.testimoinalsinner {
    background: #d6c9fe;
    padding: 5rem 0;
}

.testiwrap {
    display: flex;
    gap: 2rem;
    border-bottom: 2px solid #5f3085;
    padding-bottom: 1.5rem;
    margin-bottom: 5rem;
    align-items: center;
}

.testicntnt h3 {
    color: #0a080b;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}

.testicntnt p {
    font-size: 17px;
    color: #000;
}

.testiwrap.testi2 {
    border-bottom: unset;
}

.testiwrap figure {
    flex-shrink: 0;
}

section.bloginsec {
    padding: 5rem 0;
    background: #d6c9fe;
}

.blogcntnt h3 {
    font-size: 2.0625rem;
    margin-top: 1rem;
    font-weight: 500;
}

.blogcntnt p {
    font-size: 1.0625rem;
    color: #0a080b;
}

.blogwrap {
    margin-bottom: 3rem;
}

section.bloginsec h5 {
    font-size: 3.375rem;
    text-align: center;
    padding-top: 2rem;
}


/* faq css start */

.accordionStyle .card {
    border: 0;
    background: transparent;
    border-radius: 12px;
    border-left: none;
    border-top: none;
    border-right: none;
    /* margin-bottom: 1rem; */
    margin-top: 1rem;
}

.accordionStyle .card .card-header {
    padding: 0;
    border-radius: 8px;
    border: 0;
    background: transparent;
}

.accordionStyle .card .card-header button {
    display: block;
    padding: 27px 120px;
    font-size: 22px;
    font-weight: 400;
    color: #fff;
    width: 100%;
    text-align: left;
    position: relative;
    display: flex;
    line-height: 30px;
    background: #0a080b;
    border-radius: 7px;
}

.accordionStyle .card .card-header button .fas {
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    font-size: 17px;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90px;
    height: 85px;
    background: #662d93;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}

.accordionStyle .card .card-body {
    border-radius: 0 0 4px 4px;
    padding: 10px 0 0;
    position: relative;
    top: 0;
}

.accordionStyle .card .card-body p {
    font-weight: 400;
    margin: 30px 15px 0;
    font-size: 18px;
    color: #1d3146;
    width: 100%;
    line-height: 34px;
    /* border-left: 4px solid #338c02; */
    padding: 0 75px 0 20px;
}

.accordionStyle .card .card-header button[aria-expanded="true"] .far:before {
    content: "\f106";
}

.accordionStyle .card .card-header button[aria-expanded="true"] span {
    color: #fff;
}

.accordionStyle .card .card-header button span {
    /* padding-right: 13px; */
    width: 66px;
    height: 85px;
    background: #4f0a85;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    left: 0;
}

.contctmain .cntct-head h2 {
    font-size: 65px;
    margin: 0 0 40px;
}

.faqPage {
    padding: 6rem 0 9rem;
    background: #fcf5ff;
}

.accordionStyle .card .card-header button[aria-expanded="true"] .fas:before {
    /* color: #000; */
    font-size: 2rem;
}

.cntct-head h2 {
    font-size: 50px;
    color: #000000;
    font-weight: 600;
    margin: 0 0 20px;
}

.accordionStyle .card .card-header button[aria-expanded="true"] .fas {
    background: #662d93;
    color: #fff;
}


/* faq css end */

section.dogwalk {
    padding: 5rem 0;
    background: #d6c9fe;
}

.dogcntnt h2 {
    font-size: 40px;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.dogcntnt p {
    font-size: 16px;
    color: #1d3146;
}

.dogcntnt h6 {
    font-size: 1.25rem;
    margin-bottom: 1rem;
}

.dogcntnt span {
    color: #ec1734;
    font-size: 1.25rem;
}

.dogcntnt h5 {
    font-size: 30px;
    color: #0a080b;
    margin-top: 2rem;
    margin-bottom: 3rem;
}

.dogcntnt {
    border-bottom: 1px solid #a8a8a8;
}

.dogcntnt.dogcntnt2 {
    border-bottom: unset;
}

.dogcntnt.dogcntnt2 a {
    color: #f8a15a;
    border: 1px solid #f8a15a;
    font-size: 18px;
    padding: 10px 19px;
}

#calendar {
    max-width: 770px;
    /* margin: 40px auto; */
    padding: 2rem 2rem;
    background: #fff;
    /* height: 590px; */
}

section.calenderSec {
    background: #d6c9fe;
    padding: 3rem 0;
}

.accordionStyle .card .card-header button i {
    position: absolute;
    right: 2rem;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
}

.accordionStyle .card .card-header button[aria-expanded="true"] {
    background: #662d93;
}

section,
header,
footer {
    overflow: hidden;
}
