@import url("../../cdn.jsdelivr.net/npm/bootstrap-icons%401.9.1/font/bootstrap-icons.css");
@import url("../../stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");

/******** Josefin Sans ********/
@font-face {
    font-family: MontserratAlternates;
    src: url('../font/MontserratAlternates-Bold.ttf');
    font-weight: 700;
}
@font-face {
    font-family: Poppins;
    src: url('../font/MontserratAlternates-SemiBold.ttf');
    font-weight: 600;
}
@font-face {
    font-family: MontserratAlternates;
    src: url('../font/MontserratAlternates-Medium.ttf');
    font-weight: 500;
}
@font-face {
    font-family: MontserratAlternates;
    src: url('../font/MontserratAlternates-Regular.ttf');
    font-weight: 400;
}
@font-face {
    font-family: Raleway;
    src: url('../font/Raleway-Medium.ttf');
    font-weight: 500;
}

/************ Default Css ************/
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box
}
html {
	scroll-behavior: smooth;
    scroll-padding-top: 0px;
}
body {
    font-weight: 400;
    overflow-x: hidden;
    position: relative;
    font-family: 'MontserratAlternates', sans-serif;
    background-color: #F3F6FB;
    color: #202020;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	line-height: normal;
}
p, a, ul, li, button {
	margin: 0;
	padding: 0;
	line-height: normal;
}
a:hover {
	text-decoration: none
}
img {
	width: 100%;
	height: auto;
    display: block;
}
button, a {
	border: 0;
	background-color: transparent;
    transition: 0.3s ease-in-out;
}
button {
    font-family: 'Raleway', sans-serif;
}
input:focus, textarea:focus, select:focus {
    outline: none;
}
@media (min-width:1700px) {
	header .container-xl, footer .container-xl, main .container-xl {
		max-width: 100%;
		padding: 0 150px;
	}
}


/************ Navbar Css ************/
.my-navbar {
    z-index: 99999;
    position: fixed;
    top: 0;
    transition: 0.3s ease-in-out;
    width: 100%;
}
.my-navbar.scrolled {
    background: #f3f6fb;
    box-shadow: 0 0 20px rgb(0 0 0 / 10%);
}
.my-navbar .navbar .navbar-brand {
    margin: 0 0 -45px 0px;
    width: 10%;
    padding: 22px 0 0 0;
}
.my-navbar.scrolled .navbar .navbar-brand {
    margin: 0;
    padding: 7px 0;
    width: 6%;
}
.my-navbar .navbar .navbar-nav {
    gap: 62px;
}
.my-navbar .navbar .navbar-nav .nav-link {
    color: #202020;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0.5px;
    padding: 0;
    position: relative;
}
.my-navbar .navbar .navbar-nav .nav-link::before {
    content: "";
    position: absolute;
    bottom: -18px;
    left: 50%;
    transform: translateX(-50%);
    height: 7px;
    background-color: #202020;
    width: 7px;
    border-radius: 50%;
    transition: 0.3s ease-in-out;
    opacity: 0;
}
.my-navbar .navbar .navbar-nav .nav-link.active {
    font-weight: 600;
}   
.my-navbar .navbar .navbar-nav .nav-link.active::before {
    opacity: 1;
}
.navbar-text a {
    color: #202020;
    text-decoration: none;
    border: 1px solid #202020;
    font-weight: 500;
    padding: 18px 30px;
    border-radius: 22px;
    font-size: 18px;
    position: relative;
    overflow: hidden;
    transition: 0.4s ease-in-out;
    z-index: 1;
    display: block;
}
.navbar-text a:hover {
    color: #FFF;
}
.navbar-text a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0%;
    height: 100%;
    border-radius: 0px;
    transition: 0.4s ease-in-out;
    background-color: #202020;
    z-index: -2;
}
.navbar-text a:hover::before {
    width: 100%;
}


