p {
    margin: 0;
}

.p1 {
    padding-left: 35px;
    padding-bottom: 40px;
}

h3 {
    margin-top: 0;
}

.button1 {
    background-color: #89B8C2;
    font-family: "Winky Rough", "Comic Neue", sans-serif;
    font-size: 96px;
    font-weight: 500;
    color: #5f290e;
    width: 457px;
    height: 350px;
    border: none;
    border-radius: 70px;
    padding-right: 50px;
    position: relative;
    border-bottom: 20px solid;
    border-bottom-color: #5A7D84;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.button1:hover {
    background-color: #B1CED5;
    color: #8C5214;
}

.button2 {
    background-color: #A8BF89;
    font-family: "Winky Rough", "Comic Neue", sans-serif;
    font-size: 96px;
    font-weight: 500;
    color: #5f290e;
    width: 457px;
    height: 350px;
    border: none;
    border-radius: 70px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    border-bottom: 20px solid;
    border-bottom-color: #667650;
    padding-left: 50px;


}

.button2:hover {
    background-color: #C2D9A3;
    color: #8C5214;
}

.introtitle {
    padding: 0 0 30px 0;
}

.hcatdog {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 40%;
}

.hcatdog img {
    width: 100%;
    height: auto;
    display: block;
}

.hbone2 {
    position: absolute;
    top: 30px;
    right: 250px;
    width: 15%;

}

.hbone2 img {
    width: 100%;
    height: auto;
    display: block;
}

.paw2 {
    position: absolute;
    bottom: 0;
    left: 30px;
    width: 30%;
}

.paw2 img {
    width: 100%;
}

.bone1-c2 {
    position: absolute;
    top: -50px;
    right: 20px;
}

.button-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 40px 0 20px 0;
    gap: 30px;
    flex-direction: row
}

.hdog {
    position: absolute;
    bottom: -40px;
    left: -60px;
    width: 80%;
}

.hdog img {
    width: 100%;
}

.hcat {
    position: absolute;
    bottom: -20px;
    right: 0;
    width: 60%;
}

.hcat img {
    width: 100%;
}

.homeimg {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-bottom: 20px;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 30px;
}

.homeimg1 img,
.homeimg2 img,
.homeimg3 img {
    border: 5px white solid;
}

.homeimg1 img,
.homeimg2 img,
.homeimg3 img,
.homeimg4 img,
.homeimg5 img,
.homeimg6 img,
.homeimg7 img,
.homeimg8 img {
    width: 100%;
}

ul {
    margin: 0;
    padding: 0;
}

.benefit-img {
    width: 30%;
}



.benefit-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 100px;
}

.benefit-title {
    padding-bottom: 50px;
}


.benefit-row-2 {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 50px;
}

.point {
    padding: 30px 0;
}


.paw-1 {
    position: absolute;
    top: 0px;
    right: 30px;
    width: 13%;
}

.hbone3 {
    position: absolute;
    right: 100px;
    top: -25px;
    width: 15%;
}

.catdog2-c4 {
    position: absolute;
    left: 150px;
    bottom: 550px;
}

.intro-p {
    width: 50%;
    padding-bottom: 30px;
}

.background-height {
    padding-top: 60px;
    min-height: 620px;

}

.paw3 {
    position: absolute;
    top: 400px;
    left: 400px;
    width: 15%;
}

.paw3 img {
    width: 100%;
}

.fish1 {
    position: absolute;
    top: 850px;
    left: 400px;
    width: 15%;
}

.fish1 img {
    width: 100%;
}

.hbone4 {
    position: absolute;
    bottom: 620px;
    right: 60px;
    width: 20%
}

.hbone4 img {
    width: 100%;
}

.fish2 {
    position: absolute;
    bottom: 0px;
    left: 350px;
    width: 15%;
}

.fish2 img {
    width: 100%;
}

.menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mobile-menu {
    display: none;
    margin-right: 30px;
}

.benefitbig {
    display: flex;
    flex-direction: column
}

.benefit-mobile {
    display: none;
}

.benefit-item {
    width: 50%;

}

.benefit-img img {
    width: 100%;
}

