@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Homemade+Apple&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Special+Elite&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

h1, h2, h3, h4, h5, h5, p {
  margin: 0;
  padding: 0;
}

.btn-outline-primary {
  border: 0;
}

h1, h4, h6, p {
  font-family: "Raleway", sans-serif;
}

h3, h5 {
  font-family: "Homemade Apple", cursive;
}

h1 {
  font-size: 60px;
  font-weight: 900;
}

h2 {
  font-family: "Special Elite", serif;
  font-size: 28px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 20px;
  font-weight: 700;
}

p {
  font-size: 16px;
  line-height: 175%;
}

body {
  font-family: Raleway, sans-serif;
}

* {
  color: #f5f3f1;
}

body {
  background: #101010;
}

main > section {
  display: none;
  padding-right: 50px;
  padding-left: 150px;
}
main > section:not(#home) {
  padding-top: 64px;
}
main > section.active {
  display: block;
}
main > section header.has-bg {
  position: relative;
  display: inline-flex;
}
main > section header.has-bg img.start {
  position: absolute;
  max-width: 80px;
  top: -15px;
  left: -85px;
  z-index: -1;
  opacity: 0.8;
}
main > section header.has-bg img.end {
  position: absolute;
  max-width: 80px;
  top: -25px;
  right: -85px;
  z-index: -1;
  opacity: 0.8;
  transform: rotate(180deg);
}
main > section header.custom {
  position: relative;
  text-align: center;
  margin-bottom: 24px;
}
main > section header.custom:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #404040;
  top: 14px;
  left: 0;
  z-index: -1;
}
main > section header.custom h2 {
  display: inline-block;
  margin-bottom: 24px;
  padding: 0 24px;
  background: #101010;
}

.btn-custom-primary, .btn-custom-dark {
  display: inline-block;
  position: relative;
  background: #1dbec9;
  padding: 10px 50px;
  text-decoration: none;
  color: #f5f3f1;
  border: none;
  border-radius: 8px;
  z-index: 1;
  overflow: hidden;
  transition: all 0.3s;
}
.btn-custom-primary:before, .btn-custom-dark:before {
  content: "";
  position: absolute;
  width: 130px;
  height: 130px;
  background: #ffda5c;
  opacity: 0.3;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  z-index: -1;
  transition: all 0.3s;
}
.btn-custom-primary:hover, .btn-custom-dark:hover {
  background: #ecb600;
  color: #808080;
}
.btn-custom-primary:hover:before, .btn-custom-dark:hover:before {
  transform: translate(-50%, -50%) scale(3);
}

.btn-custom-dark {
  background: #2b2b2b;
}

#sidebar {
  position: fixed;
  height: 100vh;
  padding-right: 39px;
  padding-left: 39px;
  display: flex;
  flex-direction: column;
}
#sidebar .toggle-sidebar {
  position: absolute;
  font-size: 30px;
  width: 45px;
  height: 45px;
  background: #1dbec9;
  border-radius: 0px 6px 6px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  right: -45px;
  display: none;
}
#sidebar .logo {
  height: 20%;
  padding-top: 62px;
  text-align: center;
}
#sidebar nav {
  height: 60%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#sidebar nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#sidebar nav ul li {
  position: relative;
  margin-bottom: 35px;
}
#sidebar nav ul li a {
  position: relative;
}
#sidebar nav ul li a:hover i {
  color: #ecb600;
}
#sidebar nav ul li a:hover + span {
  opacity: 1;
  left: 30px;
}
#sidebar nav ul li a:before {
  content: "";
  position: absolute;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #ac0081;
  opacity: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: all 0.3s;
}
#sidebar nav ul li a.active:before {
  opacity: 0.15;
  transform: translate(-50%, -50%) scale(1);
}
#sidebar nav ul li a.active i {
  color: #ac0081;
}
#sidebar nav ul li a span {
  display: none;
}
#sidebar nav ul li a i {
  font-size: 18px;
  color: #a6a6a6;
  transition: all 0.3s;
}
#sidebar nav ul li > span {
  position: absolute;
  white-space: nowrap;
  top: -8px;
  left: 20px;
  padding: 7px 13px;
  background: rgba(43, 43, 43, 0.75);
  border-radius: 6px;
  opacity: 0;
  transition: all 0.3s;
}
#sidebar .toggle-mode {
  height: 20%;
  display: flex;
  align-items: flex-end;
  padding-bottom: 62px;
}
#sidebar .toggle-mode .outer {
  width: 24px;
  height: 35px;
  background: #2b2b2b;
  border-radius: 24px;
}
#sidebar .toggle-mode .outer .inner {
  position: relative;
  width: 14px;
  height: 14px;
  background: #1dbec9;
  border-radius: 50%;
  margin-right: auto;
  margin-left: auto;
  margin-top: 16px;
}
#sidebar .toggle-mode .outer .inner:before {
  position: absolute;
  content: "";
  width: 14px;
  height: 14px;
  background: #2b2b2b;
  top: -4px;
  left: 3px;
  border-radius: 50%;
}

