*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  font-size: 10px;
  font-family: "Montserrat", sans-serif;
  width: 100vw;
  height: 100vh;
}

:root {
  --primary-color: #a83574;
  --overlay-color: #55539e;
  --gray-dark: #4d4d4d;
  --gray-light: #999999;
  --menu-speed: 0.75s;
}

::-moz-selection { /* Code for Firefox */
  color: #fff;
  background: var(--overlay-color);
  }
  
  ::selection {
    color: #fff;
    background: var(--overlay-color);
  }

a:hover {
  text-decoration: none;
}

.video-main {
  width: 100%;
  position: relative;
}

#mute {
  color: var(--gray-light);
  position: absolute;
  right: 1rem;
}

.menu-side ul {
  text-decoration: none;
  list-style: none;
}



.main-logo {
  position: fixed;
  top: 20px;
  left: 20px;
}

.menu-side ul {
  display: flex;
  align-items: flex-start;
  flex-wrap: nowrap;
  flex: 1 1 auto;
  justify-content: space-between;
  column-gap: 2rem;
  row-gap: 2rem;
  transform: rotate(90deg);
  transform-origin: top left;
  position: fixed;
  left: 100%;
  top: 0px;
  right: 20px;
  width: 290px;
  padding: 20px;
}

.menu-side a {
  font-size: 1.2rem;
  text-decoration: none;
  cursor: pointer;
  color: var(--gray-dark);
}

.menu-side a:hover,
a:target {
  font-weight: 600;
  color: var(--overlay-color);
}

.lead {
  font-family: "Montserrat";
  font-weight: 500;
  color: var(--primary-color);
  font-size: 3rem;
  text-align: center;
  padding: 4rem 8rem 2rem;
  margin: auto;
}

/* ******** TYPEWRITER ******** */

.loop {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  margin-top: 8rem;
  margin-bottom: 6rem;
}

.loop h3 {
  font-size: 3rem;
}

#type {
  font-size: 3rem;
  position: relative;
  top: 40%;
  text-align: center;
  margin-top: 100px;
}

#type:after {
  background: black;
  content: " ";
  width: 2rem;
  height: 4px;
  margin-left: 4px;
  position: absolute;
  bottom: 6px;
  animation: blink 0.6s infinite;
  -webkit-animation: blink 0.6s infinite;
}