.my-navbar .navbar .navbar-toggler {
    padding: 0;
    border: 0;
}
.my-navbar .navbar .navbar-toggler:active,
.my-navbar .navbar .navbar-toggler:focus {
	outline: none;
    box-shadow: none;
}
.my-navbar .navbar .navbar-toggler-icon {
	width: 24px;
	height: 17px;
	background-image: none;
	position: relative;
	border-bottom: 2px solid #202020;
	transition: all 300ms linear;
    top: -2px;
}
.my-navbar .navbar .navbar-toggler-icon:focus {
	border-bottom: 2px solid #202020;
}
.my-navbar .navbar .navbar-toggler-icon:after,
.my-navbar .navbar .navbar-toggler-icon:before {
	width: 24px;
	position: absolute;
	height: 2px;
	background-color: #202020;
	top: 0;
	left: 0;
	content: '';
	z-index: 2;
	transition: all 0.25s linear;
}
.my-navbar .navbar .navbar-toggler-icon:after {
	top: 8px;
}
.my-navbar .navbar .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
	transform: rotate(45deg);
	background-color: #202020;
	height: 2px;
}
.my-navbar .navbar .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
	transform: translateY(8px) rotate(-45deg);
	background-color: #202020;
	height: 2px;
}
.my-navbar .navbar .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
	border-color: transparent;
}
/************ Navbar Css End ************/


/************ Banner Css ************/
.banner {
    background: url('../img/banner-img.jpg') center no-repeat;
    background-size: cover;
    height: 1000px;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.banner h1 {
    font-size: 82px;
    font-weight: 700;
    text-shadow: 4px 4px 8px rgba(0, 0, 0, 0.25);
}
.banner button {
    color: #fff;
    background-color: #202020;
    font-weight: 500;
    padding: 18px 30px;
    border-radius: 22px;
    font-size: 18px;
    position: relative;
    overflow: hidden;
    transition: 0.4s ease-in-out;
    z-index: 1;
    margin-top: 30px;
}
.banner button:hover {
    color: #202020;
}
.banner button::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0%;
    height: 100%;
    background-color: #FFF;
    z-index: -1;
    transition: 0.4s ease-in-out;
}
.banner button:hover::before {
    width: 100%;
}
.book-box {
    background-color: #E2E2E2;
    border-radius: 70px;
    padding: 40px 60px;
    position: absolute;
    right: 150px;
    bottom: 0;
    z-index: 2;
}
.book-box h2 {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.4em;
    text-transform: capitalize;
}
.Wave {
    position: absolute;
    left: 0;
    width: 200%;
    height: 100%;
    background-repeat: repeat no-repeat;
    background-position: 0 bottom;
    transform-origin: center bottom;
    animation: move_wave 25s linear infinite;
    background-image: url('../img/wave.svg');
    z-index: -1;
    background-size: 100%;
}
.Wave22 {
    background-image: url('../img/wave2.svg');
    transform-origin: center top;
    background-position: 0 top;
}
.Wave33 {
    background-image: url('../img/wave3.svg');
}
@keyframes move_wave {
    0% {
        transform: translateX(0) translateZ(0) scaleY(1)
    }
    50% {
        transform: translateX(-25%) translateZ(0) scaleY(0.75)
    }
    100% {
        transform: translateX(-50%) translateZ(0) scaleY(1)
    }
}
/************ Banner Css End ************/



/************ Invite You To Experience Css ************/
.invite-experience {
    padding: 80px 0;
}
.invite-experience h2 {
    font-size: 48px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 160px;
}
.invite-bx {
    background-color: #fff;
    border-radius: 40px;
    padding: 0px 25px 50px 25px;
    text-align: center;
    width: 100%;
    transition: 0.3s ease-in-out;
}
.invite-bx img {
    margin-top: -115px;
    transition: 0.3s ease-in-out;
    width: 88%;
    margin-inline: auto;
}
img.invite1 {
    transform: rotate(-10.78deg);
}
img.invite2 {
    transform: rotate(15deg);
}
img.invite3 {
    transform: rotate(-4.26deg);
}
img.invite4 {
    transform: rotate(9.01deg);
}
.invite-bx h3 {
    font-size: 20px;
    font-weight: 700;
    margin: 46px 0 16px 0;
}
.invite-bx p {
    font-size: 18px;
    color: #515151;
    padding: 0 0px;
    line-height: 1.5em;
}
.invite-bx:hover {
    background-color: #F3F6FB;
    box-shadow: 12px 12px 44px rgba(0, 0, 0, 0.1);
}
.invite-bx:hover img {
    transform: rotate(0deg);
}
/************ Invite You To Experience Css End ************/


