.logo {
    margin: 20px;
    padding: 0px;
    width: 40px;
    height: 40px;
}

html {
    scroll-behavior: smooth;
    min-width: 175px;
    max-width: 2000px;
}

.timeline {
    position: relative;
    padding:4px 0 0 0;
    margin-top:22px;
    list-style: none;
}

.timeline>li:nth-child(even) {
    position: relative;
    margin-bottom: 50px;
    height: 180px;
    right:-100px;
}

.timeline>li:nth-child(odd) {
    position: relative;
    margin-bottom: 50px;
    height: 180px;
    left:-100px;
}

.timeline>li:before,
.timeline>li:after {
    content: " ";
    display: table;
}

.timeline>li:after {
    clear: both;
    min-height: 170px;
}

.timeline > li .timeline-panel {
  position: relative;
  float: left;
  width: 41%;
  padding: 0 20px 20px 30px;
  text-align: right;
}

.timeline>li .timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
}

.timeline>li .timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
}

.timeline>li .timeline-image {
    z-index: 100;
    position: absolute;
    left: 50%;
    border: 7px solid #3b5998;
    border-radius: 100%;
    background-color: #3b5998;
    box-shadow: 0 0 5px #4582ec;
    width: 200px;
    height: 200px;
    margin-left: -100px;
}

.timeline>li .timeline-image h4 {
    margin-top: 12px;
    font-size: 10px;
    line-height: 14px;
}

.timeline>li.timeline-inverted>.timeline-panel {
    float: right;
    padding: 0 30px 20px 20px;
    text-align: left;
}

.timeline>li.timeline-inverted>.timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
}

.timeline>li.timeline-inverted>.timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
}

.timeline>li:last-child {
    margin-bottom: 0;
}

.timeline .timeline-heading h4 {
  margin-top:22px;
    margin-bottom: 4px;
    padding:0;
}

.timeline .timeline-heading h4.subheading {
  margin:0;
  padding:0;
    text-transform: none;
    font-size:18px;
}

.timeline .timeline-body>p,
.timeline .timeline-body>ul {
    margin-bottom: 0;
}
/*Style for even div.line*/
.timeline>li:nth-child(odd) .line:before {
    content: "";
    position: absolute;
    top: 60px;
    bottom: 0;
    left: 690px;
    width: 4px;
    height:340px;
    background-color: #3b5998;
    -ms-transform: rotate(-44deg); /* IE 9 */
    -webkit-transform: rotate(-44deg); /* Safari */
    transform: rotate(-44deg);
    box-shadow: 0 0 5px #4582ec;
}
/*Style for odd div.line*/
.timeline>li:nth-child(even) .line:before  {
    content: "";
    position: absolute;
    top: 60px;
    bottom: 0;
    left: 450px;
    width: 4px;
    height:340px;
    background-color: #3b5998;
    -ms-transform: rotate(44deg); /* IE 9 */
    -webkit-transform: rotate(44deg); /* Safari */
    transform: rotate(44deg);
    box-shadow: 0 0 5px #4582ec;
}
/* Medium Devices, .visible-md-* */
@media (min-width: 992px) and (max-width: 1199px) {
  .timeline > li:nth-child(even) {
    margin-bottom: 0px;
    min-height: 0px;
    right: 0px;
  }
  .timeline > li:nth-child(odd) {
    margin-bottom: 0px;
    min-height: 0px;
    left: 0px;
  }
  .timeline>li:nth-child(even) .timeline-image {
    left: 0;
    margin-left: 0px;
  }
  .timeline>li:nth-child(odd) .timeline-image {
    left: 690px;
    margin-left: 0px;
  }
  .timeline > li:nth-child(even) .timeline-panel {
    width: 76%;
    padding: 0 0 20px 0px;
    text-align: left;
  }
  .timeline > li:nth-child(odd) .timeline-panel {
    width: 70%;
    padding: 0 0 20px 0px;
    text-align: right;
  }
  .timeline > li .line {
    display: none;
  }
}
/* Small Devices, Tablets */
@media (min-width: 768px) and (max-width: 991px) {
  .timeline > li:nth-child(even) {
    margin-bottom: 0px;
    min-height: 0px;
    right: 0px;
  }
  .timeline > li:nth-child(odd) {
    margin-bottom: 0px;
    min-height: 0px;
    left: 0px;
  }
  .timeline>li:nth-child(even) .timeline-image {
    left: 0;
    margin-left: 0px;
  }
  .timeline>li:nth-child(odd) .timeline-image {
    left: 520px;
    margin-left: 0px;
  }
  .timeline > li:nth-child(even) .timeline-panel {
    width: 70%;
    padding: 0 0 20px 0px;
    text-align: left;
  }
  .timeline > li:nth-child(odd) .timeline-panel {
    width: 70%;
    padding: 0 0 20px 0px;
    text-align: right;
  }
  .timeline > li .line {
    display: none;
  }
}
/* Custom, iPhone Retina */
@media only screen and (max-width: 767px) {
  .timeline > li:nth-child(even) {
    margin-bottom: 0px;
    min-height: 0px;
    right: 0px;
  }
  .timeline > li:nth-child(odd) {
    margin-bottom: 0px;
    min-height: 0px;
    left: 0px;
  }
  .timeline>li .timeline-image {
    position: static;
    width: 150px;
    height: 150px;
    margin-bottom:0px;
  }
  .timeline>li:nth-child(even) .timeline-image {
    left: 0;
    margin-left: 0;
  }
  .timeline>li:nth-child(odd) .timeline-image {
    float:right;
    left: 0px;
    margin-left:0;
  }
  .timeline > li:nth-child(even) .timeline-panel {
    width: 100%;
    padding: 0 0 20px 14px;
  }
  .timeline > li:nth-child(odd) .timeline-panel {
    width: 100%;
    padding: 0 14px 20px 0px;
  }
  .timeline > li .line {
    display: none;
  }
}

