*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
    background: #fff;
    min-height: 100vh;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 400;
}  

ul{
    list-style: none;
    padding-left: 1rem;
}

a{
    text-decoration: none !important;
}

section{
    width: 100%;
    position: relative;
}

:focus{
    border: none !important;
    outline: none !important;
}

.textWhite{
    color: #fff;
}

.textBlack{
    color: #000000;
}

.buttonC{
    background: rgba(25, 135, 84, 0.1);
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.4s ease;
    font-size: 18px;
    font-weight: 500;
    color: #198754 !important;
    width: fit-content;
    margin: 60px auto 0;
    border-radius: 30px;
    padding: 10px 60px;
}

.buttonC img{
    margin-left: 10px;
    transition: 0.4s ease;
}

.buttonC:hover{
    box-shadow: 0px 0px 12px #f3f3f3;
    transition: 0.4s ease;
}

.buttonC:hover img{
    margin-left: 15px;
    transition: 0.4s ease;
}


.buttonC2{
    background: #198754;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: 0.4s ease;
    font-size: 18px;
    font-weight: 500;
    color: #fff !important;
    width: fit-content;
    border-radius: 30px;
    padding: 10px 20px;
}

.buttonC3{
    background:transparent;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.4s ease;
    font-size: 18px;
    font-weight: 500;
    color: #198754 !important;
    border: 1px solid #198754 !important;
    width: fit-content;
    border-radius: 30px;
    padding: 10px 20px;
}

.knowBtn{
    color: #198754;
    font-size: 18px;
    font-weight: 600;
}

.heading{
    background: rgba(37, 218, 171, 0.1);
    padding: 10px 24px;
    width: fit-content;
    color: #10A37D;
    font-size: 14px;
    font-weight: 600;
    margin: 0 auto 15px;
    border-radius: 30px;
    min-width: 200px;
    text-align: center;
    border: 1px solid rgba(37, 218, 171, 0.3);
}

.subHeading{
    color: #000000;
    font-size: 50px;
    font-weight: 600;
    margin-bottom: 15px;
}

.subHeading2{
    color: #4A5565;
    font-size: 18px;
    font-weight: 400;
}

.subHeading span{
    color: #198754;
}

.paddingC{
    padding: 6rem 0;
}

.banner{
    position: relative;
    background: url('../../images/bannerBg.webp') no-repeat;
    background-size: cover;
    width: 100%;
    overflow: hidden;
    height: 100%;
}

.banner .dogArea{
    background: url('../../images/blueBg.svg') no-repeat;
    right: 0;
    bottom: 0;
    background-size: 100% 100%;
    width: 750px;
    height: 800px;
    content: '';
    position: absolute;
}

.banner .dogArea img{
    width: 700px;
    height: 900px;
    object-fit: contain;
}

.banner .logoArea{
    text-align: center;
    padding-top: 20px;
}

.banner .logoArea img{
    width: 100px;
}

.banner .step{
    border: 1px solid rgba(37, 218, 171, 0.3);
    background: rgba(37, 218, 171, 0.1);
    padding: 4px 10px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #10A37D;
    font-size: 14px;
    font-weight: 500;
    width: fit-content;
    /* margin: 0 auto; */
    text-transform: uppercase;
}

.banner .bannerContent{
    /* width: 670px;
    margin: 0 auto;
    text-align: center; */
    padding: 5rem 0 4rem;
    position: relative;
}

.banner h3{
    color: #1E1E1E;
    font-size: 64px;
    line-height: 85px;
    font-weight: 500;
    margin: 30px 0;
}

.banner h3 span{
    color: #9C73FF;
    font-weight: 600;
}

.banner .countDown{
    margin-top: 60px;
    margin-bottom: 40px;
}

.banner .countDown h5{
    color: rgba(6, 3, 2, 0.9);
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}

.banner .countDown .timing{
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 20px;
}

.banner .countDown .timing .timeRun{
    width: 140px;
    padding: 25px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
    background: rgba(255, 255, 255, 1);
    border-radius: 16px;
}

.banner .countDown .timing .timeRun h4{
    color: #000000;
    font-size: 48px;
    font-weight: 600;
    margin-bottom: 0;
    line-height: 1;
}

.banner .countDown .timing .timeRun span{
    color: #67696C;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0;
    line-height: normal;
}

