@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&family=Wix+Madefor+Display:wght@400..800&family=Wix+Madefor+Text:ital,wght@0,400..800;1,400..800&display=swap');
/*breakpoints*/
:root {
  --screen-sm-min: 575px;
  --screen-md-min: 767px;
  --screen-lg-min: 991px;
  --screen-xl-min: 1199px;
  --screen-xxl-min: 1399px;

  --screen-xs-max: 576px;
  --screen-sm-max: 768px;
  --screen-md-max: 992px;
  --screen-lg-max: 1200px;
  --screen-xl-max: 1400px;

  --me-yellow: #FFD236;
  --me-red: #F91567;
  --me-text-color: #16161d;
  --me-wix-display: "Wix Madefor Display";
  --me-wix-text: "Wix Madefor Text";
  --me-text-font: "Lexend";
}

body{
 overflow-x: hidden;
}
body.iframe-modal-open {
    position: relative;
}
body.iframe-modal-open:before {
  content: "";
  position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.4);
    transition: background 0.1s ease-in-out;
}
body.iframe-modal-open iframe {
    position: relative;
    z-index: 100 !important;
}
span.gradient{
  background: linear-gradient(to right, #FF9532 5%, #FE5A69 28%, #F958BE 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
body h1 {
 color: #16161D;
 font-size: 72px;
 font-style: normal;
 font-weight: 800;
 line-height: 69px;
 letter-spacing: -0.72px;
}
body h2 {
 color: #16161D;
 font-size: 62px;
 font-style: normal;
 font-weight: 800;
 line-height: 67px;
 letter-spacing: -0.62px;
}
h1, h2 {
 font-family: var(--me-wix-display) !important;
 color: var(--me-text-color) !important;
}
  h3, h4, h5, h6 {
 font-family: var(--me-wix-text) !important;
 color: var(--me-text-color) !important;
}

.body1{
 color: var(--me-text-color);
 font-family: var(--me-text-font);
 font-size: 18px !important;
 font-style: normal;
 font-weight: 400 !important;
 line-height: 24px !important;
 margin-bottom: 0 !important;
}

.body2{
 color: var(--me-text-color);
 font-family: var(--me-text-font);
 font-size: 20px;
 font-style: normal;
 font-weight: 400;
 line-height: 26px;
}

.me-btn-primary {
 border-radius: 8px;
 background: #f91567;
 display: inline-flex;
 padding: 12px 36px;
 justify-content: center;
 align-items: center;
 gap: 8px;
 text-decoration: none;
 margin-top: 28px;
 cursor: pointer;
  }

.me-btn-primary span{
 color: #fff;
 font-family: var(--me-wix-display) !important;
 font-size: 20px;
 font-style: normal;
 font-weight: 700;
 line-height: normal;
 letter-spacing: -0.2px;
  }




.me-btn-primary{
  position: relative;
  display: inline-block;
  overflow: hidden;
  text-decoration: none;
}
.me-btn-primary span {
  z-index: 2;
  position: relative;
}
.me-btn-primary:after {
  z-index: -1;
  content: "";
  inset: -1px;
  position: absolute;
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  transform: translate(0, 100%) rotate(0) skewX(0) skewY(0) scaleX(1) scaleY(1);
  transition-duration: 0.8s;
}
.me-btn-primary:not(:disabled):hover:after {
  z-index: 1;
  transform: translate(0, calc(-25% - 16px)) rotate(0) skewX(0) skewY(0)    scaleX(120%) scaleY(120%);
}
.me-btn-primary:after{ 
 background: linear-gradient(420deg,rgb(251 70 119) -28.15%, rgb(255 66 150) 34.97%, rgb(244 165 42) 97.08%);
}
.footer-text {
 color: #16161D !important;
 font-family: var(--me-text-font) !important;
 font-size: 16px !important;
 font-style: normal !important;
 font-weight: 400 !important;
 line-height: 18px !important;
}
.find-out-container .col-lg-6 img{
  width: 100% !important;
  height: auto !important;
    
}
footer .row ul{
 display: flex;
 gap: 25px;
}
footer .row ul a{
 text-decoration: none !important;
}
.trusted-by-slider {
 overflow: hidden;
 position: relative;
  }
.slider-trusted-by {
 margin-top: 40px !important;
 display: flex;
 flex: 0 0 100%;
 background: white;
 overflow: hidden;
 position: relative;
}
.slider-trusted-by::before, .slider-trusted-by::after {
  content: "";
  background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  width: 200px;
  height: 100%;
  z-index: 2;
}
.slider-trusted-by::after {
  right: 0 !important;
  top: 0;
  transform: rotateZ(180deg);
}
.slider-trusted-by::before {
  left: 0 !important;
  top: 0;
}
.slide-track {
  animation: scroll 40s linear infinite;
  display: flex;
  will-change: transform;
  gap: 10px;
  }

  .slide-track .slide {
 padding-left: 30px;
 padding-right: 30px;
 text-align: center;
 padding-top: 5px;
 padding-bottom: 5px;
}

.sponsor-img {
 height: 40px;
 object-fit: contain;
 transition: filter 0.3s ease;
 width: auto;
 min-width: 100px;
  }
  
.slide-track.paused {
  animation-play-state: paused;
}
  @keyframes scroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
  }
@media (max-width: 600px) {
.sponsor-img {
  height: 40px;
}
  }
.navbar > .container {
  padding-top: 28px !important;
  padding-bottom: 20px !important;
}
footer > .container {
  padding-bottom: 24px !important;
}
@media screen and (min-width: 992px) {
  .container:not(.hero-container) {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .container.hero-container {
    padding-bottom: 145px;
    padding-top: 0;
  }
  .about-us-naslovna .text-div {
    padding-left: 50px;
  }
}
@media screen and (min-width: 768px)  and (max-width: 991px) {
  .container:not(.hero-container) {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .container.hero-container {
    padding-bottom: 50px;
    padding-top: 0;
  }
}
@media screen and (max-width: 991px) {
  .container:not(.hero-container) {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .container.hero-container {
    padding-bottom: 30px;
    padding-top: 0;
  }
  .hero-container .row h1{
    font-size: 36px;
    font-style: normal;
    font-weight: 800;
    line-height: 40px;
  }
  .body1{
    font-size: 16px !important;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .body2{
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
  }
  h2{
    font-size: 36px !important;
    font-style: normal;
    font-weight: 800;
    line-height: 40px !important;   
  }
  .hero-container .row,
  .about-us-naslovna .row {
    display: flex;
    flex-direction: column-reverse !important;
  }
  .hero-container .with-bubbles,
  .about-us-naslovna .image-div {
    margin-left: 12px;
    margin-right: 12px;
    width: calc(100% - 24px);
  }
  .hero-container .with-bubbles {
     margin-bottom: 24px;
  }
  .about-us-naslovna .image-div {
    margin-top: 18px;
  }
}
@media (max-width: 767px){
 .container {
    padding-left: 5% !important;
    padding-right: 5% !important;
  }
  .find-out-container .col-lg-6, .find-out-container .col-12 h2, .find-out-container .col-12 .body1  {
    display: none;
  }
  .slider-trusted-by::before, .slider-trusted-by::after {
    width: 50px;
  }
  /* .find-out-container .col-lg-6, .find-out-container .col-12 h2, .find-out-container .col-12 .body1  {
    display: none;
  } */
  .find-out-container .col-12 .me-btn-primary{
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    margin-top: 0 !important;
    text-align: center;
  }
  .custom-logo{
    height: 54px !important;
    width: 54px !important;
  }
  .hero-container .col-md-6{
    margin: 28px 0px;
  }
  .hero-container {
    margin-bottom: 0px !important;
  }
  .about-us-whats-me, .about-us-naslovna, .trusted-by-container{
    margin-top: 47px!important;
    margin-bottom: 47px!important;
  }
  .slide-track .slide{
    padding-left: 10px;
    padding-right: 10px;
  }
  .about-us-naslovna .image-div  img {
    height: 207px !important;
  }
  .hero-container .with-bubbles {
    min-height: 252px !important;
    height: 252px;
  }
  .with-bubbles .floating-text,
  .with-bubbles .fixed-text {
    border-radius: 6px;
    padding: 4px 6px;
  }
  .with-bubbles .fixed-text {
    bottom: 20px;
    font-size: 14px;
    padding-left: 25px;
  }
  .with-bubbles .fixed-text::before {
    width: 16px;
    height: 16px;
  }
  .with-bubbles .floating-text:before,
  .with-bubbles .fixed-text:before {
    left: 4px;
  }
  .with-bubbles .floating-1 {
    font-size: 13px;
    padding-left: 25px;
  }
  .with-bubbles .floating-1::before {
    width: 16px;
    height: 16px;
  }
  .with-bubbles .floating-2,
  .with-bubbles .floating-4 {
    font-size: 14px;
    padding-left: 27px;
  }
  .with-bubbles .floating-2::before,
  .with-bubbles .floating-4::before {
    width: 18px;
    height: 18px;
  }
  .with-bubbles .floating-3 {
    font-size: 16px;
    padding-left: 29px;
  }
  .with-bubbles .floating-3::before {
    width: 20px;
    height: 20px;
  }
  .with-bubbles .floating-5 {
    font-size: 12px;
    padding-left: 24px;
  }
  .with-bubbles .floating-5::before {
    width: 15px;
    height: 15px;
  }
  .find-out-container .me-btn-primary {
    padding: 16px 8px !important;
  }
}
.hero-container .with-bubbles {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  background-image: url("/images/premium-hero.webp");
  background-size: cover;
  background-position: center;
  min-height: 500px;
  text-align: center;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.with-bubbles .floating-text,
.with-bubbles .fixed-text {
  color: #FFF;
  font-family: "Wix Madefor Display";
  white-space: nowrap;
  line-height: 180%;
}
.with-bubbles .floating-text {
  position: absolute;
  opacity: 0;
}
.with-bubbles .floating-text:before,
.with-bubbles .fixed-text:before {
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  top: 50%;
  transform: translateY(-50%);
}
.with-bubbles .fixed-text:before {
  background-image: url(/images/bulb-before.png);
}
.with-bubbles .floating-text::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='27' viewBox='0 0 29 27' fill='none'%3E%3Cpath d='M14.2454 26.1399L12.1798 24.2595C4.84344 17.6069 0 13.205 0 7.83453C0 3.4327 3.44739 -0.000442505 7.83497 -0.000442505C10.3137 -0.000442505 12.6927 1.15343 14.2454 2.9626C15.7982 1.15343 18.1771 -0.000442505 20.6558 -0.000442505C25.0434 -0.000442505 28.4908 3.4327 28.4908 7.83453C28.4908 13.205 23.6474 17.6069 16.311 24.2595L14.2454 26.1399Z' fill='white' fill-opacity='0.54'/%3E%3C/svg%3E");
}
.with-bubbles .fixed-text {
  position: relative;
  z-index: 2;
  background: #FF317B;
}
@media all and (min-width: 768px) {
  .with-bubbles .fixed-text {
    padding: 10px 18px 10px 54px;
    font-size: 22px;
    border-radius: 18px;
    bottom: 30px;
  }
  .with-bubbles .floating-text {
    border-radius: 16px;
    padding: 10px 18px;
  }
  .with-bubbles .floating-text:before,
  .with-bubbles .fixed-text:before {
    left: 18px;
  }
  .with-bubbles .fixed-text:before {
    width: 28px;
    height: 28px;
  }
  .with-bubbles .floating-1 {
    font-size: 14px;
    padding-left: 46px;
  }
  .with-bubbles .floating-1::before {
    width: 20px;
    height: 20px;
  }
  .with-bubbles .floating-2,
  .with-bubbles .floating-4 {
    font-size: 16px;
    padding-left: 48px;
  }
  .with-bubbles .floating-2::before,
  .with-bubbles .floating-4::before {
    width: 22px;
    height: 22px;
  }
  .with-bubbles .floating-3 {
    font-size: 24px;
    padding-left: 56px;
  }
  .with-bubbles .floating-3::before {
    width: 30px;
    height: 30px;
  }
  .with-bubbles .floating-5 {
    font-size: 13px;
    padding-left: 45px;
  }
  .with-bubbles .floating-5::before {
    width: 19px;
    height: 19px;
  }
}

/* Pozicije */

.with-bubbles .floating-1 {
/*  left: 5%;*/
  background: #9E56F0;
  -webkit-animation: floatCycle1 9s 0s linear infinite;
  -moz-animation: floatCycle1 9s 0s linear infinite;
  -o-animation: floatCycle1 9s 0s linear infinite;
}
.with-bubbles .floating-2 {
/*  right: 5%;*/
  background: #5EB6CD;
  -webkit-animation: floatCycle2 9s 1s linear infinite;
  -moz-animation: floatCycle2 9s 1s linear infinite;
  -o-animation: floatCycle2 9s 1s linear infinite;
}
.with-bubbles .floating-3 {
/*  left: 10%;*/
  background: #DC149D;
  -webkit-animation: floatCycle3 9s 2s linear infinite;
  -moz-animation: floatCycle3 9s 2s linear infinite;
  -o-animation: floatCycle3 9s 2s linear infinite;
}
.with-bubbles .floating-4 {
/*  right: 20%;*/
  background: #90BC68;
  -webkit-animation: floatCycle4 9s 3s linear infinite;
  -moz-animation: floatCycle4 9s 3s linear infinite;
  -o-animation: floatCycle4 9s 3s linear infinite;
}
.with-bubbles .floating-text.floating-5 {
/*  right: 15%;*/
  background: #FF3EB8;
  -webkit-animation: floatCycle5 9s 5s linear infinite;
  -moz-animation: floatCycle5 9s 5s linear infinite;
  -o-animation: floatCycle5 9s 5s linear infinite;
}


/* Animacija */
@keyframes floatCycle1 {
  0% {
    bottom: 30px;
    opacity: 0;
    left: 5%;
  }
  25% {
    opacity: 1;
    left: 10%;
  }
  50% {
    opacity: 1;
    left: 4%;
  }
  90% {
    opacity: 0;
    left: 15%;
  }
  100% {
    bottom: 110%;
    opacity: 0;
    left: 10%;
  }
}
@keyframes floatCycle2 {
  0% {
    bottom: 30px;
    opacity: 0;
    right: 5%;
  }
  25% {
    opacity: 1;
    right: 15%;
  }
  50% {
    opacity: 1;
    right: 10%;
  }
  90% {
    opacity: 0;
    right: 15%;
  }
  100% {
    bottom: 110%;
    opacity: 0;
    right: 5%;
  }
}
@keyframes floatCycle3 {
  0% {
    bottom: 30px;
    opacity: 0;
    left: 10%;
  }
  15% {
    opacity: 1;
    left: 10%;
  }
  90% {
    opacity: 0;
    left: 10%;
  }
  100% {
    bottom: 110%;
    opacity: 0;
    left: 10%;
  }
}
@keyframes floatCycle4 {
  0% {
    bottom: 30px;
    opacity: 0;
    right: 15%;
  }
  15% {
    opacity: 1;
    right: 15%;
  }
  90% {
    opacity: 0;
    right: 15%;
  }
  100% {
    bottom: 110%;
    opacity: 0;
    right: 15%;
  }
}
@keyframes floatCycle5 {
  0% {
    bottom: 30px;
    opacity: 0;
    right: 20%;
  }
  25% {
    opacity: 1;
    right: 10%;
  }
  50% {
    opacity: 1;
    right: 15%;
  }
  90% {
    opacity: 0;
    right: 10%;
  }
  100% {
    bottom: 110%;
    opacity: 0;
    right: 10%;
  }
}
.about-us-naslovna .image-div {
    position: relative;
}
.about-us-naslovna .image-div:before {
    content: "";
    position: absolute;
    background-image: url("/images/aboutus-bck.webp");
    background-size: cover;
    border-radius: 20px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.about-us-naslovna .image-div  img {
    height: 367px;
    width: auto;
    max-width: 100%;
    object-fit: contain;
    z-index: 2;
}