.img-circle {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.mode {
    background: rgb(200,200,200);
}

::-webkit-scrollbar {
    width: 0;
}

#scrollPath {
    position: fixed;
    top: 0;
    right: 0;
    width: 8px;
    height: 100%;
    background-color: rgba(0,0,0,0.05);
}

#progressbar {
    position: fixed;
    top:0;
    right: 0;
    width:8px;
    background: linear-gradient(to top, #008aff, #00ffe7);
    animation: animate 5s linear infinite;
}

@keyframes animate {
    0%,100% {
        filter: hue-rotate(0deg);
    }
    50% {
        filter: hue-rotate(360deg);
    }
}
#progressbar:before {
    content: '';
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height: 100%;
    filter: blur(10px);
    background: linear-gradient(to top, #008aff, #00ffe7);
}
#load {
    background-color: black;
    width: 100vw;
    height: 100vh;
    position: fixed;
    z-index: -1;
}
#content {
    z-index: 20;
    position: relative;
    opacity: 0;
}

#loader {
    width: 0;
    height: 100vh;
    position: absolute;
    z-index: 1;
    background-color: white;
}
#percent {
    text-align: center;
    transform: translateY(30vh);
    font-size: 8vw;
    color: transparent;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: rgb(51, 102, 255);
    position: relative;
    z-index: 10;
    font-family: 'Fredoka One', cursive;
}
#progressbar:after {
    content: '';
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height: 100%;
    filter: blur(30px);
    background: linear-gradient(to top, #008aff, #00ffe7);
}

.body {
background-color: white; 
color: black;
}

.body1 {
background-color: black; 
color: white;
}
  
.btn {
    margin: 20px;
    float: right
}

.intro {
    text-align: center;
    margin-top: 150px;
}

.dp {
    height: 200px;
    width: 200px;
    border-radius: 100px;
}

.text {
    font-size: 30px;
}

.fa-instagram {
    background: rgb(193,53,132);
    margin-left: 0px;
}

.btn-call {
    background: yellow;
    margin-left:10px;
    color: black;
}
.btn-whatsapp {
    background: rgb(10,225,10);
    margin-left: 0px;
    color: white;
}

.links {
    text-align: center;
    padding-top: 40px;
}

.links1 {
    background-color: rgb(51, 102, 255);
    border: none;
    width: auto;
    margin-left: 0px;
    color: white;
}
.links2 {
    align-self:center;
}


.btn-telegram {
    background: white;
    margin-left:  5px;
    color: blue;
}

/* .fa-steam {
    background: navy;
    color: white;
} */

.btn-mail {
    background: rgb(200,75,50);
    margin-left: 0px;
    color: white;
}
.content3 {
    background-color: rgb(51, 102, 255);
    color: white;
    height: auto;
    padding-bottom: 50px;
}

.btn1 {
    width: 35px;
    margin-left: 5px;;
}

#map {
    height: 200px;
    width: 70%;
    place-items:auto center;
}

.more {
    border: none;
}

.home {
    height: 400px;
    width: 500px;
}
.content1 {
    background-color: rgb(51, 102, 255);
    color: white;
    text-align: center;
    height: auto;
    width: 100%;
    margin-top: 50px;
    padding-bottom: 50px;
}

.content2 {
    text-align: center;
    margin-top: 50px;
}

.card {
    margin-top: 60px;
    margin-left: 30px;
    margin-right: 40px;
    color: black;
    position: center;
}

.blog:hover {
    background:  black;
    color: white;
}

.project:hover {
    transform: scale(1.08);
    transition: transform 500ms;
    text-decoration: none;
    background: rgb(51, 102, 255);
}

.project-image {
    height: 250px;
    width: auto;
}

.skill-image {
    height: 90px;
    width: auto;
}

.lg {
    font-size: 20%;
}

.sm {
    font-size: 25px;
}
.edu {
    margin-top: 50px;
    text-align: left;
    margin-bottom: 30px;
}

.skill {
    border: none;
    min-width: 5rem;
}