*{
    margin: 0;
    padding: 0;
}

:root{
--gradient: linear-gradient(
    30deg,
    #87c2f1,
    #4ca2ed,
    #4c95be,
    #98ece8,
    #264481,
    #9ecffa
 );
}

body{
    font-family: 'Advent Pro', sans-serif;
    background-color: #4c95be !important;
    overflow: inherit;
    overflow-x: hidden;
    min-height: 050vh;
    display: block;
    justify-content: center;
    align-items: center;
    line-height: 1.6;
    background-size: 500%;
    animation: back-change 30s infinite alternate;
}

@keyframes back-change{
    0% {
        background-position: left;
    }
    100%{
        background-position: right;
    }
}

.read{
    font-family: 'Orbitron', sans-serif;
}

#splash-screen{
    position: fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

.content{
    margin-top: 10%;
    margin-left: 5%;
    background: transparent;
    text-align: center;
    width: 55vw;
    height: 25vw;
    padding: 10em 10em 10em 0em;
    box-shadow: 0 2em 2em 0 rgba(29, 29, 48, 0.7)
}

.title{
    text-transform: uppercase;
    font-weight: 700;
    font-size: 2.7rem;
    color: azure;
    cursor: default;
}

figure{
    font-family: 'Caveat', cursive;
    font-size: 150%;
    overflow: hidden;
    margin-left: 15% !important;
    height: 70%;
    width: 70%;
    background-color: #fff !important;
    padding: 10px;
    padding-bottom: 10px !important;
    transform: rotate(-15deg);
}

figure:before,
figure:after{
    content: "";
    position: absolute !important;
    height: 50px;
    width: 170px;
    background-color: beige;
    transform: rotate(-20deg);
}

figure:before{
    top: 3px;
    left: -60px;
}

figure:after{
    bottom: 3px;
    right: -75px;
}

figure p{
    margin-top: 25px;
    text-align: center !important;
}

.figure2{
    font-family: 'Caveat', cursive;
    height: 70%;
    width: 70%;
    background-color: #fff !important;
    padding: 10px;
    padding-bottom: 10px !important;
    transform: rotate(15deg);
}

.figure2 p{
    margin-top: 25px;
    text-align: center !important;
}

.logo{
    position: relative;
    width: 50px;
    height: 50px;
    margin-top: 1%;
    margin-left: 50px;
    color: azure !important;
    background: transparent;
    font-style: bolder;
    font-weight: 800;
    font-size: 2rem;
    cursor: default;
}

.words{
    position: absolute;
    margin-top: -50px;
    margin-left: 110px;
    color: azure !important;
    background: transparent;
    font-style: bolder;
    font-weight: 800;
    font-size: .9rem;
    cursor: default;
}

body .nav{
    position: relative;
    margin-top: -3%;
    margin-left: 65%;
}

ul{
    width: auto;
    float: left;
}

li{
    display: inline-block;
    padding: 10px 20px;
}

a{
    text-align: center;
    color: azure !important;
    text-decoration: none !important;
    font-size: 400;
}

a:hover{
    color: #4899ee !important;
    transition: 0.5s;
}

.head-anim{
    margin-top: 9%;
    margin-left: 45%;
    background: transparent;
}

.portfolio{
    margin-bottom: 0px;
    height: 10vh;
    width: 100%;
    text-align: center;
    color: azure;
}

.portfolio h2{
    font-size: 3rem;
}

.grid {
    background-color: #98ece8;
    box-shadow: 0 .5em .5em 0 rgba(19, 19, 22, 0.473)   
}

#myContainer{
    position: absolute;
    margin-top: 140%;
    margin-left: 55%;
    transform: translate(-50%, -50%);
    display: grid;
    grid-template-columns: 600px 700px;
    grid-auto-rows: minmax(200px, auto);
    grid-column-gap: 50px;
    align-items: center;
    width: 100%;
    height: 500px;
}

.journey-title{
    color: #EDD740;
}

.text-grid,
.anim-grid{
    padding-left: 20px;
    background-color: transparent;
}

.text-grid{
    margin-top: 300px;
}

.journey-grid{
    position: absolute;
    margin-top: 240%;
    margin-bottom: 100px;
    width: 100%;
    margin-left: 60%;
    transform: translate(-50%, -50%);
    display: grid;
    grid-template-columns: 600px 600px;
    grid-auto-rows: minmax(450px, auto);
    grid-row-gap: 200px;
    grid-column-gap: 30px;
    font-weight: 400;
    font-size: 1.3rem;
    color: #111;
    font-weight: bolder
}

.j-grid1 h2{
    margin-left: 100px;
    color: #EDD740;
    font-weight: 900;
    font-style: italic;
    font-size: 3.2rem;
}

.para{
    width: 40%;
    font-size: 1rem;
    color: #111;
    font-style: italic;
}

#line{
    position: absolute;
    margin-top: -20px;
    margin-left: 150px;
    width: 20%;
    height: 3px;
    background-color: #EDD740;
}

#line-skill{
    width: 20%;
    height: 3px;
    background-color: #EDD740;
}

.para-1{
    position: absolute;
    margin-top: 80%;
    margin-left: 50%;
    width: 30%;
    font-size: 1.5rem;
    color: #111;
    font-style: italic;
}

#line-1{
    width: 50%;
    height: 3px;
    background-color: #EDD740;
}

.para-last{
    margin-top: 147%;

}

.j-grid5{
    margin-top: 100px !important;
}

.j-grid6{
    margin-top: 350px !important;
    padding-top: 50px;
    background: transparent !important;
}

.j-grid6 h2{
    margin-top: 130px;
    margin-left: 100px;
    color: #EDD740;
    font-weight: 900;
    font-style: italic;
    font-size: 3.5rem;
}

.j-grid1,
.j-grid4,
.j-grid5{
    background-color: transparent;
}

.j-grid1{
    margin-bottom: 200px;
}

.j-grid2,
.j-grid3,
.j-grid6{
    margin-top: 150px;
    background-color: #98ece8;
    box-shadow: 0 .5em .5em 0 rgba(19, 19, 22, 0.473)
}

.j-grid3{
    margin-top: 190px;
}

.about{
    position: absolute;
    margin-left: 40%;
    transform: translate(-50%, -50%);
    height: 400px;
    width: 400px;
    text-align: center;
    color: black;
    background: #EDD740;
    border-radius: 50%;
    overflow: hidden;
    overflow: -moz-hidden-unscrollable !important;
}

.about::before{
    content: '';
    position: absolute;
    inset: -10px 140px;
    background-image: var(--gradient);
    transition: 0.5s;
    animation: rotating 4s linear infinite;
}

.about:hover::before{
    inset: -20px 0px;
}

@keyframes rotating{
    0%{
        transform: rotate(0deg);
    }
    100%{
        transform: rotate(360deg);
    }
}

.about::after{
    content: '';
    position: absolute;
    inset: 6px;
    background: #98ece8;
    border-radius: 50%;
    z-index: 1;
}

.about-content{
    position: absolute;
    inset: 30px;
    border: 6px solid #EDD740;
    z-index: 3;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    cursor: auto;
}

.about-content img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s;
    pointer-events: none;
    z-index: 3;
}

.about:hover .about-content img{
    opacity: 0;
}

