img {
  user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

::-moz-selection {
  background: rgba(131, 52, 235, 0.5);
}

::selection {
  background: rgba(131, 52, 235, 0.5);
}

.linearGradientBG {
  background: rgb(131, 52, 235);
  background: linear-gradient(0deg, rgba(131, 52, 235, 0.6643032213) 0%, rgb(0, 0, 0) 100%);
}

.aboutUs-card,
.aboutUs-card-active {
  cursor: pointer;
  opacity: 0.45;
  transition: all 0.3s;
}
.aboutUs-card h5,
.aboutUs-card-active h5 {
  color: #8334eb;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
}
.aboutUs-card p,
.aboutUs-card-active p {
  opacity: 0.85;
  font-size: 13px;
  /*&:nth-of-type(1){
      display: none;
  }

  &:nth-of-type(2){
      display: block;
  }*/
}
.aboutUs-card .aboutUs-icon,
.aboutUs-card-active .aboutUs-icon {
  position: absolute;
  background-color: #8334eb;
  width: 40px;
  height: 40px;
  border: 2px solid rgba(255, 255, 255, 0.1);
  border-radius: 11px;
  transform: translate(-45px, 15px);
  text-align: center;
  padding: auto;
  line-height: 38px;
  vertical-align: middle;
  transition: filter 0.3s;
}
.aboutUs-card:hover,
.aboutUs-card-active:hover {
  transform: scale(1.05);
}
.aboutUs-card:hover .aboutUs-icon,
.aboutUs-card-active:hover .aboutUs-icon {
  filter: drop-shadow(0 0 20px #8334eb);
}

.aboutUs-card-left-out {
  transform: translate(-50px, 0);
}
.aboutUs-card-left-out:hover {
  transform: translate(-50px, 0) scale(1.05);
}

.aboutUs-card-right-out {
  transform: translate(50px, 0);
}
.aboutUs-card-right-out:hover {
  transform: translate(50px, 0) scale(1.05);
}

@media (max-width: 1250px) {
  .aboutUs-card-left-out {
    transform: translate(0, 0);
  }
  .aboutUs-card-left-out:hover {
    transform: translate(0, 0) scale(1.05);
  }
  .aboutUs-card-right-out {
    transform: translate(0, 0);
  }
  .aboutUs-card-right-out:hover {
    transform: translate(0, 0) scale(1.05);
  }
}
.aboutUs-card-active {
  border-color: rgba(131, 52, 235, 0.5) !important;
  opacity: 1;
}
.aboutUs-card-active .aboutUs-icon {
  filter: drop-shadow(0 0 20px #8334eb);
}
.aboutUs-card-active p {
  /*&:nth-of-type(1){
      display: block;
  }

  &:nth-of-type(2){
      display: none;
  }*/
}

.iphoneBGAppWrapper {
  position: absolute;
  height: 88%;
  width: 77%;
  top: 6%;
  left: 12%;
  z-index: -1;
  border-radius: 60px;
  overflow: hidden;
}

/* phone bgs */
#iphone_bg_1,
#iphone_bg_2,
#iphone_bg_3,
#iphone_bg_4,
#iphone_bg_5,
#iphone_bg_6 {
  transform: rotate(3deg);
  transition: all 0.3s;
}

#iphone_bg_2 {
  display: none;
}

#iphone_bg_3 {
  display: none;
}

#iphone_bg_4 {
  display: none;
}

#iphone_bg_5 {
  display: none;
}

#iphone_bg_6 {
  display: none;
}

