.all_width{
    width: 90%;
}


body {
    margin: 0;
    font-family: Arial, sans-serif;
    background-image: url('/svg/endless-constellation3.svg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;

}

@keyframes pulseGradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}



.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 50px !important;
    background-color: white;
    color: black;
    box-shadow: 5px 0px 5px red;

}
@media screen and (max-width: 900px) {

    .navbar {
        padding: 10px 20px !important;
       
    }

    .logo {
        height: 30px !important;
        margin-left: 20px !important;
        margin-top: 3px;
     }
   
}

@media screen and (max-width: 900px) {

    .header_section #contact_sec{
        display: block !important;
    }
}

#contact_sec{
    display: none !important;
}

.logo {
   height: 50px;
  
}



.hamburger-menu {
    display: none;
    font-size: 1.5em;
    cursor: pointer;
}

.menu {
    display: flex;
    list-style: none;
    gap: 15px;
    margin: 0;
    padding: 0;
}

.menu li a {
    text-decoration: none;
    color:  black;
    padding: 5px 7px;
    margin:auto 0;
   
}

.menu li a:hover {
    transition: .5s;
    border-bottom: 2px solid red;

}

.menu-icons {
    display: flex;
    list-style: none;
    gap: 20px;
    margin: 0 10px 0 0;
    padding: 0;
}

.menu-icons li a {
    text-decoration: none;
    color: white;
}

@media (max-width: 900px) {
    .hamburger-menu {
        display: block;
    }

    .menu {
        max-height: 0; /* Start hidden */
        overflow: hidden; /* Hide overflowing content */
        flex-direction: column;
        background-color: white;
        position: absolute;
        top: 55px;
        left: 0;
        width: 75%;
        height: 100vh;
        padding: 0; /* Remove padding when hidden */
        transition: max-height 0.5s ease-in-out, padding 0.5s ease-in-out;
    }

    .menu.show {
        max-height: 100vh; /* Allow full height for the menu */
        padding: 20px 10px; /* Restore padding when visible */
    }

    .animated-button {
        font-size: 12px !important;
    }
}


.bookapp{
    background-color: #118AB2;
    color: aliceblue;
    text-decoration: none;
    padding: 5px 10px;
    border-radius: 5px;
    border: 1px solid #118AB2;
}
.bookapp:hover{
    background-color: transparent;
    color: white;
    transition: .5s;
}
.logreg{
    color: black;
    text-decoration: none;
    
}

.call2{
    font-size: px;
    height: 25px;
}


.whatsapp2{
    font-size: px;
    height: 35px;
}
.chatbtn{
    text-decoration: none;
    font-size: small;
    background-color: #848698;
    margin: 0;
    padding: 0;
    color: black;

}

/* home section */

.main_card{
    height:320px;
    position: relative;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0px 0px 5px rgb(166, 145, 145);

    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.main_card:nth-child(odd) {
    transform: translateY(50px); /* Odd cards come from the left */
}

.main_card.show {
    opacity: 1;
    transform: translateY(0);
}

.main_card:hover {
    box-shadow: 0px 0px 5px rgb(164, 77, 77);
    transform: scale(1.05); 
    transition: transform 0.3s ease, box-shadow 0.3s ease; 
}

.all_carousel_img{
    height:150px;
    outline: none;

    border-radius: 3px;
}

.all_carousel{
    height:150px;
 
}

.inner-div {
    position: absolute;
    bottom: 140px;
    left: 50%; 
    top: 144px !important;
    transform: translateX(-50%); 
    z-index: 1;
   
}
@media screen and (max-width: 900px) {
    .inner-div {
        position: absolute;
        bottom: 140px;
        left: 50%; 
        top: 95px !important;
        transform: translateX(-50%); 
        z-index: 1;
    }
    .all_btn{
        margin-top: -23px;
    }
    .section-title{
        font-size: 22px !important;
    }
}
.inner-div-img{
    height:50px;
    width:50px;
    border-radius: 50%;
 
}
.inner-div-img2{
    height:60px;
    width:75px;
    border-radius: 50%;
}
.main_card2{
    height:350px;
}


.slider_section{
    margin-top: 70px;
}
.row a{
    text-decoration:none;
}
.info-sec{
    margin-top:30px;

}

.service_img_sec{
    height: 130px;
}
.aboutproduct_info{
    margin-top: 40px;
    color: #900C3F;
}
.all_card_title{
    color: #900C3F;
}
.all_card_title2{
    color: #9e4b6b;
}

.client_info-sec p{
    margin-top:5px;
   line-height: 16px;
}


.rating{
    position: absolute;
    top: 10px;
    left: 15px;
    z-index: 1;
    color: gold;
}
.rating i{
    text-shadow: 0 0 3px rgb(38, 29, 29);
}

.all_review_img{
    height: 200px;
}

.main_card_review{
    height: 400px !important;
    position: relative;
    background-color: #fff;
    box-shadow: 0px 0px 5px rgb(166, 145, 145);
    padding-bottom: 10px;

    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.main_card_review.animate {
    opacity: 1;
    transform: translateY(0);
}

.main_card_review.show1 {
    opacity: 1;
    transform: translateY(0);
}

.main_card_review:hover{
    box-shadow: 0px 0px 5px rgb(92, 75, 75);
    transform: scale(1.05); 
    transition: transform 0.3s ease, box-shadow 0.3s ease; 
}


.all_review_img{
    height: 200px !important;
  
}

.all_carousel_review{
    height: 180px !important;
  
   
}

.inner-review-div{
    position: absolute;
    top: 167px;
    left: 50%; 
    transform: translateX(-50%); 
    z-index: 1;
    border: 2px solid #6341b3;
    border-radius: 50%;
}

.inner-div-img-review{
    height: 80px;
    width: 80px;
    border-radius: 50%;
}


.all_review_title{
    font-size: 20px;
}

.heading_icon{
    color:#FF5A36;
    font-size: 20px;
}





/* sm dv size */

@media (max-width: 900px) {
   
   .all_card_title{
       font-size: 13px;
   }
   .all_card_info{
      font-size: 12px;
   }

   .main_card{
    height:255px;
    position: relative;
    overflow: hidden;

}

.all_carousel_img{
    height:100px;
    border-bottom: 1px solid #DEE2E6;



    }
    
    .all_carousel{
      height:100px;

    }



    .inner-div {
        position: absolute;
        bottom: 127px;
        left: 50%; 
        transform: translateX(-50%); 
        z-index: 1;
        }
        
        
        .inner-div-img{
        height:40px;
        width:40px;
        border-radius: 50%;
        }
        .inner-div-img2{
        height:60px;
        width:75px;
        border-radius: 50%;
        }



        .inner-div-img2{
            height:40px;
            width:50px;
            border-radius: 50%;
        }

        .service_img_sec{
            height: 100px;
        }

        .aboutproduct_info{
            margin-top: 15px;
        }


        .client_info-sec p{
            margin-top: 5px;
           line-height: 12px;
        }

        .client_info-sec .review-info{
            font-size: 14px;
            line-height: 15px;
        }
        .site-name{
            font-size: 15px;
        }
        



}

@media (max-width: 600px) {
    .aboutproduct_info{
        margin-top: 15px ;
    }
}