:root {
  --itemSize: 40px;
  --circle-width: 74px;
  --circle-height: 74px;
  --custom-green: #1804d1;
}

* {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Khula", sans-serif;
  font-weight: 400;
}
.blue-text {
  color: var(--custom-green);
}

.text-black {
  color: #000;
}
.bg-blue {
  background-color: #1605b4;
}

.wrapper {
  overflow-x: hidden;
  position: relative;
  color: #fff;
  background: #040128 0% 0% no-repeat padding-box;
}

.project-content {
}

.form-btn {
  border: 5px solid #eeedf1;
  border-radius: 50px;
  padding: 10px 45px;
  font-size: 20px;
  letter-spacing: 0px;
  color: #eeedf1;
  background-color: transparent;
}

.hero-section {
  position: relative;
  z-index: 99;
}

.top-nav {
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 2% 3%;
}

.name {
  font-weight: 800;
}

h1 {
  font-size: 75px;
  letter-spacing: 15px;
}

h2 {
  font-size: 65px;
}

h3 {
  font-size: 40px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 24px;
}

p {
  font-size: 18px;
}

a {
  color: inherit;
}

.blog-title {
  color: black;
  font-size: 24px;
  font-weight: 600;
  line-height: 10px;
}
.blog-content {
  color: black;
  font-size: 16px;
}

a:hover {
  color: inherit;
  text-decoration: none;
}

.background {
  position: absolute;
  top: 0px;
  left: 0px;
  min-width: 100vw;

  min-height: 100vh;
}

.bullseye {
  height: 100vh;
  width: auto;
  mix-blend-mode: overlay;
  opacity: 1;
}

.home-bg {
  position: absolute;
  top: 0%;
  left: 50%;
}

.about-bg {
  position: absolute;
  top: 90vh;
  right: -10%;
}

.white-line,
.pink-circle,
.semi,
.green-x {
  position: absolute;
}

.blue-circle {
  position: absolute;
  top: 35vh;
  right: 13vw;
}

.blue-circle-big {
  position: absolute;
  top: 50vh;
  left: 69px;
}

.blue-circle-big.about {
  position: absolute;
  top: 190vh;
  left: -50px;
}

.white-line.w1 {
  top: 40px;
  left: -50px;
}

.white-line.w2 {
  top: 50vh;
  right: 10vw;
}

.white-line.w3 {
  top: 50vh;
  left: 20vw;
}

.white-line.w4 {
  top: 85vh;
  right: 20vw;
}

.pink-circle.small {
  top: 30vh;
  right: 30vw;
}

.pink-circle.big {
  top: 20vh;
  left: 20vw;
}

.semi.big.w1 {
  left: 24vw;
  top: 10vh;
}

.semi.big.w2 {
  right: 24vw;
  top: 1vh;
  transform: rotate(-60deg);
}

.semi.small {
  right: 24vw;
  top: 70vh;
}

.green-x.w1 {
  top: 30vh;
  right: 15vw;
}

.green-x.w2 {
  top: 60vh;
  left: 15vw;
}

.loader {
  width: 100%;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100vh;
  background-color: #9b5067;
  position: relative;
}

.logo-svg {
  width: 100px;
  height: 100px;
}

.logo-svg.a {
  width: 60px;
  height: 60px;
  position: fixed;
  left: 42px;
  top: 18px;
}

.loader-text {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 15px;
  color: #9b5067;
}

.loader-text .letter {
  display: inline-block;
  line-height: 1em;
}

.white-line,
.green-x,
.pink-circle,
.semi {
  opacity: 0;
}
/* Content */

.home {
  height: 100vh;
}

.big-number {
  font-size: 100px;
  color: #9b5067;
}

label {
  font: Bold 18px "Gilroy Bold", sans-serif;
  color: #9b5067;
}

