@import url('https://fonts.googleapis.com/css2?family=Comic+Neue:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Concert+One&family=Winky+Rough:ital,wght@0,300..900;1,300..900&display=swap');

html {
    overflow-x: hidden;
}

body {
    margin: 0;
    background-color: #FBF5DA;
    overflow-x: hidden;
}

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #FBF5DA;
    margin: 0;
    position: relative;
    padding-left: 35px;
    padding-right: 35px;
    flex-wrap: wrap;
    cursor: pointer;
    opacity: 0;
}

.menu {
    display: flex;
    height: 60px;
    align-items: center;
    column-gap: 80px;
    flex-wrap: wrap;
}



.submenu {
    display: none;
    position: absolute;
    width: 205px;
    background-color: #F8EA94;
    flex-direction: column;
    text-align: left;
    padding-top: 15px;
    padding-bottom: 10px;
    margin-top: 16px;
    z-index: 1;
}

.submenu div:hover a {
    color: #ac9b36;
}

.menu-item:hover .submenu {
    display: flex;
}

.menu-toggle {
    font-size: 35px;
    cursor: pointer;
    display: none;
    z-index: 1001;
}


a {
    font-family: "comic Neue", sans-serif;
    text-decoration: none;
    color: #5f290e;
    font-size: 16px;
}

.mobile-menu {
    display: none;
}


.menu a {
    font-family: "winky Rough", sans-serif;
    text-decoration: none;
    color: #5f290e;
    padding: 10px;
    padding-top: 20px;
    font-size: 20px;
    padding-bottom: 25px;
}

.menu-item:hover {
    background-color: #F8EA94;
}

.menu-item.active {
    background-color: #F8EA94;
}

.menu-item img {
    width: 15px;
    height: 15px;
}

.submenu a {
    font-size: 16px;
    padding: 15px 15px;
}

.logo {
    width: 100px;
    height: 44px;
}


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

.background {
    padding-top: 0;
    padding-left: 100px;
    padding-right: 100px;
    padding-top: 70px;
    padding-bottom: 70px;
    position: relative;
}

.background2 {
    padding-top: 0;
    padding-left: 100px;
    padding-right: 100px;
    position: relative;
}

.space {
    margin-top: 50px;
    margin-bottom: 50px;
}

.bgbeige {
    background-color: #d9c2aa;
}

.bgbeige-extend {
    background-color: #d9c2aa;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    box-sizing: border-box;
}

.bglightyellow {
    background-color: #FBF5DA;
}

.bggrey-extend {
    background-color: #d9d9d9;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    box-sizing: border-box;
}

.bggrey {
    background-color: #d9d9d9;
}

.bgdarkyellow-extend {
    background-color: #fff4ad;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    box-sizing: border-box;
}

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

.bgdarkyellow2-extend {
    background-color: #F8EA94;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    box-sizing: border-box;
}

.bgdarkyellow2 {
    background-color: #F8EA94;
}

.bgblue-extend {
    background-color: #89b8c2;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    box-sizing: border-box;
}

.bgblue {
    background-color: #89b8c2;
}

.bglightgreen {
    background-color: #b7d783;
}

.bglightgreen-extend {
    background-color: #b7d783;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    box-sizing: border-box;
}

.bggreen-extend {
    background-color: #a8bf89;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    box-sizing: border-box;
}

.bggreen {
    background-color: #a8bf89;
}

.bgpink-extend {
    background-color: #f49aa3;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    box-sizing: border-box;
}

.bgpink {
    background-color: #f49aa3;
}

.logo2 {
    padding-left: 20px;
}

h1 {
    font-family: "Concert One", sans-serif;
    font-size: 96px;
    color: #5f290e;
    font-weight: 500;
    margin: 0;
}

h2 {
    font-family: "comic Neue", sans-serif;
    font-style: bold;
    font-size: 16px;
    color: #5f290e;
    font-weight: 400;
}

h3 {
    font-family: "Concert One", sans-serif;
    font-size: 36px;
    color: #5f290e;
    font-weight: 300;
    margin-bottom: 0;
}

h4 {
    font-family: "Concert One", sans-serif;
    font-size: 24px;
    color: #5f290e;
    font-weight: 500;
    margin: 0;
}

h5 {
    font-family: "Concert One", sans-serif;
    font-size: 64px;
    color: #5f290e;
    font-weight: 500;
}

