
@media only screen and (min-width: 1620px) {
    .navPlacer,.introPlacer,.heroCont,.faqPlacer,.lstSctnPlacer{
        margin: 0 auto;
        width: 1220px;
        
    }
 
}


@media only screen and (max-width:900px)  {

.navLinks{
    display: none;
}
#Solara{
    height: fit-content;
}
.navAuth{
    display: none;
}
.navPlacer{
    width: 95%;
}
.logo{
    width: 30%;
}
.logo img{
    width: 70px;
}
.topHero h1{
    font-size: 2.5rem;
    text-align: center;
}
.fonnavIcon{
    width: 40px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    display: flex;
    height: 40px;
}
.fonnavIcon i{
    font-size: 1.3rem;
    color: aliceblue;
}
.topHero .heroContP{
    margin: 10px;
    padding: 7px 15px;
    border-radius: 7px;
    width:100%;
    text-align: center;
    justify-content: center;
    font-size: .9rem;
    line-height: 25px;
    color: aliceblue;
}
.topHero button{
    padding:15px 40px ;
    border-radius: 7px;
    margin-top: 5px;
    font-size: 1rem;
    color: aliceblue;
    background: linear-gradient(45deg,#7127c0,#9e4cf6);
    background: var(--text-Pri1color);
}
.heroContBtn{
    display: flex;
    flex-direction: column;
    width: 100%;
    width: 85%;
}
.btmHero{
    width: 100%;
    display: flex;
    height: fit-content !important;
    justify-content: center;
    align-items: center;
}
.heroCards{
    gap: 10px;
    display: flex;
    height: fit-content;
    width: 90%;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.heroCard1{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgb(255, 255, 255);
    border-radius: 10px;
    padding: 5% 0;
    box-shadow:  1px 5px 15px rgba(0, 0, 0, 0.1);
    height: fit-content;
}
.heroCard1Btm{
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: start;
    border-radius: 10px;
    background-color: var(--pri-Coor);
    flex-direction: column;
    width: 100%;
    font-size: 1rem;
    display: flex;
    background: #6a43a0;
    justify-content: center;
    align-items: center;
}

.heroCardPlacer{
    width:85%;
    height: 85%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
.heroCard2{
    width: 100%;
    background: linear-gradient(90deg,#6ab3d8,#9d6ad8);
    background-image: radial-gradient(circle, var(--ter1-color) 10%, var(--ter2-color) 100%);
    border-radius: 10px;
    height: fit-content;
}
.topHero{
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 100px 0;
    align-items: center;
    height: fit-content;
    flex-direction: column;

}
.heroCard3{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
    background: rgb(255, 255, 255);
    border-radius: 10px;
    box-shadow:  1px 5px 15px rgba(0, 0, 0, 0.1);
    height: fit-content;
}
.heroCard1Top,.heroCard1Mid{
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: start;
    padding-left: 10px;
    flex-direction: column;
}
.heroCard1Top p,
.heroCard2Top p
{
    font-size: 1rem;
    margin:0 0 5px 0;
    color: var(--text-Pri2color);
    color: rgba(0, 0, 0, 0.44);
}
.heroCard1Top h3{
    font-size: 1.5rem;
    color: var(--text-Pri1color);
}
.heroCard1Mid p{
    font-size: .9rem;
    margin:0 0 5px 0;
    color: var(--text-Pri2color);
    
}
.heroCard1Mid h3{
    font-size: 1.5rem;
    color: #4B35A2;
}
.heroCard1TopWrap{
    border-radius: 10px;
    width: 100%;
    background-color: aliceblue;
    height:fit-content;
    padding: 10px ;
    box-shadow:  1px 5px 10px rgba(0, 0, 0, 0.1);
}
.heroCard2TopWrap{
    border-radius: 10px;
    width: 110% !important;
    display: none;
    margin-top: 10px;
    height:calc(100% - 170px);
    overflow: hidden;
    box-shadow:  1px 5px 10px rgba(0, 0, 0, 0.1);
}
.heroCard2{
    padding: 20px 0;
}
.bgCard p{
  font-size: .9rem;
}
.bgCard h3{
    width: 100%;
    color: aliceblue;
    font-size: 1.5rem;
    margin: 10px 0 10px 0 ;
}
.pTitle{
    padding: 5px 15px;
    border-radius: 7px;
    color: aliceblue;
    font-size:1rem !important;
    border: 1px solid rgba(240, 248, 255, 0.349);
    width: fit-content;

}
.heroCard3Icons img{
    width:60%;
    height: 50%;
    object-fit: contain;
}
.iconWrap{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 60px !important;
}
.heroCard3Icons h3{
    font-size: 1.5rem;
    color: var(--text-Pri1color);
    margin: 10px 0;
}
#fonNav{
    width: 100%;
    height: 100%;
    overflow: hidden;
    left: -105%;
    transition: .3s ease;
    display: flex;
    z-index: 15;
    position: fixed;
    background:  var(--text-Pri1color);
}
#fonNavWrap{
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.fonNavPlacer{
    width: 90%;
    height: 80%;
    position: absolute;
    z-index: 3;
}
#fonNavWrap .fonNavLogo{
    width: 150%;
    position: absolute;
    right: -55%;
    bottom: 0;
    opacity: .05;
    z-index: 1;
    bottom: -25%;
}
.fonNavAuth{
    width: 100%;
    display: flex;
    align-items: start;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom:1px solid rgba(240, 248, 255, 0.1) ;
    justify-content: space-between;
}
.fonNavAuthLeft{
    width: 90%;
    
    height: 100%;
}
.fonDp{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    align-items: center;
    overflow: hidden;
}
.fonDp img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    align-items: center;
    
}
.fonNavAuthLeft p{
  color: rgba(240, 248, 255, 0.6);
  font-size: 1.2rem;
}
.fonNavAuthRight{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: aliceblue;
    display: flex;
    cursor: pointer;
    font-size: 20px;
    justify-content: center;
    align-items: center;
    background: var(--pri-Color);
}
.fonNavLink{
    width: 100%;
    height: 40px;
    color: rgba(240, 248, 255, 0.758);
    font-size: 1rem;
    margin-bottom: 15px;
}
.fonLinkAuthBtn button{
    padding: 8px 50px;
    font-family: Inter;
    color: aliceblue;
    border: none;
    border-radius: 6px;
    background: var(--pri-Color);
}
#Intro{
    width: 100vw;
    height: fit-content;
    padding: 2vh 0;
}
.introPlacer{
    width: 95%;
    height: 100%;
    margin:  0 auto;
}
.introTitle{
    width: 100%;
    height: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 0 auto;
}
.introTitle p:last-child{
    margin:20px 0;
    font-size: 1rem;
    line-height: 25px;
    width: 90%;
    border-radius: 7px;
    color: var(--text-Pri2color);
}
.introTitle h2{
    font-size: 1.6rem;
    font-family: InterBold;
    color: var(--text-Pri1color);
    font-weight: 900;
    width: 100% ;
    text-align: center;
}
.isGrids{
    display: flex;
    width: 95%;
    flex-direction: column;
}
.grid1{
    flex-direction: column;
}
.gridImgWrap{
    width: 100%;
    height: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;

}

