@font-face {
  font-family: "calibril";
  src: url("./fonts/calibril.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: "calibril", sans-serif;
}

h1,
h2,
h3 {
  font-family: "calibril", Calibril, sans-serif;
}

body {
  background-color: #ffffff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #6b6b6b;
}

p {
  color: black;
}
p2{
  color: white;
}
body {
    font-family: Arial, sans-serif;
    display: flex;
    flex-direction: column;
    align-items: left;
    margin: 0;
    padding: 20px;
}

.line {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 10px 0;
    align-items: flex-start; /* Aligns text to the top in case of multiline text */
    gap: 10px; /* Adds a little space between columns for clarity */
}

.line span {
    flex: 1;
    text-align: left;
}

/* Mobile view adjustments */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    overflow-x: hidden;
}

.line {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap; /* Allow wrapping to avoid overflow */
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    gap: 10px;
}

.line span {
    text-align: left;
    word-wrap: break-word;
    flex: 1;
    font-size: 16px;
}

@media (max-width: 400px) {
    .line {
        flex-direction: row;
        align-items: flex-start;
        justify-content: space-between;
        gap: 5px;
        width: 100%;
    }

    .line span {
        font-size: 14px;
        text-align: left;
    }
}


.py-6 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important ;
}
.py7 {
  padding-top: 9rem !important;
  padding-bottom: 9rem !important ;
}

/* Custom styles for buttons */
.btn {
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.btn-primary {
  background-color: #6b6b6b; /* Button background color */
  color: #0e1428; /* Button text color */
}

.btn-primary:hover {
  background-color: #ffa500; /* Button background color on hover */
  color: #0e1428; /* Button text color on hover */
  transition: background-color 0.3s ease; /* Add a smooth transition effect */
}



 .text1, .text2 {
            display: inline-block;
            margin-right: 200px; /* Adjust the space as needed */
        }


 .title {
      
      
      .title .name {
        float: left;
      }      
      .title .desc {
        float: right;
      }
    }

#hero {
  background-image: url("../images/hero_background.jpg");

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  /* Additional styling properties */
  color: #ffffff; /* Text color on the background */
}
#insidehero {
  background-color: rgba(4, 14, 25, 0.7);
  border-radius: 6rem;
  backdrop-filter: blur(5px); /* Adjust the blur radius as needed */
}

#about,
#featuredAstrologers {
  background-image: url("../images/zodiac_back.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
#aboutcover,
#featurecover {
 ;
}

#services {
  background-color: #e2e9ff;
}

#contact {
  background-color: #ffffff;
}

/* Custom styles for the navigation bar */
#mainnav {
  background-color: #23970c; /* Dark background color */
}

#mainnav .navbar-nav .nav-link {
  color: #ffffff; /* Text color for links */
  transition: color 0.3s ease; /* Add a smooth transition effect */
}

#mainnav .navbar-nav .nav-link:hover {
  color: #ffffff; /* Text color on hover */
}
.navbar-brand {
  color: #ffffff;
}
.navbar-brand:hover {
  color: #ffd700;
}

#contact h5,
a {
  color: black;
  text-decoration: none;
}

#contacticons a {
  font-size: 2rem;
  margin-right: 1rem;
}

#contactcard {
  background-color: #ffffff;
  border: none;
}
#contactcard label {
  color: black;
}

#featuredAstrologers a {
  font-size: 2rem;
}

#aboutlogo a {
  font-size: 2rem;
  margin-right: 1rem;
}

#foot {
  background-image: url("../images/foot.jpg");

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  /* Additional styling properties */
  color: #ffffff; /* Text color on the background */
}


/* Style for the back to top button */
.back-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 40px;
  height: 40px;
  background-color: #ffffff;
  color: #ffd700;
  border: 1px solid #ffd700;
  border-radius: 50%;
  cursor: pointer;
  display: none;
}

.back-to-top i {
  font-size: 24px;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  /* background: #fff; */
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3rem;
}
  /* Basic styles */
        .form-container { width: 100%; max-width: 500px; margin: 0 auto; }
        .success-message { color: green; margin-top: 20px; }

.swiper-button-next,
.swiper-button-prev {
  color: #ffa500; /* Change to your desired color */

.container {
    max-width: 1200px; /* or any other max width that fits well */
    margin: 0 auto; /* centers the container */
    padding: 20px; /* adds padding for a better look */
}
@media (min-width: 1440px) {
    body {
        font-size: 18px; /* slightly increase font size on larger screens */
    }
    .container {
        padding: 30px;
    }
    /* Adjust other elements as needed */
}
@media (min-width: 1440px) {
    body {
        font-size: 18px; /* slightly increase font size on larger screens */
    }
    .container {
        padding: 30px;
    }
    /* Adjust other elements as needed */
}
img {
    max-width: 100%; /* Keeps images from stretching too wide */
    height: auto;    /* Maintains the aspect ratio */

.text-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.left {
    flex: 1;
    font-weight: bold;
}

.right {
    flex: 2;
}


}

