body, html, #root {
  width: 100%;
  height: 100%;
  margin: 0;
}.divimage{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}

.divimageM{
    height: 100px;
    width: 160px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 8px;
    display: flex;
    align-items: flex-end;
}

.MapNavT{
    font-style: normal;
    line-height: normal;
    color: #261781;
    font-weight: 600;
    font-size: 16px;
}
.MapNavT:hover{
    color: #261781;
    cursor: pointer;
}

.MapJobT{
    font-style: normal;
    line-height: normal;
    color: #2E303D;
    font-weight: 600;
    font-size: 16;
}

.MapJobT:hover{
    color: #2E303D;
}

.Menupage{
    position: fixed;
    z-index: 10;
    width: 900px;
    height: 100%;
    overflow-y: scroll;
    background-color: #F5F7F9;
    pointer-events: all;
    transition: 0.5s
}

.BackgroundMenuPage{
    width: 100%;
    height: 100%;
    z-index: 8;
    position: absolute;
    background: black; 
    opacity: 0.3;
    pointer-events: all;
}

.MMenuelement{
    height: 300px;
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding-top: 8px
}

.MMenu{
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 12;
    overflow-y: scroll;
    transition: 0.5s;
    pointer-events: all
}

.textimage{
    position: relative;
    padding: 18px;
    /* top: 80px;
    left: 18px; */
    font-style: normal;
    line-height: normal;
    color: #F5F7F9;
    font-weight: 600;
    font-size: 18px;
    filter: drop-shadow(black 0px 0px 0.5rem)
}
.textimage:hover{
    color: #F5F7F9;
}

.CardJob{
    filter: drop-shadow(4px 4px 4px #2E303D);
}

.Jobname{
    display: flex;
    align-items: flex-start;
    gap: 10px;
}
.Jobname:hover{
    transition: 0.5s;
    gap: 18px;
}

.CardJobStyle:hover{
    transition: 5s;
    position: relative;
    bottom: 10px;
    
}

.ImageNav{
    width: 374px;
    height: 124px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 8px;
    transition-duration: 0.3s;
    cursor: pointer;
    transition-property: auto;
    display: flex;
    align-content: flex-end;
    flex-wrap: wrap;
}
.ImageNav:hover{
    transition-duration: 1s;
    transition-property: background-size, height;
    height: 118px;
    position: relative;
    background-size: 120%;
}

.navButtonup{
    width: 190px;
    height: 34px;
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    cursor: pointer;

}

.navButtonup:hover{
    background-color: #E8EBF1;
}

.navButtondown{
    width: 190px;
    height: 34px;
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    cursor: pointer;
}

.navButtondown:hover{
    background-color: white;
}

.tutoButtonNext{
    border-radius: 64px;
    border: 4px solid;
    border-color: #261781;
    background-color: white;
    color: #261781
}

.tutoButtonNext:hover{
    border-color: white;
    background-color: #261781;
    color: white;
}

.tutoButtonNext:focus{
    outline: none;
}

.tutoButtonBack{
    border: none;
    background-color: white;
    color: #261781
}

.tutoButtonBack:hover{
    border: none;
}

.tutoButtonBack:focus{
    border: none;
    outline: none;
}

.ButonMobMenu:hover{
    border-radius: 8px;
}

.Tutobackground{
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: black;
    opacity: 0.9
}

.test:focus{
    outline-style:solid;
}

.separationLine{
    position: absolute;
    bottom: 86px;
    left: 50%;
    transform: translateX(-50%);
    height: 0px;
    width: 600px;
    border: 1px solid;
    color: #ddd;
}

.tutorialTitle{
    width: 300px;
    color: white;
    z-index: 14;
    position: relative;
    font-weight: 600;
    font-size: 36px;
    text-align: center;
}

.tutorialTitle:hover{
    color: white;
    cursor: default;
}

.PONImage{
    transition: all 0.4s cubic-bezier(0, 0, 0.2, 1);
    background-size: 200%;
}

.PON:hover > .PONImage{
    background-size: 240%;
    background-position: -5px;
}

.PON:hover > .PONBar{
    height: 50px;
}

.PONBar{
    transition: all 0.4s cubic-bezier(0, 0, 0.2, 1);
    height: 40px;
}

.PON{
    position: relative;
    top: 0px;
    transition: all 0.4s cubic-bezier(0, 0, 0.2, 1);;
}
.PON:hover{
    position: relative;
    top:-5px;
}

.POJImage{
    background-size: 100%;
    transition: all 0.8s;
}

.POJ:hover .POJImage{
    background-size: 140%;
    background-position-x: -40px;
    background-position-y: -8px;
}

.POJ:hover .POJCard{
    top: -10px;
}
.POJCard{
    position: relative;
    top: 0px;
    transition: all 0.8s;
}

.POICircle{
    top: 5px;
    transition: all 0.8s;
}

.POI:hover .POICircle{
    top: -10px
}

.POI{
    width: 40px;
    height: 50px;
    position: absolute;
    top: -10px;
    pointer-events: all;
    display: flex;
    align-items: center;
    justify-content: center;
}:root {
  font-family: Inter, system-ui, Avenir, Helvetica, Arial, sans-serif;
  line-height: 1.5;
  font-weight: 400;

  color-scheme: light dark;
  color: rgba(255, 255, 255, 0.87);
  background-color: #242424;

  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  font-weight: 500;
  color: #646cff;
  text-decoration: inherit;
}
a:hover {
  color: #535bf2;
}

body {
  margin: 0;
  display: flex;
  place-items: center;
  min-width: 320px;
  min-height: 100vh;
}

h1 {
  font-size: 3.2em;
  line-height: 1.1;
}

button {
  border-radius: 8px;
  border: 1px solid transparent;
  padding: 0.6em 1.2em;
  font-size: 1em;
  font-weight: 500;
  font-family: inherit;
  background-color: #1a1a1a;
  cursor: pointer;
  transition: border-color 0.25s;
}
button:hover {
  border-color: #646cff;
}
button:focus,
button:focus-visible {
  outline: 4px auto -webkit-focus-ring-color;
}

@media (prefers-color-scheme: light) {
  :root {
    color: #213547;
    background-color: #ffffff;
  }
  a:hover {
    color: #747bff;
  }
  button {
    background-color: #f9f9f9;
  }
}
