.Catagory h1 {
    font-weight: 600;
    font-size: 88px;
    text-align: center;
    color: #000000;
    line-height: 100px;
}

.Catagory {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin: 12% 0px;
}
.Catagory  a{
    display: flex;
    justify-content: center;
}
.Catagory p {
    font-weight: 400;
    font-size: 24px;
    text-align: center;
    color: #000000;
    opacity: 0.5;
    line-height: 50px;
}

.mainCatagory {
    position: relative;
}

.Graphorange {
    position: absolute;
    top: 45%;
    left: 36%;
}

.Graphcircle {
    position: absolute;
    top: 20%;
    left: 14%;
}

.GraphStar1 {
    position: absolute;
    top: 43%;
    left: 3%;
}

.GraphStar2 {
    position: absolute;
    top: 69%;
    right: 26%;
}

.GraphStar3 {
    position: absolute;
    right: 5%;
    top: 13%;
}

.GraphStar4 {
    position: absolute;
    right: 28%;
    top: 35%;
}

.GraphStar5 {
    position: absolute;
    left: 26%;
    top: 67%;
}

.backgroundhomes {
    padding: 1% 0px 4% 0px;
    position: relative;
}


.homecard {
    margin: 18% 0px;
}

.homecard h1 {
    font-size: 48px;
    color: #000000;
    font-weight: 600;
}

.homecard p {
    font-weight: 400;
    font-size: 24px;
    color: #000000;
    margin-bottom: 5%;
}

.homecard1 {
    margin: 15% 0px;
}

.homecard1 h1 {
    font-size: 48px;
    color: #000000;
    font-weight: 600;
}

.homecard1 p {
    font-weight: 400;
    font-size: 24px;
    color: #000000;
    margin-bottom: 5%;
}

.mainbutton {
    display: flex;
    gap: 4%;
}

.CardImage {
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 999999;
}

.shape5 {
    position: absolute;
    top: 63%;
}

.backgroundhome {
    padding: 4% 0px 0px 0px;
    position: relative;
}

.shape6 {
    position: absolute;
    top: 72%;
    left: 51%;
}

@media screen and (max-width: 376px) {
    .navbar-nav .dropdown-menu {
        width: 100%;
    }

    .mainCatagory .Catagory h1 {
        font-size: 29px !important;
        line-height: 33px !important;
    }

    .mainCatagory .Catagory p {
        font-size: 23px !important;
        line-height: 35px !important;
    }

    .Catagory a img {
        width: 60% !important;
    }

    .Graphcircle {
        display: none !important;
    }

    .Graphorange {
        display: none !important;
    }

    .GraphStar1 {
        display: none !important;
    }

    .GraphStar2 {
        display: none !important;
    }

    .GraphStar3 {
        display: none !important;
    }

    .GraphStar4 {
        display: none !important;
    }

    .GraphStar5 {
        display: none !important;
    }


    .backgroundhomes .shape5 {
        display: none !important;
    }

    .backgroundhomes .homecard p {
        font-size: 16px !important;
        margin: 6% 0px !important;
    }

    .backgroundhomes .homecard h1 {
        font-size: 35px !important;
    }

    .CardImage img {
        width: 100% !important;
    }

    .Ellipse2 {
        left: 8% !important;
    }

    .Ellipse3 {
        left: 16% !important;
    }

    .Ellipse4 {
        left: 25% !important;
    }

    .Ellipse5 {
        left: 35% !important;
    }

    .backgroundhome {
        padding: 5% 0px 7% 0px !important;
    }

    .backgroundhome .row {
        flex-direction: column-reverse !important;
    }

    .backgroundhome .shape6 {
        display: none !important;
    }

    .backgroundhome .homecard1 p {
        font-size: 16px !important;
        margin: 6% 0px !important;
    }

    .backgroundhome .homecard1 h1 {
        font-size: 35px !important;
    }

    .shape4 {
        display: none !important;
    }

    .mainbutton .button {
        padding: 15px 15px !important;
    }

    .homecard {
        margin: 1% 0px 15% 0px !important;
    }
}

@media screen and (max-width: 480px) {
    .navbar-nav .dropdown-menu {
        width: 100%;
    }

    .mainCatagory .Catagory h1 {
        font-size: 29px !important;
        line-height: 33px !important;
    }

    .mainCatagory .Catagory p {
        font-size: 23px !important;
        line-height: 35px !important;
    }

    .Catagory a img {
        width: 60% !important;
    }

    .Graphcircle {
        display: none;
    }

    .Graphorange {
        display: none;
    }

    .GraphStar1 {
        display: none;
    }

    .GraphStar2 {
        display: none;
    }

    .GraphStar3 {
        display: none;
    }

    .GraphStar4 {
        display: none;
    }

    .GraphStar5 {
        display: none;
    }


    .backgroundhomes .shape5 {
        display: none;
    }

    .backgroundhomes .homecard p {
        font-size: 16px;
        margin: 6% 0px;
    }

    .backgroundhomes .homecard h1 {
        font-size: 35px;
    }

    .CardImage img {
        width: 100%;
    }

    .Ellipse2 {
        left: 8%;
    }

    .Ellipse3 {
        left: 16%;
    }

    .Ellipse4 {
        left: 25%;
    }

    .Ellipse5 {
        left: 35%;
    }

    .backgroundhome {
        padding: 5% 0px 7% 0px;
    }

    .backgroundhome .row {
        flex-direction: column-reverse;
    }

    .backgroundhome .shape6 {
        display: none;
    }

    .backgroundhome .homecard1 p {
        font-size: 16px;
        margin: 6% 0px;
    }

    .backgroundhome .homecard1 h1 {
        font-size: 35px;
    }

    .shape4 {
        display: none;
    }

    .mainbutton .button {
        padding: 15px 15px;
    }

    .homecard {
        margin: 1% 0px 15% 0px;
    }
}

