html{
    scroll-behavior: smooth;
    overflow: hidden;
}
body{
    scroll-behavior: smooth;
    margin: 0;
    text-align: center;
    font-family: 'Merriweather', serif;
    background-color: #111111;
    overflow: hidden;
}
h1{
    margin-top: 0;
    font-size: 3.5rem;
    letter-spacing: 1px;
    line-height: 10%;
}
h2{
    font-size: 4rem;
    font-family: "proxima nova bold", "Helvetica Neue", Helvetica, Arial, Sans-serif, serif;
    font-weight: bold;
    width: 70%;
    margin-top: 15%;
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
    h2{
        font-size: 12vw;
    }
}
h3 {
    font-family: 'Montserrat', sans-serif;
}
p {
    font-family: 'Mukta', sans-serif;
    margin-bottom: 0;
    font-size: 1.2rem;
    font-weight: normal;
    color: slategray;
    line-height: 1.6;
    overflow-wrap: break-word;
    letter-spacing: .1rem;
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
    p {
        font-size: 4.5vw;
    }
}
strong{
    color: white;
}
img{
    max-width: 100%;
    max-height: 100%;
}
.preloader{
    background-color: #111111;
    height: 100vh;
    width: 100%;
    position: fixed;
    align-items: center;
    z-index: 1000;
}
.spinner {
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  width:0;
  height:0;
  border-radius:100%;
  opacity:0;
  border:0.2rem solid #0ca2d9;
  animation:anim 4s infinite linear;
}

@keyframes anim {
  0% {
    opacity:0.0;
    width:0;
    height:0;
  }
  10% {
    opacity:0.2;
  }
  100% {
    opacity:0.0;
    width:100vmin;
    height:100vmin;
  }
}

.spinner:nth-child(1) { animation-delay:200ms; }
.spinner:nth-child(2) { animation-delay:400ms; }
.spinner:nth-child(3) { animation-delay:600ms; }
.spinner:nth-child(4) { animation-delay:800ms; }
.spinner:nth-child(5) { animation-delay:1000ms; }
.spinner:nth-child(6) { animation-delay:1200ms; }
.spinner:nth-child(7) { animation-delay:1400ms; }
.spinner:nth-child(8) { animation-delay:1600ms; }
.spinner:nth-child(9) { animation-delay:1800ms; }


.loading_img{
    width: 8%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
    .loading_img{
        width: 25vw;
    }
}
#load-text{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-100%);
    color: white;
    font-size: 1vw;
    font-family: 'Mukta', sans-serif;
    font-weight: lighter;
    display: inline;
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
    #load-text{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-100%);
        color: white;
        font-size: 4vw;
        font-weight: lighter;
        display: inline;
    }
}




.site-wrap{
    display: block;
}
@media only screen and (max-width: 1000px) and (orientation: landscape) {
    .site-wrap{
        display: none;
    }
}
.rotate-your-device{
    display: none;
}
@media only screen and (max-width: 1000px) and (orientation: landscape) {
    .rotate-your-device{
        display: block;
        width: 80%;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        height: 100vh;
        text-align: center;
    }
}








