@import url(fontawesome.css);
@import url("https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900");
body {
    font-family: 'Lato', sans-serif;
}

#page-wraper {
    position: absolute;
    background: #0009;
    top: 0px;
    width: 100%;
    min-height: 100vh;
}


/* Basic */

body {
    overflow-x: hidden;
}

input,
select,
textarea {
    outline: none;
}

a,
a:hover {
    text-decoration: none;
}

p {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
}

h4 {
    font-size: 26px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.25px;
}

img {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
/* 
.main-menu {
    width: 100%;
} */

ul li {
    display: inline-block;
}

html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}

.clearfix {
    zoom: 1;
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.container {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.logo {
    width: 100px;
    height: 100px;
    margin-top: 20px;
    margin-bottom: -50px;
}

.main-nav {
    text-align: center;
    width: 100%;
}

.main-nav li:last-child a {
    border-bottom: 2px solid #333;
}

.main-nav li {
    display: block;
}

.main-nav li {
    height: 70px;
    line-height: 70px;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
    font-weight: 700;
    color: #fff;
    width: 100%;
    transition: all 0.5s;
    border-top: 2px solid #fff4;
}

.main-nav li:hover,
.main-nav li.active {
    background: #eee;
    color: #333;
}

/* Sidebar Menu */

.profile-image {
    display: block;
    margin-top: 50px;
    width: 180px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 40px;
    height: 180px;
}

.profile-image img {
    width: 100%;
    height: 100%;
}

.menu .author-content {
    margin: 20px 0px 60px 0px;
}

.menu .author-content h4 {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
}

.menu .author-content span {
    color: #fff;
    font-size: 15px;
}

.menu .author-content p {
    font-size: 19px;
    color: #fff;
    font-weight: bold;
    margin-top: 10px;
}

.menu .social-network {
    margin-top: 60px;
}

.menu .social-network ul li {
    margin: 0 3px;
}

.menu .social-network ul li a {
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    background-color: rgba(0, 0, 0, 0.2);
    color: #fff;
    font-size: 14px;
    transition: all 0.5s;
}

.menu .social-network ul li a:hover {
    background-color: #fff;
    color: #5C77bb;
}

.menu .copyright-text {
    position: relative;
    margin-top: 60px;
}

.menu .copyright-text p {
    border-top: 1px solid rgba(250, 250, 250, 0.1);
    display: inline-block;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px;
    font-size: 13px;
}

.menu:before,
.menu:after {
    content: "";
    display: table;
}

.menu:after {
    clear: both;
}

.menu a {
    text-decoration: none;
    color: inherit;
}

.menu {
    text-align: center;
}

.menu::-webkit-scrollbar {
    display: none;
}

.menu {
    left: 10%;
  -webkit-transition: -webkit-transform 233ms cubic-bezier(0, 0, 0.21, 1);
  -webkit-overflow-scrolling: touch;
  background-color: #5C77FC33;
  box-sizing: border-box;
  height: 100vh;  
  scrollbar-width: none; /* For Firefox */
  max-height: 100vh !important;
  max-width: 80vw !important;
  min-width: 45px !important;
  outline: none;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  padding: 0;
  position: fixed !important;
  top: calc(0px);  
  width: 20%;
  will-change: transform;
  z-index: 9999 !important;
}

.menu-toggle {
  color: #fff;
  cursor: pointer;
  font-size: 25px;
  position: fixed;
  right: 25px;
  top: 25px;
}

#menu-toggle {
    z-index: 999;
    cursor: pointer;
    position: fixed;
    top: 0;
    left: 0;
    color: #5C77bb;
    background-color: #fff;
    width: 60px;
    height: 60px;
    text-align: center;
    display: inline-block;
    line-height: 60px;
}

.menu-close {
  cursor: pointer;
}

#menu-close {
    cursor: pointer;
    text-align: right;
    color: #5C77bb;
    background-color: #ccc;
    width: 100%;
    height: 60px;
    text-align: center;
    display: inline-block;
    line-height: 60px;
}


/* Section */
#top-social {
    width: 100%;
    height: 50px;
    top: 0;
    right: 5%;
    display: flex;
    z-index: 999;
    position: fixed;
    align-items: center;
    justify-content: flex-end;
}

