*{
    padding: 0;
    margin: 0;
    -webkit-tap-highlight-color: transparent; /* For Safari/iOS */
    tap-highlight-color: transparent;         /* Standard (future) */
    outline: none;                            

}
@font-face {
    font-family: Inter;
    src: url(../Media/SolaraMedia/Telex/Telex-Regular.ttf);
}
@font-face {
    font-family: InterBold;
    src: url(../Media/SolaraMedia/Inter/static/Inter_18pt-ExtraBold.ttf);
}

#adminLink{
  display: none;
}
body{
    overflow-x: hidden;
    font-family: Inter;
}
.swal2-title{
    font-size: 1rem;
    font-weight: 400;
}
.swal2-popup{
    font-family: Inter;
}
input,textarea,select{
    border: none;
    background: none;
    font-family: Inter;
}
textarea:focus{
    outline: none;
}
select:focus{
    outline: none;
}
input:focus{
    outline: none;
}
button{
    border: none;
    transition: .3s ease;
    font-family: Inter;
    cursor: pointer;
}
button:hover{
transform: scale(.95);
}
:root {
    --pri-backColor: aliceBlue;
    --sec-backColor: rgb(225, 233, 241);
    --pri-Color: #9E00FF;
    --pri-ColorDark: #8202d1;
    --text-Pri1color: #040F28;
    --purp-Linear:linear-gradient(135deg, var(--pri-Color), #ae6ad8);
    --text-Pri2color: rgb(90, 90, 90); 
    --text-Pri3color: aliceBlue;
    --text-Pri4color: rgb(239, 245, 248); 
    --ter1-color:#5EA7FA;
    --ter2-color:#9387FA;
}
#Solara{
  width: 100vw;
  height: fit-content;
  padding-bottom: 5vh;
  background: linear-gradient(70deg,#4B35A2, #6a43a0);
  

}
html{
    scroll-behavior: smooth;
}
nav{
    width: 100%;
    height: 10vh;

}
.navPlacer{
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    align-items: center;

}
.logo{
    width: 25%;
    height: 100%;
    display: flex;
    justify-content: start;
    align-items: center;
    overflow: hidden;
}
.logo img{
    width: 100px;
}
.navLinks{
display: flex;
align-items: center;
height: 100%;
width: 50%;
justify-content: center;
flex-direction: row;
align-items:center;

}
.navLink p{
    padding: 10px 15px;
    cursor: pointer;
    color: aliceblue;

}
.navLink a{
    padding: 10px 15px;
    cursor: pointer;
    text-decoration: none !important;
    color: aliceblue !important;

}
.navLink{
    margin: 0 5px;
}
.navAuth{
    width: fit-content;
    width: 25%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: end;
    align-items: center;
}

.navAuthLog{
    width: 100px;
    color: aliceblue;
    display: flex;
    justify-content: center;
    margin: 0 15px;
    align-items: center;
    font-size: .9rem;
    height: 37px;
    border-radius: 10px;
    background: var(--text-Pri1color);
    
}
.navAuthSign{
    width: 100px;
    color: aliceblue;
    display: flex;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    font-size: .9rem;
    height: 37px;
    border-radius: 10px;
    border: 1px solid rgba(240, 248, 255, 0.452);
    
    

}

.navAuthSign:hover,
.navAuthLog:hover{
    cursor: pointer;
    transform: scale(.95);
    transition: .3s ease;
}
.heroCont{
    width: 90%;
    margin: 0 auto;
    height: fit-content;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    
}
.fonnavIcon{
    display: none;
}
.topHero{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60vh;
    flex-direction: column;

}
.topHero p:nth-child(1){
    background: #9e4cf60e;
    margin: 10px;
    padding: 7px 15px;
    border-radius: 7px;
    color: #9e4cf6;

}
.topHero .heroContP{
    margin: 10px;
    padding: 7px 15px;
    border-radius: 7px;
    width:50%;
    text-align: center;
    justify-content: center;
    font-size: 1.1rem;
    line-height: 30px;
    color: aliceblue;
}
.topHero h1{
  font-size: 4rem;
  font-family: InterBold;
  color: aliceblue;
  font-weight: 900;
}
.topHero button{
    padding:15px 30px ;
    border-radius: 10px;
    margin: 10px;
    font-size: .8rem;
    color: aliceblue;
    background: linear-gradient(45deg,#7127c0,#9e4cf6);
    /* background: #7270FF; */
    /* background: #9e4cf6; */
    background: var(--text-Pri1color);
}
.topHero button i{
 margin-left: 10px;
 transform: rotate(45deg);
}
.btmHero{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.heroCards{
    display: flex;
    height: 310px;
    width: 90%;
    align-items: center;
    justify-content: space-between;
}
.heroCard1{
    width: 24%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgb(255, 255, 255);
    border-radius: 20px;
    box-shadow:  1px 5px 15px rgba(0, 0, 0, 0.1);
    height: 90%;
}
.heroCard2{
    width: 50%;
    background: linear-gradient(90deg,#6ab3d8,#9d6ad8);
    background-image: radial-gradient(circle, var(--ter1-color) 10%, var(--ter2-color) 100%);
    border-radius: 20px;
    height: 90%;
}
.heroCard3{
    width: 24%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgb(255, 255, 255);
    border-radius: 20px;
    box-shadow:  1px 5px 15px rgba(0, 0, 0, 0.1);
    height: 90%;
}

.heroCardPlacer{
    width: 90%;
    height: 85%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
.heroCard1TopWrap{
    border-radius: 10px;
    width: 100%;
    background-color: aliceblue;
    height:160px;
    box-shadow:  1px 5px 10px rgba(0, 0, 0, 0.1);
}
.heroCard2TopWrap{
    border-radius: 10px;
    width: 100%;
    height:calc(100% - 170px);

    overflow: hidden;
    box-shadow:  1px 5px 10px rgba(0, 0, 0, 0.1);
}
.heroCard1Top{
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: start;
    padding-left: 10px;
    flex-direction: column;
}
.heroCard1Mid{
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: start;
    padding-left: 10px;
    flex-direction: column;
}
.heroCard1Top p{
    font-size: .8rem;
    margin:0 0 10px 0;
    color: var(--text-Pri2color);
}
.heroCard1Top h3{
    font-size: 1.8rem;
    color: var(--text-Pri2color);
    color: var(--text-Pri1color);
}
.heroCard1Mid p{
    font-size: .8rem;
    margin:0 0 10px 0;
    color: var(--text-Pri2color);
    
}
.heroCard1Mid h3{
    font-size: 1.8rem;
    color: #4B35A2;
}
.heroCard1Btm{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: start;
    border-radius: 10px;
    background-color: var(--pri-Coor);
    flex-direction: column;
    width: 100%;
    display: flex;
    background: #6a43a0;
    justify-content: center;
    align-items: center;
}

.heroCard1Btm p{
    font-size: .8rem;
    color: var(--text-Pri2color);
    color: aliceblue;
    width: 80%;
    text-align: center;
}

.bgCard{
    width: 90%;
    margin: auto 0;
    height: 80%;
}
.pTitle{
    padding: 6px 20px;
    border-radius: 7px;
    color: aliceblue;
    font-size:.8rem !important;
    border: 1px solid rgba(240, 248, 255, 0.349);
    width: fit-content;

}
.bgCard h3{
    color: aliceblue;
    font-size: 1.8rem;
    margin: 20px 0 40px 0 ;
}
.bgCard p{
    color: aliceblue;
    line-height: 25px;
    font-size: 1rem;
}
.heroCard3Icons{
    width: 100%;
    background: aliceblue;
    display: flex;
    align-items: center;
    border-radius: 10px;
    height:100%;
    flex-direction: column;
    overflow: hidden;
    box-shadow:  1px 5px 10px rgba(0, 0, 0, 0.1);
}

.iconWrap{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100px !important;
}
.iconWrap p{
    margin-left: 10px ;
    font-size: .8rem;
    color: var(--text-Pri2color);

}
.iconBoxes{
    display: flex;
    align-items: center;
    height: 100%;
    margin: 10px;

}
.iconBox1{
    height: 35px;
    width: 35px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--text-Pri1color);
    font-size: 20px;
    color: aliceblue;

}
.iconBox2{
    height: 35px;
    width: 35px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 5px;
    background: #4B35A2;
    font-size: 20px;
    color: aliceblue;
}
.heroCard3Icons h3{
    font-size: 1.8rem;
    color: var(--text-Pri1color);
    margin: 10px;
}
.heroCard3Icons img{
    width: 100%;
    height: 50%;
    object-fit: contain;
}
#fonNav{
    display: none;
}
#Intro{
    width: 100vw;
    height: fit-content;
    padding: 5vh 0;
    
}
.introPlacer{
    width: 90%;
    height: 100%;
    margin:  0 auto;
}
.introTitle{
    width: 90%;
    height: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 0 auto;
}

.introTitle p:nth-child(1){
    background: #9e4cf60e;
    margin: 20px;
    padding: 7px 15px;
    border-radius: 7px;
    color: #9e4cf6;
}

.introTitle p:last-child{
    margin:40px 0;
    width: 70%;
    border-radius: 7px;
    color: var(--text-Pri2color);
}
.introTitle h2{
    font-size: 3rem;
    font-family: InterBold;
    color: var(--text-Pri1color);
    font-weight: 900;
    width: 100%;
    text-align: center;
}
.introContP{
    width: 70%;
    margin: 0 auto;
    color: rgb(59, 59, 59);
    margin-top: 10px;
    text-align: center;
    line-height: 30px;
}

.introSection{
    width: 100%;
    height: fit-content;
}
.isGrids{
    display: grid;
    margin: 0 auto;
    width: 90%;
    height: 110vh;
    height: fit-content;
    gap: 25px;
    margin-top: 30px;
    grid-template-columns: repeat(3,1fr);
    grid-template-rows: repeat(2,1fr);

}

.grid1{
    grid-area: 1/1/2/3;
    border-radius: 10px;
    overflow: hidden;
    padding: 40px 0;
    background: rgb(255, 255, 255);
    display: flex;
    align-items: center;
    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, #39385B, var(--text-Pri1color));

    justify-content: center;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
    /* background: #39385B; */

}
.gridImgWrap{
    width: 35%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    

}
.grid1 img{
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.209));
    width: 350px;
    margin-bottom: -30%;
}
.grid4 img{
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.209));
    width: 130px;
    margin-bottom: 0%;
}
.gridCont{
    width: 55%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
}
.gridCont h3{
    width:70%;
    font-size: 1.5rem;
    color: var(--text-Pri3color);
    
}
.gridCont p{
    color: var(--text-Pri4color);
    color: rgba(240, 248, 255, 0.564);
    margin: 20px 0;
    line-height: 25px;
    font-weight: 100;
    font-size: .9rem;
}
.gridCont button{
    padding: 10px 25px;
    border-radius: 10px;
    color: var(--text-Pri2color);
    margin: 10px 0;
    background: linear-gradient(90deg,#5EA7FA,#9d6ad8);
    color: aliceblue;
}
.grid2{
    grid-area: 1/3/2/4;
    border-radius: 10px;
    overflow: hidden;
    background: rgb(255, 255, 255);
    display: flex;
    padding: 40px 0;

    align-items: center;
    justify-content: center;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
}
.gridContIcon{
    width: 80%;
    margin: 0 auto;
    height: fit-content;
}
.gridIcon{
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 35px;
    background: #9287fa49;
    color: #824cff;
    margin: 0 0 15px 0;
    border-radius: 15px;
}
.gridContIcon h3{
    margin-bottom: 15px;
    width: 90%;
    
    font-size: 1.5rem;
    color: var(--text-Pri1color);

}
.gridContIcon p{
    color: var(--text-Pri2color);
    font-size: 0.9rem;
    line-height: 25px;

}
.grid3{
    grid-area: 2/1/3/2;
    border-radius: 10px;
    overflow: hidden;
    background: rgb(255, 255, 255);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 0;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
}
.grid4{
    grid-area: 2/2/3/4;
    border-radius: 10px;
    padding: 40px 0;
    overflow: hidden;
    background: rgb(255, 255, 255);
    display: flex;
    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);
}
 .accordion{
   margin: 0px auto 100px auto;

   width: 90%;
   height: auto;
}
.faq{
   height: auto;
   margin-bottom: 20px;
   cursor: pointer;
   width: 100%;
}
.question{
   background: #9287fa38;
   
   color: var(--text-Pri1color);
   padding: 10px 0;
   display: flex;
   border-radius: 5px;
   align-items: center;
   justify-content: space-between;
}
.question h4{
   font-size: 1.2rem;
   font-weight: 400;
   margin-left: 20px;
   padding: 5px 0;
}
.question i{
   margin-right: 10px;
   font-size: 1.5rem;
   transition: .3s ease-in-out;
}
.answer {
   max-height: 0;
   overflow: hidden;
   transition:  .3s ease-in-out;
}
.answer p{
   font-size: 1rem;
   font-weight: 200;
   margin: 20px 10px;
   line-height: 40px;
}
.faq.active .answer{
  max-height: 150px;

}
.faq.active i{
   transform: rotate(180deg);

}
#FAQ{
    width: 100vw;
    height: fit-content;
    padding: 5vh 0;
}
.faqPlacer{
    width: 90%;
    margin: 0 auto;
    height: fit-content;
    background: linear-gradient(180deg,#47c2ff34,rgb(255, 255, 255));
    border-radius: 20px 20px 0 0;
}
.sums{
    width: 100%;
    height:250px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.sumBox{
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 10px 0;
    width: 32%;
    align-items: center;
}
.sumBoxIcon{
    width: 65px;
    height: 65px;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 40px;
    margin: 20px;
    background: #9287fa49;
    color: #5426c0;
}
.sumBox h4{
  margin: 10px 0;
  text-align: center;
}
.sumBox p{
    color: var(--text-Pri2color);
    font-size: 0.9rem;
    width: 70%;
    text-align: center;
    line-height: 25px;
}
#lstSctn{
    padding: 5vh 0;
    width: 100vw;
    height: fit-content !important;
    border-radius: 20px 20px 0 0;
    background: #080f1d;
}
.deWorld{
    width: 100%;
    height: fit-content;
    margin: 0 auto -100px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.lstSctnPlacer{
    width: 90%;
    margin: 0 auto;
    height: fit-content;
}
.deWorld img{
  opacity: .2;
}
.introTitleF{
    width: 90%;
    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;
    color: #9e4cf6;
}

.introTitleF p:last-child{
    margin:20px 0;
    width: 60%;
    text-align: center;
    border-radius: 7px;
    color:rgba(240, 248, 255, 0.623);
}
.introTitleF h2{
    font-size: 3rem;
    font-family: InterBold;
    color: var(--text-Pri3color);
    font-weight: 900;
    line-height:75px;
    width: 80%;
    text-align: center;
}
.introContPB{
    width: 70%;
    margin: 0 auto;
    margin-top: 10px;
    text-align: center;
    line-height: 30px;
    color:rgba(240, 248, 255, 0.623);

}
footer{
    width: 100%;
    background: #0e1b35;
    position: relative;
    z-index: 1;
    height: fit-content;
    margin: 0 auto;
    padding: 50px 0;
    border-radius: 15px;
    z-index: 2;


}
.footerTop{
    display: flex;
    height: fit-content;
}
.footerPlacer{
    width: 90%;
    height: fit-content;
    margin: 0 auto;
}
.footerTop{
    width: 100%;
    height: 220px;

}
.footerTop img{
    width: 130px;
}
.footerLogo{
    width: 24%;
    height: 100%;
}
.footerLinks{
    width: 50%;
    display: flex;
    justify-content: space-around;
}
.footerLink{
    width: 33%;
    height: 100%;
}

.footerLink p{
    color: rgba(240, 248, 255, 0.425);
    font-weight: 300;
    font-size: .8rem;
    margin-bottom:20px;
    cursor: pointer;
}
.footerLink p:nth-child(1){
    color: aliceblue;
    font-weight: 300;
    margin-bottom: 20px;
    cursor: default;
}

.newsLetter{
    width: 24%;
    display: flex;
    justify-content: start;
    align-items: end;
    flex-direction: column;
    color: aliceblue;
    font-weight: 300;
    margin-bottom: 20px;
}
.newsLetter p{
    font-size: .8rem;

}
.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: .8rem;
    align-items: center;
    background: var(--pri-Color);
    height: 100%;
}
.footerBtm{
    height: 60px;
    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;
}
#fonAdminLink{
    display: none;
}
.refTag{
    width: 100%;
    background: var(--text-Pri1color);
    /* background: linear-gradient(180deg, var(--text-Pri1color),rgba(255, 255, 255, 0)); */
    color: aliceblue;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    height: 50px;
}