/*home page*/

.home-top{
   margin-bottom: 166px; 
    /*
   background: url('../img/top-hero.webp') no-repeat center top;
   background-size: 1180px;
    */
   text-align: center;
   min-height: 500px;
}
.home-top .inner{
    padding-top: 137px;
}
.home-top h1{
    color: var(--grey-menu);
    font-family: "Geist", sans-serif;
    font-size: 70px;
    font-weight: 700;
    margin-bottom: 26px;
}
.home-top p{
    color: var(--grey-menu);
    font-size: 27px;
    font-weight: 500;
}

.home-top img{
    position: absolute;
}
.home-top .hero-01 {
	width: 260px;
	left: 0;
	top: 112px;
}
.home-top .hero-02 {
    width: 240px;
    left: 425px;
    top: -35px;
}
.home-top .hero-03 {
	width: 250px;
	top: 112px;
	right: -53px;
}
.home-top .hero-04 {
	width: 230px;
	top: 288px;
	right: 194px;
}
.home-top .hero-05 {
	width: 233px;
	top: 294px;
	right: 493px;
}
.home-top .hero-06 {
	width: 233px;
	top: 289px;
	left: 182px;
}
.home-top a:hover{
    opacity: .7;
}


/*sekcja czym są ninanki*/
.home-about{
    margin-bottom: 110px;
}
.home-about .inner{
    display: flex;
    gap: 130px;
}
.home-about div{
    flex: 1;
}
.home-about .first{
    max-width: 460px;
}
.home-about h3{
    margin-bottom: 24px;
}
.home-about .first p{
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 51px;
}

.home-about .second date{
    font-size: 14px;
    line-height: 1;
    display: block;
    color: var(--light-grey-third);
}
.home-about .second .post-list{
    margin-bottom: 32px;
}
.home-about .second .post-list a{
    color: #000;
    font-size: 17px;
    font-weight: 700;
    line-height: 24px;
    display: block;
    margin-bottom: 8px;
}
.home-about .second .post-list a:hover{
    color: var(--blue);
}
.home-about .second p{
    font-size: 16px;
}
.home-about .second .outer{
    display: flex;
}
.home-about .second a.more{
    border: 0;
    padding: 0 60px 0 0;
    margin-top: 10px;
    margin-left: auto;
}
.home-about .second a.more:hover{
    background: transparent;
    color: var(--orange);
}
.home-about .second a.more:hover:after{
  color: var(--orange);
}



/*sekcja animals*/
.home-animals{
    background: #F2F9FF;
    padding-top: 70px;
    padding-bottom: 36px;
    margin-bottom: 74px;
}
.home-animals .upper{
    text-align: center;
    margin-bottom: 80px;
    
}
.home-animals .upper h3{
    font-size: 54px;
    margin-bottom: 30px;
}
.home-animals .upper p{
    font-size: 19px;
    line-height: 36px;
}
.home-animals .animal-image{
    margin: 0 auto 8px;
    max-width: 100%;
}
.home-animals .animal-image img{
    max-height: 210px;
    width: auto;
}
.home-animals .lower {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: flex-start;
}
.home-animals .animal-item {
    flex: 0 0 calc(33.333% - 14px);
    box-sizing: border-box;
    text-align: center;
    margin-bottom: 50px;
}
.home-animals .animal-item:last-child:nth-child(3n + 1) {
    margin-left: auto;
    margin-right: auto;
}
.home-animals .lower h3{
    color: var(--blue);
    font-size:32px;
    font-family: 'ninankiregular';
    text-transform: uppercase;
    margin-bottom: 4px;
}
.home-animals .lower strong{
    font-size: 19px;
    color: #000;
    font-weight: 500;
    margin-bottom: 16px;
    display: block;
}
.home-animals .lower p{
    font-size: 16px;
    color: #000;
    font-weight: 400;
    margin: 0 auto;
    max-width: 330px;
}

/*sekcja feed*/
.home-feed{}

