html {
    scroll-behavior: smooth;
    scroll-padding-top: 70px;
  }
body{
    color: #000;
    font-family: KoHo;   
    font-size: 14px;
    font-weight: 300;
}
h1 {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 600;
}
a {
    text-decoration: none;
}

#background {
    width: 100vw;
    height: 100vh;
    position: fixed;
    z-index: -1;
    background: conic-gradient(from 132deg at 42.42% 43.56%, #5800B0 47.502243518829346deg, #D20FF2 225.1104211807251deg);
    filter: blur(15px);
    scale: 2;
}
#container {
    width: 100vw;
    height: 100%;
    margin: -8px;    
}


#navigation-background {
    width: 100vw;
    height: 60px;
    background: linear-gradient(to right, #5800B0, #D20FF2);
    position: sticky;
    top: 0;
    overflow: hidden;
    z-index: 10;
}
#navigation {
    width: 100vw;
    height: 52px;
    background: #ffffff;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
}
#R-button {
    width: 200px;
    border-radius: 33px;
    background: linear-gradient(90deg, #5800B0 0%, #D20FF2 89.74%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 75%;
    position: relative;
    top: 50%;
    transform: translate(0, -50%);
    right: 5%;
}
#R-button:hover {
    width: 205px;
    height: 76%;
}
#R-button-sm {
    display: none;
    width: 200px;
    border-radius: 33px;
    background: linear-gradient(90deg, #5800B0 0%, #D20FF2 89.74%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 75%;
    position: relative;
    top: 50%;
    transform: translate(0, -50%);
    right: 5%;
}
a.menu-btns {
    display:none;
}
.button-text {
    color: #FFF;
    text-align: center;
    font-family: 'KoHo', sans-serif;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    position: relative;
    left: 1px;
    padding-top: 8px;
    padding-bottom: 8px;
}
a.button-text:hover {
    font-weight:600;
    font-size: 19px;
}
#menu{
    color: #000;
    text-align: center;
    font-family: 'KoHo', sans-serif;
    font-size: 16px;
    font-weight: 400;
    height: 100%;
    overflow:hidden;
}
#menu ul {
    list-style-type: none;
}
#menu li {
    display: inline;
    padding: 6px 20px;
}
#menu a {
    color:#000;
    text-decoration: none;
}
#menu a:hover {
    text-decoration:underline;
    text-underline-offset: 2px;
    text-decoration-style: wavy;
    text-decoration-thickness: 1.5px;
    text-decoration-color: #D20FF2;
    color:#5800B0;
    font-weight: 500;
}
.scroll {
    color:#ffffff;
    background-color:#D20FF2;
    border-radius: 33px;
}
#menu-sm{
    display: none;
    color: #000;
    text-align: center;
    font-family: 'KoHo', sans-serif;
    font-size: 16px;
    font-weight: 400;
    height: 80%;
    overflow:hidden;
}
#menu-sm ul {
    list-style-type: none;
}
#menu-sm li {
    display: inline;
    padding: 6px 20px;
}
#menu-sm a {
    color:#000;
    text-decoration: none;
}
#menu-sm a:hover {
    text-decoration:underline;
    text-underline-offset: 2px;
    text-decoration-style: wavy;
    text-decoration-thickness: 1.5px;
    text-decoration-color: #D20FF2;
    color:#5800B0;
    font-weight: 500;
}

#handburger {
    display: none;
}
#close {
    display: nonE;
}
#toggle {
    display: none;
}


#hero {
    background: #ffffff;
    width: 100%;
    height: 900px;
    overflow: hidden;
}
#hero_text {
    text-align: center;
    font-size: 24px;
    font-style: italic;
    font-weight: 400;
    line-height: normal;
    width: 80%;
    position: absolute;
    top:50%;
    left: 10%;
    transform: translate(0, -50%);
}
#hero img{
   float: right;
   margin-top: 160px;
   margin-right: -100px;
   width: 800px;
   height: 800px;
   object-fit: cover;
   border-radius: 50%;
}
#hero_overlay {
    clear: right;
    float: right;
    margin-top: -800px;
    margin-right: -100px;
    width: 800px;
    height: 800px;
    background: conic-gradient(from 180deg at 50% 65.43%, rgba(210, 15, 242, 0.30) 69.5645660161972deg, rgba(88, 0, 176, 0.30) 286.4068579673767deg);
    background-blend-mode: screen;
    filter: blur(50px);
    opacity: 0.7;
    border-radius: 50%;
}
#white_circle {
    position: absolute;
    width: 48%;
    height: 35%;
    background-color: #FFF;
    border-radius: 50%;
    position: absolute;
    top:50%;
    left: 5%;
    transform: translate(0, -45%);
}


#about {
    position:relative;
    top: 20px;
    width: 100%;
    height: 350px;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    overflow: hidden;
}
#about img{
    width: 50%;
    height: 100%;
    object-fit: cover;
 }
#about_text {
    width: 50%;
    margin: 30px 20px; 
 }


#unlock {
    position:relative;
    top: 40px;
    width: 100%;
    height: 250px;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    overflow: hidden;
}
#unlock img{
    width: 35%;
    height: 100%;
    object-fit: cover;
 }
 #unlock_text {
    width: 65%;
    margin: 30px 50px;
 }


 #mastery {
    position:relative;
    top: 60px;
    width: 100%;
    height: 300px;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    overflow: hidden;
}
 #mastery_text {
    width: 100%;
    margin: 50px;
 }
 .title {
    text-transform: uppercase;
    font-weight: 500;
 }


 #future {
    position:relative;
    top: 60px;
    width: 100%;
    height: 200px;
    display: flex;
    align-items: center;
    overflow: hidden;
}
 #future_text {
    color: #FFF;
    width: 100%;
    margin: 100px;
    text-align: center;
 }
 #future_text h1 {
    font-size: 30px;
 }
 #future_text p {
    font-style: italic;
 }


 #footer {
    position:relative;
    top: 70px;
    width: 100%;
    height: 340px;
    background-color: #FFF;
    overflow: hidden;
}
 #footer_text {
    position: relative;
    top: 130px;
    width: 100%;
    text-align: center;
 }
 #footer img {
    width: 150px;
    margin: auto 30px;
    object-fit: cover;
 }
 #footer_img {
    position: relative;
    top: 90px;
    display: flex;
    justify-content: center;
 }
#bottom {
    height: 85px;
}
#footer_img_sm {
    display: none;
}
#scroll-line {
    display: none;
}



.transitionOn {
    animation-name: transitionOn;
    animation-duration: 4s;
}
@keyframes transitionOn {
    from {opacity: 0; margin-top: 0px;}
}

.transitionOnLeft {
    animation-name: transitionOnLeft;
    animation-duration: 2s;
}
@keyframes transitionOnLeft {
    from {transform: translate(-500px);}
}

.transitionOnRight {
    animation-name: transitionOnRight;
    animation-duration: 2s;
}
@keyframes transitionOnRight {
    from {transform: translate(500px);}
}