.banner .searchArea{
    display: flex;
    align-items: center;
    gap: 10px;
    width: fit-content;
    border-radius: 50px;
    /* justify-content: center; */
    margin-bottom: 20px;
    border: 1px solid rgba(177, 177, 177, 0.4) !important;
}

.banner .checkList{
    justify-content: start;
}

.banner .searchArea input{
    background: #fff;
    height: 57px;
    border: none;
    padding: 20px 15px 20px 25px;
    border-radius: 50px;    
    width: 270px;
}

.banner .searchArea .btnNotify{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: #9C73FF;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    width: 162px;
    height: 57px;
    border-radius: 50px;
    border: none;
}

.banner h6{
    color: #1E1E1E;
    font-size: 24px;
    line-height: 28px;
    font-weight: 600;
    margin-bottom: 0;
}

.banner h6 span{
    color: #198754;
}

.checkList{
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
    margin-top: 40px;
}

.checkList .check{
    display: flex;
    align-items: center;
    gap: 5px;
    color: #060302;
    font-size: 14px;
    font-weight: 400;
}

.features .fBox{
    border: 1px solid #E7E7E7;
    padding: 30px;
    border-radius: 16px;
    position: relative;
    transition: 0.4s ease;
    min-height: 270px;
}

.features .fBox:hover{
    transition: 0.4s ease;
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.1);
}

.features .fBox img{
    margin-bottom: 30px;
}

.features .fBox h4{
    color: #101828;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 15px;
}

.features .fBox p{
    color: #4A5565;
    font-size: 14px;
    line-height: 23px;
    font-weight: 400;
    margin-bottom: 0px;
}

.features .fBox .tagg{
    position: absolute;
    right: 20px;
    top: 30px;
    height: 24px;
    padding: 10px 12px;
    background: #9C73FF;
    border-radius: 30px;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
}


.choose .cBox{
    text-align: center;
    padding: 0 10px;
}

.choose .cBox .iconP{
    background: #9C73FF;
    border-radius: 50%;
    width: 65px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.choose .cBox h4{
    color: #101828;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}

.choose .cBox p{
    color: #4A5565;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0px;
}

.download{
    padding: 6rem 0 0;
    background: #000;
}

.download h3{
    color: #fff;
    font-size: 74px;
    line-height: 85px;
    font-weight: 700;
    margin-bottom: 20px;
}

.download h3 span{
    font-size: 48px;
    line-height: 58px;
    font-weight: 700;
    display: block;
}

.download p{
    color: #fff;
    font-size: 20px;
    line-height: 35px;
    font-weight: 500;
    margin-bottom: 20px;
}

.download .downloadBtn{
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 50px;
    width: fit-content;
    position: relative;
}

.download .downloadBtn:before {
    background: url('../../images/downloadArw.svg') no-repeat;
    position: absolute;
    width: 222px;
    height: 107px;
    background-size: 100% 100%;
    bottom: 0;
    right: -250px;
    content: "";
}

.teams .teamBox{
    border: 1px solid #E7E7E7;
    border-radius: 16px;
}

.teams .teamBox img{
    height: 346px;
    width: 100%;
    object-fit: cover;
    border-radius: 16px 16px 0 0;
}

.teams .teamBox .data{
    padding: 20px 15px;
}

.teams .teamBox .data h4{
    color: #4A5565;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 10px;
}

.teams .teamBox .data h6{
    color: #4A5565;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0px;
}

.subscribe h6{
    color: #198754;
    font-size: 18px;
    font-weight: 600;
}

.subscribe .subscribeBox{
    width: 750px;
    margin: 50px auto 0;
    display: flex;
    align-items: center;
    position: relative;
}

.subscribe .subscribeBox::before{
    background: url('../../images/clap.svg') no-repeat;
    width: 119px;
    height: 146px;
    object-fit: contain;
    left: -140px;
    top: -30px;
    position: absolute;
    content: '';
}

.subscribe .subscribeBox button{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: #9C73FF;
    padding: 20px;
    border-radius: 0px 50px 50px 0;
    border: none;
    outline: none;
    font-size: 20px;
    font-weight: 600;
    color: #FFFFFF;
}

.subscribe .subscribeBox input{
    border: 1px solid #D9D9D9 !important;
    border-radius: 50px 0 0 50px;
    padding: 22px;
    width: calc(100% - 260px);
}

footer{
    background: #1E1E1E;
    padding: rem 0 0;
}

footer .footerData h4{
    color: #FFFFFF;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 25px;
}

footer .footerData p{
    color: rgba(255, 255, 255, 0.65);
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 15px;
}

footer .footerData.first a{
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 10px;
}

footer .footerData.first a img{
    width: 24px;
    height: 15px;
    object-fit: contain;
}

footer .footerData ul{
    padding-left: 0;
}

footer .footerData ul li a{
    display: flex;
    align-items: center;
    gap: 10px;
    color: rgba(255, 255, 255, 0.69);
    font-size: 16px;
    font-weight: 400;
}

footer .footerData ul li a img{
    width: 13px;
    height: 9px;
    object-fit: contain;
}

footer .footerData ul li:not(:last-child){
    margin-bottom: 15px;
}

footer .footerBottom{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
}

footer .footerBottom p{
    color: rgba(255, 255, 255, 0.5);
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
}

footer .footerBottom .social{
    display: flex;
    align-items: center;
    gap: 15px;
}

footer .footerBottom .social a{
    width: 38px;
    height: 38px;
    background: #353535;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.fadeInUp-animation {
  animation: 1.5s fadeInUp;
}

.fadeInUp-animation2 {
  animation: 1.5s fadeInUp2;
}


@keyframes fadeInUp {
  0% {
    transform: translateX(100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0%);
    opacity: 1;
  }
}

@keyframes fadeInUp2 {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0%);
    opacity: 1;
  }
}