#top-social .social-icons {
    height: 100%;
    display: flex;
    align-items: center;
}

#top-social .social-icons li {
    margin-left: 10px;
    height: 30px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    width: 30px;
    align-items: center;
    background-color: #fff9;
    border-radius: 3px;
}

#about-me {
    min-height: 250px;  
    padding-bottom: 30px;
}

#relative {
    position: relative;
}

.section {
    color: #fff;
    width: 55%;
    right: 10%;
    left: 35%;
    position: relative;
    margin-top: 50px;
    min-height: 100vh;
    padding-bottom: 80px;
}

.section-heading {
    width: 100%;
}

#reduced-paddingTop {
    padding: 30px 0px;
}

.section-heading h2 {
    font-size: 20px;
    text-transform: uppercase;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: bold;
    color: #fff;
}

.section-heading .line-dec {
    width: 60px;
    height: 3px;
    background-color: #5C77bb;
    margin: 10px auto;
}

#about-me-paragraph {
    margin-top: 5px;
    font-size: 16px;
    color: #eee;
    letter-spacing: 0.5px;
    padding-bottom: 30px;
}

#my-info {
    width: 100%;
    line-height: 30px;
    color: #eee;
    font-size: 16px;
}

#my-info strong {
    color: #fff;
    font-weight: bold;
}

#border-bottom {
    padding-bottom: 3px;
    border-bottom: 2px solid #5C77FC;
}

#row {
    height: auto;
}

#row .left-image,
#row .right-image {
    height: 100%;
}

hr {
    background-color: #fff2;
    width: 100%;
    height: 1px;
}

.fab {
    content: ' \e07b';
}

.d-none {
    display: none;
}

.d-flex {
    display: flex;
}

.float-container {
    width: 100vw;
    height: 100vh;
    justify-content: center;
    align-items: center;
    position: sticky;
    background-color: #0009;
    display: none;
    top: 0;
    z-index: 99999 !important;
}

.float-explain {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    background-color: #0009;
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    box-sizing: border-box;
    overflow-y: scroll;
    scrollbar-width: none;
}

.float-explain::-webkit-scrollbar {
    display: none;
  }

#times {
    width: 30px;
    height: 30px;
    color: #111;
    font-weight: lighter;
    font-size: 20px;
    display: flex;
    background-color: #fff;
    justify-content: center;
    align-items: center;
    position: absolute;
    cursor: pointer;
    border-radius: 50px;
    top: 20px;
    right: 40px;
}

.float-explain h2 {
    color: #fff;
    font-weight: bolder;
    padding-bottom: 10px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.float-explain p {
    width: 75%;
    height: auto;
    line-height: 30px;
    text-align: center;
    font-size: 17px;
}


/* Buttons */

.white-button a {
    display: inline-block;
    padding: 12px 20px;
    background-color: #fff;
    color: #5C77bb;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    transition: all 0.5s;
}

.white-button a:hover {
    background-color: #5C77FC22;
    color: #fff;
}

button {
    display: inline-block;
    padding: 10px 20px;
    background-color: #fff;
    color: #5C77bb;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    transition: all 0.5s;
    border: none;
    outline: none;
    cursor: pointer;
}

button:hover {
    outline: none;
    background-color: #5C77FC22;
    color: #fff;
}


/* Each Experience Section */
.exp-section {
    width: auto;
    padding-bottom: 20px;
    border-bottom: 1px solid #aaa;
    margin-bottom: 100px;
    margin-top: 50px;
    height: auto;
}

.duration {
    position: relative;
    width: 190px;
    padding: 0px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    border-radius: 5px;
    border: 2px solid #aaa;
    animation: rocking 3s infinite alternate;
}

@keyframes rocking {
    0% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(3deg);
    }

    75% {
        transform: rotate(-3deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

.exp-section p {
    font-size: 17px;
    display: inline-flex;
}

.exp-section #cool {
    font-size: 14px;
    color: #ccc;
    margin-top: 10px;
}

#blow-paragraphs {
    font-size: 15px;
    color: #ddd;
}

#blow-paragraphs strong {
    width: auto;
    color: #fff;
}

