*{
    scroll-behavior: smooth;
}
html,body{
    background-color: #f4f9fd;
    overflow-x: hidden;
    margin: 0%;
    padding: 0%;
    overflow-y: auto;
    width: 100%;
    font-size: 15px;
}
body{
    min-height: 100vh;
}
header{
    display: none;
}
main{
    display: none;
}
footer{
    display: none;
}
.preloader{
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #f4f9fd;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 100000000  ;
}
.loader{
    border: 6px solid #ddd;
    border-top: 6px solid #6BCFD4;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
}
@keyframes spin {
    0%   { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.navbar{
    top: 0;
    left: 0;
    height: 12vh;
    width: 100%;
    background-color: #f4f9fd;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: "Rowdies", sans-serif;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    position: fixed;
    z-index: 10000;
}
.image{
    display: flex;
    height: auto;
    width: auto;
}
.img{
    height: auto;
    width: auto;
}
.home,.login,.help,.about,.profile{
    cursor:pointer;
    font-size: 0.9rem;
    font-weight: lighter;
    display: block;
}
.explorebut{
    cursor:pointer;
}
.link{
    text-decoration: none;
    color: black;
}
.link1{
    text-decoration: none;
    color: white;
}
.rightnav{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 65%;
    padding-left: 30%;
    padding-right: 1%;
    flex-wrap: nowrap;
    font-size: 0.8rem;
}
.navcon,.navcon-ele{
    display:none;
}
.home1,.login1,.about1,.help1,.profile1{
    padding: 2%;
    margin: 0.5%;
    background-color: white;
    border: 1px solid white;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    font-family: "Rowdies", sans-serif;
    font-size: 0.7rem;
    display: block;
}
.profile,.profile1{
    display: none;
}
.cross{
    height: 5%;
    width: 5%;
    position: absolute;
    left: 78.5vw;
    padding-top: 0.1%;
    font-size: 1.2rem;
    cursor: pointer;
    color: white;
}
.ct{
    background-color: #6BCFD4;
    height: 5vh;
    width: 80%;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
}
.ctbut{
    display: flex;
    justify-content: center;
}
.overlay{
    width: 100vw;
    background-color: rgba(0,0,0,0.7);
    position: fixed;
    top: 0;
    z-index: 100000;    
    display: none;
    height: 100%;
}
.overlay1{
    display: block;
}
.progress{
    background-color: #3b5998;
    position: fixed;
    bottom: 0;
    right: 0;
    margin: 1%;
    height: 8vh;
    width: 8vh;
    display: none;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    box-shadow: 0 0 10px rgb(0, 0, 0, 0.2);
    cursor: pointer;
    z-index: 9999999;
}
.progress-value{
    display: block;
    height: calc(100% - 15px);
    width: calc(100% - 15px);
    background-color: #ffffff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.9rem;
    color: #001a2e;
}
#name,#mail,#contact,#namect,#contactct,#mailct{
    width: 90%;
    height: 4vh;
    margin: 1%;
}
.n,.e,.c{
    margin: 4vh;
    width: 100%;
    margin-left: 0;
}
.n{
    margin-top: 0;
}
.contacthead,.reachhead{
    color: white;
    font-size: 1.4rem;
    text-align: center;
    color: black;
    font-weight: 600;
    margin-bottom: 5%;
    text-decoration: underline;
}
.contactuslogo{
    height: 60px;
    width: 60px;
    font-size: 1.7rem;
    position: fixed;
    bottom: 25vh;
    right: 0.2vw;
    z-index: 10000;
    cursor: pointer;
    background-color: #0D1B2A;
    border-radius: 1000px;
    display: flex;
    justify-content: center;
    align-items: center;
    user-select: none;
    display: none;
}
.contactdata{
    width: 25vw;
    padding: 5%;
}
.callicon,.mailicon{
    height: 10vh;
    width: 5vw;
    font-size: 2rem;
    background-color: #0D1B2A;
    border-radius: 1000px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.reach{
    padding: 5%;
}
.call,.mail{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 5%;
    font-size: 1.2rem;
}
.contactus{
    font-family: "Mada", sans-serif;
    background-color: #ffffff;
    width: 45vw;
    position: fixed;
    top: 15vh;
    left: 27.5vw;
    z-index: 1000000;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    display: flex;
}
.dis{
    display: none;
}
.crossct{
    height: 5%;
    width: 5%;
    position: absolute;
    right: -6%;
    top: -6.5%;
    font-size: 1.2rem;
    cursor: pointer;
    color: white;
}
footer{
    width: 100%;
    background-color: #2F2C41;
    height: auto;
}
.trademark{
    display: flex;
    justify-content: center;
    padding-bottom: 2vh;
}
.copyright{
    color: white;
}
.bottomdata{
    display: flex;
    color: white;
    font-family: "Inter", sans-serif;
    font-size: 0.9rem;
}
.bottomdata a{
    text-decoration: none;
    color: white;
    cursor: pointer;
    opacity: 0.7;
}
.features a{
    margin-bottom: 4%;
    opacity: 0.7;
}
.ql,.features,.bottoms3,.cnt{
    width: 20%;
    display: flex;
    flex-direction: column;
    margin-left: 5vw;
    margin-top: 6vh;
}
.ql{
    gap: 7%;
}
.ql div:hover{
    text-decoration: underline;
}
.ql a:hover{
    text-decoration: underline;
}
.features a:hover{
    text-decoration: underline;
}
.hov:hover{
    text-decoration: underline;
}
.know a:hover{
    text-decoration: underline;
}
.hns a:hover{
    text-decoration: underline;
}
.cntus1:hover{
    text-decoration: underline;
}
.ql1{
    margin-bottom: 0vh;
    font-weight: 900;
    font-size: 1.1rem;
}
.feat,.kn,.hands,.chead{
    margin-bottom: 4vh;
    font-weight: 900;
    font-size: 1.1rem;
}
.chead,.bottoms{
    margin-bottom: 4vh;
    font-weight: 900;
}
.bottomreg,.cntus,.cntus1{
    cursor: pointer;
    opacity: 0.7;
}
.know{
    margin-bottom: 15%;
}
.s21{
    margin-bottom: 10%;
    opacity: 0.7;
}
.bottompsycho{
    margin-bottom: 7%;
}
.bottomscience,.bottomcommerce,.bottomhumanities{
    margin-bottom: 15%;
    display: flex;
    flex-direction: column;
}
.footersub{
    display: flex;
    flex-direction: column;
    gap: 3vh;
}
.footersubh{
    display: flex;
    flex-direction: column;
}
.bottomhead{
    display: flex;
    font-family: "Inter", sans-serif;
    font-size: 0.9rem;
    height: auto;
}
.blogoimg{
    width: 100%;
}
.bottomlogo{
    width: 100%;
}
.logobottom1{
    width: 60%;
    display: flex;
    flex-direction: column;
}
.bottomlogo1{
    width: 80%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3vh;
    margin-left: 2vw;
    margin-bottom: 5vh;
    margin-top: 4vh;
}
.logobottom{
    width: 30%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5vh;
    margin-left: 2vw;
}
.social a{
    margin-right: 1vw;
}
.social1 a{
    margin-right: 1vw;
    color: lightgrey;
}
.bottomtext{
    display: flex;
    flex-direction: column;
    color: white;
    gap: 5vh;
    padding: 2%;
    padding-top: 3%;
    opacity: 0.7;
    margin-bottom: 2vh;
}
.contactloader{
    width: 100vw;
    height: 100vh;
    display: none;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 999999999999999999;
}
.cloader{
    width: 50px;
    height: 50px;
    border-radius: 50px;
    border: 6px solid #ddd;
    border-top: 6px solid #6BCFD4;
    animation: cspin 1s linear infinite;
}
@keyframes cspin{
    0% {transform: rotate(0deg);}
    100% {transform: rotate(360deg);}
}
.signup{
    width: 60vw;
    padding: 1vw;
    background-image: linear-gradient(
    to right,
    #0a0a0a 0%,
    #001a4d 50%,
    #052f97 90%
  );
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.vb{
    width: 40vw;
    height: 80vh;
}
.start{
    font-size: 1.1rem;
    color: #999;
    margin: 2%;
}
.acc{
    font-size: 3rem;
    color: white;
    font-weight: 700;
    margin: 2%;
}
.member{
    display: flex;
    padding: 2%;
    color: #ddd;
    padding-left: 0;
    gap: 1vw;
    font-size: 0.9rem;
    margin: 2%;
}
.member1{
    display: flex;
    padding: 2%;
    color: #ddd;
    padding-left: 0;
    gap: 1vw;
    font-size: 1rem;
    margin: 11%;
    margin-top: 2%;
}
.log{
    color: blue;
    cursor: pointer;
}
.caa{
    color: blue;
    cursor: pointer;
}
#logfname,#loglname,#logmail,#logpass1,#logpass2,#logname,#logmob{
    height: 6vh;
    width: 14vw;
    border-radius: 10px;
    padding-left: 1vw;
    margin: 2%;
}
#logmail,#logpass1,#logpass2,#logname,#logmob{
    width: 30vw;
}
#logfname{
    margin-right: 0;
}
#loglname{
    margin-left: 1%;
}
.accdetails{
    padding: 2%;
    color: #ddd;
    padding-left: 0;
    font-size: 1rem;
    margin: 2%;
    margin-top: 0%;
}
.fp{
    margin-left: 3%;
    color: #052f97;
    font-size: 0.9rem;
    text-decoration: underline;
    cursor: pointer;
}
.logsub{
    width: 20vw;
    margin: 2%;
    height: 6vh;
    border-radius: 20px;
    background-color:#052f97;
    border: 0;
    color: white;
    font-weight: 800;
    margin-left: 6vw;
    cursor: pointer;
}
.logsignin{
    width: 20vw;
    margin: 2%;
    height: 6vh;
    border-radius: 20px;
    background-color:#052f97;
    border: 0;
    color: white;
    font-weight: 800;
    margin-left: 6vw;
    cursor: pointer;
    margin-top: 4vh;
}
.alphalogin{
    display: flex;
    position: fixed;
    height: 80vh;
    width: 80vw;
    background-size: cover;
    margin-left: 5vw;
    border-radius: 50px;
    font-family: Arial, Helvetica, sans-serif;
    z-index: 100001;
    top: 10vh;
    left: 5vw;
}
.alphadis{
    display: none;
}
.loginform{
    width: 60vw;
    padding: 1vw;
    background-image: linear-gradient(
    to right,
    #0a0a0a 0%,
    #001a4d 50%,
    #052f97 90%
  );
  display: flex;
  flex-direction: column;
  justify-content: center;
  display: none;
}
.signdis{
    display: none;
}
.logdis{
    display: none;
}
.error{
    color: red;
    font-size: 1.1rem;
    margin: 2%;
    width: 30vw;
    text-align: center;
    display: none;
}
.error1{
    color: red;
    font-size: 1.1rem;
    margin: 2%;
    width: 30vw;
    text-align: center;
    display: none;
}
@media screen and (min-width: 700px) and (max-width: 1000px){
.rightnav{
    display: flex;
    align-items: center;
    font-size: 0.9rrem;
    width: 80%;
    padding-left: 20%;
}
.image{
    width: 20%;
}
.navbar{
    height: 10vh;
    width: 100%;
    background-color: #f4f9fd;
    display: flex;
    align-items: center;
    font-family: "Rowdies", sans-serif;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
.contactuslogo{
    width: 70px;
    height: 70px;
}
.register{
    height: 45vh;
    top: 30vh;
    width: 95vw;
    left: 2.5vw;
}
.contactus{
    width: 92vw;
    left: 4vw;
    top: 27vh;
}
.callicon,.mailicon{
    height: 90px;
    width: 90px;
}
.contactdata{
    width: 50%;
}
.call,.mail{
    height: 17vh;
    gap: 2vh;
}
.bottom{
    margin-top: 2vh;
}
.logologin,.vb{
    display: none;
}
.alphalogin{
    width: 100vw;
}
.signup{
    width: 80vw;
    height: 60vh;
}
#logfname,#loglname,#logmob,#logmail,#logpass1{
    height: 4vh;
}
#logmob,#logmail,#logpass1{
    width: 70vw;
    margin-left: 4vw;
}
#logfname,#loglname{
    width: 33.5vw;
}
#logfname{
    margin-left: 4vw;
}
.logsub{
    margin-left: 15vw;
    width: 50vw;
    font-size: 1.2rem;
    height: 4vh;
}
}
@media screen and (min-width: 0px) and (max-width: 700px){
    .bottomhead{
        font-size: 0.75rem;
        flex-direction: column;
    }
    .bottomtext{
        padding: 5%;
        padding-top: 0;
    }
    .bt1,.bt2,.bt3,.bt4{
        margin-bottom: 5%;
    }
    .bottomlogo{
        width: 100%;
        display: flex;
        justify-content: center;
        display: none;
    }
    .blogoimg{
        width: 40%;
    }
    .ql,.features,.know,.hns,.cnt{
        font-size: 0.75rem;
    }
    .ql,.features,.bottoms3,.cnt{
        padding: 3%;
    }
    .bottomdata{
        padding: 3%;
    }
    .rightnav{
        display: flex;
        flex-direction: column;
        font-size: 0.6rrem;
    }
    .logname{
        font-size: 0.9rrem;
    }
    .home,.login,.help,.about{
        display: none;
    }
    .navcon{
        display:flex;
        align-items: center;
        padding-right: 1%;
        position: absolute;
        right: 8%;
        position: fixed;
    }
    .navcon-ele-new{
        display: flex;
        width: 100%;
        flex-direction: column;
        background-color: #f4f9fd;
        position: fixed;
        animation-name: navconele;
        animation-duration: 1s;
        z-index: 10000;
        position: fixed;
        top: 8vh;
    }
    .image,.img{
        width: 100%;
        height: 6vh;
    }
    .navbar{
        height: 8vh;
        position: fixed;
    }
    main{
        margin-top: 8vh;
    }
    .bottom{
        margin-top: 2vh;
    }
    .contactuslogo{
        width: 10vw;
        height: 5.1vh;
        font-size: 1rem;
        right: 2%;
    }
    .reglogo{
        display: none;
    }
    .regtext{
        width: 100%;
    }
    .register{
        height: 60vh;
        width: 90vw;
        left: 5vw;
    }
    .cross{
        right: 2%;
    }
    .contactus{
        flex-direction: column;
        width: 90vw;
        left: 5vw;
        top: 5vh;
        height: 80vh;
    }
    .contactdata{
        width: 90vw;
        padding: 2.5%;
    }
    .callicon,.mailicon{
        display: none;
    }
    .call,.mail{
        height: 10vh;
        margin: 0;
        padding: 0;
    }
    .crossct{
        right: -4%;
        top: -4%;
    }
    .logobottom{
        margin-top: 70vh;
        /* display: flex; */
    }
    .social{
        display: flex;
        font-size: 0.75rem;
        margin-bottom: 1vh;
    }
    .copyright{
        font-size: 0.75rem;
        margin-left: 6.5vw;
        margin-right: 6.5vw;
        margin-bottom: 1.5vh;
    }
    .logologin{
        display: none;
    }
}
@keyframes navconele{
    0%{padding-left:100%}
    100%{padding-left:0%}
}
@media screen and (min-width: 1360px){
    html{
        font-size: 17.5px;
    }
}