#home {
  background-image: url("../images/bg4-3.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 10vw -15vw;
}
#home .info {
  padding-top: 100px;
}
#home .info .headshot-circle {
  width: 90px;
  padding-bottom: 24px;
}
#home .info h1 {
  margin-bottom: 8px;
  display: flex;
  align-items: center;
}
#home .info h1 span {
  color: #a6a6a6;
}
#home .info h1 span i {
  color: #a6a6a6;
  font-size: 48px;
}
#home .info h3 {
  color: #a6a6a6;
  margin-bottom: 36px;
}
#home .info h3:hover {
  color: #ecb600;
}
#home .info span#typing {
  font-family: Special Elite, serif;
  font-size: 24px;
}
#home .info p {
  max-width: 430px;
  margin-bottom: 48px;
}
#home .info .socials {
  margin-top: 70px;
}
#home .info .socials ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
#home .info .socials ul li {
  margin-right: 8px;
}
#home .info .socials ul li a {
  display: flex;
  align-items: center;
  text-decoration: none;
  padding: 9px 11px;
  transition: all 0.3s;
}
#home .info .socials ul li a:hover {
  background: #680050;
  color: #c747a7;
  border-radius: 6px;
}
#home .info .socials ul li a:hover span,
#home .info .socials ul li a:hover i {
  color: #c747a7;
}
#home .info .socials ul li a i {
  font-size: 18px;
  margin-right: 8px;
  color: #a6a6a6;
  transition: all 0.3s;
}
#home .info .socials ul li a span {
  color: #a6a6a6;
  font-family: Raleway, sans-serif;
  font-weight: 500;
  transition: all 0.3s;
}
#home .image {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
#home .image img {
  border-radius: 6px;
  max-width: 75%;
  filter: saturate(200%) grayscale(100%);
  transition: all 0.3s;
}
#home .image img:hover {
  filter: initial;
}
#home .night {
  position: relative;
  width: 100%;
  height: 100%;
  transform: rotateZ(135deg);
  z-index: -1;
}
#home .shooting_star {
  position: absolute;
  left: 100%;
  top: 50%;
  height: 2px;
  background: linear-gradient(-45deg, rgb(255, 218, 92), rgba(0, 0, 255, 0));
  border-radius: 999px;
  filter: drop-shadow(0 0 6px rgb(255, 218, 92));
  animation: tail 3000ms ease-in-out infinite, shooting 3000ms ease-in-out infinite;
}
#home .shooting_star::before {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  height: 2px;
  background: linear-gradient(-45deg, rgba(0, 0, 255, 0), rgb(255, 218, 92), rgba(0, 0, 255, 0));
  transform: translateX(50%) rotateZ(45deg);
  border-radius: 100%;
  animation: shining 3000ms ease-in-out infinite;
}
#home .shooting_star::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  height: 2px;
  background: linear-gradient(-45deg, rgba(0, 0, 255, 0), rgb(255, 218, 92), rgba(0, 0, 255, 0));
  transform: translateX(50%) rotateZ(45deg);
  border-radius: 100%;
  animation: shining 3000ms ease-in-out infinite;
  transform: translateX(50%) rotateZ(-45deg);
}
#home .shooting_star:nth-child(1) {
  top: calc(50% - 334px);
  left: calc(50% - 108px);
  animation-delay: 5026ms;
}
#home .shooting_star:nth-child(1)::before, #home .shooting_star:nth-child(1)::after {
  animation-delay: 5026ms;
}
#home .shooting_star:nth-child(2) {
  top: calc(50% - -154px);
  left: calc(50% - 59px);
  animation-delay: 2013ms;
}
#home .shooting_star:nth-child(2)::before, #home .shooting_star:nth-child(2)::after {
  animation-delay: 2013ms;
}
#home .shooting_star:nth-child(3) {
  top: calc(50% - 554px);
  left: calc(50% - 109px);
  animation-delay: 2300ms;
}
#home .shooting_star:nth-child(3)::before, #home .shooting_star:nth-child(3)::after {
  animation-delay: 2300ms;
}
#home .shooting_star:nth-child(4) {
  top: calc(50% - 14px);
  left: calc(50% - 201px);
  animation-delay: 7701ms;
}
#home .shooting_star:nth-child(4)::before, #home .shooting_star:nth-child(4)::after {
  animation-delay: 7701ms;
}
#home .shooting_star:nth-child(5) {
  top: calc(50% - -116px);
  left: calc(50% - 342px);
  animation-delay: 46ms;
}
#home .shooting_star:nth-child(5)::before, #home .shooting_star:nth-child(5)::after {
  animation-delay: 46ms;
}
#home .shooting_star:nth-child(6) {
  top: calc(50% - 359px);
  left: calc(50% - 329px);
  animation-delay: 465ms;
}
#home .shooting_star:nth-child(6)::before, #home .shooting_star:nth-child(6)::after {
  animation-delay: 465ms;
}
#home .shooting_star:nth-child(7) {
  top: calc(50% - 72px);
  left: calc(50% - 428px);
  animation-delay: 9393ms;
}
#home .shooting_star:nth-child(7)::before, #home .shooting_star:nth-child(7)::after {
  animation-delay: 9393ms;
}
#home .shooting_star:nth-child(8) {
  top: calc(50% - -122px);
  left: calc(50% - 385px);
  animation-delay: 6862ms;
}
#home .shooting_star:nth-child(8)::before, #home .shooting_star:nth-child(8)::after {
  animation-delay: 6862ms;
}
#home .shooting_star:nth-child(9) {
  top: calc(50% - -52px);
  left: calc(50% - 55px);
  animation-delay: 7823ms;
}
#home .shooting_star:nth-child(9)::before, #home .shooting_star:nth-child(9)::after {
  animation-delay: 7823ms;
}
#home .shooting_star:nth-child(10) {
  top: calc(50% - 618px);
  left: calc(50% - 100px);
  animation-delay: 2146ms;
}
#home .shooting_star:nth-child(10)::before, #home .shooting_star:nth-child(10)::after {
  animation-delay: 2146ms;
}
#home .shooting_star:nth-child(11) {
  top: calc(50% - 579px);
  left: calc(50% - 36px);
  animation-delay: 6733ms;
}
#home .shooting_star:nth-child(11)::before, #home .shooting_star:nth-child(11)::after {
  animation-delay: 6733ms;
}
#home .shooting_star:nth-child(12) {
  top: calc(50% - 140px);
  left: calc(50% - 189px);
  animation-delay: 6136ms;
}
#home .shooting_star:nth-child(12)::before, #home .shooting_star:nth-child(12)::after {
  animation-delay: 6136ms;
}
#home .shooting_star:nth-child(13) {
  top: calc(50% - -117px);
  left: calc(50% - 89px);
  animation-delay: 5734ms;
}
#home .shooting_star:nth-child(13)::before, #home .shooting_star:nth-child(13)::after {
  animation-delay: 5734ms;
}
#home .shooting_star:nth-child(14) {
  top: calc(50% - 80px);
  left: calc(50% - 394px);
  animation-delay: 6378ms;
}
#home .shooting_star:nth-child(14)::before, #home .shooting_star:nth-child(14)::after {
  animation-delay: 6378ms;
}
#home .shooting_star:nth-child(15) {
  top: calc(50% - 30px);
  left: calc(50% - 304px);
  animation-delay: 1297ms;
}
#home .shooting_star:nth-child(15)::before, #home .shooting_star:nth-child(15)::after {
  animation-delay: 1297ms;
}
#home .shooting_star:nth-child(16) {
  top: calc(50% - 211px);
  left: calc(50% - 454px);
  animation-delay: 3644ms;
}
#home .shooting_star:nth-child(16)::before, #home .shooting_star:nth-child(16)::after {
  animation-delay: 3644ms;
}
#home .shooting_star:nth-child(17) {
  top: calc(50% - 472px);
  left: calc(50% - 262px);
  animation-delay: 4402ms;
}
#home .shooting_star:nth-child(17)::before, #home .shooting_star:nth-child(17)::after {
  animation-delay: 4402ms;
}
#home .shooting_star:nth-child(18) {
  top: calc(50% - 398px);
  left: calc(50% - 457px);
  animation-delay: 3948ms;
}
#home .shooting_star:nth-child(18)::before, #home .shooting_star:nth-child(18)::after {
  animation-delay: 3948ms;
}
#home .shooting_star:nth-child(19) {
  top: calc(50% - 145px);
  left: calc(50% - 43px);
  animation-delay: 7931ms;
}
#home .shooting_star:nth-child(19)::before, #home .shooting_star:nth-child(19)::after {
  animation-delay: 7931ms;
}
#home .shooting_star:nth-child(20) {
  top: calc(50% - 456px);
  left: calc(50% - 274px);
  animation-delay: 3125ms;
}
#home .shooting_star:nth-child(20)::before, #home .shooting_star:nth-child(20)::after {
  animation-delay: 3125ms;
}