#content{
    width: 100%;
}
.lander{
    background-color: #080808;
    height: 100vh;
    width: 100%;
    position: fixed;
    z-index: 1000;
    align-items: center;
}
.hide-lander{
    position: absolute;
    animation: goUp 1s;
    visibility: hidden;
}
@keyframes goUp {
    0% {
        visibility: visible;
        opacity: 1;
    }
    100%{
        transform: translateY(-100%);
        opacity: 0;
        visibility: hidden;
    }
}
.welcome{
    color: white;
    text-align: center;
    font-family: 'Silkscreen', cursive;
    font-size: 3vw;
    font-weight: bold;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: inline;

}
@media only screen and (max-width: 767px) and (orientation: portrait) {
    .welcome{
        width: 100%;
        top: 45%;
        font-size: 5vw;
        display: block;
    }
}
.navbar {
  overflow: hidden;
  background-color: transparent;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

.navbar a {
    float: left;
    display: block;
    color: white;
    text-align: center;
    text-decoration: none;
    font-size: 2.5rem;
    padding: .15rem;
    margin-left: 9.5%;
    transition: 0.3s ease-in;
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
    .navbar a {
    font-size: 7vw;
    margin-left: 5%;
    }
}

.navbar a:hover {
  color: gray;
}
.navbar ul {
    position:absolute;
    top:50%;
    left:85%;
    transform: translate(-50%, -50%);
    margin: 0;
    padding:0;
    display:flex;
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
    .navbar ul {
        left:80%;
    }
}


ul li {
    list-style: none;
    margin-right: 2vw;
}

ul li a {
  position: relative;
  text-decoration:none;
  transition: .5s;
}

ul li a:hover {
  text-decoration:none;
}

ul li a .fab {
    width: 100%;
    height:100%;
    display:block;
    font-size: 1.5rem;
    color: white;
    transition: .5s;
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
    ul li a .fab {
        font-size: 5vw;
    }
}
ul li:nth-child(1) a:hover .fab {
  color: #e4405f;
}

ul li:nth-child(2) a:hover .fab {
  color: #3b5998;
}

ul li:nth-child(3) a:hover .fab {
  color: #00aced;
}

ul li:nth-child(4) a:hover .fab {
  color: #007bb6;
}

.top_box{
    background-color: #111111;
    color: white;
    height: 100vh;
    border-bottom: solid rgba(56, 56, 56, 0.73);
    border-bottom-width: thin;
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
    .top_box{
        height: 100vh;
    }
}

.top_box #starybg{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    min-width: 100%;
    min-height: 100vh;
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
    .top_box #starybg{
        display: none;
    }
}

#first-div{
    width: 50%;
    height: 100vh;
    align-items: center;
    justify-content: center;
    float: left;
    display:block;
    position: relative;
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
    #first-div{
    width: 100%;
    height: 50vh;
    float: none;
    }
}


#wrap-first{
    position: absolute;
    top: 10%;
    right: 0;
    padding: 19%;
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
    #wrap-first {
        position: absolute;
        width: 80%;
        top: 50%;
        padding: 0;
        margin: 0;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
    }
}
.introduction{
    font-family: 'Orbitron', sans-serif;
    font-size: 3rem;
    letter-spacing: .2vw;
    line-height: 1.5;
    margin-bottom: 0;
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
    .introduction{
        font-family: 'Orbitron', sans-serif;
        font-size: 11.5vw;
        letter-spacing: .2vw;
        line-height: 1.5;
        margin-bottom: 0;
        color: white;
        background: linear-gradient(271deg,#a0e9ff 30%,#a162e8 50%,#f093b0 70%,#edca85 94%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-size: 100%;
    }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
    .one-line-info{
        color: white;
        line-height: 1.5;
    }
}
.scroll-for-more{
    font-family: 'Oswald', sans-serif;
    color: rgba(255, 255, 255, 0.7);
    position: absolute;
    margin-top: 10%;
    text-decoration: none;
    border-bottom: 0.15rem solid #555;
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
    .scroll-for-more{
    margin-top: 3%;
    font-size: 3.5vw;
    }
}

.scroll-for-more::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #ffffff;
    transition: width .3s;
}

.scroll-for-more:hover::after {
    width: 100%;
    //transition: width .3s;
}
#sec-div{
    width: 50%;
    height: 100vh;
    align-items: center;
    float: right;
    display:block;
    position: relative;
}
@media only screen and (max-width: 767px) and (orientation: portrait){
  #sec-div {
      width: 100%;
      height: 50vh;
      float: none;
      display: block;!important;
  }
}

#sec-div img{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 75%;
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
    #sec-div img{
        max-width: 90%;
    }
}


