*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Times New Roman', Times, serif;

}

#top-btn{
    background-color: rgb(117, 109, 109);
    
}
#top-btn a{
    color: white;
text-decoration: none;
}


#logo img {
    width: 80px;
    height: 80px;
    
    }
    .nav-item {
        margin-left: 10px;
    }
    
    .nav-item .nav-link {
        color: white;
        margin-left: 2px;
        text-shadow: 0px 0px 1px black;
        transition: 0.5s ease;
    }
    .nav-item .nav-link :hover{
        color: #ff0000;
    }
    
/* start first section for the top banner */
#head1{
    text-align: center;
}

#sarp {
    width: 300px;
    height: 350px;
}
#para1{
    margin-top: 50px;
    font-size: 20px;
}

/* end first section for the top banner */

/* start About  section  */
.About{
    margin-top: 20px;
    
    background-color: rgb(219, 223, 223);
}
#Aheard{
    text-align: center;

}
#sarp2{
    margin-top: 40px;
    width: 320px;
    height: 400px;
}

/* end About  section  */

/* Start services section */

.card-title{
    text-align: center;
color: #ff0000;
}
.card-text{
    text-align: center;
    font-size: 17px;

}
#detail  {
width: 340px;
height: 340px;
/*margin-left: 30px;*/
}
/* #cardbtn {
    margin-left: 40px;
} */


/* end services section */

/* section book start */
.contact{
    background: #f9f9f9;
    padding: 50px;
    
}
.main-text h1{
    text-align: center;
    text-shadow: 0px 1px 1px black;
    font-weight: 600;

}
.main-text h1 span{
    color: #ffa500;
}
.contact .card{
border-radius: 10px;
box-shadow: 0px 5px 5px -6px black;

}

.contactk .row{
    margin-top: 30px;
}

.astrology-section {
    text-align: center;
    padding: 50px;
    background-color: #f9f9f9;
  }
  .astrology-content {
    max-width: 800px;
    margin: 0 auto;
  }
  .astrology-content ul{
    list-style-type: none;
  }
    .book .submit:hover{
    width: 170px;
}
@media(max-width:765px){
    .book{
        padding: 0;
    }
    .main-text h1{
        margin-top: 20px;
    }
}
/* section book end */
/* section Gallary start  */
.gallary{
    margin-top: 50p;
    text-align: center;

}
.gallary .card{
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.1)0px 4px 12px ;
    cursor: pointer;
}
.gallary .card img{
    border-radius: 10px;
    transition: 0.5s;

}
.gallary .card img:hover {
transform: scale(1.1);
}
/* section Gallary end  */
/* footer */
#footer {
    padding: 0 0 30px 0;
    color: white;
    /* font-size: 14px; */
    background-color: black;
    margin-top: 60px;
}

#footer .footer-top {
    padding: 60px 0 30px 0;
    background-color: black;
    color: white;
}

#footer .footer-top .footer-contact {
    margin-bottom: 30px;
}

#footer .footer-top .footer-contact h3 {
    color:#ffa500;
}

/* #footer .footer-top .footer-contact h4 {
    font-size: 22px;
    margin: 0 0 30px 0;
    padding: 2px 0 2px 0;
    line-height: 1;
    font-weight: 700;
} */

#footer .footer-top .footer-contact p {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 0;
    color: white;
}

/* #footer .footer-top h4 {
    font-size: 16px;
    font-weight: bold;
    position: relative;
    padding-bottom: 12px;
} */

/* #footer .footer-top .footer-links  {
    margin-bottom: 30px;
    margin-top: 10px;
} */

#footer .footer-top .footer-links h3 {
    color: #ffa500;
}
#footer .footer-top .footer-links h4 {
    color: #ffa500;
}

#footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;

}

#footer .footer-top .footer-links ul {
    padding-right: 2px;
    color: #ffa500;
    /* font-size: 18px; */
    line-height: 1;


}

#footer .footer-top .footer-links ul li {
    padding: 10px 0;
    display: flex;
    align-items: center;
}

#footer .footer-top .footer-links ul li a {
    text-decoration: none;
    color: white;
    display: inline-block;
    line-height: 1;
    font-weight: bold;
    transition: 0.5s ease;
}

#footer .footer-top .footer-links ul li a:hover {
    color: #ffc800;
}

#footer .footer-top .social-links  a{
    /* font-size: 18px; */
    display: inline-block;
    text-decoration: none;
    background-color: #373737;
    color: white;
    line-height: 1;
    padding: 8px 0px ;
    margin-right: 4px;
    border-radius: 50px;
    text-align: center;
    width: 36px;
    transition: 0.5s ease;

}
#footer .footer-top .social-links  a:hover{
    background-color: #ffc800;
    color: white;
    
}
#footer .copyright{
    text-align: center;
    /* font-size: 15px; */

}
#footer .copyright span{
    font-size: 15px;
    color: #ffa500;
}
#footer .credit{
    float: right;
    text-align: center;
    /* font-size: 13px; */

}
#footer .credit a{
    color: #ffc800;
}
/*html{*/
/*    scroll-behavior: smooth;*/
/*}*/
.arrow{
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 50px;
    right: 50px;
    text-decoration: none;
    text-align: center;
    line-height: 50px;

}


/* footer */
