* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: sans-serif;
  scroll-behavior: smooth;
}

::-webkit-scrollbar {
  width: 10px;
  background: linear-gradient(180deg, white, #e8f9fd, #3bacb6, #9772fb, #161623);
}

::-webkit-scrollbar-thumb {
  background-color: rgb(5, 99, 187);
  border-radius: 5px;
}

body {
  background: linear-gradient(180deg, white, #e8f9fd, #3bacb6, #9772fb, #161623);
}

.scrollToTop-btn {
  z-index: 999;
  position: fixed;
  background-color: rgb(5, 99, 187);
  color: white;
  width: 45px;
  height: 45px;
  right: 0;
  bottom: 10px;
  font-size: 22px;
  text-align: center;
  line-height: 45px;
  border-radius: 3px;
  cursor: pointer;
  opacity: 0;
  transition: all 0.3s ease;
  display: none;
}

.scrollToTop-btn:hover {
  box-shadow: 0px 0px 10px 2px rgb(5, 99, 187);
}

.scrollToTop-btn.scroll-active {
  right: 20px;
  opacity: 1;
  transform: rotate(360deg);
  animation: anime-top 3s infinite;
}

.text {
  width: 250px;
  text-align: center;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 20px;
  line-height: 60px;
  font-weight: bold;
  font-size: 30px;
  text-align: center;
  border-bottom: 1px solid rgb(5, 99, 187);
  position: relative;
  padding: 0px 20px;
}

.text::before {
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  width: 40px;
  height: 10px;
  content: "";
  background-color: rgb(5, 99, 187);
  border-radius: 5px;
}

.text2 {
  text-align: center;
}

.container {
  width: 100%;
  padding-left: 12%;
  padding-right: 3%;
  position: relative;
  background: url("../img/gif1.gif");
  background-size: 50%;
  background-repeat: no-repeat;
  background-position-x: right;
  overflow: hidden;
}
.container .menu {
  position: fixed;
  height: 70vh;
  left: 30px;
  top: 15vh;
  z-index: 999;
}
.container .menu div {
  margin-bottom: 10px;
  border: 2px solid #2e0249;
  text-align: center;
}
.container .menu a {
  text-decoration: none;
}
.container .menu a div {
  width: 56px;
  height: 56px;
  border-radius: 28px;
  padding-right: 15px;
  transition: all 0.4s ease;
  background-color: rgb(242, 243, 245);
  color: black;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.container .menu a div i {
  font-size: 22px;
  margin: 0px 14px;
}
.container .menu a div h4 {
  display: none;
  font-size: 16px;
  font-weight: 100;
}
.container .menu a div:hover {
  width: 130px;
  color: white;
  background-color: rgb(5, 99, 187);
  border: none !important;
}
.container .menu a div:hover h4 {
  display: block;
}
.container .navigation {
  position: fixed;
  width: 95%;
  left: 2.5%;
  height: 60px;
  background: #fff;
  border: 1px solid orange;
  display: none;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  bottom: 10px;
  margin: 0 auto !important;
  transform: translateX(center) !important;
  z-index: 99;
}
.container .navigation ul {
  display: flex;
  width: 380px;
  justify-content: center;
  position: relative;
  margin: 0 auto;
}
.container .navigation ul li {
  list-style: none;
  position: relative;
  width: 60px;
  height: 50px;
  z-index: 2;
}
.container .navigation ul li a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}
.container .navigation ul li a .iconn {
  position: relative;
  display: block;
  width: 55px;
  height: 55px;
  /* background: #f00; */
  text-align: center;
  line-height: 53px !important;
  border-radius: 50%;
  color: #222327;
  font-size: 1.3em;
  line-height: 2.3em;
  transition: 0.5s;
  transition-delay: 0s;
}
.container .navigation ul li.active-icon a .iconn {
  background: var(--clr);
  color: #fff !important;
  transform: translateY(-28px);
  transition-delay: 0.25s;
}
.container .navigation ul li a .iconn::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--clr);
  border-radius: 50%;
  filter: blur(5px);
  opacity: 0;
  transition: 0.5s;
  transition-delay: 0s;
}
.container .navigation ul li.active-icon a .iconn::before {
  opacity: 0.5;
  transition-delay: 0.25s;
}
.container .indicator {
  position: absolute;
  top: -38px;
  left: 5px;
  width: 70px;
  height: 70px;
  background: #fff;
  border-radius: 50%;
  z-index: 1;
  transition: 0.5s;
  border-top: 1px solid orange;
}
.container .indicator::before {
  content: "";
  position: absolute;
  top: 5px;
  left: -28px;
  width: 30px;
  height: 30px;
  background: transparent;
  border-radius: 50%;
  box-shadow: 15px 18px #fff;
}
.container .indicator::after {
  content: "";
  position: absolute;
  top: 5px;
  right: -28px;
  width: 30px;
  height: 30px;
  background: transparent;
  border-radius: 50%;
  box-shadow: -15px 18px #fff;
}
.container .navigation ul li:nth-child(1).active-icon ~ .indicator {
  transform: translateX(0px);
}
.container .navigation ul li:nth-child(1).active-icon ~ .indicator ::before {
  background-color: red !important;
}
.container .navigation ul li:nth-child(1).active-icon ~ .indicator::before {
  display: none;
}
.container .navigation ul li:nth-child(2).active-icon ~ .indicator {
  transform: translateX(59.7px);
}
.container .navigation ul li:nth-child(3).active-icon ~ .indicator {
  transform: translateX(119.4px);
}
.container .navigation ul li:nth-child(4).active-icon ~ .indicator {
  transform: translateX(179.1px);
}
.container .navigation ul li:nth-child(5).active-icon ~ .indicator {
  transform: translateX(238.8px);
}
.container .navigation ul li:nth-child(6).active-icon ~ .indicator {
  transform: translateX(299px);
}
.container .navigation ul li:nth-child(6).active-icon ~ .indicator::after {
  display: none !important;
}
.container .me {
  width: 100%;
  height: 100vh;
  display: inline-block;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.container .me .name {
  backdrop-filter: blur(1px);
  margin-left: 7%;
  padding-bottom: 60px;
}
.container .me .name h1 {
  font-size: 60px;
}
.container .me .name p {
  font-size: 34px;
  line-height: 70px;
}
.container .me .name p .type {
  color: white;
}
.container .me .name .links {
  font-size: 25px;
  display: flex;
  margin-top: 10px;
}
.container .me .name .links a {
  margin-right: 30px;
  color: rgb(5, 99, 187);
  transition: all 0.3s ease;
}
.container .me .name .links a:hover {
  color: black;
  transform: scale(1.2);
}
.container .me::before {
  position: absolute;
  width: 100%;
  height: 300px;
  background: linear-gradient(#f0f, #f00);
  bottom: 0px;
  transform: translateY(55%);
  content: "";
  border-radius: 100%;
  z-index: -1;
  display: none;
}
.container .about {
  padding-bottom: 40px;
}
.container .about .about-me {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.container .about .about-me .img1 {
  width: 400px;
  overflow: hidden !important;
  border-radius: 20px;
}
.container .about .about-me .img1 img {
  width: 120%;
  margin-left: -10%;
}
.container .about .about-me .info1 {
  width: 700px;
  text-align: left !important;
}
.container .about .about-me .info1 p {
  text-align: left;
  line-height: 25px;
  margin-bottom: 20px;
  margin-top: 10px;
}
.container .about .about-me .info1 .tables {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.container .about .about-me .info1 .tables .table {
  width: 340px;
}
.container .about .about-me .info1 .tables .table div {
  display: flex;
}
.container .about .about-me .info1 .tables .table i {
  color: blue;
  margin: 4px 10px;
}
.container .about .about-me .info1 .tables .table p {
  font-size: 16px;
  margin-top: 0px;
}
.container .about .about-me .info1 .tables .table p span {
  font-weight: bold;
}
.container .facts .fact-me {
  display: flex;
  justify-content: space-around;
  margin-top: 30px;
  margin-bottom: 70px;
}
.container .facts .fact-me .fact {
  width: 160px;
  text-align: center;
}
.container .facts .fact-me .fact div {
  width: 50px;
  height: 50px;
  border-radius: 25px;
  margin: 0 auto;
  background-color: rgb(5, 99, 187);
  color: white;
  text-align: center;
  line-height: 50px;
  font-size: 24px;
}
.container .facts .fact-me .fact h1 {
  line-height: 50px;
}
.container .skills .skills-me {
  width: 100%;
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.container .skills .skills-me .bar {
  width: 550px;
  height: 50px;
  margin: 10px 0px;
}
.container .skills .skills-me .bar div {
  display: flex;
  justify-content: space-between;
}
.container .skills .skills-me .bar div span {
  font-weight: bold;
}
.container .skills .skills-me .bar .line {
  width: 100%;
  height: 12px;
  background-color: rgb(242, 243, 245);
  margin-top: 10px;
  position: relative;
  border: 1px solid rgb(92, 92, 92);
  border-radius: 5px;
  overflow: hidden;
}
.container .skills .skills-me .bar .progress-bar {
  width: 0px;
  height: 100%;
  background-color: rgb(5, 99, 187);
  transition: all 1.5s ease;
  border-radius: 4px;
}
.container .resume .resume-img {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-top: 30px;
  margin-bottom: 40px;
}
.container .resume .resume-img img {
  width: 100%;
}
.container .resume .resume-img .btn {
  position: absolute;
  width: 180px;
  height: 40px;
  text-align: center;
  border-radius: 20px;
  bottom: 10px;
  right: 10px;
  background-color: white;
  cursor: pointer;
  font-weight: bold;
  backdrop-filter: blur(2px);
  transition: all 0.3s ease;
}
.container .resume .resume-img .btn a {
  text-decoration: none;
  line-height: 40px;
  color: black;
}
.container .resume .resume-img .btn:hover {
  background-color: rgb(5, 99, 187);
  box-shadow: 5px 5px 10px 2px white;
}
.container .resume .resume-img .btn:hover a {
  color: white !important;
}
.container .portfolio .buttons {
  width: 480px;
  margin: 0 auto;
  margin: 30px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  font-weight: 550;
}
.container .portfolio .buttons div {
  cursor: pointer;
  padding: 0px 8px;
  line-height: 35px;
  border-radius: 5px;
}
.container .portfolio .buttons div:hover {
  background-color: rgb(5, 99, 187);
  color: white;
}
.container .portfolio .buttons .activ {
  background-color: rgb(5, 99, 187);
  color: white;
  box-shadow: 0px 0px 10px 2px rgb(5, 99, 187);
}
.container .portfolio .cards {
  max-width: 1150px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 50px;
  margin: 0 auto;
}
.container .portfolio .cards .work_card {
  width: 300px;
  height: 240px;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: 100% !important;
  background-position: center;
  box-shadow: 0px 0px 10px 2px white;
}
.container .portfolio .cards .work_card .card-info {
  width: 60%;
  height: 60%;
  transition: all 0.5s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  position: relative;
  border-radius: 10px;
  color: white !important;
}
.container .portfolio .cards .work_card .card-info div {
  font-size: 25px;
  margin-top: 100px;
  transition: all 0.5s ease;
  opacity: 0;
  word-spacing: 4px;
  position: relative;
}
.container .portfolio .cards .work_card .card-info div a {
  color: white !important;
}
.container .portfolio .cards .work_card .card-info div .icon-info {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: all 0.5s ease !important;
  font-weight: 100;
  top: -60px;
  color: red !important;
}
.container .portfolio .cards .work_card .card-info div i:hover .icon-info {
  opacity: 1;
  top: -30px;
}
.container .portfolio .cards .work_card .card-info div .likes {
  cursor: pointer;
}
.container .portfolio .cards .work_card .card-info div .like-active {
  color: red;
  animation: anime 0.5s ease-in;
}
@keyframes anime {
  0% {
    transform: rotate(0deg);
    transform-origin: left;
  }
  50% {
    transform: rotate(-30deg);
    transform-origin: left;
  }
  100% {
    transform: rotate(0deg);
    transform-origin: left;
  }
}
.container .portfolio .cards .work_card .card-info::before {
  width: 40px;
  height: 40px;
  content: "";
  border-top: 2px solid white;
  border-left: 2px solid white;
  position: absolute;
  top: 10%;
  left: 10%;
}
.container .portfolio .cards .work_card .card-info::after {
  width: 40px;
  height: 40px;
  content: "";
  border-bottom: 2px solid white;
  border-right: 2px solid white;
  position: absolute;
  bottom: 10%;
  right: 10%;
}
.container .portfolio .cards .work_card:hover {
  box-shadow: 10px 10px 20px 1px white;
  background-size: 130% !important;
  transition: all 0.5s ease;
  transform: rotate(5deg) !important;
}
.container .portfolio .cards .work_card:hover .card-info {
  width: 100%;
  height: 100%;
  opacity: 1;
  color: black;
  backdrop-filter: brightness(20%);
}
.container .portfolio .cards .card-info:hover div {
  margin: 0 auto !important;
  opacity: 1;
}
.container .portfolio .cards .react1 {
  background-image: url(../img/magic-memory.png);
}
.container .portfolio .cards .react2 {
  background-image: url(../img/cooking.png);
}
.container .portfolio .cards .react3 {
  background-image: url(../img/react\ shopping\ card.png);
}
.container .portfolio .cards .js1 {
  background-image: url(../img/music\ app.png);
  background-size: 90% !important;
}
.container .portfolio .cards .js2 {
  background-image: url(../img/weatherApp.png);
}
.container .portfolio .cards .js3 {
  background-image: url(../img/login.png);
}
.container .portfolio .cards .game1 {
  background-image: url(../img/dice\ game.png);
}
.container .portfolio .cards .game2 {
  background-image: url(../img/typing.png);
}
.container .portfolio .cards .web1 {
  background-image: url(../img/portfolio2.png);
}
.container .portfolio .cards .web2 {
  background-image: url(../img/codial.png);
}
.container .portfolio .cards .web3 {
  background-image: url(../img/kompyuter\ shop.png);
}
.container .portfolio .cards .web4 {
  background-image: url(../img/covid\ info.png);
}
.container .portfolio .cards::before {
  position: absolute;
  width: 550px;
  height: 550px;
  background: linear-gradient(#f0f, #f00);
  right: 0px;
  top: 0px;
  content: "";
  border-radius: 0px 0px 0px 80%;
  z-index: -1;
}
.container .services {
  width: 100%;
}
.container .services .cards2 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  position: relative;
  margin-top: 10px;
  overflow: hidden;
}
.container .services .cards2 .card2 {
  width: 320px;
  height: 320px;
  margin: 20px 0px;
  display: flex;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: center;
  text-align: center;
  border-radius: 10px;
  cursor: pointer;
  backdrop-filter: blur(5px);
  box-shadow: 20px 20px 50px rgba(0, 0, 0, 0.7);
  border: none !important;
  border-top: 1.5px solid white !important;
  border-left: 1.5px solid white !important;
  overflow: hidden;
  color: white;
}
.container .services .cards2 .card2 .box {
  width: 110px;
  height: 110px;
  border: 2px solid white;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 55px;
  border-radius: 10px;
  background-color: transparent;
  transition: all 0.6s ease;
}
.container .services .cards2 .card2 .html-card {
  border-radius: 26% 55% 61% 28%/31% 25% 34% 44%;
}
.container .services .cards2 .card2 .css-card {
  border-radius: 31% 17% 50% 10%/75% 10% 47% 41%;
}
.container .services .cards2 .card2 .sass-card {
  border-radius: 31% 73% 57% 60%/27% 48% 47% 75%;
}
.container .services .cards2 .card2 .bootstrap-card {
  border-radius: 69% 73% 57% 60%/100% 43% 25% 35%;
}
.container .services .cards2 .card2 .javascript-card {
  border-radius: 100% 100% 100% 100%/100% 100% 100% 100%;
}
.container .services .cards2 .card2 .react-card {
  border-radius: 63% 94% 48% 76%/50% 55% 42% 100%;
}
.container .services .cards2 .card2 h2 {
  line-height: 70px;
}
.container .services .cards2 .card2:hover .html-card {
  background-color: #f44336;
}
.container .services .cards2 .card2:hover .css-card {
  background-color: #ffa117;
}
.container .services .cards2 .card2:hover .sass-card {
  background-color: #0fc70f;
}
.container .services .cards2 .card2:hover .bootstrap-card {
  background-color: #2196f3;
}
.container .services .cards2 .card2:hover .javascript-card {
  background-color: rgb(232, 3, 104);
}
.container .services .cards2 .card2:hover .react-card {
  background-color: red;
}
.container .cards2::after {
  position: absolute;
  width: 550px;
  height: 550px;
  background: linear-gradient(#f00, #f0f);
  right: 0px;
  bottom: 0px;
  content: "";
  border-radius: 80% 0px 0px;
  z-index: -1;
}
.container .cards2::before {
  position: absolute;
  width: 550px;
  height: 550px;
  background: linear-gradient(#f0f, #f00);
  left: 0px;
  top: 0px;
  content: "";
  border-radius: 0px 0px 80%;
  z-index: -1;
}
.container .contact {
  color: white;
}
.container .contact .contact-me {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
  justify-content: center;
}
.container .contact .contact-me .c-left {
  width: 400px;
}
.container .contact .contact-me .c-left > div {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
.container .contact .contact-me .c-left > div h2,
.container .contact .contact-me .c-left > div p {
  line-height: 10px;
}
.container .contact .contact-me .c-left > div .icon {
  width: 50px;
  height: 50px;
  border: 1px solid rgb(255, 255, 255);
  border-radius: 50%;
  text-align: center;
  font-size: 22px;
  line-height: 49px;
  margin-right: 10px;
  transition: all 0.5s ease;
  color: white;
}
.container .contact .contact-me .c-left > div .icon:hover {
  background-color: #2e0249;
  color: white;
}
.container .contact .contact-me .c-right {
  width: 700px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.container .contact .contact-me .c-right input {
  width: 340px;
  height: 45px;
  padding-left: 10px;
  margin-bottom: 20px;
}
.container .contact .contact-me .c-right #subject {
  width: 100%;
}
.container .contact .contact-me .c-right textarea {
  width: 100%;
  padding: 10px;
}
.container .contact .contact-me .c-right .send {
  width: 170px;
  height: 44px;
  background-color: rgb(5, 99, 187);
  margin: 0 auto;
  text-align: center;
  line-height: 44px;
  border-radius: 22px;
  color: white;
  margin-top: 20px;
  margin-bottom: 50px;
  transition: all 0.3s ease;
}
.container .contact .contact-me .c-right .send:hover {
  box-shadow: 0px 0px 20px 2px rgba(255, 255, 255, 0.637);
  cursor: pointer !important;
  transform: scale(1.03);
}

.container::after {
  position: absolute;
  width: 550px;
  height: 550px;
  background: linear-gradient(#f0f, #f00);
  left: 0px;
  top: 0px;
  content: "";
  border-radius: 0px 0px 100% 0px;
  position: fixed;
  z-index: -1;
}

.futterr {
  width: 100%;
  overflow: hidden;
}
.futterr .futter {
  padding: 30px 0px;
  text-align: center;
  background-color: rgb(218, 216, 216);
}
.futterr .futter h1 {
  color: rgb(69, 80, 91);
  font-size: 45px;
}
.futterr .futter p {
  margin: 20px 0px;
}
.futterr .futter .links2 {
  width: 250px;
  margin: 40px auto;
  display: flex;
  justify-content: space-between;
}
.futterr .futter .links2 a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: 41px;
  background-color: rgb(5, 99, 187);
  color: white;
}
.futterr .futter .links2 a:hover {
  background-color: rgba(5, 99, 187, 0.685);
}
.futterr .futter h5 {
  margin: 30px 0px 0px 0px;
  line-height: 25px;
}
.futterr .futter h5 font {
  font-weight: bold !important;
  color: red;
}
.futterr .futter h5 span {
  color: rgb(5, 99, 187);
}

@media (max-width: 576px) {
  .container {
    background-size: 100%;
    background-position-y: 7vh !important;
    padding: 25px !important;
    margin: 0 auto !important;
  }
  .container .menu {
    display: none;
  }
  .container .navigation {
    display: flex;
  }
  .container .name {
    margin: 0 auto;
    margin-top: 22vh;
  }
  .container .name p .type {
    color: black !important;
    font-weight: 550 !important;
  }
  .container .info1 h1 {
    text-align: center !important;
  }
  .container .cards::before {
    right: -10% !important;
  }
  .container .portfolio .text2, .container .portfolio .text {
    color: white !important;
  }
  .container .buttons {
    color: white !important;
  }
  .container .activ {
    color: black !important;
  }
  .container .work_card {
    width: 150px !important;
    height: 150px !important;
  }
  .container .work_card .card-info {
    width: 100% !important;
    height: 100% !important;
    opacity: 1 !important;
    color: black !important;
    backdrop-filter: brightness(50%);
  }
  .container .work_card .card-info div {
    opacity: 1 !important;
    margin-top: 0px !important;
  }
  .container .cards2::after {
    width: 100px;
    height: 100px;
    right: 0px;
    bottom: 0px;
    border-radius: 80% 0px 0px;
  }
  .container .cards2::before {
    width: 200px;
    height: 200px;
    left: 40px;
    top: 60px;
    border-radius: 50%;
  }
  .container .card2 {
    width: 150px !important;
    padding: 10px 0px !important;
    height: auto !important;
  }
  .container .card2 .box {
    width: 80px !important;
    height: 80px !important;
    margin: 0 auto !important;
  }
  .container .card2 h2 {
    font-size: 16px !important;
    line-height: 20px !important;
  }
  .container .card2 p {
    font-size: 10px;
    padding: 5px;
  }

  .skills-me {
    justify-content: center;
  }

  .buttons {
    width: 100% !important;
    height: auto !important;
    margin-bottom: 20px !important;
  }

  .contact-me {
    width: 90%;
    margin: 0 auto;
    justify-content: center !important;
    border-bottom: 10px;
  }
  .contact-me input,
.contact-me textarea {
    width: 100% !important;
    margin: 0 auto;
  }
  .contact-me .send {
    margin-bottom: 10px !important;
    cursor: pointer;
  }

  .container::after {
    display: none;
  }

  .me::before {
    display: block !important;
  }

  .futterr {
    padding: 0px 15px !important;
  }
  .futterr .futter {
    padding: 15px !important;
    margin-bottom: 100px;
  }
  .futterr .futter h1 {
    line-height: 20px;
    font-size: 26px !important;
  }
  .futterr .futter p {
    font-size: 13px;
    margin: 10px 0px;
  }
  .futterr .futter .links2 {
    margin: 3px auto !important;
  }
  .futterr .futter h5 {
    margin-top: 5px !important;
  }
}/*# sourceMappingURL=main.css.map */