@media(min-width:992px) and (max-width:1200px){
    .download h3 {
        font-size: 54px;
    }
    .download h3 span {
        font-size: 36px;
        line-height: 50px;
    }
    .download p {
        font-size: 16px;
        line-height: 26px;
    }
    .download .downloadBtn:before {
        width: 182px;
        height: 107px;
        right: -210px;
    }
    .teams .teamBox .data h4 {
        font-size: 20px;
    }
    .subscribe .subscribeBox {
        width: 650px;
    }
    .features .fBox h4 {
        font-size: 16px;
    }
    .features .fBox {
        padding: 20px;
    }
    .banner h3 {
        font-size: 50px;
        line-height: 70px;
    }
    .banner .dogArea img {
        width: 700px;
        height: 700px;
    }
    .banner .dogArea {
        width: 440px;
        height: 538px;
    }
}


@media(min-width:768px) and (max-width:991px){
    .download h3 {
        font-size: 66px;
    }
    .download h3 span {
        font-size: 40px;
        line-height: 54px;
    }
    .download .row{
        flex-direction: column-reverse;
        gap: 40px;
    }
    .download .img-part{
        text-align: center;
    }
    .subscribe .subscribeBox {
        width: 550px;
        justify-content: center;
    }
    .subscribe .subscribeBox::before{
        background-size: contain;
    }
    .subscribe .subscribeBox::before {
        width: 90px;
        height: 116px;
        left: -83px;
        top: -10px;
    }

    .banner .dogArea{
        display: none;
    }
    .banner .bannerContent{
        width: 100%;
        text-align: center;
    }
    .banner .step{
        margin: 0 auto;
    }
    .banner .checkList{
        justify-content: center;
    }
    .banner .searchArea{
        margin: 0 auto;
    }
}

@media(max-width:767px){
    .banner .bannerContent{
        width: 100%;
        text-align: center;
    }
    .banner .step{
        margin: 0 auto;
    }
    .banner .checkList{
        justify-content: center;
    }
    .banner h3 {
        font-size: 32px;
        line-height: 50px;
    }
    .banner .countDown .timing .timeRun {
        width: 156px;
        padding: 20px 20px;
    }
    .banner .countDown .timing .timeRun h4 {
        font-size: 28px;
    }
    .banner .countDown .timing {
        scale: .7;
    }
    .banner .searchArea{
        flex-direction: column;
        margin: 0 auto;
        border: none !important;
    }
    .banner .searchArea input, .banner .searchArea .btnNotify{
        width: 85%;
    }
    .checkList{
        gap: 10px;
    }
    .checkList .check {
        font-size: 10px;
    }
    .subHeading {
        font-size: 24px;
    }
    .subHeading2 {
        font-size: 16px;
    }
    .download h3 {
        font-size: 44px;
        line-height: 55px;
    }
    .download h3 span {
        font-size: 28px;
        line-height: 41px;
        margin-top: 10px;
    }
    .download p {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 20px;
    }
    .download .downloadBtn img{
        width: 100%;
    }
    .download .downloadBtn:before {
        width: 152px;
        height: 107px;
        bottom: 20px;
        right: -170px;
        display: none;
    }
    .download{
        padding-bottom: 4rem;
    }
    .subscribe .subscribeBox button {
        padding: 10px;
        font-size: 12px;
        height: 70px;
        width: 160px;
    }
    .subscribe .subscribeBox{
        width: 100%;
    }
    .subscribe .subscribeBox input {
        padding: 22px;
        width: calc(100% - 160px);
    }
    footer .footerBottom{
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }
    footer .footerBottom p {
        font-size: 14px;
    }
    .banner .dogArea{
        position: relative;
        width: 100%;
        height: 320px;
    }
    .banner .dogArea img {
        width: 100%;
        height: 290px;
    }
}

