/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/


        
      
#WellComeToClassWindow
{
    padding-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    
    height: -webkit-fit-content;
    
    height: -moz-fit-content;
    
    height: fit-content;
    
}
#LOGOANDSCANNER
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
#TOPLOGO
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 50px;
    padding-bottom: 50px;
    gap: 70px;
    min-height: 100vh;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
#ClassAndLoginFormZone
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 50px;
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
}
#FIRSTSECTION
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: -webkit-fit-content;
    min-height: -moz-fit-content;
    min-height: fit-content;
}
.ImitButton
{
    padding: 0.7em;
width: 40%;
text-align: center;
font-size: 1em;

border: none;
color: #fff;
cursor: pointer;
background: #0b4379;
-webkit-box-shadow: 0px 2px 1px rgba(28, 28, 29, 0.42);
    box-shadow: 0px 2px 1px rgba(28, 28, 29, 0.42);
border-radius: 22px;
}
.ImitInput
{
    background-color: #17538796;
    width: 100%;
    padding: 8px;
    font-size: 1em;
   
    outline: none;
    color: #FFF;
    border: none;
    border-bottom: 2px solid #fff;
    letter-spacing: 1px;
    text-align: center;
}

#ScrollButton1,#ScrollButton2,#ScrollButton3,#ScrollButton5,#ScrollButton7
{
    position: fixed;
    bottom: 5px;
    right: 10px;
    height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #01509d;
    min-width: 80px;
    border-radius: 20px;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-filter: drop-shadow(-3px 3px 1px rgba(11, 40, 80, 0.3));
            filter: drop-shadow(-3px 3px 1px rgba(11, 40, 80, 0.3));
    gap: 10px;

  
}

#GOFORWORD1,#GOFORWORD2,#GOFORWORD3,#GOFORWORD4,#GOFORWORD5,#GOFORWORD6
{
  
    
    display: -webkit-box;
  
    
    display: -ms-flexbox;
  
    
    display: flex;
    height: 20px;
    min-width: 80px;
    border-radius: 20px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 15px;
    gap: 10px;

  
}

.SCROLLBUTTONTEXT

{
    color: #ebff00;
    text-decoration: none;
    text-shadow: unset;
    font-family: Jura;
}

#ClassWelcomeDiv
{
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    
    
    position: relative;
    padding-top: 50px;
    
}
  .InfoZone
  {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    gap: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 7px;
    border-bottom: #d4e5e5 1px solid;
    min-height: 30px;

  }
#signindiv
{
    
}

#ClassInfos
{
    background-color: #003e7ad6;
    color: white;
    padding-top: 70px;
    padding-bottom: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-shadow: 0 0 0px #000;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    
    padding-right: 30px;
    background-image: url(./images/PATTERN2.svg);
    background-repeat: repeat;
    border-radius: 6px;
    border: 1px solid white;
    -webkit-filter: drop-shadow(0px 5px 10px rgba(11, 40, 80, 0.8));
            filter: drop-shadow(0px 5px 10px rgba(11, 40, 80, 0.8));
}

#TeacherInfos
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 60%;
    gap: 15px;
    padding-left: 15px;

}
#ClassZONEInfo
{
    width:40%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack:  start;
        -ms-flex-pack:  start;
            justify-content:  flex-start;
    gap: 10px;

}

