@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

/***** General CSS *****/

body {
    word-break: break-word;
    font: 15px/25px 'Poppins', sans-serif;
    color: #393939;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: #28b16d;
    white-space: initial;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #393939;
}

a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

img {
    max-width: 100%;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

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

p {
    font-weight: 500;
    line-height: 27px;
    font-family: 'poppins-regular';
    font-size: 15px;
}


/***** Font Files *****/

@font-face {
    font-family: 'bebasneue';
    src: url(../font/BebasNeue.otf);
    font-weight: 400;
    font-style: normal
}
@font-face {
    font-family: 'poppins-regular';
    src: url(../font/Poppins-Regular.ttf);
    font-weight: 400;
    font-style: normal
}
@font-face {
    font-family: 'montserrat-regular';
    src: url(../font/Montserrat-Regular.ttf);
    font-weight: 400;
    font-style: normal
}


/***** Custom Classes *****/

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.pt_8 {
    padding-top: 80px;
}

.pb_8 {
    padding-bottom: 80px;
}

.py_8 {
    padding: 80px 0px;
}

.theme_btn {
    padding: 10px 23px;
    border: unset;
    border-radius: 6px;
    color: #ffffff;
    z-index: 1;
    background: #4fb6b2;
    position: relative;
    font-size: 15px;
    transition: all 250ms;
    overflow: hidden;
    display: inline-block;
    text-transform: uppercase;
    font-family: 'montserrat-regular';
}

.theme_btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    border-radius: 4px;
    background-color: #ff457f;
    z-index: -1;
    -webkit-box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    transition: all 250ms
}

.theme_btn:hover {
    color: #000000;
}

.theme_btn:hover::before {
    width: 100%;
}

.flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.flexCol {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
}

h1 {
    font-family: 'bebasneue';
    font-size: 45px;
    line-height: 1.2;
    color: #4FB6B2;
    font-weight: 600;
    margin: 0 0 17px;
    text-transform: uppercase;
}

h2 {
    font-family: 'bebasneue';
    font-size: 55px;
    line-height: 1.2;
    color: #ff467f;
    font-weight: 500;
    margin: 0 0 8px;
    text-transform: uppercase;
}

h3 {
    font-family: 'poppins-regular';
    font-size: 22px;
    line-height: 1.2;
    color: #242424;
    font-weight: 600;
    margin: 0 0 8px;
}

h4 {
    font-family: 'bebasneue';
    font-size: 24px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 13px;
}

h5 {
    font-family: 'Poppins', Sans-Serif;
    font-size: 20px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 20px;
}

h6 {
    font-family: 'Poppins', Sans-Serif;
    font-size: 18px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 22px;
}

select {
    background: #fff url('../images/arrow.png') no-repeat right;
    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
    color: #575757;
}

::-moz-placeholder {
    color: #575757;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #575757;
}

:-moz-placeholder {
    color: #575757;
    opacity: 1;
}


/*header css start */

.menuSec {
    padding: 20px 0px 20px;
    position: absolute;
    z-index: 1;
    width: 100%;
    border-bottom: 1px solid #ffffff6b;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    text-transform: capitalize;
}

.menuSec ul li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.menuSec li ul {
    display: none;
}

.menuSec ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #ffffff;
    padding: 10px 0px;
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    margin: 0px 20px;
    font-family: 'montserrat-regular';
}


.menuSec ul li:last-child a {
    padding-right: 0px;
}

.menuSec ul li:last-child a:after {
    display: none;
}

.menuSec ul li a:hover,
.menuSec ul li a.active {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    color: #ffffff;
    border-bottom: 3px solid #ff457f;
}

.menuSec li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 38px;
}

.menuSec li>ul>li>a {
    border: none;
    padding: 13px 20px !important;
    color: #fff !important;
    overflow: hidden;
    font-size: 13px;
    line-height: 20px;
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
    display: block;
    margin: 0;
}

.menuSec li>ul>li>a:before,
.menuSec li>ul>li>a:after {
    display: none;
}

.menuSec li:hover li {
    float: none;
}

.menuSec li ul li a:hover {
    background-color: #ffffff;
    color: #000000 !important;
}

.menuSec ul ul ul {
    left: 100%;
    top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
    content: " ";
    display: table;
}

.menuSec ul:after {
    clear: both;
}

.menuSec li>ul>li:hover>ul {
    left: 230px;
    top: 0px;
    width: 270px;
}

.droopdwon li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 40px;
}

.droopdwon {
    float: left;
}

.droopdwon li:hover li a:hover {
    background-color: #ffffff;
    color: #000 !important;
}


