.toggle {
    color: #ffffff;
}

@media screen and (min-width:992px) {
    .main-ser {
        filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.5));
        background-color: #110e15;
        border: 1px solid #16121f;
        border-radius: 24px;
    }

    
}
@media screen and (max-width:1200px) {

    .stairs img{
        bottom: -44px;
    }
    ul.nave {
        column-gap: 20px;
    }

    .logo img {
        max-width: 160px;
    }
    .call-btn img {
        max-width: 120px;
    }
    .banner-text h1 {
        font-size: 36px;
        margin-bottom: 10px;
    }
    .banner-text p {
        padding-bottom: 15px;
    }
    .banner-text p::before {
        bottom: -5px;
    }
    .banner-text h2 {
        font-size: 28px;
    }
    .banner {
   
        padding-top: 367px;
    }
    .banner {
 
        padding-bottom: 150px;
    }
    section.services {
        padding: 40px 0px 50px;
    }
  
}

@media screen and (max-width:992px) {

    .telephone h4{
        font-size: 16px;
    }

    section.banner {
        padding: 50px 0px 100px;
    }
    .banner{
        padding: 300px 0px 100px;
    }

.banner::before {
    display: none;
}

.stairs {
    display: none;
}

.chakra-img {
    display: none;
}
    .banner-text button {
        margin-top: 18px;
        padding: 8px 40px;
        font-size: 14px;
    }
    .banner-text h2 {
        font-size: 22px;
    }
    .banner-text p {
        padding-bottom: 15px;
        font-size: 20px;
    }
    .banner-text h1 {
        font-size: 32px;
        margin-bottom: 10px;
    }
    .banner-text {
      bottom: 100px;
    }
   
    .banner-text {
        position: static !important;
        text-align: center;
        transform: unset;
    }

    .toggle{
        display: block;
    }

    header{
        padding: 20px 0px;
        position: static;
        background-color: var(--chokolate-color);
    }
    .call-btn {
        display: none;
    }

    .menu {
        position: absolute;
        top: 77px;
        background-color: #141119;
        padding: 20px;
        width: 300px;
        left: 0;
        transform: translateX(-300px);
        overflow: hidden;
        opacity: 0;
        transition: 0.4s;
        filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.5));
        background-color: #110e15;
        border: 1px solid #16121f;
        z-index: 9999;
    }

    .menu.mobile-menu{
        transform: translateX(0px);
        visibility: visible;
        opacity: 1;
    }
    ul.nave {
        flex-direction: column;
        row-gap: 20px;
    }

    .order-one {
        order: 1;
    }
    
    .order-two {
        margin-bottom: 30px;
    }

    .people-say {
     
        padding: 30px 0px;
    }

    .title h2 {
        font-size: 25px;
    }

    .services-box {
        filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.5));
        background-color: #110e15;
        border: 1px solid #16121f;
        border-radius: 24px;
        margin-bottom: 20px;
    }

    .ser-title h3 {
        font-size: 15px;
    }

    .astrology-basic{
        margin-left: 0px;
    }
    .inner-basic h3 {
        font-size: 15px;
    }
    
    .top-footer {
        padding: 50px 0px;
    }

    .set.first-acc{
        font-size: 10px;
    }

    .accordion-container p {
        font-size: 10px;
    }

     .learn-astrology {
        padding: 30px 0px;
    }
    
     .why-choose {
        padding: 50px 0px;
    }
    
     .ask-question {
        padding: 50px 0px;
    }

    .bottom-footar {
        text-align: center;
    }
    
    .copy-right {
        margin-bottom: 15px;
    }
    .inner-work {
        margin-bottom: 20px;
    }
}

@media screen and (max-width:768px) {
    .banner-text h2 {
        font-size: 18px;
    }
    .banner-text p::before {
        bottom: -2px;
        height: 3px;
    }
    .banner-text p {
        padding-bottom: 10px;
        font-size: 16px;
    }
    .banner-text h6 {
        font-size: 14px;
        margin-bottom: 0;
    }
    .banner-text button {
        margin-top: 10px;
        padding: 8px 30px;
        font-size: 12px;
    }
    .banner-text h1 {
        font-size: 20px;
        margin-bottom: 0px;
    }
   
    .title h2 {
        font-size: 20px;
        margin-bottom: 5px;
        line-height: 30px;
    }
    
    .title p {
        max-width: 100%;
        line-height: 20px;
    }
    
    .inner-ser {
        padding: 20px 24px 20px;
    }
    
    .inner-about {
        padding-left: 0;
    }
    
    .form-title h3 {
        font-size: 15px;
    }
    
    .palmistry-read .title {
        text-align: center !important;
    }
    
    .inner-choose p {
        font-size: 12px;
    }
    
    .people-review {
        border-right: 0px;
    }
    
    .inner-says {
        border-bottom: 1px solid #16121f;
    }
    
    .services {
        padding-bottom: 30px;
    }
    
    .inner-about {
        text-align: center;
    }
    
    .inner-about .title {
        text-align: center !important;
    }
    
.learn-astrology {
        padding: 20px 0px;
    }
    
.why-choose {
        padding: 50px 0px;
    }
    
.ask-question {
        padding: 20px 0px;
    }
    
    footer {
        padding-top: 50px;
    }
    body p{
        line-height: 20px;
    }

    .inner-fomr ::placeholder {
      font-size: 10px;
    }

    .inner-about h2{
        max-width: 100%;
    }

    section.services {
        padding-bottom: 0px;
    }

    .sun-icon p{
        font-weight: 500;
    }

    .big-btn a {
        padding: 10px 40px;
        font-size: 14px;
    }

    .top-footer::after{
        max-width: 500px;
        height: 500px;
    }

    button.slick-prev.slick-arrow {
        margin-left: 20px;
     
    }
    
    button.slick-next.slick-arrow {
        margin-right: 20px;
    }

    .mission-img {
        position: relative;
        margin-bottom: 30px;
    }

    .video {
        position: relative;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    section.about-vtd{
        padding: 50px 0px;
    }

    .big-btn{
        margin-top: 20px !important;
    }

    section.how-it-work{
        padding-top: 20px;
    }

}

@media screen and (max-width:576px) {
    section.services {
        padding: 44px 0px 0px;
    }
    .banner-text button {
        margin-top: 10px;
        padding: 6px 20px;
        font-size: 10px;
    }
    .banner-text h2 {
        font-size: 16px;
        line-height: 20px;
    }
    .banner-text h6 {
        font-size: 12px;
        margin-bottom: 0;
    }
    .banner-text h1 {
        font-size: 18px;
        margin-bottom: 0px;
        line-height: 30px;
    }
    .banner-text p {
        padding-bottom: 8px;
        font-size: 15px;
    }
    .banner {
     
        padding-bottom: 0px;
    }
   
    .title h2 {
        font-size: 15px;
    }
    
    .title p {
        font-size: 10px;
    }
    
    .people-review h3 .ser-title h3, .inner-basic h3, .form-title h3{
        font-size: 12px;
        line-height: 20px;
    }
    
    .book-con h6 {
        font-size: 10px;
    }
    
    .people-say .title h2 {
        font-size: 15px;
    }
    
    .services-box p,.basic-text p,.center-footer p,.people-review p {
        font-size: 10px;
    }
    
    .astrology-basic {
        flex-direction: column;
        text-align: center;
    }
    
    .horoscop-img {
        margin-bottom: 20px;
    }
    .telephone h4 {
        font-size: 10px;
    }
    a.contact-with{
        margin-bottom: 10px;
    }
    .people-say .title {
        text-align: center !important;
    }

    .mission-img::after{
        display: none;
    }
}

 