@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@font-face {
    font-family: against;
    src: url(../font/against-Regular.woff);
}

:root {
    --white-color: #ffffff;
    --chokolate-color: #141119;

}


body {
    margin: 0;
    padding: 0;
    font-family: "Poppins", sans-serif;
    background-color: var(--chokolate-color);
    overflow-x: hidden  !important;

}



 main{
    overflow: hidden;
 }

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

h3 {
    font-size: 20px;

}

p {
    line-height: 26px;
    color: var(--white-color);
}

/* ============================================== 
                    header start here 
================================================= */

.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

ul.nave {
    display: flex;
    column-gap: 25px;
}

.menu {
    display: flex;
    column-gap: 27px;
    align-items: center;
}

header {
    width: 100%;
    padding: 30px 0px;
    z-index: 9;
    position: absolute;
    border-bottom: 1px solid #2c2930;
    z-index: 9999;
}

 .nave a {
    color: var(--white-color);
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    position: relative;
}
 .nave>li>a::before{
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    height: 2px;
    background-image: linear-gradient(0deg, #d7b143 0%, #c9902d 100%);
    width: 0px;
    transition: 0.4s;
}

 .nave>li> a:hover::before{
    width: 100%;
}

.logo img {
    width: 100%;
}

a.current::after {
    position: absolute;
    content: '';
    background-image: url(../images/Layer\ 2.png);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    left: 0;
    top: -11px;
}

.call-btn a span{
    display: flex;
    column-gap: 10px;
    align-items: center;
}

.call-btn i {
    font-size: 14px;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    line-height: 28px;
    text-align: center;
    background-image: linear-gradient(0deg, #d7b143 0%, #c9902d 100%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    border-image: linear-gradient(0deg, #d7b143 0%, #c9902d 100%);
    border: 2px solid #c9902d;
}
.call-btn a {
 display: inline-block;
    padding: 5px 10px;
    border-radius: 24px;
    background-image: linear-gradient(0deg, #d7b143 0%, #c9902d 100%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    border-image: linear-gradient(0deg, #d7b143 0%, #c9902d 100%);
    border: 2px solid #c9902d;
    transition: 0.2s;
    text-transform: uppercase;
    position: relative;

}
.call-btn a::after{
    position: absolute;
    content: '';
    left: 50%;
    top: 50%;
    height: 100%;
    transform: translate(-50% , -50%);
    width: 0;
    background-color: #ffffff;
    transition: 0.4s;
    border-radius: 24px;
    z-index: -1;

}
.call-btn a:hover::after{
    background-color: #ffffff;
    width: 100%;
    right: 0;
    bottom: 0;
}

.call-btn:hover{
    cursor: pointer;
}

/* =============== banner section start here =============== */

.banner {
    position: relative;
    /* background-image: url(../images/SKY-BACKGROUND.png); */
    background-image: url(../images/stare-with-sky.png);
    background-size: 100%;
    background-color: var(--chokolate-color);
    background-repeat: no-repeat;
    /* padding-bottom: 75px; */
    background-size: cover;
    overflow: hidden;
    padding-top: 300px;
    background-position: center;
}
.banner::before{
    position: absolute;
    content: '';
    background-image: url(../images/full-stairs.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    top: -15px;
    bottom: 0;
    animation: 10s rotate linear infinite;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* .banner::after{
    position: absolute;
    content: '';
    background-image: url(../images/2-stairs.png);
    mix-blend-mode: luminosity;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center bottom;
    width: 100%;
    height: 100%;
    bottom: 0;
} */

.chakra-img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
}
.banner-text {
    /* padding-top: 570px; */
    text-align: center;
    position: absolute;
    z-index: 999;
    bottom: 125px;
    transform: translateX(-50%);
    left: 50%;
    width: 100%;
}

.banner-text h6 {
    color: #fff;
    font-size: 16px;
}

.banner-text p {
    color: #fff;
    font-size: 22px;
    padding-bottom: 10px;
    position: relative;
}

.stairs {
    text-align: center;
    /* margin-bottom: 72px; */
}

.stairs img {
    position: relative;
    right: -4px;
    width: 100%;
    bottom: 61px;
}

.banner-text p::before {
    position: absolute;
    bottom: -10px;
    left: 50%;
    width: 14%;
    height: 5px;
    transform: translateX(-50%);
    background-color: #c9902d;
    content: '';
}

.banner-text h1 {
    font-size: 42px;
    background-image: linear-gradient(0deg, #d7b143 0%, #c9902d 100%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 20px;
    font-family: against;
    line-height: 44px;
}

.banner-text h2 {
    color: #fff;
    font-size: 32px;
    font-weight: 400;
    margin-bottom: 25px;
}


.banner-text button {
    margin-top: 20px;
    padding: 11px 63px;
    color: #fff;
    border: solid 2px #fff;
    border-radius: 24px;
    background-color: var(--chokolate-color);
    font-size: 16px;
    text-transform: uppercase;
}


.big-btn {
    margin-top: 30px;
}

.big-btn a {
    padding: 13px 65px;
    border-radius: 24px;
    color: white;
    display: inline-block;
    border-image: linear-gradient(0deg, #d7b143 0%, #c9902d 100%);
    border: 2px solid #c9902d;
    transition: 0.2s;
    text-transform: uppercase;
    position: relative;
     
}

.big-btn a span{
    position: relative;
    z-index: 99;
    transition: 0.4s;
}

.big-btn a:hover span{
    color: #c9902d;
}

.big-btn a::after{
    position: absolute;
    content: '';
    left: 50%;
    top: 50%;
    height: 100%;
    transform: translate(-50% , -50%);
    width: 0;
    background-color: #ffffff;
    transition: 0.4s;
    border-radius: 24px;
}

.big-btn a:hover::after{
 
    background-color: #ffffff;
    width: 100%;
    right: 0;
    bottom: 0;
}

/* ************** aboout vtd section start here ******************* */

.inner-about-vtd p {
    font-size: 12px;
    margin-bottom: 5px;
    text-align: justify;
}
 

section.about-vtd .row {
    align-items: center;
}

.video img {
    width: 100%;
    height: 300px;
}

section.about-vtd {
    padding: 70px 0px;
    background-color: #110e15;
}

.inner-about-vtd h3 {
    color: white;
}

.video-btn img{
    width: 100%;
    cursor: pointer;
  }
 
  .video-btn img{
    font-size: 30px;
    height: 70px;
    width: 70px;
    border-radius: 50%;
    animation-duration: 1s;
    animation-timing-function: ease;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-fill-mode: none;
    animation-play-state: running;
    animation-name: pulse2;
    color: #fff;
  }




  @keyframes pulse2 {
    0% {
      -webkit-box-shadow: 0 0 0 0 #ff0000a6;
              box-shadow: 0 0 0 0 #ff0000b0; }
    100% {
      -webkit-box-shadow: 0 0 0 20px rgba(255, 34, 4, 0);
              box-shadow: 0 0 0 20px rgba(255, 38, 0, 0); } 
  } 

  .video {
    position: relative;
}

.video-btn {
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
}
 
.video-wrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
}

.youtube-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.mission-img img {
    width: 75%;
    border-radius: 24px;
    position: relative;
    z-index: 9;
  
}
.mission-img {
    position: relative;


}
.mission-img::after{
    position: absolute;
    content: '';
    height: 300px;
    width: 250px;
    border: 3px solid #81662b;
    left: -20px;
    top: -25px;
 
}



/* *********** how it work section start here ********************** */

.how-it-work {
    padding: 70px 0px;
}


.inner-work {
    padding: 20px 10px;
    background: #110e15;
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.5));
    background-color: #110e15;
    border: 1px solid #16121f;
    border-radius: 12px;
}

.inner-work p {
    font-size: 14px;
    margin-top: 10px;
}

.inner-work h4 {
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 20px;
}

section.how-it-work {
    padding: 50px 0px;
}




/* =============== services section start here =============== */

section.services {
    background: #110e15;
    padding: 60px 0px 50px;
}

.title {
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    z-index: 99;
}

.title h2 {
    font-size: 30px;
    background-image: linear-gradient(0deg, #d7b143 0%, #c9902d 100%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 20px;
    font-family: against;
    line-height: 44px;
}

.title p {
    font-size: 12px;
    max-width: 684px;
    margin: auto;
    color: var(--white-color);
}

.ser-heading {
    display: flex;
    align-items: center;
    column-gap: 20px;
    margin-bottom: 20px;
}



.ser-title h3 {
    font-size: 20px;
    margin: auto;
    font-family: against;
    background-image: linear-gradient(0deg, #d7b143 0%, #c9902d 100%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
}




.services-box p {
    color: var(--white-color);
    margin: 0;
}

.book-con {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0px;
    border-top: 1px solid #16121f;

}

.book-con h6 {
    margin-bottom: 0;
    color: var(--white-color);
    font-size: 14px;
    padding-left: 24px;

}

.book-con img {
    padding-right: 24px;
}

.inner-ser {
    padding: 40px 24px 30px;
}


.inner-ser p {
    font-size: 12px;
}

.col-lg-4.col-md-4.col-sm-12.ser-col {
    padding: 0;
}

.services-box {
    border-right: 1px solid #16121f;
}

/* =============== about-vtd-astrology section start here =============== */

.about-vtd-astrology {
    background-image: url(../images/BACKGROUND.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0px 50px;
    height:auto;
}



.inner-fomr input {
    outline: none;
    border: none;
    background-color: #16121f;
    border-radius: 0 24px 24px 0px;
    padding: 10px;
    width: 100%;
    margin-bottom: 20px;
    color: var(--white-color);
}

.icons {
    margin-bottom: 20px;
}

#concerns {
    width: 100%;
    height: 125px;
    background-color: #16121f;
    border-radius: 0 24px 24px 0px;
    padding: 10px;
    outline: none;
    border: none;
    color: var(--white-color);
    text-transform: capitalize;
    margin-bottom: 20px;
}

.inner-fomr ::placeholder {
    color: var(--white-color);
    font-size: 12px;
}

.form-icons {
    text-align: center;
}

.form {
    background: #110e15;
    padding: 30px 30px 0px 15px;
    border-radius: 24px 24px 0px 0px;
    border: 1px solid #16121f;
}

#submit {
    background-image: linear-gradient(0deg, #d8b243 0%, #c9902e 100%);
    width: 100%;
    display: inline-block;
    text-align: center;
    color: #222222;
    border-radius: 0px 0px 24px 24px;
    padding: 10px;
}



.form-title h3 {
    color: var(--white-color);
    font-family: against;
    font-size: 17px;
    margin-bottom: 20px;
    text-align: center;
    line-height: 24px;

}


.inner-fomr {
    border-left: 1px solid #16121f;
}

.inner-about {
    padding-left: 20px;
}

.inner-about h2 {
    max-width: 470px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

input::-webkit-calendar-picker-indicator:hover {
    cursor: pointer;
  }
  
  ::-webkit-inner-spin-button { 
    display:none;
  }
   
  input[type=date]{
    font-size:12px;
    color: #ffffff !important;
  }
 
  ::-webkit-datetime-edit-text { color:#ffffff}
  ::-webkit-datetime-edit-month-field { color:#ffffff }
  ::-webkit-day-field { color: #ffffff; }
  ::-webkit-datetime-edit-year-field { color:#ffffff; }
  ::-webkit-calendar-picker-indicator{ 
    background-image: url(../images/calendar.png);
        background-position:center;
         background-size:cover;
     background-repeat:no-repeat; 
     width: 10px;  
     height: 10px;
  }

/* =========== learn-astrology start here =============== */

.learn-astrology {
    /* background-color: #141119; */
    padding: 50px 0px;
    
}


.inner-astrology img {
    width: 100%;
}

.astrology-basic {
    display: flex;
    column-gap: 20px;
    margin-left: -90px;
    margin-bottom: 40px;
}

.inner-basic {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.enroll {
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.enroll span {
    background-image: linear-gradient(0deg, #d7b143 0%, #c9902d 100%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-wrap: nowrap;
}

.inner-basic h3 {
    color: white;
    font-family: against;

}



.palmistry-read p {
    font-size: 12px;
}


.basic-text p {
    color: white;
    margin-bottom: 0;
}



.palmistry-read h2 {
    font-size: 26px;
}



.inner-basic h3 {
    font-size: 18px;
    margin-bottom: 0;
}

.palmistry-read {
    margin-top: 70px;
}

/* ====================== why-choose section start here ==================== */


.why-choose {
    background-image: url(../images/planets-galaxy-science-fiction-wallpaper-beauty-deep-space.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0px;
}

.inner-choose {
    background-image: url(../images/Rounded\ Rectangle\ 9.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    text-align: center;
    padding: 50px 30px;
    transition: 0.4s;

}

.inner-choose:hover {
    transform: scale(1.1);
}

 

.inner-choose h4 {
    font-size: 16px;
    background-image: linear-gradient(0deg, #d7b143 0%, #c9902d 100%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: against;
    margin-bottom: 20px;

}

.inner-choose p {
    font-size: 10px;
    color: var(--white-color);
    margin-bottom: 30px;
}

.saddow {
    text-align: center;
}

/* ====================== ask-question section start here ==================== */

.ask-question {

    padding: 100px 0px;
    background-color: #110e15;

}


.accordion-container {
    max-width: 1000px;
    margin: auto;
}

.set>a {
    display: block;
    transition: all 0.2s linear;
}

.content {
    display: none;
}

.sun-icon {
    display: flex;
    align-items: center;
    column-gap: 20px;


}

.sun-icon p {
    margin-bottom: 0px;
    color: var(--white-color);
    font-size: 12px;
}

.set a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    border-radius: 24px;
    margin-bottom: 5px;
    background: #16121f;
}

.set i {
    color: white;
}

.content p {
    color: white;
    padding: 20px 10px;
    font-size: 12px;
}


.set.first-acc .content {
    display: block;
}

/* ====================== .people-say section start here ==================== */


.people-say {
    background-color: #110e15;
}


.people-say .title h2 {
    font-size: 21px;
    line-height: 30px;
}



.people-review h3 {
    font-size: 14px;
    background-image: linear-gradient(0deg, #d7b143 0%, #c9902d 100%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: against;
    margin-bottom: 20px;
}

.people-review p {
    font-size: 12px;
    margin-bottom: 25px;
}

.inner-says {
    padding: 30px 0px;
}

.people-review {
    padding: 0px 10px;
    border-right: 1px solid #16121f;
}

.quits {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

img.quits-img {
    margin-top: -40px;
}

.main-serv {

    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.5));
    background-color: #110e15;
    border: 1px solid #16121f;
    border-radius: 24px;
}

.main-serv:hover button.slick-prev.slick-arrow {
    display: block !important;
}

.main-serv:hover button.slick-next.slick-arrow  {
    display: block !important;
}
  button.slick-prev.slick-arrow {
    display: none !important;
}

button.slick-next.slick-arrow {
    display: none !important;
} 

.slick-prev:before{
    content: "\f104";
    cursor: pointer;
}

.slick-next:before{
    content: "\f105";  
    cursor: pointer;  
}

.slick-prev:before, .slick-next:before{
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: 25px;
}

button.slick-prev.slick-arrow {
    margin-left: 10px;
    cursor: pointer;
}

button.slick-next.slick-arrow {
    margin-right: 10px;
    cursor: pointer;
}

/* ====================== footer start here ==================== */

footer {
    background-image: url(../images/f-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.top-footer {
    background-color: #16121f;
    padding: 100px 0px;
    border-radius: 30px;
    position: relative;
    overflow: hidden;
}

.top-footer::after {
    position: absolute;
    content: '';
    background-image: url(../images/chakra.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 1000px;
    height: 1000px;
    margin: auto;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    opacity: 0.1;
    animation: 10s rotate linear infinite;

}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.top-footer p {
    margin-bottom: 25px;
    max-width: 684px;
}

.center-footer {
    padding: 40px 0px 30px;
}

.center-footer p {
    font-size: 12px;
}

a.contact-with {
    display: flex;
    align-items: center;
    background: #16121f;
    border-radius: 24px;
    padding: 20px 20px;
    margin-bottom: 30px;

}


.telephone p {
    margin-bottom: 0;
}

.telephone p {
    font-size: 10px;
}

.telephone h4 {
    color: white;
    margin-bottom: 0;
    font-size: 18px;
    transition: 0.5s
}

.telephone h4:hover{
    background-image: linear-gradient(0deg, #d7b143 0%, #c9902d 100%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

a.contact-with img {
    padding-right: 20px;
}

.telephone {
    padding-left: 20px;
    border-left: 2px solid #110e15;
}

.policy {
    color: white;
}

.policy a {
    color: white;
    font-size: 12px;
}

.copy-right {
    color: white;
    font-size: 12px;
}

.bottom-footar {
    padding: 20px 0px;
    border-top: 2px solid #292830;
}

.toggle {
    display: none;
}

/* ***************************************
        onlion course page start here 
*************************************** */

section.onlion-course-section {
    padding: 60px 0px;
}

.onlion-course-header{
position: unset !important;
}

.inner-course-sec {
    filter: drop-shadow(0 0 10px rgba(0,0,0,0.5));
    background-color: #110e15;
    border: 1px solid #16121f;
}
.course-img {
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
    transition: 0.4s;
  
}

.course-img img {
    transition: 0.4s;
    width: 100%;
}

.inrol img{
    width: 20px;
}
.inner-course-sec p {
    font-size: 12px;
  
}

.inner-course-sec:hover img{
    transform: scale(1.1);
}
.inner-course-sec h3 {
    background-image: linear-gradient(0deg, #d7b143 0%, #c9902d 100%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.basic-text {
    padding: 0 15px;
}

.inner-course-sec .inner-basic {
    margin-bottom: 10px !important;
}

.inroll-now {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 19px;
}

.inroll-btn {
    text-align: center;
    padding: 20px 0px;
}

.inroll-btn a {
    display: inline-block;
    color:   #c9902d;
    padding: 10px 15px;
    font-size: 14px;
    display: inline-block;
    border-image: linear-gradient(0deg, #d7b143 0%, #c9902d 100%);
    border: 2px solid #c9902d;
    position: relative;
    overflow: hidden;
    transition: 0.4s;
}

.inroll-btn a:hover{
    background-color: white;
}

select#select {
    width: 100%;
    background: #16121f;
    outline: none;
    border: none;
    color: white;
    font-size: 14px;
    margin-bottom: 20px;
    padding: 10px;
    border-radius: 0 24px 24px 0px;
}

select#select option {
    width: 100%;
}
 
.btn-close{
    background-image: unset;
    font-size: 30px;
    font-size: 14px;
    background-image: linear-gradient(0deg, #d7b143 0%, #c9902d 100%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.onlion-course-section .modal-content {
    background: #16121f;
}
.onlion-course-section .modal-header{
    border: none;
}
.onlion-course-section .modal-body{
    padding-top: 0px;
    padding-bottom: 35px;
}
 
/* ***********************************
appoinment page start here 
************************************* */


.input-img {
    display: flex;
    align-items: center;
    column-gap: 10px;
}
 
.appointment-section {
    padding: 100px 0px;
}

input[type=date]{
    font-size:12px;
    color: #fff !important;

}

label{
    color:#fff
}
.form-title{
    align-items:center;
    text-align: center;
    padding-bottom: 10px;;
}
 
/* *************************************
     services-page page start here 
************************************ */
section.services-page {
    padding: 70px 0px;
}

section.services-page .inner-course-sec {
    margin-bottom: 30px;
}