@keyframes tail {
  0% {
    width: 0;
  }
  30% {
    width: 100px;
  }
  100% {
    width: 0;
  }
}
@keyframes shining {
  0% {
    width: 0;
  }
  50% {
    width: 30px;
  }
  100% {
    width: 0;
  }
}
@keyframes shooting {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(500px);
  }
}
@keyframes sky {
  0% {
    transform: rotate(45deg);
  }
  100% {
    transform: rotate(405deg);
  }
}
#about .hero .image {
  display: flex;
  align-items: center;
  justify-content: center;
}
#about .hero .image img {
  border-radius: 6px;
  max-width: 90%;
  transition: all 0.3s;
  filter: saturate(200%) grayscale(100%);
}
#about .hero .image img:hover {
  filter: initial;
}
#about .hero .info header {
  margin-top: 10px;
  margin-left: 34px;
}
#about .hero .info header h1 {
  margin-bottom: 8px;
  color: #f5f3f1;
}
#about .hero .info h3 {
  margin-bottom: 36px;
  color: #ecb600;
}
#about .hero .info p {
  max-width: 546px;
  color: #a6a6a6;
}
#about .hero .info p .motto {
  font-family: Special Elite, serif;
  font-size: 20px;
  font-weight: 700;
  color: #ac0081;
}
#about .hero .info .items {
  margin-top: 30px;
  margin-bottom: 32px;
}
#about .hero .info .items .item {
  display: flex;
  margin-bottom: 16px;
}
#about .hero .info .items .item .title {
  font-family: Raleway, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  color: #f5f3f1;
}
#about .hero .info .items .item .value {
  font-family: Raleway, sans-serif;
  color: #a6a6a6;
  margin-left: 6px;
}
#about .hero .info .items .item span a {
  text-decoration: none;
}
#about .hero .info .items .item span a i {
  font-size: 20px;
  margin-right: 16px;
}
#about .hero .info .items .item span a i:hover {
  color: #ac0081;
}
#about .hero .info .buttons a:first-child {
  margin-right: 24px;
}
#about .rate {
  display: flex;
}
#about .rate span {
  position: relative;
  display: flex;
}
#about .rate span:not(:last-child) {
  margin-right: 12px;
}
#about .rate span .full {
  font-size: 24px;
  color: #ecb600;
}
#about .rate span .empty {
  font-size: 24px;
  color: #404040;
}
#about .languages-skills {
  margin-top: 75px;
}
#about .languages-skills .languages-key-skills .languages {
  margin-bottom: 40px;
}
#about .languages-skills .languages-key-skills .languages .items .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
#about .languages-skills .languages-key-skills .languages .items .item:not(:last-child) {
  margin-bottom: 16px;
}
#about .languages-skills .languages-key-skills .languages .items .item .info h3 {
  margin-bottom: 4px;
}
#about .languages-skills .languages-key-skills .languages .items .item .info .level {
  color: #808080;
}
#about .languages-skills .languages-key-skills .key-skills .items .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#about .languages-skills .languages-key-skills .key-skills .items .item:not(:last-child) {
  margin-bottom: 28px;
}
#about .web-skills {
  padding-left: 60px;
}
#about .web-skills .item {
  position: relative;
  text-align: center;
  padding: 24px 8px;
  background: #2b2b2b;
  border-radius: 6px;
  margin-bottom: 16px;
  z-index: 1;
  overflow: hidden;
}
#about .web-skills .item:hover:before, #about .web-skills .item:hover:after {
  transform: translate(0, 0);
}
#about .web-skills .item:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #ac0081;
  border-radius: 6px;
  left: 0;
  top: 0;
  z-index: -1;
  transform: translate(100%, -100%);
  transition: 0.6s;
}
#about .web-skills .item:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #ac0081;
  border-radius: 6px;
  left: 0;
  top: 0;
  z-index: -1;
  transform: translate(-100%, 100%);
  transition: 0.6s;
}
#about .web-skills .item img {
  margin-bottom: 12px;
}
#about .web-skills .item h3 {
  margin-bottom: 8px;
}
#about .web-skills .item span {
  color: #1dbec9;
}
#about .certificates {
  margin-top: 75px;
}

