@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Fredoka:wght@300;400;600&family=Lexend+Deca:wght@300;400&family=Poppins&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@500;700&display=swap");
.nav-cont {
  position: relative;
  top: 0px;
  border-radius: 0px 0px 25px 25px;
}

#tashspace {
  height: 500px;
  animation-name: tashfloat;
  animation-duration: 8s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  bottom: -110px;
}

@keyframes tashfloat {
  0% {
    transform: translate(0, 0px);
  }
  50% {
    transform: translate(0, 15px);
  }
  100% {
    transform: translate(0, 0px);
  }
}
.footer-cont {
  position: relative;
  bottom: 0px;
  background-image: url("/img/SVG/wavefooter.svg");
  height: 140px;
  background-size: cover;
}

body.body-dark {
  font-family: "Lexend Deca", sans-serif;
  color: #ffffff;
}
body.body-dark .main-cont {
  background: #131C31;
  border-radius: 15px;
  position: relative;
}
body.body-dark .nav-cont {
  background: #131C31;
}
body.body-dark .title {
  color: #ffffff;
}
body.body-dark .sec {
  border-radius: 15px;
  background: #1d273f;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
body.body-dark .navbar {
  background: #ffffff00;
  position: relative;
  z-index: 1203;
}
body.body-dark .mode-switch {
  background-color: #1d273f;
  color: #FEE440;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
body.body-dark .navbar a {
  background: #1C2339;
  color: #ffffff;
  border: 2px solid #1C2339;
  text-decoration: none;
}
body.body-dark .navbar a:hover {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
}
body.body-dark .navbar .nav-item:nth-child(-n+3) a {
  color: #ffffff;
}
body.body-dark #socials {
  color: #ffffff;
}
body.body-dark .heading h1 {
  font-size: 4rem;
  text-shadow: -1px -1px 0px #131C31, 3px 3px 0px #131C31, 6px 6px 0px #9B5DE5;
}
body.body-dark .card {
  background-color: #131C31;
}
body.body-dark .card .tag {
  color: #ffffff;
}
body.body-dark .card p {
  color: #ffffff;
}
body.body-dark #wave {
  width: 100%;
  position: relative;
  top: -10px;
  z-index: -40;
}
body.body-dark #wave2 {
  position: relative;
  top: 50px;
  z-index: -40;
}

