* {
  font-family: "Poppins", sans-serif;
  box-sizing: border-box;

}

.wrapper {
  max-width: 1270px;
  margin-left: auto;
  margin-right: auto;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

body {
  background-color: #1A113E;
  color: #fff;
  margin: 0;
  padding: 0;
}

/* ---- particles.js container ---- */

#particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}

/* ---- stats.js ---- */

.count-particles {
  background: #000022;
  position: absolute;
  top: 48px;
  left: 0;
  width: 80px;
  color: #ffffff;
  font-size: .8em;
  text-align: left;
  text-indent: 4px;
  line-height: 14px;
  padding-bottom: 2px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
}

.js-count-particles {
  font-size: 1.1em;
}

#stats,
.count-particles {
  -webkit-user-select: none;
}

#stats {
  border-radius: 3px 3px 0 0;
  overflow: hidden;
}

.count-particles {
  border-radius: 0 0 3px 3px;
}

/* navbar */

nav {
  background: linear-gradient(to left, #1c2252, #3c1b53);
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1;
  border-bottom: 1px solid #b032ff7d;
}

.logo {
  width: 70px;
}

.link {
  color: #fff;
  text-decoration: none;
}

.nav-main {
  margin-right: auto;
  margin-left: 50px;
  margin-bottom: 0;
}

.nav-link {
  font-size: 26px;
  margin-right: 50px;
  align-items: center;
}

.nav-link:hover {
  background: linear-gradient(to left, #485AFA, #B132FF);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}

.hamburger-btn {
  cursor: pointer;
  display: none;
}

.bar1,
.bar2,
.bar3 {
  background-color: #fff;
  width: 30px;
  height: 2px;
  margin: 7px 50px;
  border-radius: 2px;
  transition: 0.4s;
}

.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-9px, 6px);
  transform: rotate(-45deg) translate(-5px, 5px);
}

.change .bar2 {
  opacity: 0;
}

.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-8px, -8px);
}


/* main */

.header {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: 100px;
  padding: 0px 30px;
}

.headerLeft,
.headerRight {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.headerRight {
  margin-left: 50px;
}

.circle {
  border-radius: 50%;
  border: #B132FF solid 5px;
  margin-bottom: 20px;
  margin-top: 120px;
}

.mainImg {
  width: 350px;
  border-radius: 50%;
  background: linear-gradient(to right, #485AFA, #B132FF);
  margin: 20px;
}

.contactIcons {
  display: flex;
  justify-content: space-around;
}

.iconContact {
  width: 40px;
  margin: 10px;
}

.iconContact:hover {
  box-shadow: 0 0 2px 0 #485AFA inset, 0 0 2px 2px #B132FF;
  border-radius: 50%;
  transform: translateY(-3px);
}

h1,
h2 {
  padding-bottom: 10px;
  text-align: center;
}

h1 {
  font-size: 32px;
}

h2 {
  font-size: 26px;
}

.gradient {
  background: linear-gradient(to right, #485AFA, #B132FF);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}

.btn {
  color: #fff;
  font-size: 25px;
  text-align: center;
  --clr-font-main: hsla(0 0% 20% / 100);
  --btn-bg-1: #485AFA;
  --btn-bg-2: #B132FF;
  --radii: 0.5em;
  cursor: pointer;
  margin: 10px 0px;
  padding: 10px 50px;
  background-size: 300% auto;
  background-image: linear-gradient(325deg, var(--btn-bg-2) 70%, var(--btn-bg-1) 100%);
  border: none;
  border-radius: 20px;
  text-decoration: none;
}

.btn:hover {
  box-shadow: 0 0 5px 0 #485AFA inset, 0 0 5px 4px #B132FF;
}

/* about */

.heading {
  font-size: 38px;
  background: linear-gradient(to right, #485AFA, #B132FF);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  margin: 100px 0px 30px 0px;
}


.about {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.borderText {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  border: 3px solid #B132FF;
  border-radius: 20px;
  padding: 40px;
  width: 80%;
}

.aboutText {
  font-size: 20px;
  text-indent: 30px;
  line-height: 2.5;
  text-align: justify;
}

.btn-contact {
  align-self: flex-end;
}

/* projects */

.projects {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.project {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 30px;
  background-color: #9797971b;
  border-radius: 25px;
  border: 3px solid #B132FF;
  height: 650px;
  width: 40%;
}

.description {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 50%;
  padding: 0px 10px;
  text-align: center;
}

.projectImg {
  display: flex;
  justify-content: center;
  align-items: center;
}

.img {
  align-items: center;
  width: 90%;
  height: 100%;
  border-radius: 25px;
  transition: 1s;
  margin: 22px;
}

.img:hover {
  transform: scale(1.1);
  border-radius: 30px;
}

.text-description {
  font-size: 18px;
  font-weight: normal;

}

.technologies-btn {
  text-align: center;
}

.technologies {
  margin: -120px 0px 20px 0px;

}

.visit {
  color: #fff;
  text-decoration: none;
}

.visit:hover {
  -webkit-text-shadow: 3px 3px 3px #000;
  -moz-text-shadow: 3px 3px 3px #000;
  text-shadow: 3px 3px 3px #000;
}

ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 0;
}

.skills {
  list-style: none;
}

.iconSkills {
  width: 80px;
  padding: 10px;
  border-radius: 50%;
  background-color: #97979776;
  margin: 10px;
}

.see-more {
  color: #ffffff;
  font-size: 22px;
  text-decoration: none;
  position: relative;

}

.see-more::after {
  color: #B132FF;
  content: '→';
  /* Стрелка */
  font-size: 30px;
  font-weight: bold;
  margin-left: 5px;
}

/* testimonials */

.testimonials-carousel {
  display: flex;
  filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.74));
  -webkit-filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.74));
}

.testimonial {
  width: 480px;
  height: 300px;
  border-radius: 10px;
}

.testimonials-carousel .testimonial {
  cursor: zoom-in;
}

.btn-controls {
  background: none;
  border: none;
  cursor: pointer;
}

.btn-controls img {
  width: 50%;
}

.testimonial-zoom {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.384);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  justify-content: center;
  align-items: center;
}

.close-btn {
  align-self: flex-end;
  width: 30px;
  height: 30px;
  background-image: url('https://cdn.glitch.global/f56db881-3ca4-4318-a565-ee8447e0dd6b/close.png?v=1651311742455');
  background-size: 30px;
  background-position: center;
  background-color: #6f69ac00;
  border: none;
  cursor: pointer;
  margin-right: 20px;
  margin-bottom: 10px;
}

.close-btn:hover {
  filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.74));
  -webkit-filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.74));
}

