@font-face {
    font-family: 'Dosty';
    src: url('../fonts/Dosty.otf') format('opentype');
  }
  @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&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

  /* font-family: 'Poppins', sans-serif; */
  /* font-family: 'Roboto', sans-serif; */


:root {
--deep-blue:#4784C0;
--hot-red: #C92921;
--sweet-coffie: #4D210A;
--basic-black:#0F0F0F;
--bright-white:#fff;
--light-blue:#E5EDF5;
}

section#home{
	background-image:url('https://petcityapp.in/wp-content/uploads/2024/09/Group-139943.svg');
	background-repeat:no-repeat;
	background-position:center left;
	background-size:contain;
}

*{
    margin: 0 auto;
    padding: 0px;
    box-sizing: border-box;
    font-family:'Roboto', sans-serif ;
    color: var(--basic-black);
}


.mx-row{
    max-width: 1640px;
}

.px-7p{
	padding-left:7.29%;
	padding-right:7.29%;
}

.g-73{
    
    --bs-gutter-x:4.34%;
}

a{
    text-decoration: none;
}
.ps-45{
 padding-left: 45px;
}
.fs-18{
    font-size: 18px;
}
.fs-22{
    font-size: 22px;
}


.text-blue{
    color: var(--deep-blue);
}
.text-red{
    color: var(--hot-red);
}

.bg-blue
{
    background-color: var(--deep-blue);
}

.bg-red
{
    background-color: var(--hot-red);
}

.ps-20{
    padding-left: 20px;
}

.mt-34{
    margin-top: 34px;
}

.shadow-co{
    filter: drop-shadow(0px 6px 16px rgba(0, 0, 0, 0.29));
}

header .nav-item a.nav-link {
    margin-left: 48px;
    font-size: 20px;
    color: var(--basic-black);
}
header .nav-item a.nav-link:hover{
    color: var(--hot-red);
}
header .nav-item:first-child a.nav-link{
    margin-left: 0px;
} 
header .navbar{
    min-height: 120px;
}

 p.banner-title {
    font-size: 75px;
    font-family: 'dosty';
    color: var(--sweet-coffie);
    margin-bottom: 30px;
    line-height: 104px;
}

p.banner-subtitle{
    font-size: 29px;
    color: var(--hot-red);
    margin-bottom: 21px;
    font-family:'Poppins', sans-serif;
    line-height: 43px;
}

p.banner-info{
    font-size: 20px;
    padding-right: 183px;
    line-height: 24px;
    margin-bottom: 95px;
	background-color:#fff;
}
section.banner .left,section.banner.right{
    min-height: 957px;
}
section.banner .left{
    max-width: 47.2%;
}
section.banner .right{
    padding-top: 56px;
}

section.banner .banner-btn{
    max-width: 216px;
	background-color:#fff;
}

.banner-btn p{
    font-size: 18px;
    color: var(--hot-red);
    margin: 0px;
}
.banner-btn p:first-child{
    font-family:'dosty' ;
    font-size: 40px;
    height: 55px;
}
.banner-btn img:last-child{
    display: none;
    max-width: 74px;
}

.banner-btn:hover p{
    text-shadow: 0px 3px 6px #DD484854;
}
.banner-btn:hover img:first-child{
    display: none;
}
.banner-btn:hover img:last-child{
    display: block;
}

/* ------------------------------ */

.about{
    background-color: var(--light-blue);
    padding-top: 11.5px;
    text-align: center;
    margin-bottom: 140px;
}
.about-title{
    min-height: 274.5px;
    background-image: url('../uploads/about-bg.svg');
    background-position: center center;
    background-size: cover;
    margin-bottom: 35px;
}
.about-title .section-title{
    margin-bottom: -60px;
}

.section-title{
    font-size: 100px;
    font-family: 'dosty';
    line-height: 165px;
}

.about-shape-img{
    filter: drop-shadow(0px 6px 16px rgba(0, 0, 0, 0.29));
    margin-bottom: -140px;
}

/* out team */

.our-team{
    padding-top: 120px;
    padding-bottom: 198px;
}
.our-team .section-title{
    margin-bottom: 12px;
}