p {
    font-family: "Comic Neue", sans-serif;
    font-size: 20px;
    color: #5f290e;
}

.p2 {
    font-family: "Comic Neue", sans-serif;
    font-size: 20px;
    color: #5f290e;
    font-weight: bold;
}

.p3 {
    font-family: "Comic Neue", sans-serif;
    font-size: 14px;
    color: #5f290e;
}

.p4 {
    font-family: "Comic Neue", sans-serif;
    font-size: 20px;
    color: #5f290e;
}

.consultation {
    justify-content: space-between;
    align-items: center;
    padding: 20px 50px;
    background-color: #F8EA94;
}

.consulup {
    display: flex;
    text-align: left;
    font-family: 'Concert One', sans-serif;
    color: #5f2901;
    border-bottom: 3px solid #5f2901;
    padding: 50px 30px;
    align-items: center;
    height: 50px;
    justify-content: space-between;

}

.choose {
    padding: 8px 0;
}

.choose2 {
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
}

.kyp {
    width: 50%;
    text-align: left;
    align-items: center;
    justify-content: left;
    font-size: 20px;
}

.kyp h1 {
    font-size: 36px;
    color: #5f2901;
    font-family: 'Concert One', sans-serif;
    margin: 0;
}

.mawa {
    width: 50%;
    text-align: right;
}

.mawa h2 {
    font-family: 'Concert One', sans-serif;
    font-size: 30px;
    color: #5f2901;
    text-decoration: underline;
    margin: 0%;
}

.mawa img {
    width: 50px;
    height: 30px;
    margin-left: 10px;
    height: 50px;
}

.mawaimg a {
    margin: 0%;
}

.consudown {
    display: flex;
    justify-content: space-around;
    padding: 50px 30px;
    flex-wrap: wrap;
}

.menu-toggle {
    font-size: 2rem;
    cursor: pointer;
    display: none;
    z-index: 1001;
}




.aboutcat h2,
.aboutdog h2,
.adopt h2,
.healthy h2,
.supplies h2 {
    color: #5f2901;
    font-family: 'Concert One', sans-serif;
}

.aboutcat-div a,
.aboutdog-div a,
.adopt-div a,
.healthy-div a,
.supplies-div a {
    font-family: 'Comic Neue', sans-serif;
    font-size: 15px;
    color: #5F2901;
}

ul {
    list-style: none;
    padding-left: 0%;
}

li {
    display: flex;
    align-items: center;
    font-family: 'Comic Neue', sans-serif;
    font-size: 20px;
    color: #5f2901;
    padding-left: 36px;
    position: relative;
    padding-bottom: 10px;
}

li::before {
    content: '';
    display: inline-block;
    width: 35px;
    height: 25px;
    background-image: url('../img/general/cathand.png');
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 30%;
    transform: translateY(-50%);
}

.image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mobile-mawa {
    display: none;
}

.kyp-mobile {
    display: none;
}

.mobile-aboutcat,
.mobile-aboutdog,
.mobile-adopt,
.mobile-healthy,
.mobile-supplies {
    display: none;
}

.menu-toggle {
    font-size: 35px;
    cursor: pointer;
    display: none;
    z-index: 1001;
    color: #5f2901;
}

.arrow-icon {
    margin-left: 5px;
    vertical-align: middle;
}



.arrow1 {
    width: 20%;
    display: flex;
    position: absolute;
    bottom: 50px;
    left: 20px;
    align-items: center;

}

.arrow2 {
    width: 20%;
    display: flex;
    position: absolute;
    bottom: 50px;
    right: 20px;
    align-items: center;
    flex-direction: row-reverse;
}

.arrow4 {
    width: 80%;
    display: flex;
    bottom: 50px;
    right: 20px;
    align-items: center;
    flex-direction: row-reverse;
}

.arrow3 {
    width: 80%;
    display: flex;
    bottom: 50px;
    right: 20px;
    align-items: center;
}

.arrow1 img,
.arrow2 img,
.arrow3 img,
.arrow4 img {
    width: 100%;
    height: auto;

}

.choose-back {
    display: flex;
    justify-content: flex-end;
}

.cat8 {
    width: 8%;
    position: absolute;
    bottom: 80px;
    left: 100px;
}

.next {
    cursor: pointer;
    text-align: center;
    font-family: 'Concert One';
    font-size: 24px;
    font-weight: 100;
    color: #5f2901;

}

