.container {
    max-width: 1440px;
    margin: auto;
}

.catsupplies {
    min-height: 800px;
    background-image: url("../img/supplies/catbackground.jpg");
    background-size: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
}

.dogcat {
    display: flex;
    justify-content: space-between;
    font-family: "Comic Neue", sans-serif;
    font-style: bold;
}

.dog {
    width: 50%;
    text-align: center;
    background-color: #F8EA94;
    font-size: 20px;
    height: 50px;
    padding-top: 25px;
    border-bottom: #fff4ad 10px solid;
    position: relative;
}

.cat {
    width: 50%;
    text-align: center;
    background-color: #FBF5DA;
    font-size: 20px;
    height: 50px;
    padding-top: 25px;
    border-top: #fff4ad 10px solid;
    border-left: #fff4ad 10px solid;
    position: relative;
}

.text {
    text-align: center;
}

.text h1 {
    width: 100%;
}

.cathand1 {
    display: none;
}

.foodtoy {
    display: flex;
    padding: 20px;
    padding-top: 80px;
    position: relative;
    gap: 50px;
    padding-bottom: 80px;
}

.fish1 {
    position: absolute;
    width: 15%;
    bottom: -520px;
    left: 0;
}

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

.food {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: left;
}

.toy {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: left;
}

.fish2 {
    position: absolute;
    width: 15%;
    bottom: -920px;
    right: 50px;
}

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

.livingclean {
    display: flex;
    padding: 20px;
    padding-top: 80px;
    position: relative;
    gap: 50px;
    padding-bottom: 80px;
}

.living {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: left;
}

.fish3 {
    position: absolute;
    width: 15%;
    bottom: 80px;
    left: 630px;
}

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

.cleaning {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: left;
}

.healthtraining {
    display: flex;
    padding: 20px;
    padding-top: 80px;
    position: relative;
    padding-bottom: 80px;
}

.health {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: left;
}

.training {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: left;
    padding-bottom: 50px;
}

.fish4 {
    position: absolute;
    width: 20%;
    bottom: -40px;
    right: 30px;
}

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

.cathand2 {
    display: none;
}