.form-control {
  border: none;
  background: transparent;
  padding: 20px 0px;
  border-radius: 0;
  color: #eeedf1 !important;
  border-bottom: 5px solid #eeedf1;
}

.form-control:focus {
  background: transparent;
  box-shadow: none;
  border-bottom: 5px solid #9b5067;
}

.section {
  margin-top: 150px;
  margin-bottom: 150px;
}

::placeholder {
  font-size: 16px;
  color: #eeedf1 !important;
  opacity: 0.3 !important;
}

@media (min-width: 1024px) {
  .contact-row {
    margin-right: -50px;
    margin-left: -50px;
  }

  .contact-row > [class^="col-"] {
    padding-right: 50px;
    padding-left: 50px;
  }
}

/* @import 'https://fonts.googleapis.com/css?family=Open+Sans'; */

.menu-position {
  position: fixed;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.menu {
  width: 40px;
  height: 40px;
}

.title {
  width: 300px;
  height: 10px;
  top: 60px;
}

.item {
  position: absolute;
  left: -40vw;
  top: -30vh;
  min-width: var(--itemSize);
  height: var(--itemSize);
  background-color: white;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
  text-align: center;
  line-height: var(--itemSize);
}

i {
  font-size: 0.6 * var(--itemSize);
  color: #222222;
}

.commented {
  color: rgba(255, 255, 225, 0.5);
  font-size: 74px;
  text-align: center;
  line-height: 40px;
  mix-blend-mode: overlay;
}

/* Nav */

.navbar-container {
  z-index: 999;
  height: 100vh;
  position: fixed;
  right: 0px;
}

.link-text:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0%;
  content: ".";
  transition: all 0.7s;
  color: transparent;
  background: #040128;
  height: 1px;
}
.link-text:hover:after,
.link-text.active::after {
  width: 20px;
}

.nav-control {
  z-index: 10;
  width: 60px;
  height: 60px;
  background-color: var(--custom-green);
  border-radius: 50%;
  position: absolute;
  right: 60px;
  cursor: pointer;
  bottom: 40px;
}

.nav-bar {
  height: 3px;
  border-radius: 2px;
  display: block;
  background-color: white;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}
.nav-bar.top {
  width: 33px;
  transform-origin: left center;
}
.nav-bar.middle {
  width: 28px;
}
.nav-bar.bottom {
  transform-origin: left center;
  width: 23px;
}

.nav-bar + .nav-bar {
  margin-top: 6px;
}

.nav-polygon-wrapper {
  /* display: none; */
  right: -1000px;
  top: 0px;
  position: absolute;
  height: 100vh;
}

.nav-polygon {
  /* right: 800px; */
  opacity: 1;
  fill: #ffffff;
}

.links {
  position: absolute;
  height: 100vh;
  width: 200px;
  display: flex;
  align-items: center;
  /* right: 60px; */
  right: -1000px;
}

.single-link {
  opacity: 0;
  z-index: 9;
  font-weight: normal;
  font-size: 36px;
  /* color: red; */
  color: #040128;
  text-align: right;
}

.proj-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 22;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.projcon:hover > .proj-text {
  opacity: 1;
}
.projcon:hover > .proj-img {
  opacity: 0;
}

.single-link + .single-link {
  margin-top: 40px;
}

.project-btn {
  border-radius: 20px;
  border: none;
  padding: 5px 25px;
  font-size: 16px;
  background-color: var(--custom-green);
  color: #fff;
  height: 100%;
}

.project-wrapper {
  position: relative;
  transition: all 1s;
  width: 100%;
  height: 220px;
}

.project-wrapper > .project {
  background-size: 100%;
  background-repeat: no-repeat;
  filter: none;
  -webkit-filter: none;
  height: 100%;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1;
  transition: all 1s;
}

