@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500&display=swap');

*{
    margin: 0;
    padding: 0;
    scrollbar-width: none;

}

body{
    scroll-behavior: smooth;
    overflow-x: hidden;
    scrollbar-width: none;
    transition: 1s;
    background-color: #16161a;
    transition: ease-in  1s;
}
h1{
    font-family: 'Poppins', sans-serif;
}
p{
    font-family: 'Poppins', sans-serif;
}
button{
    font-family: 'Poppins', sans-serif;
}
body::-webkit-scrollbar {
    display: none;
}
.Cogit{
    display: none;
}
.loading-screen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color:black;
    backdrop-filter: blur(15px); 
    -webkit-backdrop-filter: blur(5px); 
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.loader {
    border: 2px solid #f3f3f3;
    border-top: 2px solid #2b1499;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    animation: spin 2s linear infinite;
}


@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
@keyframes run{
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}


#content.loaded + #loadingScreen {
    display: none;
}
.homeContainer{
    padding-top: 10vh;
}
.home{
    display: flex;
    background-size: cover;
    margin: 5%;
    box-shadow: 0px 0px 50px black;
    border-left: 10px orange solid;
}

.phone{
    width: 320px;
    height: 568px;
    position: absolute;
    left: 55%;
    top:18vh;
}
.left{
    height: 60vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: left;
    padding-left: 10%;
    width: 50%;
    background-color: #16161a10;
    backdrop-filter: blur(3px);
    transition: 0.5s;
    /* opacity: 0; */
}

.title{
    color: white;
}
.quote{
    color: white;
    font-size: 60px;
    margin-top: 5vh;
    transition: 0.5s;
}
.left p{
    color: white;
}
.download{
    margin-top: 5vh;
    width: 80%;
    padding: 10px;
    border-radius: 10px;
    margin-left: 20px;
}
.downloadOpt{
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 10px;
    margin-top: 10px;
}
.learnMore{
    background-color: #ffffff00;
    color: white;
    border: 1px white solid;
    padding: 10px;
    padding-right: 50px;
    padding-left: 50px;
    border-radius: 30px;
    /* opacity: 0; */
}
.downloadBtn{
    background-color: #a062e7;
    color: white;
    padding: 10px;
    padding-right: 50px;
    padding-left: 50px;
    border-radius: 30px;
    border-style: none;

}
.right{
    height: 60vh;
    background-color: #16161a10;
    backdrop-filter: blur(3px);
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    
}
.right img{
    height: 70vh;
    margin-right: 30%;
}
.naBar{
    width: 100%;
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 10px;
    transition: 0.5s;
    z-index: 1;
}
.navBarContainer{
    background-color: #ffffff20;
    border-radius: 20px;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    backdrop-filter: blur(15px);
}
.navBarContainer button{
    background-color: #ffffff00;
    color: white;
    border-style: none;
    padding-left: 10px;
    padding-right: 10px;
}

.navBarContainer button:hover{
    border-bottom: 2px white solid;
}

.features{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    height: 100vh;
    margin-top: 5vh;
    transition: 0.5s;
}
.container{
    height: 80vh;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    overflow: hidden;
    width: 100px;
    transition: 0.5s;
}
.container:hover{
    width: 700px;
}

.container h1{
    rotate: -90deg;
    position: relative;
    left: 60px;
}
.container p{
    width: 80%;
}
.c1{
    background-color: #817cf9 ;
}
.c2{
    background-color: #d578ff;
}
.c3{
    background-color: #59e7f2;
}
.c4{
    background-color: #ffdb58;
}
.c5{
    background-color: #ea5606;
}
.content{
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    left: 50px;
    display: flex;
    transition: 0.3s;
}

.content p{
    text-align: center;
}