.about-content h2{
    position: relative;
    font-size: 1.4em;
    text-align: center;
    color: black;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.about-content h2 span{
    font-weight: 300;
    font-size: 1.2em;
    color: black;
}

.feedback{
    text-align: center;
    align-items: center;
    margin-top: 50px;
    border-bottom: 10px;
    margin-left: 700px;
}

.feedback button{
    margin: 20px 0;
    display: block;
    padding: .6rem 1.5rem;
    opacity: .7;
    color: black;
    background-image: var(--gradient);
    border: 3px solid #EDD740;
    outline: none;
    border-radius: 3px;
    cursor: pointer;
    transition: .2 ease-in;
    text-decoration: none;
}

.feedback button:hover{
    opacity: 1;
}

.pop{
    position: relative;
    z-index: 4;
    margin-top: 50px;
    margin-bottom: 0px;
    height: 50vh;
    width: 100%;
    text-align: center;
}

.pop .row{
    display: block;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.pop .form .row .the-input{
    padding: 0 10px;
    display: block;
}

.pop .form .row .the-input:first-child{
    padding-left: 10px;
}

.pop .form .row .the-input:last-child{
    padding-right: 10px;
}

.pop .form .the-input{
    width: 90%;
    height: 50px;
    margin-bottom: 50px;
}

.pop .form .the-input label{
    font-weight: 600;
    display: block;
    margin-bottom: 5px;
}

.pop .form .the-input .button{
    margin: 20px 0;
    display: block;
    padding: .7rem 2rem;
    opacity: .8;
    color: #fff;
    background: #4899ee;
    border: none;
    outline: none;
    border-radius: 3px;
    cursor: pointer;
    transition: .3s ease-in;
}

.pop .form .the-input .button:hover{
    opacity: 1;
}

.popup .content .form .the-input input, .pop .form .the-input textarea{
    width: 100%;
    height: 100%;
    border: 2px solid #4899ee;
    outline: none;
    padding: 5px 10px;
}

.pop .popup .form .the-input.textarea{
    height: 200px;
}

.popup .form .the-input.textarea textarea{
    resize: none;
}

.popup .overlay{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,.7);
    z-index: 1;
    display: none;
}

.popup .content{
    position: absolute;
    left: 50%;
    bottom: 10%;
    transform: translate(-50%, -50%) scale(0);
    background: azure;
    width: 450px;
    height: 550px;
    z-index: 2;
    text-align: center;
    padding: 20px;
}

.popup .close-button{
    position: absolute;
    top: 20px;
    right: 10px;
    width: 35px;
    height: 35px;
    background: #222;
    color: #fff;
    font-size: 25px;
    font-weight: 600;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
}

.popup.active .overlay{
    display: block;
}

.popup.active .content{
    transition: all 300ms ease-in-out;
    transform: translate(-50%, -50%) scale(1);
}

.touch{
    background-color: #4ca2ed;
    box-shadow: .5em .5em .5em .5em rgba(19, 19, 22, 0.473)
}

#line-bro{
    position: absolute;
    margin-top: 60px;
    margin-left: 510px;
    width: 3px;
    height: 25%;
    background-color: #EDD740;
}

.contact-grid{
    position: absolute;
    margin-top: 2%;
    margin-left: 30%;
    display: grid;
    grid-template-columns: 500px 500px;
    grid-auto-rows: minmax(250px, auto);
    grid-row-gap: 50px;
    grid-column-gap: 30px;
    font-weight: 400;
    font-size: 1.3rem;
    color: azure;
}

.c-grid-1{
    color: black;
    margin-top: 30px;
}

.c-grid-1 a{
    color: black !important;
}

.c-grid-1 svg:hover{
    color: #EDD740 !important;
    transition: 0.25s;
}

#git:hover{
    color: white !important;
    transition: 0.25s;
    cursor: pointer;
}

#linkedin:hover{
    color: #0375ef !important;
    transition: 0.25s;
    cursor: pointer;
}

#facebook:hover{
    color: #4899ee !important;
    transition: 0.25s;
    cursor: pointer;
}

#line-h{
    margin-top: 0px;
    margin-left: 47%;
    width: 3px;
    height: 100%;
    background-color: #EDD740;
}

.c-grid-2{
    margin-top: 0%;
    margin-bottom: 0%;
    z-index: 1000;
    box-shadow: 0 .5em .5em 0 rgba(19, 19, 22, 0.473)
}

.bro{
    position: absolute;
    margin-top: 385%;
    margin-left: 10%;
    position: absolute;
    text-align: left;
    color: black;
}

.bro h2{
    margin-left: -50px;
    margin-top: -130px;
    font-style: italic;
    font-size: 2rem;
    font-weight: bolder;
}

#move{
    background-image: var(--gradient);
    position: fixed;
    left: 95%;
    bottom: 50px;
    height: 60px;
    width: 60px;
    display: none;
    place-items: center;
    border-radius: 50px;
    box-shadow: 0 30px 60px 0 rgba(0,0,0,0.3);
    cursor: pointer;
    border: none;
}
  
#move-value{
    display: block;
    height: calc(100% - 10px);
    width: calc(100% - 10px);
    background-color: #6ec7ca;
    border-radius: 100%;
    display: grid;
    place-items: center;
    font-size: 35px;
    color: black;
}

#move-value:hover{
    transform: scale(1.2);
    transition: all 0.2s ease-in;
}

.copy{
    text-align: center;
    padding-bottom: 10px;
    margin-bottom : 0px;
    background-color: transparent !important;
}

.from-top{
    margin-bottom: 20px !important;
}

/*<script>
    const move = document.querySelector("#move");

    move.addEventListener("click", function (){
        window.scrollTo(0,0)
    });
</script>*/
@media only screen and (max-width:280px){
    *{
        margin:0;
        padding: 0;
    }
:root{
    overflow-x: hidden;
}
    html, body{
        overflow-x: hidden !important;
        max-width: 100vw;
        min-height: 800vh;
        max-height: fit-content;
        background-size:auto;
        bottom: 0px;
        margin: 0px;
        padding: 0px;
        top:0px;
    }

    .logo{
        position: relative;
        width: 50px;
        height: 50px;
        margin-top: 1%;
        margin-left: 30%;
        color: azure !important;
        background: transparent;
        font-style: bolder;
        font-weight: 800;
        font-size: 2rem;
        cursor: default;
    }

    .words{
        left: 10%;
    }

    body .nav{
        position: relative;
        margin-top: 1%;
        margin-left: -10%;
        font-size: 0.4rem;
    }

    .nav ul{
        width: 100%;
        top: 20%;
        z-index: 2;
    }

    .content{
        position: absolute;
        margin-top: 40%;
        margin-left: 20%;
        padding: 20px;
    }

    .content .title{
        padding-bottom: 10px;
        font-size: 1.7rem;
    }

    .head-anim{
        position: absolute;
        margin-left: 10%;
        top: -25%;
        width: 80% !important;
        height: 80% !important;
    }

    .head-anim lottie-player{
        width: 100% !important;
    }

    .portfolio{
        margin-top: 100%;
    }

    .portfolio h2{
        font-size: 1.9rem;
    }

    .grid-container{
        position: absolute;
        display: block;
        width: 100%;
        margin-top: 370%;
        margin-left: 50%;
        padding: 50px;
        font-size: 0.7rem;
    }

    .grid-1,
    .grid-2,
    .grid-3,
    .grid-4,
    .grid-5,
    .grid-6 {
        padding: 10px;
        margin-bottom: 15px;
    }

    #myContainer{
        position: absolute;
        display: block;
        width: 100%;
        left: -35%;
        margin-top: 600%;
    }

    .text-grid{
        position: relative;
        margin-left: 15%;
    }

    #myContainer .text-grid h2{
        font-size: .75rem;
    }

    .anim-grid{
        position: relative;
        width: auto;
        height: auto;
        margin-top: -10%;
        margin-left: 27%;
        width: 50px;
        height: 50px;
    }

    #myContainer .anim-grid lottie-player{
        width: 250px !important;
        height: 250px;
    }

    .journey-grid{
        position: absolute;
        display: block;
        width: 100%;
        margin-top: 1110%;
        margin-left: 33%;
        padding: 50px;
    }

    .journey-grid .j-grid1{
        margin-left: 30px !important;
        font-size: 0.5rem;
        background: none;
        box-shadow: none;
    }

    .journey-grid .j-grid1 h2{
        padding-top: 30% !important;
        font-size: 20.0px;
    }

    .journey-grid .para{
        margin-top: 50%;
        font-size: .6rem;
    }

    .journey-grid .j-grid2{
        margin-bottom: 410px !important;
    }

    .journey-grid .j-grid3{
        margin-bottom: 50px !important;
    }

    .journey-grid .j-grid4{
        margin-bottom: 400px !important;
    }

    .journey-grid .para-1{
        margin-top: 180px !important;
        margin-left: 180px !important;
        font-size: .6rem;
    }

    .j-grid5{
        position: absolute;
        top: 102%;
        width: 98%;
        height: 18%;
    }

    .para-last{
        position: absolute;
        margin-top: 200% !important;
        font-size: .6rem;
    }

    .para-last a{
        padding: .3rem .7rem !important; 
        font-size: 0.4rem !important; 
    }

    .journey-grid .j-grid6{
        position: absolute;
        margin-top: 235% !important;
        background: none;
        box-shadow: none;
    }

    .journey-grid .j-grid6 h2{
        margin-left: 105px;
        font-size: 20.0px;
    }

    .about{
        position: absolute;
        margin-top: 1718%;
        margin-left: 5%;
        height: 250px;
        width: 250px;
        transition: none;
    }

    .about .about-content{
        padding-top: 20px;
        font-size: 0.35rem;
        transition: none;
    }

    .about img{
        display: none;
    }

    .about::before{
        animation: none;
    }

    .contact{
        width: 100%;
        position: absolute;
        margin-top: 1820%;
        margin-bottom: 0%;
    }

    .contact h2{
        font-size: 1.9rem;
    }

    .contact-grid{
        display: block;
        text-align: center;
        margin-left: -35%;
        padding: 5px;
        font-size: .7rem;
        height: 45vh;
        background: #6ec7ca;
    }

    .contact-grid .c-grid-2{
        position: absolute;
        margin-top: -50%;
        margin-left: 100px;
        height: 0vh;
        z-index: 0;
        display: none;
    }

    .contact-grid #line-h{
        margin-top: 0%;
        display: none;
    }

    .bro{
        position: absolute;
        margin-top: 1200%;
        display: none;
    }

    .bro h2{
        margin-left: 5px;
        font-size: 1.5rem;
    }

    .copy{
        font-size: 0.6rem;
        padding-top: relative;
        margin-top: 1935% !important;
        margin-left: 12%;
        margin-bottom: 0px !important;
    }

    #move{
        position: fixed;
        left: 80% !important;
        height: 40px;
        width: 40px;
        z-index: 0;
        display: none;
        opacity: 0;
    }

    #move-value{
        display: block;
        height: calc(100% - 10px);
        width: calc(100% - 10px);
        font-size: 20px;
        opacity: 0;
    }
}

