/* 
Theme Name: Streamnow
Author: Portalworks
Version: 1.0
*/



@font-face {
  font-family: "Epilogue";
  src: url("/assets/fonts/Epilogue-Light.ttf");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Epilogue";
  src: url("assets/fonts/Epilogue-Regular.ttf");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Epilogue";
  src: url("assets/fonts/Epilogue-Medium.ttf");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Epilogue";
  src: url("assets/fonts/Epilogue-SemiBold.ttf");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Epilogue";
  src: url("assets/fonts/Epilogue-Bold.ttf");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Sora";
  src: url("assets/fonts/Sora-SemiBold.ttf");
  font-weight: 600;
  font-style: normal;
}
:root {
  --primary-col: #84bf31;
  --secondary-col: #579e62;
  --main-font: "Epilogue", sans-serif;
  --secondary-font: "Sora", sans-serif;
  --light-text-col: #66707f;
  --dark-text-col: #3d3d3d;
}
html {
  scroll-padding-top: 100px;
}

body,
body :where(.editor-styles-wrapper) .acf-block-body{
  font-family: var(--main-font);
}
.form-check-input:checked {
	background-color: #3d3d3d;
  border-color: #3d3d3d;
}
.form-check-input {
	  border-color: #3d3d3d;
}
.form-check-input:focus {
  border-color: #3d3d3d;
}
.wpcf7-acceptance label{
	font-size: 14px;
	display: flex;
	align-items:center;
	& input {
		position: relative;
		top: -2px;
	}
}
.wpcf7 form .wpcf7-response-output {
	background-color: rgba(255, 255, 255, 0.4);
}

#wpadminbar {
	position: fixed;
}
.admin-bar .navbar {
	top: 46px;
}
.admin-bar .offcanvas {
	padding-top: 46px;
}

/* PREDEFINED CLASSES */
.streamnow h1 {
  margin-top: 30px;
  font-size: 25px;
  line-height: 1;
  font-weight: 400;
  color: #000;
  font-weight: 400;
}

.streamnow h2 {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.3;
  color: #3d3d3d;
}

.streamnow h5 {
  font-size: 20px;
  line-height: 1.75;
  font-weight: 500;
  color: #000;
}

.navbar-padding {
  padding-top: 23px;
  padding-bottom: 23px;
}

.section-padding {
  padding: 50px 0;
}

.section-header p {
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
  color: #66707f;
  margin-top: 20px;
}

.reception-wrapper h5 {
  margin-top: 16px;
  margin-bottom: 0;
}

.reception-wrapper p {
  color: #66707f;
  font-size: 15px;
  line-height: 1.75;
  font-weight: 400;
  margin-inline: 25px;
}