.tools {
    list-style-type: none;
    margin: 5px;
    padding: 0px 10px;
    border-radius: 50px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    border: 2px solid #5C77FC;
    justify-content: center;
}

#top20 {
     margin-top: 20px;
}


/* Services */

.my-services .col-md-6 {
    padding-left: 5px;
    padding-right: 5px;
}

.service-item {
    margin-bottom: 10px;
    padding: 50px;
    height: 370px;
    background-color: rgba(250, 250, 250, 0.1);
    transition: all 0.5s;
}

.service-item h4 {
    transition: all 0.5s;
}

.service-item p {
    transition: all 0.5s;
    padding-bottom: 20px;
}

.service-item:hover {
    background-color: rgba(250, 250, 250, 1);
}

.service-item:hover h4 {
    color: #1e1e1e;
}

.service-item:hover p {
    color: #4a4a4a;
}

.service-item .service-icon {
    width: 70px;
    height: 70px;
    display: inline-block;
    margin-bottom: 30px;
    background-size: cover;
    background-repeat: no-repeat;
    transition: all 0.5s;
}

#cover-row {
    margin-top: 30px;
}

.service-item .first-service-icon {
    background-image: url(../images/html.png);
}

.service-item .first2-service-icon {
    background-image: url(../images/css.png);
}

.service-item .second-service-icon {
    background-image: url(../images/javascript.png);
}


.service-item .third-service-icon {
    background-image: url(../images/react.png);
}

.service-item .fourth-service-icon {
    background-image: url(../images/nodejs.png);
}

.service-item .fifth-service-icon {
    background-image: url(../images/mongodb.png);
}

.service-item .sixth-service-icon {
    background-image: url(../images/php.png);
}

.service-item .seventh-service-icon {
    background-image: url(../images/mysql.png);
}

.service-item .eight-service-icon {
    background-image: url(../images/python.png);
}


.service-item .nineth-service-icon {
    background-image: url(../images/sqlite.png);
}

.service-item .tenth-service-icon {
    background-image: url(../images/3d.png);
}

.service-item .eleventh-service-icon {
    background-image: url(../images/firebase.png);
}

.service-item .twelveth-service-icon {
    background-image: url(../images/git.png);
}

.service-item .thirteenth-service-icon {
    background-image: url(../images/flutter.png);
}

.service-item .fourteenth-service-icon {
    background-image: url(../images/next-js-logo.png);
    background-size: contain;
}

.service-item .fifteenth-service-icon {
    background-image: url(../images/typescript.png);
}



/* My Work */
.mikesin {
    width: 100%;
}

.isotope-wrapper {
    position: relative;
    width: 100%;
    margin: auto;
}

.isotope-toolbar input[type="radio"] {
    display: none;
}

.isotope-toolbar span {
    text-transform: capitalize;
    display: inline-block;
    margin-right: 15px;
    padding-bottom: 3px;
    font-size: 15px;
    font-weight: 700;
    border-bottom: 2px solid transparent;
    transform: ease-in-out 0.5s;
    cursor: pointer;
}

.isotope-toolbar input[type="radio"]:checked + span {
    color: #5C77FC99;
    border-bottom: 2px solid #5C77FC99;
}

.isotope-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.isotope-toolbar p {
    border-top: 1px solid #fff;
    padding-top: 15px;
}

.isotope-toolbar a {
    color: #fff;
}

