::-webkit-scrollbar {
    display: none;
}

.menu{
    width:100%;
    z-index: 1000;
    position: fixed;
    top: 0;
    left:0;
    background-color: white;
}

.teachertext{
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    opacity:0;
    background-color:#3B3B3B;
    color:#EDB949;
}

.teachertext:hover{
    opacity:1;
}

.imgContent{
    background-color: #F2F2F2;
    height: 100%;
    width: 100%;
    display: block;
    text-align: center;
}

.overflow{
    overflow:hidden
}

.table{
    display:table;
}


.menu nav{
    z-index: 10000;
}

.menu-item a{
    margin: 0px 4px;
}

.logo{
    max-height: 60px;
}

.mobile-menu{
    display: block;
    position: fixed;
    top: 71px;
    right:0px;
    width: 200px;
    z-index: 2000;
}

.mobile-item{
    display: none;
}

.show.mobile-item{
    display:block;
}
.show.mobile-item a{
    display:block;
    padding: 12px;
    font-size: 24px;
    background-color: rgba(0, 0, 0, 0.671);
    color: white;
}

.whatsapp{
    padding:6px;
    width: 50px;
    margin-right: 0px;
    float: right;
}

.logotext{
    max-height:30px;
    z-index: 1000;
}

.burger{
    display:block;
    float:right;
    padding: 12px;
    z-index: 2;
    cursor: pointer;
}

.toggle .line1 {transform: rotate(-45deg) translate(-8px,6px);}
.toggle .line2{opacity:0;}
.toggle .line3 {transform: rotate(45deg) translate(-8px,-6px);}

.line1{
    margin-top:auto;
    margin-bottom: auto; 
    width: 40px;
    height: 5px;
    margin: 5px;
    background:var(--pink);
    transition: all 0.2s ease;
}

.line2{
    margin-top:auto;
    margin-bottom: auto; 
    width: 40px;
    height: 5px;
    margin: 5px;
    background:var(--gold);
    transition: all 0.2s ease;
}

.line3{
    margin-top:auto;
    margin-bottom: auto; 
    width: 40px;
    height: 5px;
    margin: 5px;
    background:var(--blue);
    transition: all 0.2s ease;
}

@font-face {
    font-family: 'Melle';
    src: url("../css/fonts/MElle-HK-Light.ttf");
    font-weight: normal;
}

@font-face {
    font-family: 'MelleBold';
    src: url("../css/fonts/MElle-HK-Xbold.ttf");
    font-weight: 600;
}

@font-face {
    font-family: 'design';
    src: url("../css/fonts/design.graffiti.comicsansmsgras.ttf");
    font-weight: normal;
}

@font-face {
    font-family: 'Comic';
    src: url("../css/fonts/ComicSansMS3.ttf");
    font-weight: 600;
}

div{
    z-index: 2;
    position: relative;
}

:root {
    --pink: #EE5BA0;
    --green: #6EBD44;
    --blue:#00BCCD;
    --gold:#FCB415;
    --orange:#F37D41;
    --leaf:#73981A;
    --darkgreen:#1C3519;
    --duck:#B8C16B;
    --darkleaf:#597636;
  }

a{
    text-decoration: none;
}

a:visited{
    color:inherit
}

a:link{
    color:inherit
}

h1,h2,h3,h4{
    position: relative;
    z-index: 2;
    font-family: 'MelleBold','Comic';
}

h1{
    font-size: 42px;
}

html,body{
    margin:0px;
    padding:0px;
    font-family: 'Melle','design';
    overflow-y: scroll;
    overflow-x: hidden;
    font-size: 14px;
    height: 100%;
}

