@import url('https://fonts.googleapis.com/css2?family=Pixelify+Sans:wght@400..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&family=Pixelify+Sans:wght@400..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&family=Exo+2:ital,wght@0,100..900;1,100..900&family=Pixelify+Sans:wght@400..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Whisper&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kalam:wght@300;400;700&family=Orbitron:wght@400..900&family=Whisper&display=swap');


*
{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}
body
{
    font-family: "Exo 2", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}
.brandFont 
{
    font-family: "Pixelify Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}
.brandFont2 
{
    font-family: "Dancing Script", cursive;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}
.bodyFont 
{
    font-family: "Exo 2", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}
.bodyFont2
{
    font-family: "Whisper", cursive;
    font-weight: 400;
    font-style: normal;
}
.bodyFont3 
{
    font-family: "Kalam", cursive;
    font-weight: 400;
    font-style: normal;
}
a
{
    text-decoration: none;
}
a,button,i:focus
{
    -webkit-tap-highlight-color: transparent;
}
ul
{
    list-style-type: none;
}
body
{
    background-color: #e8e8e8;
}

/* --------------------------  NavMenu -------------------------- */

#loader
{
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: #272727;
    color: #ffffff;
    z-index: 9999;
    display: none;
    justify-content: center;
    align-items: center;
}
.mainLoaderContent
{
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.mainLoaderContent img
{
    width: 80px;
    height: 80px;
    box-shadow: 1px 2px 10px #6E08F1, 1px 2px 10px #502068;
    border-radius: 5px;
    margin-bottom: 20px;
}
.myNav
{
    display: flex;
    flex-direction: column;
    width: 180px;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    /* background-color: #662D82; */
    background: linear-gradient(45deg, #6E08F1, #571D91);
    color: #ffffff;
    align-items: center;
    border-right: 5px solid #e8e8e8;
}
.brandName
{
    width: 100%;
    border-bottom: 2px solid #502068;
    text-align: center;
    padding: 20px 0px;
    display: flex;
    flex-direction: column;
}
.brandName h1
{
    font-size: 28px;
}
.brandName h1 span
{
    font-size: 28px;
    text-decoration: underline;
}
.brandName h1 span:nth-child(1)
{
    color: yellow;
}
.brandName h1 span:nth-child(2)
{
    color: red;
}
.brandName span
{
    font-size: 8px;
}
.navMenu
{
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    margin: 20px 0px;
}
.navMenu ul
{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center; 
    border-bottom: 2px solid #502068;
    padding-bottom: 30px;
}
.navMenu ul li
{
    font-size: 28px;
    padding: 10px 0px;
    margin: 10px 0px;
    border-bottom: 2px solid #502068;
}
.navMenu ul li a
{
    color: #e8e8e8;
}

.navCopyright
{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    height: 100%;
}
.navCopyright span
{
    font-size: 14px;
}

/* ----------xxxx------------  NavMenu -----------xxxx----------- */


/* -------------------------  Common classes, ids etc --------------------------- */


.containerMain /*  main body div  */
{
    background-color: #272727;
    color: #e8e8e8;
    margin-left: 180px;
    padding: 30px 10px;
    padding-left: 50px;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.socialMediaIcons
{
    position: fixed;
    right: 0;
}
.socialMediaIcons ul li
{
    padding: 5px 10px;
    margin: 5px 0px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.socialMediaIcons ul li:nth-child(1)
{
    background-color: #e8e8e8;
}
.socialMediaIcons ul li:nth-child(2)
{
    background-color: #e8e8e8;
}
.socialMediaIcons ul li:nth-child(3)
{
    background-color: #e8e8e8;
}
.socialMediaIcons ul li a
{
    font-size: 30px;
    color: #272727;
}
.socialMediaIcons ul li:nth-child(1) a:hover
{
    color: #0146B8;
    transition: 0.2s ease-in-out;
}
.socialMediaIcons ul li:nth-child(2) a:hover
{
    color: #F18B08;
    transition: 0.2s ease-in-out;
}
.socialMediaIcons ul li:nth-child(3) a:hover
{
    background: linear-gradient(45deg, #6E08F1, #ECC607, #9707C8, #C714B4, #F8560B);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    /* color: #F18B08; */
    transition: 0.2s ease-in-out;
}


/* ---------xxxx------------  Common classes, ids etc -----------xxxxx------------ */


/* ------------------------------  Home Page ------------------------------------ */

.myIntro
{
    display: flex;
    flex-direction: column;
}
.myIntro h1
{
    font-size: 68px;
}
.introFlex
{
    display: flex;
}
.introLeftBorder
{
    width: 3px;
    background: linear-gradient(to bottom, #6E08F1, #272727, yellow);
    margin-right: 15px;
}
.introTextDiv
{
    display: flex;
    text-align: left;
}
.introTextDiv p
{
    display: none;
}
.introTextDiv p span
{
    font-size: 24px;
}
.introTextDiv p span span
{
    color: #6E08F1;
    text-decoration: underline;
}


/* ----------xxxxx---------------  Home Page --------------xxxx-------------- */


/* ------------------------------  Contact Page ------------------------------- */

#formContent
{
    display: none;
}
/* .contactFormDiv
{
    width: 100%;
} */
.contactFormDiv form div input[type=text], input[type=email], textarea
{
    padding: 10px;
    outline: none;
    border: none;
    box-shadow: 1px 2px 8px #FFC300;
    width: 380px;
    margin: 18px;
}
.emailVerify
{
    display: none;
    position: absolute!important;
    margin-top: 28px;
    margin-left: 345px;
    font-weight: bold;
}
.contactFormDiv form div:nth-child(1) span
{
    position: absolute;
    margin-top: 25px;
    margin-left: 28px;
    color: #272727;
    pointer-events: none;
}
.contactFormDiv form div:nth-child(2) span
{
    position: absolute;
    margin-top: 25px;
    margin-left: 28px;
    color: #272727;
    pointer-events: none;
}
.contactFormDiv form div:nth-child(3) span
{
    position: absolute;
    margin-top: 25px;
    margin-left: 28px;
    color: #272727;
    pointer-events: none;
}
.contactFormDiv form div textarea
{
    resize: none;
    height: 200px;
}
.contactFormDiv form div:nth-child(4)
{
    text-align: left;
    margin: 5px 20px;
}
#imgVerify
{
    display: flex;
    align-items: center;
}
#imgVerify img
{
    width: 80px;
    height: 35px;
}
#imgVerify input
{
    width: 50px;
    height: 35px;
    box-shadow: none;
    margin-left: 10px;
}
.contactFormDiv form div:nth-child(5)
{
    text-align: right;
}
.contactFormDiv form div input[type=submit]
{
    padding: 10px 40px;
    cursor: pointer;
    background-color: #6E08F1;
    color: #ffffff;
    font-weight: bold;
    outline: none;
    border: none;
    text-decoration: overline;
    font-style: italic;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.contactFormDiv form div input[type=submit]:hover
{
    color: yellow;
    transition: 0.3s ease-in-out;
}

/* ----------xxxxx---------------  Contact Page --------------xxxx-------------- */


/* -------------------------------  About Page ---------------------------------- */

.bg-yellow
{
    /* background:linear-gradient(45deg,#DAF7A6,grey); */
    background-color: grey;
    color: #272727;
}
.laptopDiv
{
    width: 50%;
    height: 300px;
    border-top: 25px solid black;
    border-bottom: 25px solid black;
    border-left: 18px solid black;
    border-right: 18px solid black;
    border-radius: 20px;
    /* background:linear-gradient(to right, #DAB744,#446BDA); */
    display: flex;
    /* justify-content: center;
    align-items: center; */
}
.laptopInnerDiv1
{
    width: 50%;
    background-color: #DAB744;
}
.laptopInnerDiv2
{
    width: 50%;
    background-color: #446BDA;
}
.laptopInnerImg
{
    position: absolute;
    width: 80px;
    height: 120px;
    /* margin-left: 190px;
    margin-top: 50px; */
    display: flex;
    width: 38%;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.laptopInnerImg img
{
    width: 80px;
    height: 120px;
}
.aboutCardDiv
{
    width: 70%;
    padding: 20px;
    box-shadow: 1px 2px 3px #6E08F1;
    border-radius: 10px;
    color: #e8e8e8;
    text-align: left;
}
.aboutCardDiv span
{
    font-size: 14px;
}
.aboutCardDiv h3,h4
{
    display: inline;
    color: #DAB744;
}
.aboutCardDiv .myImg
{
    display: none;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 30px 0px;
}
.aboutCardDiv .myImg img
{
    width: 160px;
    height: 200px;
    border-radius: 20px;
    box-shadow: 1px 2px 8px yellow, 1px 2px 8px blue;
    pointer-events: none;
}

/* ----------xxxxx---------------  About Page --------------xxxx-------------- */


/* -----------------------------  Projects Page --------------------------------- */
/* .flexRow
{
    display: flex;
    width: 100%;
    min-height: 90vh;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    flex-direction: column;
} */
#flexRow
{
    display: none;
    box-shadow: 1px 2px 3px #6E08F1;
    border-radius: 10px;
}
.box
{
    display: flex;
    /* background-color: #0c0c0c; */
    min-height: 80vh;
    max-height: 80vh;
    width: 100%;
    overflow: auto;
    border-radius: 10px;
    font-size: 14px;
    padding: 20px;
    /* margin: 20px; */
    flex-direction: column;
    /* box-shadow: 1px 2px 3px #6E08F1; */
    /* justify-content: space-around; */
}
.box div:nth-child(2)
{
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    margin-bottom: 30px;
    background-color: #272727;
    /* padding: 20px; */
    border-radius: 10px;
}
.box div:nth-child(2) img
{
    width: 45%;
    height: 220px;
    border-radius: 10px;
    box-shadow: 1px 3px 15px #0c0c0c;
}
.box div:nth-child(2) div
{
    padding: 10px;
    width: 52%;
    text-align: justify;
}
.box div:nth-child(3)
{
    display: flex;
    justify-content: space-around;
}
.box div:nth-child(3) p
{
    padding: 10px;
    /* background-color: #0c0c0c; */
    border-radius: 10px;
    width: 35%;
    display: flex;
    box-shadow: 1px 2px 5px #0c0c0c;
}
.pegiPrev
{
    background-color: #571D91;
    color: #f7f7f7;
    padding: 10px 18px;
    border-radius: 20px;
    font-size: 12px;
}
.pegiNext
{
    background-color: #571D91;
    color: #f7f7f7;
    padding: 10px 18px;
    border-radius: 20px;
    font-size: 12px;
}
.projBoxColumn
{
    display: flex;
    width: 90%;
    margin-right: 5%;
    flex-direction: column;
}
.projBox
{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    border: 2px solid red;
}
.projCard
{
    margin: 10px;
    padding: 10px;
    border-radius: 10px;
    width: 33.33%;
    box-shadow: 1px 2px 5px #fff;
    background-color: #f1f2f3;
    color: #272727;
}


/* .topOpenDiv
{
    position: fixed;
    top: 20px;
    left: 250px;
    width: 120px;
    height: 120px;
    border-top: 10px solid #DAB744;
    border-left: 10px solid #6E08F1;
    background-color: #272727;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
}
.bottomOpenDiv
{
    position: fixed;
    bottom: 20px;
    right: 70px;
    width: 120px;
    height: 120px;
    border-bottom: 10px solid #DAB744;
    border-right: 10px solid #6E08F1;
    background-color: #272727;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
}
.projectBoxDiv
{
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.prjectCard
{
    box-shadow: 1px 2px 8px #6E08F1;
    width: 80%;
    height: 80vh;
    margin-right: 40px;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.prjectCard #projectPrev, #projectNext
{
    cursor: pointer;
}
.prjectCard i
{
    font-size: 60px;
}
.projectCardBox
{
    width: 80%;
    height: 100%;
    background-color: #272727;
    border-radius: 20px;
    margin: 0px 30px;
}
.projectCardBox h3
{
    margin: 5px 0px;
    text-decoration: underline;
    color: red;
}
.mobProjectToggleDiv
{
    display: none;
}
.anuragBlog
{
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    align-items: center;
}
.anuragBlog h4
{
    font-size: 10px;
}
.projectTitle
{
    font-size: 24px;
    margin-top: 10px;
    color: #DAB744;
}
.anuragBlog p
{
    display: flex;
    width: 100%;
    text-align: left;
    padding: 20px 50px;
    font-size: 14px;
}
.denomination
{
    display: none;
    flex-direction: column;
    width: 100%;
    height: 100%;
    align-items: center;
}
.denomination h4
{
    font-size: 10px;
}
.denomination p
{
    display: flex;
    width: 100%;
    text-align: left;
    padding: 20px 50px;
}
.uiux
{
    display: none;
    flex-direction: column;
    width: 100%;
    height: 100%;
    align-items: center;
}
.uiux h4
{
    font-size: 10px;
}
.uiux p
{
    display: flex;
    width: 100%;
    text-align: left;
    padding: 20px 50px;
}
.projectCoverImg
{
    width: 60%;
    height: 40%;
    display: flex;
    justify-content: center;
    margin: 10px 0px;
}
.projectCoverImg img
{
    width: 100%;
    margin: 0px 20px;
    border-radius: 10px;
}
.projectCoverImg #anuragblogimg2, #anuragblogimg3, #anuragblogimg4
{
    display: none;
}
.projectCoverImg #denominationimg2, #denominationimg3
{
    display: none;
}
.projectCoverImg #uiuximg2, #uiuximg3
{
    display: none;
}
.slideLeft, .slideRight
{
    display: flex;
    justify-content: center;
    align-items: center;
}
.slideLeft i
{
    font-size: 40px;
    cursor: pointer;
    color: #DAB744;
}
.slideRight i
{
    font-size: 40px;
    cursor: pointer;
    color: #DAB744;
}
.slideLeft i:active
{
    color: #ECC607;
}
.slideRight i:active
{
    color: #ECC607;
} */


/* ----------xxxxx---------------  Projects Page --------------xxxx-------------- */


/* ------------------------------  Admin Page --------------------------------- */

.container
{
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
    padding: 10px 0px;
}
.keyDiv
{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 100vh;
    max-height: 100vh;
}
.keyDiv form
{
    box-shadow: 1px 2px 3px #571D91;
    padding: 50px;
}
.keyDiv form input[type="text"]
{
    padding: 10px;
    border-radius: 20px;
    outline: none;
    border: none;
    box-shadow: 1px 2px 3px #571D91;
    margin-right: 10px;
}
.keyDiv form input[type="submit"]
{
    padding: 10px 18px;
    border-radius: 20px;
    outline: none;
    border: none;
    background-color: #571D91;
    color: #f7f7f7;
}
.addProjBox
{
    width: 50%;
    min-height: 100vh;
    background-color: #f5f5f5;
    box-shadow: 1px 2px 8px #272727;
}
.addProjBox h2
{
    width: 100%;
    background-color: #571D91;
    color: #f5f5f5;
    text-align: center;
    padding: 10px;
}
.adminForm
{
    padding: 10px;
}
.adminForm div
{
    margin: 10px 0px;
}
.adminForm input[type=text]
{
    width: 100%;
    padding: 10px;
    outline: none;
    border: 1px solid grey;
    border-radius: 0px;
}
.adminForm h4
{
    display: block;
    margin-bottom: 10px;
    color: #272727;
}
.adminForm textarea
{
    margin: 0;
    padding: 0;
    padding: 5px;
    resize: none;
    box-shadow: none;
    width: 100%;
    height: 60px;
    border: 1px solid grey;
}
.projSubBtnDiv
{
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}
.adminForm input[type=submit]
{
    width: 200px;
    padding: 10px;
    cursor: pointer;
    background-color: #571D91;
    color: #f5f5f5;
}

/* ----------xxxxx---------------  Admin Page --------------xxxx-------------- */

