html::-webkit-scrollbar {
    width: 10px;
}

html::-webkit-scrollbar-track {
    background: rgb(179, 177, 177);
    border-radius: 10px;
}

html::-webkit-scrollbar-thumb {
    background: #0dcaf0;
    border-radius: 10px;
}

html::-webkit-scrollbar-thumb:hover {
    background: #0dcaf0;
    border-radius: 10px;
}

html::-webkit-scrollbar-thumb:active {
    background: #307df0;
    border-radius: 10px;
}

body {
    margin: 0;
    padding: 0;
    font-size: 18px;
    color: white;
    background: black;
    font-family: "Roboto", sans-serif;
    overflow-x: hidden;
}

.page-wrapper {
    padding-top: 60px;
    position: relative;
}

.profile-pic .image {
    width: 100%;
    height: 100%;
    background-size: cover;
    border-radius: 15px 157px 15px;
    -webkit-border-radius: 15px 157px 15px;
    -moz-border-radius: 15px 157px 15px;
    -ms-border-radius: 15px 157px 15px;
    -o-border-radius: 15px 157px 15px;
}

.profile-pic .image img {
    visibility: hidden;
    width: 100%;
}

.hero-shap {
    width: 200px;
    height: 200px;
    left:0;
    bottom: -60px;
    z-index: -1;
}

.hero .right-content {
    padding-top: 60px;
    padding-left: 30px;
}

.hi-icon {
    -webkit-animation: wobble 2.5s infinite;
    animation: wobble 2.5s infinite;
    display: inline-block;
    font-size: 1.7rem;
}

h1.hero-big {
    font-size: 2.4rem;
    line-height: 3rem;
    font-weight: 500;
}

p.text-justify {
    text-align: justify;
}

.color-green {
    color: #e6ff00;
}

.section-title {
    font-size: 27px;
    line-height: 52px;
    margin-bottom: 0px;
}

.section-header .zigzag {
    position: relative;
    fill: none;
    stroke-miterlimit: 10;
    stroke-width: 5;
    margin-top: -15px;
}

/* .section-header hr.left {
    position: absolute;
    left: -45px;
    width: 40px;
    top: 5px;
} */

.section-header hr.right {
    position: absolute;
    width: calc(100% - 13px);
    top: 5px;
    /* right: -46px; */
}

.section-header .zigzag svg {
    width: 42px;
    /* margin-left: 7px; */
    margin-top: 7px;
}

.section-header .zigzag {
    stroke: #e6ff00;
}

.about-img img {
    animation: animate1 8s infinite linear;
}

.skills-img img {
    animation: animate1 15s infinite linear;
}

.timeline {
    position: relative;
}

.timeline-caption {
    background: #fff;
    padding: 20px;
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}

.timeline-caption i {
    color: #22cd6f;
    font-size: 28px;
}

.timeline .timeline-item:first-child {
    margin-top: 0px;
    padding-top: 75px;
}

.timeline .timeline-item {
    position: relative;
    padding: 0 40px;
    margin-top: -60px;
}

.timeline .timeline-outer {
    background: #333333;
    padding: 45px;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}

.timeline .timeline-item h5 {
    margin: 3px 0 10px;
}

.timeline-date {
    color: white;
    background-color: #20c997;
    font-size: 14px;
    margin-bottom: 5px;
}

.timeline .timeline-item:nth-child(even):before {
    left: -6px;
}

.timeline .timeline-item:nth-child(even) .timeline-outer:after {
    left: 24px;
    border-width: 8px 8px;
    border-color: transparent rgba(255, 255, 255, 0.15) transparent transparent;
}

.timeline .timeline-item:nth-child(even):after {
    left: -1px;
}

.timeline .timeline-outer ul li {
    opacity: 0.7;
}

.language-title, .skills-title {
    margin-top: 30px;
    font-size: 1.3rem;
    opacity: .8;
    letter-spacing: 9px;
    text-transform: uppercase;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}

.pie-chart {
    text-align: center;
}

.chart {
    position: relative;
    display: inline-block;
    width: 150px;
    height: 150px;
    border-radius: 100%;
    margin-bottom: 26px;
    text-align: center;
}

