:root {
  /* --main-color: #ff0052; */
  --main-color: #ff6e00;
  --main-color-fade: #ff6e0075;
  --color-white: #ffffff;
  --background-color: #181818;
  --main-transition: 300ms;
  --logo-font: "Megrim", cursive;
  --link-font: "Megrim", cursive;
  --title-font: "splash", cursive;
}
* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin: 0;
  padding: 0;
}
::selection {
  background-color: var(--main-color);
  color: var(--background-color);
}
html {
  scroll-behavior: smooth;
}
body {
  background-color: var(--background-color);
  color: var(--color-white);
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
}
.scroller {
  background-color: var(--main-color);
  height: 2px;
  left: 0;
  position: fixed;
  top: 0;
  width: 0;
  z-index: 6;
}
::-webkit-scrollbar {
  width: 4px;
}
::-webkit-scrollbar-track {
  background-color: initial;
}
::-webkit-scrollbar-thumb {
  background-color: #ff6e00;
  background-color: var(--main-color);
  border-radius: 10px;
}
.container {
  margin-inline: auto;
}

.title-container {
  align-items: center;
  border-radius: 10px;
  box-shadow: 16px 14px 20px #0000008c;
  display: flex;
  height: 200px;
  justify-content: center;
  overflow: hidden;
  position: relative;
  width: 200px;
}
.title-container:before {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: rotate;
  animation-name: rotate;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  background-image: conic-gradient(var(--main-color) 20deg, transparent 120deg);
  content: "";
  height: 150%;
  position: absolute;
  width: 150%;
}
.title-container:after {
  align-items: center;
  background-color: #101010;
  border-radius: 10px;
  box-shadow: inset 20px 20px 20px #0000008c;
  color: var(--main-color);
  content: "About";
  display: flex;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 700;
  height: 190px;
  justify-content: center;
  letter-spacing: 5px;
  position: absolute;
  width: 190px;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}

.main-title {
  border: 2px solid var(--main-color);
  font-size: 30px;
  margin: 0 auto 45px;
  padding: 10px 20px;
  position: relative;
  text-transform: uppercase;
  transition: 0.3s;
  transition: var(--main-transition);
  -webkit-user-select: none;
  user-select: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 1;
}
.main-title:hover {
  box-shadow: 0 0 20px var(--main-color);
  color: var(--main-color);
}

@media (max-width: 450px) {
  .main-title {
    font-size: 24px;
    margin: 0 auto 35px;
    padding: 7px 15px;
  }
  .main-title:hover {
    box-shadow: 0 0 10px var(--main-color);
  }
}












.contact-section {
  margin-top: 180px;
}
.contact-section .main-title {
  margin-bottom: 40px;
}
.social {
  margin-bottom: 40px;
}
.social,
.social li a {
  align-items: center;
  display: flex;
  justify-content: center;
}
.social li a {
  background-color: #313131;
  border-radius: 50%;
  color: #b9b9b9;
  font-size: 100px;
  height: 140px;
  margin: 12px;
  transition: var(--main-transition);
  width: 140px;
}
@media (max-width: 1152px) {
  .social li a {
    font-size: 64px;
    height: 100px;
    margin: 0 6px;
    width: 100px;
  }
}
@media (max-width: 991px) {
  .social li a {
    font-size: 24px;
    height: 40px;
    margin: 0 6px;
    width: 40px;
  }
}
.social .facebook:hover {
  background-color: #1877f2;
  color: #fff;
}
.social .twitter:hover {
  background-color: #000;
  color: #fff;
}
.social .linkedin:hover {
  background-color: #0e76a8;
  color: #fff;
}
.social .github:hover {
  background-color: #000;
  color: #fff;
}
.social .whatsapp:hover {
  background-color: #25d366;
  color: #fff;
}
.social .email:hover {
  background-color: #7a0808;
  color: #fff;
}
.social .phone:hover {
  background-color: #059800;
  color: #fff;
}
.footer {
  padding: 10px 0;
  text-align: center;
  -webkit-user-select: none;
  user-select: none;
}
.footer .copyright {
  color: var(--main-color);
}
.footer .copyright span {
  font-family: var(--logo-font);
  font-size: 20px;
}

