:root {
    --primaryColor: #f9322d;
    /* --primaryColor: #33c5aa; */
    --secondaryColor: #09090b;
    --thirdColor: #0f3460;
    --whiteColor: #fff;
    --darkModeSecondaryBg: #1d1d24;
    /*--contentBg: #fff5f4;*/
    --contentBg: #fff9f8;
}

.badge-danger {
    background-color: var(--primaryColor);
    font-size: 14px;
    font-weight: normal;
}

@media (min-width: 1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1200px;
    }
}

.main-color {
    color: var(--thirdColor);
}

.primary-color {
    color: var(--primaryColor);
}

.secondary-color {
    color: var(--secondaryColor);
}

.main-bg-color {
    background-color: var(--thirdColor) !important;
}

.primary-bg-color {
    background-color: var(--primaryColor) !important;
}

.secondary-bg-color {
    background-color: var(--secondaryColor) !important;
}

.bg-light-grey {
    background: #f2f2f2;
    border-top: 5px dashed var(--primaryColor);
}

img {
    max-width: 100%;
}

h1 {
    font-size: 70px;
    text-transform: uppercase;
}

@media only screen and (max-width: 768px) {
    h1 {
        font-size: 28px;

    }
}

h2 {
    font-size: 34px;
    font-weight: 600;
    text-decoration: underline;
    text-transform: uppercase;
}

@media only screen and (max-width: 768px) {
    h5,
    h2 {
        font-size: 25px;
    }
}

h6 {
    font-size: 22px;
    font-weight: 500;
    text-transform: uppercase;
}

@media only screen and (max-width: 768px) {
    h6 {
        font-size: 16px;
    }
}

.btn-danger {
    background-color: transparent !important;
    color: var(--primaryColor) !important;
    font-weight: 500 !important;
    border: 2px dashed var(--primaryColor) !important;
    font-size: 14px;
}

.btn-danger:hover {
    background-color: var(--primaryColor) !important;
    color: var(--whiteColor) !important;
}

a {
    color: var(--secondaryColor);
}

a:hover {
    color: var(--primaryColor);
}

hr {
    border-top: 2px dashed #70707036;
    margin-top: 40px;
    margin-bottom: 40px;
}

.section {
    padding: 50px 0;
}

.form-control {
    border-radius: 7px;
    height: calc(3em + 0.75rem + 2px);
    background: var(--whiteColor);
    border-color: var(--primaryColor);
    border-width: 2px;
}

.form-control:focus {
    border-color: var(--primaryColor);
    color: var(--primaryColor);
    box-shadow: 0 0 3px 0rem var(--primaryColor);
}

textarea {
    resize: none;
}

.h-100-vh {
    height: 100vh;
}

.filter-btn {
    margin: 10px;
    font-weight: bold;
}

.btn-danger {
    background-color: var(--primaryColor);
    color: var(--whiteColor);
    font-weight: 600;
    border-color: var(--primaryColor);
}

.mixitup-control-active {
    background: var(--primaryColor);
    color: var(--whiteColor);
}

.hover-in {
    transition: 0.3s ease-out;
}

.hover-out {
    transition: 0.3s ease-in;
}