/* New Sections */

.sliderArea{
    overflow: hidden;
}

.sliderArea .sliderPrt .imgprt{
    position: relative;
    overflow: hidden;
}

.sliderArea .sliderPrt .imgprt img{
    width: 100%;
}

.sliderArea .sliderPrt .imgprt .content{
    position: absolute;
    width: 90%;
    margin: 0 auto;
    bottom: 35px;
    left: 25px;
}

.sliderArea .sliderPrt .imgprt .content h6{
    color: #FFFFFF;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 10px;
}

.sliderArea .sliderPrt .imgprt .content p{
    color: #FFFFFF;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 0px;
}

.sliderArea .sliderPrt .imgprt .linking{
    position: absolute;
    right: 5px;
    top: 5px;
}

.sliderArea .sliderPrt .swiper-slide a{
    transition: 0.3s ease;
}

.sliderArea .sliderPrt .swiper-slide a:hover .linking{
    transform: rotate(45deg);
    transition: 0.3s ease;

}

.sliderArea .sliderPrt .swiper-wrapper{
    padding-bottom: 80px;
}

.sliderArea .sliderPrt .swiper-button-next, .sliderArea .sliderPrt .swiper-button-prev{
    position: absolute;
    bottom: 5px;
    top: auto;
}

.sliderArea .sliderPrt .swiper-button-prev{
    left: 50px;
}

.sliderArea .sliderPrt .swiper-button-next{
    right: 50px;
}

.sliderArea .sliderPrt .swiper-pagination{
    width: fit-content;
    left: 50%;
    transform: translateX(-50%);
}

.sliderArea .sliderPrt .swiper-pagination .swiper-pagination-bullet{
    width: 18px;
    height: 18px;
    opacity: 1;
    border: 1px solid transparent;
    background: transparent;
    position: relative;
}

.sliderArea .sliderPrt .swiper-pagination .swiper-pagination-bullet::before{
    width: 8px;
    height: 8px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #A1A4B1;
    position: absolute;
    content: '';
    border-radius: 50%;
}

.sliderArea .sliderPrt .swiper-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active{
    border: 1px solid #02000F !important;   
}

.sliderArea .sliderPrt .swiper-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active::before{
    background: #02000F;
}

.helpPet{
    position: relative;
    padding-bottom: 12rem;
}

.helpPet::before{
    background: url('../../images/helpBg.svg') no-repeat;
    right: 0;
    bottom: 0;
    width: 700px;
    height: 800px;
    background-size: cover;
    content: '';position: absolute;
}

.helpPet .dataP{
    position: relative;
}

.helpPet .dataP::before{
    position: absolute;
    right: -170px;
    bottom: -160px;
    background: url('../../images/cat.svg') no-repeat;
    width: 200px;
    height: 350px;
    background-size: contain;
    content: '';
}

.helpPet .dataP ul li{
    position: relative;
    background: url('../../images/whiteD.png') no-repeat;
    background-size: 100% 100% !important;
    display: flex;
    align-items: start;
    gap: 20px;
    padding: 20px;
    transition: 0.4s ease;
}

.helpPet .dataP ul li:hover{
    background: url('../../images/purpleD.png') no-repeat;
    transition: 0.4s ease;
}

.helpPet .dataP ul li:hover p, .helpPet .dataP ul li:hover h6 {
    color: #fff;
    transition: 0.3s ease;
}

.helpPet .dataP ul li:hover .tick img{
    transition: 0.4s ease;
    filter: brightness(1) invert(1);
}