.middle_box{
    background-color: #111111;
    color: white;
    margin-top: 0;
    min-height: 800vh;
}
.profile-wrap{
    width: 65%;
    height: 100vh;
    align-items: center;
    float: left;
    display:inline;
    position: relative;
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
    .profile-wrap{
        top: 5%;
        width: 100%;
        height: 100vh;
        float: none;
        display:inline;
    }
}

.profile{
    position: absolute;
    padding: 0 5% 0 15%;
    text-align: left;
    font-size: 1.2rem;
    margin: 0;
    top: 50vh;
    transform: translateY(-50vh);
}
.profile h2{
    margin-bottom: 0;
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
    .profile{
        padding:3% 5% 0 5%;
        text-align: left;
    }
}

.intro{
    font-size: 1.5rem;
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
    .intro{
        font-size: 6vw;
    }
}

.description{
    text-align: justify;
    hyphens: auto;
}

.profile-photo{
    width: 35%;
    height: 100vh;
    float: right;
    display:inline;
    position: relative;
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
    .profile-photo{
    width: 100%;
    height: 40vh;
    float: none;
    display:inline-block;
    margin-top: 10%;
    margin-bottom: 10%;
}
}

.profile-photo img{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-70%) translateY(-40%);
    width: 65%;
    border: 0.15rem solid #555;
    box-shadow:0 0 2rem 0 rgba(255, 255, 255, 0.68);
    border-radius: 1.5rem;
    background: transparent;
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
    .profile-photo img{
    transform: translateX(-50%) translateY(-50%);
    width: 70%;
}
}
.random-facts-box{
    width: 100%;
    height: 90vh;
    display:inline;
    float: left;
    position: relative;
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
    .random-facts-box{
        height: 100vh;
        display:block;
        float: none;
    }
}
.random-facts{
    width: 80%;
    height: 70vh;
    background: #2980B9;
    background: -webkit-linear-gradient(to left, #2980B9, #6a28ee);
    background: linear-gradient(to left, #2980B9, #6a28ee);
    display: flex;
    align-items: center;
    border: none;
    border-radius: 1.5rem;
    box-shadow: 0px 5px 10px 0px rgba(64, 163, 255, 0.5);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    transition: .4s;
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
    .random-facts{
    width: 90%;
    height: 90vh;
    box-shadow: none;
    background: #2980B9;
    background: -webkit-linear-gradient(to bottom, #2980B9, #6a28ee);
    background: linear-gradient(to bottom, #2980B9, #6a28ee);
    }
}
.random-facts:hover{
    transform: translateX(-50%) translateY(-53%);;
    box-shadow: 0px 10px 20px 2px rgba(64, 163, 255, 0.5);
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
    .random-facts:hover{
    box-shadow: none;
}
}
.random-facts img{
    width: 40%;
    display: flex;
    align-items: center;
    position: absolute;
    right: 0;
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
    .random-facts img{
    width: 95%;
    max-height: 35vh;
    position: absolute;
    bottom: 0;
}
}
#random-text-wrap{
    width: 50%;
    height: 90%;
    position: relative;
    text-align: left;
    margin-left: 10%;
 }
@media only screen and (max-width: 767px) and (orientation: portrait) {
    #random-text-wrap{
    width: 80%;
    max-height: 55vh;
    position: absolute;
    display: block;
    top: 3%;
    left: 50%;
    margin: 0;
    transform: translateX(-50%);
    text-align: center;
 }
}
#random-text-wrap h2{
    width: 100%;
    color: white;
    font-weight: normal;
    font-size: 3rem;
    text-shadow: 1px 1px 1px #191919;
    position: relative;
    left: 0;
    top: 0;
    margin-top: 0;
    margin-bottom: 0.7rem;
    display: block;
    text-decoration: solid underline 2px;
    text-underline-position: under;
    text-underline-offset: 5px;
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
    #random-text-wrap h2{
    font-size: 7vw;
    margin-bottom: 0;
}
}
#random-text-wrap p{
    color: white;
    font-family: 'Lato', sans-serif;
    line-height: 1;
    font-weight: normal;
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
    #random-text-wrap p{
    font-size: 4vw;
    letter-spacing: 0.2vw;
    hyphens: auto;
}
}
.facts-wrap{
    width: 65%;
    height: 230vh;
    align-items: center;
    float: right;
    display:inline;
    position: relative;
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
    .facts-wrap{
    width: 100%;
    height: 0;
    min-height: 215vh;
    align-items: center;
    display:block;
    float: none;
    position: relative;
    text-align: left;
    overflow: auto;
    margin-bottom: 10%;
}
}
.facts{
    position: absolute;
    padding: 0 15% 0 5%;
    text-align: left;
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
    .facts{
        width: 90%;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        display: block;
        padding: 0;
        margin: 5% 0 0 0;
        text-align: left;
        hyphens: auto;
    }
    .facts em{
        word-spacing: -2px;
    }
    .facts a{
        word-break: break-all;
    }

}
.facts h2{
    margin-bottom: 0;
    margin-top: 5%;
}
img.emoji {
    display: inline !important;
    border: none !important;
    box-shadow: none !important;
    height: 1rem !important;
    width: 1rem !important;
    vertical-align: -0.1em !important;
    background: none !important;
    padding: 0 !important;
}
.snaps-div{
    width: 35%;
    height: 230vh;
    float: left;
    display:inline;
    position: relative;
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
    .snaps-div{
    width: 100%;
    max-height: 180vh;
    float: none;
    display:block;
    position: relative;
}
}
.snaps{
    display:block;
    border: 0.3rem solid #191919;
    border-radius: 20px;
    transition: box-shadow .3s;
}
.snaps:hover{
    box-shadow: 0 0 1.1rem 0 rgba(94, 94, 94, 0.5);
    transform: scale(1.005);
    transition: 0.3s ease-in-out;
}
.snaps-div #snaps-1{
    position: absolute;
    display: flex;
    justify-content: center;
    left: 50%;
    width: 60%;
    transform: translateX(-35%)translateY(80%);
    background: transparent;
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
    .snaps-div #snaps-1{
        width: 70%;
        transform: translateX(-50%);
        top: 0;
        margin-bottom: 10vh;
    }
}
.snaps-div #snaps-2{
    position: absolute;
    display: flex;
    justify-content: center;
    left: 50%;
    width: 60%;
    transform: translateX(-35%)translateY(220%);
    background: transparent;
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
    .snaps-div #snaps-2{
        width: 70%;
        top: 16.66%;
        transform: translateX(-50%);
        margin-bottom: 10vh;
    }
}
.snaps-div #snaps-3{
    position: absolute;
    display: flex;
    justify-content: center;
    left: 50%;
    width: 60%;
    transform: translateX(-35%)translateY(360%);
    background: transparent;
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
    .snaps-div #snaps-3{
        width: 70%;
        top: 33.32%;
        transform: translateX(-50%);
        margin-bottom: 10vh;
    }
}
.snaps-div #snaps-4{
    position: absolute;
    display: flex;
    justify-content: center;
    left: 50%;
    width: 60%;
    transform: translateX(-35%)translateY(500%);
    background: transparent;
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
    .snaps-div #snaps-4{
        width: 70%;
        top: 49.98%;
        transform: translateX(-50%);
        margin-bottom: 10vh;
    }
}
.snaps-div #snaps-5{
    position: absolute;
    display: flex;
    justify-content: center;
    left: 50%;
    width: 60%;
    transform: translateX(-35%)translateY(640%);
    background: transparent;
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
    .snaps-div #snaps-5{
        width: 70%;
        top: 66.64%;
        transform: translateX(-50%);
        margin-bottom: 10vh;
    }
}