.project .project-image img,
.portfolio .portfolio-box .details,
.portfolio .portfolio-box img,
.what-i-do span,
.navbar-toggler .toggler-icon,
.btn,
a {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.btn {
    border-radius: 5px;
    padding: 10px 30px !important;
    text-transform: uppercase;
}

.btn.btn-light:hover {
    background: var(--primaryColor);
    color: #fff;
}

.light-bg {
    background: var(--contentBg) url(../img/white-dots.png) repeat fixed
}

.bg-dark {
    background-color: var(--secondaryColor) !important;
}

.shadow {
    box-shadow: 0px 32px 49px -34px rgba(0, 0, 0, 0.44);
}

.rounded {
    border-radius: 10px !important;
}

.mt--50 {
    margin-top: -50px;
}

.mt--40 {
    margin-top: -40px;
}

.mt--30 {
    margin-top: -30px;
}

.mt--20 {
    margin-top: -20px;
}

.mt--10 {
    margin-top: -10px;
}

.mb--50 {
    margin-bottom: -50px;
}

.mb--40 {
    margin-bottom: -40px;
}

.mb--30 {
    margin-bottom: -30px;
}

.mb--20 {
    margin-bottom: -20px;
}

.mb--10 {
    margin-bottom: -10px;
}

.text-muted {
    color: #5e5e5e !important;
}

.featured-image {
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}

.menu li a {
    margin-right: 20px;
}

.menu li a:hover, .menu li a.active {
    color: var(--primaryColor);
}

.menu li a i {
    font-size: 20px;
}

/* Start Mobile Navbar */

/*Start Loading*/
.loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--whiteColor);
    background-image: url(../img/ysm-bg.png);
    background-size: cover;
    background-position: 50%;
    z-index: 100000;
    direction: ltr;
    opacity: 1;
}

.loading .loading-text {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    width: 100%;
    height: 100px;
    line-height: 100px;
}

.loading .loading-text span {
    display: inline-block;
    margin: 0 5px;
    color: var(--primaryColor);
    font-weight: bold;
    font-size: 25px;
}

.loading .loading-text span:nth-child(1) {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    -webkit-animation: blur-text 1.5s 0s infinite linear alternate;
    animation: blur-text 1.5s 0s infinite linear alternate;
}

.loading .loading-text span:nth-child(2) {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    -webkit-animation: blur-text 1.5s 0.2s infinite linear alternate;
    animation: blur-text 1.5s 0.2s infinite linear alternate;
}

.loading .loading-text span:nth-child(3) {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    -webkit-animation: blur-text 1.5s 0.4s infinite linear alternate;
    animation: blur-text 1.5s 0.4s infinite linear alternate;
}

.loading .loading-text span:nth-child(4) {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    -webkit-animation: blur-text 1.5s 0.6s infinite linear alternate;
    animation: blur-text 1.5s 0.6s infinite linear alternate;
}

.loading .loading-text span:nth-child(5) {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    -webkit-animation: blur-text 1.5s 0.8s infinite linear alternate;
    animation: blur-text 1.5s 0.8s infinite linear alternate;
}

.loading .loading-text span:nth-child(6) {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    -webkit-animation: blur-text 1.5s 1s infinite linear alternate;
    animation: blur-text 1.5s 1s infinite linear alternate;
}

.loading .loading-text span:nth-child(7) {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    -webkit-animation: blur-text 1.5s 1.2s infinite linear alternate;
    animation: blur-text 1.5s 1.2s infinite linear alternate;
}

/*End Loading*/

.font-11 {
    font-size: 11px;
}

.font-12 {
    font-size: 12px;
}

.font-13 {
    font-size: 13px;
}

.font-14 {
    font-size: 14px;
}

.font-15 {
    font-size: 15px;
}

.font-16 {
    font-size: 16px;
}

.font-18 {
    font-size: 18px;
}

.font-20 {
    font-size: 20px;
}

.font-21 {
    font-size: 21px;
}

.font-24 {
    font-size: 24px;
}

.font-26 {
    font-size: 26px;
}

@media only screen and (max-width: 768px) {
    .font-26 {
        font-size: 20px;
    }
}

.font-30 {
    font-size: 30px;
}

@media only screen and (max-width: 768px) {
    .font-30 {
        font-size: 20px;
    }
}

.font-45 {
    font-size: 45px;
}

@media only screen and (max-width: 768px) {
    .font-45 {
        font-size: 25px;
    }
}

.font-85 {
    font-size: 85px;
}

@media only screen and (max-width: 768px) {
    .font-85 {
        font-size: 30px;
    }
}

.intro-image {
    border-radius: 50%;
    animation: circleToSquare 10s infinite;
}

* {
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: "jetbrains";
    src: url("../fonts/jetbrains-mono-latin-400-normal.woff2") format("truetype");
}