/* footer */
.footer {
  background-color: rgba(255, 255, 255, 0.03);
}
.footer ul {
  list-style: none;
  padding-left: 0;
}
.footer li {
  font-weight: 400 !important;
  font-size: 16px !important;
}
.footer li a {
  text-decoration: none;
  color: #fff;
  opacity: 0.6;
}
.footer li a:hover {
  text-decoration: underline;
}
.footer li h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
  font-style: normal;
  margin-bottom: 5px;
  opacity: 1 !important;
}
.footer .socialLink {
  font-size: 20px;
  margin-right: 4px;
  opacity: 0.5;
  transition: all 0.3s;
}
.footer .socialLink:hover {
  opacity: 1;
  transition: all 0.3s;
}
.footer .footer-social {
  list-style: none;
}
.footer .footer-small {
  opacity: 0.3;
}
.footer .footer-small a {
  color: #fff !important;
  margin-left: 20px;
  text-decoration: none;
}
.footer .footer-small a:hover {
  text-decoration: underline;
  color: #0165E1 !important;
}
.footer h2 {
  font-size: 67px;
  font-weight: 800;
  background: -webkit-linear-gradient(40deg, rgb(40, 138, 255) 0%, rgb(255, 9, 233) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.footer h3 {
  font-weight: 200;
  font-size: 20px;
  text-transform: uppercase;
  opacity: 0.6;
}

/* from style.css */
.purpleGlow {
  filter: drop-shadow(0px 7px 13px rgba(131, 52, 235, 0.5));
}

.roundedExtra {
  border-radius: 15px;
}

/* modal */
.modal {
  color: #000;
}
.modal h5 {
  font-size: 18px;
}
.modal h6 {
  opacity: 0.5;
  font-size: 13px;
}
.modal .modal-header i {
  background-color: rgba(131, 52, 235, 0.1);
  padding: 10px;
  border-radius: 50%;
  font-size: 20px;
  color: #8334eb;
  margin-left: 20px;
}
.modal .modal-body p {
  font-size: 15px;
}
.modal .modal-body label {
  font-weight: 600;
  font-size: 14px;
  margin: 0;
}
.modal .modal-body input,
.modal .modal-body select {
  font-size: 14px !important;
  padding: 7px;
  padding-left: 12px;
  border-radius: 8px;
  margin-top: 3px;
}
.modal .btn-facebook {
  background: -webkit-linear-gradient(-90deg, #17A9FD 0%, #0165E1 100%);
  color: #fff;
  border: 0;
  opacity: 0.9;
  transition: all 0.3s;
}
.modal .btn-facebook:hover {
  opacity: 1;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
}
.modal .btn-email {
  background: -webkit-linear-gradient(-90deg, #ebebeb 0%, #dbdbdb 100%);
  color: #000;
  border: 0;
  opacity: 0.9;
  transition: all 0.3s;
}
.modal .btn-email:hover {
  opacity: 1;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
}

.contactUsCardWrapper {
  transition: transform 0.5s;
}
.contactUsCardWrapper a {
  text-decoration: none;
}
.contactUsCardWrapper:hover {
  transform: scale(1.1);
  transition: transform 0.5s;
}

.contactUsCard {
  text-align: center;
  background-color: #fff;
  border-radius: 14px;
  padding: 20px 40px;
}
.contactUsCard i {
  font-size: 50px;
  color: #000 !important;
}
.contactUsCard h5 {
  margin-top: 10px;
  color: #000 !important;
  text-decoration: none !important;
}

.emojiCircle {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.1);
  padding: 30px;
  border-radius: 50%;
}
.emojiCircle img {
  position: absolute;
  width: 90%;
  height: 90%;
  top: 5%;
  left: 5%;
}

#emoji1 {
  width: 120px;
  height: 120px;
  top: 30px;
  left: 10vw;
  transform: rotate(-5deg);
  animation-name: emoji1;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

#emoji2 {
  width: 150px;
  height: 150px;
  top: 50px;
  right: 5vw;
  transform: rotate(20deg);
  animation-name: emoji2;
  animation-delay: 1s;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

#emoji3 {
  width: 80px;
  height: 80px;
  top: 200px;
  right: 0vw;
  transform: rotate(-2deg);
  animation-name: emoji3;
  animation-delay: 0.5s;
  animation-duration: 3.5s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

#emoji4 {
  width: 60px;
  height: 60px;
  top: 150px;
  left: 3vw;
  transform: rotate(0deg);
  animation-name: emoji4;
  animation-delay: 1s;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

#emoji5 {
  width: 90px;
  height: 90px;
  top: 10px;
  left: calc(50% - 45px);
  transform: rotate(12deg);
  animation-name: emoji5;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

@keyframes emoji1 {
  0% {
    transform: scale(1) rotate(-5deg);
  }
  50% {
    transform: scale(0.75) rotate(5deg);
  }
  100% {
    transform: scale(1) rotate(-5deg);
  }
}
@keyframes emoji2 {
  0% {
    transform: scale(1) rotate(20deg);
  }
  50% {
    transform: scale(1.2) rotate(0deg);
  }
  100% {
    transform: scale(1) rotate(20deg);
  }
}
@keyframes emoji3 {
  0% {
    transform: scale(1) rotate(-2deg);
  }
  50% {
    transform: scale(0.9) rotate(5deg);
  }
  100% {
    transform: scale(1) rotate(-2deg);
  }
}
@keyframes emoji4 {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes emoji5 {
  0% {
    transform: rotate(12deg) scale(1);
  }
  50% {
    transform: rotate(-12deg) scale(1.3);
  }
  100% {
    transform: rotate(12deg) scale(1);
  }
}
.team-card {
  position: relative;
  height: 350px;
  background: #8334eb;
  background: linear-gradient(0deg, rgba(131, 52, 235, 0.5) 0%, rgba(131, 52, 235, 0.1) 100%);
  overflow: hidden;
  border-radius: 15px;
}
.team-card img:nth-child(1) {
  position: absolute;
  width: 100%;
}
.team-card .team-card-bg {
  position: absolute;
  width: 100%;
  z-index: 90;
  top: 100%;
  opacity: 0;
  transition: 0.8s;
}
.team-card h4 {
  position: relative;
  top: 285px;
  left: 25px;
  font-size: 20px;
  letter-spacing: -1px;
  font-weight: 400;
  z-index: 99;
  transition: 0.8s;
}
.team-card p {
  position: relative;
  top: 280px;
  left: 25px;
  font-size: 13px;
  z-index: 99;
  color: #9f62f0;
  max-width: 90%;
  transition: 0.8s;
}
.team-card p::before {
  position: absolute;
  top: -50px;
  left: -30px;
  content: " ";
  width: 370px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0) 100%);
  height: 100px;
  transition: 0.8s;
  transition-delay: 0.8s;
}
.team-card::before {
  content: " ";
  position: absolute;
  width: 60%;
  left: 20%;
  bottom: 10%;
  aspect-ratio: 1/1;
  z-index: 555;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  filter: blur(50px);
  z-index: -5;
}
.team-card .description {
  position: absolute;
  padding: 10px;
  padding-left: 20px;
  padding-right: 40px;
  z-index: 80;
  font-size: 12px;
  bottom: -100%;
  visibility: hidden;
  transition: 0.8s;
  background-color: rgba(131, 52, 235, 0.6);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  height: 100%;
  width: 100%;
  border-radius: 15px;
}
.team-card .description text {
  position: absolute;
  bottom: 20px;
  width: 80%;
  opacity: 0;
  transition: 0.8s;
}
.team-card:hover h4 {
  top: 15px;
  transition: 0.8s;
}
.team-card:hover p {
  top: 10px;
  transition: 0.8s;
}
.team-card:hover p::before {
  opacity: 0;
  transition: 0.3s;
}
.team-card:hover .description {
  visibility: visible;
  bottom: 0;
  transition: 0.8s;
  transition-delay: 0.1s;
}
.team-card:hover .description text {
  opacity: 1;
  transition: 0.8s;
  transition-delay: 0.3s;
}
.team-card:hover .team-card-bg {
  top: 0;
  opacity: 0.05;
  transition: 0.8s;
  transition-delay: 0.1s;
}

.team-arrowButton {
  box-sizing: border-box;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.03) 100%);
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: 0.1s;
}
.team-arrowButton i {
  color: rgba(255, 255, 255, 0.6);
}
.team-arrowButton:hover {
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: 0.1s;
}
.team-arrowButton:hover i {
  color: rgba(255, 255, 255, 0.8);
}

