* {
    margin: 0;
    padding: 0;
}

html {
    font-family: sans-serif;
}

body {
    background-color: black;
}

.img,
.blog-img,
.user-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.image-popup {
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.cursor {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: var(--width);
    height: var(--height);
    transform: translate(calc(var(--x) - var(--width) / 2), calc(var(--y) - var(--height) / 2));
    /* transition-duration: 125ms;
    transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
    transition-property: width, height, transform; */
    transition: 150ms width cubic-bezier(0.39, 0.575, 0.565, 1),
    150ms height cubic-bezier(0.39, 0.575, 0.565, 1),
    150ms transform cubic-bezier(0.39, 0.575, 0.565, 1);
    z-index: 1;
    pointer-events: none;
    will-change: transform;
}

@media (pointer: fine) {
    .cursor {
        display: block;
    }
}

.cursor::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: var(--radius);
    border: 2px solid #d8d8d8;
    opacity: var(--scale);
    -webkit-transform: scale(var(--scale));
    transform: scale(var(--scale));
    transition: 300ms opacity cubic-bezier(0.39, 0.575, 0.565, 1),
    300ms transform cubic-bezier(0.39, 0.575, 0.565, 1),
    150ms border-radius cubic-bezier(0.39, 0.575, 0.565, 1);
}

html:not(html:hover) .cursor::after {
    opacity: 0;
    transform: scale(0);
}

.link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    background: none;
    border-radius: 50%;
}

.btn {
    appearance: none;
    border: none;
    color: #eee;
    font-size: 1rem;
    line-height: 1.5rem;
    cursor: inherit;
    margin: -0.125rem -0.375rem;
    padding: 0.125rem 0.375rem;
    background: none;
    border-radius: 0.25rem;
}

.btn:hover {
    text-decoration-line: none;
}

.navbar-class {
    background-color: black;
    box-shadow: 0 15px 10px -15px #111;
    margin-bottom: 40px;
}

.nav-items-ul li a, .nav-items-ul li a:hover, .nav-items-ul li a:focus {
    color: #fff !important;
    text-decoration: none !important;
    font-size: 16px !important;
    padding: 0.7rem 20px !important;
}

.nav-link {
    font-size: 16px !important;
    padding: 0.7rem 20px !important;
    color: #fff !important;
    font-weight: 500 !important;
    opacity: 1 !important;
    border-radius: 10px !important;
}

.nav-link:hover {
    box-shadow: inset 0 0 10px 0 #c7c7c7 !important;
}

.navbar-brand {
    color: #eeeeee;
}

.navbar-brand img {
    width: 50px;
    height: 50px;
}

.hero {
    margin-bottom: 100px;
}

.hello {
    color: #ffbd39;
    text-transform: uppercase;
}

.hero-intro {
    font-size: 60px;
    color: #ffffff;
    font-weight: 800;
    line-height: 1.2;
}

.hero-intro h1 {
    font-size: 60px;
    color: #ffbd39;
    font-weight: 800;
    line-height: 1.2;
}

.btn-hire-me {
    background: #ffbd39 !important;
    border: 1px solid #ffbd39 !important;
    color: #000000 !important;
    border-radius: 40px !important;
    text-decoration: none !important;
}

.btn-hire-me:hover {
    box-shadow: inset 0 0 10px 0 #000000 !important;
}

.btn-my-work {
    background: #000000 !important;
    border: 1px solid #ffffff !important;
    color: #ffffff !important;
    border-radius: 40px !important;
    text-decoration: none !important;
}

.btn-my-work:hover {
    box-shadow: inset 0 0 10px 0 #c7c7c7 !important;
}

h2.about-me-header {
    font-size: 60px;
    color: #ffbd39;
    font-weight: 800;
    line-height: 1.2;
}

h2.about-me-header small {
    color: #ffffff;
}

div.about-me {
    color: #ffffff;
}

article.my-thinking {
    color: #ffffff;
}

div.quality-equation {
    color: #ffbd39;
    display: flex;
}

.about-info {
    display: inline-block;
    padding: 0;
    margin: 0;
    width: 100%;
    color: #999999;
}

ul.about-info li {
    list-style: none;
    margin-bottom: 10px;
}

ul.about-info li span {
    width: calc(100% - 130px);
}

ul.about-info li span:first-child {
    font-weight: bold !important;
    color: #fff;
    width: 130px;
}

div.my-resume {
    margin-top: 100px;
    width: 100%;
    margin-bottom: 100px;
}

div#resume-container iframe {
    width: 100%;
    height: 720px;
}

#resume-container {
    transition-delay: 2s;
    display: none;
}

.btn-success {
    background-color: #ffbd39;
    color: #111111;
    padding: 20px;
    font-weight: 600;
    border-radius: 10px;
}

.services-1 {
    margin-bottom: 40px;
    padding: 2em;
    background: rgba(255, 255, 255, 0.1);
    width: 100%;
    -webkit-box-shadow: 0px 20px 69px -27px rgba(0, 0, 0, 0.17);
    -moz-box-shadow: 0px 20px 69px -27px rgba(0, 0, 0, 0.17);
    box-shadow: 0px 20px 69px -27px rgba(0, 0, 0, 0.17);
}

.services-1 .icon {
    display: block;
    margin-bottom: 30px;
}

.services-1 .icon i {
    font-size: 60px;
    line-height: 1.0;
    color: #ffbd39;
}

.big-2 {
    color: white;
}

.lets-talk {
    color: gray;
}

.lets-talk a{
    text-decoration: none;
    color: #ffbd39;
}

.services-1 {
    text-decoration: none;
    border-radius: 10px;
}

.services-1 .desc h3 {
    line-height: 1.3;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 3px;
    text-transform: uppercase;
    position: relative;
    color: #fff;
}

.services-1 .desc h3:after {
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    content: '';
    width: 30px;
    height: 1px;
    background: #ffbd39;
    margin: 0 auto;
}

.services-1 .desc h3 a {
    color: #fff;
}

.services-1 .desc h4 {
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 18px;
}

.services-1 .desc span {
    display: block;
    text-transform: uppercase;
    font-size: 12px;
    margin-bottom: 10px;
    color: #ffbd39;
}

.services-1:hover {
    background: #ffbd39;
}

.services-1:hover .icon i {
    color: #fff;
}

.services-1:hover h3 {
    color: #000000;
}

.services-1:hover h3:after {
    background: #000000;
}

.animate-box {
    margin-top: 5px;
    margin-bottom: 15px;
}