.our-team .img-container{

    border-radius: 50%;
    max-height: 270px;
    max-width: 270px;
    width: 100%;
    margin-bottom: 9px;
}

.our-team .img-container img{
    width: 100%;
    filter: drop-shadow(0px 6px 16px rgba(0, 0, 0, 0.15));
    /* box-shadow: 0px 3px 10px #C2464652; */
}

.our-team .team p{
    font-size: 20px;
    line-height: 28px;
    margin: 0px;
}

.our-team .team .name{
    font-size: 24px;
    font-weight: 500;
}


/* ======================= */

.objectives{
    padding-top: 100px;
    padding-bottom: 140px;
    background-image: url('../uploads/feet-patern.svg');
    background-size: cover;
    background-position: center top;
    background-color: var(--light-blue);
}

.objectives .section-title{
    margin-bottom: 60px;
}

.obj-block{
    background-image: url('../uploads/objective-shape.png');
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
    min-height: 400px;
    font-size: 18px;
    line-height: 28px;

}

.obj-block .steps{
    color: var(--bright-white);
    font-size: 88px;
    font-weight: 800;
    margin-bottom:30px ;
}

.obj-block p:nth-child(2){
    padding: 0px 45px 0px 45px; 
    min-height: 240px;
    display: flex;
    align-items: center;
    margin: 0px;
}

.obj-block img{
    padding-right: 35px;
}

/* ----===========-------- */

.solution{
    padding-top: 140px;
    padding-bottom: 125px;
}

.solution .step-title{
    font-size: 20px;
    font-weight: bold;
    line-height: 26px;
    margin-bottom: 15px;
    padding-left: 30px;
}

.step-img{
    margin-bottom: 35px;
}

.step-info{
    font-size: 18px;
    padding-left: 30px;
    line-height: 26px;
}
.solution .solution-imgs{
    /*max-width: 249px !important;*/
    height: auto;
    max-width: 100%;
}
.solution .step-images{
    max-height: 112px;
}
.mx-w{
   max-width: 74px;
}
/* ----===========-------- */