#resume {
  padding-bottom: 100px;
  background: url(../images/bg3.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 10vh 30vh;
  background-attachment: fixed;
}
#resume header.has-bg {
  margin-bottom: 64px;
}
#resume .items .item {
  display: flex;
}
#resume .items .item:not(:last-child) {
  margin-bottom: 42px;
}
#resume .items .item:hover .icon {
  background: rgba(172, 0, 129, 0.3);
}
#resume .items .item:hover .icon i {
  color: #ecb600;
}
#resume .items .item:hover .box {
  background: transparent;
}
#resume .items .item:hover .box:before {
  border-right-color: rgba(172, 0, 129, 0.3);
}
#resume .items .item:hover .box:after {
  width: 100%;
}
#resume .items .item:hover .box .title {
  color: #1dbec9;
}
#resume .items .item .icon {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #2b2b2b;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  font-size: 18px;
  margin-right: 46px;
  margin-top: 23px;
  transition: all 0.6s;
}
#resume .items .item .icon i {
  color: #ac0081;
}
#resume .items .item .icon:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 200%;
  background: #404040;
  margin-right: 42px;
  top: 82px;
  left: 50%;
  transform: translate(-50%);
  z-index: -1;
}
#resume .items .item .box {
  position: relative;
  width: 75%;
  padding: 32px;
  background: rgba(1, 127, 133, 0.2);
  border-radius: 6px;
  text-align: left;
  z-index: 1;
  transition: all 0.6s;
  flex-grow: 1;
}
#resume .items .item .box:before {
  content: "";
  position: absolute;
  border-right: 9px solid rgba(1, 127, 133, 0.2);
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  left: -9px;
}
#resume .items .item .box:after {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 6px;
  background: rgba(172, 0, 129, 0.3);
  z-index: -1;
  transition: all 0.6s;
}
#resume .items .item .box .year {
  display: inline-flex;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 16px;
}
#resume .items .item .box .title {
  font-family: Special Elite, serif;
  margin-bottom: 14px;
  color: #ecb600;
  transition: all 0.6s;
}
#resume .items .item .box .location {
  font-weight: 400;
  color: #a6a6a6;
}
#resume .items .item .box .description {
  color: #f5f3f1;
  font-style: italic;
  line-height: 1.4;
}
#resume .education {
  padding-right: 34px;
}
#resume .experience {
  padding-left: 34px;
}