.snaps-div #snaps-6{
    position: absolute;
    display: flex;
    justify-content: center;
    left: 50%;
    width: 60%;
    transform: translateX(-35%)translateY(780%);
    vertical-align: bottom;
    background: transparent;
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
    .snaps-div #snaps-6{
        width: 70%;
        transform: translateX(-50%);
        top: 83.33%;
    }
}

.achievements-box{
    width: 100%;
    height: 90vh;
    display:inline;
    float: left;
    position: relative;
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
    .achievements-box{
        height: 100vh;
        display:block;
        float: none;
    }
}

.achievements{
    width: 80%;
    height: 70vh;
    background: #f3e7e9;
    background: -webkit-linear-gradient(to top, #f3e7e9 0%, #e3eeff 99%, #e3eeff 100%);
    background-image: linear-gradient(to top, #f3e7e9 0%, #e3eeff 99%, #e3eeff 100%);
    display: flex;
    align-items: center;
    border: none;
    border-radius: 1.5rem;
    box-shadow: 0px 5px 10px 0px rgba(201, 201, 201, 0.50);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    transition: .4s;
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
    .achievements{
    width: 90%;
    height: 90vh;
    box-shadow: none;
}
}

.achievements:hover{
    transform: translateX(-50%) translateY(-53%);;
    box-shadow: 0px 10px 20px 2px rgba(201, 201, 201, 0.50);
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
    .achievements:hover{
    box-shadow: none;
    }
}

.achievements img{
    width: 50%;
    display: flex;
    align-items: center;
    position: absolute;
    left: 0;
    bottom: 0;
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
    .achievements img{
        width: 100%;
        max-height:35vh;
        display: block;
        left: 55%;
        transform: translateX(-50%);
    }
}
#achievements-wrap{
    width: 50%;
    height: 93%;
    position: absolute;
    right: 0;
    bottom: 0;
    text-align: left;
 }
@media only screen and (max-width: 767px) and (orientation: portrait) {
    #achievements-wrap{
    width: 80%;
    max-height: 55vh;
    position: absolute;
    display: block;
    top: 3%;
    left: 50%;
    margin: 0;
    transform: translateX(-50%);
    text-align: center;
 }
}

