html, body{
    margin:0%;
}
a:link {text-decoration: none}
a:visited {text-decoration: none}
a:hover {text-decoration: none}
a:active {text-decoration: none}
a{
-webkit-tap-highlight-color: transparent;
}
/*---------------------------LoadAnim----------------------*/
#loadimg{
    background-image:url('load.gif');
    background-position:center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    width: auto;
    height: 100vh;
}
#postloadwraper{
    display: none;
    opacity: 1;
    visibility: visible;
    animation-name: apear;
    animation-duration: 1s;
}
@keyframes apear{
    0%,50%{opacity: 0;}
    100%{opacity: 1;}
}
/*---------------------------MMNavBar----------------------*/
.MNavBar{
    font-family: 'Roboto', sans-serif;
    z-index: 1;
    top:0;
    display:none;
    position: sticky;
    background-color: #557697e5;
}
.hamburger_nav{
    content:url('snmsl4Qwk07akNVlEC4aSEw.png');
    margin: 2px 2vw;
    float: right;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    width: 42px;
    height:  39px;
    display: none;
    transition: transform .09s;
}
.hamburger_nav:active{
    transform: rotateX(70deg);
}
.buttonDivHamburger{
    position: absolute;
    display: none;
    padding: 0px;
    margin: 0px;
    width: 100vw;
    list-style-type: none;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}
.buttonDivHamburger li a{
    display: block;
    user-select: none;
    font-size: 35px;
    padding: 0px 0px;
    outline:none;
    border:none;
    color:white;
    font-family: 'Roboto', sans-serif;
    height: 40px;
    background-color: #557697e5;
    position: sticky;
    z-index: 1;
}
.buttonDivHamburger li a:active{
    background-color: #0e3b68e5;
}
/*---------------------------paralax-----------------------*/
.paralax{  
    background-image:url("code.jpg");
    width: auto;
    height: 100vh;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 1em 1.3em 2em 0.25em rgba(0,0,0,.2);
}
/*---------------------------Title-------------------------*/
.Title{
    user-select: none;
    font-family: 'Source Code Pro', monospace;
    text-align: center;
    color: white;
    font-size: 9vw;
    letter-spacing: .04em;
    line-height: 1em;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
}
/*---------------------------Lets--------------------------*/
.Lets{
    display: inline-block;
    animation-name: Flip_Lets;
    animation-duration: 1s;
    mix-blend-mode: difference;
}
@keyframes Flip_Lets{
    0% ,30%{transform: rotateX(90deg);}
    100% {transform: rotateX(0deg);}
}
/*---------------------------transform---------------------*/
.transform{
    display: inline-block;
    animation-name: Flip_transform;
    animation-duration: 1s;
    mix-blend-mode: difference;
}
@keyframes Flip_transform{
    0% ,60%{transform: rotateX(90deg);}
    100% {transform: rotateX(0deg);}
}
/*---------------------------ideas-------------------------*/
.ideas{
    display: inline-block;
    animation-name: Flip_ideas;
    animation-duration: 1.4s;
    mix-blend-mode: difference;
}
@keyframes Flip_ideas{
    0% ,70%{transform: rotateX(90deg);}
    100% {transform: rotateX(0deg);}
}
/*---------------------------into--------------------------*/
.into{
    display: inline-block;
    animation-name: Flip_into;
    animation-duration: 1.6s;
    mix-blend-mode: difference;
}
@keyframes Flip_into{
    0% ,75%{transform: rotateX(90deg);}
    100% {transform: rotateX(0deg);}
}
/*---------------------------reality-----------------------*/
.reality{
    display: inline-block;
    animation-name: Flip_reality;
    animation-duration: 2s;
    mix-blend-mode: difference;
}
@keyframes Flip_reality{
    0% ,75%{transform: rotateX(90deg);}
    100% {transform: rotateX(0deg);}
}
/*---------------------------Curssor-----------------------*/
.Curssor{
    font-weight: 100;
    animation: blink step-end infinite;
    color: transparent;
    animation-delay: 1s;
    animation-duration: 1.05s ;
    mix-blend-mode: difference;
}
@keyframes blink {
    0%,100% {
        color: transparent;
    }
    50% {
        color: white;
    }
}
/*---------------------------ButtonHead--------------------*/
.buttonHead{
    background-color: #7ac8c0;
    color:white;
    padding: 10px;
    border-radius: 7px;
    outline:none;
    border:none;
    -webkit-tap-highlight-color: transparent;
    cursor:pointer;
    font-size: 3vw;
    font-family: 'Roboto', sans-serif; 
    margin: 5.5vw 0vw 0vw 0vw;
    letter-spacing: .01em;
    transition-duration: .2s;
    animation-name: Flip_buttonHead;
    animation-duration: 2.4s;
}
.buttonHead:hover{
    color: rgb(255, 255, 255);
    border-radius: 15px;
    background-color: #7ac8c0;
    letter-spacing: .05em;
}
.buttonHead:active{
    letter-spacing: .01em;
    transition: .07s !important;
}
@keyframes Flip_buttonHead{
    0% ,75%{transform: rotateX(450deg);}
    100% {transform: rotateX(0deg);}
}
/*---------------------------NavBar------------------------*/
.DNavBar{
    position: sticky;
    z-index: 1;
    top:0;
    border-radius: 0px 0px 5px 5px;
}
div.DNavBar .NavBar{
    font-family: 'Roboto', sans-serif;
    height: 61px;
    background-color: #557697e5;
    position: sticky;
    z-index: 1;
    top:0;
    border-radius: 0% 0% 10px 10px;
}
.buttonDivTop{
    display: flex;
    flex-direction: row;
    justify-content: center;
    -webkit-tap-highlight-color: transparent;
}
.Logo{
    user-select: none;
    line-height: 1em;
    font-size: 26px;
    margin: 0px 0px 0px 5px;
    padding: 5px 0vw 0vw 0vw;
    float: left;
    letter-spacing: .1em;
    color: white;
}
.buttonTop{
    font-family: 'Roboto', sans-serif;
    color:white;
    margin: 0vw 0vw 0vw 0vw;
    padding: 0vw 3vw 0vw 3vw;
    height: 61px;
    font-size: 47px;
    display: flex;
    flex-direction: row;
    border:none;
    outline:none;
    background-color: transparent;
    transition:all .2s;
    cursor:pointer;
}