.back {
    cursor: pointer;
    text-align: center;
    font-family: 'Concert One';
    font-size: 24px;
    font-weight: 100;
    color: #5f2901;

}

.cat8 {
    width: 8%;
    position: absolute;
    bottom: 0px;
    right: 120px;
}



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

    .cat8 {
        bottom: 70px;
    }

    .cat9 {
        bottom: 70px;
        left: 86%;
    }
}

@media screen and (max-width:1070px) {
    .menu {
        display: none;
        flex-direction: column;
        background-color: #FBF5DA;
        position: fixed;
        top: 0;
        left: 0;
        height: 100vh;
        width: 100%;
        padding-top: 5rem;
        text-align: center;
        z-index: 1000;
    }

    .menu-toggle {
        display: block;
    }

    .menu.active {
        display: block;
    }

    .submenu {
        position: static;
        margin: auto;
        justify-content: center;
        text-align: center;
    }

    .menu-item {
        padding: 25px 0;
    }

}



@media screen and (max-width:1260px) {
    .menu {
        column-gap: 50px;
    }
}

@media screen and (max-width:1120px) {
    .menu {
        column-gap: 40px;
    }
}

@media screen and (max-width:1080px) {
    .menu {
        column-gap: 30px;
    }

    .consudown {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-around
    }

    .cat9 {
        left: 84%;
    }
}



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

    .aboutcat-div a,
    .aboutdog-div a,
    .adopt-div a,
    .healthy-div a,
    .supplies-div a {
        display: none;
    }
}

@media screen and (max-width:950px) {
    .cat8 {
        left: 70px;
    }

    .cat9 {
        left: 84%;
    }

    .cat91 {
        right: 90px;
    }
}

@media screen and (max-width:768px) {
    h1 {
        font-size: 60px;
    }

    h4 {
        font-size: 20px;
    }

    .background {
        padding-top: 0;
        padding-left: 50px;
        padding-right: 50px;
        padding-top: 50px;
        padding-bottom: 50px;
        position: relative;
    }

    .background2 {
        padding-top: 0;
        padding-left: 50px;
        padding-right: 50px;
        position: relative;
    }

    .consultation {
        padding: 20px 20px;
    }

    .consudown {
        display: flex;
        align-items: center;
        padding: 10px;
        align-items: flex-start;
        gap: 20px;
        justify-content: space-around;


    }

    .aboutcat,
    .aboutdog,
    .adopt,
    .healthy,
    .supplies {
        display: flex;
        flex-direction: column;
    }

    .aboutcat-div a,
    .aboutdog-div a,
    .adopt-div a,
    .healthy-div a,
    .supplies-div a {
        font-family: 'Comic Neue', sans-serif;
        font-size: 10px;
        text-decoration: underline;
        color: #5F2901;
        display: flex;
    }

    .containerdown {
        display: none;
    }


    .kyp-mobile {
        display: block;
        flex-direction: column;
        text-align: center;
        align-items: center;
        justify-content: center;
        font-size: 16px;
        font-family: "Concert One", sans-serif;
        color: #5f290e;
        border-bottom: 1px solid #5f2901;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .consulup {
        display: none;
    }

    .consudown {
        gap: 20px;
        align-items: center;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 10px;
    }

    .aboutdog,
    .aboutcat,
    .adopt,
    .healthy,
    .supplies {
        display: none;
        width: 20%;
    }

    .mobile-aboutcat,
    .mobile-aboutdog,
    .mobile-adopt,
    .mobile-healthy,
    .mobile-supplies {
        display: block;
        font-family: "Comic Neue", sans-serif;
        font-size: 10px;
        color: #5f290e;
        font-style: bold;
    }

    .mobile-mawa {
        display: block;
    }

    .mawaimg img {
        width: 30px;
        height: 30px;
    }

    .mawaimg {
        align-items: center;
        gap: 80px;
        display: flex;
        justify-content: space-evenly;
    }



    h1 {
        font-size: 70px;
    }
}

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

    .cat8,
    .cat9 {
        bottom: 55px;
    }

    .cat9 {
        left: 80%;
    }
}

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

    .arrow1 p,
    .arrow2 p {
        font-size: 18px;
    }


}