#achievements-wrap h2{
    width: 85%;
    color: #002147;
    font-weight: normal;
    font-size: 3rem;
    text-shadow: 1px 1px 1px rgba(166, 166, 229);
    position: relative;
    left: 0;
    top: 0;
    margin-top: 0;
    margin-bottom: 2rem;
    margin-left: 10%;
    display: block;
    text-decoration: solid underline 2px;
    text-underline-position: under;
    text-underline-offset: 5px;
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
    #achievements-wrap h2{
        text-underline-offset: 3px;
        width: 100%;
        font-size: 7vw;
        margin: 0 0 3vh 0;
        left:50%;
        transform: translateX(-50%);
    }
}
#achievements-wrap p{
    color: #002147;
    font-family: 'Lato', sans-serif;
    line-height: 1;
    margin-left: 10%;
    font-weight: normal;
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
    #achievements-wrap p{
    font-size: 4vw;
    letter-spacing: 0.2vw;
    line-height: 1.4;
    hyphens: auto;
    margin: 0;
    text-align: left;
    }
}
#achievements-wrap em{
    font-size: 1rem;
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
    #achievements-wrap em{
    font-size: 3vw;
}
}
.skills-wrap{
    width: 100%;
    height: 85vh;
    border-bottom: solid rgba(56, 56, 56, 0.73);
    border-bottom-width: thin;
    display:inline;
    float: left;
    position: relative;
    margin-bottom: 5%;
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
    .skills-wrap{
        height: 80vh;
        margin-bottom: 10%;
    }
}
.skills{
    position: relative;
    top: 0;
    display: block;
    text-align: right;
    width: 100%;
    height: 20vh;
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
    .skills{
    width: 100%;
    height: 15vh;
}
}
.skills h2{
    position: absolute;
    right: 10%;
    padding: 0;
    margin: 0;
    bottom: 0;
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
    .skills h2{
        right: 5%;
    }
}
.skills-graph{
    width:80%;
    height: 65vh;
    background-color: #080808;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    border-top: solid rgba(56, 56, 56, 0.73);
    border-top-width: thin;
    border-left: solid rgba(56, 56, 56, 0.73);
    border-left-width: thin;
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
    .skills-graph{
        width: 90%;
    }
}
.bar{
    color: ghostwhite;
    display: flex;
    align-items: end;
    justify-content: center;
    position: absolute;
    bottom: 0;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}
