@font-face {
    font-family: 'MrMfont';
    src: url('https://udrugadvk.hr/wordpress/wp-content/uploads/2024/09/MrMfont-Regular-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'inter';
    src: url('https://udrugadvk.hr/wordpress/wp-content/uploads/2024/08/Inter_24pt-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'inter700';
    src: url('https://udrugadvk.hr/wordpress/wp-content/uploads/2024/09/Inter_24pt-Bold.ttf') format('truetype');
    font-weight: 700;
    
}


/*POKRETNA TRAKA*/

 body {
    max-width: 100%;
    overflow-x: hidden;
}
.sliderWrapper {
  width: 100%;
  display: flex;
  overflow: hidden;
  margin-top: 100px;
}

#animated-background {
  display: flex;
  white-space: nowrap;
  animation: scroll 7s linear infinite;
  font-family: "MrMfont";
  font-size: 8em; 
  font-weight: 600;
  width: calc(900px * 4); 
  margin: 80px 0;
}

#animated-background span {
  width: 900px; 
  display: inline-block;
}

@keyframes scroll {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(calc(-900px * 2)); 
  }
}

@media only screen and (max-width: 825px) {
  .sliderWrapper {
    margin-top: 100px;
    margin-bottom: 100px;
   
  }

  #animated-background {
    font-size: 5em; 
    width: calc(400px * 4); 
    animation: scroll 4s linear infinite;
    margin: 30px 0;
    margin-top: 120px;
	  overflow: hidden;
  }

  @keyframes scroll {
    0% {
      transform: translateX(0%);
    }
    100% {
      transform: translateX(calc(-400px * 2)); 
    }
  }

  #animated-background span {
    width: 400px; 
	  
  }
}


	/*POKRETNA TRAKA*/
/* POCETNA */
.pocetnah2 {
    padding: 20px 80px;
    font-family: 'MrMfont';
    font-size: 6em;
}
.pocetnah2 a {
	font-family: 'MrMfont';
    text-decoration: none;
    color: black;
    margin: 0;
}
.h2home {
	font-family: 'inter';
}

.festival {
	font-family: 'inter';
    display: flex;
    align-items: flex-start; 
    gap: 20px; 
}
.ofestivalupocetna {
    flex: 1;
}
.pocetnap {
    font-family: 'inter';
    font-size: 16pt;
	line-height:20pt;
    padding: 0 80px;
    margin: 0; 
    width: 100%; 
}
.foundingfathers {
    max-width: 100%; 
    height: auto; 
    width: 50%;
    float: right;
	padding-right:80px;
}
.galerijapocetnadiv {
    padding-bottom: 100px;
}

/* Category Posts Styling */
/* Base Styles */
.imeprezimepocetna {
		color:black;
		font-size:20px;
		font-family:'inter';
		margin:0;
}
.image-text-wrapper {
    width: 100%;
    display: flex;
    gap: 0;
    margin-bottom: 56px;
    position: relative;
    text-decoration: none;
    color: black;
    overflow: hidden; 
}

.image {
    width: 60%;
    height: 520px;
    object-fit: cover;
    transition: 0.3s ease;
    transform: translateX(20%); 
    position: relative;
    z-index: 2;
}

.text-wrapper {
    width: 40%;
    transition: 0.3s ease;
    position: relative;
    z-index: 1;
    transform: translateX(-80%); 
    overflow: hidden; 
	margin-left:20px;
}

.image-text-wrapper:hover .image {
    transform: translateX(0); 
}

.image-text-wrapper:hover .text-wrapper {
    transform: translateX(0); 
}

.h3pocetna {
    font-size: 3em;
    margin: 0 0 8px 0;
    font-family: 'MrMfont';
}

.post-categories {
    font-family: 'inter';
	text-transform: uppercase;
	font-variant: small-caps;
    padding: 20px 0px;
    font-size: 20px;
}

.post-excerpt-pocetna {
    font-family: 'inter', sans-serif;
    font-size: 16pt;
	line-height:20pt;
    margin: 0;
}

.festival {
    padding-top: 40px;
  	display: flex;
  	align-items: flex-start;
  	justify-content: space-between;
 	 gap: 20px; 
}