body {
    /*font-family: "jetbrains", sans-serif;*/
    /*font-family: "Poppins", sans-serif;*/
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 16px;
    letter-spacing: 1px;
    overflow-x: hidden;
    color: #000;
    background-image: url(../img/logos/logo.svg);
    background-attachment: fixed;
    background-color: rgba(255, 255, 255, 0.97);
    background-blend-mode: lighten;
    background-size: contain;
    background-position: left;
    background-repeat: no-repeat;
    /*background: #fff url(../img/white-dots.png) repeat;*/
}


button:focus {
    outline: none;
}

/* header {
  background: #f9f9f9;
} */

header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    background: var(--whiteColor);
}

header a {
    color: var(--darkModeSecondaryBg);
}

header .actions a {
    margin-left: 10px;
}

header .actions a i {
    font-size: 20px;
}

@media only screen and (max-width: 768px) {
    header .navbar .navbar-brand {
        font-size: 14px;
    }

    header .navbar .navbar-brand img {
        max-width: 80px;
    }
}

header {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

header .navbar .nav-item.active a {
    background-color: var(--primaryColor);
    color: #fff;
}

.home-page-banner {
    margin-top: 150px;
}

@media only screen and (max-width: 768px) {
    .home-page-banner {
        margin-top: 50px;
    }

    .home-page-banner .social-media a {
        font-size: 15px;
    }
}

.what-i-do span {
    background-color: var(--thirdColor);
    font-weight: 500;
    padding: 10px;
    margin-right: 15px;
    margin-bottom: 15px;
    text-transform: uppercase;
    border: 1px dashed var(--primaryColor);
    letter-spacing: 1px;
    filter: grayscale(1);
}

.what-i-do span:hover {
    filter: grayscale(0);
}

.what-i-do span i {
    color: var(--primaryColor);
}

.work-experience ul {
    border-left: 3px dashed var(--primaryColor);
    padding-top: 30px;
}

.work-experience ul li {
    padding-left: 30px;
    margin-bottom: 20px;
    position: relative;
}

.work-experience ul li .badge-danger {
    border: 2px dashed var(--primaryColor);
    font-size: 14px;
    padding: 8px 20px;
    font-weight: 400;
    border-radius: 50px;
    line-height: normal;
    background: #FFF;
    color: var(--primaryColor);
}

.work-experience ul li .company-title {
    font-size: 16px;
    margin-bottom: 10px;
}

.work-experience ul li p {
    color: #828b94;
    margin-bottom: 0;
}

.work-experience ul li .position-name {
    color: var(--primaryColor);
    font-style: italic;
    font-weight: 500;
    text-decoration: underline;
}

.work-experience ul li p:first-of-type {
    margin-bottom: 5px;
}

.work-experience ul li:before {
    content: "";
    position: absolute;
    left: -11px;
    top: 0;
    height: 19px;
    width: 19px;
    background: var(--primaryColor);
    border-radius: 50%;
}

@media only screen and (max-width: 768px) {
    .work-experience ul li .badge-danger {
        font-size: 12px;
    }

    .work-experience ul li .company-title {
        font-size: 14px;
    }

    .work-experience ul li .company-title span:first-child {
        margin-bottom: 15px;
    }

    .work-experience ul li .sm-description {
        font-size: 13px;
    }
}


.portfolio {
    overflow: hidden;
}

.portfolio img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    object-position: top;
}

.portfolio .filtering span {
    margin: 0 15px;
    color: #222;
    font-weight: 700;
    font-size: 16px;
    cursor: pointer;
    position: relative;
    z-index: 2;
}

.portfolio .filtering span:before {
    content: "";
    width: 0;
    height: 2px;
    background: #111;
    position: absolute;
    left: 0;
    bottom: -5px;
    -webkit-transition: all .4s;
    transition: all .4s;
    z-index: -1;
}

.portfolio .filtering .active:before {
    width: 95%;
}

.portfolio .items {
    padding: 0 15px;
    margin-bottom: 30px;
}