.bar h2{
    width: 100%;
    font-size: 1.5vw;
    font-weight:normal;
    opacity: 0;
    visibility: hidden;
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
    .bar h2 {
        font-size: 2vw;
    }
}

#dreaming{
    width: 12%;
    height: 60vh;
    background-image: linear-gradient(to bottom,  #ff8b62, #ff7d60, #ff6e60, #ff5e62);
    left: 10%;
}
#python{
    width: 12%;
    height:55vh;
    background-image: linear-gradient(to top, #11998e, #00af94, #00c593, #00da8b, #38ef7d);
    left: 27%
}
#html-css{
    width: 12%;
    height:45vh;
    background-image: linear-gradient(to top, #0093e9, #00a7e6, #00b7db, #4fc4cf, #80d0c7);
    left: 44%;
}
#java{
    width: 12%;
    height:25vh;
    background-image: linear-gradient(to bottom, #396afc, #3262fd, #2d5afe, #2a51ff, #2948ff);
    left: 61%;
}
#designing{
    width: 12%;
    height:30vh;
    background-image: linear-gradient(to bottom, #8e2de2, #8023e1, #7119e1, #600de0, #4a00e0);
    left: 78%;
}
.creations-box{
    width: 100%;
    height: 90vh;
    display:inline;
    float: left;
    position: relative;
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
    .creations-box{
        height: 100vh;
        display:block;
    }
}
.creations{
    width: 80%;
    height: 70vh;
    background: #0F2027;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #2C5364, #203A43, #0F2027);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #2C5364, #203A43, #0F2027); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */display: flex;
    align-items: center;
    border: none;
    border-radius: 1.5rem;
    box-shadow: 0px 5px 10px 0px rgba(44, 83, 100, 0.65);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    transition: .4s;
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
    .creations{
        width: 90%;
        height: 90vh;
        box-shadow: none;
    }
}
.creations:hover{
    transform: translateX(-50%) translateY(-53%);
    box-shadow: 0px 10px 20px 2px rgba(44, 83, 100, 0.65);
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
    .creations:hover{
        box-shadow: none;
    }
}
#creations-wrap{
    width: 90%;
    height: 90%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    text-align: left;
 }
#creations-wrap h2{
    width: 90%;
    color: #ffffff;
    font-weight: normal;
    font-size: 3rem;
    text-shadow: 1px 1px 1px #191919;
    position: absolute;
    margin-top: 0;
    text-align: left;
    margin-left: 5%;
    display: block;
    text-decoration: solid underline 2px;
    text-underline-position: under;
    text-underline-offset: 5px;
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
    #creations-wrap h2{
        width: 100%;
        font-size: 7vw;
        margin-top: 0;
        text-align: center;
        margin-left: 0;
}
}
#design-wrap{
    width: 90%;
    height: 85%;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
    #design-wrap{
        width: 90%;
        height: 90%;
    }
}
.designs {
    float: left;
    width: 15%;
    display: flex;
    margin-right: 5%;
    margin-left: 5%;
    margin-top: 3%;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
     border:none;
    border-radius: 1.1rem;
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
    .designs {
    float: left;
    width: 40%;
    display: flex;
    margin: 1% 5% 8% 5%;
    }
}
.designs:hover{
    transform: translateY(-5px);
    box-shadow: rgba(0, 0, 0, 0.16) 0px 5px 8px, rgba(0, 0, 0, 0.23) 0px 5px 8px;
    transition: 0.3s;
}
.designs img {
    width: 100%;
    height: auto;
    border:none;
    border-radius: 1.1rem;
}