@font-face {
    font-family: 'icomoon';
    src:  url('./fonts/icomoon.eot?8kkf7k');
    src:  url('./fonts/icomoon.eot?8kkf7k#iefix') format('embedded-opentype'),
      url('./fonts/icomoon.ttf?8kkf7k') format('truetype'),
      url('./fonts/icomoon.woff?8kkf7k') format('woff'),
      url('./fonts/icomoon.svg?8kkf7k#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
  }
  
  [class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
  
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  
  .icon-phone:before {
    content: "\e942";
  }
  .icon-mail2:before {
    content: "\ea84";
  }
  .icon-facebook2:before {
    content: "\ea91";
  }
  .icon-instagram:before {
    content: "\ea92";
  }

.footer{
    display:flex;
    flex-wrap: wrap;
    width:80%;
    font-size: 16px;
    margin:0 auto;
}

.footer-col1{
    display:block;
    padding:12px
}

.footer-col1 span,.footer-col1 a{
    display: block;
    max-width: 250px;
    padding:5px 0px;
}

.footlogo{
    font-size: 20px;
    margin: auto 12px;
  }


.container{
    display:block;
    margin:0 auto;
    overflow-x: hidden;
}

.table1 td{
    padding:3px 6px;
    margin:12px;
    text-align: center;
    cursor: pointer;
}

.tcenter{
    text-align: center;
}

.block{
    display:block;
}

.w100{
    width: 100%;
}

.center{
    margin:0px auto;
}

.flex{
    display: flex;
}

.w900px{
    width: 80%;
    max-width: 900px;
}

.pshadow {
    text-shadow: 2px 2px 0px var(--pink);
}

.gshadow {
    text-shadow: 2px 2px 0px var(--gold);
}

.grshadow {
    text-shadow: 2px 2px 0px var(--green);
}

.bshadow {
    text-shadow: 2px 2px 0px var(--blue);
}


.galaxy{
    background-image: url("../img//home/galaxy.png");
    min-height: 400px;
    background-size: cover;
    background-position: center;
}

.cave{
    background-image: url("../img/spell/soil.png");
    min-height: 400px;
    background-size: cover;
    background-position: center center;
}

.spacebox{
    background-color: #101e3de0;
    border-radius: 12px;
    padding: 12px;
}

.sunbox{
    display: block;
    background-color: #FDE3A1;
    border-radius: 12px;
    padding: 12px; 
}

.spacetable{
    border: 1px solid var(--gold);
    border-collapse: collapse;
    text-align: center;
}

.spacetable td{
    border: 2px solid var(--gold);
    height: 67px;
    padding:0px 6px;
}

.balloon{
    width: 200px;
}

.item-center{
    align-items: center;
}

.gstroke{
    position: absolute;
    top: 50%;
    left: 50%;
    height: 70%;
    width: 70%;
    transform: translate(-50%,-50%);
}

.borderwhite{
    border-bottom: #F2F2F2 5px solid;
}

.goldbkg{
    background-color: var(--gold);
}

.soilbkg{
    background-color: #311002;
}

.darkgreenbkg{
    background-color: var(--darkgreen);
}

.btn{
    padding:6px 12px;
    border-radius: 60px;
    font-weight: 600;
    width: fit-content;
    min-width: 100px;
}

.around{
    justify-content: space-around;
}

.homebox{
    background-color: var(--pink);
    margin: 2px;
    padding:12px;
    min-height: 130px;
    position: relative;
    overflow: hidden;
}

.homebox img{
    display: block;
    max-height: 100px;
    object-fit: contain;
    position: absolute;
    bottom:0px;
    right:0px;
}

.abs-center{
    right: 50%!important;
    transform: translateX(50%);
}

.relative{
    position:relative;
}

.white{
    color:white;
}

a.white{
    color:white;
}

.abs-center1{
    position: absolute;
    right: 50%;
    top: 50%;
    transform: translate(50%, -50%);
}

.p12{
    padding:12px;
}

.m12p{
    margin-top: 12px;
    margin-bottom: 12px;
}

.label{
    width: 50px;
    object-fit: contain;
    display: block;
    height:70px;
}

.m300p{
    max-width: 300px;
}

.box300{
    display: inline-block;
    width: 100%;
    background-color:#F2F2F2;	
    position: relative;	
    box-shadow: 0px 0px 5px 0px #8B9185;
    border-radius: 20px;
}

.w500p{
    max-width: 500px;
}

.w600p{
    max-width: 600px;
}


.w300p{
    max-width: 300px;
}


.m80p{
    margin-top:80px;
    margin-bottom:80px;
}

.m40p{
    margin-top:40px;
    margin-bottom:40px;
}


.p80{
    margin-top:70px;
    padding-top:80px;
    padding-bottom:80px;
}

.sandbox{
    border-radius: 12px;
    padding:16px;
    align-items: center;
    display: flex;
}

.soilbox{
    border-radius: 12px;
    padding:16px;
}

.cavecar{
    margin-top: 30px;
    margin-bottom: -2px;
    max-width:200px ;
}

.squirrel{
    height: 100px;
}

.sand{
    background-color: #E6B153;
}

.w80{
    width: 80%;
}

.middle{
    margin: auto auto;
}

.wrap{
    flex-wrap: wrap;
}

.branch{
    position: absolute;
    width: 550px;
    left: 0px;
}

.forest{
    background-image: url("../img/inspire/Top leaves.png"),url("../img/inspire/Main trunk.png");
    background-size: auto 400px ,auto 100%;
    background-repeat:repeat-x, no-repeat;
    padding:80px 0px;
    background-position: left top,left bottom;
    background-color: var(--duck);
    overflow-x: hidden;
}

.forestbox{
    padding: 12px;
    background-color: var(--leaf);
    border: 2px var(--darkgreen) solid;
    border-radius: 12px;
}

.leafbox{
    padding:12px;
    background-color: var(--darkleaf);
    border-radius: 12px;
}

.left{
    float:left;
}

.right{
    float: right;
}

.tright{
    text-align: right;
}

.tshadow{
    text-shadow: 2px 2px 0px white;
}

.mright{
    margin-left: auto;
    margin-right: 0;
}

.m120p{
    margin-top:120px;
    margin-bottom:120px;
}

.joinlogo{
    height: 80px;
}

.m180p{
    margin-top:180px;
    margin-bottom:120px;
}

#teacher{
    max-width: 900px;
    width: 80%;
    margin: 6px auto;
}

.open~.hide{
    max-height: none;
    opacity:1;
}

.hide{
    max-height: 0;
    opacity: 0.2;
    transition: opacity .5s linear;
    overflow: hidden;
}

.show ~ .hide{
    display:block;
    max-height: 100%;
    opacity: 1;
}

.career{
    display:block;
    background: #B24E2F;
    padding:24px;
    cursor: pointer;
    color: #FFD883;
}

.starline{
    position:absolute; 
    width:80%;
    max-width: 450px;
    height: 870px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.earth{
    position: absolute;
    right: -20px;
    top:100px;
    z-index: 1;
    width: 100px;
}

.spacesheep{
    position: absolute;
    left: 0px;
    top:450px;
    z-index: 1;
    width: 100px;
}

.moon{
    max-width: 400px;
    object-fit: contain;
    margin-left:0px;
    margin-right: auto;
    margin-top:auto;
    margin-bottom: -1px;
}


.modal{
    display: none;
    position: fixed;
    width:100%;
    height:100%;
    background-color: rgba(0, 0, 0, 0.89);
}

.modal > img{
    width:80%;
    max-width: 400px;
}

.p12{
    padding:12px;
}

.moontitle{
    position: absolute;
    bottom:295px;
    left: 200px;
}

.moontext{
    position: absolute;
    bottom:270px;
    left: 210px;
}

.imgSection{
    display:inline-block;
    width: 32.5vw;
    height: 32.5vw;
    max-width: 300px;
    max-height: 300px;
    margin:12px auto;
}

.pop{
    display: block;
}

.reverse{
    flex-direction: row-reverse;
}

.beach{
   
}

.sunrise{
    background-image:url("../img/about/clouds.png"),url("../img/about/sunset.png") ;
    background-repeat: repeat-x,no-repeat;
    background-position: top, bottom;
    background-size: auto 200px, cover;
    min-height: 100%;
}

.beach::before {
    content: "";
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background-image: url("../img/interview/beach.png");
    min-height: 400px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;   
  }

.umbrella{
    width: 90px;
    height: 90px;
    margin:0 auto;
    display: block;
}

a.m0{
    margin:0px;
    padding:2px;
}

.w1200p{
    width: 100%;
    max-width: 900px;
}

@media only screen and (max-width: 900px) {
    
    .imgSection{
        min-width: 300px;
        min-height: 300px;
    }
    
    .w1200p{
        width: 100%;
        max-width: 600px;
    }
}

@media only screen and (max-width: 850px) {
    .menu-item{
       display: none;
    }

    a.m0{
        margin:0px;
        padding:6px;
    }

    .logo{
        max-height: 50px;
    }
    
    .logotext{
        max-height:20px;
        z-index: 1000;
    }
}


@media only screen and (max-width: 650px) {
    .column-reverse{
        flex-direction: column-reverse;
    }
    
    .imgSection{
        width: 80vw;
        height: 80vw;
        max-width: 400px;
        max-height: 400px;
    }
    
    .mobileFlex{
        display: flex;
        flex-wrap: wrap;
    }
}