.portfolio .item-img {
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 25%);
    margin-bottom: 30px;
    border: 2px dashed var(--primaryColor);
    padding: 10px;
}

.portfolio .item-img img {
    border-radius: 7px;
}

.portfolio .item-img:hover .item-img-overlay {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    border-radius: 7px;
}

.portfolio .item-img:hover h6, .portfolio .item-img:hover .icons {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.portfolio .item-img h6 {
    font-size: 16px;
    letter-spacing: 2px;
    position: relative;
    margin-bottom: 15px;
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
    -webkit-transition: all .5s;
    transition: all .5s;
}

.portfolio .item-img .icons {
    display: flex;
    justify-content: center;
    align-items: center;
}

.portfolio .item-img .icon i {
    width: 45px;
    height: 45px;
    display: flex;
    font-size: 17px;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    margin: 0 5px;
    border: 1px dashed var(--primaryColor);
    background: transparent;
    color: var(--primaryColor);
    transition: all .5s;
    -webkit-transition: all .5s;
}

.portfolio .item-img .icon i:hover {
    background: var(--primaryColor);
    color: var(--whiteColor);
}

.portfolio .item-img-overlay {
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    background: rgb(255 245 244 / 98%);
    opacity: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
    z-index: 2;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    display: flex;
    align-items: center;
    justify-content: center;
}

.portfolio .item-img {
    transition: all 0.3s ease;
}

.portfolio .item-img:hover {
    box-shadow: 0 10px 20px -3px rgba(0, 0, 0, 0.2);
    transform: translateY(-10px);
}

@media only screen and (max-width: 768px) {
    .portfolio .filters .filter-btn {
        width: 100%;
        margin-bottom: 0 !important;
    }
}

@media only screen and (max-width: 768px) {
    .contact-us h2 {
        font-size: 22px;
    }

    .contact-us p {
        font-size: 14px;
    }
}

.project {
    width: 100%;
    margin-bottom: 30px;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1), 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.project .project-list:after {
    content: " ";
    display: block;
    clear: both;
}

.project .shine {
    border-radius: 20px;
}

.project .project-image {
    display: block;
    position: relative;
}

.project .project-image img {
    max-height: 300px;
    border-radius: 20px;
    width: 100%;
    object-fit: cover;
    object-position: top;
}

.project .project-image:after {
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.8));
    transition: opacity 0.3s ease;
    opacity: 0;
}

.project .project-card {
    position: relative;
    transition: box-shadow 0.3s ease;
    box-shadow: 0 10px 30px transparent;
    border-radius: 30px;
}

.project .project-card.hover-in {
    transition: -webkit-transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}

.project .project-card.hover-out {
    transition: -webkit-transform 0.2s ease-in;
    transition: transform 0.2s ease-in;
    transition: transform 0.2s ease-in, -webkit-transform 0.2s ease-in;
}

.project .project-detail {
    position: absolute;
    left: 30px;
    right: 30px;
    top: 30px;
    bottom: 30px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
    border: 0 dashed var(--primaryColor);
    transition: border 0.3s ease;
    border-radius: 20px;
}

.project .project-title {
    margin: 0 0 30px;
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    transition: 0.4s ease;
    opacity: 0;
    color: var(--whiteColor);
    -webkit-transform: translateY(40px) scale(0);
    -ms-transform: translateY(40px) scale(0);
    transform: translateY(40px) scale(0);
    will-change: transform;
}

.project .project-title a {
    color: white;
}

.project .project-link {
    opacity: 0;
    transition: 0.4s ease;
    transition-delay: 0.1s;
    -webkit-transform: translateY(40px) scale(0);
    -ms-transform: translateY(40px) scale(0);
    transform: translateY(40px) scale(0);
    will-change: transform;
}

.project .project-link a {
    font-size: 15px;
    margin-top: 10px;
    background-color: #fff;
    padding: 6px 30px;
    border-radius: 50px;
    color: var(--secondaryColor);
    border: 1px dashed #fff;
    font-weight: 500;
}