/*#design-1{*/
/*}*/
/*#design-2{*/
/*}*/
/*#design-3{*/
/*}*/
/*#design-4{*/
/*}*/
/*!*#design-5{*!*/
/*!*}*!*/
/*!*#design-6{*!*/
/*!*    *!*/
/*!*}*!*/
/*#design-7{*/
/*}*/
/*#design-8{*/
/*    */
/*}*/
.my-theory{
    width: 100%;
    height: 90vh;
    display:inline;
    float: left;
    position: relative;
    margin-top: 5%;
    background: rgba(0,111,205,1);
   background: radial-gradient(circle at 50% 120%, #c4e4ff, #bde0ff, #a8d6ff, #8ac5ff, #65afff, #3b94ff, #1076ff, #005be5, #0048c0, #0039a2, #00308d, #002d86);
    text-align: center;
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
    .my-theory{
        height: 80vh;
        margin-top: 15%;
    }
}
.my-theory-wrap{
    position: absolute;
    width: 100%;
    height: 85Vh;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    text-align: center;
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
    .my-theory-wrap{
        width: 85%;
        height: 70Vh;
    }
}
.my-theory-wrap h2{
    font-family: 'Oswald', sans-serif;
    font-weight: normal;
    font-size: 3rem;
    width: 100%;
    position: relative;
    top: 0;
    margin-top: 1.5%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
    .my-theory-wrap h2{
        font-size: 10vw;
    }
}
.my-theory-wrap h2:before,
.my-theory-wrap h2:after {
  background-color: white;
  content: "";
  display: inline-block;
  height: .30vh;
  position: relative;
  vertical-align: middle;
  width: 10vw;
}

.my-theory-wrap h2:before {
  right: 0.4rem;
  margin-left: -50%;
}

.my-theory-wrap h2:after {
  left: 0.4rem;
  margin-right: -50%;
}
.my-theory-wrap p{
    font-family: 'Oswald', sans-serif;
    font-weight: bold;
    color: white;
    display: block;
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
    .my-theory-wrap p{
        font-weight: normal;
    }
}
.bottom_box{
    width: 100%;
    min-height: 100vh;
    background-color: #111111;
    color: white;
    align-items: center;
    float: right;
    display:inline;
    position: relative;
}
.bottom-text-wrap{
    width: 80%;
    height: 50vh;
    position: relative;
    align-items: center;
    text-align: left;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
    .bottom-text-wrap{
        height: 55vh;
    }
}
.bottom-text-wrap #lost-in-the-space{
    display: inline-block;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    font-size: 4rem;
    font-family: "proxima nova bold", "Helvetica Neue", Helvetica, Arial, Sans-serif, serif;
    font-weight: bold;
    text-shadow: 1px 1px 1px rgb(0, 0, 0);
    margin-top: 1.5em;
    margin-bottom: 0;
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
    .bottom-text-wrap #lost-in-the-space{
        font-size: 15vw;
        margin-top: 14vh;
        text-shadow: none;
        color: white;
        background: linear-gradient(271deg,#a0e9ff 30%,#a162e8 50%,#f093b0 70%,#edca85 94%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-size: 100%;
    }
}
.bottom-text-wrap #here-to-help-you{
    display: inline-block;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    font-size: 1.5rem;
    font-family: "proxima nova bold", "Helvetica Neue", Helvetica, Arial, Sans-serif, serif;
    font-weight: bold;
    text-shadow: 1px 1px 1px rgb(0, 0, 0);
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
    .bottom-text-wrap #here-to-help-you{
        font-size: 5vw;
        text-shadow: none;
        padding-left: 0;
        margin-left: 0;
        width: 100%;
    }
}
.contact-me{
    font-family: 'Oswald', sans-serif;
    color: rgba(255, 255, 255, 0.7);
    display: inline-block;
    font-size: 2rem;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    text-decoration: none;
    border-bottom: 0.15rem solid #555;
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
    .contact-me{
        font-size: 7vw;
    }
}
.contact-me::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #ffffff;
    transition: width .3s;
}
.contact-me:hover::after {
    width: 100%;
    //transition: width .3s;
}
.bottom-image-wrap{
    width: 100%;
    height: 50vh;
    position: relative;
    align-items: center;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
    .bottom-image-wrap{
        height: 45vh;
    }
}
.bg_earth{
    width: 100vw;
    max-height: 50vh;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
    .bg_earth{
        width: 100vw;
        max-height: 45vh;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: 0;
    }
}
.copyright-line{
    width: 100%;
    height: 15%;
    background-color: transparent;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 5px;
    z-index: 10;
}