/************ Pet Join Section Css ************/
.pet-join {
    height: 1000px;
    display: flex;
    align-items: center;
    background: url('../img/pet-join-img.jpg') center no-repeat;
    background-size: cover;
    color: #fff;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.pet-join h2 {
    font-size: 64px;
    font-weight: 700;
    text-transform: capitalize;
    padding-right: 50px;
    line-height: 1.2em;
}
.pet-join p {
    font-size: 20px;
    line-height: 1.5em;
    margin-top: 26px;
}
.pet-join button {
    color: #202020;
    background-color: #E2E2E2;
    font-weight: 500;
    padding: 18px 30px;
    border-radius: 18px;
    font-size: 18px;
    position: relative;
    overflow: hidden;
    transition: 0.4s ease-in-out;
    z-index: 1;
    margin-top: 50px;
}
.pet-join button:hover {
    color: #FFF;
}
.pet-join button::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0%;
    height: 100%;
    background-color: #202020;
    z-index: -1;
    transition: 0.4s ease-in-out;
}
.pet-join button:hover::before {
    width: 100%;
}
/************ Pet Join Section Css End ************/



/************ Service Section Css ************/
.services {
    padding: 80px 0;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.services .container-xl {
    position: relative;
    z-index: 1;
}
.services h2 {
    font-size: 48px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 20px;
}
.services p {
    font-size: 20px;
    margin-bottom: 155px;
}
.service-bx {
    background-color: #fff;
    border-radius: 40px;
    padding: 0px 25px 120px 25px;
    width: 100%;
    transition: 0.3s ease-in-out;
    position: relative;
}
.service-bx img {
    margin-top: -112px;
    transition: 0.3s ease-in-out;
    width: 58%;
}
img.servicimg1 {
    transform: rotate(15deg);
}
img.servicimg2 {
    transform: rotate(-15deg);
}
img.servicimg3 {
    transform: rotate(6.29deg);
}
img.servicimg4 {
    transform: rotate(-6.29deg);
}
.service-bx h3 {
    font-size: 20px;
    font-weight: 700;
    margin: 40px 0 15px 0;
}
.service-bx p {
    font-size: 18px;
    color: #515151;
    padding: 0 0px;
    line-height: 1.5em;
    margin: 0 !important;
}
.service-bx:hover {
    background-color: #F3F6FB;
    box-shadow: 12px 12px 44px rgba(0, 0, 0, 0.1);
}
.service-bx:hover img {
    transform: rotate(0deg);
}
.service-bx button {
    color: #202020;
    border: 1px solid #202020;
    background-color: transparent;
    font-weight: 500;
    padding: 14px 22px;
    border-radius: 16px;
    font-size: 18px;
    overflow: hidden;
    transition: 0.4s ease-in-out;
    z-index: 1;
    position: absolute;
    bottom: 32px;
    margin: 0;
}
.service-bx button:hover {
    color: #FFF;
}
.service-bx button::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0%;
    height: 100%;
    background-color: #202020;
    z-index: -1;
    transition: 0.4s ease-in-out;
}
.service-bx button:hover::before {
    width: 100%;
}
/************ Service Section Css End ************/