@media only screen and (min-width:300px) and (max-width:320px){
    *{
        margin:0;
        padding: 0;
    }
:root{
    overflow-x: hidden;
}
    html, body{
        overflow-x: hidden !important;
        max-width: 100vw;
        min-height: 850vh;
        max-height: fit-content;
        background-size:auto;
        bottom: 0px;
        margin: 0px;
        padding: 0px;
        top:0px;
    }

    .logo{
        position: relative;
        width: 50px;
        height: 50px;
        margin-top: 1%;
        margin-left: 40%;
        color: azure !important;
        background: transparent;
        font-style: bolder;
        font-weight: 800;
        font-size: 2rem;
        cursor: default;
    }

    .words{
        left: 20%;
    }

    body .nav{
        position: relative;
        margin-top: 1%;
        margin-left: -10%;
        font-size: 0.6rem;
    }

    .nav ul{
        width: 100%;
        top: 20%;
        z-index: 2;
    }

    .content{
        position: absolute;
        margin-top: 30%;
        margin-left: 20%;
        padding: 20px;
    }

    .content .title{
        padding-bottom: 10px;
        font-size: 2rem;
    }

    .head-anim{
        position: absolute;
        margin-left: 10%;
        top: -20%;
        width: 80% !important;
        height: 80% !important;
    }

    .head-anim lottie-player{
        width: 100% !important;
    }

    .portfolio{
        margin-top: 100%;
    }

    .portfolio h2{
        font-size: 1.9rem;
    }

    .grid-container{
        position: absolute;
        display: block;
        width: 100%;
        margin-top: 305%;
        margin-left: 50%;
        padding: 50px;
        font-size: 0.7rem;
    }

    .grid-1,
    .grid-2,
    .grid-3,
    .grid-4,
    .grid-5,
    .grid-6 {
        padding: 10px;
        margin-bottom: 15px;
    }

    #myContainer{
        position: absolute;
        display: block;
        width: 100%;
        margin-left:25%;
        margin-top: 480%;
    }

    .text-grid{
        position: relative;
        margin-left: 15%;
    }

    #myContainer .text-grid h2{
        font-size: 1rem;
    }

    .anim-grid{
        position: relative;
        width: auto;
        height: auto;
        margin-top: -10%;
        margin-left: 37%;
        width: 50px;
        height: 50px;
    }

    #myContainer .anim-grid lottie-player{
        width: 250px !important;
        height: 250px;
    }

    .journey-grid{
        position: absolute;
        display: block;
        width: 100%;
        margin-top: 960%;
        margin-left: 50%;
        padding: 50px;
    }

    .journey-grid .j-grid1{
        margin-left: 30px !important;
        font-size: 0.5rem;
        background: none;
        box-shadow: none;
    }

    .journey-grid .j-grid1 h2{
        padding-top: 30% !important;
        font-size: 20.0px;
    }

    .journey-grid .para{
        margin-top: 50%;
        font-size: .65rem;
    }

    .journey-grid .j-grid2{
        margin-bottom: 410px !important;
    }

    .journey-grid .j-grid3{
        margin-bottom: 50px !important;
    }

    .journey-grid .j-grid4{
        margin-bottom: 400px !important;
    }

    .journey-grid .para-1{
        margin-top: 180px !important;
        margin-left: 40% !important;
        font-size: .65rem;
    }

    .j-grid5{
        position: absolute;
        top: 98%;
        width: 70%;
        height: 14%;
    }

    .para-last{
        position: absolute;
        margin-top: 125% !important;
        font-size: .65rem;
    }

    .para-last a{
        padding: .3rem .8rem !important; 
        font-size: 0.4rem !important; 
    }

    .journey-grid .j-grid6{
        position: absolute;
        margin-top: 190% !important;
        background: none;
        box-shadow: none;
    }

    .journey-grid .j-grid6 h2{
        margin-left: 140px;
        font-size: 20.0px;
    }

    .about{
        position: absolute;
        margin-top: 1513%;
        margin-left: 7%;
        height: 270px;
        width: 270px;
        transition: none;
    }

    .about .about-content{
        padding-top: 20px;
        font-size: 0.4rem;
        transition: none;
    }

    .about img{
        display: none;
    }

    .about::before{
        animation: none;
    }

    .contact{
        width: 100%;
        position: absolute;
        margin-top: 1615%;
        margin-bottom: 0%;
    }

    .contact h2{
        font-size: 1.9rem;
    }

    .contact-grid{
        display: block;
        text-align: center;
        margin-left: -25%;
        padding: 10px;
        font-size: .9rem;
        height: 40vh;
        background: #6ec7ca;
    }

    .contact-grid .c-grid-2{
        position: absolute;
        margin-top: -50%;
        margin-left: 100px;
        height: 0vh;
        z-index: 0;
        display: none;
    }

    .contact-grid #line-h{
        margin-top: 0%;
        display: none;
    }

    .bro{
        position: absolute;
        margin-top: 1200%;
        display: none;
    }

    .bro h2{
        margin-left: 5px;
        font-size: 1.5rem;
    }

    .copy{
        font-size: 0.6rem;
        padding-top: relative;
        margin-top: 1725% !important;
        margin-left: 15%;
        margin-bottom: 0px !important;
    }

    #move{
        position: fixed;
        left: 80% !important;
        height: 40px;
        width: 40px;
        z-index: 0;
        display: none;
        opacity: 0;
    }

    #move-value{
        display: block;
        height: calc(100% - 10px);
        width: calc(100% - 10px);
        font-size: 20px;
        opacity: 0;
    }
}