.project-wrapper > .content {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  visibility: hidden;
  -webkit-transform: translateY(-200%);
  -moz-transform: translateY(-200%);
  transform: translate(-50%, -200%);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.project-wrapper.hovered > .project {
  filter: blur(5px);
  -webkit-filter: blur(5px);
}

.project-wrapper.hovered > .content {
  visibility: visible;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.project.project-1 {
  background-image: url("https://res.cloudinary.com/vello/image/upload/q_auto/v1604778773/Project1-1_dal2zm.webp");
}

.project.project-2 {
  background-image: url("https://res.cloudinary.com/vello/image/upload/v1605450221/51_tbjwdu.webp");
}


.project.project-3 {
  background-image: url("https://res.cloudinary.com/vello/image/upload/v1604778771/Project2-1_fsfjdk.webp");
}


.project.project-4 {
  background-image: url("https://res.cloudinary.com/vello/image/upload/v1604778777/Project3-1_uevoak.webp");
}

.project.project-5 {
  background-image: url("https://res.cloudinary.com/vello/image/upload/v1604778786/Project4-1_nejt4e.webp");
}

@media (min-width: 768px) {
  .modal-xl {
    width: 90%;
    max-width: 1200px;
  }
}

.carousel-indicators {
  list-style: none;
  bottom: -40%;
}
.carousel-indicators li,
.carousel-indicators li.active {
  height: 30px;
  position: relative;
  margin: 10px;
}
.carousel-indicators img {
  position: absolute;
  width: 100%;
  opacity: 1;
  height: 100%;
  top: 0;
  left: 0;
}
.close {
  background-color: #040128 !important;
  opacity: 1 !important;
  padding: 2px 9px 6px 9px !important;
  color: #fff;
}

/* .modal-wrapper {

  transform: scale(0.1);
  opacity: 0;
  transition: all 1s;
}

.modal-wrapper.isEntering { 
  transform: scale(1);
  opacity: 1;
} */

.modal-title {
  color: #000;
}
.modal-desc,
.modal-stack {
  color: var(--custom-green);
  font-size: 16px;
  font-weight: bold;
  /* line-height: 20px; */
  margin-top: 20px;
  margin-bottom: 0px;
}

.modal-cont {
  color: #8f8f92;
}

.modal-btn {
  background-color: #040128;
  color: #fff;
}

.modal-arrow {
  margin-top: -20px;
}

.modal-arrow.next:after {
  content: "";
  display: inline-block !important;
  width: 0;
  height: 0;
  vertical-align: middle;
  border-left: 10px solid #040128;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}
.modal-arrow.prev:before {
  content: "";
  display: inline-block !important;
  width: 0;
  height: 0;
  vertical-align: middle;
  border-right: 10px solid #040128;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}

.modal-arrow.next:before,
.modal-arrow.prev:after {
  width: 60px;
  height: 2px;
  background: #040128;
  content: "";
  display: inline-block;
  vertical-align: middle;
  transition: all 0.5s;
}

.modallink,
.modallink:hover,
.modallink:focus {
  background: none !important;
  outline: none;
  border: none;
}

.modallink:hover > .modal-arrow.next:before,
.modallink:hover > .modal-arrow.prev:after {
  width: 120px;
}

.scroll-text {
  color: #ffffffb3;
  opacity: 0;
}

.scroll-arrow {
  position: relative;
  z-index: 9999;
  opacity: 0;
}

.scroll-arrow span {
display: block;
width: 10px;
height: 10px;
border-bottom: 2px solid #ffffffb3;
border-right: 2px solid #ffffffb3;
transform: rotate(45deg);
margin: -4px;
animation: animate 2s infinite;
}

.scroll-arrow span:nth-child(2) {
animation-delay: -0.2s;
}
.scroll-arrow span:nth-child(33) {
animation-delay: -0.4s;
}

@keyframes animate {
0% {
  opacity: 0;
  transform: rotate(45deg) translate(-15px, -15px);
}
50% {
  opacity: 1;
}
100% {
  opacity: 0;
  transform: rotate(45deg) translate(15px, 15px);
}
}