/************ Pet's Boarding Section Css ************/
.pet-boarding {
    position: relative;
    z-index: 1;
    padding-top: 40px;
}
.pet-boarding::before {
    content: "";
    background-color: #E0E6EE;
    width: 85%;
    height: 90%;
    position: absolute;
    z-index: -1;
    bottom: -50px;
    right: 0;
    border-radius: 0 0 0 100px;
}
.pet-bod-img {
    width: 90%;
    filter: drop-shadow(12px 12px 44px rgba(0, 0, 0, 0.1));
}
.boardng-tx h2 {
    font-size: 48px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.2em;
}
.reserve-cam {
    display: flex;
    align-items: flex-start;
    margin-top: 65px;
    gap: 30px;
}
.reserve-cam .revicon-img {
    width: 10%;
    height: auto;
    background-color: #fff;
    padding: 15px;
    border-radius: 26px;
    box-shadow: 12px 12px 44px rgba(0, 0, 0, 0.1);
}
.reserve-cam .camtxt {
    width: 80%;
}
.reserve-cam h6 {
    font-size: 20px;
    font-weight: 700;
}
.reserve-cam p {
    font-size: 18px;
    color: #515151;
    margin: 16px 0;
}
.reserve-cam button {
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    background-color: #202020;
    padding: 18px 25px;
    border-radius: 15px;
    margin-top: 10px;
    transition: 0.3s ease-in-out;
}
.reserve-cam button:hover {
    background-color: #fff;
    color: #202020;
}
/************ Pet's Boarding Section Css End ************/


