:root {
  --main-c--: #af0e0b;
  --main-dark--: #e15103;
  --txt-pri--: #af0e0b;
  --border--: #ff6f00;
  --secondary--: #bb2522;
  --secondary-light--: #7e1515d3;
}
body{
background-color: #ff6f0030;
}


.back-primary {
  background-color: var(--main-c--);
}
.txt-pri {
  color: var(--txt-pri--);
}

.text-horoscope {
  color: var(--main-dark--);
}
.border-main {
  border-width: 1px;
  border-style: solid;
  border-color: var(--border--);
}
.bg-dark-main {
  background-color: var(--main-dark--);
}
.dark-shadow-main {
  box-shadow: 0px 0px 5px 0px var(--main-dark--);
}

.border-main2 {
 
  border: 2px solid var(--secondary--);

}
.bg-main2 {
  background-color: var(--secondary--);

}
.text-main2 {
  color: var(--secondary--);
}

.text-main2-light {
  color: var(--secondary-light--);
}

.border-main2 {
  border-width: 1px;
  border-style: solid;
  border-color: var(--secondary--);
}

.j-text {
  text-align: justify;
}

.a-link {
  color: var(--main-dark--);
}

/**

for Ask Question Form
*/
.ask-btn {
  transition: 0.6s;
}

.ask-btn:hover {
  color: var(--main-c--) !important;
  background-color: white;
}

.askform {
  display: none;
  position: absolute;
  width: 30%;
  height: 400px;
  right: 50px;
  top: 90px;
  z-index: 1;
  background-color: var(--border--);
  border-radius: 10px;
  box-shadow: 0px 0px 50px 0px #7e1515;
}

.askform form {
  width: 100%;
}
.askform h2 {
  text-align: center;
  color: white;
}
.askform label {
  color: white;
  font-size: 18px;
}

.askform input,
textarea {
  padding: 5px 15px;
  width: 100%;
  border: 1px solid #e15103;
  outline: none;
  border-radius: 20px;
  color: var(--txt-pri--);
}
.askform input::placeholder,
textarea::placeholder {
  font-size: 15px;
  color: #e15103;
  padding: 5px;
}
.askform input[type="submit"] {
  background-color: white;
  padding: 5px;
  border: none;
  outline: none;
}

.banner-box {
  width: 100%;
  height: 500px;
  background-color: #ffffff;

}

.banner-img {
  position: absolute;
  right: 5%;
  top: 15%;
  width: 400px;
  height: 490px;

  border-radius: 50px;
}

.banner-img {
  background-image: url(../assets/cardimg/nitinji.jpg);
  background-size: 100% 90%;
  background-repeat: no-repeat;
}

.content {
  width: 60%;
  padding: 20px;
}

/* .backbox{


} */

.title-slider-container {
  width: 100%;

  overflow: hidden;
  position: relative;
}

.title-slider {
  display: flex;
  flex-direction: row; /* Slides horizontally */
  transition: transform 0.5s ease-in-out;
}

.title-slide {
  min-width: 100%; /* Each slide takes up the full width */
  padding: 20px;
  font-size: 52px;
  color: white;
  text-align: center;
}

.title-slider .title-slide:first-child {
  border-left: none; /* Remove border from the first slide */
}

:root {
  --primary-text: #af0e0b;
  --secondary-text: #d4b754;
  --white-text-white: #ffffff;
  --black-text-black: #000000;
  /* --gray-text: #464646;
    --light-white: #c8c8c8; */
}
.section-title {
  color: var(--primary-text);
  text-align: center;
  font-size: 40px;
  font-family: "Cormorant Garamond";
  font-weight: bold;
  font-style: normal;
  line-height: 48px;
  position: relative;
  margin-bottom: 52px;
}

.section-title::before,
.section-title::after {
  content: "";
  position: absolute;
  left: 25%;
  top: 22px;
  width: 45px;
  height: 2px;
  background-color: var(--secondary-text);
}
.section-title::after {
  left: unset;
  right: 25%;
}
.testimonial-section {
  padding-top: 82px;
  padding-bottom: 72px;
}


.testimonial-items .testimonial-heading {
  color: var(--white-text-white);
  text-align: center;

  font-family: "Outfit";
  font-weight: normal;
  font-style: normal;
}
.testimonial-items .testimonial-text {
  color: var(--white-text-white);
  text-align: center;
  font-size: 16px;
  font-family: "Outfit";
  font-weight: normal;
  font-style: normal;

  margin-bottom: 45px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 4;
  -webkit-line-clamp: 4;
}

