@import url("https://fonts.googleapis.com/css2?family=Pacifico&family=Roboto:wght@400;500;700;900&display=swap");
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?ue1l6h");
  src: url("../fonts/icomoon.eot?ue1l6h#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?ue1l6h") format("truetype"), url("../fonts/icomoon.woff?ue1l6h") format("woff"), url("../fonts/icomoon.svg?ue1l6h#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  font-size: 16px;
}

.icon-phone:before {
  content: "\e942";
}

.icon-envelop:before {
  content: "\e945";
}

.icon-location:before {
  content: "\e947";
}

.icon-text-width:before {
  content: "\ea60";
}

.icon-embed2:before {
  content: "\ea80";
}

.icon-facebook:before {
  content: "\ea90";
}

.icon-instagram:before {
  content: "\ea92";
}

.icon-github:before {
  content: "\eab0";
}

.icon-linkedin2:before {
  content: "\eaca";
}

.icon-stackoverflow:before {
  content: "\ead0";
}

.icon-circle-up:before {
  content: "\ea41";
}

#binary-anime {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
}

.box {
  background: transparent;
  position: absolute;
  transform: rotate(90deg);
  top: -75px;
  z-index: -1;
  color: #fff;
  text-shadow: 0 0 10px rgba(90, 24, 223, 0.4745098039);
  opacity: 0.1;
}

.zeroAnimate {
  animation: zeroAnimate 5s linear infinite;
}

.oneAnimate {
  animation: oneAnimate 5s linear infinite;
}

.box1 {
  left: -1.5%;
}

.box2 {
  left: 15.5%;
}

.box3 {
  left: 30%;
}

.box4 {
  left: 45%;
}

.box5 {
  left: 60%;
}

.box6 {
  left: 75%;
}

.box7 {
  left: 90%;
}

@keyframes zeroAnimate {
  0% {
    top: -105px;
    opacity: 1;
  }
  50% {
    top: 100px;
    opacity: 0;
  }
  95% {
    top: 150px;
    opacity: 1;
  }
  100% {
    top: 165px;
    opacity: 0;
  }
}
@keyframes oneAnimate {
  0% {
    top: -105px;
    opacity: 0;
  }
  50% {
    top: 100px;
    opacity: 1;
  }
  95% {
    top: 150px;
    opacity: 0;
  }
  100% {
    top: 165px;
    opacity: 1;
  }
}
* {
  margin: 0;
  padding: 0;
}

body {
  background-color: #1a1527;
  color: #fff;
  min-height: 100vh;
  position: relative;
  font-family: "Roboto", sans-serif;
  overflow-x: hidden;
}

h3 {
  opacity: 0.7;
}

.purple-clr {
  color: #5918df;
}

.secondary-family {
  font-family: "Pacifico", cursive;
}

a,
button {
  transition: 0.5s all;
}

.hidden {
  visibility: hidden;
  opacity: 0;
  height: 0;
  display: none;
  transition: all 0.5s;
}

.visible {
  visibility: visible;
  opacity: 1;
  height: 100%;
  transition: all 0.5s;
}

.dim-head {
  color: #5918df;
  opacity: 0.3;
  font-size: 4.5rem;
  text-transform: uppercase;
  font-weight: bolder;
  max-width: 18.75rem;
}

.mb-50 {
  margin-bottom: 5rem;
}

.mb-60 {
  margin-bottom: 6rem;
}

.mb-100 {
  margin-bottom: 10rem;
}

.btn {
  border: none;
  padding: 12px 24px;
  border-radius: 8px;
}
.btn:focus, .btn:active:focus {
  border: none;
  outline: none;
  box-shadow: none;
}

.btn-primary {
  background-color: #5918df;
  color: #fff;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background-color: #5918df;
  border-color: #5918df;
  box-shadow: 0 4px 12px rgba(255, 255, 255, 0.15);
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(204, 204, 204, 0.4941176471);
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 3.5px;
  background-color: #fff;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #5918df;
}

input:focus + .slider {
  box-shadow: 0 0 1px #5918df;
}

input:checked + .slider:before {
  transform: translateX(26px);
}

.form-control {
  background-color: transparent;
  color: #fff;
}
.form-control:hover, .form-control:focus {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}

::-webkit-scrollbar-thumb {
  background: #000;
  border: 0px none #ffffff;
  border-radius: 0;
}
::-webkit-scrollbar-thumb:hover {
  background: #000;
}
::-webkit-scrollbar-thumb:active {
  background: #000;
}

::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.5607843137);
  border: 0px none transparent;
  border-radius: 0px;
}

::-webkit-scrollbar-corner {
  background: transparent;
}

header,
main,
footer {
  z-index: 2;
  position: relative;
}

.lines {
  background-color: rgba(90, 24, 223, 0.1647058824);
  position: absolute;
  height: 100%;
  top: 0px;
  width: 1px;
  z-index: 0;
}
.lines.line1 {
  left: 15%;
}
.lines.line2 {
  left: 30%;
}
.lines.line3 {
  left: 45%;
}
.lines.line4 {
  left: 60%;
}
.lines.line5 {
  left: 75%;
}
.lines.line6 {
  left: 90%;
}

