html {
  scroll-behavior: smooth;
}

:root {
  --background-color: #fcfcfc;
  --text: rgb(25, 13, 13);
  --after: #f5e29e;
  --transparent: transparent;
  --footer-text: gray;
  --text-color: rgb(255, 255, 255);
  --blend-color: rgba(52, 64, 98, 0.385);
  --bullets-color: rgb(255, 255, 255);
  --transform-amount: 20px;
  --bullets-count: 5;
}

*,
* ::before,
* ::after,
button,
input,
textarea {
  box-sizing: border-box;
  margin: 0;
  font-family: "Poppins", sans-serif;
}

body {
  background-color: var(--background-color);
  max-width: 2000px;
  margin: auto;
}
body .nav-bar {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 1em;
  background-color: rgba(0, 0, 0, 0.4392156863);
  transition: top 200ms ease;
  /* hamburger */
  /*hamburger*/
}
body .nav-bar .logo-wraper {
  box-sizing: border-box;
  margin: 0;
  width: 2em;
  height: 1.8em;
  background-color: transparent;
  position: relative;
  display: flex;
  justify-content: center;
  margin-top: 0.3em;
  /* margin-right: 1em; */
}
body .nav-bar .logo-wraper .first {
  width: 4px;
  height: 14px;
  background: #9f5f80;
  transform: skew(-20deg);
  position: absolute;
  right: 54%;
}
body .nav-bar .logo-wraper .sec {
  width: 4px;
  height: 14px;
  background: #583d72;
  transform: skew(20deg);
  position: absolute;
  left: 51%;
}
body .nav-bar .logo-wraper .three {
  width: 5px;
  height: 5px;
  background-color: #ffc996;
  transform: skew(-40deg);
  position: absolute;
  left: 35%;
  bottom: 52%;
}
body .nav-bar .logo-wraper .four {
  width: 5px;
  height: 5px;
  background-color: #ff8474;
  transform: skew(40deg);
  position: absolute;
  right: 35%;
  bottom: 52%;
}
body .nav-bar .links {
  background-color: var(--transparent);
  position: relative;
  left: 0;
  top: 0;
  z-index: auto;
  width: auto;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: unset;
  align-items: unset;
  gap: unset;
}
body .nav-bar .links a {
  position: relative;
  margin-right: 1em;
  color: #fff;
  font-size: 1.2rem;
  text-decoration: none;
  padding-bottom: 0.2em;
  width: -moz-max-content;
  width: max-content;
  line-height: 1;
}
body .nav-bar .links a span {
  display: inline-block;
  white-space: nowrap;
  transition: all 350ms ease-out;
  transform-origin: center center;
  transform-style: preserve-3d;
}
body .nav-bar .links a .primary {
  position: relative;
}
body .nav-bar .links a .secondary {
  position: absolute;
  transform: translateY(0.5em) rotateX(90deg);
  left: 0;
}
body .nav-bar .links a::before {
  content: "";
  width: 100%;
  height: 0.075em;
  background-color: var(--after);
  position: absolute;
  bottom: 0em;
  transform: scaleX(0);
  transition: all 350ms ease-out;
  transform-origin: left center;
}
body .nav-bar .links a:hover .primary {
  transform: translateY(-0.5em) rotateX(90deg);
}
body .nav-bar .links a:hover .secondary {
  transform: translateY(0em);
}
body .nav-bar .links a:hover::before {
  transform: scaleX(1);
  transition-delay: 200ms;
}
body .nav-bar .logo-wraper::after {
  content: "mir";
  position: absolute;
  color: #fff;
  right: -1em;
  bottom: 0.57em;
}
body .nav-bar .hamburger {
  display: none;
  cursor: pointer;
}
body .nav-bar .line1,
body .nav-bar .line2,
body .nav-bar .line3 {
  width: 1.5em;
  height: 0.2em;
  background-color: #fffdfd;
  margin: 0.3em 0;
  transition: margin 400ms;
}
body .nav-bar .change .line1 {
  transform: translate(0, 0.5em) rotate(-45deg);
  transition: transform 400ms;
}
body .nav-bar .change .line2 {
  opacity: 0;
  transition: opacity 300ms;
}
body .nav-bar .change .line3 {
  transform: translate(0, -0.5em) rotate(45deg);
  transition: transform 400ms;
}
body .top-main {
  width: 100%;
  height: 70vh;
  min-height: 23em;
  max-height: 35em;
  overflow-x: hidden;
  overflow-y: hidden;
  position: relative;
  padding-top: 2.5em;
  background-color: var(--transparent);
}
body .top-main video {
  position: absolute;
  width: 200%;
  inset: -3em;
}
body .top-main ul {
  display: flex;
  justify-content: center;
  margin-top: 6em;
}
body .top-main .features .parallax ul {
  list-style: none;
}
body .top-main .features .parallax li {
  flex-shrink: 0;
  padding-right: 3rem;
}
body .top-main .features .parallax li p {
  font-size: 4rem;
  color: #dfdfdf;
  line-height: 0;
  transition: color 400ms;
}
body .top-main .features .parallax li p:hover {
  color: orange;
  transition: color 400ms;
}
body .ball {
  width: 50px;
  height: 50px;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  border: 3px solid dodgerblue;
  border-radius: 50%;
  pointer-events: none;
}
body .slider-wraper {
  width: 100%;
  height: 70vh;
  min-height: 20em;
  max-height: 45em;
  overflow: hidden;
  font-family: "Roboto", sans-serif;
  margin: 0;
}
body .slider-wraper .wrapper {
  height: 100%;
  width: 100%;
}
body .slider-wraper #slider {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
body .slider-wraper .slide {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  pointer-events: none;
}
body .slider-wraper .slide.current {
  pointer-events: initial;
  opacity: 1;
  z-index: 10;
}
body .slider-wraper .slide-wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
body .slider-wraper .img-wrapper {
  width: 100%;
  height: 100%;
  background: var(--blend-color);
}
body .slider-wraper .img-wrapper img {
  width: calc(100% + var(--transform-amount));
  height: calc(100% + var(--transform-amount));
  top: calc(var(--transform-amount) / 2 * -1);
  left: calc(var(--transform-amount) / 2 * -1);
  position: relative;
  -o-object-fit: contain;
     object-fit: contain;
  mix-blend-mode: luminosity;
}
body .slider-wraper .title-wrapper {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
}
body .slider-wraper .inner-wrapper {
  position: absolute;
  bottom: 5em;
  left: 5em;
  color: var(--text-color);
  max-width: 70%;
}
body .slider-wraper a {
  text-decoration: none;
  color: var(--text-color);
}
body .slider-wraper .slide-title {
  white-space: nowrap;
  text-transform: uppercase;
  font-size: 4em;
  font-weight: 900;
}
body .slider-wraper .slide-subtitle {
  font-size: 1.5em;
}
body .slider-wraper #navigation {
  pointer-events: none;
  position: absolute;
  bottom: 0;
  z-index: 15;
  width: 100%;
  height: 50px;
  display: grid;
  grid-template-columns: repeat(var(--bullets-count), 60px);
  grid-gap: 16px;
  justify-content: center;
  align-items: center;
}
body .slider-wraper .bullet {
  pointer-events: initial;
  border-radius: 10px;
  cursor: pointer;
  height: 5px;
  background: var(--bullets-color);
  transition: opacity 0.3s ease;
  opacity: 0.2;
  padding: 0.5em;
}
body .slider-wraper .bullet.current {
  opacity: 1;
}
body .slider-wraper .bullet:not(.current):hover {
  opacity: 0.5;
}
body .cv {
  overflow-x: hidden;
  width: 100%;
  margin: auto;
  margin-top: 5em;
}
body .cv hr {
  border: none;
  border-top: 0.4rem dotted rgb(238, 72, 99);
  width: 2em;
  margin: 2em auto;
}
body .cv ul {
  list-style: none;
  display: block;
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
}
body .cv li,
body .cv td {
  font-size: 1.1em;
}
body .cv .cv-title {
  color: rgb(238, 72, 99);
  font-size: 1.5em;
  font-weight: 500;
  text-align: left;
  width: 100%;
}
body .skills,
body .education,
body .language,
body .job-ex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}
body .skill-img,
body .education-img,
body .language-img,
body .job-ex-img {
  width: 30em;
  height: 15em;
  -o-object-fit: cover;
     object-fit: cover;
  background-position: center;
  background-size: cover;
  border-radius: 0.3em;
  opacity: 0.1;
}
body .skill-img {
  background-image: url(../assets/compress_skills.jpg);
  transform: translateX(50%);
}
body .education-img {
  background-image: url(../assets/compress_education.jpg);
  transform: translateX(-50%);
}
body .language-img {
  background-image: url(../assets/compress_language.jpg);
  transform: translateX(50%);
}
body .job-ex-img {
  background-image: url(../assets/compress_job.jpg);
  transform: translateX(-50%);
}
body .refrense {
  margin: auto;
  width: 100%;
}
body .refrense .cv-title {
  text-align: center;
}
body .refrense li {
  width: 80%;
  min-width: 150px;
  margin: 0 auto;
  text-align: center;
}
body .contact-form {
  min-width: 10em;
  max-width: 25em;
  width: 80%;
  display: flex;
  flex-direction: column;
  margin: auto;
  margin-top: 13em;
  background-color: rgba(211, 211, 211, 0.724);
  padding: 1em;
  padding-top: 1.8em;
  border-radius: 0.4em;
  position: relative;
}
body .contact-form .env-img {
  max-width: 10em;
  min-width: 7.5em;
  position: absolute;
  left: -5em;
  top: -7.5em;
  transform: rotate(-20deg);
}
body .contact-form input,
body .contact-form textarea,
body .contact-form #subBtn {
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.5843137255);
  border: none;
  outline: none;
  border-radius: 0.3em;
  width: 100%;
  height: 2.5em;
  margin-bottom: 2em;
}
body .contact-form input:focus,
body .contact-form textarea:focus {
  outline: var(--after) solid 0.1em;
}
body .contact-form .rel {
  position: relative;
}
body .contact-form textarea {
  height: 5em;
  max-width: 100%;
  min-width: 100%;
}
body .contact-form span {
  color: rgb(3, 0, 0);
  pointer-events: none;
  position: absolute;
  left: 0.2em;
  transform: translateY(0);
  transition: transform 300ms ease;
}
body .contact-form input:valid ~ span,
body .contact-form input:focus ~ span,
body .contact-form textarea:valid ~ span,
body .contact-form textarea:focus ~ span {
  color: rgb(234, 52, 82);
  transform: translateY(-1.5em);
  transition: transform 300ms ease;
}
body .contact-form input:valid ~ span,
body .contact-form textarea:valid ~ span {
  transform: translateY(-1.5em);
  color: darkgreen;
  transition: color 300ms ease-in-out;
}
body .contact-form #subBtn {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  outline: none;
}
body .contact-form #subBtn:hover {
  border: var(--after) solid 0.1em;
}
body .contact-form #subBtn::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 20%;
  height: 100%;
  background-color: var(--after);
  transform: skew(25deg) translateX(-110%);
  transition: transform 700ms ease;
}
body .contact-form #subBtn:hover::before {
  transform: skew(25deg) translateX(520%);
  transition: transform 700ms ease;
}
body .footer {
  position: relative;
  z-index: -1;
  bottom: -3em;
  height: 8em;
  width: 100%;
  background-image: url(../assets/contact-back.svg);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}