.percent {
    display: inline-block;
    font-size: 18px;
    line-height: 156px;
    z-index: 2;
    color: #fff;
    font-weight: 800;
}

.percent:after {
    content: '%';
    margin-left: 0.1em;
    font-size: .8em;
}

.chart canvas {
    position: absolute;
    top: 0;
    left: 0;
}

.skills-block{
    display: flex;
    flex-wrap: wrap;
}

.skills-item {
    padding: 10px 20px;
    margin-bottom: 1.5rem;
    margin-right: 1.5rem;
    font-size: 16px;
    background: rgba(255, 255, 255, 0.20);
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    font-weight: 600;
}

.skills-slider {
    width: 100%;
    margin-top: 15px;
    padding-top: 15px;
}

.skills-slider img {
    height: 150px;
    width: 150px;
    object-fit: contain;
}

.skills-slider li{
    width: 400px !important;
}

.bx-wrapper {
    background: transparent;
    border: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-input {
    background: none;
    border: none;
    position: relative;
    width: 100%;
    border-bottom: 1px rgba(255, 255, 255, 0.336) solid;
    outline: 0;
    color: white;
    padding: 15px 5px;
    font-size: 1rem;
    font-family: 'Poppins', sans-serif;
}

.form-input:focus {
    transition: all ease-in-out .3s;
    background: none;
    border: none;
    position: relative;
    width: 100%;
    border-bottom: 1px rgb(255, 255, 255) solid;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
}

::placeholder {
    color: white;
    opacity: 1; /* Firefox */
}
  
::-ms-input-placeholder { /* Edge 12-18 */
    color: white;
}

.mybutton {
    display: inline-block;
	padding: 8px 16px;
	font-size: 16px;
	font-weight: 700;
	cursor: pointer;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	background-color: inherit;	
	border: 2px solid;
	background-position: 100% 0;
	background-size: 300%;
    -webkit-transition: all 1.5s ease;
	-moz-transition: all 1.5s ease;
	-o-transition: all 1.5s ease;
	transition: all 1.5s ease;
}

.mybutton:hover {
	background-position: 0 100%;
	color: white;
	display: inline;
}

.btn-green {
	color: #20c997;
	background-image: linear-gradient(35deg, #20c997 50%, transparent 50%);
}

.bio-title {
    font-size: 14px;
    opacity: .7;
}

.bio-answer {
    margin-bottom: 15px;
    padding-bottom: 3px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.336);
}

footer p {
    font-size: 14px;
    opacity: .9;
}

hr {
    opacity: .2;
}

.spacing-15 {
    width: 100%;
    height: 15px;
}

.spacing-30 {
    width: 100%;
    height: 30px;
}

.spacing-100 {
    width: 100%;
    height: 100px;
}

a {
    color: white;
    text-decoration: none;
}

a:hover {
    color: #22cd6f;
}

@keyframes wobble {
    from {
      transform: translate3d(0, 0, 0) scale(1);
    }
  
    15% {
      transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg) scale(1.1);
    }
  
    30% {
      transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg) scale(1.2);
    }
  
    45% {
      transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg) scale(1.3);
    }
  
    60% {
      transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg) scale(1.2);
    }
  
    75% {
      transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg) scale(1.1);
    }
  
    to {
      transform: translate3d(0, 0, 0) scale(1);
    }
  }

@keyframes animate1 {
    0% {
      -moz-transform: translate(3%, 0%);
      -webkit-transform: translate(3%, 0%);
      transform: translate(3%, 0%); 
    }
    25% {
      -moz-transform: translate(0%, 3%);
      -webkit-transform: translate(0%, 3%);
      transform: translate(0%, 3%); 
    }
    50% {
      -moz-transform: translate(3%, 3%);
      -webkit-transform: translate(3%, 3%);
      transform: translate(3%, 3%); 
    }
    75% {
      -moz-transform: translate(0%, 3%);
      -webkit-transform: translate(0%, 3%);
      transform: translate(0%, 3%); 
    }
    100% {
      -moz-transform: translate(3%, 0%);
      -webkit-transform: translate(3%, 0%);
      transform: translate(3%, 0%); 
    } 
}