.isotope-item {
    position: relative;
    width: 48%;
    height: 300px;
    margin: 1%;
    border-bottom: 2px solid rgba(250,250,250,0.1);
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.snip1321 {
    height: 100%;
}

figcaption {
    display: flex;
    flex-direction: column;
    align-items: center;
}

figcaption h4,
figcaption span {
    width: 80%;
}

figcaption h4 {
    font-size: 20px;
}

figcaption span {
    text-align: justify;
}

.isotope-item img {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

.lazyload {
    background: #f7f7f7;
}

.lazyloading {
    background: #f7f7f7 url(//afarkas.github.io/lazysizes/assets/imgs/loader.gif) no-repeat center;
    min-height: 60px;
}

figure.snip1321 {
  overflow: hidden;
  text-align: center;
  -webkit-perspective: 50em;
  perspective: 50em;
}
figure.snip1321 * {
  -webkit-box-sizing: padding-box;
  box-sizing: padding-box;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
figure.snip1321 figcaption {
  top: 50%;
  left: 20px;
  right: 20px;
  position: absolute;
  opacity: 0;
  z-index: 1;
}
figure.snip1321 h4 {
    margin-top: 15px;
  margin-bottom: 5px;
  color: #232323;
}
figure.snip1321 span {
    font-size: 14px;
    font-style: italic;
    display: block;
    color: #7a7a7a;
}
figure.snip1321 i {
  position: relative!important;
  font-size: 18px;
  background-color: #5C77FC;
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  border-radius: 5px;
  color: #fff;
}
figure.snip1321:after {
  background-color: #ffffff;
  position: absolute;
  content: "";
  display: block;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  opacity: 0;
}
figure.snip1321 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}
figure.snip1321:hover figcaption,
figure.snip1321.hover figcaption {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 1;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
figure.snip1321:hover:after,
figure.snip1321.hover:after {
  -webkit-transform: rotateX(0);
  transform: rotateX(0);
  opacity: 0.9;
}



/* Certification */
.certification {
    min-height: 300px;
}

.covered {
    background-color: #fff1;
    border: 1px solid #ddd;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 20px 0px 60px 0px;
}

.covered-divisions {
    border-bottom: 1px solid #bbb;
    width: 100%;
}

#side-img {
    display: flex;
    align-items: center;
    justify-content: center;
}

#side-img img {
    width: 100px;
    height: 100px;
}

.padding20 {
    padding: 20px;
}

.certification span {
    font-size: 16px;
    display: flex;
    padding-top: 10px;
    flex-direction: column;
    justify-content: center;
}

.certification p {
    color: #bbb;
}

#small-duration {
    height: 25px;
    width: 90px;
    color: #fff;
    /* margin: 20px 0px; */
    font-size: 13px;
    margin: 10px 0px;
    padding: 5px;
}



/* SOCIAL ICONS COLOR */
.fa-instagram {
    background: linear-gradient(to right, #833AB4, #C13584);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}

.fa-facebook {
    color: #3b5998;
}

.fa-twitter {
    color: #1DA1F2;
}

.fa-linkedin {
    color: #0A66C2;
}

.fa-youtube {
    color: #FF0000;
}



/* Leave A Message */
.right-content {
    margin-top: 30px;
}


#contact input {
    background-color: rgba(250,250,250,0.1);
    border: 1px solid rgba(250,250,250,1);
    border-radius: 0px;
    margin-bottom: 30px;
    color: #fff;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    width: 100%;
    padding-left: 15px;
}

#contact input:focus {
    outline: none;
    box-shadow: none;
}

#contact textarea::placeholder,
#contact input::placeholder {
    color: #ddd;
}

#contact textarea {
    background-color: rgba(250,250,250,0.1);
    border: 1px solid rgba(250,250,250,1);
    border-radius: 0px;
    margin-bottom: 30px;
    color: #fff;
    font-size: 14px;
    height: 180px;
    max-height: 220px;
    line-height: 40px;
    width: 100%;
    padding-left: 15px;
}

#contact textarea:focus {
    outline: none;
    box-shadow: none;
}

#contact {
    text-align: center;
}

.waiting-cursor {
    cursor: wait;
    background-color: #000;
}

.waiting-cursor:hover {
    background-color: #000;
    color: #fff;
}

.actived {
    display: block;
}

.disabled {
    display: none;
}







/* The Footer Section */
.footer {
    color: #fff;
    width: 63%;
    left: 31%;
    position: relative;
    font-size: 12px;
    color: #ccc;
    display: flex;
    justify-content: center;
    margin-top: 50px;
    margin-bottom: 15px;
    letter-spacing: 1px;
}












/* RESPONSIVE DESIGNS */
@media screen and (max-width: 1680px) {
    .menu {
        left: 5%;
    }

    .footer,
    .section {
        color: #fff;
        width: 65%;
        right: 5%;
        left: 30%;
    }
}