.team-arrowButton-mirror {
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.03) 100%) !important;
}

/* Blog post */
.blog_tag {
  font-size: 14px;
  background-color: #8334eb;
  border: 0;
  padding: 4px;
  padding-top: 2px;
  padding-bottom: 2px;
  border-radius: 4px;
}
.blog_tag i {
  display: none !important;
}

.blogpost {
  position: relative;
  background-color: rgb(10, 10, 10) !important;
  border: 1px solid rgb(20, 20, 20);
  border-radius: 7px;
  overflow: hidden;
  color: #fff !important;
  height: 95%;
  padding-bottom: 35px;
}
.blogpost h5,
.blogpost p {
  color: #fff !important;
  font-size: 16px;
  padding: 10px;
  padding-left: 15px;
  padding-top: 5px;
  margin: 0;
}
.blogpost h5 {
  padding-bottom: 0;
}
.blogpost p {
  color: rgba(255, 255, 255, 0.4) !important;
  font-size: 14px;
  margin: 0;
  margin-top: 7px;
  padding-top: 0;
}
.blogpost button {
  margin-left: 15px;
  margin-top: 10px;
  font-size: 11px !important;
}
.blogpost .blogpostDate {
  position: absolute;
  bottom: 0;
}

.article {
  overflow: hidden;
  background-color: rgb(10, 10, 10);
}
.article .article-header {
  position: relative;
  min-height: 450px;
  background-color: rgb(17, 0, 65);
  padding: 20px;
  background-image: url("../imgs/logo.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.article .article-header h2 {
  font-weight: 800;
  position: absolute;
  bottom: 45px;
  z-index: 10;
}
.article .article-header p {
  position: absolute;
  bottom: 0px;
  z-index: 10;
}
.article .article-header::after {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgb(10, 10, 10);
  background: linear-gradient(180deg, rgba(10, 10, 10, 0) 25%, rgb(10, 10, 10) 90%);
  content: "";
  z-index: 0;
}
.article .article-header #article-informations {
  font-size: 14px !important;
}
.article .article-header #article-informations span {
  margin-right: 5px;
}
.article .article-header #article-informations .article-category-tag {
  padding: 2px;
  padding-left: 5px;
  padding-right: 5px;
  border-radius: 3px;
  background-image: linear-gradient(30deg, #9890e3 0%, #b1f4cf 100%);
  color: black;
  font-weight: 700px;
}
.article .article-header #article-informations .article-category-tag[data-value=Podcast] {
  background: rgb(139, 119, 255);
  background: linear-gradient(351deg, rgb(139, 119, 255) 0%, rgb(176, 20, 247) 100%);
  color: #fff;
}
.article .article-header #article-informations .article-category-tag[data-value=Podcast]::before {
  font-family: FontAwesome;
  content: "\f2ce";
  margin-right: 5px;
  font-size: 15px;
}
.article .article-header #article-informations .article-category-tag i {
  color: #000;
}
.article .article-header #article-informations .article-date {
  margin-left: 5px;
  color: rgba(255, 255, 255, 0.5);
}
.article .article-header #back {
  position: absolute;
  background-color: rgba(10, 10, 10, 0.9);
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 7px;
  font-size: 13px;
  transition: 0.3s;
  z-index: 10;
}
.article .article-header #back i {
  color: rgba(255, 255, 255, 0.5);
  transition: 0.3s;
}
.article .article-header #back:hover {
  background-color: rgb(10, 10, 10);
  transition: 0.3s;
}
.article .article-header #back:hover i {
  color: rgba(255, 255, 255, 0.8);
  transition: 0.3s;
}
.article .article-content {
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-top: 30px;
}
.article .article-content .line {
  position: absolute;
  content: "";
  width: calc(100% - 40px);
  top: -10px;
  height: 3px;
  background-color: rgba(255, 255, 255, 0.05);
}