.features{
    padding-top: 70px;
    padding-bottom: 175px;
    background-image: url('../uploads/features-bg.svg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.features .container-fluid{
padding: 58px 39px 39px 60px;
}

.features .left{
    max-width: 100%;
}

.features .right{
    max-width: 20%;
}

.features .col p{
    font-size: 18px;
    line-height: 26px;
    color: var(--bright-white);
}

.features .bar-code{
    max-width: 277px;
    padding: 25px;
    max-width: 100%;
}
.features .col p.bar-code-text{
    font-size: 16px;
}



/* -----========----------- */
.slider{
    font-size: 18px;
    line-height: 26px;
    padding-bottom: 51px;
    margin-top: -80px;
}

.slider .slider-img{
    filter: drop-shadow(0px 3px 4px  rgba(31, 31, 31, 0.11));
}
.slider-content{
    max-width: 81%;
}
.slider-title{
    font-size: 100px;
    font-family:'dosty';
    color: var(--hot-red);
    line-height: 125px;
    margin-bottom: 50px;
}
.slider-content {
    padding-left: 46px;
}
.slider-content p:nth-child(2){
    margin-bottom: 33px;
}

.slider-content p:nth-child(3){
    font-weight: 600;
    font-style: italic;
    margin-bottom: 33px;
}
.slider-content ol{
    padding-left: 20px;
    margin-top: 18px;
}
.slider-content ol li{
    line-height: 30px
}

.carousel-indicators [data-bs-target] {
    width: 26px;
    height: 27px;
}
.carousel-indicators{
    position: relative;
    margin-bottom: 0px;
    margin-top: 189px;
}

.carousel-inner{
    padding-bottom: 20px;
}

.carousel-dark .carousel-indicators [data-bs-target]{
    background-color: transparent;
    background-image: url('../uploads/slider-pointer.svg');
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}


/* ---- ====== ------ */

.trust-us{
    background-color: var(--light-blue);
    margin-top: 110px;
    margin-bottom: 155px;
}

.trust-us .left{
    padding-left: 140px;
    font-size: 18px;
    line-height: 28px;
    padding-top: 155px;
    padding-bottom: 155px;
}


.trust-us .section-title{
    margin-bottom: 24px;
}

.trust-us .right>img{
margin-top: -159px;
margin-bottom: -155px;
}

/* ---- ====== ------ */


footer{
    background-image: url('../uploads/footr-background.png');
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    padding-top: 75px;
    padding-bottom: 75px;
}

footer ul{
    list-style: none;
}

footer .brand-logo{
    margin-bottom: 61px;
}

footer .product-by p,footer .product-by a{
    font-size: 20px;
    color: var(--bright-white);
    word-break: break-word;
}

footer .product-by .tufus-logo{
    margin-bottom: 17px;
}


footer ul li a{
    font-size:20px;
    font-weight: 500;
    color: var(--bright-white);
    line-height: 40px;
    word-break: break-word;
}

footer ul li a:hover{
    /* opacity: 0.7; */
    color: var(--bright-white);
}

footer ul.social-links li{
margin-bottom: 10px;
}

footer ul.social-links li a img{
margin-right: 26px;
}







/* media query */
@media screen and (max-width: 1600px) {
    p.banner-title {
        font-size: 60px;
    }    
    .trust-us .left {
        padding-left: 24px;
        padding-top: 70px;
        padding-bottom: 80px;
    }
}


@media screen and (max-width: 1440px) {
    p.banner-title {
        font-size: 55px;
    }
    
    .section-title {
        font-size: 110px;
    }
    p.banner-info {
        font-size: 20px;
        padding-right: 75px;
    }
    .obj-block .steps {
        font-size: 80px;
    }

    section.banner .left, section.banner.right {
        min-height: 840px;
    }
    .our-team {
        padding-top: 100px;
        padding-bottom: 140px;
    }
    .solution {
        padding-top: 100px;
    }
    .carousel-indicators {
        margin-top: 149px;
    }
    .step-img {
        width: 80px;
    }
    .solution .step-info ,.solution .step-title{
        padding-left: 22px;
    }
    .about-shape-img {
        margin-bottom: -130px;
        width: 60%;
    }
}

@media screen and (max-width: 1366px) {
section.banner .left, section.banner.right {
    min-height: 780px;
}
section.banner .right {
    padding-top: 46px;
}
p.banner-title {
    font-size: 50px;
    line-height: 60px;
}
.trust-us .right>img {
    margin-top: -70px;
}
.trust-us{
    margin-top: 70px;
}
.section-title {
    font-size: 100px;
}
}

@media screen and (max-width: 1280px) {
    section.banner .left, section.banner.right {
        min-height: 730px;
    }
    .section-title {
        font-size: 95px;
    }
    p.banner-title {
        font-size: 50px;
    }
p.banner-info {
    font-size: 20px;
    padding-right: 50px;
    line-height: 24px;
    margin-bottom: 60px;
}
.obj-block p:nth-child(2) {
    padding: 0px 35px 0px 35px;
    line-height: 26px;
}
.features .left {
    max-width: 75%;
}
.features .right {
    max-width: 25%;
}
.about {
    margin-bottom: 130px;
}
.our-team,.objectives,.solution {
    padding-top: 85px;
    padding-bottom: 120px;
}
.our-team .section-title,.objectives .section-title {
    margin-bottom: 35px;
}
.obj-block .steps {
    font-size: 65px;
}
.trust-us .section-title {
    margin-bottom: 20px;
}
.carousel-indicators {
    margin-top: 120px;
}
.trust-us {
    margin-bottom: 90px;
}

header .nav-item a.nav-link {
    margin-left: 28px;
}

}


@media screen and (max-width: 1200px) {
.trust-us .left {
    padding-top: 25px;
    padding-bottom: 40px;
}
}

@media screen and (max-width: 1024px) {
    p.banner-info {
        margin-bottom: 30px;
    }
p.banner-title {
    font-size: 38px;
    line-height: 30px;
}
p.banner-subtitle {
    font-size: 24px;
}
section.banner .left, section.banner.right {
    min-height: 555px;
}
section.banner .right {
    padding-top: 25px;
}
.about-title {
    min-height: 210.5px;
    margin-bottom: 40px;
}
.about-title .section-title {
    margin-bottom: -30px;
    font-size: 75px;
}
.section-title {
    font-size: 75px;
    line-height: 100px;
}

.our-team, .objectives, .solution {
    padding-bottom: 90px;
}


.g-73 {
    --bs-gutter-x: 5%;
}
.obj-block .steps {
    font-size: 50px;
}
.our-team .team p {
    font-size: 18px;
}

.step-img {
    width: 65px;
    margin-bottom: 25px;
}

.slider-title {
    font-size: 65px;
    line-height: 100px;
    margin-bottom: 10px;
}
.carousel-indicators {
    margin-top: 70px;
}

.slider {
    padding-bottom: 30px;
}

}


@media screen and (max-width: 912px) {

    p.banner-title {
        font-size: 39px;
        line-height: 39px;
    }
    p.banner-subtitle {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 15px;
    }
    p.banner-info {
        font-size: 18px;
    }
    .banner-btn p:first-child {
        font-size: 32px;
        height: 45px;
    }
    section.banner .banner-btn img {
        width: 60px;
    }
    .banner-btn img {
        width: 90%;
        margin-bottom: 3px;
    }
    section.banner .left, section.banner.right {
        min-height: 505px;
    }
    .our-team .team .name {
        font-size: 20px;
        font-weight: 500;
    }
    .our-team .team p {
        font-size: 16px;
    }
    .features .left {
        max-width: 100%;
        width: 100%;
    } 
    .trust-us .right>img {
        margin-top: -12px;
    }
    .section-title {
        font-size: 60px;
        line-height: 80px;
    }

    footer ul.social-links{
        padding-left: 0px !important;
    }

    /* p.banner-title {
        font-size: 40px;v
        line-height: 60px;
        margin-bottom: 0px;
    } */
    .navbar-nav {
    POSITION: ABSOLUTE;
    RIGHT: 0;
    background-color: #fff;
    min-width: 230px;
    border-radius: 10px;
    border: 1px solid #e6e6e6;
    overflow: hidden;
    }

    .navbar-nav li.nav-item {
        margin-left: 0px;
        border-bottom: 1px solid #e6e6e6;
        

    }
    header .nav-item:first-child a.nav-link {
        margin-left: 28px;
    }

}

@media screen and (max-width: 768px) {
p.banner-title {
    font-size: 31px;
}
p.banner-subtitle {
    font-size: 17px;
}
p.banner-info {
    font-size: 16px;
}
.about-shape-img {
    margin-bottom: -60px;
}
.about-title {
    min-height: 190.5px;
    margin-bottom: 40px;
}
.about {
    margin-bottom: 60px;
}
.slider .slider-img {
    max-width: 70%;
}
.slider-title {
    font-size: 50px;
    line-height: 80px;
    margin-bottom: 0px;
    margin-top: 50px;
}

.features .row{
    display: flex;
    flex-direction: column;
}
.trust-us {
    margin-top: 20px;
    margin-bottom: 40px;
}
.slider-content{
    padding-left: 0px;
}

}


@media screen and (max-width: 575px) {
	section#home{
	background-image:none;
}
section.banner .row {
    display: flex;
    flex-direction: column;
}

section.banner .left, section.banner.right {
    min-height: auto;
    width: 100%;
    max-width: 100% !important;
    margin-top: 30px;
}


section.banner.right img{
    margin-bottom: 20px !important;
}


.features .right {
    max-width: 100%;
}
.product-by {
    padding-top: 30px;
    padding-bottom: 40px;
}

.about .ps-45 {
    padding-left: 0px;
}




}



@media screen and (max-width: 450px) {

.about-shape-img {
    width: 100%;
}

.g-73 {
    --bs-gutter-x: 8%;
}

.objectives .row-cols-2>* {
    width: 100%;
}

.about .row-cols-2>* {
    width: 100%;
}

.features .container-fluid {
    padding: 25px 25px 25px 25px;
}


}