#work {
  margin-right: 24px;
  margin-left: 24px;
}
#work.blur {
  filter: blur(2px);
}
#work .btn-group input[type=radio] {
  display: none;
}
#work .btn-group input[type=radio]:checked ~ label {
  background-color: #1dbec9;
  color: white;
}
#work .btn-group label {
  display: block;
  cursor: pointer;
  padding: 5px 10px;
  margin-right: 20px;
  margin-bottom: 10px;
  background-color: transparent;
  border-radius: 6px;
}

.modal#workModal {
  text-align: left;
}
.modal#workModal .modal-dialog {
  max-width: 863px;
}
.modal#workModal .modal-dialog .modal-content {
  background: #2b2b2b;
  padding: 22px;
}
.modal#workModal .modal-dialog .modal-content .modal-body {
  padding: 0;
  position: static;
}
.modal#workModal .modal-dialog .modal-content .modal-body .modal-close-button {
  position: absolute;
  right: -23px;
  top: -23px;
  background: #101010;
  color: #f5f3f1;
  font-size: 22px;
  height: 46px;
  width: 46px;
  border-radius: 50%;
  border: none;
  transition: all 0.3s;
}
.modal#workModal .modal-dialog .modal-content .modal-body .modal-close-button:hover {
  background: #ac0081;
}
.modal#workModal .modal-dialog .modal-content .modal-body img {
  width: 100%;
  height: 632px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 6px;
}
.modal#workModal .modal-dialog .modal-content .modal-body .left {
  padding-left: 0;
  padding-right: 32px;
}
.modal#workModal .modal-dialog .modal-content .modal-body .left h2 {
  margin-top: 32px;
  margin-bottom: 16px;
  color: #f5f3f1;
}
.modal#workModal .modal-dialog .modal-content .modal-body .left p {
  color: #a6a6a6;
}
.modal#workModal .modal-dialog .modal-content .modal-body .right {
  padding-right: 0;
  padding-left: 32px;
  padding-top: 80px;
}
.modal#workModal .modal-dialog .modal-content .modal-body .right i {
  font-size: 18px;
  margin-right: 2px;
  color: #1dbec9;
}
.modal#workModal .modal-dialog .modal-content .modal-body .right .value {
  color: #a6a6a6;
}
.modal#workModal .modal-dialog .modal-content .modal-body .right .project-link {
  margin-top: 32px;
}
.modal#workModal .modal-dialog .modal-content .modal-body .right .project-link a {
  color: #ac0081;
  text-decoration: none;
}
.modal#workModal .modal-dialog .modal-content .modal-body .right .project-link a:hover {
  color: #ecb600;
}