@media screen and (max-width:650px) {
    .cat9 {
        left: 77%;
    }
}

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

    .consudown {
        flex-wrap: wrap;
    }

}

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

    .consulup {
        flex-direction: column;
        align-items: center;
        padding: 20px 0;
    }

    .cat9 {
        left: 75%;
    }
}


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

    .cat8 {
        left: 10%;
    }

    .cat9 {
        width: 20%;
    }

    .cat8,
    .cat9 {

        bottom: 48px;
    }

    .cat9 {
        left: 76%;
    }

    .cat91 {
        width: 20%;
        right: 60px;
        bottom: 30px;
    }
}

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

    .cat8 {
        left: 10%;
    }

    .cat9 {
        left: 75%;
    }

    .cat8,
    .cat9 {

        bottom: 54px;
    }
}

@media screen and (max-width: 500px) {
    .cat9 {
        left: 74%;
    }
}

@media screen and (max-width: 500px) {
    .cat9 {
        left: 72%;
    }
}

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


    .background {
        padding-left: 40px;
        padding-right: 40px;
    }

    .background2 {
        padding-left: 40px;
        padding-right: 40px;
    }

    h1 {
        font-family: "Concert One", sans-serif;
        font-size: 40px;
        color: #5f290e;
        font-weight: 500;
        margin: 0;
    }

    h2 {
        font-family: "comic Neue", sans-serif;
        font-style: bold;
        font-size: 16px;
        color: #5f290e;
        font-weight: 400;
    }

    h3 {
        font-family: "Concert One", sans-serif;
        font-size: 20px;
        color: #5f290e;
        font-weight: 300;
    }

    h4 {
        font-family: "Concert One", sans-serif;
        font-size: 13px;
        color: #5f290e;
        font-weight: 500;
        margin: 0;
    }

    h5 {
        font-family: "Concert One", sans-serif;
        font-size: 26px;
        color: #5f290e;
    }

    p {
        font-family: "Comic Neue", sans-serif;
        font-size: 16px;
        color: #5f290e;
    }

    .p1 {
        font-family: "Comic Neue", sans-serif;
        font-size: 13px;
        color: #5f290e;
    }

    .p2 {
        font-family: "Comic Neue", sans-serif;
        font-size: 16px;
        color: #5f290e;
        font-weight: bold;
    }

    .p4 {
        font-family: "Comic Neue", sans-serif;
        font-size: 16px;
        color: #5f290e;
    }


    ul {
        list-style-image: url('../img/general/cathand2.png');
    }

    .mawaimg {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 0;
    }

    .kyp h1 {
        font-size: 16px;
        color: #5f2901;
        font-family: 'Concert One', sans-serif;
        margin: 0;
        font-weight: 500;
    }

    .consultation {
        padding: 20px 20px;
    }

    .consudown {
        display: flex;
        align-items: center;
        padding: 10px;
        align-items: flex-start;
        gap: 20px;
        justify-content: space-around;


    }

    .aboutcat,
    .aboutdog,
    .adopt,
    .healthy,
    .supplies {
        display: flex;
        flex-direction: column;
    }

    .aboutcat-div a,
    .aboutdog-div a,
    .adopt-div a,
    .healthy-div a,
    .supplies-div a {
        font-family: 'Comic Neue', sans-serif;
        font-size: 10px;
        text-decoration: underline;
        color: #5F2901;
        display: flex;
    }

    .containerdown {
        display: none;
    }

    .mawa {
        display: none;
    }

    .kyp-mobile {
        display: block;
        flex-direction: column;
        text-align: center;
        align-items: center;
        justify-content: center;
        font-size: 16px;
        font-family: "Concert One", sans-serif;
        color: #5f290e;
        border-bottom: 1px solid #5f2901;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .consulup {
        display: none;
    }

    .consudown {
        gap: 20px;
        align-items: center;
        padding-top: 20px;
        padding-bottom: 10px;
        padding-left: 10px;
    }

    .aboutdog,
    .aboutcat,
    .adopt,
    .healthy,
    .supplies {
        display: none;
        width: 20%;
    }

    .mobile-aboutcat,
    .mobile-aboutdog,
    .mobile-adopt,
    .mobile-healthy,
    .mobile-supplies {
        display: block;
        font-family: "Comic Neue", sans-serif;
        font-size: 10px;
        color: #5f290e;
        font-style: bold;
    }

    .mobile-mawa {
        display: block;
    }

    .mawaimg {
        align-items: center;
        gap: 80px;
        display: flex;

    }

    li {
        font-size: 16px;
    }

    .cat9 {
        left: 79%;
    }

    .arrow1,
    .arrow2 {
        width: 20%;
    }
}