.project_header_bg {
  position: absolute;
  top: -300px;
  left: 0;
  width: 100vw;
  height: calc(100% + 300px);
  z-index: 0;
}

#project_header_xbody {
  background-image: linear-gradient(135deg, #FEB692 10%, #EA5455 100%);
}

.project_tags .badge {
  background-color: rgba(255, 255, 255, 0.3);
  font-size: 15px;
  font-weight: 500;
}

.projects-project-logo {
  width: 200px;
}

.projectCard {
  position: relative;
  z-index: 9999;
  padding: 20px 30px;
  border-radius: 15px;
}
.projectCard a {
  text-decoration: none;
}
.projectCard h2 {
  display: inline;
  font-weight: 700;
  background-image: linear-gradient(90deg, rgb(255, 255, 255), rgb(255, 255, 255));
  background-size: 0% 3px;
  background-repeat: no-repeat;
  background-position: left bottom;
  transition: 1s;
}
.projectCard .projectIndexImage img {
  transform: scale(1);
  transition: 1s;
}
.projectCard:hover h2 {
  background-size: 100% 3px;
  transition: 1s;
}
.projectCard:hover .projectIndexImage img {
  transform: scale(1.05);
  transition: 1s;
}
.projectCard .projectDate {
  font-size: 14px;
  opacity: 0.5;
}
.projectCard .badge {
  position: absolute;
  left: 30px;
  top: 30px;
}
.projectCard .text-bg-dark i {
  color: #fff !important;
}
.projectCard .text-bg-light i {
  color: #000 !important;
}