.bone5,
.bone6,
.bone7,
.hcat2,
.hdog2,
.hcatdog2,
.paw4,
.paw5,
.paw6,
.paw7,
.paw8,
.fish3,
.fish4,
.fish5,
.fish6,
.paw9,
.fish7,
.bone8,
.paw9,
.paw11 {
    display: none;
}

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

    .button1,
    .button2 {
        width: 400px;
        height: 300px;
    }
}

@media screen and (max-width:1150px) {
    .button-row {
        flex-direction: column;
        gap: 100px;

    }
}

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

    .intro-p {
        width: 100%;

    }

    .benefit-row {
        display: flex;
        flex-direction: row
    }

    .benefit-row-2 {
        display: flex;
        flex-direction: row-reverse;
        column-gap: 50px;
    }

    .hbone2 {
        right: 100px;
    }

    .bone1-c2 {
        display: none
    }

    .paw3 {
        display: none;
    }

    .fish1 {
        display: none;
    }

    .benefit-img {
        width: 40%;
    }

    .benefit-title {
        padding-bottom: 40px;
        padding-top: 40px;
    }


}

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

    .hcatdog {
        width: 37%;
    }

    .homeimg1,
    .homeimg2,
    .homeimg3 {
        width: 45%;
    }
}

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

    .introtitle {
        padding: 0px 0 30px 0;
    }

    .hbone2 {
        display: none;
    }

    .paw3 {
        display: none;
    }

    .paw2 {
        display: none;
    }

    .fish2 {
        display: none;
    }

    .background-height {
        min-height: 400px;
        padding-top: 50px;
    }

    .benefit-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: left;

    }

    .benefit-row {
        display: flex;
        flex-direction: column;
        padding-bottom: 50px;
    }

    .benefit-row-2 {
        display: flex;
        flex-direction: column;
        padding-bottom: 10px;
    }


    .button1 {
        background-color: #89B8C2;
        font-family: "Winky Rough", "Comic Neue", sans-serif;
        font-size: 24px;
        font-weight: 500;
        color: #5f290e;
        width: 230px;
        height: 91px;
        border: none;
        border-radius: 24px;
        text-align: right;
        padding-right: 50px;
        position: relative;
        border-bottom: 8px solid;
        border-bottom-color: #5A7D84;
        align-items: center;
    }

    .button1:hover {
        background-color: #B1CED5;
        color: #8C5214;
    }

    .button2 {
        background-color: #A8BF89;
        font-family: "Winky Rough", "Comic Neue", sans-serif;
        font-size: 24px;
        font-weight: 500;
        color: #5f290e;
        width: 230px;
        height: 91px;
        border: none;
        border-radius: 24px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        position: relative;
        border-bottom: 8px solid;
        border-bottom-color: #667650;
        padding-left: 50px;

    }

    .benefit-img {
        margin-top: 50px;
        margin-bottom: 60px;
        width: 70%;
    }

    .benefit-item {
        width: 100%;
    }

    .introduction-text {
        padding: 50px 0;
    }

    .benefit-title {
        padding-bottom: 20px;
        padding-top: 40px;
    }

    .hcatdog {
        width: 40%
    }

}


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

    .homeimg1,
    .homeimg2,
    .homeimg3 {
        width: 45%;
    }
}

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

    .homeimg1,
    .homeimg2,
    .homeimg3 {
        width: 70%;
    }

    .homeimg {
        text-align: center;

    }

    .benefit-img {
        margin-top: 50px;
        margin-bottom: 0;
        width: 70%;
    }
}



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

    .benefit {
        display: flex;
        flex-direction: column;
        gap: 40px;
    }

    .benefit-title {
        padding-bottom: 50px;
        padding-top: 50px;
    }


    .benefit-row-2 {
        flex-direction: column-reverse;
        align-items: center;
        text-align: center;
        gap: 20px;
        padding-bottom: 20px;
    }

    .benefit-row ul,
    .benefit-row-2 ul {
        width: 100%;
        text-align: left;
        max-width: 300px;
        margin: 0;
        padding: 0;
    }

    .benefit-img img {
        width: 100%;
        height: auto;
    }


    .container1kyellow {
        padding-top: 40px;
        min-height: 302px;
        width: 80%;
    }

    .menu {
        display: none;
    }

    .mobile-menu {
        display: block;
    }



    .hbone2,
    .paw2,
    .bone1-c2,
    .paw3,
    .fish1,
    .hbone4,
    .fish2,
    .hbone3,
    .paw-1,
    .hcat,
    .hdog,
    .hcatdog {
        display: none;
    }

    .intro-p {
        width: 100%;
        padding-bottom: 50px;
    }

    .button-row {
        flex-direction: column;
        gap: 80px;
    }

    .homeimg {
        margin-top: 0;
    }



    .button2:hover {
        background-color: #C2D9A3;
        color: #8C5214;
    }

    .homeimg {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }

    .homeimg img {
        width: 100%;
        max-width: 216px;
    }

    li {
        padding-bottom: 10px;
    }


    .benefit-block {
        display: none;
    }

    .benefit-mobile {
        display: block;
    }

    .benefit-row {
        display: flex;
        flex-direction: column;
        padding-bottom: 0px;
    }

    .benefit-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: left;
    }

    .benefit-img {
        width: 100%;
        max-width: 250px;
        margin-bottom: 60px;
        margin-top: 20px;
    }

    .p2 {
        margin: 0
    }

    .bone5,
    .bone6,
    .bone7,
    .hcat2,
    .hdog2,
    .hcatdog2,
    .paw5,
    .paw6,
    .paw7,
    .paw8,
    .fish3,
    .fish4,
    .fish5,
    .fish6,
    .paw9,
    .fish7,
    .bone8,
    .paw9,
    .paw11 {
        display: block;
    }

    .hdog2 {
        position: absolute;
        bottom: -15px;
        left: 10px;
        width: 65%;
    }

    .hcat2 {
        position: absolute;
        bottom: -10px;
        right: -25px;
        width: 85%;
    }

    .container1kyellow {
        max-height: 302px;

    }

    .bone5 {
        position: absolute;
        top: 30px;
        right: 0;
        width: 22%;
    }

    .hcatdog2 {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 60%;
    }



    .paw5 {
        position: absolute;
        bottom: 10px;
        left: 0;
        width: 30%;
    }

    .paw6 {
        position: absolute;
        top: 0px;
        left: 5px;
        width: 25%;
    }

    .introtitle {
        text-align: center;
    }

    .bone6 {
        position: absolute;
        bottom: 240px;
        left: 15px;
        width: 25%;
    }

    .fish3 {
        position: absolute;
        bottom: 110px;
        right: 8px;
        width: 25%;
    }

    .fish4 {
        position: absolute;
        top: 20px;
        left: 30px;
        width: 25%;
    }

    .bone7 {
        position: absolute;
        bottom: 540px;
        right: 15px;
        width: 25%;
    }

    .fish5 {
        position: absolute;
        bottom: -15px;
        left: 15px;
        width: 30%;
    }

    .paw7 {
        position: absolute;
        top: 0;
        right: 20px;
        width: 20%;
    }

    .paw8 {
        position: absolute;
        top: 250px;
        left: -10px;
        width: 20%;
    }

    .paw4 {
        position: absolute;
        bottom: 750px;
        left: 130px;
    }

    .fish6 {
        position: absolute;
        top: 820px;
        right: 0px;
        width: 30%;
    }

    .fish7 {
        position: absolute;
        bottom: 100px;
        left: 0;
    }

    .bone8 {
        position: absolute;
        bottom: 400px;
        right: 0px;
        width: 30%;
    }

    .paw9 {
        position: absolute;
        bottom: 70px;
        left: 0;
        width: 20%;
    }

    .paw11 {
        position: absolute;
        bottom: -2px;
        right: 0;
        width: 40%;
    }

    .benefit-title {
        text-align: center;
    }

    .benefit-title2 {
        text-align: left;
        margin: 0;
    }

    .hcatdog2 img,
    .paw5 img,
    .bone5 img,
    .paw6 img,
    .bone6 img,
    .hdog2 img,
    .hcat2 img,
    .fish3 img,
    .fish4 img,
    .bone6 img,
    .fish5 img,
    .paw7 img,
    .paw8 img,
    .fish6 img,
    .bone8 img,
    .paw9 img,
    .paw11 img {
        width: 100%;
        height: auto;
    }

    .background-height {
        min-height: 300px;
        padding-top: 50px;
    }

    .homeimg1,
    .homeimg2,
    .homeimg3 {
        width: 80%;
    }

    .benefit-title {
        padding-bottom: 30px;
        padding-top: 40px;
    }
}