.zoom-box {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.zoom-content {
  width: 70%;
  border-radius: 25px;
}

/* services */

.heading-services {
  text-align: center;
  font-size: 26px;
  font-weight: 400;
  margin: 30px 0px 10px 0px;
}

.img-services {
  width: 300px;
  border-radius: 10px;
  border: 2px solid white;
}

.packages {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.package {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin: 30px;
  padding: 30px;
  border-radius: 25px;
  border: 3px solid #B132FF;
  width: 80%;
  height: 100%;
}

.heading-package {
  font-size: 26px;
  background: linear-gradient(to right, #485AFA, #B132FF);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  margin: 50px 0px 0px 0px;
  text-align: center;
}

.text-services {
  font-size: 20px;
  line-height: 2;
}

.services-details {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.btns-services {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.price {
  font-size: 20px;
  font-weight: 600;
}

.details {
  background-color: #1A113E;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  margin: 10px 0px;
  padding: 10px 50px;
  border-radius: 20px;
  text-decoration: none;
  border: 2px solid #485AFA;
  text-align: center;
}

.details:hover {
  box-shadow: 0 0 5px 0 #485AFA inset, 0 0 5px 4px #B132FF;
}

.order {
  font-size: 20px;
}

.add-package {
  height: 100%;
}

.add {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}

.service-item {
  display: flex;
  justify-content: space-between;
  width: 100%;
  list-style: none;
}

.add-left {
  align-self: flex-start;
  text-align: left;
  width: 50%;
}

.add-right {
  margin-left: 100px;
  align-self: flex-end;
  text-align: left;
  width: 50%;
  font-weight: 600;
}

/* contacts */

.inputAll {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 3px solid #B132FF;
  border-radius: 20px;
  padding: 10px;
  width: 40%;
  margin-right: 100px;
}

.input {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  margin: 10px;
}

.label-footer {
  font-size: 30px;
  margin: 10px;
}

.text-input {
  line-height: 28px;
  border: 2px solid transparent;
  padding: 10px 35px;
  text-align: center;
  outline: none;
  border-radius: 10px;
  background-color: rgb(255, 255, 255);
  transition: .3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.text-input:focus,
.text-input:hover {
  outline: none;
  border-radius: 10px;
  border-color: #485AFA;
}

.text-input::placeholder {
  color: #636363;
  font-size: 16px;
}

.message {
  padding: 50px;
}

.contactMe {
  display: flex;
  justify-content: center;
}

.it-girl {
  width: 400px;
  position: absolute;
  margin-left: 20%;
}

footer {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 30px 0px;
  border-top: 1px solid #B132FF;
  text-align: center;
  font-size: 20px;
}

.footer-address {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.address {
  margin: 0;
}

.nav-footer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
}

.nav-link-footer {
  padding-left: 20px;
}

.lang {
  margin-bottom: -10px;
}

.text-footer {
  margin-top: 50px;
  text-decoration: none;
  color: #ffffff;
}

/* Services */

.subheading {
  font-size: 22px;
  background: linear-gradient(to right, #485AFA, #B132FF);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}

.package-service {
  width: 80%;
  height: 100%;
}

.img-package {
  width: 300px;
}

.service-included {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  margin-left: 30px;
}

.price-center {
  align-items: center;
}

.subheading-additional {
  font-size: 20px;
}

.add-package-service {
  height: 100%;
}

.lang-mobile {
  display: none;
}

@media all and (max-width: 1280px) {
  .it-girl {
    margin-left: 25%;
  }
}

@media all and (max-width: 1025px) {
  .nav-link {
    font-size: 24px;
    margin-right: 30px;
  }

  .mainImg {
    width: 300px;
    margin: 15px;
  }

  .circle {
    margin-top: 50px;
  }

  .heading {
    margin: 50px 0px 30px 0px;
  }

  .project {
    width: 60%;
  }

  .service-item {
    display: flex;
    flex-direction: column;
  }

  .add-left {
    width: 100%;
  }

  .add-right {
    width: 100%;
    text-align: right;
    margin-left: 0px;
  }

  .inputAll {
    width: 60%;
    margin-right: 50px;
  }

  .it-girl {
    margin-left: 30%;
    width: 300px;
  }
}

@media all and (max-width: 768px) {
  .lang-mobile {
    display: block;
  }

  .lang-desktop {
    display: none;
  }

  h1 {
    margin-top: 150px;
  }

  nav {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .hamburger-btn {
    display: block;
    order: 1;
  }

  .nav-link {
    display: none;
  }

  .nav-main {
    margin-left: 0px;
  }

  .bar1,
  .bar2,
  .bar3 {
    margin: 7px 30px;
  }

  .responsive {
    display: block;
    order: 2;
    width: 100%;
    margin-left: 30px;
    padding: 5px 0;
  }

  .headerRight {
    margin-left: 0px;
  }

  .borderText {
    width: 90%;
  }

  .project {
    width: 90%;
  }

  .package {
    justify-content: space-evenly;
    padding: 0px 30px;
    width: 80%;
    margin: 20px;
  }

  .heading-package {
    margin: 0px;
  }

  .services-details {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .price {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    margin: 0;
    padding: 20px;
  }


  .package {
    align-items: center;
  }

  .text-services {
    font-size: 20px;
    line-height: 2;
    text-align: center;
    margin: 0;
  }

  .inputAll {
    margin-right: 0;
  }

  .links-footer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
  }

  .nav-link-footer {
    padding: 0;
  }

  .text-footer {
    margin-top: 0px;
  }

  .hidden {
    display: none;
  }
}

@media all and (max-width: 600px) {
  .header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  h1,
  h2 {
    margin-top: 20px;
    padding-bottom: 0px;
  }

  .circle {
    margin-top: 30px;
  }

  .add-left {
    text-align: center;
  }

  .add-right {
    text-align: center;
  }

  .subheading-additional {
    text-align: center;
  }

  .inputAll {
    width: 90%;
  }

  .it-girl {
    margin-left: 50%;
    width: 200px;
  }

}

@media all and (max-width: 540px) {
  .btn-contact {
    align-self: center;
  }

  .borderText {
    padding: 10px;
  }

  .aboutText {
    text-indent: 20px;
    line-height: 2;
  }

  .project {
    width: 80%;
  }

  .btn {
    font-size: 22px;
    padding: 10px 40px;
  }

  .types-services {
    text-align: center;
  }

  .it-girl {
    position: relative;
    margin-left: 0;
    width: 350px;
  }

  .input {
    align-items: center;
  }

  .headerLeft {
    margin-left: 0px;
  }

  .description {
    width: 90%;
  }

  .text-description {
    font-size: 16px;
  }

  .text-input {
    padding: 10px 40px;
  }

  .message {
    padding: 35px 55px;
  }

  .testimonial {
    width: 300px;
    height: 220px;
    border-radius: 10px;
  }

  .package {
    padding: 10px;
  }
  
  .text-services {
    font-size: 18px;
  }

  .it-girl {
    align-self: center;
  }

  footer {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px 0px;
    border-top: 1px solid #B132FF;
    text-align: center;
    font-size: 20px;
  }

  .links-footer {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .hidden-address {
    display: none;
  }

  .nav-link-footer {
    padding: 10px 0px 10px 10px;
    font-size: 18px;
  }

  .text-footer {
    font-size: 18px;
  }

}

@media all and (max-width: 450px) {
  h1,
  h2 {
    font-size: 26px;
  }

  .aboutText {
    font-size: 18px;
  }

  .project {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
  }

  .img {
    width: 100%;
    transition: none;
    margin: 0px;
  }

  .description {
    justify-content: space-between;
    width: 100%;
  }

  .text-description {
    margin: 0px;
  }

  .img-package {
    width: 250px;
  }

  .heading {
    font-size: 34px;
  }

  .text-input {
    padding: 10px 20px;
  }

  .message {
    padding: 35px;
  }
}

@media all and (max-width: 400px) {
  .mainImg {
    width: 260px;
    margin: 10px;
  }

  .nav-link-footer {
    padding: 5px;
    font-size: 16px;
  }

  .it-girl {
    width: 250px;
  }
}