@media only screen and (min-width:321px) and (max-width:370px){
    *{
        margin:0;
        padding: 0;
    }

    html, body{
        overflow-x: hidden !important;
        max-width: 100vw;
        min-height: 690vh;
        max-height: fit-content;
        background-size:auto;
        bottom: 0px;
        margin: 0px;
        padding: 0px;
        top:0px;
    }

    .logo{
        position: relative;
        width: 50px;
        height: 50px;
        margin-top: 1%;
        margin-left: 40%;
        color: azure !important;
        background: transparent;
        font-style: bolder;
        font-weight: 800;
        font-size: 2rem;
        cursor: default;
    }

    .words{
        left: 30%;
    }

    body .nav{
        position: relative;
        margin-top: 1%;
        margin-left: -5%;
        font-size: 0.7rem;
    }

    .nav ul{
        width: 100%;
        top: 20%;
        z-index: 2;
    }

    .content{
        position: absolute;
        margin-top: 30%;
        margin-left: 20%;
        padding: 20px;
    }

    .content .title{
        padding-top: 10px;
        font-size: 2.1rem;
    }

    .head-anim{
        position: absolute;
        margin-left: 10%;
        top: -10%;
        width: 80% !important;
        height: 80% !important;
    }

    .head-anim lottie-player{
        width: 100% !important;
    }

    .portfolio{
        margin-top: 100%;
    }

    .portfolio h2{
        font-size: 1.9rem;
    }

    .grid-container{
        position: absolute;
        display: block;
        width: 100%;
        margin-top: 260%;
        margin-left: 50%;
        padding: 50px;
        font-size: 0.7rem;
    }

    .grid-1,
    .grid-2,
    .grid-3,
    .grid-4,
    .grid-5,
    .grid-6 {
        padding: 10px;
        margin-bottom: 15px;
    }

    #myContainer{
        position: absolute;
        display: block;
        width: 100%;
        margin-left: 25% !important;
        margin-top: 395%;
    }

    .text-grid{
        position: relative;
        margin-left: 20%;
    }

    #myContainer .text-grid h2{
        font-size: 1.2rem;
    }

    .anim-grid{
        position: relative;
        width: auto;
        height: auto;
        margin-top: -10%;
        margin-left: 27%;
        width: 50px;
        height: 50px;
    }

    #myContainer .anim-grid lottie-player{
        width: 300px !important;
        height: 300px;
    }

    .journey-grid{
        position: absolute;
        display: block;
        width: 100%;
        margin-top: 830%;
        margin-left: 50%;
        padding: 50px;
    }

    .journey-grid .j-grid1{
        margin-left: 30px;
        background: none;
        box-shadow: none;
    }

    .journey-grid .j-grid1 h2{
        font-size: 30.0px;
    }

    .journey-grid .para{
        margin-top: 49%;
        font-size: .7rem;
    }

    .journey-grid .j-grid2{
        margin-bottom: 380px !important;
    }

    .journey-grid .j-grid3{
        margin-bottom: 50px !important;
    }

    .journey-grid .j-grid4{
        margin-bottom: 400px !important;
    }

    .journey-grid .para-1{
        margin-top: 180px !important;
        margin-left: 170px !important;
        font-size: .7rem;
    }

    .j-grid5{
        position: absolute;
        top: 97%;
        left: 10%;
        width: 78%;
        height: 18%;
    }

    .para-last{
        position: absolute;
        margin-top: 118% !important;
        font-size: .7rem;
    }

    .para-last a{
        padding: .3rem .8rem !important; 
        font-size: 0.4rem !important; 
    }

    .journey-grid .j-grid6{
        position: absolute;
        margin-top: 125% !important;
        background: none;
        box-shadow: none;
    }

    .journey-grid .j-grid6 h2{
        margin-left: 150px;
        font-size: 1.9rem;
    }

    .about{
        position: absolute;
        margin-top: 1275%;
        margin-left: 13%;
        height: 270px;
        width: 270px;
        transition: none;
    }

    .about .about-content{
        padding-top: 20px;
        font-size: 0.4rem;
        transition: none;
    }

    .about img{
        display: none;
    }

    .about::before{
        animation: none;
    }

    .contact{
        width: 100%;
        position: absolute;
        margin-top: 1380%;
        margin-bottom: 0%;
    }

    .contact h2{
        font-size: 1.9rem;
    }

    .contact-grid{
        display: block;
        text-align: center;
        margin-left: -15%;
        padding: 10px;
        font-size: 1rem;
        height: 40vh;
        background: #6ec7ca;
    }

    .contact-grid .c-grid-2{
        position: absolute;
        margin-top: -50%;
        margin-left: 100px;
        height: 0vh;
        z-index: 0;
        display: none;
    }

    .contact-grid #line-h{
        margin-top: 0%;
        display: none;
    }

    .bro{
        position: absolute;
        margin-top: 1200%;
        display: none;
    }

    .bro h2{
        margin-left: 5px;
        font-size: 1.5rem;
    }

    .copy{
        font-size: 0.8rem;
        padding-top: relative;
        margin-top: 1485% !important;
        margin-left: 12%;
        margin-bottom: 0px !important;
    }

    #move{
        position: fixed;
        left: 80% !important;
        height: 40px;
        width: 40px;
        z-index: 0;
        display: none;
        opacity: 0;
    }

    #move-value{
        display: block;
        height: calc(100% - 10px);
        width: calc(100% - 10px);
        font-size: 20px;
        opacity: 0;
    }
}

@media only screen and (min-width:375px) and (max-width:389px){
    *{
        margin:0;
        padding: 0;
    }

    html, body{
        overflow-x: hidden !important;
        max-width: 100vw;
        min-height: 755vh;
        max-height: fit-content;
        background-size:auto;
        bottom: 0px;
        margin: 0px;
        padding: 0px;
        top:0px;
    }

    .logo{
        position: relative;
        width: 50px;
        height: 50px;
        margin-top: 1%;
        margin-left: 40%;
        color: azure !important;
        background: transparent;
        font-style: bolder;
        font-weight: 800;
        font-size: 2rem;
        cursor: default;
    }

    .words{
        left: 30%;
    }

    body .nav{
        position: relative;
        margin-top: 1%;
        margin-left: -5%;
        font-size: 0.7rem;
    }

    .nav ul{
        width: 100%;
        top: 20%;
        z-index: 2;
    }

    .content{
        position: absolute;
        margin-top: 30%;
        margin-left: 20%;
        padding: 20px;
    }

    .content .title{
        padding-bottom: 10px;
        font-size: 2.5rem;
    }

    .head-anim{
        position: absolute;
        margin-left: 10%;
        top: -10%;
        width: 80% !important;
        height: 80% !important;
    }

    .head-anim lottie-player{
        width: 100% !important;
    }

    .portfolio{
        margin-top: 100%;
    }

    .portfolio h2{
        font-size: 1.9rem;
    }

    .grid-container{
        position: absolute;
        display: block;
        width: 100%;
        margin-top: 245%;
        margin-left: 50%;
        padding: 50px;
        font-size: 0.7rem;
    }

    .grid-1,
    .grid-2,
    .grid-3,
    .grid-4,
    .grid-5,
    .grid-6 {
        padding: 10px;
        margin-bottom: 15px;
    }

    #myContainer{
        position: absolute;
        display: block;
        width: 100%;
        margin-left: 20%;
        margin-top: 365%;
    }

    .text-grid{
        position: relative;
        margin-left: 20%;
    }

    #myContainer .text-grid h2{
        font-size: 1.2rem;
    }

    .anim-grid{
        position: relative;
        width: auto;
        height: auto;
        margin-top: -10%;
        margin-left: 34%;
        width: 50px;
        height: 50px;
    }

    #myContainer .anim-grid lottie-player{
        width: 300px !important;
        height: 300px;
    }

    .journey-grid{
        position: absolute;
        display: block;
        width: 100%;
        margin-top: 780%;
        margin-left: 50%;
        padding: 50px;
    }

    .journey-grid .j-grid1{
        margin-left: 45px;
        background: none;
        box-shadow: none;
    }

    .journey-grid .j-grid1 h2{
        font-size: 30.0px;
    }

    .journey-grid .para{
        margin-top: 50%;
        font-size: .7rem;
    }

    .journey-grid .j-grid2{
        margin-bottom: 380px !important;
    }

    .journey-grid .j-grid3{
        margin-bottom: 50px !important;
    }

    .journey-grid .j-grid4{
        margin-bottom: 400px !important;
    }

    .journey-grid .para-1{
        margin-top: 180px !important;
        margin-left: 200px !important;
        font-size: .7rem;
    }

    .j-grid5{
        position: absolute;
        top: 97%;
        width: 78%;
        height: 18%;
    }

    .para-last{
        position: absolute;
        margin-top: 120% !important;
        font-size: .7rem;
    }

    .para-last a{
        padding: .3rem .8rem !important; 
        font-size: 0.4rem !important; 
    }

    .journey-grid .j-grid6{
        position: absolute;
        margin-top: 124% !important;
        background: none;
        box-shadow: none;
    }

    .journey-grid .j-grid6 h2{
        margin-left: 170px;
        font-size: 1.9rem;
    }

    .about{
        position: absolute;
        margin-top: 1195%;
        margin-left: 13%;
        height: 270px;
        width: 270px;
        transition: none;
    }

    .about .about-content{
        padding-top: 20px;
        font-size: 0.4rem;
        transition: none;
    }

    .about img{
        display: none;
    }

    .about::before{
        animation: none;
    }

    .contact{
        width: 100%;
        position: absolute;
        margin-top: 1280%;
        margin-bottom: 0%;
    }

    .contact h2{
        font-size: 1.9rem;
    }

    .contact-grid{
        display: block;
        text-align: center;
        margin-left: -15%;
        padding: 10px;
        font-size: 1rem;
        height: 40vh;
        background: #6ec7ca;
    }

    .contact-grid .c-grid-2{
        position: absolute;
        margin-top: -50%;
        margin-left: 100px;
        height: 0vh;
        z-index: 0;
        display: none;
    }

    .contact-grid #line-h{
        margin-top: 0%;
        display: none;
    }

    .bro{
        position: absolute;
        margin-top: 1200%;
        display: none;
    }

    .bro h2{
        margin-left: 5px;
        font-size: 1.5rem;
    }

    .copy{
        font-size: 0.8rem;
        padding-top: relative;
        margin-top: 1375% !important;
        margin-left: 12%;
        margin-bottom: 0px !important;
    }

    #move{
        position: fixed;
        left: 80% !important;
        height: 40px;
        width: 40px;
        z-index: 0;
        display: none;
        opacity: 0;
    }

    #move-value{
        display: block;
        height: calc(100% - 10px);
        width: calc(100% - 10px);
        font-size: 20px;
        opacity: 0;
    }
}