body .footer .copy-text {
  width: 100%;
  position: absolute;
  bottom: 0;
  text-align: center;
  color: var(--footer-text);
}
body .footer .copy-text a {
  text-decoration: none;
  color: var(--footer-text);
}

.figcaption {
  font-size: 0.7em;
}
.figcaption a {
  text-decoration: none;
  color: #000000;
}

@media screen and (max-width: 1200px) {
  body .carousel {
    width: 90%;
  }
}
@media screen and (max-width: 660px) {
  body .nav-bar-wraper {
    position: relative;
  }
  body .nav-bar-wraper .nav-bar .hamburger {
    display: inline-block;
    z-index: 999;
  }
  body .nav-bar-wraper .nav-bar .links {
    background-color: #000000;
    position: absolute;
    left: 0;
    top: -15em;
    z-index: -1;
    width: 100%;
    height: 15em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2em;
  }
  body .top-main {
    width: 100%;
    height: 48vh;
    min-height: 22em;
    padding-top: 2.5em;
  }
  body .top-main ul {
    margin-top: 4em;
  }
  body .top-main .features .parallax li {
    padding-right: 1rem;
  }
  body .top-main .features .parallax li p {
    font-size: 2rem;
  }
  body .carousel {
    width: 100%;
  }
  body .skill-img,
  body .education-img,
  body .language-img,
  body .job-ex-img {
    width: 20em;
    height: 10em;
  }
}
@media screen and (max-width: 500px) {
  body .top-main {
    width: 100%;
    height: 30vh;
    min-height: 22em;
    padding-top: 2.5em;
  }
}
@media screen and (max-width: 350px) {
  body .top-main video {
    width: 300%;
  }
}
.nav-bar-drowp {
  animation: nav-bar-drowp 400ms ease forwards;
}