/* default styles so shuffle doesn't have to set them (it will if they're missing) */
.my-shuffle {
  position: relative;
  overflow: hidden;
}

/* Make vertical gutters the same as the horizontal ones */
.image-item {
  margin-bottom: 30px;
}

/* Ensure images take up the same space when they load */
/* https://vestride.github.io/Shuffle/images */
.aspect {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
}

.aspect__inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.aspect--16x9 {
  padding-bottom: 56.25%;
}

.aspect--9x80 {
  padding-bottom: calc(112.5% + 30px);
}

.aspect--32x9 {
  padding-bottom: calc(28.125% - 8px);
}

.image-item img {
  display: block;
  width: 100%;
  max-width: none;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 6px;
  cursor: pointer;
  opacity: 0.5;
}
.image-item img:hover {
  opacity: 0.9;
  cursor: pointer;
}

#testimonial {
  min-height: 100vh;
}
#testimonial .main-section .images {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 6px;
}
#testimonial .main-section .images img {
  margin-right: 16px;
  margin-bottom: 16px;
  margin-left: 16px;
  opacity: 0.5;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  cursor: pointer;
  transition: opacity 0.3s, filter 0.3s;
}
#testimonial .main-section .images img:hover {
  opacity: 1;
  filter: grayscale(1);
}
#testimonial .main-section .images img.active {
  width: 100px;
  height: 100px;
  opacity: 1;
}
#testimonial .main-section .comments {
  text-align: center;
}
#testimonial .main-section .comments .item {
  display: none;
}
#testimonial .main-section .comments .item.active {
  display: inline-block;
}
#testimonial .main-section .comments .item.active .box {
  position: relative;
  background: rgba(43, 43, 43, 0.75);
  padding: 32px;
  border-radius: 6px;
}
#testimonial .main-section .comments .item.active .box:before {
  content: "";
  position: absolute;
  border-bottom: 9px solid rgba(43, 43, 43, 0.75);
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  top: -9px;
  left: 50%;
  transform: translateX(-50%);
}
#testimonial .main-section .comments .item.active .box p {
  font-family: Special Elite, serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 36px;
  max-width: 710px;
  animation: scaleUp 1s;
}
#testimonial .main-section .comments .item.active .box p span {
  font-family: Playfair Display, serif;
  font-size: 86px;
  color: #1dbec9;
  line-height: 0;
  vertical-align: -33px;
}
#testimonial .main-section .comments .item.active .writer {
  margin-top: 32px;
  margin-bottom: 16px;
  animation: scaleUp 1s;
}
#testimonial .main-section .comments .item.active .writer span.field {
  color: #a6a6a6;
}

