@import url("https://fonts.googleapis.com/css2?family=Ubuntu&display=swap");
:root {
  background-color: #060624;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: border-box;
  padding: 0;
}

/* width */
::-webkit-scrollbar {
  width: 0.375rem;
}

/* Track */
/* Handle */
::-webkit-scrollbar-thumb {
  background: #FF5B5B;
  border-radius: 0.625rem;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #D765AB;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

.box {
  position: absolute;
  animation: rotate 4s infinite linear;
  margin: 0;
  overflow: hidden;
  border-radius: 29%;
}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
body {
  font-family: "Ubuntu";
  color: #ffffff;
  margin: 0;
}
body .wrapper {
  margin-right: auto;
  margin-left: auto;
  max-width: 1400px;
  padding-right: 4rem;
  padding-left: 4rem;
}
body nav {
  padding-left: 4.5%;
  padding-right: 4.5%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: sticky;
  top: 0;
  transition: 1s ease-in-out;
  z-index: 10;
  /*HAMBURGER MENU START*/
  /*HAMBURGER MENU END*/
}
body nav .logo {
  width: 100%;
  max-width: 10.4375rem;
  height: auto;
}
body nav .nav-links {
  font-weight: 500;
  font-size: 1.125rem;
  text-decoration: none;
  list-style: none;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
body nav .nav-links .nav-item {
  margin: 1rem;
}
body nav .nav-links .nav-item a {
  text-decoration: none;
  color: #fff;
}
body nav .nav-links .nav-item :hover {
  color: #FF5B5B;
}
body nav .nav-links :hover {
  color: #FF5B5B;
  translate: 3% 3%;
}
body nav .btn .lets-talk-btn {
  color: #fff;
  background: #218ADD;
  width: 9.9375rem;
  height: 3.1875rem;
  border: none;
  border-radius: 3.125rem;
  font-weight: 500;
  font-size: 1.125rem;
  cursor: pointer;
}
body nav .btn :hover {
  background: linear-gradient(180deg, #218ADD, #49a2e6);
}
body .home .intro {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
body .home .intro h1 {
  text-align: center;
  font-size: 5rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  margin-bottom: 0;
  background: linear-gradient(89.92deg, #B06CE9 5%, #E76290 55%, #FF9950 100.67%);
  background-size: 150%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: animate 10s linear infinite;
  z-index: 1;
}
@keyframes animate {
  100% {
    background-position: 100%;
  }
}
body .home .intro h2 {
  text-align: center;
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 103.8%;
  letter-spacing: 0.02em;
  z-index: 1;
}
body .home .intro p {
  text-align: center;
  font-weight: 200;
  font-size: 1.3rem;
  line-height: 1.875rem;
  letter-spacing: 0.01em;
  max-width: 50rem;
  z-index: 1;
}
body .home .intro .btn {
  text-decoration: none;
  z-index: 1;
  margin-top: 3%;
}
body .home .intro .btn .learn-more-btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0.9375rem 2.5rem;
  gap: 0.625rem;
  background: #D765AB;
  border: none;
  border-radius: 3.125rem;
  font-weight: 500;
  font-size: 1.125rem;
  color: #fff;
  cursor: pointer;
  z-index: 1;
}
body .home .intro .btn :hover {
  background: linear-gradient(180deg, #D765AB, #ec8ac7);
}
body .home .circles {
  max-width: 100%;
}
body .home .circles .circle1 .decor {
  position: absolute;
  width: 4.6875rem;
  height: 4.6875rem;
  background: #052946;
  opacity: 0.4;
  box-shadow: 0.125rem 0.1875rem 0.9375rem rgba(0, 0, 0, 0.15);
  border-radius: 6.25rem;
}
body .home .circles .circle2 .decor {
  position: absolute;
  width: 3.3125rem;
  height: 3.3125rem;
  background: #052946;
  opacity: 0.4;
  box-shadow: 0.125rem 0.1875rem 0.9375rem rgba(0, 0, 0, 0.15);
  border-radius: 6.25rem;
}
body .home .circles .decor1 {
  left: 12.6875rem;
  top: 9.3125rem;
}
body .home .circles .img1 {
  position: absolute;
  left: 13.6875rem;
  top: 10.3125rem;
}
body .home .circles .decor2 {
  left: 7.125rem;
  top: 24.875rem;
}
body .home .circles .img2 {
  position: absolute;
  left: 8rem;
  top: 25.75rem;
}
body .home .circles .decor3 {
  left: 17.375rem;
  top: 37rem;
}
body .home .circles .img3 {
  position: absolute;
  left: 18.25rem;
  top: 37.875rem;
}
body .home .circles .decor4 {
  left: 62.6875rem;
  top: 7.6875rem;
}
body .home .circles .img4 {
  position: absolute;
  left: 63.5rem;
  top: 8.5rem;
}
body .home .circles .decor5 {
  left: 77.4375rem;
  top: 20.8125rem;
}
body .home .circles .img5 {
  position: absolute;
  left: 78.8125rem;
  top: 22.1875rem;
}
body .home .circles .decor6 {
  left: 72.25rem;
  top: 36.6875rem;
}
body .home .circles .img6 {
  position: absolute;
  left: 73.0625rem;
  top: 37.5625rem;
}
body .design-stripe {
  width: 100%;
  margin: 8rem 0 0 0;
  height: 5.5rem;
}
body .design-stripe .main-component {
  position: absolute;
  background: #F0F2F5;
  transform: rotate(0.7deg);
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 13%;
  width: 101%;
}
body .design-stripe .main-component li {
  list-style: none;
  font-style: normal;
  font-weight: 600;
  font-size: 1.7rem;
  line-height: 2.75rem;
  display: flex;
  align-items: center;
  letter-spacing: 0.02em;
  color: #161513;
}
body .design-stripe .main-component img {
  width: 2.65rem;
  height: 2.65rem;
}
body .design-stripe .rectangle {
  height: 100%;
  background: linear-gradient(90deg, #B16CEA 0%, #F66078 46.74%, #FFA74B 100%);
}
body .skills {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 6.25rem;
}
body .skills .skill-head {
  text-align: center;
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  z-index: 1;
  max-width: 62rem;
  line-height: 5.2rem;
}
body .skills .skill-head .whitetext {
  color: #ffffff;
}
body .skills .skill-head .color {
  background: linear-gradient(89.92deg, #B06CE9 5%, #E76290 55%, #FF9950 100.67%);
  background-size: 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: animate 10s linear infinite;
}
@keyframes animate {
  100% {
    background-position: 100%;
  }
}
body .skills .skill-list {
  box-sizing: border-box;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 3rem;
}
body .skills .skill-list .skill-detail {
  width: 14.375rem;
  margin: 1rem 0rem;
}
body .skills .skill-list .skill-detail img {
  width: 100%;
  height: 14.375rem;
  border-radius: 1.875rem;
}
body .skills .skill-list .skill-detail .skill-title {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.4375rem;
  letter-spacing: 0.02em;
}
body .skills .skill-list .skill-detail .skill-description {
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: 1.25rem;
  letter-spacing: 0.02em;
  max-width: 100%;
}
body .services {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 3.25rem;
  width: 100%;
}
body .services .service-head {
  text-align: center;
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 5.2rem;
  z-index: 1;
  max-width: 53rem;
  margin: 0;
  background: linear-gradient(89.92deg, #B06CE9 5%, #E76290 55%, #FF9950 100.67%);
  background-size: 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: animate 7s linear infinite;
}
@keyframes animate {
  100% {
    background-position: 100%;
  }
}
body .services .services-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
body .services .services-list .service {
  text-align: center;
  width: 22.9375rem;
  letter-spacing: 0.02em;
  margin-top: 3rem;
}
body .services .services-list .service img {
  width: 100%;
  height: 18.125rem;
  border-radius: 1.875rem;
}
body .services .services-list .service .service-title {
  font-size: 1.375rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
body .services .services-list .service .service-title img {
  width: 1.81625rem;
  height: 1.1875rem;
  margin: 0 0.3rem 0 0.2rem;
}
body .services .services-list .service .service-detail {
  font-size: 0.9375rem;
}
body .work-experience {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 3.25rem;
  width: 100%;
}
body .work-experience .workexp-head {
  text-align: center;
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 5.2rem;
  z-index: 1;
  max-width: 53rem;
  margin: 0;
  background: linear-gradient(89.92deg, #B06CE9 5%, #E76290 55%, #FF9950 100.67%);
  background-size: 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: animate 7s linear infinite;
}
@keyframes animate {
  100% {
    background-position: 100%;
  }
}
body .work-experience .works {
  width: 100%;
  margin-top: 3rem;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap-reverse;
}
body .work-experience .works .work-list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
}
body .work-experience .works .work-list .work-detail {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
body .work-experience .works .work-list .work-detail .icon {
  font-size: 1.2rem;
  padding: 0.5rem;
  background-color: #ffffff;
  color: #060624;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1.6rem;
}
body .work-experience .works .work-list .work-detail .icon .fa-arrow-right-long {
  animation: a9 0.4s infinite linear alternate;
}
body .work-experience .works .work-list .work-detail h1 {
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 2rem;
}
@keyframes a9 {
  0% {
    transform: translate(-3px);
  }
  100% {
    transform: translate(3px);
  }
}
body .work-experience .works .img-container img {
  border-radius: 1.875rem;
  width: 100%;
  margin-bottom: 1rem;
}
body .contact-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 4.25rem;
  width: 100%;
}
body .contact-section .contact-head {
  text-align: center;
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 5.2rem;
  z-index: 1;
  max-width: 63rem;
  margin: 0;
}
body .contact-section .contact-head .color {
  background: linear-gradient(89.92deg, #B06CE9 5%, #E76290 55%, #FF9950 100.67%);
  background-size: 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: animate 7s linear infinite;
}
@keyframes animate {
  100% {
    background-position: 100%;
  }
}
body .contact-section .email-phone {
  width: 80%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  color: #062744;
  margin-top: 3rem;
}
body .contact-section .email-phone .email-phone-detail {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  background-color: #F5F4F2;
  padding: 3.1rem 1.5rem;
  width: 30rem;
  height: 4rem;
  border-radius: 1.875rem;
}
body .contact-section .email-phone .email-phone-detail .emailgif {
  width: 3.4rem;
  height: 5rem;
}
body .contact-section .email-phone .email-phone-detail .phonegif {
  width: 4.4rem;
  height: 4.4rem;
}
body .contact-section .email-phone .email-phone-detail a {
  text-decoration: none;
}
body .contact-section .email-phone .email-phone-detail a p {
  margin: 0 0rem 0 1.5rem;
  color: #062744;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.75rem;
}
body .contact-section .email-phone .email-phone-detail .whatsapp {
  margin: 0 0 0 1rem;
  width: 2.5rem;
  height: 2.5rem;
}
body .contact-section .email-phone .email-phone-detail .viber {
  margin: 0 0 0 0.5rem;
  width: 2.5rem;
  height: 2.5rem;
}
body .contact-section .contact-form {
  margin: 3rem 0rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 80%;
}
body .contact-section .contact-form .inputs {
  color: #ffffff;
  background: #010114;
  border-radius: 0.625rem;
  border: none;
  padding: 0 1rem;
  width: 100%;
}
body .contact-section .contact-form .basic-info {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
body .contact-section .contact-form .basic-info div {
  width: 30%;
}
body .contact-section .contact-form .basic-info .name {
  height: 3.1875rem;
  margin-right: 2rem;
  font-size: 0.9rem;
  font-family: "ubuntu";
}
body .contact-section .contact-form .basic-info .email {
  height: 3.1875rem;
  margin-right: 2rem;
  font-size: 0.9rem;
  font-family: "ubuntu";
}
body .contact-section .contact-form .basic-info .select {
  height: 3.1875rem;
  font-size: 0.9rem;
  font-family: "ubuntu";
  display: flex;
  align-items: center;
  flex-direction: row;
  -webkit-appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, rgba(224, 224, 224, 0.1294117647), rgba(204, 204, 204, 0.1921568627));
  background-position: calc(100% - 20px) calc(1.4em + 2px), calc(100% - 15px) calc(1.4em + 2px), calc(100% - 2.5em) 1em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
}
body .contact-section .contact-form .basic-info select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
body .contact-section .contact-form .message-container {
  width: 100%;
}
body .contact-section .contact-form .message-container .messages {
  height: 10.375rem;
  margin-top: 2rem;
  padding: 1rem 1rem;
  font-size: 0.9rem;
  font-family: "ubuntu";
  resize: none;
}
body .contact-section .contact-form .btn {
  margin: 3rem 0;
}
body .contact-section .contact-form .btn .contact-btn {
  width: 15.125rem;
  height: 3.1875rem;
  background: #D765AB;
  color: #ffffff;
  border: none;
  border-radius: 3.125rem;
  font-weight: 500;
  font-size: 1.125rem;
  cursor: pointer;
}
body .contact-section .contact-form .btn :hover {
  background: linear-gradient(180deg, #D765AB, #ec8ac7);
}
body .ellipse1 {
  position: absolute;
  width: 34.375rem;
  height: 34.375rem;
  left: -18.75rem;
  top: -9.5rem;
  background: #3B1A77;
  filter: blur(9.5625rem);
  z-index: -1;
}
body .ellipse2 {
  position: absolute;
  width: 34.375rem;
  height: 34.375rem;
  right: 0;
  top: 17.5rem;
  background: #052946;
  filter: blur(9.5625rem);
  z-index: -1;
}
body .ellipse3 {
  position: absolute;
  width: 25.625rem;
  height: 25.625rem;
  right: 0;
  top: 80.75rem;
  background: #3B1A77;
  filter: blur(9.5625rem);
  z-index: -1;
}
body .ellipse4 {
  position: absolute;
  width: 34.375rem;
  height: 34.375rem;
  left: 0;
  top: 100.5rem;
  background: #052946;
  filter: blur(9.5625rem);
  z-index: -1;
}
body .ellipse5 {
  position: absolute;
  width: 34.375rem;
  height: 34.375rem;
  right: 0;
  top: 160.4375rem;
  background: #052946;
  filter: blur(9.5625rem);
  z-index: -1;
}
body .ellipse6 {
  position: absolute;
  width: 25.625rem;
  height: 25.625rem;
  left: 0;
  top: 230.5625rem;
  background: #3B1A77;
  filter: blur(9.5625rem);
  z-index: -1;
}
body .footer {
  width: 100%;
  height: 12rem;
  background: #010114;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 3rem 4rem 1rem 4rem;
}
body .footer .footer-elements {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body .footer .footer-elements .links {
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
}
body .footer .footer-elements .links a {
  text-decoration: none;
  color: inherit;
}
body .footer .footer-elements .links a li {
  margin: 0 1rem;
}
body .footer .footer-elements .links a :hover {
  color: #D765AB;
}
body .footer .footer-elements .social-icons {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body .footer .footer-elements .social-icons img {
  margin: 0 0.5rem;
}
body .footer .rights p a {
  text-decoration: none;
  font-family: inherit;
  font-size: inherit;
  font-weight: 600;
  color: #218ADD;
}

@media screen and (max-width: 580px) {
  body {
    /*HOME*/
    /*Design Stripe*/
    /*Design Stripe*/
  }
  body nav {
    display: flex;
    align-items: center;
    padding: 1rem 1.3rem;
  }
  body nav .logo {
    width: 50%;
    height: auto;
  }
  body nav .nav-links {
    display: none;
  }
  body nav .btn .lets-talk-btn {
    width: 5.2rem;
    height: 2rem;
    border: none;
    border-radius: 3.125rem;
    font-weight: 500;
    font-size: 0.9rem;
    padding: 0.5rem 0.5rem;
  }
  body .wrapper {
    margin-right: auto;
    margin-left: auto;
    max-width: 1400px;
    padding: 0rem 1.2rem;
  }
  body .home .intro h1 {
    font-size: 4rem;
    line-height: 5rem;
    margin-top: 4.5rem;
  }
  body .home .intro h2 {
    font-size: 1.5rem;
    margin-top: 2rem;
  }
  body .home .intro p {
    font-size: 1rem;
  }
  body .home .intro .btn .learn-more-btn {
    width: 9rem;
    height: 3rem;
    border: none;
    border-radius: 3.125rem;
    font-weight: 500;
    font-size: 0.9rem;
    padding: 0.5rem 0.5rem;
    margin-top: 3.5rem;
  }
  body .home .circles {
    display: none;
  }
  body .design-stripe {
    margin: 3rem 0 0 0;
  }
  body .design-stripe .main-component {
    height: 3rem;
  }
  body .design-stripe .main-component li {
    font-size: 1rem;
  }
  body .design-stripe .main-component img {
    width: 1.6rem;
    height: auto;
    margin: 0.2rem;
  }
  body .design-stripe .rectangle {
    height: 1rem;
  }
  body .skills {
    margin: 1rem 0 0 0;
  }
  body .skills .skill-head {
    font-size: 1.7rem;
    line-height: 3rem;
  }
  body .skills .skill-list {
    justify-content: center;
    text-align: center;
  }
  body .services .service-head {
    font-size: 1.7rem;
    line-height: 3rem;
  }
  body .services .services-list .service .service-title {
    font-size: 1.1rem;
  }
  body .services .services-list .service img {
    height: 16rem;
  }
  body .work-experience .workexp-head {
    font-size: 1.7rem;
    line-height: 3rem;
  }
  body .work-experience .works .work-list .work-detail .icon {
    font-size: 0.9rem;
    margin-right: 1.2rem;
  }
  body .work-experience .works .work-list .work-detail .work-title {
    font-size: 1.05rem;
  }
  body .contact-section .contact-head {
    font-size: 1.7rem;
    line-height: 3rem;
    display: inline;
  }
  body .contact-section .email-phone {
    width: 100%;
  }
  body .contact-section .email-phone .email-phone-detail {
    padding: 0 1rem;
    height: 4.5rem;
    margin-bottom: 1rem;
  }
  body .contact-section .email-phone .email-phone-detail .emailgif {
    width: 2.9rem;
    height: 4rem;
  }
  body .contact-section .email-phone .email-phone-detail .phonegif {
    width: 2.9rem;
    height: 3rem;
  }
  body .contact-section .email-phone .email-phone-detail a {
    text-decoration: none;
  }
  body .contact-section .email-phone .email-phone-detail a p {
    font-size: 1rem;
    margin: 0 1rem 0 1rem;
  }
  body .contact-section .email-phone .email-phone-detail .whatsapp {
    width: 2rem;
    height: 2rem;
    margin: 0 0.5rem 0 0;
  }
  body .contact-section .email-phone .email-phone-detail .whatsapp-viber-btn {
    display: flex;
  }
  body .contact-section .email-phone .email-phone-detail .viber {
    width: 2rem;
    height: 2rem;
    margin: 0;
  }
  body .contact-section .contact-form {
    width: 100%;
    margin-top: 1rem;
  }
  body .contact-section .contact-form .basic-info {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  body .contact-section .contact-form .basic-info .inputs {
    min-width: 100%;
    margin-bottom: 1rem;
  }
  body .contact-section .contact-form .basic-info div {
    width: 100%;
  }
  body .contact-section .contact-form .message-container {
    box-sizing: border-box;
    padding: 0rem;
    margin: 0;
    width: 100%;
  }
  body .contact-section .contact-form .message-container .messages {
    margin: 0 0 2rem 0;
    width: 100%;
  }
  body .contact-section .contact-form .btn {
    margin: 0;
  }
  body .contact-section .contact-form .btn .contact-btn {
    width: 12rem;
    height: 3rem;
    border: none;
    border-radius: 3.125rem;
    font-weight: 500;
    font-size: 0.9rem;
    padding: 0.5rem 0.5rem;
  }
  body .ellipse1 {
    position: absolute;
    width: 30rem;
    height: 30rem;
    left: -18.75rem;
    top: -9.5rem;
    background: #3B1A77;
    filter: blur(9.5625rem);
    z-index: -10;
  }
  body .ellipse2 {
    position: absolute;
    width: 30rem;
    height: 30rem;
    right: 0;
    top: 25.5rem;
    background: #052946;
    filter: blur(9.5625rem);
    z-index: -10;
  }
  body .ellipse3 {
    position: absolute;
    width: 30rem;
    height: 30rem;
    right: 0;
    top: 93.75rem;
    background: #3B1A77;
    filter: blur(9.5625rem);
    z-index: -10;
  }
  body .ellipse4 {
    position: absolute;
    width: 20rem;
    height: 20rem;
    left: 0;
    top: 137.5rem;
    background: #052946;
    filter: blur(9.5625rem);
    z-index: -10;
  }
  body .ellipse5 {
    position: absolute;
    width: 30rem;
    height: 30rem;
    right: 0;
    top: 228.4375rem;
    background: #052946;
    filter: blur(9.5625rem);
    z-index: -10;
  }
  body .ellipse6 {
    position: absolute;
    width: 20rem;
    height: 20rem;
    left: 0;
    top: 295.5625rem;
    background: #3B1A77;
    filter: blur(9.5625rem);
    z-index: -10;
  }
  body .footer {
    width: 100%;
    height: auto;
    padding: 1.5rem 1.2rem 0 1.2rem;
    margin: 0;
  }
  body .footer .footer-elements {
    flex-direction: column;
  }
  body .footer .footer-elements img {
    width: 7rem;
    height: auto;
    margin-bottom: 1.5rem;
  }
  body .footer .footer-elements .links {
    margin: 0 0 1rem 0;
  }
  body .footer .footer-elements .links li {
    font-size: 0.9rem;
  }
  body .footer .footer-elements .social-icons img {
    width: 1.5rem;
    height: 1.5rem;
    margin: 1rem 0.7rem 1rem 0.7rem;
  }
  body .footer p {
    font-size: 0.7rem;
    margin-bottom: 1.5rem;
  }
}/*# sourceMappingURL=style.css.map */