@media (min-width: 576px) and (max-width: 991px) { 
    .profile-pic .image {
        width: 75%;
        height: auto;
    }
}

@media screen and (max-width: 1200px) {
    .container {
        width: 95%;
        max-width: initial;
    }
}

@media screen and (max-width: 991px) {
    .hero .right-content {
        padding-left: 15px;
    }

    .timeline .timeline-outer {
        padding: 30px;
    }

    .timeline .timeline-item {
        margin-top: 30px;
    }

    .timeline .timeline-item {
        padding: 0px 15px;
    }

    .timeline .timeline-item:first-child {
        padding-top: 40px;
    }

    .timeline .timeline-item .mobile-line-block {
        width: 100%;
        position: relative;
    }

    .timeline.row:after {
        content: '';
        width: 2px;
        height: 100%;
        background-color: #D1ED5D;
        position: absolute;
        left: 50%;
        z-index: -1;
    }

    .about-img img {
        width: auto;
        max-width: 100%;
        margin-bottom: 60px;
    }

    .skills-img img {
        width: auto;
        max-width: 100%;
    }

    .skills-title {
        margin-top: 30px !important;
    }

    .skills-slider li {
        width: 300px !important;
    }
}


@media screen and (max-width: 575px) {
    body {
        font-size: 16px;
    }

    .profile-pic .image {
        width: 90%;
    }

    .hero-shap {
        bottom: -30px;
    }

    .skills-slider li {
        width: 250px !important;
    }

    .skills-item {
        font-size: 14px;
        padding: 6px 15px;
        margin-bottom: 15px;
    }

    h1.hero-big {
        font-size: 1.8rem;
        line-height: 2.5rem;
        font-weight: 500;
    }

    .section-title {
        font-size: 23px;
        line-height: 48px;
    }

    h5 {
        font-size: 18px;
    }

    .spacing-sm-50 {
        width: 100%;
        height: 50px;
    }

    p.p-contact {
        font-size: 16px !important;
    }
}

@media screen and (min-width: 992px) {
    .custom-cursor__cursor {
        width: 25px;
        height: 25px;
        border-radius: 100%;
        border: 1px solid var(--cretech-primary, #7047c9);
        -webkit-transition: all 200ms ease-out;
        transition: all 200ms ease-out;
        position: fixed;
        pointer-events: none;
        left: 0;
        top: 0;
        -webkit-transform: translate(calc(-50% + 5px), -50%);
        transform: translate(calc(-50% + 5px), -50%);
        z-index: 999991;
    }
    
    .custom-cursor__cursor-two {
        width: 10px;
        height: 10px;
        border-radius: 100%;
        background-color: var(--color-primary, #7047c9);
        opacity: 0.5;
        position: fixed;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        pointer-events: none;
        -webkit-transition: width .3s, height .3s, opacity .3s;
        transition: width .3s, height .3s, opacity .3s;
        z-index: 999991;
    }
    
    .custom-cursor__hover {
        background-color: var(--color-primary, #7047c9);
        opacity: 0.4;
    }
    
    .custom-cursor__innerhover {
        width: 25px;
        height: 25px;
        opacity: .4;
    }

    .timeline .timeline-item:nth-child(odd):before {
        right: -4.5px;
    }
    
    .timeline .timeline-item:before {
        content: '';
        position: absolute;
        width: 11px;
        height: 11px;
        background: #d0ed5d;
        border-radius: 50px;
        top: 31%;
    }
    
    .timeline .timeline-item:nth-child(odd) .timeline-outer:after {
        right: 24px;
    }
    
    .timeline-outer:after {
        display: block;
        content: '';
        position: absolute;
        top: 30%;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 8px 8px;
        border-color: transparent transparent transparent rgba(255, 255, 255, 0.15);
    }
    
    .timeline .timeline-item:nth-child(odd):after {
        right: 0;
    }
    
    .timeline .timeline-item:after {
        content: '';
        position: absolute;
        width: 1px;
        height: 100%;
        background: #D1ED5D;
        top: 0;
    }
}
