@import url('https://fonts.googleapis.com/css2?family=Baloo+Tammudu+2:wght@400;500;600;700;800&display=swap');

:root {
  --dark-purple: #1D0E26;
  --mid-dark-purple: #29063E;
 /* --mid-dark-purple: #300067;*/
  --purple: #4F00AA;
  --pink: #FF7186;
  --turquoise: #42E0D0;
  --achtergrond: #58ADA5;
  --text-color: #ADA4B4;
}

/*:root {
  --dark-purple: #1D0E26;
  --mid-dark-purple: #300067;
  --purple: #4F00AA;
  --pink: #B559F0;
  --turquoise: #42E0D0;
  --achtergrond: #58ADA5;
}*/

.bg-purple {
  background-color: var(--mid-dark-purple);
}

body {
  padding-top: 78px;
  background-color: var(--dark-purple);
}

#link-cases, #link-contact, #link-vision, #link-case-intro {
  position: absolute;
  margin-top: -100px;
}

h1, h2, h3, h4 {
  font-family: 'Baloo Tammudu 2';
  color: #FAF7FC;
}

p, li, i, b, a, label {
  font-family: 'Baloo Tammudu 2';
  color: var(--text-color);
}

.navbar-light .navbar-nav .nav-link {
  color: #E7E2EB;
}

h1 {
 /*font-style: bold;*/
 font-size: 3em;
}

h2 {
  font-size: 1.6em;
  color: var(--pink);
}

h3 {
  font-style: semi-bold;
  color: var(--pink);
}

h4 {
  font-size: 1em;
}

h3, ul.li.a, header a {
  font-size: 1.2em;
}

footer a {
  color: white!important;
}

a:hover{
  color: var(--turquoise)!important;
}

p, i, b, li, a, label, button.btn.btn-primary, button.btn.btn-tertiary, button.btn.btn-casearrow, button.btn.btn-horizontalsecondary {
  font-size: 1em;
}

p, label, i {
  line-height: 1.8;
  opacity: 80%;
}

.pwithbutton {
  margin-bottom: 0rem;
}

/*-------------------BUTTONS-------------------*/

button.btn.btn-primary, button.btn.btn-contact {
  border-radius: 0px 10px 0px 10px;
  border: var(--turquoise);
  box-shadow: none;
  background-color: var(--turquoise);
  transition: all 0.3s ease;
  padding: 10px 10px 0px 10px;
  color: var(--dark-purple);
  /*font-style: bold;*/
  font-family: 'Baloo Tammudu 2';
}

button.btn.btn-contact {
  color: white;
  border: var(--purple);
  background-color: var(--purple);
}

button.btn.btn-primary img, button.btn.btn-contact img {
  transition: 0.3s;
}

button.btn.btn-primary:hover img, button.btn.btn-contact:hover img {
  transform: translateX(40%);
}

button.btn.btn-primary:hover img.buttondown, button.btn.btn-primary.primary-back:hover img, button.btn.btn-secondary:hover img, button.btn.btn-secondary.secondary-back:hover img {
  transform: translateX(-20%);
}

button.btn.btn-secondary, button.btn.btn-horizontalsecondary {
  border: none;
  box-shadow: none;
  background-color: transparent;
  transition: all 0.3s ease;
  padding: 0px;
  color: var(--turquoise);
  /*font-style: bold;*/
  font-family: 'Baloo Tammudu 2';
}

button.btn.btn-secondary img, button.btn.btn-horizontalsecondary img {
  transition: 0.3s;
}

button.btn.btn-secondary:hover, button.btn.btn-horizontalsecondary:hover {
  box-shadow: none;
}

button.btn.btn-secondary:hover img {
  transform: translateY(50%);
}

button.btn.btn-horizontalsecondary:hover img {
  transform: translateX(50%);
}

button.btn.btn-tertiary, button.btn.btn-casearrow {
  border: none;
  box-shadow: none;
  background-color: var(--mid-dark-purple);
  transition: all 0.3s ease;
  padding: 0px;
  color: var(--turquoise);
  /*font-style: bold;*/
  font-family: 'Baloo Tammudu 2';
}

button.btn.btn-tertiary img, button.btn.btn-casearrow img {
  transition: 0.3s;
}

button.btn.btn-tertiary:hover, button.btn.btn-casearrow:hover {
  box-shadow: none;
}