.buttonTop:hover{
    transform: translateY(5px);
    color: #b5e5f3;
}
.buttonTop:active{
    color: #57b8d6;
    transition: .05s !important;
    transform: translateY(0px);
}
/*---------------------------bio--------------------*/
.biotitle{
    margin: 10vw 0% 0% 0%;
    font-family: 'Roboto', sans-serif;
    font-weight: bolder;
    text-align: center;
    color: #4491a8;
    font-size: 50px;
}
.bio{
    padding-top: 50vh; 
    margin: -46vh 10% 0% 10%;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    font-size: 40px;
}
/*---------------------------WhyMe-------------------------*/
.subtitleservices{
    margin: 10vh 0% 0% 0%;
    font-family: 'Roboto', sans-serif;
    font-weight: bolder;
    text-align: center;
    color: #4491a8;
    font-size: 50px;
}
.WhatIDo div {
    padding: 2vw;
    border-radius: 8px;
	 border:none;
    margin: 2vw 2vw 2vw 2vw;
    display: inline-block;
    box-shadow: 5px 5px 14px 4px rgb(0 0 0 / 24%)
}
.WhatIDo{
    text-decoration: none;
    display: block;
    font-family: 'Roboto', sans-serif;
    color: black;
    font-weight: bolder;
    font-size: 30px;
    margin: 3vw 0vw 0vw 0vw;
    text-align: center;
}

