b.para {
    /*    font-weight: bold;*/
    font-family: 'para-bold';
    color: #333333;
}

@media not all and (min-resolution:.001dpcm) {
    @supports (-webkit-appearance:none) {

        b.para {
            /*    font-weight: bold;*/
            font-family: 'para-bold';
            color: #333333;
            text-rendering: optimizeLegibility;
            -webkit-font-smoothing: antialiased;
        }


    }
}

html,body {
    margin: 0;
    overflow-x: hidden;
}


::-webkit-scrollbar {
    width: 5px;
    background-color: black;
    /*    opacity: 10%;*/
    /*    display: NONE;*/
}

/* Track */
::-webkit-scrollbar-track {
    /*  box-shadow: inset 0 0 5px grey; */
    /*  border-radius: 10px;*/
    opacity: 0;
    display: none;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #f8f8f8;
    /*    opacity: 10%;*/
    /*  border-radius: 10px;*/
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #6e6e6e;
}



a:link {
    text-decoration: none;

}

@font-face {
    font-family: 'title';
    src: url("/Fonts/CraftworkGrotesk-Heavy.ttf");
    /* IE9 Compat Modes */
    /*  src: url("/Fonts/Pandemic.otf") format('embedded-opentype'),  IE6-IE8     */
}

@font-face {
    font-family: 'para-thin';
    src: url("/Fonts/Space/SpaceGrotesk-Light.ttf");
    /* IE9 Compat Modes */
    /*  src: url("/Fonts/Pandemic.otf") format('embedded-opentype'),  IE6-IE8     */
}


@font-face {
    font-family: 'para';
    src: url("/Fonts/Space/SpaceGrotesk-Regular.ttf");
    /* IE9 Compat Modes */
    /*  src: url("/Fonts/Pandemic.otf") format('embedded-opentype'),  IE6-IE8     */
}

@font-face {
    font-family: 'para-bold';
    src: url("/Fonts/Space/SpaceGrotesk-Bold.ttf");
    /* IE9 Compat Modes */
    /*  src: url("/Fonts/Pandemic.otf") format('embedded-opentype'),  IE6-IE8     */
}



@font-face {
    font-family: 'fa';
    src: url("/Fonts/fa-solid-900.ttf");
}

iframe {
    /*    background-color: beige;*/
    /*    width: 60vw;*/
}

#foucs {
    margin-top: 0;
}


::-moz-selection {
    /* Code for Firefox */
    color: #333333;
    background: #00FF47;
}

::selection {
    color: #333333;
    background: #00FF47;
}


#hidescrollcontainer {
    height: 100%;
    width: 100%;
    overflow: hidden;
    overflow-x: hidden;
}

#hidescrollcontent {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}



ul {
    opacity: 0;
    visibility: hidden;
    list-style-type: none;
    margin: 0%;
    padding: 0%;
    overflow: hidden;
    background-color: white;
    box-shadow: 10px;
    background-color: rgba(255, 255, 255, 0);
    -webkit-transition: background-color 700ms linear, opacity .70s ease-in-out;
    -moz-transition: background-color 700ms linear, opacity .70s ease-in-out;
    -o-transition: background-color 700ms linear, opacity .70s ease-in-out;
    -ms-transition: background-color 700ms linear, opacity .70s ease-in-out;
    transition: background-color 700ms linear, opacity .70s ease-in-out;
}

ul.scrolled {
    visibility: visible;
    opacity: 1;
    background-color: rgba(255, 255, 255, 0);
    -webkit-transition: background-color 700ms linear, opacity .70s ease-in-out;
    -moz-transition: background-color 700ms linear, opacity .70s ease-in-out;
    -o-transition: background-color 700ms linear, opacity .70s ease-in-out;
    -ms-transition: background-color 700ms linear, opacity .70s ease-in-out;
    transition: background-color 700ms linear, opacity .70s ease-in-out;
}

li {
    float: right;
}

li a {
    display: inline-block;
    text-align: center;
    /*    padding: 7% 50px;*/
    padding-top: 1vw;
    padding-left: 3vw;
    padding-right: 3vw;
    padding-bottom: 1vw;
    text-decoration: none;
    font-family: 'para', monospace;
    /*    font-weight: 900;*/
    font-size: 0.85vw;
    color: #222222;
    /*    margin-top: 0.56vw;*/

}
li a:hover:not(.active) {

    color: #332cce;
}

li.amitsharma {
    opacity: 0;
    float: left;
    visibility: hidden;
    transition: opacity .70s ease-in-out;
    -moz-transition: opacity .70s ease-in-out;
    -webkit-transition: opacity .70s ease-in-out;
}

li.amitsharma.fadein {
    visibility: visible;
    opacity: 1;
    transition: opacity .70s ease-in-out;
    -moz-transition: opacity .70s ease-in-out;
    -webkit-transition: opacity .70s ease-in-out;

}

li a.amitsharma {
    font-weight: 600;
}



.fixed-nav-bar {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
}




#introductionheading {
    position: absolute;
    font-size: 3vw;
    font-weight: 700;
    font-family: 'title', serif;
    color: #333333;
    text-align: center;
    width: 100%;
    margin-top: 11vw;
    margin-left: auto;
}


#introductiondetail {
    font-size: 1vw;
   
    font-family: 'para', monospace;
    position: absolute;
    color: #777777;
    line-height: 2vw;
    margin-left: 25vw;
    margin-right: 25vw;
    margin-top: 19vw;
}