@media only screen and (min-width:390px) and (max-width:399px){
    *{
        margin:0;
        padding: 0;
    }

    html, body{
        overflow-x: hidden !important;
        max-width: 100vw;
        min-height: 670vh;
        max-height: fit-content;
        background-size:auto;
        bottom: 0px;
        margin: 0px;
        padding: 0px;
        top:0px;
    }

    .logo{
        position: relative;
        width: 50px;
        height: 50px;
        margin-top: 1%;
        margin-left: 40%;
        color: azure !important;
        background: transparent;
        font-style: bolder;
        font-weight: 800;
        font-size: 2rem;
        cursor: default;
    }

    .words{
        left: 30%;
    }

    body .nav{
        position: relative;
        margin-top: 1%;
        margin-left: -3%;
        font-size: 0.7rem;
    }

    .nav ul{
        width: 100%;
        top: 20%;
        z-index: 2;
    }

    .content{
        position: absolute;
        margin-top: 30%;
        margin-left: 20%;
        padding: 20px;
    }

    .content .title{
        padding-bottom: 10px;
        font-size: 2.5rem;
    }

    .head-anim{
        position: absolute;
        margin-left: 10%;
        top: -10%;
        width: 80% !important;
        height: 80% !important;
    }

    .head-anim lottie-player{
        width: 100% !important;
    }

    .portfolio{
        margin-top: 100%;
    }

    .portfolio h2{
        font-size: 1.9rem;
    }

    .grid-container{
        position: absolute;
        display: block;
        width: 100%;
        margin-top: 245%;
        margin-left: 50%;
        padding: 50px;
        font-size: 0.7rem;
    }

    .grid-1,
    .grid-2,
    .grid-3,
    .grid-4,
    .grid-5,
    .grid-6 {
        padding: 10px;
        margin-bottom: 15px;
    }

    #myContainer{
        position: absolute;
        display: block;
        width: 100%;
        margin-left: 20%;
        margin-top: 365%;
    }

    .text-grid{
        position: relative;
        margin-left: 20%;
    }

    #myContainer .text-grid h2{
        font-size: 1.2rem;
    }

    .anim-grid{
        position: relative;
        width: auto;
        height: auto;
        margin-top: -10%;
        margin-left: 34%;
        width: 50px;
        height: 50px;
    }

    #myContainer .anim-grid lottie-player{
        width: 300px !important;
        height: 300px;
    }

    .journey-grid{
        position: absolute;
        display: block;
        width: 100%;
        margin-top: 780%;
        margin-left: 50%;
        padding: 50px;
    }

    .journey-grid .j-grid1{
        margin-left: 45px;
        background: none;
        box-shadow: none;
    }

    .journey-grid .j-grid1 h2{
        font-size: 30.0px;
    }

    .journey-grid .para{
        margin-top: 50%;
        font-size: .7rem;
    }

    .journey-grid .j-grid2{
        margin-bottom: 380px !important;
    }

    .journey-grid .j-grid3{
        margin-bottom: 50px !important;
    }

    .journey-grid .j-grid4{
        margin-bottom: 400px !important;
    }

    .journey-grid .para-1{
        margin-top: 180px !important;
        margin-left: 200px !important;
        font-size: .7rem;
    }

    .j-grid5{
        position: absolute;
        top: 97%;
        width: 78%;
        height: 18%;
    }

    .para-last{
        position: absolute;
        margin-top: 120% !important;
        font-size: .7rem;
    }

    .para-last a{
        padding: .3rem .8rem !important; 
        font-size: 0.4rem !important; 
    }

    .journey-grid .j-grid6{
        position: absolute;
        margin-top: 124% !important;
        background: none;
        box-shadow: none;
    }

    .journey-grid .j-grid6 h2{
        margin-left: 170px;
        font-size: 1.9rem;
    }

    .about{
        position: absolute;
        margin-top: 1195%;
        margin-left: 13%;
        height: 270px;
        width: 270px;
        transition: none;
    }

    .about .about-content{
        padding-top: 20px;
        font-size: 0.4rem;
        transition: none;
    }

    .about img{
        display: none;
    }

    .about::before{
        animation: none;
    }

    .contact{
        width: 100%;
        position: absolute;
        margin-top: 1280%;
        margin-bottom: 0%;
    }

    .contact h2{
        font-size: 1.9rem;
    }

    .contact-grid{
        display: block;
        text-align: center;
        margin-left: -15%;
        padding: 10px;
        font-size: 1rem;
        height: 40vh;
        background: #6ec7ca;
    }

    .contact-grid .c-grid-2{
        position: absolute;
        margin-top: -50%;
        margin-left: 100px;
        height: 0vh;
        z-index: 0;
        display: none;
    }

    .contact-grid #line-h{
        margin-top: 0%;
        display: none;
    }

    .bro{
        position: absolute;
        margin-top: 1200%;
        display: none;
    }

    .bro h2{
        margin-left: 5px;
        font-size: 1.5rem;
    }

    .copy{
        font-size: 0.8rem;
        padding-top: relative;
        margin-top: 1385% !important;
        margin-left: 12%;
        margin-bottom: 0px !important;
    }

    #move{
        position: fixed;
        left: 80% !important;
        height: 40px;
        width: 40px;
        z-index: 0;
        display: none;
        opacity: 0;
    }

    #move-value{
        display: block;
        height: calc(100% - 10px);
        width: calc(100% - 10px);
        font-size: 20px;
        opacity: 0;
    }
}