/************ Out Team Section Css ************/
.team {
    padding: 150px 0 100px 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.team h2 {
    font-size: 48px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.2em;
    margin-bottom: 60px;
}
.team-bx img {
    transition: 0.3s ease-in-out;
}
.team-bx:hover img {
    filter: drop-shadow(12px 12px 44px rgb(0 0 0 / 10%));
}
.team-bx h6 {
    font-size: 20px;
    font-weight: 700;
    margin: 26px 0 10px 0;
}
.team-bx p {
    color: #515151;
    font-size: 18px;
}
/************ Out Team Section Css End ************/

section.wave-bg {
    height: 250px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

/************ Footer Css ************/
.footer {
    background-color: #E0E6EE;
    padding: 0px 0 0px 0;
}
img.footer-logo {
    width: 16%;
    margin: 0 auto 60px auto;
}
.footer-lag-link {
    margin: 0 0 50px 0;
    display: flex;
    justify-content: center;
    gap: 55px;
}
.footer-lag-link a {
    font-weight: 500;
    color: #202020;
    text-decoration: none;
    font-size: 18px;
}
.footer-details-bx {
    border-top: 1px solid rgb(0 0 0 / 60%);
    padding: 50px 0 0 0;
    display: flex;
    flex-wrap: wrap;
    gap: 22px;
}
.footer-cont-bx {
    background-color: #F3F6FB;
    border-radius: 25px;
    padding: 36px 28px;
}
.footer-cont-bx h6 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 26px;
}
.footer-cont-bx ul li {
    display: flex;
    align-items: center;
    gap: 22px;
    margin-top: 20px;
    font-size: 20px;
    font-weight: 500;
    color: #515151;
    line-height: 1.5em;
}
.footer-cont-bx ul li a {
    color: #515151;
    text-decoration: none;
}
.footer-cont-bx ul li img, .timglst img, .social-icon a img {
    width: 34px;
    filter: drop-shadow(12px 12px 44px rgba(0, 0, 0, 0.1));
}
.timg-bx {
    width: fit-content;
}
.timglst {
    display: flex;
    align-items: center;
    gap: 25px;
    margin-top: 25px;
    justify-content: flex-end;
}
.dsfsdf {
    width: 76%;
}
.timglst p {
    font-size: 16px;
    font-weight: 500;
    color: #515151;
    line-height: 1.5em;
}
.timglst p span {
    font-size: 22px;
    font-weight: 700;
    color: #202020;
    margin-top: 3px;
    display: inline-block;
}
.timglst p span a {
    color: #202020;
    text-decoration: none;
}
.social-icon a {
    display: flex;
    align-items: center;
    gap: 22px;
    font-size: 20px;
    font-weight: 500;
    color: #515151;
    text-decoration: none;
    margin-top: 20px;
}
.cont-bx {
    width: 31%;
}
.offi-bx {
    width: 24%;
}
.socia-bx {
    width: 21%;
}
.supp-bx {
    width: 19%;
}
p.copy {
    text-align: center;
    margin-top: 35px;
    padding: 22px 0;
    background-image: url('../img/copy.png');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    font-weight: 500;
    font-size: 18px;
}
/************ Footer Css End ************/



/************ Facility Page Css ************/
.facility-banner {
    height: 700px;
    background-image: url('../img/facility-baner.jpg');
}
.facility-banner h2 {
    font-size: 82px;
    font-weight: 700;
    text-shadow: 4px 4px 8px rgba(0, 0, 0, 0.25);
}

.facility-txt {
    /*margin-top: -230px;*/
    position: relative;
    z-index: 1;
}
.facility-txt p {
    color: #515151;
    font-size: 18px;
    line-height: 1.5em;
    margin-bottom: 26px;
}

.facility-serv {
    padding: 230px 0 50px 0;
}

.facility-team {
    padding: 50px 0 0px 0 !important;
}
/************ Facility Page Css End ************/



/************ About Page Css ************/
.about-log {
    width: 350px;
    margin: 0 auto;
    background: #F3F6FB;
    box-shadow: 12px 12px 44px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    padding: 28px;
    height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.abt-txt p {
    font-size: 24px;
}
.rate-policies-sec {
    padding-top: 75px;
}
.rate-policies-sec h2 {
    font-size: 48px;
    font-weight: 700;
}
.rate-policies-sec img {
    width: 85%;
    margin: 0 auto;
}
.rate-policies-sec p {
    font-size: 24px;
    color: #515151;
    margin: 22px 0 40px 0;
    line-height: 1.45em;
}
.rate-policies-sec button {
    font-weight: 500;
    font-size: 18px;
    color: #202020;
    padding: 13px 22px;
    border-radius: 15px;
    margin-right: 13px;
    transition: 0.3s ease-in-out;
}
.rattran {
    border: 1px solid #202020;
}
.ratgry {
    background-color: #E2E2E2;
}
.rate-policies-sec button:hover {
    color: #fff;
    background-color: #202020;
}


.testimonial-bx {
    background-color: #FFFFFF;
    color: #515151;
    padding: 55px 36px 110px 36px;
    border-radius: 50px;
    position: relative;
    transition: 0.3s ease-in-out;
}
.testimonial-bx:hover {
    background-color: #F3F6FB;
    box-shadow: 12px 12px 44px rgba(0, 0, 0, 0.1);
}
.testimonial-bx p {
    margin: 0 0 0px 0 !important;
    font-size: 18px;
    font-style: italic;
}
.testimonial-bx h6 {
    font-weight: 600;
    font-size: 18px;
    position: absolute;
    bottom: 35px;
}
.tok-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 60px;
}
.tok-btn button {
    margin: 0 !important;
    border: 1px solid #FFFFFF;
    color: #fff;
    background-color: transparent
}
.tok-btn h3 {
    font-size: 48px;
    font-weight: 700;
}
.testimonial-carousel .owl-item .item {
    display: flex;
    height: 56%;
}
.testimonial-carousel .owl-dots .owl-dot {
    margin: 0 !important;
}
.testimonial-carousel .owl-dots {
    margin-top: 30px !important;
}
.testimonial-carousel .owl-dots .owl-dot span {
    border: 1px solid #fff;
    background: transparent;
}
.testimonial-carousel .owl-dots .owl-dot.active span {
    background: #FFFFFF;
}


.interestd-in {
    padding: 60px 0;
    position: relative;
    overflow: hidden;
}
.interestd-in .container-xl {
    z-index: 1;
    position: relative;
}
.interestd-in h2 {
    font-size: 48px;
    font-weight: 700;
}
.interestd-in button {
    color: #fff;
    background-color: #202020;
    font-weight: 500;
    padding: 24px 40px;
    border-radius: 20px;
    font-size: 18px;
    position: relative;
    overflow: hidden;
    transition: 0.4s ease-in-out;
    z-index: 1;
    margin-top: 50px;
}
.interestd-in button:hover {
    color: #202020;
}
.interestd-in button::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0%;
    height: 100%;
    background-color: #FFF;
    z-index: -1;
    transition: 0.4s ease-in-out;
}
.interestd-in button:hover::before {
    width: 100%;
}
/************ About Page Css End ************/