#myroleheading{
    position: absolute;
    font-size: 3vw;
    font-weight: 700;
    /*    font-style:italic;*/
    font-family: 'title', serif;
    color: #333333;
    text-align: center;
    width: 100%;
    margin-top: 45vw;
    margin-left: auto;
}

#myroledetail{
    font-size: 1vw;
   
    font-family: 'para', monospace;
    /*    font-weight: 200;*/
    position: absolute;
    color: #777777;
    line-height: 2vw;
    margin-left: 25vw;
    margin-right: 25vw;
    margin-top: 53vw;
    /*    text-align: center;*/
}

#userfeedbackimg{
    position: absolute;
    margin-top:79vw;
    width: 80%;
    margin-left: 10%;
    background-color: transparent !important;
    color: white;
}


#featuretable {
    text-align: center;
    width: 40%;
    margin-left: 9.2%;
     align-content: center;
    position: absolute;
    margin-top: 79.8vw;
}

#featuretable2 {
   text-align: center;
    width: 22%;
    right: 0;
    margin-right: 9.4%;
     align-content: center;
    position: absolute;
    margin-top: 79.8vw;
}


.featurelogo {
    padding: 2vw;
    height: 1.6vw;
/*    filter: grayscale(100%);*/
    -webkit-filter: grayscale(1);
    opacity: 50%;
}

.featurelogo:hover{
     -webkit-filter: grayscale(0);
    opacity: 100%;
    
}

#appstore{
    position: absolute;
    margin-top: 125.3vw;
    right: 0;
    margin-right: 31vw;
    width: 11.3vw;
    
}

#playstore{
    position: absolute;
    margin-top: 125.3vw;
    right: 0;
    margin-right: 14.8vw;
    width: 12.5vw;
    
}

#upnexttext{
     font-size: 1vw;
   
    font-family: 'para', monospace;
    /*    font-weight: 200;*/
    position: absolute;
    color: #37A411;
    line-height: 2vw;
    margin-left: 12.4vw;
    margin-right: 25vw;
    margin-top: 183.5vw;
    
}


#upnexttitle{
     font-size: 6vw;
   
    font-family: 'title', monospace;
    /*    font-weight: 200;*/
    position: absolute;
    color: #37A411;
    line-height: 2vw;
    margin-left: 12vw;
    margin-right: 17vw;
    margin-top: 188vw;
}


#exploremorebtnmsgp {
    position: absolute;
    -moz-border-radius: 0.8vw;
    border-radius: 0.9vw;
    border-style: solid;
    border-width: 0.14vw;
    border-color: #42CB12;
    font-family: 'para', monospace;
    /* font-weight: 700; */
    font-size: 1.12vw;
    right: 0;
    margin-right: 12vw;
    margin-top: 185.8vw;
    color: #37A411;
    opacity: 1;
    padding-right: 8vw;
    padding-left: 1vw;
    padding-top: 1.5vw;
    padding-bottom: 1vw;
    text-decoration: none;
        background-color: #D9F5D0;
/*    border-color: #5357ee;*/
    -webkit-box-shadow: -0px 0.4vw 0px 0px #37A411;
    -moz-box-shadow: -0px 0.4vw 0px 0px #37A411;
    box-shadow: -0px 0.4vw 0px 0px #37A411;
/*    color: #2ae49c;*/
/*    font-weight: 700;*/
}


#exploremorebtnmsgp:hover {

    background-color: #42CB12;
    border-color: #42CB12;
    -webkit-box-shadow: 0px 0.4vw 0px 0px #37A411;
    -moz-box-shadow: 0px 0.4vw 0px 0px #37A411;
    box-shadow: 0px 0.4vw 0px 0px #37A411;
    color: #FFFFFF;
    font-family: 'para-bold', monospace;
}

#exploremorebtnmsgp:active {
    margin-top: 186.4vw;
    background-color: #42CB12;
    border-color: #42CB12;
    -webkit-box-shadow: 0px 0px 0px 0px #37A411;
    -moz-box-shadow: 0px 0px 0px 0px #37A411;
    box-shadow: 0px 0vw 0px 0px #37A411;
    color: #FFFFFF;
    font-weight: 700;
}



footer {
    
    border-top: 0.14vw solid #D9F5D0;
    position: absolute;
    width: 100%;
    background-color: #EBF9E7;
    height: 25vw;
    margin-top: 176vw;
/*   transform: skew(-30deg, 0deg);*/
}


#creativecommons{
    vertical-align: middle;
    align-content: center;
    margin-left: 45vw;
    position: absolute;
    width: 10vw;
    padding-bottom: 5vw;
    margin-top: 153vw;
}


#landscapeimg{
    position: absolute;
    height: 95vh;
    margin-top: 2vh;
    margin: auto;
    left: 0;
    right: 0;
    /* vertical-align: ; */
    right: 0;
    /* margi */
    z-index: +99999;
}


@media only screen and (orientation:portrait) {
    
    #wrapper {
        display:none;
        
       
    }
    
    body{
        
    }
    
    #warning-hero{
        opacity: 1;
    background-size: cover;
/*    position: fixed;*/
    height: 100vh;
    width: 100vw;
    background-color: black;
    }
    
}

@media only screen and (orientation:landscape) {
    #warning-hero {
        display: none;
    }
}

#fadein {
    animation: fadein 2s;
    -moz-animation: fadein 2s;
    /* Firefox */
    -webkit-animation: fadein 2s;
    /* Safari and Chrome */
    -o-animation: fadein 2s;
    /* Opera */
}

@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-moz-keyframes fadein {

    /* Firefox */
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes fadein {

    /* Safari and Chrome */
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-o-keyframes fadein {

    /* Opera */
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}