.introTitle p:nth-child(1){
    background: #9e4cf60e;
    margin: 20px;
    font-size: 1rem;
    padding: 7px 15px;
    border-radius: 7px;
    color: #9e4cf6;
}
.gridCont{
    width: 90%;
    height: fit-content;
    padding: 0 10px ;
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
}
.grid1 img{
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.209));
    width: 250px;
    margin-bottom: -20%;
}
.gridCont h3{
    width:70%;
    font-size: 1.2rem;
    color: var(--text-Pri3color);
    
}
.gridCont p{
    font-size: .9rem;
}
.grid2{
    grid-area: 1/3/2/4;
    border-radius: 10px;
    overflow: hidden;
    background: rgb(255, 255, 255);
    display: flex;
    padding:20px 0;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
}
.gridContIcon{
    width: 90%;
    margin: 0 auto;
    height: fit-content;
}
.gridContIcon h3{
    margin-bottom: 15px;
    width: 100%;
    font-size: 1.2rem;
    color: var(--text-Pri1color);

}
.gridContIcon p{
    color: var(--text-Pri2color);
    font-size: 1rem;
    line-height: 25px;

}
.grid4{
    grid-area: 2/2/3/4;
    border-radius: 10px;
    padding: 40px 0;
    overflow: hidden;
    background: rgb(255, 255, 255);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
    background-image: linear-gradient(205deg, rgba(236, 236, 236,0.02) 0%, rgba(236, 236, 236,0.02) 13%,transparent 13%, transparent 64%,rgba(55, 55, 55,0.02) 64%, rgba(55, 55, 55,0.02) 71%,rgba(239, 239, 239,0.02) 71%, rgba(239, 239, 239,0.02) 100%),linear-gradient(205deg, rgba(8, 8, 8,0.02) 0%, rgba(8, 8, 8,0.02) 1%,transparent 1%, transparent 60%,rgba(9, 9, 9,0.02) 60%, rgba(9, 9, 9,0.02) 80%,rgba(198, 198, 198,0.02) 80%, rgba(198, 198, 198,0.02) 100%),linear-gradient(153deg, rgba(134, 134, 134,0.02) 0%, rgba(134, 134, 134,0.02) 30%,transparent 30%, transparent 43%,rgba(85, 85, 85,0.02) 43%, rgba(85, 85, 85,0.02) 47%,rgba(103, 103, 103,0.02) 47%, rgba(103, 103, 103,0.02) 100%),linear-gradient(284deg, rgba(178, 178, 178,0.02) 0%, rgba(178, 178, 178,0.02) 8%,transparent 8%, transparent 47%,rgba(161, 161, 161,0.02) 47%, rgba(161, 161, 161,0.02) 61%,rgba(19, 19, 19,0.02) 61%, rgba(19, 19, 19,0.02) 10%),linear-gradient(125deg, #07173d, #39385B);
}
.gridCont button{
    padding: 10px 25px;
    border-radius: 10px;
    color: var(--text-Pri2color);
    margin: 10px 0 20px 0;
    background: linear-gradient(90deg,#5EA7FA,#9d6ad8);
    color: aliceblue;
}
.grid3{
 
    padding: 20px 0;
}
 .faq.active .answer{
  max-height: 300px;

}
.question h4{
    font-size: 1rem;
    font-weight: 400;
    margin-left: 10px;
    padding: 5px 0;
 }
 .answer p{
    font-size: .9rem;
    font-weight: 200;
    margin: 20px 10px;
    line-height: 25px;
 }
 .accordion{
    margin: 0px auto 40px auto;
 
    width: 90%;
    height: auto;
 }
 .sums{
    width: 100%;
    height:fit-content;
    flex-direction: column;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.sumBox{
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 10px 0;
    width: 100%;
    align-items: center;
}
.sumBox p{
    color: var(--text-Pri2color);
    font-size: .9rem;
    width: 70%;
    text-align: center;
    line-height: 25px;
}
.lstSctnPlacer{
    width: 95%;
    margin: 0 auto;
    height: fit-content;
}
.introTitleF{
    width:98%;
    height: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 0 auto;
}

.introTitleF p:nth-child(1){
    background: #d6c7e60e;
    margin: 20px;
    padding: 7px 15px;
    border-radius: 7px;
    font-size: 1rem;
    color: #9e4cf6;
}

.introTitleF p:last-child{
    margin:20px 0;
    width: 95%;
    text-align: center;
    border-radius: 7px;
    color:rgba(240, 248, 255, 0.623);
}
.introTitleF h2{
    font-size: 1.5rem;
    font-family: InterBold;
    color: var(--text-Pri3color);
    font-weight: 900;
    line-height:40px;
    width: 100%;
    text-align: center;
}
.introContPB{
    width: 100%;
    margin: 0 auto;
    margin-top: 10px;
    text-align: center;
    line-height: 30px;
    color:rgba(240, 248, 255, 0.623);
    font-size: .85rem;

}
footer{
    width: 100%;
    background: #0e1b35;
    position: relative;
    z-index: 1;
    height: fit-content;
    margin: 0 auto;
    padding: 30px 0;
    border-radius: 15px;
    z-index: 2;


}
.footerTop{
    display: flex;
    height: fit-content;
    flex-direction: column;
}
.footerPlacer{
    width: 90%;
    
    height: fit-content;
    margin: 0 auto;
    height: 100%;
}
.footerTop{
    width: 100%;
    height: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0;

}
.footerTop img{
    width: 130px;
}
.footerLogo{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
    height: 100%;
}
.footerLinks{
    width: 100%;
    flex-direction: column;
    display: flex;
    align-items: center;
    justify-content: center;
    justify-content: space-around;
    margin: 20px 0;
}
.footerLink{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100%;
}

.footerLink p{
    color: rgba(240, 248, 255, 0.425);
    font-weight: 300;
    font-size: .9rem;
    margin-bottom:20px;
}
.footerLink p:nth-child(1){
    color: aliceblue;
    font-weight: 300;
    margin-bottom: 20px;
}

.newsLetter{
    width: 100%;
    display: flex;
    justify-content: start;
    align-items: center;
    flex-direction: column;
    color: aliceblue;
    font-weight: 300;
    margin-bottom: 20px;
}
.newsLetter p{
    font-size: .9rem;

}
.newsWrap{
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 30px;
    border-radius:6px;
    overflow: hidden;
    align-items: center;
    height: 40px;
}
.newsInputWrap{
    width: calc(100% - 80px);
    overflow: hidden;
    height: 100%;
    background-color: rgb(240, 248, 255);
}
.newsInputWrap input{
    height: 100%;
    width: 100%;
    padding-left: 10px;
}
.newsBtn{
    width: 80px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    font-size: 1rem;
    align-items: center;
    background: var(--pri-Color);
    height: 100%;
}
.footerBtm{
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: end;
    width: 100%;
    border-top: 1px solid rgba(240, 248, 255, 0.26);
}
.footerBtm p{
  color: rgba(240, 248, 255, 0.514);
  font-size: .8rem;
  font-weight: 100;
}
.deWorld{
    width: 100%;
    height: fit-content;
    margin: 0 auto -100px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
}