/* Responsive Styles */
@media (max-width: 1200px) {
    .image {
        width: 55%;
        transform: translateX(22.5%); 
    }
    .text-wrapper {
        width: 45%;
        transform: translateX(-77.5%); 
    }
	.h3pocetna{
	font-size:2em;
}
	.pocetnah2{
	 font-size:3.5em;
}
}

@media (max-width: 992px) {
	.pocetnah2{
	 font-size:3.5em;
}
    .image {
        width: 50%;
        transform: translateX(25%); 
    }
    .text-wrapper {
        width: 50%;
        transform: translateX(-75%); 
		
    }
	.container .pocetnah2 {
    font-size: 5em;
}
		.festival {
    flex-direction: column; /* Stack the image below the text */
	align-items:center
  }
  

  .foundingfathers {
    width: 100%; /* Make the image full width */
    height: auto; /* Adjust the height automatically */
    margin-top: 20px; /* Add some space between the text and the image */
	padding-right:0;
  } 
}


@media (max-width: 768px) {
    .image {
        width: 100%;
        height: auto;
        padding: 0;
        transform: none;
    }
    .text-wrapper {
        width: 100% !important; 
		margin-top: 20px; 
        box-sizing: border-box; 
        transform: none;
		margin-left:0;
		padding:0 20px;
    }
    .image-text-wrapper {
        flex-direction: column;
        gap: 0;
    }
    
    .image-text-wrapper:hover .image,
    .image-text-wrapper:hover .text-wrapper {
        transform: none;
    }
	.pocetnah2{
	 margin-top:0;
	 padding-left:20px;
	 font-size:3.5em;
}
	.pocetnap{
	padding:0 20px;
	font-size:14pt;
}
	.post-excerpt-pocetna{
font-size:14pt;
}
	.festival{
	padding-top:0;
	}
}
@media (max-width: 360px){
	.festival{
	box-sizing: border-box;
        width: 100%; /* Ensure the festival container does not overflow */
}
	.foundingfathers {
        width: 100%; /* Ensure the image takes full width without overflow */
        padding-right: 0;
    }
    
    .ofestivalupocetna {
        padding: 0; /* Remove any extra padding that might push content out */
    }
    
    .pocetnap {
        padding: 0 20px; /* Ensure the paragraph has consistent padding */
    }

    .pocetnah2 {
        font-size: 3em; /* Scale down the title to fit better at 360px */
        padding: 0 20px;
    }
}





/*zavrsava pocetna*/
/*HEADER*/
.dropdown-menu{
display:none;
}
header {
    z-index: 2000;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #ffffff;
    padding: 16px 80px;
    width: 100%;
    gap: 20px;
}
header img {
	display:none;
}
.headerlogo a{
  text-decoration: none;
  color: #000000; 
  font-size: 5em; 
  font-family: 'MrMfont';
  margin: 0; 
  padding: 0; 
  line-height: 1; 
}
h1{
  font-size: 5em; 
  font-family: 'MrMfont';
  margin: 0; 
  padding: 0; 
  line-height: 1; 
}
h1 a{
  text-decoration: none;
  color: #000000; 
}
/* Navigation styles */
.headernav {
  display: flex;
  flex-direction: row;
  gap: 40px;
}

.headernav a {
  padding: 8px 16px;
  background-color: #ffffff;
  border: none;
  cursor: pointer;
  font-size: 20px;
  text-decoration: none;
  color: #000000; 
  transition: background-color 0.3s, color 0.3s; 
  font-family:'inter',sans-serif;
}

.headernav a:hover,
.headernav a:focus {
  background-color: #000000;
  color: #ffffff;
}
/*header responzivnost*/
@media (max-width: 1000px) {
    .headerlogo a, h1 {
        font-size: 4em;
    }

    .headernav a {
        font-size: 20px; 
        padding: 6px 12px; /
    }

    header {
        padding: 12px 40px; 
    }
	body {
	padding-top:70px;
}
}
@media (max-width: 825px) {
	header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 24px 20px;
        background-color: #ffffff;
    }
	.headerlogo a,h1{
    position: absolute;
    top: 20px; 
    left: 20px;
    margin: 0; 
    padding: 0; 

}
.dropdown-menu{
	display:flex;
	float:right;
	text-align:right;
	position: fixed; 
    top: 60px; 
	z-index:1001;
	position: absolute;
	
}
    .headernav {
        display: none; 
    }

    #hamburger {
		width:50%;
        display: block;
        cursor: pointer;
		float:right;
		margin-left:96%;
		
    }