@media only screen and (min-width:400px) and (max-width:525px){
    *{
        margin:0;
        padding: 0;
    }

    html, body{
        overflow-x: hidden !important;
        max-width: 100vw;
        min-height: 600vh;
        max-height: fit-content;
        background-size:auto;
        bottom: 0px;
        margin: 0px;
        padding: 0px;
        top:0px;
    }

    .logo{
        position: relative;
        width: 50px;
        height: 50px;
        margin-top: 1%;
        margin-left: 40%;
        color: azure !important;
        background: transparent;
        font-style: bolder;
        font-weight: 800;
        font-size: 2rem;
        cursor: default;
    }

    .words{
        left: 30%;
    }

    body .nav{
        position: relative;
        margin-top: 1%;
        margin-left: 0%;
        font-size: 0.7rem;
    }

    .nav ul{
        width: 100%;
        top: 20%;
        z-index: 2;
    }

    .content{
        position: absolute;
        margin-top: 30%;
        margin-left: 20%;
        padding: 20px;
    }

    .content .title{
        padding-bottom: 10px;
        font-size: 2.5rem;
    }

    .head-anim{
        position: absolute;
        margin-left: 10%;
        top: -10%;
        width: 80% !important;
        height: 80% !important;
    }

    .head-anim lottie-player{
        width: 100% !important;
    }

    .portfolio{
        margin-top: 100%;
    }

    .portfolio h2{
        font-size: 1.9rem;
    }

    .grid-container{
        position: absolute;
        display: block;
        width: 100%;
        margin-top: 215%;
        margin-left: 50%;
        padding: 50px;
        font-size: 0.7rem;
    }

    .grid-1,
    .grid-2,
    .grid-3,
    .grid-4,
    .grid-5,
    .grid-6 {
        padding: 10px;
        margin-bottom: 15px;
    }

    #myContainer{
        position: absolute;
        display: block;
        width: 100%;
        margin-left: 20%;
        margin-top: 315%;
    }

    .text-grid{
        position: relative;
        margin-left: 20%;
    }

    #myContainer .text-grid h2{
        margin-left: 50%;
        font-size: 1.2rem;
    }

    .anim-grid{
        position: relative;
        width: auto;
        height: auto;
        margin-top: -10%;
        margin-left: 35%;
        width: 50px;
        height: 50px;
    }

    #myContainer .anim-grid lottie-player{
        width: 300px !important;
        height: 300px;
    }

    .journey-grid{
        position: absolute;
        display: block;
        width: 100%;
        margin-top: 700%;
        margin-left: 50%;
        padding: 50px;
    }

    .journey-grid .j-grid1{
        margin-left: 80px;
        background: none;
        box-shadow: none;
    }

    .journey-grid .j-grid1 h2{
        font-size: 30.0px;
    }

    .journey-grid .para{
        margin-top: 55%;
        font-size: .7rem;
    }

    .journey-grid .j-grid2{
        margin-bottom: 380px !important;
    }

    .journey-grid .j-grid3{
        margin-bottom: 50px !important;
    }

    .journey-grid .j-grid4{
        margin-bottom: 400px !important;
    }

    .journey-grid .para-1{
        margin-top: 180px !important;
        margin-left: 200px !important;
        font-size: .7rem;
    }

    .j-grid5{
        position: absolute;
        top: 95%;
        left: 11%;
        width: 78%;
        height: 18%;
    }

    .para-last{
        position: absolute;
        margin-top: 100% !important;
        font-size: .7rem;
    }

    .para-last a{
        padding: .3rem .8rem !important; 
        font-size: 0.4rem !important; 
    }

    .journey-grid .j-grid6{
        position: absolute;
        margin-top: 104% !important;
        background: none;
        box-shadow: none;
    }

    .journey-grid .j-grid6 h2{
        margin-left: 200px;
        font-size: 1.9rem;
    }

    .about{
        position: absolute;
        margin-top: 1090%;
        margin-left: 17%;
        height: 270px;
        width: 270px;
        transition: none;
    }

    .about .about-content{
        padding-top: 20px;
        font-size: 0.4rem;
        transition: none;
    }

    .about img{
        display: none;
    }

    .about::before{
        animation: none;
    }

    .contact{
        width: 100%;
        position: absolute;
        margin-top: 1170%;
        margin-bottom: 0%;
    }

    .contact h2{
        font-size: 1.9rem;
    }

    .contact-grid{
        display: block;
        text-align: center;
        margin-left: -10%;
        padding: 10px;
        font-size: 1rem;
        min-height: 30vh;
        background: #6ec7ca;
    }

    .contact-grid .c-grid-2{
        position: absolute;
        margin-top: -50%;
        margin-left: 100px;
        height: 0vh;
        z-index: 0;
        display: none;
    }

    .contact-grid #line-h{
        margin-top: 0%;
        display: none;
    }

    .bro{
        position: absolute;
        margin-top: 1200%;
        display: none;
    }

    .bro h2{
        margin-left: 5px;
        font-size: 1.5rem;
    }

    .copy{
        font-size: 0.8rem;
        padding-top: relative;
        margin-top: 1275% !important;
        margin-left: 12%;
        margin-bottom: 0px !important;
    }

    #move{
        position: fixed;
        left: 80% !important;
        height: 40px;
        width: 40px;
        z-index: 0;
        display: none;
        opacity: 0;
    }

    #move-value{
        display: block;
        height: calc(100% - 10px);
        width: calc(100% - 10px);
        font-size: 20px;
        opacity: 0;
    }
}

@media only screen and (min-width:530px) and (max-width:540px){
    html, body{
        overflow: auto;
        overflow-x: hidden;
        min-height: 690vh;
    }

    .logo{
        position: relative;
        width: 50px;
        height: 50px;
        margin-top: 3%;
        margin-left: 10%;
        color: azure !important;
        background: transparent;
        font-style: bolder;
        font-weight: 800;
        font-size: 2rem;
        cursor: default;
    }

    .words{
        left: 3%;
    }

    body .nav{
        position: relative;
        margin-top: -5%;
        margin-left: 25%;
        font-size: .8rem;
    }

    .nav ul{
        width: 100%;
        z-index: 2;
    }

    .content{
        position: absolute;
        margin-top: 40%;
        margin-left: 20%;
        padding: 20px;
    }

    .content .title{
        padding-top: 10px;
        font-size: 2.5rem;
    }

    .head-anim{
        position: absolute;
        margin-left: 10%;
        top: 15%;
        width: 80% !important;
        height: 80% !important;
    }

    .head-anim lottie-player{
        width: 100% !important;
    }

    .portfolio{
        margin-top: 130%;
    }

    .portfolio h2{
        font-size: 1.9rem;
    }

    .grid-container{
        position: absolute;
        grid-template-columns: 250px 250px;
        grid-auto-rows: minmax(150px, auto);
        display: grid;
        margin-top: 200%;
        margin-left: 50%;
        padding: 5px;
        font-size: 0.7rem;
    }

    .grid-1,
    .grid-2,
    .grid-3,
    .grid-4,
    .grid-5,
    .grid-6 {
        padding: 10px;
        margin-bottom: 15px;
    }

    #myContainer{
        position: absolute;
        display: grid;
        width: 50%;
        margin-left: 5%;
        margin-top: 290%;
    }

    .text-grid{
        position: absolute;
    }

    #myContainer .text-grid h2{
        font-size: 1rem;
    }

    .anim-grid{
        position: absolute;
        width: 50px;
        height: 50px;
        margin-top: 125%;
        margin-left: 62%;
    }

    #myContainer .anim-grid lottie-player{
        width: 300px !important;
        height: 300px;
    }

    .journey-grid{
        position: absolute;
        display: block;
        width: 100%;
        margin-top: 580%;
        margin-left: 50%;
        padding: 50px;
    }

    .journey-grid .j-grid1{
        margin-left: 80px;
        background: none;
        box-shadow: none;
    }

    .journey-grid .j-grid1 h2{
        font-size: 30.0px;
    }

    .journey-grid .para{
        margin-top: 65%;
        font-size: .7rem;
    }

    .journey-grid .j-grid2{
        margin-bottom: 400px !important;
    }

    .journey-grid .j-grid3{
        margin-bottom: 50px !important;
    }

    .journey-grid .j-grid4{
        margin-bottom: 400px !important;
    }

    .journey-grid .para-1{
        margin-top: 180px !important;
        margin-left: 200px !important;
        font-size: .7rem;
    }

    .journey-grid .para-last{
        margin-top: -50px !important;
        font-size: .7rem;
    }

    .para-last a{
        padding: .3rem .8rem !important; 
        font-size: 0.4rem !important; 
    }

    .journey-grid .j-grid6{
        margin-top: 100px !important;
        background: none;
        box-shadow: none;
    }

    .journey-grid .j-grid6 h2{
        margin-left: 200px;
        font-size: 1.9rem;
    }

    .about{
        position: absolute;
        margin-top: 830%;
        margin-left: 20%;
        height: 300px;
        width: 300px;
    }

    .about .about-content{
        padding-top: 20px;
        font-size: 0.5rem;
    }

    .about img{
        display: none;
    }

    .about::before{
        animation: none;
    }

    .contact{
        position: absolute;
        margin-top: 890%;
    }

    .contact h2{
        font-size: 1.9rem;
    }

    .contact-grid{
        display: block;
        margin-top: 1%;
        text-align: center;
        margin-left: 2%;
        padding: 20px;
        font-size: 1rem;
        height: 40vh;
        background: #6ec7ca;
    }

    .contact-grid .c-grid-2{
        position: absolute;
        margin-top: -50%;
        margin-left: 100px;
        height: 0vh;
        z-index: 0;
        display: none;
    }

    .contact-grid #line-h{
        margin-top: 0%;
        display: none;
    }

    .bro{
        position: absolute;
        margin-top: 1200%;
        display: none;
    }

    .bro h2{
        margin-left: 5px;
        font-size: 1.5rem;
    }

    .copy{
        font-size: 0.8rem;
        padding-top: absolute;
        margin-top: 960% !important;
        margin-left: 20%;
        margin-bottom: 10px !important;
    }

    #move{
        position: fixed;
        left: 90% !important;
        height: 40px;
        width: 40px;
        z-index: 0;
    }

    #move-value{
        display: block;
        height: calc(100% - 10px);
        width: calc(100% - 10px);
        font-size: 20px;
    }
}
    
