.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.navbar {
  z-index: 999;
  background-color: #0000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar-div {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1500px;
  height: 75px;
  display: flex;
}

.logo-navbar {
  width: 300px;
  margin-left: 10px;
}

.links {
  grid-column-gap: 52px;
  grid-row-gap: 52px;
  justify-content: center;
  align-items: center;
  padding-right: 20px;
  display: flex;
}

.link-navbar {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: color .55s, font-size .375s cubic-bezier(.215, .61, .355, 1);
}

.link-navbar:hover {
  color: #6cf1ff;
  font-size: 20px;
  font-weight: 800;
}

.link-navbar.players {
  color: #fff;
  margin-top: 0;
}

.link-navbar.second {
  color: #000;
  background-image: linear-gradient(#6cf1ff, #6cf1ff);
  border-radius: 14px;
  padding: 14px;
  font-weight: 900;
}

.background-video {
  height: 100vh;
}

.background-video-2 {
  width: 100%;
  height: 100vh;
}

.hero-section-div {
  background-image: url('../images/SLIKA-ZA-ANIMATION.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  height: 100vh;
}

.hero-section {
  height: 100vh;
}

.background-video-3 {
  background-image: linear-gradient(#000000d4, #000000d4);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.we-are-mundo-gol {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 90px;
  font-weight: 800;
  line-height: 90px;
}

.underheading {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.we-are-mundogol {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1500px;
  height: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.bold-text, .text-span {
  color: #6cf1ff;
}

.under {
  text-align: center;
  width: 600px;
  margin-top: 40px;
  margin-bottom: 10px;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.button-hero {
  text-decoration: none;
}

.text-button {
  color: #000;
  background-image: linear-gradient(#6cf1ff, #6cf1ff);
  border-radius: 20px;
  padding: 10px 17px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 30px;
  text-decoration: none;
}

.agency-for-your-career {
  background-color: #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-max-1500 {
  width: 100%;
  max-width: 1500px;
  height: auto;
  padding-left: 0;
  padding-right: 0;
}

.heading-main {
  color: #fff;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 55px;
  font-weight: 800;
  line-height: 65px;
}

.heading-div {
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 63px;
  display: flex;
}

.heading-div._2 {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
}

.image-and-text {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 60px;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.div-block-2 {
  background-color: #0b0b0b00;
  border-radius: 20px;
  width: 100%;
  height: auto;
  padding: 0;
}

.text-inside-box {
  color: #858585;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
}

.text-inside-box._2 {
  color: #959595;
  padding-left: 0;
  padding-right: 100px;
  display: flex;
}

.text-inside-box.follow-us {
  margin-top: 20px;
}

.bold-text-2 {
  color: #6cf1ff;
}

.subheading {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 5px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.heading-for-small-texts {
  justify-content: flex-start;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 10px;
  display: flex;
}

.image-2 {
  width: 50px;
}

.body {
  background-color: #000;
}

.services {
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 220px;
  display: flex;
}

.grid {
  grid-column-gap: 37px;
  grid-row-gap: 37px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 100px;
  margin-bottom: 0;
  padding-bottom: 60px;
  padding-left: 20px;
  padding-right: 20px;
}

.slika-services {
  aspect-ratio: auto;
  object-fit: fill;
  width: 50px;
  height: auto;
  padding-right: 0;
  position: static;
}

.div-block-3 {
  justify-content: center;
  align-items: center;
  width: 75px;
  margin-bottom: 0;
  display: flex;
}

.div-block-4 {
  color: #fff;
  background-color: #fff;
  width: 1px;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.contract-negotiation {
  grid-column-gap: 61px;
  grid-row-gap: 61px;
  background-color: #01050700;
  border-radius: 20px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
}

.heading-services {
  color: #6cf1ff;
  text-align: left;
  width: auto;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 30px;
}

.image-19, .image-20, .image-21, .image-22, .image-23, .image-19-copy {
  aspect-ratio: auto;
  object-fit: fill;
  width: 100px;
  height: auto;
  padding-right: 0;
  position: static;
}

.players {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 140px;
  display: flex;
}

.image-and-text-copy {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 140px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.text-span-2 {
  color: #6cf1ff;
}

.ikonica-i-naslov-services {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tekst-i-linija-services {
  justify-content: center;
  align-items: center;
  display: flex;
}

.tekst {
  width: auto;
}

.heading-and-icon {
  padding-bottom: 10px;
  display: flex;
}

.columns {
  justify-content: center;
  align-items: center;
  display: flex;
}

.quick-stack {
  margin-top: 100px;
}

.div-block-5 {
  background-image: url('../images/Photo-credit---Vuk-Raicevic-148.png');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 400px;
}

.div-block-5._4 {
  background-image: url('../images/done-deal.png'), url('../images/Photo-credit---Vuk-Raicevic-148.png');
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, cover;
  border-radius: 20px;
}

.div-block-5._2 {
  background-image: url('../images/insta-post-1.PNG'), url('../images/Photo-credit---Vuk-Raicevic-148.png');
  background-position: 50% 25%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, cover;
  border-radius: 20px;
}

.div-block-5._1 {
  background-image: url('../images/krivokapic-national-call-up.png'), url('../images/Photo-credit---Vuk-Raicevic-148.png');
  background-position: 50% 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, cover;
  border-radius: 20px;
}

.div-block-5._3 {
  background-image: url('../images/insta-post-2.PNG');
  background-position: 50% 15%;
  background-size: cover;
  border-radius: 20px;
}

.cell-2 {
  justify-content: flex-start;
  align-items: stretch;
}

.heading {
  color: #6cf1ff;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.quick-stack-2 {
  grid-column-gap: 31px;
  grid-row-gap: 31px;
  margin-top: 140px;
  padding-left: 20px;
  padding-right: 20px;
}

.recent-news {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 140px;
  display: flex;
}

.contact-and-footer-copy {
  background-color: #0c1c1e;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 140px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.form {
  background-color: #fff0;
  border: 1px solid #fff;
  border-radius: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.submit-button {
  color: #000;
  background-color: #6cf1ff;
  border-radius: 11px;
  padding: 17px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 900;
}

.div-block-6 {
  margin-top: 100px;
  margin-bottom: 40px;
}

.form-2 {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  text-align: left;
  flex-flow: column;
  display: block;
}

.logo-footer {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.image-24 {
  width: 500px;
  margin-top: 40px;
}

.linija {
  color: #fff;
  background-color: #fff;
  width: 100%;
  height: 1px;
  margin-top: 20px;
}

.linija.team {
  margin-bottom: 20px;
}

.text-block {
  color: #717171;
  padding-top: 10px;
  padding-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.sv-studio {
  color: #fff;
  font-weight: 800;
  text-decoration: none;
}

.polje-info {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.heading-footer {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.div-block-7 {
  grid-column-gap: 8%;
  grid-row-gap: 8%;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.social-media-icons-div {
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-29 {
  border-radius: 10px;
  width: 40px;
}

.link-block {
  width: 100%;
  height: auto;
}

.follow-us {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 140px;
  display: flex;
}

.mobile-menu {
  display: none;
}

.link-navbar-mobile {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
}

.link-navbar-mobile.players {
  color: #fff;
  margin-top: 0;
}

.link-navbar-mobile.second {
  color: #000;
  background-image: linear-gradient(#6cf1ff, #6cf1ff);
  border-radius: 14px;
  padding: 14px;
  font-weight: 900;
}

.mobile-stack {
  display: none;
}

.our-team {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.grid-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding-left: 20px;
  padding-right: 20px;
}

.team-position {
  color: #6cf1ff;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 15px;
}

.team-name {
  color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  line-height: 35px;
}

.team-description {
  color: #fff;
  font-family: Montserrat, sans-serif;
}

@media screen and (max-width: 991px) {
  .navbar-div {
    padding-right: 20px;
  }

  .links {
    display: none;
  }

  .image-and-text {
    flex-flow: row;
  }

  .text-inside-box {
    font-size: 15px;
  }

  .div-block-5._4, .div-block-5._2, .div-block-5._1, .div-block-5._3 {
    height: 300px;
  }

  .heading {
    font-size: 30px;
  }

  .logo-footer {
    margin-bottom: 20px;
  }

  .image-24 {
    width: 250px;
  }

  .heading-footer {
    font-size: 26px;
  }

  .image-29 {
    width: 30px;
  }

  .mobile-menu {
    cursor: pointer;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-9 {
    object-fit: contain;
    width: 50px;
    height: 50px;
    overflow: clip;
  }

  .links-mobile {
    background-image: linear-gradient(#000000f7, #000000f7);
    flex-flow: column;
    justify-content: space-around;
    align-items: center;
    width: 50vw;
    height: 100vh;
    margin-left: 0;
    margin-right: -50%;
    padding: 40px 0;
    display: flex;
    position: absolute;
    inset: 0% 0% 0% auto;
  }

  .div-block-8 {
    justify-content: center;
    align-items: center;
    width: auto;
    padding-top: 0;
    padding-right: 0;
    display: flex;
    position: absolute;
    inset: 3% 3% auto auto;
  }

  .image-10 {
    width: 50px;
  }

  .text-link-mobile {
    color: #000;
    font-family: Montserrat, sans-serif;
    font-size: 30px;
    font-weight: 700;
    text-decoration: none;
  }

  .text-link-mobile.kontakt {
    color: #fff;
    background-color: #2400ff;
    border-radius: 40px;
    padding: 31px;
  }

  .link-navbar-mobile {
    padding: 33px;
    font-size: 40px;
    line-height: 50px;
  }

  .link-navbar-mobile.contact {
    color: #000;
    background-color: #6cf1ff;
    border-radius: 20px;
  }

  .close-menu-dix {
    margin-top: 10px;
    margin-right: 20px;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .image-30 {
    width: 50px;
  }

  .grid-2 {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  .we-are-mundo-gol {
    text-align: left;
    font-size: 70px;
  }

  .underheading {
    font-size: 18px;
  }

  .we-are-mundogol {
    text-align: left;
    justify-content: center;
    align-items: flex-start;
  }

  .under {
    text-align: left;
    width: 300px;
    font-size: 13px;
    line-height: 21px;
  }

  .text-button {
    font-size: 16px;
  }

  .heading-main {
    font-size: 40px;
    line-height: 50px;
  }

  .heading-div {
    margin-bottom: 60px;
  }

  .image-and-text {
    flex-flow: column;
    margin-bottom: 0;
  }

  .text-inside-box._2 {
    margin-bottom: 40px;
  }

  .grid {
    grid-template-columns: 1fr 1fr;
  }

  .slika-services {
    width: 8vw;
  }

  .contract-negotiation {
    padding-left: 30px;
    padding-right: 30px;
  }

  .image-19, .image-20, .image-21, .image-22, .image-23, .image-19-copy {
    width: 8vw;
  }

  .image-and-text-copy {
    flex-flow: column-reverse;
    margin-top: 140px;
  }

  .div-block-5._2, .div-block-5._1 {
    border-radius: 15px;
  }

  .quick-stack-2 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .form {
    color: #fff;
  }

  .links-mobile {
    grid-column-gap: 42px;
    grid-row-gap: 42px;
    justify-content: flex-start;
    margin-top: 0;
    margin-right: -50%;
    padding-top: 100px;
  }

  .link-navbar-mobile {
    padding: 10px;
    font-size: 30px;
  }

  .mobile-stack {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    display: block;
  }

  .our-team-div {
    text-align: left;
    flex-flow: column;
    justify-content: center;
    align-items: flex-end;
    display: flex;
  }

  .grid-2 {
    grid-template-columns: 1fr;
  }

  .slika-our-team {
    width: 50%;
  }

  .team-position {
    line-height: 20px;
  }

  .team-name {
    line-height: 40px;
  }
}

@media screen and (max-width: 479px) {
  .logo-navbar {
    width: 200px;
  }

  .we-are-mundo-gol {
    text-align: left;
    padding-right: 49px;
    font-size: 50px;
    line-height: 60px;
  }

  .underheading {
    font-size: 15px;
  }

  .we-are-mundogol {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: flex-start;
  }

  .under {
    text-align: left;
    width: auto;
  }

  .heading-main {
    text-align: center;
    font-size: 40px;
  }

  .heading-div {
    margin-bottom: 40px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .image-and-text {
    margin-top: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-inside-box {
    font-size: 12px;
    line-height: 15px;
  }

  .text-inside-box.follow-us {
    text-align: center;
    margin-top: 20px;
  }

  .grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    margin-top: 40px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .slika-services {
    width: 10vw;
  }

  .heading-services {
    font-size: 20px;
  }

  .image-19, .image-20, .image-21, .image-22, .image-23, .image-19-copy {
    width: 10vw;
  }

  .image-and-text-copy {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-5._4, .div-block-5._2, .div-block-5._1, .div-block-5._3 {
    border-radius: 10px;
    height: 200px;
  }

  .heading {
    font-size: 20px;
    line-height: 25px;
  }

  .quick-stack-2 {
    margin-top: 40px;
  }

  .div-block-6 {
    margin-top: 20px;
  }

  .polje-info {
    grid-column-gap: 26px;
    grid-row-gap: 26px;
  }

  .image-29 {
    max-width: none;
    margin-top: -27px;
  }

  .mobile-menu {
    display: flex;
  }

  .image-9 {
    width: 40px;
    height: auto;
  }

  .links-mobile {
    grid-column-gap: 47px;
    grid-row-gap: 47px;
    justify-content: flex-start;
    width: 70vw;
    margin-right: -70%;
    padding-top: 81px;
  }

  .div-block-8 {
    right: 7%;
  }

  .image-10 {
    width: 30px;
  }

  .text-link-mobile, .text-link-mobile.w--current {
    font-size: 20px;
  }

  .link-navbar-mobile {
    padding: 10px;
    font-size: 30px;
  }

  .link-navbar-mobile.contact {
    font-weight: 700;
  }

  .image-30 {
    width: 40px;
  }

  .grid-2 {
    grid-template-columns: 1fr;
  }

  .team-position {
    font-size: 10px;
  }

  .team-name {
    font-size: 20px;
  }

  .team-description {
    font-size: 8px;
    line-height: 12px;
  }
}

#w-node-_0101e437-231c-5d80-6a2b-f3252b43fe1e-919f59bb {
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr;
}

#w-node-_5eb8e7ea-8f6a-77b5-7291-ac7d2af118e2-919f59bb {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 767px) {
  #w-node-_0101e437-231c-5d80-6a2b-f3252b43fe1e-919f59bb {
    display: none;
  }

  #w-node-_5eb8e7ea-8f6a-77b5-7291-ac7d2af118e2-919f59bb {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_72d35181-7f42-e04e-953f-f6ca6654d450-919f59bb {
    justify-self: auto;
  }
}