.h1 {
		float:left;
}
    /* Style for dropdown menu */
    .dropdown-menu {
        display: none; 
        position: fixed;
        top: 80px; 
        left: 0;
        right: 0;
        background-color: #ffffff;
        padding: 20px;
        z-index: 1000;
        flex-direction: column;
        gap: 10px;
    }
    .dropdown-menu a {
        display: block;
        padding: 8px 16px;
        color: #000000; 
        text-decoration: none;
        font-size: 20px;
        font-family: 'inter', sans-serif;
        transition: background-color 0.3s, color 0.3s; 
    }

    .dropdown-menu a:hover,
    .dropdown-menu a:focus {
        background-color: #000000;
        color: #ffffff;
    }
	body {
	padding-top:50px;
}
}

/*headerfinisha*/
/* contact */
*,
*:before,
*:after {
  box-sizing: border-box;
}
 body {
  width: 100%;
  margin: 0;
}
 .kontbody {
	 margin: 0;
  font-family:"inter";
  line-height: var(--lh);
 }
 
 .kontmain {
  display:flex;
  position: relative;
  flex-direction: column;
  line-height:1.5;
 }

.ivan{
 background-image: url("https://udrugadvk.hr/wordpress/wp-content/uploads/2024/08/Kontakt_muhahah-5.png");
  background-position-x: 780px;
  background-position-y: 0px;
  background-repeat: no-repeat;
  background-size: auto 450px;
}
 
 .kontmain a {
  color: black;
  padding: 17px 80px;
  margin: 30px 0;
  text-align: left;
  display: block;
}
.linkmail {
  background-image: url("https://udrugadvk.hr/wordpress/wp-content/uploads/2024/08/email.png");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: auto 48px;
  cursor: pointer;
  display: block;
	text-decoration: none;
	word-break: break-word;
}
.linkmob {
  background-image: url("https://udrugadvk.hr/wordpress/wp-content/uploads/2024/08/mobitel.png");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: auto 60px;
  cursor: pointer;
  display: block;
	text-decoration: none;
}
.kontaktp {
	font-family:"inter";
    width: 45em;
    text-align: left;
    padding: 80px;
	font-size:16pt;
	line-height:24pt;
	width:40%;
  
}

.o-nama {
    margin: 0;
    margin-bottom: -100px;
    margin-left: 80px;
    font-family: 'MrMfont', sans-serif;
    font-size: 6em;
}


.text-wrapper {
  display: flex;
  flex-direction: column;
  width: 45%;
}


@media only screen and (max-width: 1700px){
	.kontaktp{
		width:40%;
		padding: 0px 80px 0px 0px;
		
}
		.o-nama{
	font-size:6em;
			margin-left: 0px;
		margin-bottom: -30px;
	}
}

@media (max-width: 1300px) {
		.kontaktp{
		width:100%;
		padding: 0px 80px 0px 0px;
		
}
}
	
@media only screen and (max-width: 750px){
	.kontaktp{
		width:100%;
		padding: 0px 50px 0px 0px;
}
		.o-nama{
	font-size:3.5em;
		margin: 0px 0px 0px 0px;
	}
	}
@media only screen and (max-width: 660px){
	.kontaktp{
		width:100%;
		
}
	.o-nama{
	font-size:3.5em;
		margin-bottom: -20px;
	}
	}

@media only screen and (max-width: 600px){
	.kontaktp{
		width:100%;
		font-size:14pt;
		margin-left: -30px;
		padding-right: 0px;
}
	.o-nama{
	margin-left: -30px;
	}
}
@media (max-width: 1700px) {
    .ivan {
        background-size: 70% auto;
		margin-left: 80px;
		margin-bottom: 80px;
		background-position-x: 620px;
		background-position-y: 100px;
		
	
    }
}
@media (max-width: 1500px) {
	  .ivan {
	background-position-x: 500px;
		background-position-y: 100px;
}
}
	