@media only screen and (min-width:750px) and (max-width:800px){
    html, body{
        overflow: auto;
        overflow-x: hidden;
        min-height: 480vh;
    }

    .logo{
        position: relative;
        width: 50px;
        height: 50px;
        margin-top: 3%;
        margin-left: 10%;
        color: azure !important;
        background: transparent;
        font-style: bolder;
        font-weight: 800;
        font-size: 2rem;
        cursor: default;
    }

    .words{
        left: 3%;
    }

    body .nav{
        position: relative;
        margin-top: -5%;
        margin-left: 35%;
    }

    .nav ul{
        width: 100%;
        z-index: 2;
    }

    .content{
        position: absolute;
        margin-top: 20%;
        margin-left: 20%;
        padding: 20px;
    }

    .content .title{
        padding-top: 50px;
        font-size: 3.5rem;
    }

    .head-anim{
        position: absolute;
        margin-left: 10%;
        top: 20%;
        width: 80% !important;
        height: 80% !important;
    }

    .head-anim lottie-player{
        width: 100% !important;
    }

    .portfolio{
        margin-top: 100%;
    }

    .portfolio h2{
        font-size: 1.9rem;
    }

    .grid-container{
        position: absolute;
        grid-template-columns: 300px 300px;
        grid-auto-rows: minmax(150px, auto);
        display: grid;
        margin-top: 150%;
        margin-left: 50%;
        padding: 5px;
        font-size: 0.7rem;
    }

    .grid-1,
    .grid-2,
    .grid-3,
    .grid-4,
    .grid-5,
    .grid-6 {
        padding: 10px;
        margin-bottom: 15px;
    }

    #myContainer{
        position: absolute;
        display: grid;
        width: 100%;
        margin-left: 25%;
        margin-top: 210%;
    }

    .text-grid{
        position: absolute;
        left: 15% !important;
    }

    #myContainer .text-grid h2{
        left: 100% !important;
        font-size: 1rem;
    }

    .anim-grid{
        position: absolute;
        width: 50px;
        height: 50px;
        margin-left: 75%;
    }

    #myContainer .anim-grid lottie-player{
        width: 300px !important;
        height: 300px;
    }

    .journey-grid{
        position: absolute;
        display: block;
        width: 100%;
        margin-top: 425%;
        margin-left: 50%;
        padding: 50px;
    }

    .journey-grid .j-grid1{
        margin-left: 440px;
        background: none;
        box-shadow: none;
    }

    .journey-grid .j-grid1 h2{
        font-size: 30.0px;
    }

    .journey-grid .para{
        margin-top: 65%;
        font-size: .7rem;
    }

    .journey-grid .j-grid2{
        margin-bottom: 400px !important;
    }

    .journey-grid .j-grid3{
        margin-bottom: 50px !important;
    }

    .journey-grid .j-grid4{
        margin-bottom: 400px !important;
    }

    .journey-grid .para-1{
        margin-top: 220px !important;
        margin-left: 55% !important;
        font-size: .7rem;
    }

    .journey-grid .para-last{
        margin-top: -50px !important;
        font-size: .7rem;
    }

    .para-last a{
        padding: .3rem .8rem !important; 
        font-size: 0.4rem !important; 
    }

    .journey-grid .j-grid6{
        margin-top: 100px !important;
        background: none;
        box-shadow: none;
    }

    .journey-grid .j-grid6 h2{
        margin-left: 200px;
        font-size: 1.9rem;
    }

    .about{
        position: absolute;
        margin-top: 637%;
        margin-left: 30%;
        height: 300px;
        width: 300px;
    }

    .about .about-content{
        padding-top: 20px;
        font-size: 0.5rem;
    }

    .about img{
        display: none;
    }

    .about::before{
        animation: none;
    }

    .contact{
        position: absolute;
        margin-top: 680%;
    }

    .contact h2{
        font-size: 1.9rem;
    }

    .contact-grid{
        display: block;
        margin-top: 1%;
        text-align: center;
        margin-left: 15%;
        padding: 20px;
        font-size: 1rem;
        height: 30vh;
        background: #6ec7ca;
    }

    .contact-grid .c-grid-2{
        position: absolute;
        margin-top: -50%;
        margin-left: 100px;
        height: 0vh;
        z-index: 0;
        display: none;
    }

    .contact-grid #line-h{
        margin-top: 0%;
        display: none;
    }

    .bro{
        position: absolute;
        margin-top: 1200%;
        display: none;
    }

    .bro h2{
        margin-left: 5px;
        font-size: 1.5rem;
    }

    .copy{
        font-size: 0.8rem;
        padding-top: absolute;
        margin-top: 740% !important;
        margin-left: 30%;
        margin-bottom: 10px !important;
    }

    #move{
        position: fixed;
        left: 93% !important;
        height: 40px;
        width: 40px;
        z-index: 0;
    }

    #move-value{
        display: block;
        height: calc(100% - 10px);
        width: calc(100% - 10px);
        font-size: 20px;
    }
}

@media only screen and (min-width:801px) and (max-width:1000px){
    html, body{
        overflow: auto;
        overflow-x: hidden;
        min-height: 380vh;
    }

    .logo{
        position: relative;
        width: 50px;
        height: 50px;
        margin-top: 3%;
        margin-left: 10%;
        color: azure !important;
        background: transparent;
        font-style: bolder;
        font-weight: 800;
        font-size: 2rem;
        cursor: default;
    }

    .words{
        left: 3%;
    }

    body .nav{
        position: relative;
        margin-top: -5%;
        margin-left: 35%;
    }

    .nav ul{
        width: 100%;
        z-index: 2;
    }

    .content{
        position: absolute;
        margin-top: 20%;
        margin-left: 20%;
        padding: 20px;
    }

    .content .title{
        padding-top: 50px;
        font-size: 3.5rem;
    }

    .head-anim{
        position: absolute;
        margin-left: 10%;
        top: 20%;
        width: 80% !important;
        height: 80% !important;
    }

    .head-anim lottie-player{
        width: 100% !important;
    }

    .portfolio{
        margin-top: 100%;
    }

    .portfolio h2{
        font-size: 1.9rem;
    }

    .grid-container{
        position: absolute;
        grid-template-columns: 300px 300px;
        grid-auto-rows: minmax(150px, auto);
        display: grid;
        margin-top: 150%;
        margin-left: 50%;
        padding: 5px;
        font-size: 0.7rem;
    }

    .grid-1,
    .grid-2,
    .grid-3,
    .grid-4,
    .grid-5,
    .grid-6 {
        padding: 10px;
        margin-bottom: 15px;
    }

    #myContainer{
        position: absolute;
        display: grid;
        width: 100%;
        margin-left: 25%;
        margin-top: 210%;
    }

    .text-grid{
        position: absolute;
        left: 15% !important;
    }

    #myContainer .text-grid h2{
        left: 100% !important;
        font-size: 1rem;
    }

    .anim-grid{
        position: absolute;
        width: 50px;
        height: 50px;
        margin-left: 75%;
    }

    #myContainer .anim-grid lottie-player{
        width: 300px !important;
        height: 300px;
    }

    .journey-grid{
        position: absolute;
        display: block;
        width: 100%;
        margin-top: 425%;
        margin-left: 50%;
        padding: 50px;
    }

    .journey-grid .j-grid1{
        margin-left: 440px;
        background: none;
        box-shadow: none;
    }

    .journey-grid .j-grid1 h2{
        font-size: 30.0px;
    }

    .journey-grid .para{
        margin-top: 65%;
        font-size: .7rem;
    }

    .journey-grid .j-grid2{
        margin-bottom: 400px !important;
    }

    .journey-grid .j-grid3{
        margin-bottom: 50px !important;
    }

    .journey-grid .j-grid4{
        margin-bottom: 400px !important;
    }

    .journey-grid .para-1{
        margin-top: 220px !important;
        margin-left: 55% !important;
        font-size: .7rem;
    }

    .journey-grid .para-last{
        margin-top: -50px !important;
        font-size: .7rem;
    }

    .para-last a{
        padding: .3rem .8rem !important; 
        font-size: 0.4rem !important; 
    }

    .journey-grid .j-grid6{
        margin-top: 100px !important;
        background: none;
        box-shadow: none;
    }

    .journey-grid .j-grid6 h2{
        margin-left: 200px;
        font-size: 1.9rem;
    }

    .about{
        position: absolute;
        margin-top: 637%;
        margin-left: 30%;
        height: 300px;
        width: 300px;
    }

    .about .about-content{
        padding-top: 20px;
        font-size: 0.5rem;
    }

    .about img{
        display: none;
    }

    .about::before{
        animation: none;
    }

    .contact{
        position: absolute;
        margin-top: 680%;
    }

    .contact h2{
        font-size: 1.9rem;
    }

    .contact-grid{
        display: block;
        margin-top: 1%;
        text-align: center;
        margin-left: 15%;
        padding: 20px;
        font-size: 1rem;
        height: 30vh;
        background: #6ec7ca;
    }

    .contact-grid .c-grid-2{
        position: absolute;
        margin-top: -50%;
        margin-left: 100px;
        height: 0vh;
        z-index: 0;
        display: none;
    }

    .contact-grid #line-h{
        margin-top: 0%;
        display: none;
    }

    .bro{
        position: absolute;
        margin-top: 1200%;
        display: none;
    }

    .bro h2{
        margin-left: 5px;
        font-size: 1.5rem;
    }

    .copy{
        font-size: 0.8rem;
        padding-top: absolute;
        margin-top: 740% !important;
        margin-left: 30%;
        margin-bottom: 10px !important;
    }

    #move{
        position: fixed;
        left: 93% !important;
        height: 40px;
        width: 40px;
        z-index: 0;
    }

    #move-value{
        display: block;
        height: calc(100% - 10px);
        width: calc(100% - 10px);
        font-size: 20px;
    }
}