#INFOlistOFTeacher
{
    width:70%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack:  start;
        -ms-flex-pack:  start;
            justify-content:  flex-start;
    gap: 10px;

}

 .noselect {
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Old versions of Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
                          supported by Chrome, Edge, Opera and Firefox */
} 
.Menu-icon-3 {
    width: 35px;
    height: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.DialogWindow {
    width: 60%;
    height: auto;
    background-color: rgb(217, 217, 217);
    -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    border-radius: 8px;


    margin-top: auto;
    margin-bottom: auto;
}

.Loader 
{

    pointer-events: none;

    -webkit-animation: GrayE 0.2s linear both;

            animation: GrayE 0.2s linear both;

}

@-webkit-keyframes GrayE {

    0% {
        filter: grayscale(0%) blur(0px);
        -webkit-filter: grayscale(0%) blur(0px);
        -moz-filter: grayscale(0%) blur(0px);
    }

    100% {
        filter: grayscale(85%) blur(2px);
        -webkit-filter: grayscale(85%) blur(2px);
        -moz-filter: grayscale(85%) blur(2px);
    }
}

@keyframes GrayE {

    0% {
        filter: grayscale(0%) blur(0px);
        -webkit-filter: grayscale(0%) blur(0px);
        -moz-filter: grayscale(0%) blur(0px);
    }

    100% {
        filter: grayscale(85%) blur(2px);
        -webkit-filter: grayscale(85%) blur(2px);
        -moz-filter: grayscale(85%) blur(2px);
    }
}

.TargetWindowTitleBar {
    
    height: 40px;
    background-color: rgb(217, 217, 217);
    -webkit-box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.5);
            box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.5);
    z-index: 101;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 10px;
    padding-right: 5px;
}


.DialogTicket {
    padding: 5px;
    font-size: 0.95em;
    background-color: #0079bfbf;
    border-radius: 8px;
    margin-top: 10px;
    margin-right: 10px;
    margin-left: 10px;

    text-align: center;
    color: #fdfbf9;
    text-shadow: 3px 3px 2px rgba(0, 0, 0, 0.5);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family: Helvetica;
}





