*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
html,body{
    width: 100%;
    height: 100%;
}
:root{
    --primary-color:#eee2dc;
    --secondary-color:#14365d;
    --secondary-text-color:#edc7b7;
    --secondary-card-color:rgb(16 29 51);
    
    
}
.main-page{
    position: relative;
  overflow-x: hidden;
}
li{
    list-style: none;
}
@keyframes blink{
    0%{
        background-position: 0% 50%;
    }
    50%{
        background-position: 100% 50%;
    }
    100%{
        background-position: 0% 50%;
    }
}

body{
    /* background-image: url(./image/2276.jpg); */
    background-color: #212a2d;;  
    background-image:   url(./image/pngwing.com.png);
    background-position: top right;
    background-repeat: no-repeat;
    background-size: 100% auto;
    /* z-index: 0; */
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;

}
a{
    text-decoration: none;
    color: var(--primary-color);
}
h1,p,b,h3{
    color: var(--primary-color);
    text-align: center;
    display: block;
   
}
i{
    color: var(--primary-color);   
   padding-right: 10px;
    font-size: 30px;
}
p{
    font-size: 18px;
}
button{
    white-space: nowrap;
}
/* utility class */
.container{
    max-width: 1250px;
    /* border: 1px solid black; */
    margin: auto;
    padding-block: 50px;
}
.flex{
    display: flex;
   
}
/* top-section */
.top-headings{
    width: 45%;
}
.top-headings>h1{
    font-size: 48px;
    text-align: center;
    padding-bottom: 20px;
}
/* .top-headings>p{
font-size: 18px;
} */
.top-headings>b{
    padding-bottom: 20px;
}
.top-container{
    justify-content: center;
    gap: 20px; 
   margin-bottom: 10px;    
}
.show-mob{
    display: none;
}
.strikeout {
    font-size: 22px;
    line-height: 1em;
    position: relative;
    font-weight: 100;
  }
.strikeout::after {
    background: red;
    content: "";
    height: 0.125em;
    left: 0;
    margin-top: calc(0.125em / 2 * -1);
    position: absolute;
    right: 0;
    top: 35%;
  }