.home-feed .upper{
    display: flex;
    align-items: center;
    gap: 60px;
}
.home-feed .upper p{
    font-size: 25px;
    font-weight: 500;
    line-height: 39px;
    margin-top: 6px;
}

/*sekcja bottom*/
.home-bottom{
    background: url('../img/home-bottom.webp') no-repeat center top / contain;
    min-height: 422px;
    margin-bottom: 140px;
}
.home-bottom div{
    padding-left: 310px;
    padding-top: 123px;
    padding-right: 100px;
}
.home-bottom p{
    font-size: 25px;
    font-weight: 500;
    line-height: 39px;
    margin-bottom: 15px;
}
.home-bottom strong{
    font-weight: 700;
    color: var(--blue-second);
}


/*sekcja masz pytanie*/
.home-question{
    margin-bottom: 130px;
}
.home-question .inner{
    display: flex;
    gap: 30px;
    align-items: center;
}
.home-question h3{
    margin-bottom: 2px;
}
.home-question .first p{
    font-size: 22px;
    line-height: 30px;
}
.home-question .second{
    display: flex;
    gap: 80px;
    margin-left: 135px;
}
.home-question .second strong{
    font-size: 20px;
    color: var(--light-black);
    display: block;
}
.home-question .second em{
    font-size: 16px;
    font-style: normal;
    color: var(--light-grey-second);
    font-weight: 500;
    display: block;
    line-height: 1;
}
.home-question .second .phone{
    background: url('../img/icon-mail-phone.svg') no-repeat left top 7px;
    background-size: 49px 45px;
    padding-left: 63px;
}
.home-question .second a{
    color: #000;
    font-size: 17px;
    display: block;
    line-height: 30px;
}
.home-question .second a:hover{
    color: var(--blue);
}

