:root {
  --mainBackGroundColor:lavender;
  --mainColor: black;
    --main-color: blue;
  --mainWidth: 350px;
  --mainPadding: 5px;
  --mainHeight: 20px;
}

*{
  color: var(--mainColor,red);
  width: var(--mainWidth);
  overflow-y: auto;
  overflow-x: hidden;
  -moz-user-select: none; 
  -webkit-user-select: none; 
}

body {
  background-color: rgba(35, 33, 74, 1); 
}

ul{
  height: 90%;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 2px; 
  padiing: var(--mainPadding); 
}
ul li{
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 5px;
  color: #484848;
  animation: light 1.4s linear infinite; 
  margin-right: 2px; 
  padiing: var(--mainPadding); 
}
@keyframes light{
  0%{
    color: #484848;
    text-shadow: none;
  }
  50%{
    color: #484848;
    text-shadow: none;
  }
  100%{
    color: #fff900;
    text-shadow: 0 0 7px #fff900, 0 0 50px #fff900;
  }
}
ul li:nth-child(1){
  animation-delay: 0;
}
ul li:nth-child(2) {
  animation-delay: 0.1s;
}
ul li:nth-child(3) {
  animation-delay: 0.2s;
}
ul li:nth-child(4) {
  animation-delay: 0.3s;
}
ul li:nth-child(5) {
  margin-left: 10px;
  animation-delay: 0.4s;
}
ul li:nth-child(6) {
  animation-delay: 0.5s;
}
ul li:nth-child(7) {
  animation-delay: 0.6s;
}
ul li:nth-child(8) {
  animation-delay: 0.7s;
}

h1 {
  text-shadow: orange 2px;
  color: white !important;
  margin-left: 25%;
  animation-name: all;
  animation-duration: 10s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}

hr{
  color: var(--mainColor,blue);
  padding: 2px;
}

mark {
  background-color: palevioletred;
}
/*
.menuStyle {
  padding: 2px;
  border: black solid 2px;
  border-width: 10px;
  border-color: red transparent transparent black;
width: 10px;
  height: 10px;
  margin-bottom: 20px;
  top: 30px;
  right: 0px;
  position: absolute;
}*/

.photo {
  width: 150px;
  border-radius: 50%;
  text-shadow: blur 2px red;
  animation-name: photo;
  animation-duration: 4s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}


/*.photo:hover {
  margin-left: 45px;
  transform: scale(1.4);
}*/

.myDesc {
  background-color: #eee;
  border-radius: 60px 70px 40px 140px;
  padding: 15px 7px; 
}

.name {
  margin: 0 !important;
}

.our-skills {
  padding-top: 20px;
  padding-bottom: 20px;
}
.our-skills .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .our-skills .container > div {
    flex-basis: 45%;
  }
}
.our-skills .container > div > h3 {
  margin: 0 0 30px;
  font-weight: normal;
  text-align: center;
  text-transform: uppercase;
}
.our-skills .container > div > p {
  color: #777;
  line-height: 2;
  text-align: center;
  margin-bottom: 60px;
}
.our-skills .testimonials .content {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.our-skills .testimonials .content img {
  width: 100px;
  border-radius: 50%;
  margin-right: 50px;
}
@media (max-width: 767px) {
  .our-skills .testimonials .content {
    flex-direction: column;
    text-align: center;
  }
  .our-skills .testimonials .content img {
    margin: 0 auto 20px;
  }
}
.our-skills .testimonials .text {
  line-height: 1.8;
  border-bottom: 1px solid #ccc;
}
.our-skills .testimonials .text p {
  color: #777;
  text-align: right;
  font-size: 14px;
  margin-bottom: 10px;
}
.our-skills .testimonials .bullets {
  display: flex;
  justify-content: center;
  margin-top: 50px;
  margin-bottom: 50px;
}
.our-skills .testimonials .bullets li {
  width: 14px;
  height: 14px;
  border: 1px solid #aaa;
  border-radius: 50%;
  margin-right: 10px;
}
.our-skills .testimonials .bullets li.active {
  background-color: var(--main-color,blue);
  border-color: var(--main-color,blue);
}
.our-skills .skills .prog-holder {
  margin-bottom: 40px;
}
.our-skills .skills .prog-holder h4 {
  margin-bottom: 15px;
  font-weight: normal;
  text-transform: uppercase;
}
.our-skills .skills .prog-holder .prog {
  background-color: #dedadc;
  height: 30px;
}
.our-skills .skills .prog-holder .prog span {
  display: block;
  background-color: var(--main-color,blue);
  height: 100%;
  position: relative;
}
.our-skills .skills .prog-holder .prog span::before {
  content: attr(data-progress);
  position: absolute;
  background-color: black;
  color: white;
  top: -40px;
  right: -18px;
  padding: 4px 0;
  width: 40px;
  text-align: center;
  border-radius: 4px;
}
.our-skills .skills .prog-holder .prog span::after {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 8px;
  border-color: black transparent transparent;
  right: -8px;
  top: -15px;
} 
        
/*keyFrames*/
@keyframes photo {
  0% { margin-left: 5px; }
  50% { margin-bottom: 50px; }
  70% { margin-left: 100px}
  80% { margin-left: 50px; }
  100% { margin-left: 5px; }
}

@keyframes all {
  0% { margin-bottom: 60px; }
  20% { margin-bottom: 70px; }
  50% { margin-bottom: 90px; }
  80% { margin-bottom: 70px; }
  100% { margin-bottom: 60px}
}

/*@media (min-width: 600px){
  * {
    width: 600px; 
    heigh: auto;
    text-align: center; 
    margin-left: 50px;
  }
  .name {
    text-align: center !important; 
  }
  .langnam,.skills {
    margin: 0 30px 20px auto; 
  }
  hr {
    width: 1000px !important;
    height: 5px; 
  }
} */


/* Small */
@media (min-width: 768px) {
  * {
    width: 750px;
  }
}
/* Medium */
@media (min-width: 992px) {
  * {
    width: 970px;
  }
}
/* Large */
@media (min-width: 1200px) {
  * {
    width: 1170px;
  }
}

.contact {
  color: white; 
  background-color: rgba(87, 82, 154, 0.99); 
  padding: 15px;
  width:90px; 
  text-decoration: none; 
}