.projectIndexImage {
  background-color: var(--projectColor);
  overflow: hidden;
  min-height: 400px;
  height: 400px;
  max-height: 400px;
}

.underline {
  /* I don't know why this is needed, I just added it and it worked in IE Edge. If we remove this width, the gradient breaks in IE Edge */
  background: linear-gradient(to right, rgb(100, 200, 200), rgb(100, 200, 200)), linear-gradient(to right, rgb(255, 0, 0), rgb(255, 0, 180), rgb(0, 100, 200));
  background-size: 100% 0.1em, 0 0.1em;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 1s;
}
.underline:hover {
  background-size: 0 0.1em, 100% 0.1em;
}

#readingProgress {
  position: fixed;
  display: inline-block;
  z-index: 99999;
  left: 0;
  top: 0;
  height: 5px;
  width: 0%;
  background-color: #8334eb;
}

.importantMessageBox {
  position: relative;
  background-color: #8334eb;
  width: 100%;
  z-index: 99;
}
.importantMessageBox a {
  display: inline-block;
  color: rgba(255, 255, 255, 0.8);
  text-decoration: underline;
  text-underline-offset: 3px;
  padding-bottom: 2px;
  padding-top: 3px !important;
}
.importantMessageBox a i {
  color: inherit;
  font-size: 12px;
  vertical-align: middle;
}
.importantMessageBox a:hover {
  color: rgb(255, 255, 255);
}

.link-brand {
  color: #8334eb;
  opacity: 0.5;
}
.link-brand:hover {
  color: #8334eb;
  opacity: 0.7;
}

.pagination .page-item .page-link {
  background-color: rgba(255, 255, 255, 0.05);
  color: #fff;
  margin: 5px;
  width: 35px;
  height: 35px;
  border-radius: 5px;
  border: 0;
  opacity: 0.8;
}
.pagination .page-item .page-link:hover, .pagination .page-item .page-link:active, .pagination .page-item .page-link:focus {
  opacity: 1;
  outline: 0 !important;
  box-shadow: none !important;
}
.pagination .page-item .active {
  background-color: #8334eb;
  opacity: 1 !important;
}

.category-selector {
  position: relative;
  z-index: 999;
}
.category-selector .category-selector-item {
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  width: 150px;
  color: rgba(255, 255, 255, 0.8);
  transition: 0.2s;
}
.category-selector .category-selector-item:hover {
  border: 1px solid rgba(131, 52, 235, 0.5);
  transition: 0.2s;
}
.category-selector .category-selector-item-selected {
  border: 1px solid rgba(131, 52, 235, 0.5);
  background-color: rgba(131, 52, 235, 0.1);
  color: #8334eb;
}/*# sourceMappingURL=custom.css.map */