@media (max-width: 1300px) {
    .ivan {
        background-size: 100% auto;
		padding: 0px 0px 400px 0;
		background-position: bottom center;
    }
}
@media (max-width: 1000px) {
    .ivan {
        background-size: 100% auto;
		padding: 0px 0px 350px 0;
		background-position: bottom center;
    }
}
@media (max-width: 750px) {
    .ivan {
	    margin-left: 50px;
		margin-bottom: 50px;
        background-size: 100% auto;
		padding: 0px 0px 300px 0px;
		background-position: bottom center;
		
    }
}
	@media (max-width: 550px) {
    .ivan {
        background-size: 100% auto;
		padding: 0px 0px 200px 0;
		background-position: bottom center;
    }
		.kontmain a{
			padding: 17px 30px 17px 80px;
		}
}
@media (max-width: 400px) {
    .ivan {
        background-size: 100% auto;
		padding: 0px 0px 150px 0px;
		background-position: bottom center;
    }
}

/* contact */
	/* faq */
*,
*:before,
*:after {
  box-sizing: border-box;
}

body {
  width: 100%;
  margin: 0;
}
.faqh2 {
  word-break: break-word;
  font-size: 5em;
  font-family: 'MrMfont';
}

.faq {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 0 80px;
	
}

.singleFaq {
	font-family: 'inter';
  width: 100%;
  display: flex;
  flex-direction: column;
}

.question {

	font-family: 'inter';
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.question p {
  font-size: 20pt;
	padding-right: 10px;
}

.answer {
  margin: 0;
  max-height: 0;
  overflow: hidden;
  transition: 0.3s ease;
  padding: 0 200px 0 0;
	font-size:16pt;
	line-height:20pt;
}

.answer a {
	color: black;
}

.faqarrow {
  width: 36px;
  object-fit: contain;
  transform: rotate(90deg);
  transition: 0.3s ease;
}

.faqrotate {
  transform: rotate(270deg);
}

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

  .faq {
    padding: 0 16px;
  }
  .answer {
    padding: 0;
  }
	.faqh2 {
		font-size: 3em; 
	}
	.question p {
  font-size: 20pt;
}
}

/* faq */
/*Galerija*/


.monika2024 {
    padding: 0 180px;
	margin-bottom:100px;
}
.monika2024 .rl-gallery img {
    width: 414px;
    height: 289px;
    object-fit: cover;
}
.secondary-menu {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0 180px;
}

.secondary-menu ul {
display: flex;
  list-style: none;
  padding: 0;
  margin-top:100px
}

.secondary-menu li:last-child {
  margin-right: 0; 
}

.secondary-menu li a {
  text-decoration: none;
  display: block;
  padding: 10px 20px ;
  color: black;
  border: none;
  cursor: pointer;
  font-weight: normal;
  font-size: 20px;
  font-family: Inter, sans-serif;
  background-color: white;
}

.secondary-menu li:hover a{
  background-color: black; 
  color: white; 
}
@media only screen and (max-width: 1100px){
	.monika2024 {
    padding: 0 100px;
}
	.secondary-menu {
	padding: 0 100px;
}
	
}
@media only screen and (max-width:1000px){
.secondary-menu ul{
	margin-top:100px
}

}
@media only screen and (max-width: 768px){
	.monika2024 {
    padding: 0 20px;
}
	.secondary-menu {
	padding: 0 20px;
}
	.secondary-menu li a {
 	font-size:17px;
	padding: 6px 12px; 
}
}
/*pocinje footer*/
footer {
    font-family: "Inter", sans-serif;
    position: relative;
    width: 100%;
    background-image: url('https://udrugadvk.hr/wp-content/uploads/2025/03/nozica.png');
    background-repeat: no-repeat;
    background-size: 650px auto; /* Velicina nozice, mjenjane velicine je proporcionalno */
	background-position: left 20px top 50px; 
    min-height: 400px;
    padding-bottom: 0; 
    box-sizing: border-box; 
}
.footer {
	margin-top:100px;
	height:400px;
	margin-right:0;
	padding-right:0;
}
.top-image {
    width: 100%;
    height: auto;
}
.udrugaPrivacy {
    position: absolute;
    bottom: 20px;
    left: 20px;
    font-family: "Inter", sans-serif;
	color:black;
	text-decoration:none;
}
.monikafooter {
	position: absolute;
    bottom: 20px;
    left: 20px;
    font-family: "Inter", sans-serif;
	color:black;
}
.footerlogo{
	font-family: 'MrMfont';
	font-size:2.5em;
	float:right;
	padding-right:20px;
	position: relative; 
    top: -130px; 
}
.footerlogo a{
	text-decoration:none;
	color:black;
}
.footer-menu-class {
    float: right; 
}