@keyframes scaleUp {
  0% {
    transform: scale(0) rotate(20deg);
  }
  100% {
    transform: scale(1) rotate(0deg);
  }
}
#contact .container-fluid {
  margin-top: 50px;
  margin-bottom: 70px;
}
#contact .container-fluid .left {
  background: #2b2b2b;
  border-radius: 6px;
}
#contact .container-fluid .left header {
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
}
#contact .container-fluid .left h3 {
  font-size: 48px;
  color: #ecb600;
}
#contact .container-fluid .left form {
  padding: 0 50px;
}
#contact .container-fluid .left form .form-item {
  position: relative;
  margin-bottom: 32px;
}
#contact .container-fluid .left form .form-item.focus label {
  top: -3px;
  font-size: 12px;
  color: #1dbec9;
}
#contact .container-fluid .left form .form-item.focus:after {
  width: 100%;
}
#contact .container-fluid .left form .form-item:before {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  background: #808080;
  bottom: 0;
  left: 0;
}
#contact .container-fluid .left form .form-item:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 0;
  background: #f5f3f1;
  bottom: 0;
  left: 0;
  transition: all 0.3s;
}
#contact .container-fluid .left form .form-item label {
  position: absolute;
  top: 17px;
  color: #808080;
  transition: all 0.3s;
}
#contact .container-fluid .left form .form-item input,
#contact .container-fluid .left form .form-item textarea {
  width: 100%;
  background: transparent;
  outline: none;
  border: none;
  padding: 16px 0;
}
#contact .container-fluid .left form .form-item textarea {
  resize: none;
  min-height: 120px;
}
#contact .container-fluid .left form .work-type,
#contact .container-fluid .left form .services-type {
  margin-bottom: 32px;
}
#contact .container-fluid .left form .work-type .form-title,
#contact .container-fluid .left form .services-type .form-title {
  top: 17px;
  color: #808080;
}
#contact .container-fluid .left form .work-type input[type=radio],
#contact .container-fluid .left form .services-type input[type=radio] {
  background-color: #a6a6a6;
  border-color: #f5f3f1;
}
#contact .container-fluid .left form .work-type input[type=radio]:checked,
#contact .container-fluid .left form .services-type input[type=radio]:checked {
  background-color: #bd2296;
}
#contact .container-fluid .left form .work-type input[type=checkbox],
#contact .container-fluid .left form .services-type input[type=checkbox] {
  background-color: #a6a6a6;
  border-color: #f5f3f1;
}
#contact .container-fluid .left form .work-type input[type=checkbox]:checked,
#contact .container-fluid .left form .services-type input[type=checkbox]:checked {
  background-color: #bd2296;
}
#contact .container-fluid .left form .work-type label,
#contact .container-fluid .left form .services-type label {
  color: #f5f3f1;
}
#contact .container-fluid .left form .submit-btn {
  margin-top: 4px;
  margin-bottom: 50px;
  text-align: end;
}
#contact .container-fluid .right h4 {
  text-align: center;
  margin-bottom: 32px;
}
#contact .container-fluid .right h4 span {
  font-family: Homemade Apple, script;
  color: #ac0081;
  font-size: 24px;
  padding-left: 3px;
  padding-right: 3px;
}
#contact .container-fluid .right .item {
  margin-left: 80px;
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}
#contact .container-fluid .right .item:hover i {
  background: #ac0081;
}
#contact .container-fluid .right .item i {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 46px;
  height: 46px;
  background: #2b2b2b;
  border-radius: 50%;
  font-size: 18px;
  color: #f5f3f1;
  margin-right: 16px;
  transition: all 0.3s;
}
#contact .container-fluid .right .item .text .title {
  color: #808080;
}
#contact .container-fluid .right .item .text a {
  display: block;
  color: #f5f3f1;
  text-decoration: none;
}
#contact .container-fluid .right .item .text a:hover {
  color: #ecb600;
}
#contact .container-fluid .right a {
  text-decoration: none;
}
#contact .container-fluid .right a i {
  font-size: 28px;
  margin-right: 20px;
}
#contact .container-fluid .right a i:hover {
  color: #ac0081;
}
#contact .container-fluid .right img {
  max-width: 363px;
  border-radius: 6px;
}