.helpPet .dataP ul li:not(:last-child){
    margin-bottom: 30px;
}

.helpPet .dataP ul li .tick{
    width: 33px;
    height: 33px;
}

.helpPet .dataP ul li .tick img{
    width: 33px;
    height: 33px;
}

.helpPet .dataP ul li .cont{
    width: calc(100% - 53px);
}

.helpPet .dataP ul li h5{
    position: absolute;
    right: 5px;
    top: 5px;
    color: #02000F;
    font-size: 32px;
    font-weight: 500;
    transition: 0.3s ease;

}

.helpPet .dataP ul li h6{
    font-size: 24px;
    font-weight: 600;
    color: #02000F;
    margin-bottom: 15px;
    transition: 0.3s ease;

}

.helpPet .dataP ul li p{
    font-size: 18px;
    font-weight: 500;
    color: #6C6D71;
    margin-bottom: 0px;
    transition: 0.3s ease;

}

.gal{
    padding-bottom: 10rem;
}

.galleryGrid{
    display:grid;
    grid-template-columns: repeat(5, 1fr);
    gap:24px;
    align-items:start;
}

.galleryGrid .galImg{
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.galleryGrid .galImg:nth-child(2){
    transform: translateY(60px);
}

.galleryGrid .galImg:nth-child(3){
    transform: translateY(120px);
}

.galleryGrid .galImg:nth-child(4){
    transform: translateY(60px);
}


@media(min-width:1025px) and (max-width:1199px){
    .helpPet .dataP ul li h6 {
        font-size: 18px;
    }
    .helpPet .dataP ul li p {
        font-size: 15px;
    }
    .helpPet .dataP ul li h5 {
        font-size: 20px;
    }
    .helpPet .dataP::before {
        right: -100px;
        bottom: -130px;
        width: 100px;
        height: 140px;
    }
    .galleryGrid{
        grid-template-columns: repeat(5, 1fr);
    }
}

@media(min-width:992px) and (max-width:1024px){
    .helpPet .dataP ul li h6 {
        font-size: 18px;
    }
    .helpPet .dataP ul li p {
        font-size: 15px;
    }
    .helpPet .dataP ul li h5 {
        font-size: 20px;
    }

    .galleryGrid{
        grid-template-columns: repeat(5, 1fr);
    }
    .helpPet .dataP::before{
        display: none;
    }
}

@media(min-width:768px) and (max-width:991px){
    .helpPet .dataP::before{
        display: none;
    }
    .galleryGrid{
        grid-template-columns: repeat(1, 1fr);
    }
    .galleryGrid .galImg{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
    .galleryGrid .galImg img{
        width: 100%;
    }
    .galleryGrid .galImg:nth-child(2){
        transform: translateY(0px);
    }

    .galleryGrid .galImg:nth-child(3){
        transform: translateY(0px);
    }

    .galleryGrid .galImg:nth-child(4){
        transform: translateY(0px);
    }
}


@media(max-width:767px){
    .sliderArea .sliderPrt .swiper-button-prev{
        left: 10px;
    }
    .sliderArea .sliderPrt .swiper-button-next{
        right: 10px;
    }
    .helpPet .dataP::before{
        display: none;
    }
    .helpPet .dataP ul li h6 {
        font-size: 15px;
        margin-bottom: 10px;
    }
    .helpPet .dataP ul li p {
        font-size: 12px;
        line-height: 18px;
    }
    .helpPet .dataP ul li h5 {
        font-size: 20px;
    }
    .helpPet .dataP ul li .tick {
        width: 25px;
        height: 25px;
    }
    .helpPet .dataP ul li .tick img{
        width: 25px;
        object-fit: contain;
        height: 25px;
    }
    .helpPet .dataP ul li{
        gap: 10px;
        padding: 20px 10px;
    }
    .helpPet .dataP ul li .cont {
        width: calc(100% - 35px);
    }
    .helpPet {
        padding-bottom: 6rem;
    }
    .galleryGrid{
        grid-template-columns: repeat(1, 1fr);
    }
    .galleryGrid .galImg{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
    .galleryGrid .galImg img{
        width: 100%;
    }
    .galleryGrid .galImg:nth-child(2){
        transform: translateY(0px);
    }

    .galleryGrid .galImg:nth-child(3){
        transform: translateY(0px);
    }

    .galleryGrid .galImg:nth-child(4){
        transform: translateY(0px);
    }
}