/*header css start */

.dropdown-menu {
    position: absolute !important;
    z-index: 1000;
    display: block;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left !important;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}


/*banner css start */


/* Tab slider fix  */

.tab_sec .tab-pane {
    display: block;
    border: 0;
    height: 0;
}

.tab_sec .tab-pane.active {
    display: block !important;
    height: auto;
}


/* Tab slider fix  */

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    width: 100%;
}

.carousel-control.right,
.carousel-control.left {
    background: none;
    opacity: 1;
    width: 50px;
    height: 50px;
    top: initial;
    top: 40%;
    background: rgba(255, 255, 255, 0.1);
    text-shadow: none;
}

.carousel-control.right:hover,
.carousel-control.left:hover {
    background: rgba(255, 27, 27, 0.6);
    color: #fff;
}

.carousel-control.right .fa,
.carousel-control.left .fa {
    position: relative;
    top: 12px;
    font-size: 20px;
    color: #fff;
    opacity: 0.5;
}

.carousel-control.right {
    right: 0px;
}

.carousel-control.left {
    left: 0px;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 12px;
    padding: 0;
    margin: 3px!important;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1;
    /* transition: opacity 0.6s ease; */
    border-radius: 20px;
}

.carousel-caption {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    color: #fff;
    text-align: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    background: rgb(0 0 0 / 40%);
}

.carousel-indicators li {
    border: none;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    background: #fff;
    width: 12px;
    height: 12px;
    margin: 0;
}

.carousel-indicators .active {
    margin: 0;
    background-color: #28b16d;
    width: 10px;
    height: 12px;
}


/*banner css end*/

.blog_sec {
    padding: 5% 0;
}


/* Tabs  */

.tab_sec .nav-tabs .nav-link.active {
    background: #242889;
    color: #fff;
}

.tab_sec .nav-tabs .nav-link {
    background: #ccc;
    border-radius: 50px;
    color: #000;
    padding: 7px 28px;
}

.tab_sec .nav-tabs {
    border: none;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
}


/* Tabs  */


.hader-logo img {
    width: 38%;
}

.banner-video video {
    height: 82vh;
    width: 100%;
    object-fit: cover;
}

.dis-block {
    display: block;
}

.banner_text {
    text-align: center;
}

.banner_text p {
    font-size: 18px;
    letter-spacing: 1px;
    width: 50%;
    line-height: 30px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 30px;
}

.banner_text {margin-top: 90px;}

.banner-logo-img {
    width: 10%;
    margin: 0 auto;
    margin-bottom: 20px;
}
.header-btn {
    display: flex;
    align-items: center;
    justify-content: end;
}
a.theme_btn.btn-two {
    background: #ff457f;
    border-radius: 50px;
}

a.theme_btn.btn-two:hover:before {
    background: #4fb6b2;
    /* position: absolute; */
}
.about-img img {
    width: 100%;
}

.about-logo img {
    width: 100px;
}
section.about-sec {
    margin: 100px 0px;
}
.our-services-top-heading {
    text-align: center;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 30px;
}

.our-services-box {
    border-radius: 20px;
    background: #ff467f;
    box-shadow: 0px 0px 16px 0px #000;
    transition: 0.5s;
    border: 1px solid #fff;
}

.our-services-box-img img {
    width: 100%;
    border-radius: 18px 18px 0px 0px;
}

.our-services-box-img-text {
    padding: 30px 30px 30px;
}

.our-services-box-img-text h2 {
    font-size: 26px;
    color: #fff;
}

.our-services-box-img-text p {
    color: #fff;
}

.our-services-box-img-text a {
    background: #4fb6b2;
    padding: 10px 22px;
    color: #fff;
    /* text-transform: uppercase; */
    border-radius: 50px;
}

.our-services-box-img-text a:hover {
    background: #FD9D9F;
}
section.our-services-sec {
    margin-bottom: 100px;
}
.our-services-box:hover {transition: 0.5s;margin-top: -10px;}
.our-packages-top-heading {
    text-align: center;
    margin-bottom: 40px;
}

.our-packages-box {
    padding: 30px 16px;
    background: #4fb6b2;
    text-align: center;
    border-radius: 20px;
    width: 100%;
    position: relative;
    transition: 0.5s;
}

ul.our-packages-ul li {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 26px;
    color: #fff;
    font-size: 18px;
}

ul.our-packages-ul li i {
    color: #ff467f;
    font-size: 22px;
}