#main-header {
  transition: all 0.5s;
}
#main-header .navbar .navbar-brand {
  font-size: 32px;
  color: #fff;
  font-weight: 700;
  padding-left: 24px;
}
#main-header .navbar .navbar-nav .nav-link {
  color: #5918df;
  font-size: 18px;
  padding-right: 24px;
  font-weight: 500;
}
#main-header .navbar .navbar-nav .nav-link:hover {
  color: #fff;
  opacity: 0.9;
}
#main-header.sticky {
  position: fixed;
  width: 100%;
  z-index: 10;
  background-color: #1a1527;
  box-shadow: 0 5px 20px rgba(89, 24, 223, 0.1);
  left: 0;
  top: 0;
}

.landing {
  min-height: calc(100vh - 80px);
  display: flex;
  align-items: center;
  position: relative;
}
.landing .land-img {
  position: absolute;
  z-index: -1;
  bottom: -110px;
  right: -249px;
  opacity: 0.1;
  width: 790px;
  transform: rotate(45deg);
}

.col-pc {
  padding: 40px;
}

.slick-dots {
  text-align: left;
  left: 17%;
  transform: translateX(17px);
}
.slick-dots li button:before {
  font-size: 15px;
  color: #fff;
}
.slick-dots li.slick-active button:before {
  color: #fff;
}

.slick-prev:before,
.slick-next:before {
  font-size: 1.875rem;
}

.pre-about {
  margin-left: -100px;
}

.about-card {
  border-left: 2px solid #5918df;
  padding: 16px;
}
.about-card ul {
  list-style-type: disc;
  padding-left: 1rem;
}
.about-card ul li {
  font-size: 15px;
}

.lined-head {
  font-family: "Pacifico", cursive;
  color: #5918df;
}

.logo-troon img {
  width: 10rem;
}

.logo-syntecx img {
  width: 11rem;
}

.logo-ideo img {
  width: 5rem;
}

.toggle-about h3 {
  margin-bottom: 0;
}

.contact-me {
  padding: 40px 0 50px;
}
.contact-me .info span {
  font-size: 16px;
  padding-right: 5px;
}
.contact-me ul {
  list-style-type: none;
  padding-left: 0;
  text-align: right;
}
.contact-me ul li {
  display: inline-block;
  margin-right: 0.5rem;
}
.contact-me ul li:last-child {
  margin-right: 0;
}
.contact-me ul li a {
  text-decoration: none;
  padding: 21px 17px 16px;
  border: 1px solid #fff;
  border-radius: 100%;
}
.contact-me ul li a span {
  color: #fff;
}
.contact-me ul li a:hover {
  background-color: #5918df;
  border-color: #5918df;
}

.tech-stack ul {
  list-style-type: none;
}
.tech-stack ul li {
  display: inline-block;
  margin-right: 10px;
}
.tech-stack ul li img {
  opacity: 0.2;
  width: 180px;
}
.tech-stack ul li:last-child {
  margin-right: 0;
}

.copyright {
  background-color: black;
  padding: 8px;
}

@media only screen and (max-width:767px) {
  .dim-head {
    max-width: 100%;
    text-align: center;
  }
  .contact-me ul {
    text-align: center;
  }
  .slick-dots {
    display: none !important;
  }
  .hamburgers {
    background: transparent;
    border: none;
    margin-right: 1.8rem;
    height: 1.8rem;
    position: relative;
    width: 2.2rem;
    padding: 0;
    top: 0.1rem;
    outline: none !important;
    transition: 0.25s ease-in-out;
  }
  .hamburgers:focus {
    box-shadow: none;
    border: none;
  }
  .hamburgers span {
    display: block;
    position: absolute;
    border-radius: 0.5rem;
    height: 0.15rem;
    width: 100%;
    background: #fff;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: 0.25s ease-in-out;
  }
  .hamburgers span:nth-child(1) {
    top: 0;
  }
  .hamburgers span:nth-child(2) {
    top: 0.8rem;
    width: 75%;
  }
  .hamburgers span:nth-child(3) {
    top: 1.6rem;
  }
  .hamburgers[aria-expanded=true] span:nth-child(1) {
    top: 0.8rem;
    width: 0%;
    left: 50%;
  }
  .hamburgers[aria-expanded=true] span:nth-child(2) {
    transform: rotate(45deg);
    width: 100%;
  }
  .hamburgers[aria-expanded=true] span:nth-child(3) {
    transform: rotate(-45deg);
    top: 0.8rem;
  }
  #main-header .navbar-nav {
    background-color: rgba(26, 18, 49, 0.3803921569);
    box-shadow: 0px 5px 20px rgba(255, 255, 255, 0.1);
    padding: 10px;
    border-radius: 8px;
    position: absolute;
    width: 95%;
  }
  .slick-next {
    right: 5px;
  }
  .slick-prev {
    left: -5px;
  }
}/*# sourceMappingURL=style.css.map */