@media only screen and (min-width:1024px) and (max-width:1280px){
    html, body{
        overflow: auto;
        overflow-x: hidden;
        min-height: 600vh !important;
    }

    .logo{
        position: relative;
        width: 50px;
        height: 50px;
        margin-top: 3%;
        margin-left: 10%;
        color: azure !important;
        background: transparent;
        font-style: bolder;
        font-weight: 800;
        font-size: 2rem;
        cursor: default;
    }

    .words{
        left: 5%;
    }

    body .nav{
        position: relative;
        margin-top: -5%;
        margin-left: 50%;
    }

    .nav ul{
        width: 100%;
        z-index: 2;
    }

    .content{
        position: absolute;
        margin-top: 20%;
        margin-left: 21%;
        padding: 20px;
    }

    .content .title{
        padding-top: 40px;
        font-size: 5rem;
    }

    .head-anim{
        position: absolute;
        margin-left: 10%;
        top: 50%;
        width: 80% !important;
        height: 80% !important;
    }

    .head-anim lottie-player{
        width: 100% !important;
    }

    .portfolio{
        margin-top: 100%;
    }

    .portfolio h2{
        font-size: 1.9rem;
    }

    .grid-container{
        position: absolute;
        grid-template-columns: 300px 300px;
        grid-auto-rows: minmax(150px, auto);
        display: grid;
        margin-top: 140%;
        margin-left: 50%;
        padding: 20px;
        font-size: 0.7rem;
    }

    .grid-1,
    .grid-2,
    .grid-3,
    .grid-4,
    .grid-5,
    .grid-6 {
        padding: 10px;
        margin-bottom: 15px;
    }

    #myContainer{
        position: absolute;
        display: grid;
        grid-template-columns: 200px 200px;
        margin-left: 33%;
        width: 50%;
        margin-top: 190%;
    }

    .text-grid{
        position: absolute;
        left: 25% !important;
    }

    #myContainer .text-grid h2{
        left: 50% !important;
        font-size: 1rem;
    }

    .anim-grid{
        position: absolute;
        width: 50px;
        height: 50px;
        margin-top: 170%;
        margin-left: 55%;
    }

    #myContainer .anim-grid lottie-player{
        width: 300px !important;
        height: 300px;
    }

    .journey-grid{
        position: absolute;
        display: block;
        width: 100%;
        margin-top: 425%;
        margin-left: 50%;
        padding: 50px;
    }

    .journey-grid .j-grid1{
        margin-left: 440px;
        background: none;
        box-shadow: none;
    }

    .journey-grid .j-grid1 h2{
        font-size: 30.0px;
    }

    .journey-grid .para{
        margin-top: 62%;
        font-size: 1rem;
    }

    .journey-grid .j-grid2{
        margin-bottom: 400px !important;
    }

    .journey-grid .j-grid3{
        margin-bottom: 50px !important;
    }

    .journey-grid .j-grid4{
        margin-bottom: 400px !important;
    }

    .journey-grid .para-1{
        margin-top: 190px !important;
        margin-left: 55% !important;
        font-size: 1rem;
    }

    .journey-grid .para-last{
        margin-top: -50px !important;
        font-size: 1rem;
    }

    .journey-grid .j-grid6{
        margin-top: 100px !important;
        background: none;
        box-shadow: none;
    }

    .journey-grid .j-grid6 h2{
        margin-left: 200px;
        font-size: 1.9rem;
    }

    .about{
        position: absolute;
        margin-top: 625%;
        margin-left: 30%;
        height: 400px;
        width: 400px;
    }

    .about .about-content{
        padding-top: 20px;
        font-size: 0.7rem;
    }

    .about img{
        display: none;
    }

    .about::before{
        animation: none;
    }

    .contact{
        position: absolute;
        height: 80vh;
        margin-top: 680%;
    }

    .contact h2{
        font-size: 1.9rem;
    }

    .contact-grid{
        display: block;
        margin-top: 1%;
        text-align: center;
        margin-left: 25%;
        padding: 20px;
        font-size: 1rem;
        height: 30vh;
        background: #6ec7ca;
    }

    .contact-grid .c-grid-2{
        position: absolute;
        margin-top: -50%;
        margin-left: 100px;
        height: 0vh;
        z-index: 0;
        display: none;
    }

    .contact-grid #line-h{
        margin-top: 0%;
        display: none;
    }

    .bro{
        position: absolute;
        margin-top: 1200%;
        display: none;
    }

    .bro h2{
        margin-left: 5px;
        font-size: 1.5rem;
    }

    .copy{
        font-size: 0.8rem;
        padding-top: absolute;
        margin-top: 720% !important;
        margin-left: 35%;
        margin-bottom: 10px !important;
    }

    #move{
        position: fixed;
        left: 93% !important;
        height: 40px;
        width: 40px;
        z-index: 0;
    }

    #move-value{
        display: block;
        height: calc(100% - 10px);
        width: calc(100% - 10px);
        font-size: 20px;
    }
}

@media only screen and (min-width:1610px){
    body .nav{
        position: relative;
        margin-top: -3%;
        margin-left: 70%;
        overflow-x: hidden;
        bottom: 0;
    }

    .logo{
        position: relative;
        width: 50px;
        height: 50px;
        margin-top: 1%;
        margin-left: 70px;
        color: azure !important;
        background: transparent;
        font-style: bolder;
        font-weight: 800;
        font-size: 2rem;
        cursor: default;
    }

    .journey-grid .para{
        margin-top: 23%;
        margin-left: -5% !important;
        font-size: 1.5rem;
    }

    .journey-grid .para-1{
        margin-top: 65% !important;
        margin-left: 55% !important;
        font-size: 1.5rem;
    }

    .journey-grid .para-last{
        margin-top: 120% !important;
        font-size: 1.5rem;
    }

    .about{
        margin-top: 320%;
        height: 500px;
        width: 500px;
    }

    .contact{
        height: 100vh;
        margin-top: 360%;
    }

    .copy{
        margin-top: 395% !important;
        margin-left: 40%;
        margin-bottom: 10px !important;
    }

    .bro{
        position: absolute;
        margin-top: 365%;
    }

    .bro h2{
        margin-left: -10px;
        font-size: 2.0rem;
    }
}