.enroll-btn{
    background-color: var(--primary-color);
    color: #ffffff;
    border-radius: 5px;
    box-shadow: rgba(255,241,219,0.42) 0px 0px 10px 0px;
    background-image: linear-gradient(-45deg, #FF5F6D 0%, #FFC371 50%, #FF5F6D   100%) !important;
    animation: blink 10s ease infinite;
    background-size: 300% 300%;
    padding-inline: 40px;
    line-height: 20px;
    padding-block: 20px;
    font-weight: 600;
    font-size: 25px;
    border: none;
    margin: auto;
    display: block;
    margin-top: 50px;  
    margin-bottom: 25px;  
    cursor: pointer;
}
         
         
.btn-grad {
    background-image: linear-gradient(to right, #FF5F6D 0%, #FFC371  51%, #FF5F6D  100%);
    margin: 10px;
    padding: 15px 45px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;            
    box-shadow: 0 0 20px #eee;
    border-radius: 10px;
    display: block;
  }

  .btn-grad:hover {
    background-position: right center; /* change the direction of the change here */
    color: #fff;
    text-decoration: none;
  }
 
 
.top-video{
    width: 50%;  
    flex-direction: column;
    justify-content: start;  
   
}
.top-video>iframe{
height: 60%;
}
.headings{
    height: 30%;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 10px;
    margin-top: 20px;   
    padding-inline: 20px;
    justify-content: center;
}
.headings>div{
background-color: #212121;
display: flex;
align-items: center;
justify-content: start;
padding-block: 15px;
padding-inline: 20px;
border-radius: 5px;
}
.headings>div p{
    /* font-size: 20px; */
    display: flex;
    align-items: center;
    text-align: start;
    margin-left: 10px;
}
.practice-based{
  grid-column: 1/-1;
 
  }
  .headings>div img{
    height: 30px;
    margin-right: 10px;
  }
/* .practice-based>p{
 
  font-size: 18px;
 
  } */
  
/* -----------------learn-section-start--------------- */
.learn-section{
    background-color: var(--secondary-color);
    width: 100%;
    height: 100%;
    padding-bottom: 50px;
    background-image: url(./image/dotted-design-bg.png);
    
}

.learn-section>h1{
    font-size: 40px;
    padding-top: 90px;
    margin-bottom: 20px;
    color: var(--secondary-text-color);
}
.learn-sect-cards{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /* align-items: center; */
    gap: 20px;
    margin-bottom: 20px;
    
}
.card{
    width: 360px;
    display: flex;
    align-items: center;
    flex-direction: column;    
    border-radius: 30px;
    background-color: var(--secondary-card-color);
    padding: 20px 50px;
}
.card>img{
    height: 65px;
    margin-bottom: 27px;
}
.card h2{
    color: var(--secondary-text-color);
    margin-bottom: 6px;
    font-size: 28px;

}

.inner-card h2{
    text-align: center;
}
.inner-card p{
    text-transform: uppercase;
}
.card p{
    color: #ffffff;
    /* font-size: 18px; */
}
.btn-2{
    margin-block: 25px;
}
/* -------------webinar-section-------------------- */
.webinar-section h1{
    font-size: 40px;
   
}
.list{
    margin-top: 20px;
    padding:10px;
    
   
}
.box{
    /* border: 1px solid black; */
    padding: 20px;
    
}
.box li {
    display: flex;
    align-items: baseline !important;
    padding-bottom: 14px;
    
    line-height: 24px;
}
.box li i{
    font-size: 15px;
}
.box li span{
    font-size: 20px;
    color: var(--primary-color);
   
}
.btn-webinar{
    margin-top: 0px;
    margin-bottom: 20px;
}
/* videos-section */
.video-sect h1{
    color: var(--primary-color);
}
.video-sect p{
    font-size: 20px; 
}
.card2{
    padding: 0;
    margin-bottom: 10px;
    height: 200px;
   background-color: black;
    border-radius: 15px;
}
.card2 ~ p{
    color: white;
    font-size: 20px;
    font-weight: 600;

}
.card2>iframe{
    width: 100%;
    height: 100%;
    background-color: black;
    border: 1px solid black;
    border-radius: 20px;

}
/* --------------------------------------------------------- */
.astrologer,.astrologer-desc{
    position: relative;
    flex-direction: column;
    width: 50%;
    align-items: center;
}
.astrologer-desc{
    align-items: start;
    padding: 10px;
}
.astrologer-desc p {   
    text-align: left;
}
.astrologer img{
   max-width: 510px;
   width: 100%;
   object-fit:cover ;
    height: 611px;
    z-index: 1;
    margin-bottom: 20px;
}
.arun-box{
    background-color: #393939;
    margin: -30% 10% 0% 10%;
    padding: 30% 2% 5% 2%;
    border-radius:0px 0px 50px 50px ;
    text-align: center;
    
}
.arun-box h2{
    color: var(--secondary-text-color);
    font-size: 27px;
    text-transform: uppercase;

}
.meet,.about,.follower{
    font-size: 20px;

}
.about{
    margin-bottom: 14px;
}
.follower{
margin-bottom: 34px;
}
.brand-logos-container img{
    padding-block: 10px;
    width: 100%;
}
.brand-logos-container{
    margin-bottom: 20px;
}
.Astro-name{
    font-size: 40px;
    font-weight: 600;
    font-family: 'Times New Roman', Times, serif;
    margin-bottom: 40px;
}

/* -------------------------------------------------- */
.FAQS-section{
    background-color: var(--secondary-color);
    padding-bottom: 150px;
}
.inner-container{
    width: 78%;
    margin: auto;
}
.heading-faq{
    font-size: 45px;
    font-family: 'Times New Roman', Times, serif;
    margin-bottom: 20px;
    margin-top: 20px;
}
.faq-card{
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    padding-inline: 20px;
    padding-block: 17px;
    border-radius: 15px;
    margin-top: 20px;
    cursor: pointer;
}
.faq-card a,i{
font-size: 20px;
}
.answer{
    text-align: start;
   padding: 15px 20px 29px;
   font-size: 20px;
   
}
.answer-container{
    display: none;
}
.open{
    display: block;
}
/*-------------------- fixed-section------------------- */
.fixed-section{
    background-color: var(--secondary-card-color);
    padding-inline: 65px;
    padding-bottom: 20px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;   
    width: 100%;
}
.fixed-container{
    justify-content: space-around;
    align-items: center;
    padding-block: 20px;
}
.fixed-container button{
    margin: 0;
   box-shadow: none;
}
.fixed-container p{
    font-size: 25px;
   color: white; 
   font-weight: 600;
   text-align: left;
}
/* ----------------------------------payment-form------------- */

.payment-container{
    /* border: 1px solid white; */
    width: 40%;
    padding-block: 30px!important;
    /* background-color: #ffffff; */
    padding-inline: 10px;
    position: relative;
    box-shadow: #5775ad 0px 5px 29px 0px;
    backdrop-filter: blur(1px);
    background:linear-gradient(to top left, hsla(0,0%,-15%,.3),#00afff0f);
    z-index: 1;
}

.fa-xmark{
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    color:white
}
/* .pay-button{
    padding: 10px 25px;
    border: none;
    color: white;
    background-color: rgb(0, 149, 255);
    font-size: 17px;

} */

.payment-form{
    position: absolute;
   
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%,-50%);
    display: none;
}
/* .payment-footer img{
    height: 15px;
    max-width: 70%;
    object-fit: cover;
}
.payment-footer {

flex-direction: row;
justify-content: space-between;
align-items: center;
} */
.form-pay{
    flex-direction: column;
    gap: 20px;
    padding-inline: 20px;
}
.form-pay input,select,option{
    padding-inline:15px;
    padding-block: 10px;
    width: 60%;
    border:1px solid rgb(57, 57, 57);

}
.btn-primary{
    background-color: #0f75ae;
    color: #fafbfc;
    padding: 0.8rem 1rem;
    font-size: 1rem;
    display: inline;
    margin: auto;
    border: none;
    /* border-radius: 1rem; */
    box-shadow: shadow(low);
}

.form-pay input::placeholder,.form-pay label{
    font-size: 17px;
    
}
.form-pay label{
    color: white;
}


.form-pay>div{
    display: flex;
    justify-content: space-between;
}
.payment-heading>p{
    font-size: 27px;
    margin-bottom: 28px;
    font-weight: 600;
    color: white;
    /* color:var(--secondary-color); */
}
.payment-heading>p{
    position: relative;
    margin: auto;
   
}
.payment-heading>p::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    width: 100%;
    background-color:white;
    animation: anime 2s linear 1s infinite alternate ;
   }
   
@keyframes anime{
 0%{
    width: 0;
    left: 0;
 }
 50%{
    width: 100%;
    left: 0;
 }
 100%{
    width: 0%;
    left: 100%;
 }
}

@media (max-width:700px){
    body{
        background-size: 85% auto;
    }
    .container,.top-headings>h1{
        padding-top: 10px!important;
        padding-bottom: 20px;
    }
    .card>img,.learn-sect-cards,.Astro-name{
        margin-bottom: 0%;
    }
    .box,.video-sect,.astrologer-desc {
        padding-bottom: 0!important;
    }
    p,.about,.follower{
        font-size: 15px;
        display: block;
  }
  .heading-faq{
    font-size: 30px;
  }
    .astrologer-desc p{       
        text-align: center!important;
    }
    .card h2,.box li span,.arun-box h2,.faq-card a{
        font-size: 18px;
    }
    .card h2,.inner-card>p,.box li {
        padding-left: 10px;
        text-align: left;
    }
    .enroll-btn{
        font-size: 18px;
        padding: 12px 24px;
        margin-block: 20px ;
        margin-inline: auto !important;
       
    }
    .top-headings>h1,.learn-section>h1,.webinar-section h1 {
        font-size: 27px;
        padding-top: 20px;
        font-weight: 500;
        
    }
    .show-mob{
        display: block;
    }
    
    .top-headings>b {
        border: 1px solid white;
        text-align: center;
        display: inline-block;
    }
    .astrologer-desc{
    padding-top: 10px!important;
    text-align: center;
    }
    .headings>div,.top-headings>b,.astro-arun-section   {
        padding: 10px;
    }
    .headings>div img {
        height: 20px;
    }
    .top-headings,.inner-container {
        width: 95%;
    }
    .top-video,.astrologer,.astrologer-desc{
        width: 100%;
    }
    .top-video>iframe {
        height: 50%;
    }
    .card{
        flex-direction: row;  
    }
    .top-container,.arun-container,.list,.practice-based {
        flex-wrap: wrap;
        text-align: center !important;
    }
    .list,.heading-faq{
        margin: 0;
    }
    .learn-section,.card-content,.top-container{
        padding: 20px;
    }
    .hide-mob,.fixed-section{
        display: none!important;
    }
    .astrologer img{
        max-width: 100%;
        height: auto;
    }
    .headings {
        padding-inline: 10px;
        line-height: 1.2;
    }
    .arun-box{
       margin:  -30% 2% 0% 2%;
    }
    .payment-container{
        width: 95%;
    }
    .form-pay>div{
        flex-wrap: wrap;
    }
    .form-pay input, select, option{
        width: 100%;
    }
    .payment-footer img {
        margin-block: 15px;
    }
    .inner-card{
       width: 70%;
    }
    .card-content{
        justify-content:space-around ;
    }
    
}
/* ----------------for-tab------ */
@media (max-width:1000px) and (min-width:701px){
    .top-video>iframe {
        height: 35%;
    }
    .container{
        padding-block: 10px;
    }
    .learn-section{
        padding-bottom: 20px;
    }
    .top-video{
        justify-content: center;
    }
    .card,.video-card-cont {
        width: 30%;
    }
    .card2,.faq-card{
        width: 100%;
        height: auto;
    }
    .fixed-container p{
        text-align: left;
    }
    .card2>iframe {
        width: 104%;
    }
    .astrologer img {
        width: 492px;
        max-width: 100%;
        height: auto;
       
    }
    .payment-container{
        width: 95%;
    }
}