@media (min-width: 1400px) {
  .container {
    max-width: 1200px;
  }
}
@media (max-width: 1251px) {
  h1 {
    font-size: 44px;
  }
  h3 {
    font-size: 24px;
  }
}
@media (max-width: 1199px) {
  .languages-skills .languages-key-skills {
    padding-right: 12px;
  }
  #resume .experience {
    margin-top: 100px;
  }
  #contact .container-fluid .left {
    padding-right: 12px;
  }
  #contact .container-fluid .left h3 {
    font-size: 36px;
  }
  #contact .container-fluid .right {
    padding-left: 12px;
  }
}
@media (max-width: 991px) {
  h1 {
    font-size: 48px;
  }
  h3 {
    font-size: 20px;
  }
  main > section {
    padding-right: 32px;
    padding-left: 32px;
  }
  #home .image {
    justify-content: flex-start;
    height: unset;
    margin-top: 40px;
    margin-bottom: 40px;
  }
  #about .hero .info header .has-bg img {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #about .certificates .items .item {
    padding-bottom: 16px;
  }
  .modal#workModal .modal-dialog .modal-content .modal-body .modal-close-button {
    right: 10px;
    top: 10px;
  }
  #contact .container .info {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  #sidebar {
    padding-top: 35px;
    background: #1dbec9;
    padding-right: 60px;
    transform: translateX(-100%);
    transition: all 0.3s;
    z-index: 2;
  }
  #sidebar.open {
    transform: translateX(0);
  }
  #sidebar .toggle-sidebar {
    display: flex;
  }
  #sidebar .logo {
    text-align: left;
  }
  #sidebar nav ul li a {
    display: flex;
    align-items: center;
    text-decoration: none;
  }
  #sidebar nav ul li a:hover {
    background-color: #ecb600;
    padding: 10px;
    width: 100%;
    border-radius: 6px;
    transition: all 0.3s;
    font-weight: 700;
  }
  #sidebar nav ul li a:hover i {
    color: #f5f3f1;
  }
  #sidebar nav ul li a.active:hover {
    color: #f5f3f1;
  }
  #sidebar nav ul li a.active:before {
    opacity: 0;
  }
  #sidebar nav ul li a.active span {
    color: #ac0081;
    font-weight: 700;
  }
  #sidebar nav ul li a i {
    color: #f5f3f1;
  }
  #sidebar nav ul li a span {
    display: block;
    padding-left: 8px;
  }
  #sidebar nav ul li > span {
    display: none;
  }
  h1 {
    font-size: 36px;
  }
  main {
    padding-left: 0;
    padding-top: 50px;
  }
  #home {
    background-image: unset;
  }
  #home .info {
    padding-top: 80px;
  }
  #home .info .socials {
    margin-top: 70px;
  }
  #home .info .socials ul {
    justify-content: space-between;
  }
  #resume {
    background-image: unset;
  }
  #resume .items .item {
    position: relative;
  }
  #resume .items .item .icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -23px;
    z-index: 2;
    margin-top: 0;
    background: #404040;
  }
  #resume .items .item .icon:before {
    display: none;
  }
  #resume .items .item .box:before {
    display: none;
  }
  #resume .education,
  #resume .experience {
    padding-right: 12px;
    padding-left: 12px;
  }
  .modal#workModal .modal-dialog .modal-content .modal-body img {
    height: unset;
  }
  .modal#workModal .modal-dialog .modal-content .modal-body .left {
    padding-right: 0;
  }
  .modal#workModal .modal-dialog .modal-content .modal-body .right {
    padding-left: 0;
    padding-top: 32px;
  }
  #testimonial .main-section .comments .item .box p {
    font-size: 13px;
    line-height: 24px;
  }
  #contact .container-fluid {
    margin-top: 24px;
  }
  #contact .container-fluid .left header.has-bg {
    top: -10px;
  }
  #contact .container-fluid .left header.has-bg img.start {
    max-width: 60px;
    left: -65px;
  }
  #contact .container-fluid .left header.has-bg img.end {
    max-width: 60px;
    right: -65px;
  }
  #contact .container-fluid .left h3 {
    font-size: 32px;
  }
  #contact .container-fluid .left .form {
    margin-top: 40px;
  }
  #contact .container-fluid .left .form .submit-btn {
    text-align: center;
  }
  #contact .container-fluid .right h4 {
    margin-top: 32px;
    line-height: 30px;
  }
  #contact .container-fluid .right .item {
    margin-left: 0;
    flex-direction: column;
    text-align: center;
    margin-bottom: 32px;
  }
  #contact .container-fluid .right i {
    margin-right: 0;
    margin-bottom: 8px;
  }
}
@media (max-width: 421px) {
  h1 {
    font-size: 30px;
  }
  h3 {
    font-size: 20px;
    padding-bottom: 8px;
  }
  main > section {
    padding-right: 15px;
    padding-left: 15px;
  }
  #home .info {
    padding-top: 50px;
  }
  #home .info span#typing {
    font-size: 20px;
  }
  #about .hero .info .buttons {
    flex-direction: column;
  }
  #about .hero .info .buttons a {
    width: 100%;
    text-align: center;
  }
  #about .hero .info .buttons a:first-child {
    margin-right: 0;
    margin-bottom: 16px;
  }
}/*# sourceMappingURL=main.css.map */