@keyframes blink {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.listen,
.create,
.deliver {
  color: var(--primary-color);
}

.main-logo {
  width: 10rem;
  height: 10rem;
  z-index: 100;
}

h4.service-lead {
  font-family: "Montserrat";
  font-weight: 700;
  color: var(--primary-color);
  margin-bottom: 1rem;
  text-align: center;
}

h2.service-title {
  margin-bottom: 1rem;
  text-align: center;
}

.fab {
  color: white;
  font-size: 1.5rem;
}

.social li {
  list-style: none;
}

.social ul {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  margin-top: 2rem;
}

/* ********  SOCIAL SIDE ******** */

.social.side {
  position: relative;
}

.ss-side li {
  list-style: none;
  color: var(--gray-dark);
  padding-bottom: .5rem;
}

.ss-talk li {
  padding-bottom: 1rem;
}

.ss-side .fab,
.fas,
.far {
  color: var(--gray-dark);
  font-size: 2rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.connect {
  color: var(--gray-dark);
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  flex: 1 1 auto;
  justify-content: space-between;
  transform: rotate(270deg);
  transform-origin: bottom left;
  position: fixed;
  left: 38px;
  bottom: 20px;
  right: 100%;
  width: 290px;
  font-size: 1.4rem;
  font-weight: 400;
}

.ss-social {
  display: flex;
  flex-direction: column;
  width: 55px;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: flex-start;
  column-gap: 2rem;
  position: fixed;
  left: 1px;
  bottom: 165px;
}


.ss-social,
.ss-side a:hover {
  text-decoration: none;
}

.sfb:hover {
  color: #3b5998;
}

.stw:hover {
  color: #00aced;
}

.sin:hover {
  color: #517fa4;
}

.sli:hover {
  color: #007bb6;
}

.ss1:hover {
  color: var(--primary-color);
}

.ss2:hover {
  color: #59267c;
}

.ss3:hover {
  color: #075e54;
}

.talk {
  color: var(--gray-dark);
  display: flex;
  align-items: flex-start;
  flex-wrap: nowrap;
  flex: 1 1 auto;
  justify-content: space-between;
  transform: rotate(270deg);
  transform-origin: bottom left;
  position: fixed;
  left: 38px;
  bottom: 330px;
  right: 100%;
  width: 290px;
  font-size: 1.4rem;
  font-weight: 400;
}

.ss-talk {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: flex-start;
  column-gap: 2rem;
  /* row-gap: 1.5rem; */
  position: fixed;
  left: 1px;
  bottom: 410px;
  /* right: 100%; */
  width: 55px;
}

.ss-side {
  width: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ss-talk .fab {
  font-size: 2rem;
}

.ss-talk .far {
  font-size: 2rem;
}


/* ******** END OF SOCIAL SIDE ******** */

.services-main {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  text-align: center;
  align-items: center;
  justify-content: center;
  margin: 20px;
  padding-bottom: 1rem;
  padding-top: 10rem;
}

.services-main h2,
h4,
h5,
p {
  color: var(--gray-dark);
}

.servicess {
  margin: auto;
  text-align: center;
}

.servicess h2 {
  font-size: 6rem;
  font-weight: 200;
  /* padding-bottom: 2rem; */
}

.cards {
  display: flex;
  flex-wrap: wrap;
  height: 100vh;
  text-align: center;
  font-size: 1.5rem;
  align-items: flex-start;
  justify-content: center;
  margin: 20px;
  padding-bottom: 1rem;
}

.cardd {
  display: flex;
  flex-direction: column;
  max-width: 300px;
  margin: 20px;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease-in-out;
}

.cardd:hover {
  transform: translate3D(0, -1px, 0) scale(1.06);
}

.cardd img {
  width: 300px;
  height: 350px;
  background-size: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  margin-bottom: 1rem;
}

.cardd h2,
h4 {
  color: var(--gray-dark);
}

.btn {
  color: var(--primary-color);
  margin-top: 1.5rem;
  border: 0px;
  padding: 0.5rem;
  letter-spacing: 1px;
  position: relative;
  overflow: hidden;
  transition: color 0.5s;
  background-color: transparent;
}

.btn:hover {
  color: white;
  cursor: pointer;
}

.btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -20px;
  width: 0;
  height: 100%;
  background-color: var(--gray-dark);
  transform: skewX(25deg);
  transition: width 0.5s;
  z-index: -2;
}

.btn:hover::before {
  width: 150%;
}

.btn:hover::after {
  content: "\f0a9";
  font-family: FontAwesome;
  display: inline-block;
  position: relative;
  padding-left: 1rem;
}

.service-lead {
  padding-top: 1rem;
}

.service-text {
  text-align: center;
}

/* ******** ABOUT US ******** */

.about-us {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  text-align: center;
  align-items: center;
  justify-content: center;
  margin: 20px;
  padding-bottom: 1rem;
  padding-top: 10rem;
}

.about-us h2,
h4,
h5,
p {
  color: var(--gray-dark);
}

.introduction {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 1.5rem;
  margin: auto;
  margin-top: 4rem;
  margin-bottom: 5rem;
  overflow: hidden;
  max-width: 60vw;
}

@media (max-width: 500px) {
  .introduction {
    max-width: 300px;
  }
}

.cure {
  display: flex;
  flex-wrap: wrap;
}

.cure img {
  margin-bottom: 3rem;
  border-radius: 50%;
  width: 300px;
  filter: grayscale(1);
}

.cure img:hover {
  filter: grayscale(0);
  transition: .8s ease-in-out;
}

.jelena,
.vanja {
  display: flex;
  flex-direction: column;
  max-width: 400px;
  margin: 50px;
  align-items: center;
  justify-content: flex-start;
  transition: all 0.2s ease-in-out;
}

.vanja {
  text-align: center;
}

.cure p {
  text-align: center;
}

.cure h5 {
  text-align: center;
}

.cure h4 {
  text-align: center;
}

.about-us h2 {
  font-size: 6rem;
  font-weight: 200;
}

.about-us h4 {
  font-size: 3rem;
  min-width: 600px;
  font-weight: 400;
}

.about-us h5 {
  font-size: 1.5rem;
  font-weight: 400;
  text-transform: uppercase;
  padding-bottom: 2rem;
}

.break {
  padding-top: 0.5rem;
  font-weight: 500;
}

.about-us p {
  font-size: 1.5rem;
}

/* ******** END OF ABOUT US ******** */

/* ******** CONTACT US ******** */

.contact-us {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  max-width: 60vw;
}

.contact-us h5 {
  font-weight: 400;
  font-size: 1.7rem;
  margin-bottom: 2rem;
}



@media (max-width: 1399px) {
  .contact-us h2 {
    padding-top: 4rem;
  }
}

.contact-img {
  width: 100vw;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 6rem;
}

.form-elements {
  display: flex;
  align-items: flex-start;
  justify-content: center;

}


.contact-us h2 {
  font-size: 6rem;
  font-weight: 200;
  color: var(--gray-dark);
  margin-top: 12rem;
}

.jps,
.vvm {
  margin-top: -15px;
}

/* ******** END OF CONTACT US ******** */

/* ******** FOOTER ******** */

footer {
  /* position: relative; */
  width: 1400px;
  text-align: left;
  margin: auto;
  padding-top: 3rem;
  margin-bottom: 2rem;
}

footer p {
  font-size: 1.2rem;
  font-weight: 300;
}

footer a {
  text-decoration: none;
  color: inherit;
  font-weight: 600;
}

footer a:hover {
  text-decoration: none;
  color: var(--primary-color);
}

.footer-top {
  font-weight: 400;
}

.footer-bottom {
  font-weight: 400;
}

.design {
  text-align: right;
  font-size: 1rem;
  font-weight: 400;
  margin-top: -10px;
}

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

   .about-us p {
    width: 400px;
  }
  
  .footer {
    width: 80vw;
  }

  .contact-us, .about-us, .servicess {
    max-width: 90vw;
  }

  }
@media screen and (max-width:1150px) {

  .footer {
    width: 80vw;
  }

}


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

.about-us p {
  width: 300px;
}



}

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

   .contact-us h2, .about-us h2, .servicess h2 {
   font-size: 5rem;
 }
}

  
/* ******** END OF FOOTER ******** */