@keyframes nav-bar-drowp {
  from {
    top: -15em;
  }
  to {
    top: 0;
  }
}
.nav-bar-upp {
  animation: nav-bar-upp 400ms ease forwards;
}

@keyframes nav-bar-upp {
  from {
    top: 0;
  }
  to {
    top: -15;
  }
}
.from-right {
  animation: from-right 500ms ease forwards;
}

@keyframes from-right {
  from {
    transform: translateX(50%);
    opacity: 0.1;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
.from-left {
  animation: from-left 500ms ease forwards;
}

@keyframes from-left {
  from {
    transform: translateX(-50%);
    opacity: 0.1;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@media (max-width: 700px) {
  body .slider-wraper {
    height: 60vh;
  }
  body .slider-wraper .slide-title {
    font-size: 3em;
  }
  body .slider-wraper .slide-subtitle {
    font-size: 1.2em;
  }
}
@media (max-width: 500px) {
  body .ball {
    opacity: 0;
  }
  body .slider-wraper {
    height: 50vh;
  }
  body .slider-wraper .inner-wrapper {
    left: initial;
    width: 100%;
    max-width: initial;
  }
  body .slider-wraper .slide-title {
    font-size: 2em;
    text-align: center;
  }
  body .slider-wraper .slide-subtitle {
    display: none;
  }
}
@media (max-width: 450px) {
  body .slider-wraper .slide-title {
    font-size: 1.2em;
  }
}/*# sourceMappingURL=index.css.map */