.project .project-link a:hover {
    background-color: var(--primaryColor);
    color: #fff;
}

.project a {
    color: #fff;
    display: inline-block;
}

.project a:hover {
    text-decoration: unset;
}

.project:hover .project-card {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
}

.project:hover .project-image:after {
    opacity: 1;
}

.project:hover .project-detail {
    border-width: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
}

.project:hover .project-title,
.project:hover .project-link {
    -webkit-transform: translateY(0) scale(1);
    -ms-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1);
    opacity: 1;
}

.project:hover .project-title {
    margin-bottom: 0;
    line-height: 1;
}

.skills i {
    font-size: 70px;
    margin-right: 30px;
    margin-bottom: 30px;
    transition: all 250ms ease-in-out;
    cursor: pointer;
    color: var(--primaryColor);
}

.skills i:hover,
.skills i.active {
    color: var(--primaryColor);
    transform: scale(1.2);
}

/* Reviews */
.reviews .platform img {
    margin-bottom: 10px;
    max-width: 120px;
}

.reviews .review-item {
    background: var(--whiteColor);
    padding: 10px;
    border-radius: 10px;
    border-bottom: 3px dashed var(--primaryColor);
    box-shadow: 0 10px 20px -3px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease-in-out;
    height: 240px;
}


.reviews .fa-star {
    color: #debe1a;
}

/* Blogs */
.blogs .blog-item {
    border-radius: 10px;
    overflow: hidden;
    border-bottom: 3px dashed var(--primaryColor);
    transition: all 0.3s ease-in-out;
}

.blogs .blog-item:hover {
    box-shadow: 0 10px 20px -3px rgba(0, 0, 0, 0.2);
    transform: translateY(-10px);
}

.blogs .blog-item .item-content {
    background: var(--contentBg);
    padding: 10px;
}

.blogs .blog-item img {
    border-radius: 10px 0 0 0;
    width: 100%;
    height: 280px;
    object-fit: cover;
    object-position: top;
}

.blogs .blog-item .blog-title {
    text-transform: capitalize;
    font-weight: 600;
    font-size: 20px;
    margin-top: 10px;
    color: var(--primaryColor);
}

.blog-statistics span {
    margin-right: 10px;
}

.blog-statistics span i,
.blogs .blog-item i {
    color: var(--primaryColor);
}

.blog-view-content {
    border-radius: 10px;
    overflow: hidden;
}

.blog-view-content h1,
.blog-view-content h2,
.blog-view-content h3,
.blog-view-content h4,
.blog-view-content h5,
.blog-view-content h5 {
    color: var(--primaryColor);
    font-size: 24px;
    text-decoration: none;
}

.blog-featured-image img {
    max-height: 400px;
    width: 100%;
    object-fit: cover;
    object-position: top;
    max-width: 1200px;
    transition: all 500ms ease-in-out;
}

.blog-featured-image img:hover {
    object-position: bottom;
}

.blog-view-content .title {
    font-size: 40px;
}

.blog-view-top-header {
    position: relative;
    padding-bottom: 250px;
    background: var(--contentBg) url(../img/white-dots.png) repeat fixed;
}

.blog-view-top-header img {
    position: absolute;
    transform: translate(-50%, 0);
    left: 50%;
    bottom: -200px;
    border-radius: 20px;
    transition: all 2s ease-in-out;
    box-shadow: 0 10px 20px -3px rgba(0, 0, 0, 0.2);
}

.blog-view-content {
    margin-top: 200px;
}

.blog-view-page {
    background: var(--whiteColor);
}

.inner-page-title {
    margin-top: 120px;
    padding: 100px 10px;
    text-align: center;
}

.inner-page-title h1 {
    color: var(--primaryColor);
    letter-spacing: 3px;
    text-decoration: underline;
    font-weight: bold;
}

.services .service-card {
    border: 2px dashed var(--primaryColor);
    background-color: var(--whiteColor);
    border-radius: 7px;
    margin-bottom: 30px;
    padding: 10px;
    transition: all 0.3s ease;
}