.lds-spinner {
    color: official;
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-spinner div {
    -webkit-transform-origin: 40px 40px;
        -ms-transform-origin: 40px 40px;
            transform-origin: 40px 40px;
    -webkit-animation: lds-spinner 1.2s linear infinite;
            animation: lds-spinner 1.2s linear infinite;
}

.lds-spinner div:after {
    content: " ";
    display: block;
    position: absolute;
    top: 3px;
    left: 37px;
    width: 6px;
    height: 18px;
    border-radius: 20%;
    background: #fff;
}

.lds-spinner div:nth-child(1) {
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-animation-delay: -1.1s;
            animation-delay: -1.1s;
}

.lds-spinner div:nth-child(2) {
    -webkit-transform: rotate(30deg);
        -ms-transform: rotate(30deg);
            transform: rotate(30deg);
    -webkit-animation-delay: -1s;
            animation-delay: -1s;
}

.lds-spinner div:nth-child(3) {
    -webkit-transform: rotate(60deg);
        -ms-transform: rotate(60deg);
            transform: rotate(60deg);
    -webkit-animation-delay: -0.9s;
            animation-delay: -0.9s;
}

.lds-spinner div:nth-child(4) {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-animation-delay: -0.8s;
            animation-delay: -0.8s;
}

.lds-spinner div:nth-child(5) {
    -webkit-transform: rotate(120deg);
        -ms-transform: rotate(120deg);
            transform: rotate(120deg);
    -webkit-animation-delay: -0.7s;
            animation-delay: -0.7s;
}

.lds-spinner div:nth-child(6) {
    -webkit-transform: rotate(150deg);
        -ms-transform: rotate(150deg);
            transform: rotate(150deg);
    -webkit-animation-delay: -0.6s;
            animation-delay: -0.6s;
}

.lds-spinner div:nth-child(7) {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    -webkit-animation-delay: -0.5s;
            animation-delay: -0.5s;
}

.lds-spinner div:nth-child(8) {
    -webkit-transform: rotate(210deg);
        -ms-transform: rotate(210deg);
            transform: rotate(210deg);
    -webkit-animation-delay: -0.4s;
            animation-delay: -0.4s;
}

.lds-spinner div:nth-child(9) {
    -webkit-transform: rotate(240deg);
        -ms-transform: rotate(240deg);
            transform: rotate(240deg);
    -webkit-animation-delay: -0.3s;
            animation-delay: -0.3s;
}

.lds-spinner div:nth-child(10) {
    -webkit-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
            transform: rotate(270deg);
    -webkit-animation-delay: -0.2s;
            animation-delay: -0.2s;
}

.lds-spinner div:nth-child(11) {
    -webkit-transform: rotate(300deg);
        -ms-transform: rotate(300deg);
            transform: rotate(300deg);
    -webkit-animation-delay: -0.1s;
            animation-delay: -0.1s;
}

.lds-spinner div:nth-child(12) {
    -webkit-transform: rotate(330deg);
        -ms-transform: rotate(330deg);
            transform: rotate(330deg);
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
}

@-webkit-keyframes lds-spinner {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes lds-spinner {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}



.LoaderWindowsBackground {
    position: fixed;

    /*background-color: rgba(0, 0, 0, 0.6);*/
    width: 100%;
    height: 100%;
    display: none;


    -webkit-box-pack: center;


        -ms-flex-pack: center;


            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    opacity: 0;
    -webkit-transition: opacity .6s;
    -o-transition: opacity .6s;
    transition: opacity .6s;


}

/*--reset--*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
dl,
dt,
dd,
ol,
nav ul,
nav li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    text-align: left;
    
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

ol,
ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: cllapse;
    border-spacing: 0;
}

/*--start editing from here--*/
a {
    text-decoration: none;
}

.txt-rt {
    text-align: right;
}

/* text align right */
.txt-lt {
    text-align: left;
}

/* text align left */
.txt-center {
    text-align: center;
}

/* text align center */
.float-rt {
    float: right;
}

/* float right */
.float-lt {
    float: left;
}

/* float left */
.clear {
    clear: both;
}

/* clear float */
.pos-relative {
    position: relative;
}

/* Position Relative */
.pos-absolute {
    position: absolute;
}

/* Position Absolute */
.vertical-base {
    vertical-align: baseline;
}

/* vertical align baseline */
.vertical-top {
    vertical-align: top;
}

/* vertical align top */
nav.vertical ul li {
    display: block;
}

/* vertical menu */
nav.horizontal ul li {
    display: inline-block;
}

/* horizontal menu */
img {
    max-width: 100%;
}

/*--end reset--*/

@font-face {
    font-family: Jura;
    src: url(./Jura-VariableFont_wght.ttf);
}

.QRPOS {}

body {
    font-family: 'Jura',Arial, Helvetica, sans-serif;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
    font-size: 100%;
    background: #0a4981;
}

h1 {
    color: #fff;
    text-align: center;
    padding: 30px 0 0 0;
    font-size: 3em;
    font-weight: 700;
}

/*-- main --*/
.main {
    margin: 30px auto;
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
}

.banner {
    background: url(./banner.jpg)no-repeat 0px 0px;
    background-size: cover;
}

/*--signin-form--*/
.w3 {
    float: left;
    width: 48%;
    margin-right: 4%;
}

.agile {
   
    max-width: 390px;
    margin-bottom: 30px;
}

.signin-form {
    /*  background: url(./banner1.jpg)no-repeat 0px 0px;*/
    background-size: cover;
    padding: 2em 2em;
    text-align: center;
    min-width: 350px;
}

.signin-form h3 {
    font-size: 1.4em;
    color: #fff;
    font-weight: 700;
    margin-bottom: 1em;
}

.signin-form h3 span {
    color: #67e1ff;
}



.login-form {
    margin: 1em 0 2.5em;
    background-color: #09366291;
    padding: 1.5em;
    border-radius: 30px;
}

.signin-form input[type="text"],
.signin-form input[type="password"] {
    background-color: #072f5296;
    width: 92%;
    padding: 1em 1em 1em 1em;
    font-size: 0.8em;
    margin: 1em 0;
    outline: none;
    color: #FFF;
    border: none;
    border-bottom: 2px solid #fff;
    letter-spacing: 1px;
    text-align: center;
}

.signin-form input[type="text"] {

    display: block;
}

.signin-form input[type="password"] {

    display: block;
}

::-webkit-input-placeholder {
    color: #fff !important;
}

.signin-form input[type="submit"] {

    padding: 0.9em 0;
    width: 100%;
    text-align: center;
    font-size: 1em;
    margin-top: 1em;
    border: none;
    color: #fff;
    cursor: pointer;
    background: #0b4379;
    -webkit-box-shadow: 0px 2px 1px rgba(28, 28, 29, 0.42);
            box-shadow: 0px 2px 1px rgba(28, 28, 29, 0.42);
    border-radius: 22px;

}

.signin-form input[type="submit"]:hover {
    color: #fff;
    background: #002242;
    transition: .5s all;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
}

.signin-form p a {
    font-size: 0.875em;
    color: #fff;
    letter-spacing: 1px;
}

/*--//signin-form--*/
.header-social {
    text-align: center;
    margin-bottom: 2em;
}

.tp {
    margin: 3.7em 0 0;
}

h5 {
    border-left: 1px dotted #7467b9;
    padding: 0.5em;
}

.header-social a.face {
    background: url(../images/fac.png)no-repeat 12px 9px #3B62A3;
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    padding: 0 2em;
    width: 30%;
    text-align: left;
    margin-right: 0%;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    display: inline-block;
    float: left;
    border-radius: 14px 0px 0px 14px;
}

.header-social a.face:hover {
    background: url(../images/fac.png)no-repeat 12px 9px #0E387C;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
}

/*-- w3layouts --*/
.header-social a.goog {
    background: url(../images/google.png)no-repeat 12px 9px #D64639;
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    padding: 0 2.5em;
    width: 24%;
    text-align: left;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    display: inline-block;
    cursor: pointer;
    outline: none;
    float: left;
    border-radius: 0px 14px 14px 0px;
}

.header-social a.goog:hover {
    background: url(../images/google.png)no-repeat 12px 9px #ff4b3b;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
}

.header-social h4 {
    font-size: 17px;
    color: #6A67CE;
    text-align: center;
    margin: 20px 0px;
    font-family: 'Roboto Condensed', sans-serif;
}

.header-social h4 a {
    color: #6A67CE;
}

.header-social h4 a:hover {
    color: #FFB900;
}

/*--copyright--*/
.copyright {
    margin: 2em;
    text-align: center;
}

.copyright p {
    font-size: 1em;
    color: #fff;
    line-height: 1.8em;
}

.copyright p a {
    color: #fff;
}

.copyright p a:hover {
    color: #56c8dc;
}

@media screen and (max-width: 600px) {

    #WellComeToClassWindow
    {
        margin-bottom: 400px;
        margin-top: 400px;
    }
    #TOPWINDOW2
    {
        padding-top: 100px;
    }
    #LOGOANDSCANNER
    {
        display: none;
    }
             
#signindiv
{
    margin-top: 50px;
}

    #INFOlistOFTeacher
    {
        width: 100%;
    }

    #ClassInfos
    {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin-left: 20px;
        margin-right: 20px;
        margin-top: 20px;
    }
    #TeacherInfos
    {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        padding-left: unset;
        width: 90%;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    #ClassZONEInfo 
    {
        width: 90%;
    }
    .signin-form
    {
    padding: 2em 10px;
    }
    .DialogWindow {
        width: 90%;
    }

    .agile {
        
        max-width: 600px;
        margin-top: 50px;
    }

    /*  h1 
{
transform: translateY(-300%);  
}*/
    /*.main
{
     transform: translateY(-500px);
 
}*/

}

.page {
    min-height: 100vh;
    /* The scaling of the images would add a horizontal scrollbar, so disable x overflow. */
    overflow-x: hidden;
    /* Enable scrolling on the page. */
    overflow-y: hidden;
    /* Set the perspective to 2px. This is essentailly the simulated distance from the viewport to transformed objects.*/
    -webkit-perspective: 2px;
            perspective: 2px;
}


.section {
    /* Needed for children to be absolutely positioned relative to the parent. */
    position: relative;
    /* The height of the container. Must be set, but it doesn't really matter what the value is. */
    height: 100vh;

    /* For text formatting. */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    
    color: white;
    text-shadow: 0 0 5px #000;
}

.parallax::after {
    /* Display and position the pseudo-element */
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;


    /* Move the pseudo-element back away from the camera,
* then scale it back up to fill the viewport.
* Because the pseudo-element is further away, it appears to move more slowly, like in real life. */
    -webkit-transform: translateZ(-1px) scale(1.5);
            transform: translateZ(-1px) scale(1.5);
    /* Force the background image to fill the whole element. */
    background-size: 100%;
    /* Keep the image from overlapping sibling elements. */
    z-index: -1;
}

.parallax2::after {
    /* Display and position the pseudo-element */
    content: " ";
    position: absolute;
    top: -400px;
    right: 0;
    bottom: 0;
    left: 0;


    /* Move the pseudo-element back away from the camera,
* then scale it back up to fill the viewport.
* Because the pseudo-element is further away, it appears to move more slowly, like in real life. */
    -webkit-transform: translateZ(-1px) scale(1.5);
            transform: translateZ(-1px) scale(1.5);
    /* Force the background image to fill the whole element. */
    background-size: 100%;
    /* Keep the image from overlapping sibling elements. */
    z-index: -1;
}

/* The styling for the static div. */


/* Sets the actual background images to adorable kitties. This part is crucial. */
.bg1::after {
    background-image: url(./banner1.jpg);
    background-repeat: no-repeat;
}

.UserPhoto {



    border-radius: 50%;

    height: 80px;

    width: 80px;


    text-align: center;
    margin-top: 40px;
    margin-right: auto;
    margin-left: auto;



}

.photostyle {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    border-radius: 50%;
    border: #ffffff 4px solid;

}

.Collegesuggestions,
.Townsuggestions {
    background-color: #072f5296;
    width: 100%;

    font-size: 0.8em;
    margin: 1em 0;
    outline: none;
    color: #FFF;
    border: none;

    letter-spacing: 1px;
    text-align: center;
    -webkit-transform: translateY(-1em);
        -ms-transform: translateY(-1em);
            transform: translateY(-1em);
    margin-bottom: -1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.TownsuggestName,
.CollegesuggestName {}

.OneCollegeSugest,
.OneTownSugest,
.OneClassSugest {
    width: 90%;
    color: #FFF;
    letter-spacing: 1px;
    color: #f7f150;
    border-top: 2px solid #3b71a2;
    font: 400 13.3333px Arial;
    padding: 5px;
    DISPLAY: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 20px;
}

.TopModalWindowsBackground {
    position: fixed;

    background-color: rgb(0 0 0 / 40%);
    width: 100%;
    height: 100%;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 1000;
    overflow-y: scroll;
    -webkit-backdrop-filter: blur(15px);
            backdrop-filter: blur(15px);

}

.QRSCANNERCONTAINER {

    width: 450px;
    height: auto;
    margin-top: 1em;
    max-width: 100%;
    position: relative;
    z-index: 10;
    display: none;


}

.icone-2 {
    height: 22px;
    width: 12%;
    margin-right: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;

}

input[type="text"] {

    width: 100%;
    padding: 5px;
    font-size: 1em;
    margin-bottom: 2px;
    outline: none;
    color: #FFF;
    border: none;
    border-bottom: #d4e5e5 1px solid;
    letter-spacing: 1px;
    text-align: left;
    padding-left: 32px;
    height: 100%;
}

.camerasuggestion {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    z-index: 108;

}