body.body-light {
  font-family: "Lexend Deca", sans-serif;
  color: #131C31;
}
body.body-light .title {
  color: #131C31;
}
body.body-light .main-cont {
  background: #ffffff;
  border-radius: 15px;
  position: relative;
}
body.body-light .nav-cont,
body.body-light .footer-cont {
  background: #F2F2F2;
}
body.body-light .sec {
  border-radius: 15px;
  background: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
body.body-light .nav-cont {
  border-radius: 0px 0px 25px 25px;
  background: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
body.body-light .bar {
  background: #ffffff;
  color: #ffffff;
  transition: all 2s linear;
}
body.body-light .mode-switch {
  background-color: #ffffff;
  color: #FEE440;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}
body.body-light .navbar {
  background: #ffffff00;
  position: relative;
  z-index: 1203;
}
body.body-light .navbar a {
  background: #1C2339;
  color: #ffffff;
  border: 2px solid #1C2339;
  text-decoration: none;
}
body.body-light .navbar a:hover {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
}
body.body-light .navbar .nav-item:nth-child(1) a {
  color: #ffffff;
}
body.body-light .navbar .nav-item:nth-child(2) a {
  color: #ffffff;
}
body.body-light .navbar .nav-item:nth-child(3) a {
  color: #ffffff;
}
body.body-light #socials {
  color: #ffffff;
}
body.body-light .card-box {
  background-color: #F2F2F2;
  border: 2px solid #F2F2F2;
}
body.body-light .card-box p {
  color: #131C31;
}
body.body-light .heading h1 {
  text-shadow: 0px 0px 20px white;
  font-size: 3.5rem;
  background: linear-gradient(to right, #7953cd 20%, #00affa 30%, #0190cd 70%, #764ada 80%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  background-size: 500% auto;
  animation: textShine 5s ease-in-out infinite alternate;
}
@keyframes textShine {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
body.body-light .headtext {
  color: #ffffff;
}
body.body-light #topBtn {
  background-color: #ffffff;
  color: #1d273f;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
body.body-light #topBtn:hover {
  color: #F15BB5;
}
body.body-light .card {
  background-color: #F2F2F2;
}
body.body-light .card .tag {
  color: #1d273f;
  background: #ffffff;
}
body.body-light .card p {
  color: #1d273f;
}
body.body-light .accordion {
  color: #131C31;
}
body.body-light .accordion-item {
  border: 0;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
body.body-light .accordion-button {
  color: #131C31;
  border: 0px;
}
body.body-light .accordion-button.bg-blue {
  border-bottom: 3px solid #00BBF9;
  background: linear-gradient(to top, #00BBF9 50%, #F2F2F2 50%);
  background-size: 100% 200%;
  background-position: top;
  transition: background-position 0.5s ease-in-out;
}
body.body-light .accordion-button.bg-blue:hover {
  background-position: bottom;
}
body.body-light .accordion-button.bg-purple {
  border-bottom: 3px solid #9B5DE5;
  background: linear-gradient(to top, #9B5DE5 50%, #F2F2F2 50%);
  background-size: 100% 200%;
  background-position: top;
  transition: background-position 0.5s ease-in-out;
}
body.body-light .accordion-button.bg-purple:hover {
  background-position: bottom;
}
body.body-light .accordion-button.bg-pink {
  border-bottom: 3px solid #F15BB5;
  background: linear-gradient(to top, #F15BB5 50%, #F2F2F2 50%);
  background-size: 100% 200%;
  background-position: top;
  transition: background-position 0.5s ease-in-out;
}
body.body-light .accordion-button.bg-pink:hover {
  background-position: bottom;
}
body.body-light .accordion-button i {
  color: #131C31;
}
body.body-light .accordion-body {
  background-color: #F2F2F2;
}
body.body-light .accordion-button:not(.collapsed) {
  color: #131C31;
}
body.body-light .accordion-button::after {
  color: #131C31;
}
body.body-light .accordion-button:not(.collapsed)::after {
  color: #131C31;
}
body.body-light .accordion-button:not(.collapsed) {
  background-position: bottom;
  background-size: 100% 200%;
  color: white;
}
body.body-light #socialsBig {
  background: #ffffff;
}
body.body-light #socialsBig a {
  color: #131C31;
}

#logoimg {
  fill: #ffffff;
  max-height: 70px;
}

#logo-gradient {
  fill: url("#gradient");
  max-height: 70px;
}

.card {
  border-radius: 15px;
  height: 490px;
  transition: transform 250ms;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
}
.card .tag {
  padding: 4px 8px;
  border-radius: 50px;
  font-size: 12px;
}
.card .name {
  font-size: 20px;
  text-align: center;
  border-radius: 15px 15px 0px 0px;
  line-height: 2.5;
  font-family: "Josefin Sans", sans-serif;
  color: white;
}
.card .name.bg-blue {
  background-color: #00BBF9;
  border: none;
}
.card .name.bg-pink {
  background-color: #F15BB5;
  border: none;
}
.card .name.bg-purple {
  background-color: #9B5DE5;
  border: none;
}
.card p {
  font-size: 14px;
  line-height: 150%;
}
.card a {
  text-decoration: none;
  color: #ffffff;
}
.card .card__details {
  padding: 16px 8px 8px 8px;
}
.card .tags {
  position: absolute;
  bottom: 20px;
}
.card:hover {
  transform: translateY(-8px);
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}

h1 {
  font-family: "Josefin Sans", sans-serif;
  margin-bottom: 0px;
  padding-top: 10px;
  font-weight: 600;
}

h3, h4 {
  font-family: "Josefin Sans", sans-serif;
}

.skills-container {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
}

.button-skill.alternative {
  --color-hover: #121B30;
  --background: #121B30;
  --hover-back: #e62bd3;
  --hover-front: #f6f8ff;
  border: 2px solid white;
  margin: 5px;
}

.button-skill {
  --color: #fff;
  --color-hover: var(--color);
  --background: #2b3044;
  --background-hover: var(--background);
  --hover-back: #6d58ff;
  --hover-front: #5c86ff;
  padding: 8px 28px;
  border-radius: 20px;
  line-height: 24px;
  font-size: 16px;
  letter-spacing: 0.02em;
  border: none;
  outline: none;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  color: var(--c, var(--color));
  background: var(--b, var(--background));
  transition: color 0.2s linear var(--c-d, 0.2s), background 0.3s linear var(--b-d, 0.2s);
}

.button-skill:not(.simple):before, .button-skill:not(.simple):after {
  content: "";
  position: absolute;
  background: var(--pb, var(--hover-back));
  top: 0;
  left: 0;
  right: 0;
  height: 200%;
  border-radius: var(--br, 40%);
  transform: translateY(var(--y, 50%));
  transition: transform var(--d, 0.4s) ease-in var(--d-d, 0s), border-radius 0.5s ease var(--br-d, 0.08s);
}

.button-skill:not(.simple):after {
  --pb: var(--hover-front);
  --d: 0.44s;
}

.button-skill div {
  z-index: 1;
  position: relative;
  display: flex;
}

.button-skill div span {
  display: block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  -webkit-animation: var(--name, none) 0.7s linear forwards 0.18s;
  animation: var(--name, none) 0.7s linear forwards 0.18s;
}

.button-skill.in {
  --name: move;
}

.button-skill.in:not(.out) {
  --c: var(--color-hover);
  --b: var(--background-hover);
}

.button-skill.in:not(.out):before, .button-skill.in:not(.out):after {
  --y: 0;
  --br: 5%;
}

.button-skill.in:not(.out):after {
  --br: 10%;
  --d-d: 0.02s;
}

.button-skill.in.out {
  --name: move-out;
}

.button-skill.in.out:before {
  --d-d: 0.06s;
}

@-webkit-keyframes move {
  30%, 36% {
    transform: translateY(calc(-6px * var(--move))) translateZ(0) rotate(calc(-13deg * var(--rotate) * var(--part)));
  }
  50% {
    transform: translateY(calc(3px * var(--move))) translateZ(0) rotate(calc(6deg * var(--rotate) * var(--part)));
  }
  70% {
    transform: translateY(calc(-2px * var(--move))) translateZ(0) rotate(calc(-3deg * var(--rotate) * var(--part)));
  }
}
@keyframes move {
  30%, 36% {
    transform: translateY(calc(-6px * var(--move))) translateZ(0) rotate(calc(-13deg * var(--rotate) * var(--part)));
  }
  50% {
    transform: translateY(calc(3px * var(--move))) translateZ(0) rotate(calc(6deg * var(--rotate) * var(--part)));
  }
  70% {
    transform: translateY(calc(-2px * var(--move))) translateZ(0) rotate(calc(-3deg * var(--rotate) * var(--part)));
  }
}
@-webkit-keyframes move-out {
  30%, 36% {
    transform: translateY(calc(6px * var(--move))) translateZ(0) rotate(calc(13deg * var(--rotate) * var(--part)));
  }
  50% {
    transform: translateY(calc(-3px * var(--move))) translateZ(0) rotate(calc(-6deg * var(--rotate) * var(--part)));
  }
  70% {
    transform: translateY(calc(2px * var(--move))) translateZ(0) rotate(calc(3deg * var(--rotate) * var(--part)));
  }
}
@keyframes move-out {
  30%, 36% {
    transform: translateY(calc(6px * var(--move))) translateZ(0) rotate(calc(13deg * var(--rotate) * var(--part)));
  }
  50% {
    transform: translateY(calc(-3px * var(--move))) translateZ(0) rotate(calc(-6deg * var(--rotate) * var(--part)));
  }
  70% {
    transform: translateY(calc(2px * var(--move))) translateZ(0) rotate(calc(3deg * var(--rotate) * var(--part)));
  }
}
.seperator-wrapper {
  width: 100%;
}
.seperator-wrapper .seperator {
  width: 100%;
  height: 2px;
  animation: rotate 15s infinite linear;
  -webkit-animation: rotate 15s infinite linear;
}

@-webkit-keyframes rotate {
  from {
    background-position: -3000px;
  }
  to {
    background-position: 0px;
  }
}
@keyframes rotate {
  from {
    background-position: -3000px;
  }
  to {
    background-position: 0px;
  }
}
.gradient {
  background: linear-gradient(160deg, #FEE440 0%, #F15BB5 24%, #9B5DE5 46%, #00BBF9 65%, #FEE440 100%);
}

.navbar a {
  margin-left: 10px;
  margin-right: 10px;
  border-radius: 5px;
  text-align: center;
  width: 120px;
  text-decoration: none;
}
.navbar a:hover {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
}
.navbar .nav-item:nth-child(1) a {
  border: 2px solid #F15BB5;
}
.navbar .nav-item:nth-child(2) a {
  border: 2px solid #00BBF9;
}
.navbar .nav-item:nth-child(3) a {
  border: 2px solid #9B5DE5;
}
.navbar .nav-item:nth-child(1) a.nav-link.for-hover span.nav-hover {
  background-color: #F15BB5;
}
.navbar .nav-item:nth-child(2) a.nav-link.for-hover span.nav-hover {
  background-color: #00BBF9;
}
.navbar .nav-item:nth-child(3) a.nav-link.for-hover span.nav-hover {
  background-color: #9B5DE5;
}
.navbar .nav-item .nav-hover:nth-child(1) {
  background-color: #00BBF9;
}
.navbar .heading h1 {
  text-shadow: 0px 0px 7px rgba(255, 255, 255, 0.8);
}

.mode-switch {
  position: fixed;
  z-index: 1201;
  bottom: 15px;
  left: 15px;
  font-size: 30px;
  width: 60px;
  height: 60px;
  border-radius: 15px;
  border: 0px;
}

.bar {
  width: 90%;
  height: 15px;
  background: #ffffff;
  border-radius: 5px;
  position: relative;
  color: #131C31;
  transition: all 2s linear;
}

.bar-all {
  width: 80%;
  margin: 5px auto 5px;
}

.bar-inner {
  width: 0;
  height: 15px;
  line-height: 15px;
  border-radius: 5px 0 0 5px;
}

.bar-1 {
  background: #00BBF9;
}

.bar-2 {
  background: #F15BB5;
}

.bar-3 {
  background: #FEE440;
}

.bar-4 {
  background: #9B5DE5;
}

.bar-percent {
  position: absolute;
  right: 10px;
  top: 5px;
  font-size: 18px;
}

#socials {
  font-size: 25px;
}
#socials .twitter:hover {
  background: #00BBF9;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#socials .linkedin:hover {
  background-color: #FEE440;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#socials .github:hover {
  background-color: #9B5DE5;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#socials .codepen:hover {
  background-color: #F15BB5;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#socials i {
  margin-left: 10px;
  margin-right: 10px;
  background-color: #131C31;
}

.bg-blue {
  border: 2px solid #00BBF9;
}

.bg-pink {
  border: 2px solid #F15BB5;
}

.bg-purple {
  border: 2px solid #9B5DE5;
}

#socialsBig {
  margin-left: 10px;
  margin-right: 10px;
  background: #131C31;
  padding: 20px 10px;
  border-radius: 25px;
}
#socialsBig a {
  color: white;
}
#socialsBig .twitter,
#socialsBig .linkedin,
#socialsBig .codepen,
#socialsBig .github {
  padding: 15px;
  border-radius: 15px;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