.footer-menu-items {
	flex-wrap: wrap; 
    list-style: none; 
    display: flex; 
    gap: 20px;
	position: absolute;
    bottom: 20px;
    right: 20px;
}
.footer-menu-items li {
    margin: 0;
    padding: 0;
}
.footer-menu-items li a {
    display: block;
    width: 55px; 
    height: 55px; 
    background-size: contain; 
    background-repeat: no-repeat;
    background-position: center;
    text-indent: -9999px; /* da nema teksta */
}
.footer-menu-items li.instagram a {
    background-image: url('https://udrugadvk.hr/wp-content/uploads/2025/03/insta.png');
}

.footer-menu-items li.email a {
    background-image: url('https://udrugadvk.hr/wp-content/uploads/2025/03/email.png');
}

.footer-menu-items li.facebook a {
    background-image: url('https://udrugadvk.hr/wp-content/uploads/2025/03/fb.png');
}

.footer-menu-items li.mobitel a {
    background-image: url('https://udrugadvk.hr/wp-content/uploads/2025/03/tel.png');
}
@media (max-width: 768px) {
    footer {
        background-size: 90% auto; 
    }
}
@media (max-width: 500px) {
    footer {
        background-image: none; /* Remove background image */
        text-align: center; /* Center-align all content */
        padding: 20px 0; /* Adjust padding */
        min-height: auto; /* Remove min-height */
    }

    /* Center and increase the logo size */
    .footerlogo {
        float: none; /* Remove floating */
        position: static; /* Reset position */
        text-align: center; /* Center the logo */
        font-size: 3em; /* Increase logo size */
        margin: 30px 0; /* Add margin around the logo */
    }
	.footer-menu-class{
		float:none;
}
    /* Center the social media icons below the logo */
    .footer-menu-items {
        display: flex; /* Use flexbox */
        justify-content: center; /* Center icons */
        flex-wrap: wrap; /* Allow wrapping for smaller screens */
        gap: 20px; /* Space between icons */
        margin: 20px 0; /* Add space above and below the icons */
        padding: 0; /* Remove padding */
		position:static;
    }

    .footer-menu-items li {
        margin: 0;
        padding: 0;
    }

    .footer-menu-items li a {
        width: 60px; /* Adjust icon size */
        height: 60px; /* Adjust icon size */
        text-indent: -9999px; /* Hide text */
    }

    /* Center and increase font size for "Udruga DVK" and "Privacy Policy" */
    .udrugaPrivacy,
    .monikafooter {
        position: static; /* Reset absolute positioning */
        text-align: center; /* Center-align the text */
        margin: 15px 0; /* Add spacing between elements */
        font-size: 1.2em; /* Increase font size */
    }
}
@media (max-width: 350px){
	.footer-menu-items li a {
    width: 50px; 
    height: 50px; 
}		
}
/*footer finished*/
/*SINGLEPHP*/
#monikanaslov {
	font-family:"MrMfont";
	font-size:4em;
    text-align: left;
    padding-left:80px;
	padding-top:80px;
}
table {
	font-size:16pt;
	font-family:"inter";
}
.singletekst {
	padding: 0 80px;
	font-size:16pt;
	font-family:"inter";
	line-height:18pt;
}
.singlediv {
	width:50%;
	margin-bottom:100px;
}
td:first-child {
  font-weight: bold;
}
.singlethumbnail {
    width: 100%; 
    overflow: hidden; 
}

.singlethumbnail img {
    width: 100%; 
    height: auto; 
    display: block;
}

/*SINGLE.PHP RESPONZIVNOST*/
@media only screen and (max-width: 1100px){
	.singlediv{
		width:60%;
}
}
@media only screen and (max-width: 800px){
	.singlediv{
		width:80%;
}
}
@media only screen and (max-width: 660px){
	.singlediv{
		width:100%;
}
	#monikanaslov{
	font-size:3.5em;
	}
	}
