@media only screen and (max-width: 600px) {

    .product-heading{
        width: 100%;
        font-size: 7vw;
        text-align: center;
        padding-top: 20px;
    }

    /* navbar  */
    .cros-btn .btn {
        width: 30px;

    }

    .cline {
        height: 2px;
    }

    .navbar-drop ul a {
        font-size: 6vw;
    }

    .navbar-drop {
        padding: 0px 5%;
        width: 90%;
    }
    .hamber{
        width: 40px;
        height: 25px;
    }
    .line {
        height: 3px;
    }

    .cros-btn {
        padding: 0 0px;
    }

    .company-name {
        font-size: 8vw;
    }

    .home {
        height: 100vh;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: column;
    }
    /*.top-catalogue{*/
    /*    overflow-y: hidden;*/
    /*}*/

    .catalogue-bottom {
        display: flex;
    }

    .img-catalogue img {
        width: 20vw;
    }

    .main-home {
        margin-top: 0px;
    }

    .name-animation span {
        font-size: 14vw;
    }

    .para {
        margin-top: 5px;
    }

    .title {
        font-size: 4.5vw;
        padding: 20px;
    }
    .name-animation::after{
        bottom: -9px;
            font-size: 1em;
    }
    .home-bg{
        flex-direction: column;
        overflow: hidden;
    }
    .year {
        margin: auto;
        padding: 0;
    }

    .back-year {
        font-size: 8vw;
        letter-spacing: 10px;
        writing-mode: unset;
        transform: rotate(-180deg);
        text-align: center;
        margin: auto;
        display: block;

    }

    .upyear {
        font-size: 3vw;
        writing-mode: unset;
        height: fit-content;
        transform: rotate(180deg) !important;

    }

    .about-content {
        padding: 0px 6vw;
    }

    .about-para {

        font-size: 3.5vw;
    }

    .about-heading {
        font-size: 6.2vw;
    }

    .about-bg span {

        font-size: 15vw;
    }

    .about-content::before {
        background: linear-gradient(to left, white, white, #ffffffe3, transparent);
    }

    .roof-heading {
        font-size: 8vw;
    }

    .service-name-body {
        justify-content: space-evenly;
        padding: 0;
    }
    .service-name {
        font-size: 7vw;
    }

    .enquery-form {
        margin-top: 40px;
    }

    .service-item {
        border-bottom: 3px solid rgb(77, 189, 233);
        border-right: none;
        padding-top: 20px;
    }
    .contact-details p{
        font-size: 15px;
    }
    .detail-box ul li {
        font-size: 15px;
    }
    .detail-box {
        padding: 10px;
    }
    .contact-content h2{
        font-size: 9vw;
    }
    .client-heading{
        font-size: 9vw;
    }
    .des{
        font-size: 6vw;
    }
    .para-cat1{
        padding: 20px 3vw 20px 10vh;
    }
    .para-cat2{
        padding: 20px 10vh 20px 3vw;
    }
    .center-img-cata img{
width: 100%;
    }
    .big-img {
        transform: translateY(0px);
    }
    .center-img-cata{
        margin-top: 20px;
    }
    .center-img-cata1 img{
        width: 40% !important;
    }
    .top-headind{
        display: block;
        padding-bottom: 0 !important;
    }
    .center-heading{
        display: none;
    }
    .product-body-cata{
        display: none;
    }
}
@media only screen and (max-width: 800px) {
    .wedding-body img{
        width: 100%;
        margin: 0 !important;
        padding: 10px;
    }
     .wedding-heading{
        justify-content: center;
        width: 100%;
    }
    .invitation{
        margin: 40px 10px 10px 10px;
    }

}

@media only screen and (max-width: 1200px) {
    .myheader{
        padding: 0;
    }
}

@media only screen and (max-width: 991px) {
   .dropdown-menu{
       width: 100%;
   }
}