#socialsBig .twitter {
  border: 3px solid #00BBF9;
}
#socialsBig .linkedin {
  border: 3px solid #0085AE;
}
#socialsBig .github {
  border: 3px solid #9354AD;
}
#socialsBig .codepen {
  border: 3px solid #F2B92A;
}
#socialsBig .twitter:hover {
  background: #00BBF9;
}
#socialsBig .linkedin:hover {
  background: #0085AE;
}
#socialsBig .github:hover {
  background: #9354AD;
}
#socialsBig .codepen:hover {
  background: #F2B92A;
}

.socials-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 7px;
  font-size: 0.8em;
  transition: transform 250ms;
}
.socials-wrapper:hover {
  transform: translateY(-10px);
}

.socials-name {
  font-size: 14px;
}

.socials-wrapper:hover > p.socials-name {
  display: block;
}

.user-pic {
  width: 150px;
  height: 150px;
  overflow: hidden;
  border-radius: 100%;
  margin: 20px auto 20px;
  border-left: 3px solid #00BBF9;
  border-right: 3px solid #9B5DE5;
  border-top: 3px solid #FEE440;
  border-bottom: 3px solid #F15BB5;
  transform: rotate(-30deg);
  transition: 0.5s;
  background-image: url("/img/furb.jpg");
  background-size: cover;
  background-position: bottom;
}

