@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap");

* {
  font-family: "Inter", sans-serif;

  box-sizing: border-box;
  margin: 0;
  padding: 0;

  scroll-behavior: smooth;
}

/* general */
a {
  text-decoration: none;

  color: unset;
}

h1 {
  font-size: 2rem;
  font-weight: 700;

  margin-bottom: 0;
}

p {
  font-weight: 400;
}

::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.scrollbar-hidden::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge add Firefox */
.scrollbar-hidden {
  -ms-overflow-style: none;
  scrollbar-width: none;
  /* Firefox */
}

/* preloader */
#preloader {
  position: fixed;
  z-index: 1031;

  display: flex;

  width: 100%;
  height: 100vh;

  background: #fff url(preload/Quarter-Circle-Loading-Image-1.gif) no-repeat
    center center;
  background-size: 27%;

  justify-content: center;
  align-items: center;
}

/* navbar */
.navbar__khroz {
  padding: 1rem 0;

  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.navbar__khroz-brand {
  font-size: 1.5rem;
  font-weight: 800;

  transition: all 0.3s ease-in-out;
  letter-spacing: 0.125rem;

  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 1),
    rgba(0, 0, 0, 1)
  );
  background-clip: text;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.navbar__khroz-brand:hover {
  background-image: linear-gradient(
    to right,
    rgba(68, 129, 235, 1),
    rgba(4, 190, 254, 1)
  );
}

.btn__mssg {
  padding: 0.6rem 1.75rem;

  transition: all 0.3s ease-in-out;

  border-radius: 0.25rem;
  /* ff 3.6+ */
  background: -moz-linear-gradient(
    120deg,
    rgba(68, 129, 235, 1) 3%,
    rgba(4, 190, 254, 1) 97%
  );
  /* safari 5.1+,chrome 10+ */
  background: -webkit-linear-gradient(
    120deg,
    rgba(68, 129, 235, 1) 3%,
    rgba(4, 190, 254, 1) 97%
  );
  /* opera 11.10+ */
  background: -o-linear-gradient(
    120deg,
    rgba(68, 129, 235, 1) 3%,
    rgba(4, 190, 254, 1) 97%
  );
  /* ie 10+ */
  background: -ms-linear-gradient(
    120deg,
    rgba(68, 129, 235, 1) 3%,
    rgba(4, 190, 254, 1) 97%
  );
  /* global 94%+ browsers support */
  background: linear-gradient(
    120deg,
    rgba(68, 129, 235, 1) 3%,
    rgba(4, 190, 254, 1) 97%
  );
  /* ie 6-9 */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#04BEFE', endColorstr='#4481EB', GradientType=0);

  box-shadow: 0 0 1.125rem rgba(0, 0, 0, 0.2);
}

.text-gradient {
  background-image: linear-gradient(
    to right,
    rgba(68, 129, 235, 1),
    rgba(4, 190, 254, 1)
  );
  background-clip: text;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.btn__mssg a {
  display: flex;

  justify-content: center;
  align-items: center;
}

.btn__mssg span {
  font-weight: 500;

  margin-right: 0.6rem;
}

.btn__mssg span,
.btn__mssg i {
  display: block;

  color: #fff;
}

.btn__mssg:hover {
  transform: scale(0.96);

  box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.3);
}

/* main */
.height__full {
  height: 100vh;
}

.main__content {
  display: flex;
  flex-direction: column;

  width: 56vw;
  max-width: 75rem;
  height: 100vh;
  min-height: 18.75rem;
  max-height: 52.5rem;
  margin: 0 auto;
  padding-bottom: 1.5rem;

  align-items: center;
  justify-content: end;
}

.main__content-img {
  width: 12.5rem;
  margin: 0 auto 1.75rem;
}

.main__content-img__profil {
  width: 100%;
}

.main__content-name {
  font-size: 1.375rem;
  font-weight: 500;

  margin: 1.25rem 0 1.5rem;

  color: rgba(0, 0, 0, 0.8);
}

.main__content-desc {
  color: rgba(0, 0, 0, 0.7);
}

.main__content-desc span a {
  text-decoration: underline;
}

.main__content-desc .fw-bold,
.main__content-desc__socmed {
  color: rgba(0, 0, 0, 0.7);
}

.main__content-socmed i,
.main__content-icon i {
  font-size: 1.5rem;

  margin: 0.5rem;

  transition: all 0.3s ease-in-out;

  color: rgba(0, 0, 0, 0.6);
}

