*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* .navbar{
    background-color: #02c59be5 !important;
} */

.navbar-brand img{
    width: 150px;
}

.nav-item a:hover{
    color: rgb(255, 0, 106) !important;
}

.dropdown a:hover {
    color: #ff0037;
}

/* banenr content */
.banner-content{
    font-family: Georgia, 'Times New Roman', Times, serif;
}

@media(max-width:500px){
    .banner-content h1{
        font-size: 20px !important;
    }
 }

 .about-title-content img{
    width: 100%;
 }

 .about-content-overflow{
    overflow: hidden;
    height: 300px;
 }

 @media(max-width:500px){
     .about-title-content{
        display: flex;
        flex-direction: column;
     }
 }

 .login-button button{
    /* background: linear-gradient(45deg, #0aa8fdf3, #560788ef); */
    /* color: white; */
    font-weight: bold;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    width: 100px !important;
    transition: all linear .3s;

 }

/* banenr content */



.empty_line
{
    height: 3px;
    margin-bottom: 100px;
    background-color: rgb(204, 5, 71) !important;
}


/* banenr section */



.banner-content-heading{
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 30px;
    font-weight: bold;
    color: #0062ffc2;
}

.content{
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 15px;
}
.banner-content{
    background: linear-gradient(45deg, #0544a8c2, #570788a5);
}
/* banenr section */

/* Additional styling for the button */
.visit-btn {
    transition: background-color 0.3s ease;
    /* Smooth transition for button */
}
.visit-btn:hover {
    background-color: #ff0037;
    /* Change background color on hover */
}
/* visit btn */
.visit-btn
{
    background-color: rgb(204, 5, 71);
    color: white;
    font-weight: bold;
}

.visit-btn:hover
{
    background-color: rgb(204, 5, 71);
    color: white;
}

.form_section{
    background-color: #000000e5;
}

.card-img-bottom
{
    width: 170px;
    margin-left: 10px;
}

.about_profile img
{
    height: 200px;
    width: 200px;
    border-radius: 100%;
}


 .question-icon {
    text-align: center;
     font-size: 2em;
     color: #DC143C;
     /* Red */
     margin-top: 10px;
     margin-bottom: 10px;
 }

 .card-title {
    text-align: center;
     font-size: 1em;
     font-weight: bold;
     color: #333;
 }

 .card-text {
     font-size: 1em;
     color: #333;
 }

 .btn-ask {
     background-color: #333;
     color: #FFF;
     border: none;
     border-radius: 5px;
     padding: 10px 20px;
     font-size: 1.2em;
     cursor: pointer;
 }

 .btn-ask:hover {
     background-color: #555;
 }

 .talk-card-banner
 {
    /* background-color: #000000e5; */
    width: 100%;
 }

 /* special astrology services start here */
 .special-astrology
 {
    color: white;
    font-family: Georgia, 'Times New Roman', Times, serif;
    display: inline;
    transition: 1s;
 }
 
 .special-astrology:hover
 {
    color: #ff0055;
 }


 .finance img{
    width: 180px !important;
    height: 150px;
    overflow: hidden;
 }

  .finance a{
      font-size: 18px;
      color: black;
      /* font-weight: bold; */
      padding-top: 10px;
      transition: all 1s;
      
  }
  .finance a:hover{
      color: red;
  }

 .finance{
    overflow: hidden;
    margin: auto;
    text-align: center;
 }

 a {
     color: #fff;
     text-decoration: none;
 }

 /* end here */

 .hososrope-12-signs img{
    width: 150px;
 }

/* Our Remedial Services start here */
 .main-container
 {
    /* background-image: url(images/remedial.jpg); */
    background-attachment: fixed;
 }

 .main-container h2 {
    color: rgb(0, 0, 0);
    font-size: 45px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    
 }
 .main-container p {
    color: rgb(0, 0, 0);
    font-size: 18px;
    font-family: Georgia, 'Times New Roman', Times, serif;
 }
 .main-container img{
    width: 100%; 
}

.footer-section
{
    background-color: #DC143C !important;
    padding: 20px 0 3px 0;
    text-align: center;
}

/* services card section start */
        .card {
            border-radius: 15px;
            transition: transform 0.3s ease-in-out;
        }
        .card:hover {
            transform: scale(1.05);
        }
        .card img {
            border-top-left-radius: 15px;
            border-top-right-radius: 15px;
            height: 200px;
            object-fit: cover;
        }
        .order-btn {
            background-color: #ff5722;
            border: none;
            transition: 0.3s;
        }
        .order-btn:hover {
            background-color: #e64a19;
        }

        .services-content h2{
            font-family: Georgia, 'Times New Roman', Times, serif !important;   
            color: #ff0037;
            font-weight: bold;
        }
/* services card section start */

@media(max-width:700px){
    .main-container p {
    font-size: 16px;
    text-align: justify;
}
.main-container h2 {
    font-size: 25px;
}

.card-text {
    font-size: 15px;
    text-align: center;
}
.col-4 {
    width: 100%;
}
.col-8 {
    width: 100%;
}

.mb-3 {
    gap: 10px;
}
.col-6 {
    width: 100%;
}

.hososrope-12-signs img {
    width: 6px;
}

.main-heading{
    font-size: 16px !important;
}
.long-link{
    font-size: 13px !important;
    margin-top: 10px;
    font-weight: bold;
}
.navbar {
    background-color: #fff !important;
}
.navbar ul li {
    border-bottom: 2px solid #ff0037;
}
.zodiac-sign-heading h2 {
    font-size: 20px !important;
    font-family: system-ui;
    color: brown;
}
.zodiac-sign-heading p{
    font-size: 15px !important;
    font-family: system-ui;
    color: brown;
    text-align: start;
}
.ms-5 {
    margin-left: 0 !important;
}
.ms-4 {
    margin-left: 0 !important;
}
}