@media only screen and (max-width: 550px){
	.singletekst{
	padding: 0 20px;
	font-size:14pt;
}
	#monikanaslov{
	font-size:3em;
	padding-left: 20px;
	padding-top: 20px;
	}
	.responzivnosttablice{
	overflow-x:auto;
}
	table {
	font-size:0.85em;
	font-family:"inter";
	border-spacing: 0px; /* Adjust this value to reduce the gap between columns */
}
}



/*ovdi zavrsava single*/

/*NERADIMO NERADIMO NERADIMO NERADIMO NERADIMO NERADIMO NERADIMO NERADIMO */

	.bodymauro {
		 background-image: url('https://udrugadvk.hr/wordpress/wp-content/uploads/2024/06/zatvoreno.png'); /* lokacija */
	  background-repeat: no-repeat;
      background-size: auto 350px;
	background-position-x: 500px;
		 background-position-y: 150px;
     font-family: "Inter", serif;
     display: flex;
  flex-direction: column;
	align-items: center;
    justify-content: center;

}

    .special-main {
      height: 900px; 
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    	}	
			
@media only screen and (max-width: 1800px){
	
	.bodymauro {	
		background-size: 60% auto;	
		background-position-x: 320px;
}
}
@media only screen and (max-width: 1200px){
	
	.bodymauro {	
		
		background-position-x: 200px;
}
}
@media only screen and (max-width: 800px){
	
	.bodymauro {	
	
		background-position-x: 100px;
}
}
@media only screen and (max-width: 550px){
	
	.bodymauro {	
	
		background-position-x: 70px;
}
}
}


    /*NERADIMO NERADIMO NERADIMO NERADIMO NERADIMO NERADIMO NERADIMO NERADIMO */

/* PROGRAM*/
*,
*:before,
*:after {
  box-sizing: border-box;
}

.programelo {
	
  margin: 0;
  padding: 0;
  width: 100%;
}


.visual {
  object-fit: cover;
  width: 100%;
  height: auto;
  padding-top:50px;
}

.h2program {
	font-family: "MrMfont";
  font-size: 96px;
}

.schedule {
	font-family: 'inter';
  margin-top: 50px;
  padding: 0 80px;
  width: 100%;
}

.schedule h2 {
	
  margin-bottom: 20px;
}

.articleprogram {
	font-family: 'inter';
  margin-bottom: 20px;
}

.articleprogram p {
	font-family: 'inter';
  margin-bottom: 10px;
}

.event-details {
	font-family: 'inter';
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 40px;
  width: 100%;
}

.event-row {
	font-family: 'inter';
  display: flex;
  align-items: center;
  gap: 50px;
  height: fit-content;
}

.arrow {
  width: 60px;
  height: 50px;
  transform: rotate(90deg);
  transition: 0.3s ease;
  object-fit: contain;
}

.rotate {
  transform: rotate(270deg);
}

.date {
	font-family: 'inter';
  font-size: 32px;
  font-weight: 400;
  margin-bottom: 40px;
}

.event-details time {
	font-family: 'inter';
  font-weight: 500;
  width: 100px;
  font-size: 44px;
}

.event-details div {
	font-family: 'inter';
  font-size: 16pt;
  line-height:20pt;
}

.event-title {
	font-family: 'inter';
  margin: 0 0 10px 0;
  font-size: 24px;
  font-weight: 600;
}

.event-subtitle {
	font-family: 'inter';
  margin: 0;
  font-weight: 400;
}

.event-wrapper {
	font-family: 'inter';
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  cursor: pointer;
}

.dropdown-content {
	font-family: 'inter';
  padding: 0 200px 0 150px;
  overflow: hidden;
  max-height: 0;
  margin: 0;
  transition: max-height 0.3s ease;
}

.dropdown-content button {
	font-family: 'inter';
  padding: 8px 16px;
  background-color: #000000;
  color: #ffffff;
  border: none;
  cursor: pointer;
  font-size: 20px;
}