@media screen and (max-width: 1680px) and (min-width: 846px) { 
    .menu .social-network ul li a {
        width: 36px;
        height: 36px;
        line-height: 36px;
    }

    .menu .social-network ul li {
        margin: 0;
    }

    .menu .image {
        margin-top: 60px;
    }
}

@media screen and (max-width: 1280px) {
    .menu {
        left: 0%;
    }

    .right-image-post h4,
    .left-image-post h4 {
        margin-top: 0px;
    }

    .right-image-post p,
    .left-image-post p {
        margin-top: 15px;
    }

    .right-image-post .white-button,
    .left-image-post .white-button {
        margin-top: 25px;
    }

    #about-me {
        height: auto;
    }

}

.menu .container {
    padding-left: 0;
    padding-right: 0;
}

@media screen and (max-width: 1280px) and (min-width: 846px) {
    .menu {
        width: 25%;
    }

    .social-network {
        display: none;
    }

    .service-item {
        height: 500px;
    }

    .tools {
        font-size: 14px;
    }

    .service-item h4 {
        font-size: 19px;
    }

    .service-item p {
        font-size: 14px;
        width: 100%;
        padding-bottom: 20px;
    }
}

#menu-toggle,
#menu-close {
    display: none;
}  

@media screen and (max-width: 845px) {        
    #menu-toggle,
    #menu-close {
        display: inline-block;
        z-index: 9999;
    }    

    .menu {        
        width: 280px;
        -webkit-transform: translateX(-100%) !important;
        transform: translateX(-100%) !important;
        transition: -webkit-transform 233ms cubic-bezier(0, 0, 0.21, 1);
        background-color: #242530;
        transition: transform 233ms cubic-bezier(0, 0, 0.21, 1);
        transition: transform 233ms cubic-bezier(0, 0, 0.21, 1), -webkit-transform 233ms cubic-bezier(0, 0, 0.21, 1);
    }

    .menu .image {
        margin-top: 40px;        
    }

    .menu .image img {
        width: 120px;
        height: 120px;
    }

    .menu .author-content {
        margin: 20px 0px 40px 0px;
    }

    .menu.open {
        display: inline-block;
        -webkit-transform: translateX(0) !important;
        transform: translateX(0) !important;
    }

    .responsive-nav {
        display: inline-block;
    }

    .social-network {
        display: none;
    }

    .float-container {
        overflow-y: scroll;
    }

    .right-text,
    .left-text,
    .right-image,
    .left-image {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    
    .footer,
    .section {
        width: 94%;
        right: 3%;
        left: 3%;
    }

    .float-explain {
        width: 100vw;
        height: 100%;
        margin: 0px;
    }

    #about-me .container{
        width: 100%;
    }

    .float-explain h2 {
        font-size: 20px;
        height: auto;
        margin: 20px;
        padding: 0px;
    }

    #floating-paragraph {
        width: 85%;
        height: auto;
        font-size: 15px;
        overflow-y: scroll;
        text-align: justify;
    }

    #floating-paragraph::-webkit-scrollbar {
        width: 0; /* Set the width to 0 */
    }

    .tools {
        font-size: 14px;
    }

    .duration {
        min-width: 120px;
        font-size: 14px;
    }

    .left-image-post #row {
        flex-direction: column-reverse;
    }

    .service-item h4 {
        font-size: 18px;
    }

    .service-item {
        height: 500px;
    }

    .service-item p {
        font-size: 14px;
        width: 100%;
        padding-bottom: 20px;
    }

    .left-text h4,
    .right-text h4,
    .section h2 {
        font-size: 20px;
    }

    .left-text p,
    .right-text p,
    .section span,
    .section p,
    #my-info,
    #about-me-paragraph {
        font-size: 15px;
    }

    .isotope-item {
        width: 94%;
        margin: 3%;
    }

    .left-image {
        padding-bottom: 30px;
    }

    .left-image-post img {
        margin-bottom: 30px;
    }
    .right-image-post img {
        margin-top: 30px;
    }
    .isotope-item {
        border-bottom: none;
        text-align: center;
    }
    .isotope-toolbar {
        margin-bottom: 20px;
    }


    /* EDUCATION & CERTIFICATIONS */
    #side-img img {
        margin-top: 15px;
    }
}