.user-pic img {
  height: 100%;
  width: 300px;
}

.card-box:hover .user-pic {
  transform: rotate(0deg);
  transform: scale(1.1);
}

.card-box {
  padding: 15px;
  background-color: #1d273f;
  border-radius: 10px;
  transition: 0.5s;
  box-shadow: rgba(6, 24, 44, 0.4) 0px 0px 0px 2px, rgba(6, 24, 44, 0.65) 0px 4px 6px -1px, rgba(255, 255, 255, 0.08) 0px 1px 0px inset;
  border: 2px solid #1d273f;
}

#bg-space {
  background-color: #131C31;
}

#profile .card-box {
  margin: 20px 0px;
}

.card-box:hover {
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}

.about ul,
.about li {
  padding: 0;
  margin: 0;
  list-style: none;
}
.about ul {
  margin: 2em 0;
}
.about li {
  margin: 1em;
  margin-left: 3em;
}
.about li:before {
  content: "";
  font-family: "FontAwesome";
  float: left;
  margin-left: -1.5em;
  color: #FEE440;
}

body {
  background: linear-gradient(to bottom left, #FEE440 0%, #F15BB5 24%, #9B5DE5 46%, #00BBF9 65%, #FEE440 100%);
  background-size: 100%;
  background-repeat: no-repeat;
}

.for-hover {
  color: white;
  display: inline-block;
  padding: 0.7em 2em;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}
.for-hover:hover .nav-hover, .for-hover:focus .nav-hover {
  width: 205%;
  padding-top: 205%;
}

.for-hover__text {
  position: relative;
  z-index: 1;
}

.nav-hover {
  content: "";
  display: block;
  width: 0;
  padding-top: 0;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: width 0.6s ease 0s, padding 0.6s ease 0s;
  z-index: 0;
  filter: blur(15px);
}

.header-2 {
  position: absolute;
  width: 100vw;
}

.first-cont {
  position: relative;
  margin-top: 500px;
  z-index: 1200;
}

.stars {
  position: relative;
  width: 100%;
  height: 900px;
  overflow: hidden;
  background: linear-gradient(180deg, #131c31 51%, rgba(19, 28, 49, 0) 87%);
  top: -90px;
}
.stars img {
  z-index: 1000;
  position: relative;
}

.heading h1 {
  position: absolute;
  top: -100px;
  z-index: 1004;
  left: 30px;
  font-family: "Josefin Sans", sans-serif;
}

.first-cont .heading h1 {
  top: -50px;
}

.accordion {
  color: white;
}

.accordion-item {
  border: 0;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.accordion-button {
  color: #ffffff;
  border: 0px;
}
.accordion-button.bg-blue {
  border-bottom: 3px solid #00BBF9;
  background: linear-gradient(to top, #00BBF9 50%, #1d273f 50%);
  background-size: 100% 200%;
  background-position: top;
  transition: background-position 0.5s ease-in-out;
}
.accordion-button.bg-blue:hover {
  background-position: bottom;
}
.accordion-button.bg-purple {
  border-bottom: 3px solid #9B5DE5;
  background: linear-gradient(to top, #9B5DE5 50%, #1d273f 50%);
  background-size: 100% 200%;
  background-position: top;
  transition: background-position 0.5s ease-in-out;
}
.accordion-button.bg-purple:hover {
  background-position: bottom;
}
.accordion-button.bg-pink {
  border-bottom: 3px solid #F15BB5;
  background: linear-gradient(to top, #F15BB5 50%, #1d273f 50%);
  background-size: 100% 200%;
  background-position: top;
  transition: background-position 0.5s ease-in-out;
}
.accordion-button.bg-pink:hover {
  background-position: bottom;
}
.accordion-button i {
  color: #FEE440;
}
.accordion-button:focus {
  box-shadow: none;
  border-color: rgba(0, 0, 0, 0.125);
}

.accordion-body {
  background-color: #1d273f;
}

.accordion-button::after {
  content: "";
  font-family: "FontAwesome";
  background-image: none;
  color: #FEE440;
  -webkit-animation: fa-beat 2s infinite linear;
  animation: fa-beat 2s infinite linear;
}

.accordion-button:not(.collapsed)::after {
  content: "";
  font-family: "FontAwesome";
  background-image: none;
  color: #FEE440;
  -webkit-animation: none;
  animation: none;
}

.accordion-button:not(.collapsed) {
  background-position: bottom;
  background-size: 100% 200%;
  color: white;
}

.highlight {
  text-decoration: none;
  background-position-y: 0%;
  transition: background 500ms ease;
  background-size: 2px;
  background-size: auto 175%;
}
.highlight.pink-bg {
  background-image: linear-gradient(#ffffff00 50%, #ac367d 50%);
}
.highlight.blue-bg {
  background-image: linear-gradient(#ffffff00 50%, #27809d 50%);
}
.highlight.purple-bg {
  background-image: linear-gradient(#ffffff00 50%, #5d22a6 50%);
}
.highlight.yellow-bg {
  background-image: linear-gradient(#ffffff00 50%, #97871e 50%);
}

.headtext {
  font-size: 70px;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 600;
  text-shadow: -1px -1px 0px #131C31, 3px 3px 0px #131C31, 6px 6px 0px #F15BB5;
}

.footer-cont p {
  font-size: 20px;
  position: absolute;
  bottom: 10px;
}

.save {
  left: 360px;
  z-index: 2000;
  position: absolute;
  top: 200px;
}

.btn-submit {
  position: relative;
  width: auto;
  display: inline-block;
  color: #ecf0f1;
  text-decoration: none;
  border-radius: 5px;
  background: #F15BB5;
  text-align: center;
  padding: 16px 18px 14px;
  margin: 12px;
}
.btn-submit:hover {
  background-color: #F15BB5;
  transform: translateY(-3px);
}

.no-bg {
  background: #ffffff00 !important;
  border-color: #ffffff00;
  box-shadow: none;
}

.star {
  position: absolute;
  display: block;
  background-color: #ffffff;
  border-radius: 50%;
  box-shadow: 0 0 4px 2px rgba(255, 255, 255, 0.2);
  opacity: 0;
  animation: twinkle 5s infinite;
  z-index: 999;
}

@keyframes twinkle {
  0% {
    opacity: 0;
  }
  50% {
    transform: scale(1.1);
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}
.contact {
  display: flex;
}
.contact ul {
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  font-size: 30px;
}

.help-block {
  color: #FEE440;
  font-size: 15px;
}

#topBtn {
  display: none;
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 1201;
  font-size: 30px;
  width: 60px;
  height: 60px;
  border-radius: 15px;
  border: 0px;
  background-color: #1d273f;
  color: white;
  box-shadow: rgba(6, 24, 44, 0.4) 0px 0px 0px 2px, rgba(6, 24, 44, 0.65) 0px 4px 6px -1px, rgba(255, 255, 255, 0.08) 0px 1px 0px inset;
}
#topBtn:hover {
  color: #F15BB5;
}

@media (max-width: 1200px) {
  .headtext {
    font-size: 60px;
  }

  #tashspace {
    height: 400px;
  }

  #hisml {
    font-size: 50px;
  }

  .first-cont {
    margin-top: 400px;
  }
}
/* 
@media (hover: hover) and (pointer: fine) {

    .cursor {
        height: 35px;
        width:  35px;
        border-radius: 50%;
        position: absolute;
        z-index: 3000;
        transform: translate(-50%, -50%);
        pointer-events: none;
      }

      .cursor.cursor-follower {
        font-size: 30px;
        z-index: 3001;
        transition: top .25s, left .25s,
                    width .5s, height .5s;
        transition-timing-function: ease-out;
      }


      .cursor.cursor-dot {
        background: $bg-yellow;
        opacity: 0.9;
        border: 2px solid $bg-white;
        transition: width .25s, height .25s;
      }



      .cursor-dot.focus {
        height: 45px;
        width: 45px;
        opacity: 0.8;
        border: 2px solid $bg-white;
        background-color: $bg-pink;

      }

      .cursor.cursor-follower.focus {
        transform:rotate(-30deg) ;
      }

      .cursor-dot.downmouse {
        height: 45px;
        width: 45px;
      }
} */
@media (max-width: 770px) {
  .heading h1 {
    font-size: 3rem !important;
    top: -85px !important;
  }

  .first-cont .heading h1 {
    top: -55px !important;
  }

  .headtext {
    font-size: 55px;
    position: absolute;
    top: 30px;
    left: 40px;
  }

  #tashspace {
    height: 400px;
    position: absolute;
    top: 90px;
  }

  #hisml {
    font-size: 50px;
  }

  .first-cont {
    margin-top: 400px;
  }
}
@media (max-width: 500px) {
  .main-cont {
    border-radius: 0px !important;
  }
}
@media (max-width: 992px) {
  body {
    font-size: 14px;
  }

  .nav-fluid {
    position: absolute;
    top: 80px;
    background: #131C31;
    right: 0;
    padding: 10px;
    border-radius: 15px;
    display: flex;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  }

  .navbar a {
    width: 200px;
    text-decoration: none;
  }

  #socials {
    display: none;
  }

  .card {
    height: 490px;
    max-width: 400px;
  }
  .card .name {
    font-size: 16px;
  }
  .card p {
    font-size: 14px;
  }
}
.navbar-toggler {
  border: 0 !important;
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
  outline: none !important;
  box-shadow: none !important;
  border: 0 !important;
}

.toggler-icon {
  width: 30px;
  height: 3px;
  background-color: #FEE440;
  display: block;
  transition: all 0.2s;
}

.middle-bar {
  margin: 5px auto;
}

.navbar-toggler .top-bar {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}

.navbar-toggler .middle-bar {
  opacity: 0;
  filter: alpha(opacity=0);
}

.navbar-toggler .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
}

.navbar-toggler.collapsed .top-bar {
  transform: rotate(0);
  background-color: #ffffff;
}

.navbar-toggler.collapsed .middle-bar {
  opacity: 1;
  filter: alpha(opacity=100);
  background-color: #ffffff;
}

.navbar-toggler.collapsed .bottom-bar {
  transform: rotate(0);
  background-color: #ffffff;
}

#logo-gradient {
  opacity: 0;
  display: inline-block;
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

#logo-gradient:hover {
  opacity: 1;
}