.description-text {
	font-family: 'inter';
  padding: 25px 0;
  margin: 0;
}



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

  .schedule {
    padding: 0 16px;
  }
	.h2program {
		font-size: 400%;
		word-break: break-word;
	}
	
  .schedule h2 {
    margin-bottom: 50px;
  }
  .event-row {
    flex-direction: column;
    align-items: start;
    gap: 20px;
  }
  .event-wrapper {
    gap: 20px;
  }
  .event-title {
    font-size: 16pt;
  }
  .event-details time {
    font-size: 24px;
  }
  .date {
    font-size: 24px;
    margin: 10px 0 20px 0;
  }
  .arrow {
    width: 40px;
  }
  .dropdown-content {
    padding: 0;
  }
}
@media only screen and (max-width: 500px){
	.event-details div {
	font-family: 'inter';
  font-size: 14pt;
  line-height:20pt;
}
}

	/* PROGRAM*/
/* PRIVACY*/
*,
*:before,
*:after {
  box-sizing: border-box;
}

.privacyCond {
	font-family: "inter";
	font-size: 16pt;
	line-height: 20pt;
  align-items: start;
  flex-direction: column;
  justify-content: flex-start;
  padding: 80px;
}

.titleprivacy {
	font-family: 'inter700';
	font-size: 1em;
	line-height: 1.625em;
}

.info{
	font-family: "inter";
	font-size: 1em;
	line-height: 1.625em;
}
ul{
	font-family: "inter";
	font-size: 1em;
	line-height: 1.625em;
}

@media only screen and (max-width: 1100px) {
  .privacyCond {
    padding: 16px !important; 
	 
  }
	.titleprivacy {
	font-family: "inter700";
	font-size: 1em;
	line-height: 1.625em;
}
}

/* PRIVACY*/
/*natjecaj*/
/*natjecaj*/
/* Ensure the section is a flex container */
#first {
  display: flex;
  align-items: flex-start; /* Align items to the top */
  justify-content: space-between; /* Distribute space between items */
  margin-bottom: 60px;
}

/* Image styling */
#firstimg {
  width: 40%;
  height: auto;
  margin-left: 40px; /* Space between the image and text */
}

/* Section content styling */
.section-content {
  width: 55%; /* Adjust width as needed */
}

/* Paragraph styling */
#first p {
  margin-top: 40px;
  margin-bottom: 20px; /* Add margin to separate from the button */
  line-height: 20pt;
  font-size: 16pt;
  font-family: 'Inter', sans-serif;
  margin-left:80px
}

/* Button styling */
.prijavnica {
  display: block;
  background-color: #ffffff;
  cursor: pointer;
  font-size: 16pt;
  font-family: 'Inter', sans-serif;
  margin-top: 20px; /* Space between the text and button */
  padding: 8px 16px;
  border: none;
  color: black;
  transition: background-color 0.3s, color 0.3s; /* Smooth transition for hover effect */
 	margin-left:80px;
}

/* Button hover effect */
.prijavnica:hover {
  background-color: black;
  color: white;
}

/* Style for the <a> element containing the button */
a.prijavnica-link {
  text-decoration: none; /* Remove underline from the link */
}
/*gornji dio responsivness*/
@media screen and (max-width: 965px) {
  .clippingmask {
    padding: 0px 16px 0; 
  }

  #first {
    flex-direction: column; 
    align-items: center; 
  }

  #first p { 
    margin-bottom: 32px; 
    text-align: left; 
	margin-left:0;

  }

  #first img {
    width: auto; 
    max-width: calc(100% - 32px); 
    height: auto; 
    margin-top: 20px; 

  }
	.section-content{
		width:100%
}
	.prijavnica{
	margin-left:0;
}
}
@media screen and (max-width: 500px) {
 #first p {
	  font-size: 14pt;
	   line-height: 20pt;
	}
}
@media screen and (max-width: 296px) {

  #first {
    flex-direction: column; 
    align-items: center; 
  }

  #first p {

    margin-top: 0; 
    margin-bottom: 108px; 
    text-align: left;  
  }

  #first img {
    width: auto; 
    max-width: calc(100% - 16px); 
    height: auto; 
    margin-top: 20px; 
  }
}
/*ovdizavrsavagornjidionatjecaja zajedno sa responzivnosti svojom*/
/* Ensure the section has spacing at the bottom */
/* Grid Layout for Posts */