.testimonial-items .testimonial-title {
  color: var(--white-text-white);
  text-align: center;
  font-size: 16px;
  font-family: "Outfit";
  font-weight: bold;
  font-style: normal;
  margin-bottom: 35px;
  position: relative;
}
/* 
      .testimonial-items .testimonial-title::before {
        content: "";
        position: absolute;
        left: -23px;
        top: 9px;
        width: 20px;
        height: 1px;
        background-color: var(--white-text-white);
      } */

.testimonial-img {
  position: relative;
  width: 100px;
  height: 100px;
  height: 70px;
}

.testimonial-img::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.testimonial-img.tm-img-1::before {
  background-image: url(https://w7.pngwing.com/pngs/646/829/png-transparent-avatar-man-ico-icon-cartoon-little-boy-avatar-cartoon-character-png-material-child-thumbnail.png);
}

.testimonial-img.tm-img-2::before {
  background-image: url(https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcS2IYhSn8Y9S9_HF3tVaYOepJBcrYcd809pBA&s);
}

.testimonial-img.tm-img-3::before {
  background-image: url(https://png.pngtree.com/element_our/png/20181206/female-avatar-vector-icon-png_262142.jpg);
}




.slide-container{
  max-width: 1120px;
  width: 100%;
  padding: 40px 0;
}
.slide-content{
  margin: 0 40px;
  overflow: hidden;
  border-radius: 25px;
}
/* .card{
  border-radius: 25px;
  background-color: #FFF;
} */
.image-content,
.card-content{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 14px;
}
.image-content{
  position: relative;
  row-gap: 5px;
  padding: 25px 0;
}
.overlay{
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: var(--main-dark--);
  border-radius: 25px 25px 0 25px;
}
.overlay::before,
.overlay::after{
  content: '';
  position: absolute;
  right: 0;
  bottom: -40px;
  height: 40px;
  width: 40px;
  background-color: var(--main-dark--);
}
.overlay::after{
  border-radius: 0 25px 0 0;
  background-color: #FFF;
}
.card-image{
  position: relative;
  height: 150px;
  width: 150px;
  border-radius: 50%;
  background: #FFF;
  padding: 3px;
}
.card-image .card-img{
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 50%;
  border: 4px solid var(--main-dark--);
}
.name{
  font-size: 18px;
  font-weight: 500;
  color: #333;
}
.description{
  font-size: 14px;
  color: #707070;
  text-align: center;
}
.button{
  border: none;
  font-size: 16px;
  color: #FFF;
  padding: 8px 16px;
  background-color: var(--main-dark--);
  border-radius: 6px;
  margin: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.button:hover{
  background: var(--border--);
}
.swiper-navBtn{
  color: var(--main-dark--);
  transition: color 0.3s ease;
}
.swiper-navBtn:hover{
  color:var(--main-dark--);
}
.swiper-navBtn::before,
.swiper-navBtn::after{
  font-size: 35px;
}
.swiper-button-next{
  right: 0;
}
.swiper-button-prev{
  left: 0;
}
.swiper-pagination-bullet{
  background-color: var(--main-dark--);
  opacity: 1;
}
.swiper-pagination-bullet-active{
  background-color:var(--main-dark--);
}
@media screen and (max-width: 768px) {
  .slide-content{
    margin: 0 10px;
  }
  .swiper-navBtn{
    display: none;
  }
  .overlay::before,
.overlay::after{
  background-color: #00000000;
}
}
.card-astro{
    width: 70%;
    margin: 10px;
  }

/* media query  */
@media screen and (min-width: 768px) {
  .swiper-pagination-bullet {
    width: var(
      --swiper-pagination-bullet-width,
      var(--swiper-pagination-bullet-size, 24px)
    );
    height: var(
      --swiper-pagination-bullet-height,
      var(--swiper-pagination-bullet-size, 24px)
    );
  }
  .section-title::before,
  .section-title::after {
    width: 141px;
  }

  /*   .section-title::before,
  .section-title::after {
    left: 25%;
  }
  .section-title::after {
    right: 25%;
  } */
}

@media screen and (max-width: 450px) {
  .content {
    width: 100%;
  }

  .banner-img {
    background-color: #00000000;
  }
 
  .wrapper{
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  .banner-img{
    align-items: center;
    width: 300px;
    height: 300px;
    position: relative;
    border-radius: 30px;
    transform: translate(10px);
  }
  .banner-box {
    position: relative;
    height: auto;
  }
  .card-astro{
    width: 70%;
  }
  .text-horoscope{
    font-size: 21px !important;
  }
  .askform {
      width: 70% !important;;
      
  }
}