.loader-container {
  align-items: center;
  background-color: var(--background-color);
  display: flex;
  height: 100vh;
  justify-content: center;
  left: 0;
  position: fixed;
  top: 0;
  transition: var(--main-transition);
  width: 100%;
  z-index: 999;
}
.loader {
  height: 160px;
  left: 50%;
  margin-left: -80px;
  margin-top: -80px;
  opacity: 0.3;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  position: absolute;
  scale: 2;
  top: 50%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  width: 160px;
}
@media (max-width: 767px) {
  .loader {
    scale: 1;
  }
}
.cubes {
  -webkit-animation: cubes 8s linear infinite;
  animation: cubes 8s linear infinite;
  height: 100%;
  -webkit-transform: rotateX(60deg) rotate(-135deg);
  transform: rotateX(60deg) rotate(-135deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  width: 100%;
}
.cube,
.cubes {
  left: 0;
  position: absolute;
  top: 0;
}
.cube {
  -webkit-animation: cube 4s cubic-bezier(0.64, 0.21, 0.42, 0.85) infinite;
  animation: cube 4s cubic-bezier(0.64, 0.21, 0.42, 0.85) infinite;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  height: 20px;
  opacity: 0;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  width: 20px;
}
@-webkit-keyframes cube {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(100px);
    transform: translateZ(100px);
  }
  40%,
  60% {
    opacity: 1;
    -webkit-transform: translateZ(10px);
    transform: translateZ(10px);
  }
  to {
    opacity: 0;
    -webkit-transform: translateZ(-100px);
    transform: translateZ(-100px);
  }
}
@keyframes cube {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(100px);
    transform: translateZ(100px);
  }
  40%,
  60% {
    opacity: 1;
    -webkit-transform: translateZ(10px);
    transform: translateZ(10px);
  }
  to {
    opacity: 0;
    -webkit-transform: translateZ(-100px);
    transform: translateZ(-100px);
  }
}
.side {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  width: 100%;
}
.side:first-child {
  background-color: #ff0052;
  -webkit-transform: rotateX(-180deg) translateZ(10px);
  transform: rotateX(-180deg) translateZ(10px);
}
.side:nth-child(2) {
  background-color: #ff0052;
  -webkit-transform: rotateY(-90deg) translateZ(10px);
  transform: rotateY(-90deg) translateZ(10px);
}
.side:nth-child(3) {
  background-color: #ff0052;
  -webkit-transform: rotateY(90deg) translateZ(10px);
  transform: rotateY(90deg) translateZ(10px);
}
.side:nth-child(4) {
  background-color: #ff0052;
  -webkit-transform: rotateX(90deg) translateZ(10px);
  transform: rotateX(90deg) translateZ(10px);
}
.side:nth-child(5) {
  background-color: #ff0052;
  -webkit-transform: rotateX(-90deg) translateZ(10px);
  transform: rotateX(-90deg) translateZ(10px);
}
.side:nth-child(6) {
  background-color: #ff0052;
  -webkit-transform: translateZ(10px);
  transform: translateZ(10px);
}
.cube:nth-child(8n + 1) {
  left: 20px;
}
.cube:nth-child(8n + 2) {
  left: 40px;
}
.cube:nth-child(8n + 3) {
  left: 60px;
}
.cube:nth-child(8n + 4) {
  left: 80px;
}
.cube:nth-child(8n + 5) {
  left: 100px;
}
.cube:nth-child(8n + 6) {
  left: 120px;
}
.cube:nth-child(8n + 7) {
  left: 140px;
}
.cube:nth-child(10),
.cube:nth-child(11),
.cube:nth-child(12),
.cube:nth-child(13),
.cube:nth-child(14),
.cube:nth-child(15),
.cube:nth-child(8),
.cube:nth-child(9) {
  top: 20px;
}
.cube:nth-child(16),
.cube:nth-child(17),
.cube:nth-child(18),
.cube:nth-child(19),
.cube:nth-child(20),
.cube:nth-child(21),
.cube:nth-child(22),
.cube:nth-child(23) {
  top: 40px;
}
.cube:nth-child(24),
.cube:nth-child(25),
.cube:nth-child(26),
.cube:nth-child(27),
.cube:nth-child(28),
.cube:nth-child(29),
.cube:nth-child(30),
.cube:nth-child(31) {
  top: 60px;
}
.cube:nth-child(32),
.cube:nth-child(33),
.cube:nth-child(34),
.cube:nth-child(35),
.cube:nth-child(36),
.cube:nth-child(37),
.cube:nth-child(38),
.cube:nth-child(39) {
  top: 80px;
}
.cube:nth-child(40),
.cube:nth-child(41),
.cube:nth-child(42),
.cube:nth-child(43),
.cube:nth-child(44),
.cube:nth-child(45),
.cube:nth-child(46),
.cube:nth-child(47) {
  top: 100px;
}
.cube:nth-child(48),
.cube:nth-child(49),
.cube:nth-child(50),
.cube:nth-child(51),
.cube:nth-child(52),
.cube:nth-child(53),
.cube:nth-child(54),
.cube:nth-child(55) {
  top: 120px;
}
.cube:nth-child(56),
.cube:nth-child(57),
.cube:nth-child(58),
.cube:nth-child(59),
.cube:nth-child(60),
.cube:nth-child(61),
.cube:nth-child(62),
.cube:nth-child(63) {
  top: 140px;
}
.cube:first-child,
.cube:nth-child(8) {
  -webkit-animation-delay: 50ms;
  animation-delay: 50ms;
}
.cube:nth-child(16),
.cube:nth-child(2),
.cube:nth-child(9) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.cube:nth-child(10),
.cube:nth-child(17),
.cube:nth-child(24),
.cube:nth-child(3) {
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
}
.cube:nth-child(11),
.cube:nth-child(18),
.cube:nth-child(25),
.cube:nth-child(32),
.cube:nth-child(4) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.cube:nth-child(12),
.cube:nth-child(19),
.cube:nth-child(26),
.cube:nth-child(33),
.cube:nth-child(40),
.cube:nth-child(5) {
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}
.cube:nth-child(13),
.cube:nth-child(20),
.cube:nth-child(27),
.cube:nth-child(34),
.cube:nth-child(41),
.cube:nth-child(48),
.cube:nth-child(6) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.cube:nth-child(14),
.cube:nth-child(21),
.cube:nth-child(28),
.cube:nth-child(35),
.cube:nth-child(42),
.cube:nth-child(49),
.cube:nth-child(56),
.cube:nth-child(7) {
  -webkit-animation-delay: 0.35s;
  animation-delay: 0.35s;
}
.cube:nth-child(15),
.cube:nth-child(22),
.cube:nth-child(29),
.cube:nth-child(36),
.cube:nth-child(43),
.cube:nth-child(50),
.cube:nth-child(57) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.cube:nth-child(23),
.cube:nth-child(30),
.cube:nth-child(37),
.cube:nth-child(44),
.cube:nth-child(51),
.cube:nth-child(58) {
  -webkit-animation-delay: 0.45s;
  animation-delay: 0.45s;
}
.cube:nth-child(31),
.cube:nth-child(38),
.cube:nth-child(45),
.cube:nth-child(52),
.cube:nth-child(59) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.cube:nth-child(39),
.cube:nth-child(46),
.cube:nth-child(53),
.cube:nth-child(60) {
  -webkit-animation-delay: 0.55s;
  animation-delay: 0.55s;
}
.cube:nth-child(47),
.cube:nth-child(54),
.cube:nth-child(61) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.cube:nth-child(55),
.cube:nth-child(62) {
  -webkit-animation-delay: 0.65s;
  animation-delay: 0.65s;
}
.cube:nth-child(63) {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}
.loader-text {
  --ANIMATION-DELAY-MULTIPLIER: 70ms;
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 0;
  overflow: hidden;
  padding: 0;
  scale: 2;
}
@media (max-width: 767px) {
  .loader-text {
    scale: 1;
  }
}
.loader-text span {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: hideAndSeek 2s cubic-bezier(0.86, 0, 0.07, 1) infinite
    alternate;
  animation: hideAndSeek 2s cubic-bezier(0.86, 0, 0.07, 1) infinite alternate;
  letter-spacing: -5rem;
  margin: 0;
  padding: 0;
  -webkit-transform: translateY(4rem);
  transform: translateY(4rem);
}
.loader-text .l {
  -webkit-animation-delay: calc(var(--ANIMATION-DELAY-MULTIPLIER) * 0);
  animation-delay: calc(var(--ANIMATION-DELAY-MULTIPLIER) * 0);
}
.loader-text .o {
  -webkit-animation-delay: calc(var(--ANIMATION-DELAY-MULTIPLIER) * 1);
  animation-delay: calc(var(--ANIMATION-DELAY-MULTIPLIER) * 1);
}
.loader-text .a {
  -webkit-animation-delay: calc(var(--ANIMATION-DELAY-MULTIPLIER) * 2);
  animation-delay: calc(var(--ANIMATION-DELAY-MULTIPLIER) * 2);
}
.loader-text .d {
  -webkit-animation-delay: calc(var(--ANIMATION-DELAY-MULTIPLIER) * 3);
  animation-delay: calc(var(--ANIMATION-DELAY-MULTIPLIER) * 3);
}
.loader-text .ispan {
  -webkit-animation-delay: calc(var(--ANIMATION-DELAY-MULTIPLIER) * 4);
  animation-delay: calc(var(--ANIMATION-DELAY-MULTIPLIER) * 4);
}
.loader-text .n {
  -webkit-animation-delay: calc(var(--ANIMATION-DELAY-MULTIPLIER) * 5);
  animation-delay: calc(var(--ANIMATION-DELAY-MULTIPLIER) * 5);
}
.loader-text .g {
  -webkit-animation-delay: calc(var(--ANIMATION-DELAY-MULTIPLIER) * 6);
  animation-delay: calc(var(--ANIMATION-DELAY-MULTIPLIER) * 6);
}
.letter {
  height: 3rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.i {
  margin-inline: 5px;
}
@-webkit-keyframes hideAndSeek {
  0% {
    -webkit-transform: translateY(4rem);
    transform: translateY(4rem);
  }
  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes hideAndSeek {
  0% {
    -webkit-transform: translateY(4rem);
    transform: translateY(4rem);
  }
  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}


.hidden {
  display: none;
}
.visible {
  display: block;
}
.btn-container {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}
.show-more-btn {
  background-color: initial;
  border: 3px ridge #ff0052;
  border-radius: 0.3em;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  height: 3.5em;
  margin: auto;
  outline: none;
  position: relative;
  transition: 1s;
  width: 10em;
}
.show-more-btn:after {
  top: -10px;
}
.show-more-btn:after,
.show-more-btn:before {
  background-color: #181818;
  content: "";
  height: 40%;
  left: 3%;
  position: absolute;
  -webkit-transform-origin: center;
  transform-origin: center;
  transition: 0.5s;
  width: 95%;
}
.show-more-btn:before {
  top: 80%;
}
.show-more-btn:hover:after,
.show-more-btn:hover:before {
  -webkit-transform: scale(0);
  transform: scale(0);
}
.show-more-btn:hover {
  box-shadow: inset 0 0 25px #ff005275;
}