body{
    font-family: 'Outfit', sans-serif;
}
h1, h2. h3, h4, h5{font-family: 'Oswald', sans-serif;}
img{max-width: 100%;}
ul {
    padding: 0;
    margin: 0;
}

.align{
    align-items: center;
}
.text-end { 
    justify-content: end;
}
/**/
.list-colums {
    border-bottom: 1px solid #f3ae5e;
    border-top: 1px solid #f3ae5e;
    background: url(../images/header-bg.png) #080808;
    color: #fff;
}
.list-colums p {
    color: #fff;
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    background: #c30070;
    width: fit-content;
    margin: 0 auto;
    padding: 1px 7px;
    border-radius: 4px;
    margin-top: 7px;
}
.card-icon-top {
    border-right: 1px solid #ffffff;
    padding: 5px 0;
    text-align: center;
}
.list-colums span {
    font-size: 11px;
    font-weight: 500;
}
.list-colums .col-lg-1 {
    padding: 0 4px;
}
.container-fluid {
    max-width: 1365px;
}
.card-icon-top img {
    animation: zoom-in-zoom-out 2s ease-out infinite;
    width: 36px;
    margin-top: 7px;
    margin-bottom: 8px;
    background: #fff;
    border-radius: 100px;
    padding: 2px;
    border: solid 1px #ff9209;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.5, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}

.mar-red {
    background: url(../images/header-bg.png) #080808;
    color: #fff;
    font-size: 18px;
    padding-top: 4px;
}
 
img.vert-move {
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
img.vert-move {
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
} 

/**/
.top-part {
    background-image: linear-gradient(180deg, #ff009f 0%, #720434 100%);
    padding: 0 0;
}
ul.icons {
    margin: 0 0 2px 0;
    padding: 0 0;
    list-style: none;
}
ul.icons li {
    margin-right: 10px;
    padding: 0;
    display: inline-block;
}
ul.icons li a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
}
ul.icons li a i {
    color: #ff009f;
    background: #ffffff;
    padding: 9px 0px;
    font-size: 18px;
    transition: 0.5s;
    border-radius: 100px;
    border: solid 2px #eee;
    width: 40px;
    height: 40px;
    text-align: center;
}
 
ul.icons li a:hover i {
   color: #ffffff;
    background: #ff009f;
}
.top-mr {
    padding: 9px 10px;
    color: #000;
    font-weight: 500;
    background: linear-gradient(to bottom, #ffc53c 0%, #ff8900 100%);
    font-size: 17px;
}
.top-mr marquee {
    margin-top: 3px;
}

.center-box-head {
    text-align: center;
}
.center-box-head  .top-icons li {
    width: 33%;
    background: #fff5dd;
    border: solid 1px #ffc138;
    padding:8px 5px;
    border-radius: 8px;
    display: flex;
    align-items: center;
}
ul.top-icons {
    display: flex;
    gap: 7px;
}
.top-heading-head {
    font-size: 28px;
    line-height: 1.2;
    font-weight: 600;
    background: #c30171;
    border: solid 1px #c30171;
    padding: 7px 5px;
    border-radius: 8px;
    margin: 0px 0 8px 0;
    color: #ffffff;
}
.header-nav {
    padding: 4px 0; 
}
.social-icons li a {
    width: 40px;
    height: 40px;
}
/*about us*/
.white-bg { 
    background-image: url(../images/back.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.about-part {
    padding: 50px 0;
}
.about-part h3 {
    font-size: 28px;
    color: #ff8c02;
}
.about-part h2 {
    font-size: 40px;
    font-weight: 700;
    color: #1a1a1a;
}
.about-part h2 span {
    color: #c40071;
}
p {
    font-size: 18px;
    color: #1a1a1a;
    line-height: 1.4;
}
.btn-a {
    color:#fff; 
    font-size: 18px;
    box-shadow: rgba(0, 0, 0, 0.42) 0px 6px 7px 0px;
    display: block;
    width: fit-content;
    background-image: linear-gradient(to right, #c40071, #93034d);
    font-weight: 600;
    text-decoration: none;
    padding: 14px 25px;
    transition: 0.6s;
}
.btn-a:hover {
    color:#fff; 
    background-image: linear-gradient(to right, #93034d, #c40071); 
}

/*Form*/

.whatsapp-form {
  display: flex;  
}

.whatsapp-card {
    background: #ff8c02;
    border-radius: 12px;
    padding: 30px;
    width: 100%;
    box-shadow: 0 8px 30px rgba(0,0,0,0.15);
}

.whatsapp-h4 {
    font-size: 30px;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
    background: #0000001f;
    width: fit-content;
    margin: 0 auto;
    margin-bottom: 20px;
    border-radius: 4px;
    padding: 7px 16px;
    border: solid 1px #ffffff4d;
}
.whatsapp-p { 
    color: #ffffff;
    margin-bottom: 20px;
    text-align: center;
}

.whatsapp-form form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}

.whatsapp-field {
  display: flex;
  flex-direction: column;
}

.whatsapp-field label {
    font-size: 16px;
    margin-bottom: 6px;
    color: #ffffff;
}

.whatsapp-field input,
.whatsapp-field textarea {
  padding: 12px;
  border-radius: 8px;
  border: 1px solid #d1d5db;
  font-size: 14px;
  outline: none;
  transition: border-color 0.3s;
}

.whatsapp-field input:focus,
.whatsapp-field textarea:focus {
  border-color: #10b981;
}

.whatsapp-form textarea {
  resize: vertical;
  min-height: 120px;
}

.whatsapp-full {
  grid-column: 1 / -1;
}

.whatsapp-action {
  grid-column: 1 / -1;
  text-align: right;
}

.whatsapp-btn {
color: #fff;
    font-size: 18px;
    box-shadow: rgba(0, 0, 0, 0.42) 0px 6px 7px 0px;
    display: block;
    width: fit-content;
    background-image: linear-gradient(to right, #c40071, #93034d);
    font-weight: 600;
    text-decoration: none;
    padding: 14px 25px;
    transition: 0.6s;
    border: none;
}
.ser-contant h4 {
    color: #000000;
    margin: 0 auto;
    padding: 7px 11px;
    border-radius: 0;
    background-image: linear-gradient(to right, #ffffff5e, #ffffff, #ffffff36);
    font-weight: 600;
    margin-bottom: 10px;
}
.ser-contant h5 {
    color: #ffffff;
    font-size: 25px;
    line-height: 1.2;
}
.ser-contant p {
    color: #fff;
    font-size: 18px;
}
.whatsapp-btn:hover {
  transform: translateY(-2px);
}
.btn-ser {
    color: #fff;
    font-size: 18px;
    box-shadow: rgba(0, 0, 0, 0.42) 0px 6px 7px 0px;
    display: block;
    width: fit-content;
    background-image: linear-gradient(to right, #ff9209, #ff5c09);
    font-weight: 600;
    text-decoration: none;
    padding: 14px 25px;
    transition: 0.6s;
    margin: 0 auto;
    border-radius: 50px;
}
.btn-ser:hover{
    color: #fff;
    background-image: linear-gradient(to right, #ff5c09, #ff9209);
}
.ser-part h2 {
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 60px;
    margin-top: -40px;
}

@media (max-width: 600px) {
 .whatsapp-form  form {
    grid-template-columns: 1fr;
  }
}
/*Services css*/
.ser-part {
    overflow: hidden;
    padding: 100px 0 0 0;
}
.ser-contant {
    border-radius: 26px;
    text-align: center;
    padding: 75px 25px 20px 25px;
    position: relative;
    min-height: 308px;
    background-image: linear-gradient(to right, #c40071, #93034d);
    margin-bottom: 90px;
}
.ser-img {
    display: block;
    max-width: 100%;
    width: 270px;
    height: 270px;
    z-index: 2;
    border-radius: 600px;
    margin: 0 auto;
    margin-bottom: -40px;
    position: relative;
    top: 13px;
    border: solid 2px #ff9209;
}
.services-card {
    position: relative;
   /* overflow: hidden;*/
}
.horoscope-round {
    position: absolute;
    top: -29px;
    z-index: 0;
    -webkit-animation-duration: var(--fa-animation-duration, 10s) !important;
    animation-duration: var(--fa-animation-duration, 10s) !important; 
}
img.horoscope-round {
    width: 85%;
    left: 8%;
}

/**/

.why-section {
    text-align: center;
    padding: 60px 0;
    background: url(../images/header-bg.png) #080808;
}
.why-section h6 {
    font-weight: bold;
    color: #ff9209;
    font-size: 25px;
}
.why-section h2 {
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 45px;
}
.choose-text h4 {
    font-size: 25px;
    font-weight: 700;
    color: #ff9209;
}
.choose-text p {
    color: #fff;
}
.choose-item i {
    background-image: linear-gradient(to right, #c40071, #93034d);
    color: #fff;
    width: 70px;
    height: 70px;
    border-radius: 100px;
    font-size: 40px;
    padding: 14px 0;
    margin-bottom: 13px;
}
.choose-item {
    border: solid 1px #ff920929;
    border-radius: 12px;
    margin: 20px 0;
    padding: 25px 15px;
    background: #000000a3;
}
.fa-spin{
        -webkit-animation-duration: var(--fa-animation-duration, 10s) !important;
    animation-duration: var(--fa-animation-duration, 10s) !important;
}
.why-horoscope {
    overflow: hidden;
    position: relative;
}
.why-horoscope  .horoscope-round2 {
    width: 90%;
    margin: 0 auto;
    position: absolute;
    z-index: 1;
    left: 10%;
    top: 0;
}
.astro-img {
    position: relative;
    z-index: 2;
    bottom: 22px;
}
.award-card {
    background: #fff5dd;
    border: solid 1px #ffc138;
    padding: 8px 5px;
    border-radius: 8px;
}

/*testimonial css*/

.testimonial-section {
    text-align: center;
    padding: 50px 20px;
    max-width: 1100px;
    margin: auto;
}

.section-subtitle {
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 28px;
    color: #ff8c02;
}

.section-title {
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 25px;
}

.testimonial-container {
    display: flex;
    align-items: center;
    position: relative;
}

.testimonial-wrapper {
    display: flex;
    overflow: hidden;
    width: 100%;
    scroll-behavior: smooth;
}

.testimonial-card {
    margin: 0 10px;
    box-shadow: 0px 4px 10px rgba(0,0,0,0.1);
    background: #fff5dd;
    border: solid 1px #ffc138;
    padding: 8px 5px;
    border-radius: 8px;
}

.client-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-bottom: 10px;
    border: solid 2px #ff9209;
    padding: 2px;
}
.testimonial-card h3 {
    color: #000000;
    font-size: 25px;
}
.role {
    font-size: 15px;
    color: #ffffff;
    background: #b20164;
    width: fit-content;
    margin: 0 auto;
    padding: 5px 15px;
    border-radius: 42px;
    margin-bottom: 5px;
}
.testimonial-section .review { 
    margin-bottom: 15px;
}

.testimonial-section .stars {
    color: #f39c12;
    font-size: 1.2rem;
}

.testimonial-section button.prev,
.testimonial-section button.next {
    background: none;
    border: none;
    font-size: 2rem;
    color: #333;
    cursor: pointer;
    padding: 10px;
    transition: color 0.3s;
}

.testimonial-section button.prev:hover,
.testimonial-section button.next:hover {
    color: #b68c62;
}
.whatsapp {
    background: #fff5dd;
    border: solid 1px #ffc138;
    padding: 8px 5px;
    border-radius: 8px;
}
/* Responsive */
@media (min-width: 768px) {
    .testimonial-card {
        flex: 0 0 31.33%;
    }
}


/**/
  

/**/
.ftr-sec {
    display: block;
    text-align: center;
    padding: 10px 0;
    background: url(../images/header-bg.png) #080808;
}
.ftr-sec .dsclmr p {
    padding-top: 30px;
    line-height: 25px;
    text-align: center;
    font-weight: 400;
    color: #fff;
}
.ftr-sec .dsclmr span {
    display: block;
    text-align: center;
    color: #ffff00;
    border-top: 1px solid #ffff00;
    padding: 10px 0;
}
.ftr-sec .dsclmr p {
    padding-top: 30px;
    line-height: 25px;
    text-align: center;
    font-weight: 400;
    color: #fff;
}

 
/**/
@media (max-width:1399px){
img.horoscope-round {
    width: 96%;
    left: 2%;
}

}


@media (max-width:1199px){
ul.icons li a i { 
    padding: 5px 0px;
    font-size: 14px; 
    width: 28px;
    height: 28px; 
}
ul.icons li a { 
    font-size: 15px;
}
ul.icons li {
    margin-right: 5px; 
}
.top-mr {
    padding: 5px 10px; 
    font-size: 16px;
}
.ser-img { 
    width: 200px;
    height: 200px; 
}


}

@media (max-width:991px){
    .top-mr { 
    border-radius: 40px;
}
    .card-icon-top {
        border-bottom: 0.5px solid #fff;
    }
.top-part { 
    padding: 7px 0; 
}
ul.icons li a i {
    padding: 7px 3px;
    font-size: 17px;
    width: 35px;
    height: 35px;
}
ul.icons { 
    text-align: center;
}
.top-mr { 
    margin-top: 9px;
}
.social-icons {
    margin-top: 7px !important;
    text-align: center !important;
    display: none;
}
p {
    font-size: 16px; 
}
.about-part h3 {
    font-size: 22px; 
}
.about-part h2 {
    font-size: 28px; 
}
.whatsapp-card { 
    padding: 15px; 
}
.list-colums .col-lg-1 {
    padding: 0 0px;
}
.top-mr {
    padding: 2px 10px; 
}
.ser-img {
    width: 140px;
    height: 140px;
    top: 5px;
}
.ser-contant { 
    padding: 63px 15px 15px 15px; 
}
.ser-contant { 
    margin-bottom: 50px;
}
.ser-contant h5 { 
    font-size: 20px; 
}
.ser-part h2 { 
    font-size: 30px; 
}
.why-section h6 { 
    font-size: 22px;
}
.why-section h2 { 
    font-size: 27px; 
    margin-bottom: 12px;
}



    }

@media (max-width:767px){
    .testimonial-section {
    overflow: hidden;
}
.center-box-head {
    border-top: solid 1px #f6f6f6;
    margin-top: 5px;
    padding-top: 5px;
    border-bottom: solid 1px #f6f6f6;
    margin-bottom: 5px;
    padding-bottom: 5px;
}
.top-heading-head {
    font-size: 24px; 
    padding: 9px 5px; 
}
.whatsapp-h4 {
    font-size: 19px;     padding: 7px 9px;
}
.whatsapp-card {
    margin-top: 30px;
}
.whatsapp-card {
    padding: 22px 15px;
}
.whatsapp-h4 { 
    margin-bottom: 12px; 
}
.card-icon-top { 
    padding: 10px 0; 
}
.ser-img {
    width: 240px;
    height: 240px; 
}
img.horoscope-round {
    width: 85%;
    left: 8%;
    top: -46px;
} 
.ser-contant {
    min-height: unset;
    margin-bottom: 80px;
}
.why-horoscope  .horoscope-round2 { 
    left: 5%; 
}
.astro-img { 
    left: -5%;
}
.award-card {
    margin: 15px 0;
}
.testimonial-card {
        flex: 0 0 95.33%;
    }
.section-subtitle { 
    font-size: 22px; 
}
.section-title { 
    font-size: 30px; 
}
.whatsapp {
    margin: 10px 0;
    width: 85%;
}
.testimonial-section {
    padding: 40px 0 30px 0;
}


}
 
@media (max-width:400px){
img.horoscope-round { 
    top: -37px;
}

}


@media (min-width:768px){
.dask-none{
    display: none !important;
}
}
@media (max-width:767px){
.m-none{
      display: none !important;
}
}



@media (max-width:350px){
ul.icons li a i {
    padding: 6px 3px;
    font-size: 16px;
    width: 32px;
    height: 32px;
}
.ser-img {
    width: 200px;
    height: 200px;
    top: -5px;
}
}