@media (max-width: 900px) {

  /* MENU STYLES */
  .menu-wrap {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
  }

  .menu-wrap .toggler {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    cursor: pointer;
    width: 50px;
    height: 50px;
    opacity: 0;
  }

  .menu-wrap .hamburger {
    font-family: "Montserrat", sans-serif;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 56px;
    height: 56px;
    padding: 1rem;
    background: var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .logo {
    margin-bottom: 2rem;
  }

  /* ******** BURGER ******** */

  /* Hamburger Line */
  .menu-wrap .hamburger>div {
    position: relative;
    flex: none;
    width: 100%;
    height: 2px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
  }

  /* Hamburger Lines - Top & Bottom */
  .menu-wrap .hamburger>div::before,
  .menu-wrap .hamburger>div::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: -10px;
    width: 100%;
    height: 2px;
    background: inherit;
  }

  /* Moves Line Down */
  .menu-wrap .hamburger>div::after {
    top: 10px;
  }

  /* Toggler Animation */
  .menu-wrap .toggler:checked+.hamburger>div {
    transform: rotate(135deg);
  }

  /* Turns Lines Into X */
  .menu-wrap .toggler:checked+.hamburger>div:before,
  .menu-wrap .toggler:checked+.hamburger>div:after {
    top: 0;
    transform: rotate(90deg);
  }

  /* Rotate On Hover When Checked */
  .menu-wrap .toggler:checked:hover+.hamburger>div {
    transform: rotate(225deg);
  }

  /* Show Menu */
  .menu-wrap .toggler:checked~.menu {
    visibility: visible;
  }

  .menu-wrap .toggler:checked~.menu>div {
    transform: scale(1);
    transition-duration: var(--menu-speed);
  }

  .menu-wrap .toggler:checked~.menu>div>div {
    opacity: 1;
    transition: opacity 0.4s ease 0.4s;
  }

  .menu-wrap .menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .menu-wrap .menu>div {
    background: var(--overlay-color);
    border-radius: 50%;
    width: 200vw;
    height: 200vw;
    display: flex;
    flex: none;
    align-items: center;
    justify-content: center;
    transform: scale(0);
    transition: all 0.4s ease;
  }

  .menu-wrap .menu>div>div {
    text-align: center;
    max-width: 90vw;
    max-height: 100vh;
    opacity: 0;
    transition: opacity 0.4s ease;
  }

  .menu-wrap .menu>div>div>ul>li {
    list-style: none;
    color: #fff;
    font-size: 1.5rem;
    padding: 1rem;
  }

  .menu-wrap .menu>div>div>ul>li>a {
    color: inherit;
    text-decoration: none;
    transition: color 0.4s ease;
  }

 

.burger-submenu {
    display: flex;
    flex-direction: column;
}


   .main-logo {
    visibility: hidden;
    height: 0em;
  }

  .menu {
      display: flex;
      flex-direction: column;
  }


  /* ******** END OF BURGER ******** */

  .menu-side {
    visibility: hidden;
  }

  .social.side,
  .ss-side {
    visibility: hidden;
    display: none;
  }

  .jelena,
  .vanja {
    max-width: 400px;
  }

  .cure h4 {
    font-size: 2.5rem;
    font-weight: 400;
  }
}