.arrow{
    width: auto;
    display: table;
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translateX(-50%) translateY(-70%);
}
.arrow a{
    text-shadow: none;
    text-decoration: none;
    color: transparent;
}
.arrow i.fa-solid{
    font-size: 5vw;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: rgba(49, 49, 49, 0.85);
    cursor: pointer;
    transition: 0.3s;
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
    .arrow i.fa-solid{
        font-size: 10vw;
    }
}
.arrow i.fa-solid:hover{
    font-size: 5vw;
    display: table-cell;
    vertical-align: middle;
    transform: translateY(-5px);
    text-align: center;
    color: rgba(72, 72, 72, 0.85);
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
    .arrow i.fa-solid:hover{
        font-size: 10vw;
    }
}

.copyright-line h3 {
    margin: 0;
    font-family: 'Oswald', sans-serif;
    font-size: large;
    color: #252525;
    text-shadow: 1px 1px 1px #ffffff;
    padding-bottom: 0.5rem;
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
    .copyright-line h3 {
        font-size: 3.5vw;
        padding-bottom: 0;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translateX(-50%)translateY(-50%);
    }
}
.copyright-line small {
    color: #ffffff;
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
    .copyright-line small {
        font-size: 2.5vw;
        color: #ffffff;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: 0;
    }
}








.lineUp {
  animation: 2s anim-lineUp ease-out ;
}
@keyframes anim-lineUp {
  0% {
    opacity: 0;
    transform: translateY(80%);
  }
  20% {
    opacity: 0;
  }
  50% {
    opacity: 1;
    transform: translateY(0%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}
@keyframes animate {
  0% {
    background-position: -500%;
  }
  100% {
    background-position: 500%;
  }
}
.reveal {
  position: relative;
  opacity: 0;
}

.reveal.active {
  opacity: 1;
}
.reveal.active.percent{
    opacity: 0.8;
    visibility: visible;
}
.active.fade-bottom {
  animation: fade-bottom 0.5s linear;
}
.active.fade-left {
  animation: fade-left 0.5s cubic-bezier(0.25, 0.50, 0.75, 1);
}
.active.fade-right {
  animation: fade-right 0.5s cubic-bezier(0.25, 0.50, 0.75, 1);
}
.active.fade-in {
  animation: fade-in 1s ;
}
.active.fade-percent {
  animation: fade-percent 1s cubic-bezier(0.25, 0.50, 0.75, 1);
}
.active.scale {
  position: absolute;
  animation: scale 1s ease  alternate-reverse;
}

@keyframes fade-bottom {
  0% {
    transform: translateY(100px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-left {
  0% {
    transform: translateX(-125px);
    opacity: 0;
  }
  20% {
    opacity: 0.20;
    transform: translateX(-100px);
  }
  40% {
    opacity: 0.40;
    transform: translateX(-75px);
  }
  60% {
    transform: translateX(-50px);
    opacity: 0.60;
  }
  80% {
  transform: translateX(-25px);
  opacity: 0.80;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fade-right {
  0% {
    transform: translateX(125px);
    opacity: 0;
  }
  20% {
    opacity: 0.20;
    transform: translateX(100px);
  }
  40% {
    opacity: 0.40;
    transform: translateX(75px);
  }
  60% {
    transform: translateX(50px);
    opacity: 0.60;
  }
  80% {
  transform: translateX(25px);
  opacity: 0.80;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-percent {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.8;
  }
}
@keyframes scale {
  0% {
    max-height: 100%;

  }
  100% {
    max-height: 0;

  }
}