.our-packages-box:before {
    position: absolute;
    content: '';
    top: 10px;
    right: -3px;
    height: 99%;
    width: 94%;
    background: #ff467f;
    z-index: -1;
    border-radius: 23px;
    box-shadow: 0px 0px 36px 0px #ff467f;
}

ul.our-packages-ul {
    margin-bottom: 40px;
}

.our-packages-box h2 {
    color: #FFFFFF;
    font-size: 80px;
    font-weight: 500;
    text-transform: uppercase;
    -webkit-text-stroke-width: 1px;
    stroke-width: 1px;
    -webkit-text-stroke-color: #FF457F;
    stroke: #FF457F;
}

.our-packages-box:hover {
    background: #000000;
    transition: 0.5s;
    margin-top: -10px;
}
.our-packages-box.box-two {
    background: #ff457f;
}
.theme_btn.theme-btn-cr {
    border-radius: 50px;
}

.our-packages-box.box-two:before {
    background: #4fb6b2;
    box-shadow: 0px 0px 26px 0px #4fb6b2;
}

.our-packages-box.box-two:hover {
    background: #000;
}
section.our-packages-sec {
    margin-bottom: 100px;
}

section.relaxed-grooming-sec{
    background-image: url(../images/relaxed-grooming-bg-img.png);
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 190px 0px;
    margin-bottom: 100px;
}
.relaxed-grooming-text {
    text-align: center;
}

.relaxed-grooming-text h2 {
    color: #fff;
    margin-bottom: 18px;
}