div.bg-purple:hover button.btn.btn-tertiary img {
  transform: translateX(50%);
  color: var(--turquoise);
}

section.case-intro button.btn.btn-casearrow:hover img {
  transform: translateY(50%);
  color: var(--turquoise);
}

section.features div.bg-purple:hover div.case-img, section.next-case-study div.container:hover div.case-img img,section.features div.container:hover div.case-img img {
  transform: scale(1.05);
}

section.features div.bg-purple div.case-img, section.features div.container div.case-img img, section.next-case-study div.container div.case-img img {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
}

/*--------------------NAVIGATION-------------------*/
@media only screen and (max-width: 990px) {
  header nav {
    background-color: var(--dark-purple);
    padding-bottom: 0px !important;
  }

  .navbar-collapse {
    height: calc(100vh - 78px);
    display: flex;
    justify-content: center;
  }

  .navbar-phone {
    position: absolute;
    bottom: 80px;
  }

  header nav div.container {
  border-bottom: 2px solid var(--turquoise);
  }
}

header nav div.container {
  border-bottom: 4px solid var(--turquoise);
  border-radius: 2px;
  background-color: var(--dark-purple);
  margin-top: -8px;
}

header nav {
  background-color: none;
  padding-bottom: 0.5rem;
}

header nav ul li a:hover {
  color: var(--turquoise);
}

header li a svg:hover {
  fill: var(--turquoise);
}

header li a img.linkedin:hover {
  transform: scale(1.2);
}

header li a img.linkedin {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
}

.hamburger {
  width: 40px;
  position: relative;
  height: 18px;
}

.navbar-toggler {
  background: none;
  box-shadow: none !important;
  border-color: none;
}

.hamburger span {
  position: absolute;
  height: 3px;
  left: 0;
  width: 40px;
  background-color: var(--turquoise);
  border-radius: var(--radius);
  transition: all 0.3s ease;
}

.hamburger span:nth-child(1) {
  opacity: 0;
}

.hamburger span:nth-child(2){
  transform: rotate(45deg);
  margin-top: 6px;
}

.hamburger span:nth-child(3){
  transform: rotate(-45deg);
  margin-top: 6px;
}

.collapsed .hamburger span:nth-child(1) {
  opacity: 1;
}

.collapsed .hamburger span:nth-child(2){
  margin-top: 8px;
  transform: rotate(0deg);
}

.collapsed .hamburger span:nth-child(3){
  margin-top: 16px;
  transform: rotate(0deg);
}

.navbar-light .navbar-nav .nav-link:hover {
  color: var(--turquoise);
}

/*--------------------HERO OPENING-------------------*/
section.hero .hero-picture .hero-small {
    display: none;
  }

section.hero .hero-picture {
  position: absolute;
  top: 120px;
  right: 19%;
}

section.hero .hero-picture img {
  max-width: 550px;
}
 
section.hero .vertical-animation {
  padding: 180px 0px 250px 0px;
}

section.hero .animation {
    vertical-align: sub;
    height: 3em;
    overflow: hidden;
    line-height: 2.5em;
 }
 
section.hero ul {
  animation: animation 26s infinite;
  padding: 0;
  margin-top: -1em;
  list-style: none;
}

/* Old animation with 4 elements instead of 6 */
/* @keyframes animation {
    0%     { margin-top: 0.2em }
    9%     { margin-top: 0.2em }
    17%    { margin-top: -4em }
    26%    { margin-top: -4em }
    34%    { margin-top: -8.3em }
    43%    { margin-top: -8.3em }
    51%    { margin-top: -12.7em }
    60%    { margin-top: -12.7em }
    68%    { margin-top: -8.3em }
    77%    { margin-top: -8.3em }
    85%    { margin-top: -4em }
    94%    { margin-top: -4em }
    100%   { margin-top: 0.2em }
} */
@keyframes animation {
  0% { margin-top: 0.3em }
  5% { margin-top: 0.3em }
  9% { margin-top: -3.8em }
  13% { margin-top: -3.8em }
  18% { margin-top: -8em }
  23% { margin-top: -8em }
  28% { margin-top: -12em }
  33% { margin-top: -12em }
  38% { margin-top: -16em }
  43% { margin-top: -16em }
  48% { margin-top: -20em }
  53% { margin-top: -20em }
  59% { margin-top: -16em }
  64% { margin-top: -16em }
  69% { margin-top: -12em }
  74% { margin-top: -12em }
  79% { margin-top: -8em }
  84% { margin-top: -8em }
  89% { margin-top: -3.8em }
  96% { margin-top: -3.8em }
  100% { margin-top: 0.3em }
}