@media (max-width:576px){
    .home-top .hero-02 {
        width: 150px;
    }
    .home-top .hero-05 {
        width: 180px;
    }
    .home-top h1 {
        margin-top: -40px;
    }
}
@media (min-width: 577px) {

}
@media (min-width: 577px) and (max-width:768px){
    .home-top h1 {
        margin-top: -60px;
    }
}
@media (max-width: 768px){
    .home-top {
        margin-bottom: 60px;
        min-height: auto;
    }
    .home-top .inner {
        padding-top: 0;
    }
    .home-top h1 {
        font-size: 36px;
        margin-bottom: 7px;
    }
    .home-top p {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 26px;
    }

    .home-top .hero-01,
    .home-top .hero-03,
    .home-top .hero-04,
    .home-top .hero-06{
        display: none;
    }

    .home-top .hero-02 {
        position: unset;
    }
    .home-top .hero-05 {
        position: unset;
    }

    .home-about {
        margin-bottom: 58px;
    }
    .home-about .inner {
        display: block;
    }
    .home-about .first {
        max-width: none;
        text-align: center;
        margin-bottom: 70px;
    }
    .home-about .first h3 {
        margin-bottom: 14px;
        font-size: 36px;
    }
    .home-about .first p {
        font-size: 17px;
        font-weight: 500;
        margin-bottom: 39px;
        line-height: 28px;
    }

    .home-about .second .post-list {
        margin-bottom: 27px;
    }
    .home-about .second date {
        margin-bottom: 2px;
    }
    .home-about .second .post-list a {
        font-size: 16px;
        line-height: 21px;
        margin-bottom: 2px;
    }
    .home-about .second a.more{
        margin: 16px auto 0;
    }

    .home-animals {
        margin-bottom: 42px;
        padding-top: 47px;
        padding-bottom: 48px;
    }
    .home-animals .upper {
        text-align: center;
        margin-bottom: 22px;
    }
    .home-animals .upper h3 {
        font-size: 36px;
        margin-bottom: 12px;
    }
    .home-animals .upper p {
        font-size: 17px;
        line-height: 26px;
    }
    .home-animals .lower {
        display: block;
    }
    .home-animals .animal-item {
        margin-bottom: 22px;
    }
    .home-animals .animal-image{
        max-width: 100%;
        margin: 0 auto;
    }
    .home-animals .animal-image img {
        max-height: 230px;
        width: auto;
    }
    .home-animals .lower h3 {
        margin-bottom: 11px;
    }
    .home-animals .lower strong {
        margin-bottom: 1px;
    }

    .home-feed .upper {
        display: block;
        text-align: center;
    }
    .home-feed .upper img{
        width: 200px;
        margin-bottom: 6px;
    }
    .home-feed .upper h3{
        font-size: 36px;
    }
    .home-feed .upper p {
        font-size: 17px;
        line-height: 24px;
        margin-top: 6px;
    }

    .home-bottom {
        background: url('../img/home-bottom-mobile.webp') no-repeat center top / cover;
        min-height: auto;
        margin-bottom: 39px;
        padding-bottom: 52px;
    }
    .home-bottom div {
        padding-top: 20px;
        padding-left: 20px;
        padding-right: 20px;
        text-align: center;
    }
    .home-bottom img{
        display: block;
        width: 220px;
        margin: 0 auto 9px;
    }
    .home-bottom p {
        font-size: 17px;
        line-height: 26px;
        margin-bottom: 13px;
    }
    .home-bottom strong {
        font-size: 18px;
        line-height: 26px;
        display: block;
    }

    .home-question {
        margin-bottom: 59px;
    }
    .home-question .inner {
        display: block;
        text-align: center;
    }
    .home-question h3 {
        margin-bottom: 8px;
        font-size: 36px;
    }
    .home-question .first p {
        font-size: 18px;
        line-height: 25px;
        margin-bottom: 34px;
    }
    .home-question .second strong {
        font-size: 17px;
        margin-bottom: 2px;
    }
    .home-question .second em {
        font-size: 15px;
        margin-bottom: 21px;
    }
    .home-question .second {
        display: block;
        margin-left: 0;
    }
    .home-question .second .phone{
        text-align: left;
        background-size: 51px 49px;
        margin: 0 auto;
        max-width: 210px;
    }

}
@media (min-width: 769px){
    .home-bottom img{
        display: none;
    }
}
@media (min-width: 769px) and (max-width:991px){
    .home-top .hero-01 {
        left: -62px;
        top: 78px;
    }
    .home-top .hero-02 {
        left: 278px;
    }
    .home-top .hero-03 {
        right: -115px;
    }
    .home-top .hero-04 {
        top: 323px;
        right: 0;
    }
    .home-top .hero-05 {
        top: 348px;
        right: 270px;
    }
    .home-top .hero-06 {
        top: 326px;
        left: 0;
    }

    .home-about .inner {
        gap: 30px;
    }
    .home-bottom {
        background: url('../img/home-bottom.webp') no-repeat center top / cover;
        min-height: auto;
    }
    .home-bottom div{
        padding: 30px;
    }
    .home-animals .upper p strong{
        display: block;
    }
    .home-animals .upper p br{
        display: none;
    }
    .home-question .inner {
        display: block;
    }
    .home-question .first{
        margin-bottom: 30px;
    }
    .home-question .second {
        margin-left: 0;
    }
    .home-bottom {
        background: url('../img/home-bottom-mobile.webp') no-repeat center top / cover;
        min-height: auto;
        margin-bottom: 39px;
        padding-bottom: 0;
        text-align: center;
    }
}

@media (min-width: 992px) and (max-width:1200px){

    .home-top .hero-01 {
        left: -92px;
    }
    .home-top .hero-02 {
        left: 373px;
    }
    .home-top .hero-03 {
        right: -146px;
    }
    .home-top .hero-04 {
        right: 120px;
    }
    .home-top .hero-05 {
        right: 388px;
    }
    .home-top .hero-06 {
        left: 120px;
    }

    .home-bottom div {
        padding-top: 40px;
    }
}
@media (min-width: 1201px) and (max-width:1440px){

}
@media (min-width: 1441px){

}