@media (min-width: 900px) {
  .lead {
    align-items: center;
    justify-content: center;
    margin: auto;
  }

  .menu-side {
    position: absolute;
    right: 20px;
    margin-top: 2rem;
  }

  .menu,
  .menu-wrap,
  input.toggler,
  img.logo,
  .small-first {
    visibility: hidden;
    height: 0.1px;
  }

  .cards {
    max-width: 1000px;
    margin: auto;
  }
}

@media (max-width: 1400px) {

  .about-us,
  .cure,
  .jelena,
  .vanja {
    max-width: 500px;
    margin: auto;
    /* align-items: center; */
    justify-content: center;
  }

  .vanja img:first-child {
    margin-top: 8rem;
  }

  .form-elements {
    flex-direction: column;
  }

  .contact-us h2 {
    margin-top: 8rem;
  }
}

@media (min-width: 1400px) {
  .cards {
    max-width: 1100px;
  }
}

@media (min-width: 1700px) {
  .cards {
    max-width: 1400px;
  }
}

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

  .cure p {
    width: 60vw;
  }

}

@media (height: 530px) {
  .video-main {
    display: none;
    visibility: hidden;
  }
}


.social .bss1, .social .bss2, .social .bss3 {
  color: #fff;
  font-size: 1.6rem;
  vertical-align: middle;
}



/* ******** ACCORDION ******** */

.Accordion {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.Accordion + .Accordion {
  margin-top: 1em;
}

.Accordion input[type="checkbox"] {
  display: none;
}

.Accordion input:checked + .Accordion-subElements > .Accordion-subElement {
  height: 2em;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.Accordion-item label {
  display: block;
  color: #fff;
  cursor: pointer;
}


.Accordion-subElements {
  padding-left: 0;
}

.Accordion-subElement {
  height: 0;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transform: scale(0);
          transform: scale(0);
  font-size: 0.9em;
  line-height: 2;
  color: #fff;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
  transition-duration: 0.3s;
  overflow: hidden;
   }

.Accordion-subElement a {
  display: block;
   color: inherit;
  text-decoration: none;
  font-size: 1.2rem;
 }

.accordion--submenu {
  font-weight: 400;
  font-size: 1.5rem;
  color: #fff;
 }

/* ******** END OF ACCORDION ******** */


/* ******** STAY SAFE ******** */


.staysafe {
  height: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 4rem 0;
}

.eu {
  display: flex;
  align-items: center;
  text-align: center;
    background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin: auto;
}

.fondovi {
  display: flex;
  flex-direction: column;
 margin: auto;
  justify-items: center;
  width: 50vw;
  color: #4d4d4d;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 1.5rem;
}

.fonds {
  margin-bottom: 2rem;
}

.euproj {
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
}

.euproj p {
  font-size: 2rem;
}

.eu_headline {
  text-align: center;
  align-items: center;
  margin: auto;
  padding-bottom: 2rem;
  font-size: 3rem;
}

.eu_link {
  text-decoration: none;
  color: #4d4d4d;
  }

.eu_link:hover {
  color: var(--primary-color);
}  

.euhome {
  font-size: 1rem;
}

.euhome:hover {
  color: var(--primary-color);
}