.services .service-card:hover {
    box-shadow: 0 10px 20px -3px rgba(0, 0, 0, 0.2);
    transform: translateY(-10px);
    background-color: var(--primaryColor);
}

.services .service-card:hover p,
.services .service-card:hover h6 {
    color: var(--whiteColor) !important;
}

.services .service-card h6 {
    font-size: 20px;
    text-transform: unset;
}

.services .service-card p {
    letter-spacing: normal;
}

.services .service-card i {
    font-size: 35px;
    color: var(--primaryColor);
    margin-bottom: 20px;
    margin-top: 20px;
    width: 90px;
    height: 90px;
    background: #FFF;
    display: inline-block;
    line-height: 90px;
    border-radius: 50%;
    border: 2px dashed var(--primaryColor);

}

footer .icon i {
    font-size: 30px;
}

footer .social-media li {
    background: var(--whiteColor) !important;
    border: 2px dashed var(--primaryColor) !important;
    display: flex;
    align-items: center;
    padding: 10px;
    border-radius: 10px;
    width: 110px;
    justify-content: center;
}

footer .social-media li p {
    margin: 0;
}

.facebook {
    color: #3b5998;
}

.whatsapp {
    color: #25D366;
}

.linkedin {
    color: #0077B5;
}

.upwork {
    color: #25D366;
}

@media only screen and (max-width: 768px) {
    .project .project-title {
        font-size: 20px;
    }

    .project .project-link a {
        font-size: 14px;
    }

    .reviews .review-item {
        height: auto;
    }
}

@keyframes circleToSquare {
    0% {
        border-radius: 20px;
    }
    50% {
        border-radius: 50%;
    }
    100% {
        border-radius: 20px;
    }
}

/* Heart beat animation */
@keyframes beat {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes movingUp {
    0% {
        top: 0;
    }
    50% {
        top: -10px;
    }
    100% {
        top: 0px;
    }
}

@-webkit-keyframes blur-text {
    0% {
        -webkit-filter: blur(0px);
        filter: blur(0px);
    }
    100% {
        -webkit-filter: blur(4px);
        filter: blur(4px);
    }
}

@keyframes blur-text {
    0% {
        -webkit-filter: blur(0px);
        filter: blur(0px);
    }
    100% {
        -webkit-filter: blur(4px);
        filter: blur(4px);
    }
}

@media only screen and (max-width: 768px) {
    #menu-toggle {
        display: inline-block !important;
    }

    .inner-page-title {
        padding: 50px 10px;
        margin-top: 80px;
    }

    .intro-image {
        margin-top: 20px;
    }

    .navbar {
        position: relative;
    }

    .navbar .menu.collapse {
        display: flex !important;
    }

    .navbar .menu.collapsed {
        display: none !important;
    }

    .navbar .menu {
        padding-top: 20px;
        padding-left: 20px;
        padding-right: 20px;
        flex-direction: column;
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        top: 76px;
        height: 190px;
        background: #FFF;
        z-index: 10;
        box-shadow: 0 10px 20px -3px rgba(0, 0, 0, 0.2);
    }

    .navbar .menu li a {
        padding: 5px 5px 10px;
        display: block;
    }

    .skills i {
        font-size: 55px;
        margin-right: 20px;
        margin-bottom: 20px;
    }

    .blogs .blog-item {
        margin-bottom: 30px;
    }

    .blog-view-top-header {
        padding-bottom: 50px;
    }

    .blog-view-content h1, .blog-view-content h2, .blog-view-content h3, .blog-view-content h4, .blog-view-content h5, .blog-view-content h5 {
        font-size: 20px;
    }

    .recent-blogs {
        margin-top: 20px;
    }

    footer a {
        font-size: 16px;
    }

    footer h3 {
        font-size: 30px !important;
    }

    footer .social-media li a {
        font-size: 12px;
    }

    footer .social-media li {
        margin-bottom: 20px;
        width: 80px;
    }

    footer .social-media li:last-child p {
        margin-bottom: 0;
    }

}