@media only screen and (max-width: 990px) {
  section.hero .hero-picture .hero-big {
    display: none;
  }

  section.hero .hero-picture .hero-small {
    display: initial;
  }

  section.hero .vertical-animation {
    padding: 60px 0px 40px 0px;
  }

  section.hero .animation {
    height: 2em;
    line-height: 2em;
  }
/* Mobile version - old animation with 4 elements instead of 6 */
/* @keyframes animation {
      0%     { margin-top: 0.1em }
      9%     { margin-top: 0.1em }
      17%    { margin-top: -2.1em }
      26%    { margin-top: -2.1em }
      34%    { margin-top: -4.6em }
      43%    { margin-top: -4.6em }
      51%    { margin-top: -7.2em }
      60%    { margin-top: -7.2em }
      68%    { margin-top: -4.6em }
      77%    { margin-top: -4.6em }
      85%    { margin-top: -2.1em }
      94%    { margin-top: -2.1em }
      100%   { margin-top: 0.1em }
  } */

  @keyframes animation {
    0% { margin-top: 0.2em }
    5% { margin-top: 0.2em }
    9% { margin-top: -2.2em }
    13% { margin-top: -2.2em }
    18% { margin-top: -4.5em }
    23% { margin-top: -4.5em }
    28% { margin-top: -6.8em }
    33% { margin-top: -6.8em }
    38% { margin-top: -9.2em }
    43% { margin-top: -9.2em }
    48% { margin-top: -11.6em }
    53% { margin-top: -11.6em }
    59% { margin-top: -9.2em }
    64% { margin-top: -9.2em }
    69% { margin-top: -6.8em }
    74% { margin-top: -6.8em }
    79% { margin-top: -4.5em }
    84% { margin-top: -4.5em }
    89% { margin-top: -2.2em }
    96% { margin-top: -2.2em }
    100% { margin-top: 0.2em }
  }
}

@media only screen and (max-width: 449px) {
  section.hero .hero-picture {
    top: 155px;
    right: 1%;
  }

  section.hero .hero-picture img {
    max-width: 340px;
  }
}