@media screen and (max-width: 800px) {
    .mainCatagory .Catagory h1 {
        font-size: 60px;
        line-height: 80px;
    }

    .mainCatagory .Catagory p {
        font-size: 28px;
        line-height: 50px;
    }

    .Catagory a img {
        width: 45%;
    }

    .Graphorange {
        position: absolute;
        top: 35%;
        left: 36%;
    }

    .Graphcircle {
        position: absolute;
        top: 11%;
        left: 3%;
    }

    .GraphStar1 {
        position: absolute;
        top: 53%;
        left: 3%;
    }

    .GraphStar2 {
        position: absolute;
        top: 77%;
        right: 14%;
    }

    .GraphStar3 {
        position: absolute;
        right: 5%;
        top: 6%;
    }

    .GraphStar4 {
        position: absolute;
        right: 28%;
        top: 35%;
    }

    .GraphStar5 {
        position: absolute;
        left: 14%;
        top: 73%;
    }

    .Catagory {
        margin: 14% 0px 0px 0px;
    }

    .backgroundhomes .CardImage img {
        width: 100%;
    }

    .backgroundhomes .homecard h1 {
        font-size: 34px;
    }

    .backgroundhomes .homecard p {
        font-size: 16px;
        margin: 6% 0px;
    }

    .Ellipse2 {
        left: 8%;
    }

    .Ellipse3 {
        left: 16%;
    }

    .Ellipse4 {
        left: 25%;
    }

    .Ellipse5 {
        left: 35%;
    }

    .mainbutton .button {
        padding: 15px 15px;
    }

    .backgroundhome .CardImage img {
        width: 100%;
    }

    .backgroundhome .homecard1 h1 {
        font-size: 34px;
    }

    .backgroundhome .homecard1 p {
        font-size: 16px;
        margin: 6% 0px;
    }

    .backgroundhomes .shape5 {
        width: 45%;
        top: 78%;
        left: 6%;
    }

    .backgroundhome .shape6 {
        width: 45%;
        top: 73%;
        left: 53%;
    }

    .backgroundhomes {
        padding: 9% 0px 3% 0px;
    }

    .backgroundhome {
        padding: 8% 0px;
        position: relative;
    }
}

@media screen and (max-width: 900px) {
    .mainCatagory .Catagory h1 {
        font-size: 60px;
        line-height: 80px;
    }

    .mainCatagory .Catagory p {
        font-size: 28px;
        line-height: 50px;
    }

    .Catagory a img {
        width: 45%;
    }

    .Graphorange {
        position: absolute;
        top: 35%;
        left: 36%;
    }

    .Graphcircle {
        position: absolute;
        top: 11%;
        left: 3%;
    }

    .GraphStar1 {
        position: absolute;
        top: 53%;
        left: 3%;
    }

    .GraphStar2 {
        position: absolute;
        top: 77%;
        right: 14%;
    }

    .GraphStar3 {
        position: absolute;
        right: 5%;
        top: 6%;
    }

    .GraphStar4 {
        position: absolute;
        right: 28%;
        top: 35%;
    }

    .GraphStar5 {
        position: absolute;
        left: 14%;
        top: 73%;
    }

    .Catagory {
        margin: 14% 0px 0px 0px;
    }

    .backgroundhomes .CardImage img {
        width: 100%;
    }

    .backgroundhomes .homecard h1 {
        font-size: 34px;
    }

    .backgroundhomes .homecard p {
        font-size: 16px;
        margin: 6% 0px;
    }

    .Ellipse2 {
        left: 8%;
    }

    .Ellipse3 {
        left: 16%;
    }

    .Ellipse4 {
        left: 25%;
    }

    .Ellipse5 {
        left: 35%;
    }

    .mainbutton .button {
        padding: 15px 15px;
    }

    .backgroundhome .CardImage img {
        width: 100%;
    }

    .backgroundhome .homecard1 h1 {
        font-size: 34px;
    }

    .backgroundhome .homecard1 p {
        font-size: 16px;
        margin: 6% 0px;
    }

    .backgroundhomes .shape5 {
        width: 45%;
        top: 78%;
        left: 6%;
    }

    .backgroundhome .shape6 {
        width: 45%;
        top: 73%;
        left: 53%;
    }

    .backgroundhomes {
        padding: 9% 0px 3% 0px;
    }

    .backgroundhome {
        padding: 8% 0px;
        position: relative;
    }
}