p, h1, h2, h3, h4, h5, h6, a{
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

*{
    font-family: 'Poppins', sans-serif;
}

html, body{
    font-weight: 900;
    max-width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}

html{
    overflow: hidden;   
}

.Main{
    position: relative;
    opacity: 1;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
}

.First{
    background-image: url("/img/be-alone.jpg");
    height: 100%;
    width: 100%;
    display: block;
    overflow: hidden;
    opacity: 1;
    visibility: visible;
    margin: 0% 0% 0% 0%;
    padding: 0% 0% 0% 0%;
    background: no-repeat 50% 50%;
    background-size: cover;
    font-family: 'Poppins', sans-serif;
    color: #fff;
}

.First h1{
    padding: 10% 0% 0% 5%;
    font-size: 400%;
    line-height: 2em;
    max-width: 100%;
}

.Second{
    position: absolute;
    width: 100%;
}

.Other{
    overflow: hidden;
    background-color: black;
    visibility: 1;
    width: 100%;
    height: 200px;
    margin: -55px 0px 0px 0px;
    padding: 0px;
}

.Other h2{
    font-family: 'Gothic A1', sans-serif;
    font-size: 400%;
    text-align: center;    
    line-height: 200px;
    color: rgba(255,255,255,0.15);
}

.Other1{
    background-color: #fcfcfc;
    visibility: 1;
    width: 100%;
}

.Other2{
    background-color: #000;
    visibility: 1;
    padding: 0px;
    width: 100%;
    height: 100px;
    overflow: hidden;
}

.Other3{
    background-color: #fcfcfc;
    visibility: 1;
    width: 100%;
    height: auto;
    margin: -55px 0px 0px 0px;
    overflow: hidden;
    padding: 0px;
}

.Other4{
    background-color: black;
    visibility: 1;
    margin: 0px 0px 0px 0px;
    width: 100%;
    height: 200px;
}

.Other5{
    background-color: #fcfcfc;
    visibility: 1;
    padding: 0px 0px 0px 0px;
    width: 100%;
    height: 200px;
}

.CenterTheOnes{
    text-align:center;
    width: 90%;
    margin: 0 auto;
    text-align: center;
    padding: 2% 0% 5% 0%;
    transform:translateY(50px);
    opacity: 0;
    padding-top: 5%;
    transition: all 0.8s ease;

}

.One{
    display: inline-block;
    width: 350px;
    height: 350px;
    margin: 2%;   
    -webkit-box-shadow: -19px 19px 20px -20px rgba(0,0,0,1);
    -moz-box-shadow: -19px 19px 20px -20px rgba(0,0,0,1);
    box-shadow: -19px 19px 20px -20px rgba(0,0,0,1);
}

.overlay{
    display: block;
    z-index: 10;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: rgba(0,0,0,0);
    padding: 0px;
    margin: 0px;
    transition: all 0.4s ease;
}

.overlay:hover{
    background-color: rgba(0,0,0,0.7);
    opacity: 1;
}

.overlay a{
    display: block;
    transition: all 0.4s ease;
    color: white;
    transform: translateY(300px);
    text-align: center; 
    text-decoration: none;
    line-height: 100%;
}

.overlay:hover a{
    color: white;
    transform: translateY(160px);
}

.clearThat{
    clear: both;
}

.MyWorkText{
    text-align: center; 
    padding-top: 2%;
    margin-bottom: -2%;
}

.whiteMenu,
.blackMenu{
    font-family: 'Poppins', sans-serif;
    z-index: 50; 
    font-weight: 500; 
}

.whiteMenu li,
.blackMenu li{
    list-style: none;
    float: left;
    padding-left: 13px;
}

.whiteMenu a,
.blackMenu a{
    text-decoration: none;
    color: #000;
    transition: color 0.4s;
}


.whiteMenu .RightSide,
.blackMenu .RightSide{
    position: fixed;
    top: 16px;
    right: 50px;
    z-index: 50;
    transition: 0.4s;
}

.whiteMenu .LeftSide,
.blackMenu .LeftSide{
    position: fixed;
    top: 16px;
    left: 50px;
    z-index: 50;
    transition: 0.4s;
}

.whiteMenu .RightSide a:after,
.blackMenu .RightSide a:after{
    content: '';
    display: block;
    background: transparent;
    margin-top: -3px;
    height: 2px;
    width: 0;
    background: transparent;
    transition: width 0.613s ease, background-color 0.136s ease;
}

.whiteMenu a:hover:after,
.blackMenu a:hover:after{
    width: 100%;
    transition: 0.4s;
}

.whiteMenu a:hover:after{
    background-color: #fff;
}

.blackMenu a:hover:after{
    background-color: #000;
}

::-webkit-scrollbar {
    width: 4px;
}
 
::-webkit-scrollbar-track {
    background: #000000; 
}

::-webkit-scrollbar-thumb {
    background: rgba(255,255,255,0.5); 
}

::-webkit-scrollbar-thumb:hover {
    background: rgba(255,255,255,0.3); 
}

.MySkills{
    text-align:center;
    width: 80%;
    margin: 0 auto;
    text-align: center;
    padding: 2% 0% 2% 0%;
}


.About{
    visibility: 1;
    padding-bottom: 5%;
    width: 90%;
    padding-left: 5%;
    padding-top: 5%;
}

.aboutText{
    margin-left: 10%;
    width: 60%;
    opacity: 0;
    transition: all 1s ease;
    transform: translateY(100px);
}

.About img{
    float: left;
    width: 200px;
    margin-right: 10%;
    opacity: 0;
    transform: translateX(-100px);
    transition: all 1s ease;
}

#randomsentence{
    opacity: 0;
    transition: all 2s ease;
    transform: translateY(-500px);
}

.Other2 h1{
    color: white;
    width: 100%;
    transform-origin: 100% 100%;
    letter-spacing: 0px;
    word-spacing: 10px;
    transition: All 1s ease;
    transform: translateY(-300%);
    text-align: center;
    font-size:  75px;
}

.Showit{
    width: 100%;
    background-color: #fcfcfc;
    height: 100%;
    z-index: 515149;
    top: 0%;
    transition: all 1s ease;
    transform: translateY(-100%);
    position: fixed;
    visibility: hidden;
    opacity: 1;
}

.ShowIt:target{
    visibility: visible;
    transform: translateY(0);
}

.ContactForm{
    width: 30%;
    margin-right: 10%;
    float: right;
    opacity: 0;
    transition: all 0.8s ease;
    transition: all 0.8s ease 0.3s;
    transform: translateY(50px);
}

.ContactSocial{
    float: right;
    width: 40%;
    margin-top: 40px;
    margin-left: 10%;
    opacity: 0;
    transition: all 0.8s ease 0.3s;
    transform: translateY(50px);
}

.ContactSocial p{
    padding-left: 40px;
    background-repeat: no-repeat;
    background-size: contain;
    font-size: 20px;
}

iframe{
    opacity: 0.4;
    transition: all 0.8s ease 0.6s;

}

.form-control{
    margin-left: 5%;

}

iframe:hover{
    opacity: 1;
}

#Loader{
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 100;
    top: 0;
    left: 0;
    background: linear-gradient(132deg, #ff820e, #f1f518);
    background-size: 400% 400%;
    animation: BackgroundGradient 3s ease infinite;
    overflow: hidden;
    transition: all 0.5s ease 1.5s;
}

@keyframes BackgroundGradient {
    0% {background-position: 0% 50%;}
    50% {background-position: 100% 50%;}
    100% {background-position: 0% 50%;}
}