@media only screen and (min-width: 450px) and (max-width: 767px) {
  section.hero .hero-picture {
    top: 185px;
    right: 6%;
  }

  section.hero .hero-picture img {
    max-width: 340px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 990px) {
  section.hero .hero-picture {
    top: 190px;
    right: 14%;
  }

  section.hero .hero-picture img {
    max-width: 350px;
  }

  section.hero .animation {
    height: 3em;
  }

  @keyframes animation {
      0%     { margin-top: 0.1em }
      9%     { margin-top: 0.1em }
      17%    { margin-top: -4em }
      26%    { margin-top: -4em }
      34%    { margin-top: -8.3em }
      43%    { margin-top: -8.3em }
      51%    { margin-top: -12.7em }
      60%    { margin-top: -12.7em }
      68%    { margin-top: -8.3em }
      77%    { margin-top: -8.3em }
      85%    { margin-top: -4em }
      94%    { margin-top: -4em }
      100%   { margin-top: 0.1em }
  }
}

@media only screen and (min-width: 991px) and (max-width: 1199px) {
  section.hero .hero-picture img {
    max-width: 400px;
  }

  section.hero .hero-picture {
    top: 170px;
    right: 12%;
  }
}

/*--------------------CASES-------------------*/
/*section.features div.container div.bg-purple, */
section.case-intro div.container div.bg-purple, section.case-intro div.bg-purple {
  border-radius: 20px 0px 20px 0px;
}

section.features div.container div.case-img, section.features div.tertiarybutton, section.case-intro div.container div.case-img, section.case-intro div.container div.avc-app {
  text-align: center;
}

section.dual-image div.container div.case-img img, section.next-case-study div.container img, section.features div.container img {
  max-width: 100%;
}

section.features div.container div.case-img img, section.case-intro div.container div.case-img img {
  max-width: 100%;
}

section.features div.container div.mobile-case img, section.case-intro div.container div.mobile-case img {
  max-width: 27%;
}

section.case-intro div.container div.img-wireframes img {
  max-width: 70%;
}

section.features div.container .row {
  max-height: 380px;
}

@media only screen and (max-width: 767px) {
    h1 {
      font-size: 1.6em;
    }
  
    h2 {
      font-size: 1.2em;
    }
  
    h3 {
      font-size: 1em;
    }

  section.features div.container div.case-img img, section.case-intro div.container div.case-img img, section.dual-image div.container div.case-img img, section.next-case-study div.container img, section.features div.container img {
    max-width: 100%;
  }

  section.features div.container div.bg-purple, section.case-intro div.container div.bg-purple {
    width: 94%;
  }

  section.features div.container div.mobile-case img, section.case-intro div.container div.mobile-case img {
    max-width: 35%;
  }

  section.next-case-study div.container div.case-img, section.features div.container div.case-img {
    max-height: 100%;
  }

    section.features div.container .row {
      max-height: none;
    }
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  section.features div.container div.case-img img, section.case-intro div.container div.case-img img, section.dual-image div.container div.case-img img, section.next-case-study div.container img {
    max-width: 100%;
  }

  section.features div.container div.bg-purple, section.case-intro div.container div.bg-purple {
    display: flex;
    align-items: center;
  }

  section.next-case-study div.container div.case-img, section.features div.container div.case-img {
    max-height: 100%;
  }
}

.link-wrapper {
  cursor: pointer;
}

/*--------------------CONTACTMOMENT-------------------*/

@media only screen and (max-width: 768px) {

  section.contactmoment img.signature {
    width: 30%;
    margin-top: -15px;
    padding-bottom: 20px;
  }
}

section.contactmoment img.signature {
  width: 38%;
}

section.contactmoment .container {
  background-color: var(--turquoise);
}

/*section.contactmoment h2, section.contactmoment p {
  color: white;
}*/

section.contactmoment h1, section.contactmoment h2, section.contactmoment p, section.contactmoment label {
  color: var(--dark-purple);
}

section.contactmoment .form-control {
  border-radius: 0px 5px 0px 5px;
  border-style: none;
  /*box-shadow: 1px 1px 2px var(--dark-purple);*/
}

section.contactmoment .form-control {
  font-family: 'Baloo Tammudu 2';
  color: var(--dark-purple);
}

section.contactmoment .form-control::placeholder {
  color: var(--dark-purple);
  opacity: 0.5;
  padding-top: 0px;
}

/*--------------------ABOUT ME - INTRODUCTION -------------------*/
@media only screen and (max-width: 767px) {

  section.introduction div.container img.photo-julia {
    width: 80%;
    margin-left: 10%;
  }
}

/*--------------------ABOUT ME - IDEA / GOAL SECTION-------------------*/

@media only screen and (max-width: 767px) {
  section.vision div.position {
    display: none;
  }
}

section.vision div.idea-goal {
  background-color: var(--mid-dark-purple);
  border-radius: 0px 20px 0px 20px;
}

section.vision div.idea-goal h3 {
  color: var(--turquoise);
}

section.vision div.position {
  position: absolute;
}

section.vision div.position, section.vision div.position img {
  width: 90px;
}

section.vision div.design-up {
  left: 46%;
  margin-top: -350px;
}

section.vision div.design-down {
  left: 46%;
  margin-top: 350px;
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  section.vision div.position, section.vision div.position img {
    width: 55px !important;
  }

  section.vision div.design-up {
    left: 45%;
    margin-top: -520px;
  }

  section.vision div.design-down {
    left: 45%;
    margin-top: 520px;
  }
}

/*--------------------ABOUT ME - WHAT I BRING TO THE TABLE-------------------*/
section.qualities .usps {
  position: relative;
  border: 2px solid var(--purple);
  border-radius: 0px 0px 50px 50px;
}

section.qualities h2 {
  color: white;
}

section.qualities .usps .quality-icon {
  position: absolute;
  width: 100%;
  left: 0px;
  text-align: center;
  margin-top: -60px;
}


/*--------------------ABOUT ME - INFINITY CAROUSEL-------------------*/
section.knownfor div.container {
  overflow: hidden;
}

section.knownfor div.container h4 span {
  color: var(--turquoise);
}

.skills {
  display: inline-block;
  white-space: nowrap;
  animation: floatText 200s infinite linear;
  animation-iteration-count: 10;
}

@keyframes floatText {
  to {
    transform: translateX(-100%);
  }
}

.skills:hover  {
  animation-play-state: paused;
}

/*--------------------SPECIFIC CASE PAGE-------------------*/

/*Image as background of a section*/
.bg-img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 65vh;
}