.natjecaj-posts {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* Three equal columns */
  gap: 20px; /* Space between grid items */
  margin: 0 80px; /* 80px margin on the sides */
}

/* Individual Post Styling */
.grid-item {
  width:100%;
  position: relative;
  text-align: left;
  font-family: 'Inter', sans-serif;
  display: flex; /* Flexbox for vertical alignment */
  flex-direction: column; /* Align items vertically */
  margin-bottom: 60px; /* Space below each grid item */
}

/* Thumbnail Image Styling */
.natjecajthumbnail {
  overflow: hidden; /* Ensure image doesn't overflow */
}

.natjecajthumbnail img {
  width: 100%; /* Ensure the image takes full width */
  height: 250px; /* Set exact height */
  object-fit: cover; /* Cover the area without distortion */
  margin-bottom: 8px; /* Space between image and text */
}
.category-title {
  margin-bottom: 80px; /* Space below the category title */
  font-family: "MrMfont"; /* Custom font for the category title */
  font-size: 50pt; /* Font size for the category title */
  margin-left: 80px; /* Left margin for the category title */
}
/* Title and Description Styling */
.naslovnatjecaj {
  font-size: 26px; /* Title size */
  margin: 0;
}
.naslovnatjecaj a {
  text-decoration: none; /* Remove underline and other decorations */
  color: black; /* Set text color to black */
}

.opisnatjecaj {
  font-size: 16pt; /* Description size */
	line-height:20pt;
  margin: 0;
}

.grginmenu {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0 80px;
}

.grginmenu ul {
display: flex;
  list-style: none;
  padding: 0;
  margin-top:50px;
}

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

.grginmenu li a {
  text-decoration: none;
  display: block;
  padding: 10px 20px ;
  color: black;
  border: none;
  cursor: pointer;
  font-weight: normal;
  font-size: 20px;
  font-family: Inter, sans-serif;
  background-color: white;
}

.grginmenu li:hover a{
  background-color: black; 
  color: white; 
}
.imeprezimenatjecaj{
	font-size:16pt;
	text-transform:uppercase;
}
/* Responsive Styles */
@media (max-width: 800px) {
  .natjecaj-posts {
    grid-template-columns: 1fr; /* Single column layout for smaller screens */
    margin: 0; /* Remove side margins */
  }

  .grid-item {
    margin-bottom: 40px; /* Adjust spacing between posts */
  }

  .natjecajthumbnail img {
    height: auto; /* Adjust height to auto for smaller screens */
  }
  
  .category-title {
    margin-left: 20px; /* Adjust left margin for smaller screens */
  }
	.grginmenu{
padding-left:20px;
}
  .opisnatjecaj {
    margin-left: 20px; /* Add left margin for description */
    margin-right: 20px; /* Add right margin for description */
  }

  .naslovnatjecaj {
    margin-left: 20px; /* Add left margin for title */
    margin-right: 20px; /* Add right margin for title */
  }
.imeprezimenatjecaj{
	margin-left:20px;
}
}

@media (max-width: 600px) {
  .category-title {
    margin-left: 20px; /* Ensure margin-left is adjusted for very small screens */
  }

  .naslovnatjecaj {
    font-size: 20px; /* Adjust title size for smaller screens */
    margin-left: 20px; /* Add left margin for title */
    margin-right: 20px; /* Add right margin for title */
  }
	.opisnatjecaj{
	font-size:14pt;
}
	.imeprezimenatjecaj{
	margin-left:20px;
}
}
@media (max-width: 380px){
.grginmenu ul{
  	display: grid;
 	 grid-template-columns: repeat(2, 1fr); 
  	list-style-type: none;
}
}
/*zadnji ispravci*/
.marginbottom{
	margin-bottom:100px; /*da se odlipi faq od footera*/
}
.popravljennatjecaj{
	font-family: 'inter';
    font-size: 16pt;
	line-height:20pt;
}
@media (max-width: 768px) {
	.popravljennatjecaj{
	padding:0 20px;
	font-size:14pt;
}
}

@media (max-width: 360px){
    
    .popravljennatjecaj {
        padding: 0 20px; /* Ensure the paragraph has consistent padding */
    }

   
}