/************ Team Page Css End ************/
.team-pg-sec {
    padding: 80px 0 !important;
}

.testirow {
    row-gap: 24px;
}
.testirow .testimonial-bx {
    padding: 55px 36px 160px 36px;
}
.testirow .testimonial-bx p {
    text-align: left;
    line-height: 1.4em;
}


/************ Contact Page Css ************/
.contaxt-banner {
    height: 100vh;
    display: flex;
    align-items: center;
    background: linear-gradient(90deg, #F3F6FB 42%, #fff 42%);
    position: relative;
    overflow: hidden;
    z-index: 1; 
    padding: 130px 0 0 0;
}
.contaxt-banner h2 {
    color: #202020;
    font-size: 56px;
    font-weight: 700;
    text-shadow: 4px 4px 8px rgba(0, 0, 0, 0.25);
    text-transform: capitalize;
}
.contaxt-banner p {
    font-size: 18px;
    color: #515151;
    line-height: 1.5em;
    margin-top: 12px;
}

.cont-pg-tmng {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    gap: 24px;
}
.cont-pg-tmng p {
    width: 40%;
    margin: 0 !important;
}
.timglst.timing-flex-icon {
    align-items: flex-start;
}
.map-bx {
    margin-bottom: 30px;
}
.map-bx iframe {
    width: 100%;
    height: 450px;
    border-radius: 42px;
}
.contact-page-social-media {
    display: flex;
    justify-content: space-between;
}
.contct-pg-right-col {
    width: 85%;
}
.pg-bxtop {
    margin-top: 25px;
}
.right-bir {
    border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.vertivle-waev {
    position: absolute;
    left: 0;
    width: 8%;
    height: 200%;
    background-repeat: repeat no-repeat;
    background-position: 0 bottom;
    transform-origin: center left;
    animation: move_wave22 25s linear infinite;
    background-image: url('../img/wave4.svg');
    z-index: -1;
    background-size: 100%;
    left: 41.9%;
    transform: translateX(-50%) rotate(90deg);
    top: 0;
    bottom: 0;
}
@keyframes move_wave22 {
    0% {
        transform: translateY(0) translateZ(0) scaleY(1)
    }
    50% {
        transform: translateY(-25%) translateZ(0) scaleY(0.75)
    }
    100% {
        transform: translateY(-50%) translateZ(0) scaleY(1)
    }
}
/************ Contact Page Css End ************/



/************ Paw Print Css ************/
/* create the paw prints */
.pad {
    width: 25px;
    height: 27px;
    background-color: #c0c0c0;
    -webkit-border-radius: 63px 63px 63px 63px / 108px     108px 72px 72px;
    border-radius: 50%  50%  50%  50%  / 60%   60%         40%  40%;
    display: block;
    position: absolute;
    z-index: -1;
}       
.large {
    width: 70px;
    height: 80px;
    transform: rotate(80deg);
    left: 100px;
    top: 50px;
} 
.small-1 {
    transform: rotate(50deg);
    left: 145px;
    top: 28px;
}
.small-2 {
    transform: rotate(65deg);
    left: 174px;
    top: 50px;
}  
.small-3 {
    transform: rotate(98deg);
    position: absolute;
    left: 178px;
    top: 87px;
}
.small-4 {
    transform: rotate(140deg);
    position: absolute;
    left: 158px;
    top: 117px;
}
/* position and animate */
.paw-print-1 {
    opacity: 0;
    position: absolute;
    left: 75px;
    top: 300px;
    transform: rotate(-40deg);
    -webkit-animation: walk 3s linear infinite;
    animation: /*keyframe*/walk /*duration*/3s /*transition*/linear /*repeat*/infinite;
}
.paw-print-2 {
    opacity: 0;
    position: absolute;
    left: 275px;
    top: 280px;
    transform: rotate(-5deg); 
    -webkit-animation: walk 3s linear infinite 0.25s;
    animation: walk 3s linear infinite /*delay*/0.25s;
}
.paw-print-3 {
    opacity: 0;
    position: absolute;
    left: 375px;
    top: 130px;
    transform: rotate(-10deg); 
    -webkit-animation: walk 3s linear infinite 0.5s;
    animation: walk 3s linear infinite 0.5s;
}     
.paw-print-4 {
    opacity: 0;
    position: absolute;
    left: 575px;
    top: 280px;
    transform: rotate(-20deg); 
    -webkit-animation: walk 3s linear infinite 0.75s;
    animation: walk 3s linear infinite 0.75s;
}    
.paw-print-5 {
    opacity: 0;
    position: absolute;
    left: 725px;
    top: 50px;
    transform: rotate(10deg); 
    -webkit-animation: walk 3s linear infinite 1s;
    animation: walk 3s linear infinite 1s;
}   
.paw-print-6 {
    opacity: 0;
    position: absolute;
    left: 875px;
    top: 200px;
    transform: rotate(10deg); 
    -webkit-animation: walk 3s linear infinite 1.25s;
    animation: walk 3s linear infinite 1.25s;
}   
.paw-print-7 {
    opacity: 0;
    position: absolute;
    left: 1075px;
    top: 50px;
    transform: rotate(20deg); 
    -webkit-animation: walk 3s linear infinite 1.5s;
    animation: walk 3s linear infinite 1.5s;
}   
.paw-print-8 {
    opacity: 0;
    position: absolute;
    left: 1150px;
    top: 250px;
    transform: rotate(10deg); 
    -webkit-animation: walk 3s linear infinite 1.75s;
    animation: walk 3s linear infinite 1.75s;
}
/* walking effect animation keyframes */
@-webkit-keyframes walk {
    25%  {opacity: 1;}
    100% {opacity: 0;}
}  
@keyframes walk {
    /* appear */
    25%  {opacity: 1;}
    /* disappear */
    100% {opacity: 0;}
}
/************ Paw Print Css End ************/



/************ Popup Css Css ************/
.custom-popup-bx button, .daycare-popup button, .all-daycar button {
    position: absolute;
    top: -3px;
    right: 0;
    background: #fff;
    width: 38px;
    height: auto;
    padding: 11px;
    border-radius: 50%;
}
.custom-popup-bx, .daycare-popup {
    width: 600px !important;
    max-width: 100% ;
}
.custom-popup-bx .modal-content {
    height: 300px;
}
.custom-popup-bx .modal-content, .daycare-popup .modal-content, .all-daycar .modal-content {
    background: #E2E2E2;
    border: 0;
    border-radius: 75px;
    position: relative;
}

.custom-popup-bx .modal-content h3 {
    font-weight: 700;
    font-size: 24px;
    display: flex;
    align-content: center;
    justify-content: center;
    height: 100%;
    flex-wrap: wrap;
    text-align: center;
    padding: 0 40px;
    text-transform: capitalize;
    line-height: 1.5em;
}

.custom-popup-bx .modal-content h3 a {
    display: inline-block;
    margin-top: 35px;
    width: 45px;
}

.daycare-text h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: capitalize;
}
.daycare-text p {
    font-size: 18px;
    font-weight: 500;
    padding: 16px 0;
}
.daycare-text p span {
    float: right;
}
.botbrd {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.daycare-text h6 {
    font-size: 16px;
    font-weight: 600;
    line-height: 2em;
    margin-top: 20px;
}
.daycare-text h6 span {
    display: block;
    width: 100%;
    margin-top: 12px;
}
.daycare-text {
    padding: 28px 18px;
}

.modal-dialog.modal-dialog-centered.all-daycar.modal-xl {
    max-width: 1620px;
}
.cl-bere {
    border-left: 1px solid rgba(0, 0, 0, 0.2);
    border-right: 1px solid rgba(0, 0, 0, 0.2);
}
/************ Popup Css Css End ************/


.footer-cont-bx ul li span {
    white-space: unset;
    word-break: break-word;
}