section.case-intro div.container {
  padding-left: 0 ;
  padding-right: 0;
}

section.case-intro div.container div.bg-purple {
  display: flex;
  align-items: center;
  justify-content: center;
}

section.case-intro div.container div.avc-app img {
  max-width: 26%;
}

section.dual-image div.container, section.next-case-study div.container, section.features div.container {
  padding-left: 0 ;
  padding-right: 0;
}

/*------- TAGS -------*/
div.tag-container div.tag-item {
  max-height: 28px;
  background-color: rgba(255, 255, 255, 1.0);
  padding-top: 8px;
  padding-left: 8px;
  padding-right: 8px;
  border-radius: 3px;
  border: 1px solid rgba(29, 14, 38, 0.1);
  /*box-shadow: 1px 1px 3px #0000001A;*/
}

section.case-intro div.tag-container div.tag-item {
  background-color: rgba(255, 255, 255, 0.8);
}

section.features div.tag-container div.tag-item {
  background-color: transparent;
  border: 1px solid var(--turquoise);
}

section.features div.tag-container div.tag-item h4 {
  color: var(--turquoise);
}

div.tag-container div.tag-item h4 {
  color: var(--dark-purple);
}

/*------- NEXT CASE STUDY -------*/
section.next-case-study div.container div.case-img {
  overflow: hidden;
  max-height: 280px;
}

section.features div.container div.case-img {
  overflow: hidden;
  max-height: 380px;
}

@media only screen and (max-width: 991px) {
  section.case-intro div.container div.avc-app img {
    max-width: 30%;
  }

  .bg-img {
    height: 45vh;
  }
}

@media only screen and (max-width: 768px) {
  
  section.contactmoment img.signature {
    width: 30%;
    margin-top: -15px;
    padding-bottom: 20px;
  }
  
  section.dual-image div.mobile-img-padding, section.next-case-study div.mobile-img-padding, section.features div.container div.case-img, section.features div.mobile-img-padding {
    padding-right: 0%;
  }

  .row {
    --bs-gutter-x: 0rem;
  }
}

/* background color behind section */

section.review .container, section.next-case-study .container {
  background-color: var(--mid-dark-purple);
}

/*--------------------PHOTOGRAPHY PAGE-------------------*/

/*gallery styling*/
.case-photography .container {
  padding-left: 0px;
  padding-right: 0px;
}

.gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: white 50%;
  padding-top: 10px;
}

.gallery-center {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background-color: white 50%;
}

.gallery img, .gallery-center img {
  width: calc(33.33% - 7px);
  margin-bottom: 10px;
  cursor: pointer;
}

.gallery-center img {
  margin-left: 5px;
  margin-right: 5px;
}

/* Pop-up styling */
.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.popup-image {
  max-width: 95%;
  max-height: 95%;
}

.popup-overlay.show {
  opacity: 1;
  visibility: visible;
}

/*arrow in pop-up*/
.popup-overlay .arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  /*width: 35px;
  height: 35px;*/
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.popup-overlay .arrow.left {
  left: 50px;
  padding: 50px 5px 50px 15px;
}

.popup-overlay .arrow.right {
  right: 50px;
  padding: 50px 15px 50px 5px;
}

@media only screen (min-width: 768px) and (max-width: 1199px) {
  .gallery img, .gallery-center img {
    width: calc(50% - 5px);
  }
}

@media only screen and (max-width: 767px) {
  .gallery img, .gallery-center img {
    width: 100%;
  }

  .popup-image {
    max-width: 100%;
    max-height: 100%;
  }


  .popup-overlay .arrow {
    top: 82%;
    transform: translateY(-82%);
  }

  .popup-overlay .arrow.left {
    left: 35%;
  }

  .popup-overlay .arrow.right {
    right: 35%;
  }
}