.relaxed-grooming-text p {color: #fff;margin-bottom: 50px;}

.relaxed-grooming-text a {
    background: #ff467f;
    padding: 23px 16px;
    font-size: 19px;
    /* text-transform: uppercase; */
    border-radius: 50px;
    color: #fff;
}
.relaxed-grooming-text a:hover {
    background: #000;
}
section.the-reason-sec {
    margin-bottom: 100px;
}

.the-reason-top-heading {
    text-align: center;
    margin-bottom: 40px;
}

.the-reason-slider-box-textone h3 {
    font-size: 18px;
    margin-bottom: 16px;
}

.the-reason-slider-box-textone p {
    margin-bottom: 16px;
}

.the-reason-slider-box-textone ul {
    display: flex;
    align-items: center;
    justify-content: start;
    margin-bottom: 32px;
}

.the-reason-slider-box-texttwo {
    position: relative;
    padding: 25px;
    background: #4FB6B2;
    color: #fff;
    height: 200px;
}

.the-reason-slider-box-texttwo:before {
    position: absolute;
    content: '';
    top: -18px;
    left: 34px;
    height: 18px;
    width: 28px;
    background: #4fb6b2;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}

.the-reason-slider-box-textone ul li i {
    color: #eabe12;
}
section.the-reason-sec .container-fluid {
    padding: 0px 220px;
}
.the-reason-slider .slick-active {
    opacity: 1;
}

.the-reason-slider .slick-prev:before {
    content: '\f104';
    font-family: 'FontAwesome';
    font-size: 28px;
    color: #000 !important;
}
.the-reason-slider .slick-next:before {
    content: '\f105';
    font-family: 'FontAwesome';
    font-size: 28px;
    color: #000 !important;
}

section.contact-confirm-sec {
    position: relative;
    padding: 160px 0px;
    background-image: url(../images/map-img.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
    border-radius: 30px 30px 0px 0px;
    z-index: 1;
    border: 1px solid #fff;
}
section.contact-confirm-sec:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #ff467f75;
    z-index: -1;
    border-radius: 30px 30px 0px 0px;
}


.contact-confirm-text {
    text-align: center;
}

.contact-confirm-text h2 {
    color: #fff;
    margin-bottom: 20px;
}
footer {
    background: #0d0d0d;
    color: #fff;
    padding-top: 70px;
    border: 1px solid #fff;
    margin-bottom: 0px;
}

.footer-logo img {
    width: 48%;
}

.footer-link h5 {
    color: #FF457F;
    font-family: 'bebasneue';
    font-size: 26px;
    font-weight: 500;
    text-transform: uppercase;
}

.footer-link {
    padding-left: 80px;
    /* border-right: 1px solid; */
}

.footer-link ul li a {
    color: #fff;
}

.footer-link ul li a:hover {
    color: #ff457f;
}

.footer-link ul li {
    margin-bottom: 20px;
}

.footer-link ul li a {
    display: flex;
    align-items: anchor-center;
    gap: 14px;
}

.footer-link ul li a i {
    color: #ff457f;
}
.footer-social-icon {
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer-social-icon li a i {
    height: 50px;
    width: 50px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid #ff457f;
    font-size: 19px;
}
.footer-btm-text p {
    margin-bottom: 0px;
}

.footer-btm {
    background: #ff457f;
    padding: 15px 0px;
    text-align: center;
    border: 1px solid #fff;
    margin-top: 20px;
}
.footer-social-icon li a i:hover {
    background: #ff457f;
    color: #fff;
}
section.inner-banner {
    background: #0a0a0a;
    height: 56vh;
    display: flex;
    align-items: end;
    padding-bottom: 30px;
}
.inner-banner-text h1 {
    color: #fff;
    font-size: 68px;
}

.inner-banner-text ul {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
}

.inner-banner-text ul li a {
    color: #fff;
    text-transform: uppercase;
    font-family: 'Poppins';
}
section.the-reason-sec.inner-the-reason {
    margin: 100px 0px;
}
.services-inner-text h2 {
    color: #000000;
    font-family: "Roboto", Sans-serif;
    font-size: 31px;
    font-weight: 600;
}

.services-inner-img img {
    width: 100%;
    border-radius: 20px;
}

.services-inner-top-heading {
    text-align: center;
    margin-bottom: 50px;
}

section.services-inner-sec {
    margin-bottom: 100px;
}

.services-inner-text p {
    font-size: 16px;
    line-height: 28px;
    color: #000;
}


section.services-inner-sec .container {
    padding: 0px 50px;
}
section.about-inner-page {
    margin: 100px 0px;
}
.about-inner-text h2 {
    color: #000;
}
.book-btm-text button {
    background-color: #ff457f;
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: white;
    border-radius: 51px;
    border: unset;
    padding: 12px 22px;
}

section.book-now-sec {
    margin: 100px 0px;
}
.row.book-now-row {
    padding: 20px 20px;
    box-shadow: 0px 0px 42px 11px #FF457F;
    border-radius: 20px;
}

.book-now-top-heading {
    text-align: center;
    margin-bottom: 40px;
}

.book-now-input label {
    color: #242424;
    font-size: 16px;
    font-weight: 700;
    /* margin-bottom: 8px; */
    padding: 0;
}

.book-now-input input {
    width: 100%;
    padding: 8px;
    border: 2px solid #e5e5e5;
    color: #00000075;
    margin-top: 8px;
}

.book-now-input {
    margin-bottom: 20px;
}

.book-now-input select {
    width: 100%;
    padding: 8px;
    border: 2px solid #e5e5e5;
    color: #00000075;
}

.book-now-input textarea {
    width: 100%;
    padding: 8px;
    border: 2px solid #e5e5e5;
    color: #00000075;
    height: 200px;
}

.book-now-top-heading h2 {
    color: #000;
}



.calendar{width: 100%;margin:auto;background:white;}

.week{
display:grid;
grid-template-columns:repeat(7,1fr);
text-align:center;
padding:15px 0;
background:#ff3b78;
color:white;
}

.days{
display:grid;
grid-template-columns:repeat(7,1fr);
}

.day{
height:90px;
border:1px solid #eee;
display:flex;
align-items:center;
justify-content:center;
cursor:pointer;
font-size:18px;
}

.day span{
padding:10px 14px;
}

.day.future:hover span{
border:2px solid #ff3b78;
border-radius:50%;
}

.day.active span{
background:#ff3b78;
color:white;
border-radius:50%;
}

.day.disabled{
color:#bbb;
background:#f5f5f5;
cursor:not-allowed;
}

/* schedule row */

.schedule-row{
grid-column:1/-1;
background:#d7d9dc;
padding:35px;
display:none;
position:relative;
min-height:120px;
}

/* pointer */

.pointer{
position:absolute;
top:-10px;
width:0;
height:0;
border-left:10px solid transparent;
border-right:10px solid transparent;
border-bottom:10px solid #d7d9dc;
}

/* loader */

.loader{
width:30px;
height:30px;
border-radius:50%;
border:4px solid #ddd;
border-top:4px solid #444;
animation:spin 0.7s linear infinite;
margin:auto;
}

@keyframes spin{
to{ transform:rotate(360deg); }
}

/* schedule */

.schedule-content{
display:none;
}

.schedule-title{
text-align:center;
font-weight:bold;
margin-bottom:20px;
}

.times{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:12px;
}

.time{
background:white;
padding:10px;
text-align:center;
border-radius:4px;
cursor:pointer;
}

.time:hover{
background:#ff3b78;
color:white;
}
.book-btm-text b {
    color: #000;
}

.book-btm-text p {
    color: #900;
}