@keyframes fade-in {
    from {opacity: 0; transform: scale(.7,.7)}
    to {opacity: 1;}
}
.fade-in-element {
  animation: fade-in 1.4s;
}
.checkem{
    font-family: 'Roboto', sans-serif;
    font-weight:bolder;
    text-align: center;
    color: #4491a8;
    font-size: 50px;
    margin: 10vh 0% 0% 0%;
}
div.WebsiteLinks{
    margin: 4.5vw 0px 0vw 0px;
    text-align: center;
}
.WebsiteLinks img{
    margin: 0px 1vw 5vw 1px;
    height: 30vw;
    width: 30vw;
    border-radius: 15px;
    transition: .5s;
    box-shadow: 1em 1em 2em 0.25em rgba(0,0,0,.2);
}
.WebsiteLinks img:hover{
    -webkit-filter: invert(1);
   filter: invert(1);
}
.chatmise img{
   border-radius: 46px;
}
/*---------------------------footer_tag--------------------*/
footer{
    font-family: 'Open Sans', sans-serif;
    font-size: 50px;
    background-color: white;
    border-top: #557697e5;
    border-style: solid;
    border-width: 2px 0px 0px 0px;
    border-radius: 20px;
    color: gray;
    display: block;
    margin:  5vh 0% 0% 0%; 
    padding: 0% 0% 3vh 0%;
    text-align: center;
}
footer .ContactMe{
    margin: 0vw 0% 0% 0%;
}
footer .Instructions{
    font-size: 3vw;
    margin: 1vw .5vw 1vw 1vw ;
}
footer input, textarea{
    display: block;
    border-radius: 8px;
    border-width: 0px;
    width: 30em;
    font-size: 23px;
    padding: 5px;
    margin: 25px auto;
    box-shadow: .5em .5em 2em 0.25em rgba(0,0,0,.2);
}
footer input{
    width: 20em;
    outline: none;
}
footer textarea{
    font-family: 'Open Sans', sans-serif;
    height: 10em;
    resize: none;
    outline: none;
}
footer .bot-field{
    display: none;
}
footer button{
    background-color: #7ac8c0;
    color:white;
    padding: 10px;
    border-radius: 7px;
    outline:none;
    border:none;
    -webkit-tap-highlight-color: transparent;
    cursor:pointer;
    font-size: 40px;
    font-family: 'Roboto', sans-serif; 
    margin: 1vw 0vw 0vw 0vw;
    letter-spacing: .01em;
    transition: 1s;
}
footer button:hover{
    background-color: #70b8b0;
}
/*------------------------------------------------------------------------------
---------------------------Media_Quearys----------------------------------------
---------------------------------------------------------------------------------*/
@media only screen and (max-width: 1200px){
    .WebsiteLinks img{
        height: 60vw;
        width: 60vw;
    }
    .bio{
        font-size: 3.4vw;
    }
    .Logo{
        font-size: 20px;
    }
    div.DNavBar .NavBar{
        height: 49px;
    }
    .buttonTop{
        font-size: 39px;
    }
}
@media only screen and (max-device-width: 720px){
    /*for tablets and big phones*/
    footer input, textarea{
        margin: 2.2vh auto;
    }/*
    .WhatIDo{
        margin: 3vw 0vw 5vw 0vw;
        font-size: 7vw;
    }
    .WhatIDo div{
        margin: 4vw 5vw 4vw 5vw;
    }*/
    footer{
        font-size: 5vw;
    }
    footer .Instructions{
        font-size: 5vw;
    }
    footer input{
        font-size: 3.5vw;
        width: 20em;
    }
    footer textarea{
        font-size: 3.5vw;
        height: 10em;
        width: 20em;
    }
    footer button{
        font-size: 6vw;
    }
    .WebsiteLinks img{
        height: 60vw;
        width: 60vw;
    }
    .biotitle{
        font-size: 9vw;
    }
    .checkem{
        font-size: 9vw;
    }
    .paralax{
        max-height:88vh;
        min-height:80vh; 
        background-attachment: scroll;
    }
    .Title{
        top: 40%; 
        font-size: 10vw;
    }
    .buttonHead{
        font-size: 6vw;
    }
    .MNavBar{ 
        display: block;
    }
    .NavBar{
        height: 45px !important;
        }
    .Logo{
        font-size: 20px;
        }
    .buttonTop{
        font-size: 40px;
        } 
    .DNavBar{
        display:none;  
      }
    .subtitleservices{
        font-size: 9vw;
      }
    .bio{
        font-size: 4.5vw;
    }
}
@media only screen and (max-device-width: 1000px) and (orientation: landscape){
    /*landscape mode only for mobile*/
    .Title{
        top: 60%; 
        font-size: 7vw;
    }
    .paralax{
        max-height:90vh;
        min-height:83vh;
        background-attachment: scroll;
    }
    .MNavBar{ 
        display: block;
    }
    .DNavBar{
        display:none;  
      }
    .buttonDivHamburger{
        display: none !important;
    }
    .buttonTop{
        font-size: 38px;
        }   
    .Logo{
        font-size: 20px;
        }
    .NavBar{
        height: 50px !important;
        }
}
@media only screen and (max-width: 499px){
    /*for smaller phones*/
    footer{
        font-size: 8vw;
    }
    .NavBar .buttonDivTop{
        display: none;
    }
    div.DNavBar{
        height: 43px;
    }
    .Logo{
        font-size: 18px;
        }
    .buttonTop{
        font-size: 34px;
        height: 43px;
        }
    .hamburger_nav{
        display: block;
    }
}    