.choose {
    padding: 50px 0;
}


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

    .catsupplies {
        min-height: 700px;
        background-image: url("../img/supplies/catbackground.jpg");
        background-size: 100%;
        background-position: bottom;
        background-repeat: no-repeat;
        background-color: #b7d783;
    }

    .fish3 {
        position: absolute;
        width: 20%;
        bottom: 80px;
        left: 480px;
    }

}


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

    .text h1 {
        font-size: 64px;
    }

    .catsupplies {
        min-height: 580px;
        background-image: url("../img/supplies/catbackground.jpg");
        background-size: 100%;
        background-position: bottom;
        background-repeat: no-repeat;
        background-color: #b7d783;
    }

    .fish1 {
        display: none;
    }

    .fish2 {
        position: absolute;
        width: 20%;
        bottom: -760px;
        right: 50px;
    }

    .fish3 {
        position: absolute;
        width: 20%;
        bottom: 80px;
        left: 330px;
    }

    .training h3 {
        text-align: center;
    }

}


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

    .dogcat {
        display: flex;
        justify-content: space-between;
        font-family: "Comic Neue", sans-serif;
        font-style: bold;
    }

    .dog {
        width: 50%;
        text-align: center;
        background-color: #FBF5DA;
        font-size: 20px;
        height: 50px;
        padding-top: 25px;
        border-bottom: #fff4ad 10px solid;
    }

    .cat {
        width: 50%;
        text-align: center;
        background-color: #F8EA94;
        font-size: 20px;
        height: 50px;
        padding-top: 25px;
        border-top: #fff4ad 10px solid;
        border-left: #fff4ad 10px solid;
    }

    .table-supplies {
        display: block;
    }

    .mobile-supplies {
        display: block;
    }

    .text h1 {
        font-size: 45px;
    }

    .catsupplies {
        min-height: 500px;
        background-image: url("../img/supplies/catbackground.jpg");
        background-size: 100%;
        background-position: bottom;
        background-repeat: no-repeat;
        background-color: #b7d783;
    }

    .food-box {
        background-color: #FBF5DA;
    }

    .cathand1 {
        width: 20%;
    }

    .cathand1 {
        width: 100%;
        height: auto;
    }

    .foodtoy {
        display: flex;
        padding: 0px;
        position: relative;
        gap: 50px;
        padding-bottom: 80px;
        flex-direction: column;
        align-items: center;
        padding-top: 80px;
    }

    .food h3 {
        text-align: center;
    }

    .cathand1 {
        display: block;
        width: 25%;
        position: absolute;
        bottom: -690px;
    }

    .cathand1 img {
        width: 100%;
        height: auto;
    }

    .toy {
        width: 105%;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: left;
        background-color: #F8EA94;
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .toy ul {
        text-align: center;
    }

    .fish2 {
        position: absolute;
        width: 30%;
        bottom: -990px;
        right: 30px;
    }

    .livingclean {
        display: flex;
        padding: 0px;
        position: relative;
        gap: 50px;
        align-items: center;
        padding-bottom: 80px;
        flex-direction: column;
    }

    .living {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: left;
        background-color: #FBF5DA;
        padding-bottom: 80px;
    }

    .cleaning {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: left;
        background-color: #F8EA94;
        padding-top: 30px;
    }

    .fish3 {
        position: absolute;
        width: 30%;
        bottom: 850px;
        left: 30px;
    }

    .healthtraining {
        display: flex;
        padding: 0px;
        position: relative;
        gap: 50px;
        align-items: center;
        flex-direction: column;
    }

    .health {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: left;
        background-color: #FBF5DA;
        padding-top: 80px;
    }

    .training {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: left;
        background-color: #F8EA94;
        padding-bottom: 50px;
        padding-top: 80px;
    }

    .fish4 {
        position: absolute;
        width: 30%;
        bottom: -40px;
        right: 30px;
    }

    .cathand2 {
        position: absolute;
        width: 25%;
        top: 745px;
        left: 30px;
    }

    .cathand2 img {
        width: 100%;
        height: auto;
    }
}

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

    .catsupplies {
        min-height: 400px;
        background-image: url("../img/supplies/catbackground.jpg");
        background-size: 100%;
        background-position: bottom;
        background-repeat: no-repeat;
        background-color: #b7d783;
    }

    .toy {
        width: 106%;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: left;
        background-color: #F8EA94;
        padding-top: 80px;
        padding-bottom: 80px;
    }

}


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

    .dogsupplies {
        min-height: 400px;
        background-image: url("../img/supplies/catbackground.jpg");
        background-size: 100%;
        background-position: bottom;
        background-repeat: no-repeat;
        background-color: #b7d783;
    }

    .fish2 {
        position: absolute;
        width: 30%;
        bottom: -990px;
        right: 0px;
    }
}

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

    .catsupplies {
        min-height: 400px;
        background-image: url("../img/supplies/catbackground.jpg");
        background-size: 100%;
        background-position: bottom;
        background-repeat: no-repeat;
        background-color: #b7d783;
    }

    .toy {
        width: 107%;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: left;
        background-color: #F8EA94;
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .food h3 {
        font-size: 30px;
    }

    .food ul {
        font-size: 16px;
    }

    .toy h3 {
        font-size: 30px;
    }

    .toy ul {
        font-size: 16px;
    }

    .living h3 {
        font-size: 30px;
    }

    .living ul {
        font-size: 16px;
    }

    .cleaning h3 {
        font-size: 30px;
    }

    .cleaning ul {
        font-size: 16px;
    }

    .health h3 {
        font-size: 30px;
    }

    .health ul {
        font-size: 16px;
    }

    .training h3 {
        font-size: 30px;
    }

    .training ul {
        font-size: 16px;
    }
}

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

    .catsupplies {
        min-height: 250px;
        background-image: url("../img/supplies/catbackground.jpg");
        background-size: 100%;
        background-position: bottom;
        background-repeat: no-repeat;
        background-color: #b7d783;
    }

    .foodtoy {
        display: flex;
        padding: 0px;
        position: relative;
        gap: 50px;
        padding-bottom: 80px;
        flex-direction: column;
        align-items: center;
        padding-bottom: 20px;
    }

    .food {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: left;
        background-color: #F8EA94;
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .food img {
        width: 60%;
    }

    .food ul {
        text-align: center;
    }

    .toy {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: left;
        background-color: #FBF5DA;
        padding-top: 30px;
        padding-bottom: 20px;
    }

    .toy img {
        width: 60%;
    }

    .toy ul {
        text-align: center;
    }

    .fish2 {
        position: absolute;
        width: 30%;
        bottom: -910px;
        right: 20px;
    }

    .livingclean {
        display: flex;
        padding: 0px;
        position: relative;
        gap: 50px;
        align-items: center;
        flex-direction: column;
    }

    .living {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: left;
        background-color: #F8EA94;
        padding-top: 70px;
        padding-bottom: 10px;
    }

    .living img {
        width: 60%;
    }

    .living ul {
        text-align: center;
    }

    .fish3 {
        position: absolute;
        width: 30%;
        bottom: 700px;
        left: -20px;
    }

    .cleaning {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: left;
        background-color: #FBF5DA;
        padding-top: 80px;
        padding-bottom: 20px;
    }

    .cleaning img {
        width: 60%;
    }

    .cleaning ul {
        text-align: center;
    }

    .health {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: left;
        background-color: #F8EA94;
        padding-top: 70px;
        padding-bottom: 10px;
    }

    .health img {
        width: 60%;
    }

    .healthul {
        text-align: center;
    }

    .healthtraining {
        display: flex;
        padding: 0px;
        position: relative;
        gap: 0px;
        align-items: center;
        flex-direction: column;
    }

    .training {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: left;
        background-color: #FBF5DA;
        padding-top: 80px;
        padding-bottom: 100px;
    }

    .training img {
        width: 60%;
    }

    .training ul {
        text-align: center;
    }

    .cathand2 {
        position: absolute;
        width: 25%;
        top: 568px;
        left: 30px;
    }

    .training h3 {
        font-size: 30px;
        padding-left: 30px;
        padding-right: 30px;
    }

}