.tools{
    position: absolute;
    z-index: -1;
    top: 105vh;
    font-size:50vh;
    color: rgba(255, 255, 255, 0.285);
}
.about{
    height: 80vh;
    color: white;
    margin: 10vh;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.about_left{
    padding: 5%;
    border-right:1px #ffffff50 solid ;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: left;
}
.about_left h1{
    width: 100%;
}
.about_left p{
    width: 100%;
}

.about_right{
    padding: 5%;
    text-align: right;
}
.people{
    margin-top: 20px;
}
.poeple p{
    align-items: center;
}
.poepleImg{
    display: flex;
    align-items:center ;
    justify-content: flex-end;
}

.poepleImg .img{
    background-color: red;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    margin-left: 10px;
    border: 1px white solid;
}
.fetContentPMiniScreen{
    display: none;
}
.showCase{
    height: 100vh;
    width: 100%;

}
.miniScreenOnly{
    display: none;
}
.downloadBtn{
    background-color: #082f40;
}

.message{
    position: absolute;
    top: 10vh;
    right: 5vh;
    background-color: #d578ff;
    width: 10%;
    z-index: 1;
    padding: 20px;
    border-radius: 10px;
}
.message h1{
    color: white;
}
.img{
    width: 100px ;
    height: 100px;
    overflow: hidden;
}
.adminsLogin{
    align-items: center;
    justify-content: center;
    display: flex;
    padding: 10px;
}
.admin{
    background-color: white;
    padding: 10px;
    border-radius: 10px;
    color: #16161a;
    border: none;
}
@media screen and (max-width: 481px){

.homeContainer{
    padding-top: 0vh;
}
.home{
    display: block;
    border-left: 0px black solid;
    padding: 0px;
    margin: 0px;

    box-shadow: 0px 0px 0px black;
}
.Cogit{
    display: flex;
    color: white;
    font-size: 80px;
    padding-top: 0vh;
}
.quote{
    display: none;
}
.naBar{
    display: none;
}
.download p{
    display: none;
}
.learnMore{
    display: none;
}
.left{ 
    /* background-color: #00000090; */
    width: 100%;
    height: 70vh;
    margin: 0px;
    padding-left: 2vh;
    margin-top: 10vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    
}
.miniScreenOnly{
    display: flex;
    height: 500px;
    width:281px ;
    align-self: center;
    margin-top: -5vh;
}
.download{
    margin-left: 0px;
    margin-top: 0px;
    padding: 0px;
    margin-left: 0px;
    margin-right: 0px;
}
.message{
    width: 80%;
    left:10%;
    top: 100%;
    padding: 10px;
    text-align: center;
}

.downloadBtn{
    background-color: #a062e7;
    color: white;
    padding: 10px;
    padding-right: 10px;
    padding-left: 10px;
    border-radius: 10px;
    border-style: none;
}
.right{
    display: none;
}
.features{
    display: block;
    align-items: center;
    justify-content: space-around;
    margin-top: 35vh;
    height: 120vh;
    overflow: hidden;
    width: 100%;
}
.container{
    display: flex;
    justify-content: space-around;
    align-items: center;
    overflow: hidden;
    transition: 0.5s;
    width: 100%;
    height: 32vh;
    background-color: #00000000;
}
.container h1{
    color: white;
}
.container p{
    color: white;
}

.content{
    left: 10px;
}
.content img{
    display: none;
}
.content p{
    font-size: 12px;
    width: 100%;
}
.container h1{
    left: 10px;
}
.container p{
    width: 80%;
}
.fetContentPMiniScreen{
    display: flex;
}
.fet_content_p{
    display: none;
}
.tools{
    position: absolute;
    z-index: -1;
    top: 200vh;
    font-size:50vh;
    color: rgba(255, 255, 255, 0.12);
    rotate: -90deg;
}
.about{
    display: flex;
    flex-direction: column-reverse;
    margin: 2vh;
    height: auto;
}
.about_right{
    text-align: left;
}
.people{
    text-align: right;
}
.downloadBtn{
    background-color: #082f40;
}
}