.main__content-socmed__link.insta i:hover {
  /* ff 3.6+ */
  background: -moz-linear-gradient(
    137deg,
    rgba(64, 93, 230, 1) 0%,
    rgba(91, 81, 216, 1) 11%,
    rgba(131, 58, 180, 1) 22%,
    rgba(193, 53, 132, 1) 33%,
    rgba(225, 48, 108, 1) 44%,
    rgba(253, 29, 29, 1) 55%,
    rgba(245, 96, 64, 1) 66%,
    rgba(247, 119, 55, 1) 77%,
    rgba(252, 175, 69, 1) 88%,
    rgba(255, 220, 128, 1) 100%
  );
  /* safari 5.1+,chrome 10+ */
  background: -webkit-linear-gradient(
    137deg,
    rgba(64, 93, 230, 1) 0%,
    rgba(91, 81, 216, 1) 11%,
    rgba(131, 58, 180, 1) 22%,
    rgba(193, 53, 132, 1) 33%,
    rgba(225, 48, 108, 1) 44%,
    rgba(253, 29, 29, 1) 55%,
    rgba(245, 96, 64, 1) 66%,
    rgba(247, 119, 55, 1) 77%,
    rgba(252, 175, 69, 1) 88%,
    rgba(255, 220, 128, 1) 100%
  );
  /* opera 11.10+ */
  background: -o-linear-gradient(
    137deg,
    rgba(64, 93, 230, 1) 0%,
    rgba(91, 81, 216, 1) 11%,
    rgba(131, 58, 180, 1) 22%,
    rgba(193, 53, 132, 1) 33%,
    rgba(225, 48, 108, 1) 44%,
    rgba(253, 29, 29, 1) 55%,
    rgba(245, 96, 64, 1) 66%,
    rgba(247, 119, 55, 1) 77%,
    rgba(252, 175, 69, 1) 88%,
    rgba(255, 220, 128, 1) 100%
  );
  /* ie 10+ */
  background: -ms-linear-gradient(
    137deg,
    rgba(64, 93, 230, 1) 0%,
    rgba(91, 81, 216, 1) 11%,
    rgba(131, 58, 180, 1) 22%,
    rgba(193, 53, 132, 1) 33%,
    rgba(225, 48, 108, 1) 44%,
    rgba(253, 29, 29, 1) 55%,
    rgba(245, 96, 64, 1) 66%,
    rgba(247, 119, 55, 1) 77%,
    rgba(252, 175, 69, 1) 88%,
    rgba(255, 220, 128, 1) 100%
  );
  /* global 94%+ browsers support */
  background: linear-gradient(
    137deg,
    rgba(64, 93, 230, 1) 0%,
    rgba(91, 81, 216, 1) 11%,
    rgba(131, 58, 180, 1) 22%,
    rgba(193, 53, 132, 1) 33%,
    rgba(225, 48, 108, 1) 44%,
    rgba(253, 29, 29, 1) 55%,
    rgba(245, 96, 64, 1) 66%,
    rgba(247, 119, 55, 1) 77%,
    rgba(252, 175, 69, 1) 88%,
    rgba(255, 220, 128, 1) 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  /* ie 6-9 */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFDC80', endColorstr='#405DE6', GradientType=1);
  -webkit-text-fill-color: transparent;
}

.main__content-socmed__link.yt i:hover {
  color: #f00;
}

.main__content-socmed__link.lin i:hover {
  color: #0e76a8;
}

.main__content-socmed__link.gthb i:hover {
  color: rgba(22, 27, 34, 1);
}

.main__content-icon__link.html i:hover {
  color: #e34c26;
}

.main__content-icon__link.css i:hover {
  color: #2965f1;
}

.main__content-icon__link.js i:hover {
  color: #f0db4f;
}

.main__content-icon__link.php i:hover {
  color: #787cb5;
}

.main__content-icon__link.react i:hover {
  color: #61dbfb;
}

.main__content-icon__link.bootstrap i:hover {
  /* ff 3.6+ */
  background: -moz-linear-gradient(
    127deg,
    rgba(138, 19, 252, 1) 25%,
    rgba(112, 16, 244, 1) 74%
  );
  /* safari 5.1+,chrome 10+ */
  background: -webkit-linear-gradient(
    127deg,
    rgba(138, 19, 252, 1) 25%,
    rgba(112, 16, 244, 1) 74%
  );
  /* opera 11.10+ */
  background: -o-linear-gradient(
    127deg,
    rgba(138, 19, 252, 1) 25%,
    rgba(112, 16, 244, 1) 74%
  );
  /* ie 10+ */
  background: -ms-linear-gradient(
    127deg,
    rgba(138, 19, 252, 1) 25%,
    rgba(112, 16, 244, 1) 74%
  );
  /* global 94%+ browsers support */
  background: linear-gradient(
    127deg,
    rgba(138, 19, 252, 1) 25%,
    rgba(112, 16, 244, 1) 74%
  );
  -webkit-background-clip: text;
  background-clip: text;
  /* ie 6-9 */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7010F4', endColorstr='#8A13FC', GradientType=0);
  -webkit-text-fill-color: transparent;
}

.main__content-icon__link.npm i:hover {
  color: #cc3534;
}

.main__content-icon__link.yarn i:hover {
  color: #117cad;
}

.main__content-icon__link.figma i:hover {
  /* ff 3.6+ */
  background: -moz-linear-gradient(
    176deg,
    rgba(242, 77, 29, 1) 20%,
    rgba(162, 89, 255, 1) 40%,
    rgba(25, 188, 253, 1) 60%,
    rgba(9, 207, 132, 1) 80%
  );
  /* safari 5.1+,chrome 10+ */
  background: -webkit-linear-gradient(
    176deg,
    rgba(242, 77, 29, 1) 20%,
    rgba(162, 89, 255, 1) 40%,
    rgba(25, 188, 253, 1) 60%,
    rgba(9, 207, 132, 1) 80%
  );
  /* opera 11.10+ */
  background: -o-linear-gradient(
    176deg,
    rgba(242, 77, 29, 1) 20%,
    rgba(162, 89, 255, 1) 40%,
    rgba(25, 188, 253, 1) 60%,
    rgba(9, 207, 132, 1) 80%
  );
  /* ie 10+ */
  background: -ms-linear-gradient(
    176deg,
    rgba(242, 77, 29, 1) 20%,
    rgba(162, 89, 255, 1) 40%,
    rgba(25, 188, 253, 1) 60%,
    rgba(9, 207, 132, 1) 80%
  );
  /* global 94%+ browsers support */
  background: linear-gradient(
    176deg,
    rgba(242, 77, 29, 1) 20%,
    rgba(162, 89, 255, 1) 40%,
    rgba(25, 188, 253, 1) 60%,
    rgba(9, 207, 132, 1) 80%
  );
  -webkit-background-clip: text;
  background-clip: text;
  /* ie 6-9 */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#09CF84', endColorstr='#F24D1D', GradientType=1);
  -webkit-text-fill-color: transparent;
}

.main__content-icon__link i svg {
  width: 1.5rem;
  height: 1.5rem;
  transform: translateY(-1px);
}

.main__content-icon__link i svg {
  fill: rgba(0, 0, 0, 0.6);
}

.main__content-icon__link.illustrator i svg:hover {
  fill: #ff9a00;
}

.main__content-icon__link.tailwind i svg:hover {
  fill: #4cb2b4;
}

.main__content-icon__link.codeigniter i svg:hover {
  fill: #ee4323;
}

@media screen and (max-width: 900px) {
  /* general */
  h1 {
    font-size: 1.5rem;
  }

  p {
    font-size: 0.875rem;
  }

  /* preloader */
  #preloader {
    background-size: 50%;
  }

  /* navbar */
  .btn__mssg {
    padding: 0.5rem 1.325rem;
  }

  .btn__mssg span,
  .btn__mssg i {
    font-size: 0.875rem;
  }

  /* main */
  .main__content-name {
    font-size: 1.1rem;

    margin: 1rem 0 1.125rem;
  }

  .main__content {
    width: 100%;
  }

  .main__content-img {
    width: 11.5rem;
    margin-bottom: 1.5rem;
  }

  .main__content-socmed i,
  .main__content-icon i {
    font-size: 1.25rem;

    margin: 0.375rem;
  }
}

@media screen and (max-width: 600px) {
  /* preloader */
  #preloader {
    background-size: 76%;
  }

  .main__content-icon__link i svg {
    width: 1.375rem;
    height: 1.375rem;
    transform: translateY(-1px);
  }
}

@media screen and (max-width: 500px) {
  .main__content {
    padding-top: 84px;

    justify-content: center;
  }
}