.styled-text {
  background: linear-gradient(
    90deg,
    rgba(87, 158, 98, 1) 0%,
    rgba(132, 191, 49, 1) 100%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.background-wrapper {
  width: 83px;
  height: 83px;
  aspect-ratio: 1/1;
  background-color: #edf7e3;
  border-radius: 20px;
}

.background-wrapper img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

#BorlabsCookieDebugConsole,
.wpcf7-spinner {
  display: none !important;
}

/* NAVBAR */

.navbar {
  background: #fff;
}

.navbar-brand {
  max-width: 200px;
  max-height: 29px;
  width: auto;
  height: auto;
}

.navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}

.navbar-nav .nav-link {
  color: var(--light-text-col);
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  padding: 15px 0 !important;
}

.navbar-nav .nav-link:hover {
  color: var(--primary-col);
}

.offcanvas-body {
  overflow: hidden;
}

.btn-streamnow {
  color: #fff;
  background: linear-gradient(90deg, #579e62 0%, #84bf31 100%);
  background-size: 200% 100%;
  background-position: 0% 0%;
  padding: 18px 5px;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
  font-size: 15px;
  line-height: 1;
}

.hero-section .btn-streamnow {
  padding: 18px 34px;
	
}

.btn-streamnow:hover {
  background-position: 100% 0;
  color: #fff;
}

.navbar-toggler {
  padding: 0;
  border: none;
}

.navbar-toggler:focus,
.navbar-toggler:focus-visible {
  box-shadow: none;
  outline: none;
  border: none;
}

.btn-close:hover {
  opacity: 1;
}

.navbar-toggler-icon:focus-visible,
.btn-close:focus {
  outline: none;
  box-shadow: none;
}

/* HERO SECTION */
.hero-img-wrapper {
  border-radius: 20px;
  overflow: hidden;
}

.hero-img {
  width: 100%;
  max-height: 804px;
  height: auto;
  object-fit: cover;
}

.black-container {
  background-color: #00000087;
}
.hero-img-wrapper .black-container {
  background-color: transparent;
}

.heading-styled {
  color: var(--primary-col);
  font-weight: 700;
}

.hero-content p {
  color: #000;
  text-align: start;
  margin: 15px 0 0;
  font-size: 16px;
  line-height: 1.5;
}

.hero-content p:first-of-type {
  margin: 0;
}

.mouse-scroll {
  bottom: 70px;
  left: 50%;
  transform: translateX(-50%);
}

.mouse {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

/* EMPFANG SECTION */
.icons-wrapper {
  max-width: 1122px;
  margin-top: 20px;
}

.empfang-section .section-header p {
  max-width: 840px;
}

/* ZIELGRUPPE */
.card-container {
  margin-top: 20px;
}

.card-wrapper {
  border-radius: 35px;
  overflow: hidden;
  box-shadow: 0px 5px 14px 0px #00000021;
  transition: all 0.2s ease-in;
}

.card-img {
  width: 100%;
  max-height: 194px;
  height: auto;
}

.card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-content {
  padding: 22px 29px 71px;
}

.card-content h4 {
  margin: 15px 0 19px;
  color: #3d3d3d;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
}

.card-content p {
  color: #66707f;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
}

/* PROJEKTE */

.projekte-section {
  background-color: #f7f7fd;
}

/* PROJEKTE */
.projekt-cards-container {
  margin-top: 20px;
}

.projekt-cards {
  border-radius: 20px;
}

.projekt-cards.disabled {
  pointer-events: none;
  cursor: default;
}

.projekt-cards .projekt-cards-content h3 {
  font-size: 32px;
  line-height: 1.5;
  color: #fff;
  margin-top: 52px;
  margin-left: 39px;
}

.projekt-cards .projekt-cards-content h4 {
  font-size: 24px;
  line-height: 1;
  color: #fff;
  margin-top: 30px;
  margin-left: 16px;
}

.project-card-btn {
  border: none;
  border-radius: 50%;
  background-color: #fff;
  width: 68px;
  height: 68px;
  margin: 0 18px 18px auto;
  position: relative;
  overflow: hidden;
  transition: all 0.2s ease-in-out;
}

.project-card-btn::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #579e62 0%, #84bf31 100%);
  transition: top 0.2s ease-in-out;
  z-index: 1;
}

.project-card-btn img {
  position: relative;
  width: 12px;
  height: auto;
  object-fit: contain;
  transition: all 0.2s ease-in-out;
  margin: auto;
  z-index: 2;
}

.project-card-btn .green-arrow,
.project-wrap:hover .white-arrow {
  display: block;
}

.project-card-btn .white-arrow,
.project-wrap:hover .green-arrow {
  display: none;
}

.project-wrap:hover .project-card-btn::before {
  top: 0;
}

.gradient-container {
  background: linear-gradient(
    180deg,
    #252525 0%,
    #252525 0%,
    rgba(37, 37, 37, 0) 57.15%
  );
}

.projekt-card-img {
  width: 100%;
  height: 100%;
}

.projekt-card-img-sm {
  width: 100%;
  height: 287px;
}

.projekt-card-img img,
.projekt-card-img-sm img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* PAKET SECTION */
.paket-section {
	padding: 50px 0 100px;
}
.paket-container {
  margin-top: 20px;
}

.paket-section::before {
  content: ''; /* Creates a pseudo-element */
  position: absolute;
  bottom: 100px;
  left: 0;
  width: 100%;
  height: 100%; /* Ensures it covers the full height of the section */
  background-size: cover; /* Covers the section */
  background-position: center; /* Centers the image */
  background-repeat: no-repeat; /* Ensures no repetition */
  z-index: 1; /* Places it behind all content */
}

.dark-overlay {
  background-color: #000000db;
  z-index: 1;
	bottom: 100px;
}

.paket-section .section-header p,
.paket-section .section-header h2 {
  color: #fff;
}

.paket-card {
  padding: 42px 45px 71px;
  backdrop-filter: blur(12.4px);
  border-radius: 20px;
  overflow: hidden;
  background-color: #ffffff12;
  color: #fff;
  position: relative;
  transition: all 0.2s ease; /* Glatka tranzicija */
}

.paket-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 20px;
  border: 1px solid transparent;
  background: transparent;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  -webkit-mask-composite: xor;
  z-index: -1;
  transition: all 0.2s ease-in-out;
}

.paket-card:hover::before {
  background: linear-gradient(90deg, #579e62 0%, #84bf31 100%);
  border: 1px solid transparent;
}

.paket-card .card-title {
  font-size: 40px;
  font-weight: 600;
  line-height: 1.5;
  font-family: var(--secondary-font);
  margin-bottom: 16px;
}

.paket-card .card-desc {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.6;
  font-family: var(--secondary-font);
  margin-bottom: 16px;
}

.paket-card .card-checks {
  margin-bottom: 28px;
}

.paket-card .card-checks:last-of-type {
  margin-bottom: 67px;
}

.paket-card .card-checks img {
  width: 20px;
  height: 20px;
  object-fit: contain;
  margin-right: 19px;
}

.paket-card .card-checks p {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
}

.paket-card .btn-card {
  padding: 18px 34px;
  color: #fff;
  border-radius: 50px;
  width: 100%;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  transition: all 0.3s ease-in-out;

  background: linear-gradient(#252525, #252525) padding-box,
    linear-gradient(90deg, #579e62 0%, #84bf31 100%);
}

.paket-card:hover .btn-card {
  background: linear-gradient(90deg, #579e62 0%, #84bf31 100%);
}

.function-container {
  position: relative;
  background-color: #fff;
  margin-top: 70px;
  padding: 60px 30px 70px;
  border-radius: 20px;
  box-shadow: 0px 4px 114px 0px #00000017;
}

.function-container::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 3840px;
  height: 50%;
  background-color: #fff;
  z-index: -1;
}

.function-container::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 3840px;
  height: 50%;
  background-color: #fff;
  z-index: -1;
}

.function-header h2 {
  margin-bottom: 0;
	text-align: center;
}

.function-content {
  margin-top: 35px;
}

.function-content .background-wrapper {
  margin-right: 16px;
}

.function-content p {
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 0;
}

/* PARTNER SECTION */
.partner-section.section-padding {
	padding-top: 0;
}
.partner-section .section-header p,
.contact-section p {
  max-width: 995px;
}

.logo-wrapper {
  height: 150px;
	width: auto;
	& img {
		width: auto;
		height: auto;
		max-width: 100%;
		max-height: 100%;
		object-fit: contain;
	}
}

/* CONTACT */
.contact-section {
  background: linear-gradient(90deg, #579e62 0%, #84bf31 100%);
}

.contact-section h2,
.contact-section p,
.contact-section a {
  color: #fff;
}

.form-container {
  max-width: 659px;
  margin-top: 58px;
}

.form-label {
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #fff;
}

.form-control {
  border: 1px solid #eaeafb;
  border-radius: 3px;
  min-height: 50px;
  outline: none;
}

.form-control:focus {
  border: 1px solid #eaeafb;
  box-shadow: none;
  outline: none;
}

.form-control:focus-visible {
  outline: none;
}

.btn-form {
  background-color: #fff;
  border: 1px solid #fff;
  padding: 10px 80px;
  border-radius: 68px;
  margin-top: 54px;
  transition: all 0.3s ease-in-out;
}

.btn-form span {
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  background: linear-gradient(90deg, #579e62 0%, #84bf31 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent; /* Rezervna boja */
  transition: all 0.3s ease-in-out;
}

.btn-form[value="Senden"] {
	color: var(--primary-col);
}

.btn-form[value="Senden"]:hover {
	color: #fff;
}

.btn-form:hover {
  background-color: transparent;
  border: 1px solid #fff;
}

.btn-form:hover span {
  color: #fff;
  background: #fff;
  -webkit-background-clip: text;
}

.form-check-label {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
}

.form-check-input {
  width: 16px;
  height: 16px;
  border: 2px solid #fff;
}

.form-check-input:focus,
.form-check-input:focus-visible {
  box-shadow: none;
  outline: 0;
}

.wpcf7-list-item-label a {
	color: #fff;
	text-decoration: none;
}

.wpcf7-list-item-label a:hover {
	text-decoration: underline;
}

/* ACCORDION */
.accordion-wrapper {
  margin-top: 20px;
}

.accordion-question-container {
  background: linear-gradient(90deg, #579e62 0%, #84bf31 100%);
  border-radius: 10px;
  padding: 38px 30px 85px;
}

.accordion-question-container h2 {
  color: #fff;
  line-height: 1 !important;
  font-weight: 400;
  margin-bottom: 11px;
}

.accordion-question-container p {
  color: #fff;
  margin-bottom: 19px;
  font-size: 16px;
  line-height: 1.5;
}

.accordion-question-container .btn-form {
  padding: 18px 34px;
  margin-top: 0px;
}

.accordion-question-container .btn-form span {
  font-size: 14px;
}

.accordion-item {
  border: none;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 10px;
}

.accordion-item:last-child {
  margin-bottom: 0;
}

.accordion-header .accordion-button {
	font-size: 18px;
	line-height: 1.2;
	font-weight: 500;
	color: #252525;
	padding: 20px;
	outline: none;
	box-shadow: none;
	word-break: break-word;
	hyphens: auto;
}

.accordion-body.collapse {
  background-color: #fff;

}
.accordion-body {
	padding: 20px;
}
@media (min-width: 992px){
	html {
	  scroll-padding-top: 120px;
	}
	.accordion-body {
		padding: 0 68px 40px 40px;
 	}
}
.accordion-body p {
  font-size: 15px;
  line-height: 1.9;
  font-weight: 400;
  color: #66707f;
  margin-bottom: 0;
}

.accordion-body {
	transition: all 0.3s ease-in-out;
}
.accordion-button {
	transition: all 0.15s ease-in-out;
}
.accordion-button:focus,
.accordion-button:focus-visible {
  box-shadow: none;
  outline: none;
}
.wpcf7-not-valid-tip {
	font-size: 15px !important;
}

.accordion-button:not(.collapsed) {
  background-color: #f7f7fd;
  color: #252525;
}

.accordion-button::after {
  background-image: url("assets/images/plus.svg");
  background-size: 16px;
  background-position: center;
}

.accordion-button:not(.collapsed)::after {
  background-image: url("assets/images/minus.svg");
}

.accordion-collapse.show .accordion-body,
.accordion-collapse.collapsing .accordion-body{
	background-color: #f7f7fd;
}

/* PRIVACY */
.privacy-section h2 {
  color: #000;
}

.privacy-section p {
  font-size: 16px;
}

.privacy-section ul li::marker {
  color: #84bf31;
}

.privacy-section a {
  color: #84bf31;
  text-decoration: none;
}

.privacy-section a:hover {
  text-decoration: underline;
}

/* FOOTER */
.footer-container {
  padding: 62px 0 51px;
  border-top: 1px solid #66707f;
}

.footer-logo {
  max-width: 140px;
  max-height: 21px;
  width: auto;
  height: auto;
}

.footer-logo img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}

.footer-links li a {
  color: #66707f;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
}

.footer-links li a:hover {
  color: var(--primary-col);
}

.footer-links li:last-child {
  margin-right: 0;
}

@media (max-width: 576px) {
  .offcanvas {
    width: 100% !important;
  }

  .function-content p {
    text-align: center;
    margin-top: 20px;
  }
}

@media (min-width: 992px){
	.accordion-header .accordion-button {
		padding: 40px 40px 21px;
	}
}
@media (max-width: 992px) {

.streamnow h1 {
     font-size: 34px;
     line-height: 1.2;
}
  .hero-content h1,
  .hero-content p {
    text-align: center;
  }

  .hero-content p {
    color: #66707f;
  }

  .projekt-card-img {
    height: 287px;
  }

  .footer-links li {
    margin-bottom: 15px;
  }

  .footer-links li:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 992px) {
  /* PREDEFINED CLASSES */
  .streamnow h1,
	.acf-block-preview h1{
    font-size: 48px;
    color: #fff;
    margin-top: 0;
  }

  .streamnow h2 {
    font-size: 32px;
	  line-height: 1.8;
  }

  .streamnow h5 {
    font-size: 20px;
  }

  .section-padding {
    padding: 100px 0;
  }

  /* HERO */
.hero-img-wrapper .black-container {
  background-color: #00000087;
}

	.hero-content {
		padding: 20px;
	}
	.hero-content h1 {
		margin-bottom: 23px;
	}
  .hero-content p {
    color: #fff;
    text-align: center;
/*     margin: 23px 0 30px; */
  }
	.hero-content p::first-child {
		margin-top: 0;
	}
	.hero-content .btn-streamnow {
		margin-top: 30px;
	}
  .heading-styled {
    color: var(--primary-col);
    font-weight: 700;
    margin-left: 263px;
  }

  .img-text {
    position: absolute;
    left: 0;
    top: 0;
  }

  /* CARDS */
  .card-wrapper:hover {
    box-shadow: 0px 9px 17px 2px #00000021;
    transform: scale(1.05);
  }

  .function-container {
    margin-top: 125px;
    padding: 60px 75px 100px;
  }

  .function-content {
    margin-top: 82px;
  }
	
	.accordion-header .accordion-button {
  font-size: 21px;
  line-height: 1;
}
	
	/* PAKET */
	
	.paket-section {
		padding: 100px 0;
	}

  /* FOOTER */
  .footer-links li {
    margin-right: 36px;
  }
	
/* SPACING */
	.icons-wrapper {
		margin-top: 60px;
	}

	.card-container {
		margin-top: 79px;
	}
	
	.projekt-cards-container {
  	    margin-top: 79px;
    }
	
	.paket-container {
		margin-top: 79px;
	}
	
	.accordion-wrapper {
		margin-top: 80px;
	}
}
@media (min-width: 1200px) {
		.hero-content {
		padding: 50px;
	}
}
@media (max-width: 1200px) {

  .navbar-nav .nav-item:has(.nav-link.active) {
    background: linear-gradient(90deg, #579e62 0%, #84bf31 100%);
    width: 100%;
    color: #fff;
    font-weight: 600;
    position: relative;
  }

  .navbar-nav .nav-item:has(.nav-link.active)::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 3840px;
    height: 100%;
    background: #84bf31;
    z-index: -1;
  }

  .navbar-nav .nav-item:has(.nav-link.active)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 3840px;
    height: 100%;
    background: #579e62;
    z-index: -1;
  }

  .navbar-nav .nav-link.active {
    color: #fff;
  }
}

@media (min-width: 768px) {
	.wpcf7-acceptance label{
		font-size: 16px;
	}
	.admin-bar .navbar {
		top: 32px;
	}

	.btn-streamnow {
		padding: 18px 25px;
		font-size: 16px;
	}

	.function-container {
  		padding: 60px 30px 70px;
	}
}
@media (min-width: 992px){
	.admin-bar .offcanvas {
		padding-top: 0;
	}
}
@media (min-width: 1200px) {
  /* NAVABAR */
  .navbar-nav .nav-link {
    color: var(--light-text-col);
    line-height: 1;
    padding: 0 !important;
    margin-right: 20px;
  }

  .navbar-nav .nav-item:last-child .nav-link {
    margin-right: 0;
  }

  .navbar-nav .nav-link.active {
    color: var(--primary-col);
    font-weight: 600;
  }
	
	.card-content h4 {
  font-size: 28px;
  
}
	
}

@media (min-width: 1400px) {
	.container-lg {
		max-width: 1370px;
	}
	.function-container {
		padding: 60px 100px 100px 100px;
	}
  .navbar-brand {
    max-width: 223px;
    max-height: 32px;
  }

  .navbar-nav .nav-link {
    margin-right: 40px;
  }
}
