@font-face {
	font-family: 'GothamBook';
	src: url('../fonts/Gotham-Book.otf');
}
@font-face {
	font-family: 'GothamMedium';
	src: url('../fonts/Gotham-Medium.otf');
}
@font-face {
	font-family: 'GothamNarrowMedium';
	src: url('../fonts/GothamNarrow-Medium.otf');
}
@font-face {
	font-family: 'GothamLight';
	src: url('../fonts/Gotham-Light.otf');
}


ul,h1,h2,h3,h4,h5,p{
	padding: 0;
	margin: 0;
}
ul li{
	list-style-type: none;
}
a {
	text-decoration: none;
	color: inherit;
}
html{
	scroll-behavior: smooth;
	overflow-x: hidden;
}
body{
	margin: 0;
	font-family: 'GothamBook';
	overflow-x: hidden;
	background-color: #fff;
}
img {
	width: 100%;
	height: 100%;
}

/* header */
header {
	width: 100%;
	z-index: 999;
	background-color: #fff;
}
.header-wrapper {
	width: 95%;
	margin: 0 auto;
	padding: 25px 0;

	display: flex;
	justify-content: space-between;
	align-items: center;
}
.main-logo {
	width: 15%;
}
.main-logo img,
.footer-logo img {
	width: 200px;
	object-fit: contain;
}
.menu-main {
	width: 85%;
	display: flex;
	align-items: center;
	justify-content: end;
}
.menu-icon i {
	background-color: rgba(153, 125, 91, 0.13);
	color: #997D5B;
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	font-size: 16px;
}
.phone-icon {
	display: flex;
	align-items: center;
	gap: 5px;
	font-family: 'GothamMedium' !important;
}

.header-social {
	display: none;
}

.menu-main ul {
	display: flex;
	justify-content: end;
	align-items: center;
}
.menu-main a {
	color: #32354D;
	font-family: 'GothamBook';
	font-weight: 300;
	font-size: 14px;
	letter-spacing: 0.5px;
	padding: 5px 20px;
}
.menu-main a:hover {
	color: #997D5B;
}

.b2b-button,
.b2b-button-mobile {
	border: 1px solid #997D5B;
	border-radius: 30px;
	font-family: 'GothamMedium' !important;
	padding: 10px 20px 8px 20px !important;
}
.b2b-button i,
.b2b-button-mobile i {
	color: #997D5B;
	margin-left: 5px;
}
.b2b-button-mobile {
	display: none;
}
/* end header */

/* homepage */
.banner-wrapper {
	position: relative;
	width: 95%;
	margin: 0 auto;
}
.banner-desktop img {
	width: 100%;
	height: 100%;
}
.banner-text {
	position: absolute;
	top: 50%;
	left: 66%;
	transform: translate(-50%, -50%);
	text-align: right;
}
.banner-text h1 {
	color: #fff;
	font-size: 48px;
	font-family: 'GothamNarrowMedium';
	font-weight: bold;
	letter-spacing: 1.1px;
	margin: 0;
}
.banner-text h3 {
	color: #fff;
	font-size: 18px;
	font-family: 'GothamMedium';
	margin: 10px 0 20px 0;
	letter-spacing: 1.2px;
	font-weight: 300;
}
.banner-text p {
	margin: 0;
}
.banner-text a {
	background: transparent linear-gradient(270deg, #6E583D 0%, #997D5B 100%) 0% 0% no-repeat padding-box;
	border-radius: 30px;
	padding: 12px 20px 12px 0;
	font-size: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	width: 160px;
	font-family: 'GothamMedium';
	color: #fff;
	position: relative;
	float: right;
}
.banner-text a i {
	background-color: #fff;
	color: #997D5B;
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	font-size: 12px;
	position: absolute;
	right: 5px;
}
.count-number-wrapper {
	width: 95%;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 100px;
	padding: 50px 0;
}
.count-number-block {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	position: relative;
}
.count-number-block::after {
	content: '';
	position: absolute;
	right: -2%;
	top: 0;
	height: 100%;
	width: 2px;
	background-color: #E4E4E4;
}
.count-number {
	display: flex;
	align-items: start;
	justify-content: center;
}
.count-number h3 {
	color: #32354D;
	font-family: 'GothamNarrowMedium';
	font-size: 42px;
	margin: 0;
}
.count-number span {
	color: #997D5B;
	font-family: 'GothamMedium';
	font-size: 26px;
}
.count-text p {
	color: #32354D;
	font-family: 'GothamMedium';
	font-size: 16px;
}
.third-section-holder {
	background-color: #F9F9FB;
	padding: 50px 0;
}
.third-section-wrapper {
	width: 80%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	gap: 50px;
}
.third-section-text {
	width: 50%;
}
.third-section-text h3 {
	color: #32354D;
	font-family: 'GothamNarrowMedium';
	font-size: 34px;
	letter-spacing: 1.1px;
}
.third-section-text h4 {
	color: #32354D;
	font-family: 'GothamMedium';
	font-size: 18px;
	letter-spacing: 1.1px;
	margin: 20px 0;
	font-weight: 600;
}
.third-section-text p {
	color: #32354D;
	font-family: 'GothamLight';
	font-size: 14px;
	margin-bottom: 20px;
	line-height: 22px;
}
.location-banner-mobile {
	display: none;
}
.third-section-text a,
.location-home-text a,
.learn-more a {
	background: transparent linear-gradient(270deg, #6E583D 0%, #997D5B 100%) 0% 0% no-repeat padding-box;
	border-radius: 30px;
	padding: 10px 20px 10px 0;
	font-size: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	width: 160px;
	font-family: 'GothamMedium';
	color: #fff;
	position: relative;
}
.third-section-text a i,
.location-home-text a i,
.learn-more a i {
	background-color: #fff;
	color: #997D5B;
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	font-size: 12px;
	position: absolute;
	right: 5px;
}
.third-section-image {
	width: 50%;
}
.third-section-image img {
	object-fit: cover;
}
.mitea-wrapper-mobile {
	display: none;
}
.mitea-holder {
	padding: 50px 0;
	background-color: #F9F9FB;
}
.mitea-wrapper {
	width: 95%;
	margin: 0 auto;
	position: relative;
	padding: 80px 0;
}
.mitea-blocks-wrapper {
	display: flex;
	align-items: center;
	justify-content: end;
	gap: 20px;
	padding-right: 7%;
}
.mitea-blocks {
	background-color: rgba(50, 53, 77, 0.1);
	backdrop-filter: blur(16px) brightness(0.9);
	-webkit-backdrop-filter: blur(16px) brightness(0.9);
	border: 1px solid #FFFFFF80;
	border-radius: 5px;
	padding: 60px 0 40px 0;
	height: 350px;
	width: 290px;
}
.mitea-image-white,
.mitea-image-hover {
	width: 160px;
	margin: 0 auto;
}
.mitea-image-hover,
.mitea-blocks:hover .mitea-image-white {
	display: none;
}
.mitea-blocks:hover {
	opacity: 1;
	background-color: rgba(50, 53, 77, 1);
}
.mitea-blocks:hover .mitea-image-hover {
	display: block;
}
.mitea-blocks ul {
	padding-top: 30px;
	text-align: center;
}
.mitea-blocks ul li {
	padding: 10px 0;
}
.mitea-blocks ul li a {
	color: #fff;
	font-family: 'GothamNarrowMedium';
	font-size: 16px;
}
.brands-wrapper h3 {
	text-align: center;
	color: #32354D;
	font-family: 'GothamNarrowMedium';
	font-size: 26px;
}
.main-brands-wrapper {
	width: 80%;
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(6,1fr);
	grid-gap: 20px;
	padding-top: 30px;
}
.main-brands-image {
	height: 150px;
	border: 1px solid #DCDCDC;
	padding: 0 20px;

	display: flex;
	align-items: center;
	justify-content: center;
}
.main-brands-image img {
	filter: grayscale(100%);
	width: 90%;
	height: 50px;
	object-fit: contain;
}
.main-brands-image:hover img {
	filter: unset;
}
.more-brands {
	display: none;
	width: 80%;
	margin: 0 auto;
	grid-template-columns: repeat(6, 1fr);
	grid-gap: 20px;
	padding-top: 20px;
}
.brands-wrapper {
	text-align: center;
}
.brands-wrapper #toggle-brands {
	padding: 30px 0 50px 0;
	text-decoration: underline;
	display: block;
	font-family: 'GothamMedium';
	color: #32354D;
	font-size: 14px;
	width: fit-content;
	margin: 0 auto;
}
.location-banner-desktop {
	height: 500px;
}
.location-banner-desktop img {
	object-fit: cover;
}
.location-home-holder {
	position: relative;
}
.location-home-wrapper {
	position: absolute;
	top: 50%;
	left: 10%;
	transform: translate(0%, -50%);
	width: 500px;
}
.location-home-text h3 {
	color: #fff;
	font-family: 'GothamNarrowMedium';
	font-size: 34px;
	letter-spacing: 1.1px;
}
.location-home-text h4 {
	color: #fff;
	font-family: 'GothamMedium';
	font-size: 18px;
	letter-spacing: 1.1px;
	margin: 20px 0;
	font-weight: 600;
}
.location-home-text p {
	color: #fff;
	font-family: 'GothamLight';
	font-size: 14px;
	margin-bottom: 20px;
	line-height: 22px;
}
/* end homepage */

/* footer */
footer {
	background-color: #32354D;
	padding: 50px 0;
}
.footer-copy p {
	color: #32354D;
	font-family: 'GothamMedium';
	font-size: 12px;
	text-align: center;
	padding: 20px 0;
	text-transform: uppercase;
	letter-spacing: 5px;
}
.footer-wrapper {
	width: 90%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.footer-logo {
	width: 20%;
}
.footer-center {
	width: 60%;
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.footer-social {
	width: 20%;
	display: flex;
	justify-content: end;
	align-items: center;
	gap: 20px;
}
.header-social {
	display: none;
}
.footer-social i,
.header-social i {
	background: #997D5B;
	color: #fff;
	font-size: 20px;
	height: 30px;
	width: 30px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
.footer-center a {
    color: #fff;
	font-size: 18px;
	letter-spacing: -0.36px;
	padding-right: 10px;
}
.footer-center i {
	color: #997D5B;
	padding-right: 5px;
}

/* kontakt */
.gform_validation_errors {
	display: none;
}
.kontakt-banner-mobile {
	display: none;
}
.kontakt-banner-wrapper {
	position: relative;
}
.kontakt-banner-text {
	position: absolute;
	top: 50%;
	left: 10%;
	transform: translate(-10%, -50%);
}
.kontakt-banner-text h1 {
	letter-spacing: 2px;
	color: #fff;
	text-transform: uppercase;
	font-size: 80px;
	font-family: 'GothamNarrowMedium';
}
.main-kontakt-wrapper {
	width: 80%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-content: center;
	gap: 50px;
	padding: 50px 0;
}
.main-kontakt-wrapper h3 {
	color: #32354D;
	font-size: 32px;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding-bottom: 20px;
	font-family: 'GothamNarrowMedium';
}
.info-kontakt-wrapper {
	width: 50%;
	padding-top: 20px;
}
.info-inside-holder {
	display: flex;
	justify-content: start;
	align-items: center;
	gap: 10px;
	padding: 10px 0;
}
.info-text-holder p,
.follow-us-text p {
	font-family: 'GothamLight';
}
.info-text-holder strong {
	font-size: 20px;
	font-family: 'GothamMedium';
	font-weight: normal;
}
.info-icon-holder img {
	width: 21px;
	height: 21px;
}
.social-kontakt-wrapper {
	margin-top: 20px;
}
.follow-us-icons-wrapper {
	display: flex;
	justify-content: start;
	align-items: center;
	gap: 20px;
}
.info-follow-holder img {
	width: 30px;
	height: 30px;
}
.form-wrapper {
	width: 50%;
	background: #F9F9FB;
	padding: 20px;
}
.form-wrapper h3 {
	margin: 0 auto;
	width: 80%;
}
.form-wrapper .gfield_label {
	display: none;
	padding-bottom: 10px;
}
.form-wrapper .gfield {
	padding-bottom: 15px;
}
.form-wrapper .gfield input {
	border: 1px solid #D3D3D3;
	border-radius: 5px;
	height: 60px;
	width: 100%;
}
.form-wrapper .gfield input::placeholder {
	letter-spacing: -0.18px;
	color: #909090;
	font-size: 18px;
	font-weight: 100;
	font-family: 'GothamLight';
	padding-left: 10px;
}
.form-wrapper .gfield textarea::placeholder {
	letter-spacing: -0.18px;
	color: #909090;
	font-size: 18px;
	font-weight: 100;
	font-family: 'GothamLight';
	padding-top: 10px;
	padding-left: 10px;
}
.form-wrapper .gfield textarea {
	border: 1px solid #D3D3D3;
	border-radius: 5px;
	height: 150px;
	width: 100%;
}
.form-wrapper .gform_button {
	background: #997D5B;
	width: 100%;
	color: #fff;
	font-size: 20px;
	border: none;
	border-radius: 50px;
	height: 60px;
	font-family: 'GothamMedium';
}
#gform_1 {
	width: 80%;
	margin: 0 auto;
}

/* landing */
.landing-banner-wrapper {
	position: relative;
}
.logo-banner {
	position: absolute;
	top: 50%;
	left: 10%;
	transform: translate(-10%, -50%);
	width: 15%;
}
.landing-repeater-wrapper {
	padding-bottom: 50px;
}
.landing-holder {
	margin: 50px 0;
}
.landing-inside {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 50px;
	width: 80%;
	margin: 0 auto;
	padding: 50px 0;
}
.info-landing-text-holder {
	width: 45%;
}
.info-image-video-wrapper {
	width: 55%;
}
.info-landing-text-holder h2 {
	color: #32354D;
	font-family: 'GothamNarrowMedium';
	font-size: 34px;
	letter-spacing: 1.1px;
}
.info-landing-text-holder h4 {
	color: #32354D;
	font-family: 'GothamMedium';
	font-size: 18px;
	letter-spacing: 1.1px;
	margin: 10px 0;
	font-weight: 600;
}
.info-landing-text-holder p {
	color: #32354D;
	font-family: 'GothamLight';
	font-size: 14px;
	margin-bottom: 10px;
	line-height: 22px;
}
.info-landing-text-holder ul {
	margin-bottom: 10px;
	padding-left: 30px;
}
.info-landing-text-holder ul li {
	list-style-type: disc;
	color: #32354D;
	font-family: 'GothamLight';
	font-size: 14px;
	line-height: 22px;
}
.info-landing-text-holder ul.no-style-type {
	padding-left: 5px;
}
.info-landing-text-holder ul.no-style-type li {
	list-style-type: none;
}
.info-landing-text-holder ul.no-style-type li ul.style-type li {
	list-style-type: disc;
}
.learn-more {
	line-height: 22px;
}
.landing-repeater-wrapper .landing-holder:nth-child(even) {
	background-color: #F9F9FB;
}
.landing-repeater-wrapper .landing-holder:nth-child(even) .landing-inside {
	display: flex;
	flex-direction: row-reverse;
	background-color: #F9F9FB;
}
.landing-banner-mobile {
	display: none;
}

/* novosti */
.blog-main-block {
	background-color: #F9F9FB;
}
.blog-inner-wrapper {
	padding: 50px 0;
}
.blog-wrapper {
	padding: 50px 0;
	max-width: 80%;
	width: 100%;
	margin: 0 auto;
}
.blog-wrapper .blog-post,
.all-blogs-wrapper .blog-post {
	background-color: #fff;
	position: relative;
	border: 1px solid #DCDCDC;
}
.blog-wrapper .blog-post .post-content,
.all-blogs-wrapper .blog-post .post-content {
	padding: 30px 20px;
}
.blog-wrapper .blog-post .post-content .post-title {
	margin-bottom: 20px;
	height: 60px;
	overflow: hidden;
}
.blog-wrapper .blog-post .post-content .post-title a {
	font-size: 24px;
	color: #000;
}
.blog-wrapper .blog-post .post-content .post-excerpt,
.all-blogs-wrapper .blog-post .post-content .post-excerpt {
	height: 65px;
	overflow: hidden;
}
.blog-wrapper .blog-post .post-content .post-excerpt h2,
.all-blogs-wrapper .blog-post .post-content .post-excerpt h2 {
	font-size: 18px;
	color: #32354D;
	font-family: 'GothamMedium';
	font-weight: 400;
}
.blog-wrapper .blog-post .post-thumbnail img {
	height: 100%;
}
.date-blog {
	height: 30px;
	margin-top: 20px;
}
.date-blog span {
	font-size: 16px;
	color: #32354D;
	font-family: 'GothamMedium';
}
.href-novosti-wrapper {
	display: flex;
	align-items: center;
	justify-content: end;
	width: 90%;
	margin: 0 auto;
	position: relative;
}
.href-novosti-wrapper p {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	font-size: 30px;
	letter-spacing: -0.6px;
	color: #32354D;
	font-family: "GothamNarrowMedium";
}
.href-novosti-desktop {
	margin-left: auto;
	color: #32354D;
	font-size: 14px;
	letter-spacing: -0.28px;
	text-decoration: underline;
}
.href-novosti-mobile {
	display: none;
}
.banner-mobile {
	display: none;
}

/* kompanija */
.kompanija-banner-wrapper {
	position: relative;
}
.kompanija-banner-text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.kompanija-banner-text h1 {
	letter-spacing: 2px;
	color: #fff;
	text-transform: uppercase;
	font-size: 80px;
	font-family: 'GothamNarrowMedium';
}
.who-we-are-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 70%;
	margin: 0 auto;
	gap: 50px;
	padding: 50px 0;
}
.image-video-text-wrapper {
	width: 35%;
}
.image-video-text-wrapper h3 {
	color: #32354D;
	font-family: 'GothamNarrowMedium';
	font-size: 34px;
	letter-spacing: 1.1px;
}
.image-video-text-wrapper p {
	color: #32354D;
	font-family: 'GothamLight';
	font-size: 14px;
	margin-bottom: 20px;
	line-height: 22px;
 }
.image-video-wrapper {
	width: 65%;
}
.what-we-do-wrapper {
	width: 50%;
	margin: 0 auto;
	text-align: center;
}
.what-we-do-wrapper h3 {
	color: #32354D;
	font-family: 'GothamNarrowMedium';
	font-size: 34px;
	letter-spacing: 1.1px;
}
.what-we-do-wrapper p {
	color: #32354D;
	font-family: 'GothamLight';
	font-size: 14px;
	margin-bottom: 20px;
	line-height: 22px;
}
.vision-wrapper {
	width: 80%;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 50px;
	padding-bottom: 30px;
	padding-top: 30px;
}
.vision-media {
	width: 60%;
}
.vision-text {
	width: 40%;
}
.what-color-wrapper {
	background: #F9F9FB;
	padding: 30px 0;
}
.text-vision-holder h3 {
	color: #32354D;
	font-family: 'GothamNarrowMedium';
	font-size: 34px;
	letter-spacing: 1.1px;
	margin-bottom: 10px;
}
.text-vision-holder p {
	color: #32354D;
	font-family: 'GothamLight';
	font-size: 14px;
	margin-bottom: 20px;
	line-height: 22px;
}
.our-brand-wrapper {
	width: 80%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
}
.brand-text {
	width: 35%;
}
.brand-text h3 {
	color: #32354D;
	font-family: 'GothamNarrowMedium';
	font-size: 34px;
	letter-spacing: 1.1px;
	margin-bottom: 10px;
}
.brand-text h6 {
	color: #32354D;
	font-family: 'GothamMedium';
	font-size: 18px;
	letter-spacing: 1.1px;
	margin: 20px 0;
	font-weight: 600;
}
.brand-text p {
	color: #32354D;
	font-family: 'GothamLight';
	font-size: 14px;
	margin-bottom: 20px;
	line-height: 22px;
}
.brands-rep-wrapper {
	width: 65%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
}
.logos-link {
	letter-spacing: -0.28px;
	color: #32354D;
	font-size: 14px;
	text-align: center;
	text-decoration: underline;
}
.brands-holder {
	text-align: center;
	height: 300px;
	width: 300px;
	background: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-evenly;
}
.brands-holder img {
	width: 180px;
	height: 60px;
}
.timeline-year-wrapper {
	width: 80%;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 65%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.timeline-year-text {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	height: 172px;
	text-align: center;
	width: 100%;
}
.timeline-text {
	padding-top: 20px;
	height: 100px;
	width: 100%;

	color: #fff;
	font-family: "GothamLight";
	font-size: 12px;
}
.timeline-text p {
	width: 170px;
	margin: 0 auto;
}
.timeline-number {
	position: relative;
	color: #fff;
	font-size: 24px;
	font-family: "GothamNarrowMedium";
}
.timeline-number::after {
	content: '';
	position: absolute;
	bottom: -27px;
	left: 50%;
	transform: translateX(-50%);
	width: 15px;
	height: 15px;
	background-color: #997D5B;
	border-radius: 50%;
	z-index: 2;
}
.timeline-wrapper {
	position: relative;
}
.timeline-text {
	position: relative;
}
.timeline-text::before {
	content: '';
	position: absolute;
	top: -4px;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	height: 1px;
	background-color: #515468;
	z-index: 1;
}
.mob-timeline-heading {
	display: none;
}
/* single blog */
.single-blog-wrapper {
	width: 50%;
	margin: 0 auto;
	padding: 50px 0;
}
.single-date-blog {
	color: #32354D;
	font-size: 14px;
	font-family: "GothamMedium";
}
.single-post-excerpt h2 {
	color: #32354D;
	font-size: 24px;
	font-family: "GothamMedium";
	padding: 10px 0;
	font-weight: 400;
}
.single-blog-content p {
	color: #32354D;
	font-family: 'GothamLight';
	font-size: 14px;
	margin-bottom: 20px;
	line-height: 22px;
}
.single-post-thumbnail {
	padding-bottom: 20px;
}
.single-blog-content ul {
	margin-bottom: 10px;
	padding-left: 30px;
}
.single-blog-content ul li {
	list-style-type: disc;
	color: #32354D;
	font-family: 'GothamLight';
	font-size: 14px;
	margin-bottom: 10px;
}

/* blog listanje */
.all-blogs-holder {
	background-color: #F9F9FB;
	padding: 50px 0;
}
.all-blogs-holder h1 {
	color: #32354D;
	font-family: 'GothamNarrowMedium';
	font-size: 34px;
	letter-spacing: 1.1px;
	text-align: center;
}
.all-blogs-wrapper {
	width: 80%;
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 20px;
	padding-top: 30px;
}

/* thank you page */
.thank-you-holder {
	padding: 100px 0;
	background-color: #F9F9FB;
}
.thank-you-wrapper {
	width: 80%;
	margin: 0 auto;
	text-align: center;
}
.thank-you-wrapper h1 {
	color: #32354D;
	font-family: 'GothamNarrowMedium';
	font-size: 34px;
	letter-spacing: 1.1px;
}
.thank-you-wrapper p {
	color: #32354D;
	font-family: 'GothamMedium';
	font-size: 18px;
	letter-spacing: 1.1px;
	margin: 20px 0;
	font-weight: 600;
}

p.margin-bottom-zero {
	margin-bottom: 5px;
}
.third-section-text ul {
	margin-bottom: 10px;
	padding-left: 30px;
}
.third-section-text ul li {
	list-style-type: disc;
	color: #32354D;
	font-family: 'GothamLight';
	font-size: 14px;
	margin-bottom: 5px;
}

/****  RESPONSIVE  ****/
@media screen and (max-width: 1600px) {
	/*home*/
	.banner-text {
		width: 550px;
		left: 63%;
	}
	/* kompanija */
	.kompanija-banner-text h1 {
		font-size: 60px;
	}
	.brands-holder {
		height: 250px;
		width: 250px;
	}
}
@media (max-width: 1440px) {
	.main-logo img {
		width: 150px;
	}
	.menu-main a {
		padding: 5px 10px;
	}
	.kontakt-banner-text h1 {
		font-size: 60px;
	}
	.single-blog-wrapper {
		width: 70%;
	}
}
@media screen and (max-width: 1400px) {
	/*home*/
	.banner-text {
		left: 60%;
	}
	.banner-text h1 {
		font-size: 40px;
	}
	.footer-logo img {
		width: 150px;
	}
	.footer-logo {
		width: 15%;
	}
	.footer-center {
		width: 70%;
	}
	.footer-social {
		width: 15%;
	}
}
@media (max-width: 1300px) {
	.landing-inside, .landing-repeater-wrapper .landing-holder:nth-child(even) .landing-inside {
		flex-direction: column;
	}
	.info-landing-text-holder, .info-image-video-wrapper {
		width: 100%;
	}
	.landing-inside {
		width: 90%;
		padding: 20px 0;
		gap: 20px;
	}
	.landing-holder {
		margin: 0;
	}
}
@media screen and (max-width: 1200px) {
	.kontakt-banner-text h1 {
		font-size: 50px;
	}
	/* home */
	.footer-center {
		flex-direction: column;
		gap: 10px;
	}
	.count-number h3 {
		font-size: 36px;
	}
	.count-text p {
		font-size: 14px;
	}
	.count-number-wrapper.company .count-number-block {
		align-items: center;
	}
	.count-number-wrapper.company .count-text p {
		font-size: 12px;
		text-align: left;
	}
	.banner-text {
		left: 57%;
	}
	.banner-text h1 {
		font-size: 36px;
	}
	.main-logo {
		width: 10%;
	}
	.menu-main {
		width: 90%;
	}
	.main-brands-wrapper,
	.more-brands {
		grid-template-columns: repeat(4, 1fr);
	}
	/* kompanija */
	.kompanija-banner-text h1 {
		font-size: 40px;
	}
	.brands-holder {
		height: 200px;
		width: 200px;
	}
	.brands-holder img {
		width: 150px;
		height: 50px;
	}
	.brand-text h3 {
		font-size: 30px;
	}
	/*.timeline-year-text {*/
	/*	width: 15%;*/
	/*}*/
	/*.timeline-text p {*/
	/*	width: 90%;*/
	/*}*/
	.mitea-blocks-wrapper {
		padding-right: 2%;
	}
	.mitea-blocks {
		width: 250px;
		height: 300px;
		padding: 30px 0;
	}
	.mitea-image-white,
	.mitea-image-hover {
		width: 150px;
	}
	.mitea-blocks ul li a {
		font-size: 14px;
	}
	.count-number-wrapper {
		gap: 50px;
	}
	.count-number-block:not(:last-child)::after {
		right: -30px;
	}
	.all-blogs-wrapper {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width: 1100px) {
	.third-section-wrapper {
		flex-direction: column-reverse;
		gap: 20px;
	}
	.third-section-image, .third-section-text, .third-section-image {
		width: 100%;
	}
	/* HEADER mob menu */
	.header-wrapper {
		justify-content: start;
		padding: 20px 0;
	}
	#ani-2 .icon-bar {
		position: absolute;
		height: 3px;
		margin-left: 10px;
		background-color: #32354D;
		width: 30px;
		display: block;
		border-radius: 5px;
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}
	.top-bar {
		top: 0;
	}
	.bottom-bar {
		top: 16px;
		width: 10px;
	}
	.middle-bar {
		width: 18px;
		top: 8px;
		opacity: 1;
		left: 0;
	}
	.mobile-menu.mobile-menu-test.menu_btn {
		display: block;
		position: absolute;
		right: 65px;
		top: 26px;
		transform: translate(-50%, -50%);
		z-index: 99999;
	}
	.menu-header {
		width: 100%;
	}
	.menu-main {
		position: fixed;
		left: -100%;
		top: 0;
		width: 100%;
		background: #fff;
		height: 100%;
		z-index: 9999;
	}
	.menu-main ul {
		flex-direction: column;
		row-gap: 30px;
		padding-top: 100px;
		padding-left: 25px;

		display: flex;
		justify-content: end;
		align-items: start;
		width: 90%;
		margin: 0 auto;
	}
	.menu-main ul li {
		height: 32px;
		display: flex;
		align-items: center;
		width: 100%;
	}
	.menu-main ul li a {
		font-size: 18px;
		position: relative;
		width: 100%;
	}
	.menu-main ul li a::after {
		content: "";
		position: absolute;
		top: 50%;
		right: 0;
		transform: translateY(-50%);
		width: 16px;
		height: 16px;
		background-image: url('/wp-content/uploads/2025/05/arrow_forward_ios_30dp_997D5B_FILL0_wght400_GRAD0_opsz24.png');
		background-size: contain;
		background-repeat: no-repeat;
	}
	.menu-icon {
		font-size: 18px !important;
	}
	.menu-icon i {
		color: #fff;
	}
	.phone-icon {
		width: 90%;
		margin: 30px auto;
		background-color: #997D5B;
		color: #fff !important;
		justify-content: center;
		padding: 10px 0 !important;
		border-radius: 50px;
	}
	.menu-main.active-mob {
		left: 0;
	}
	#ani-2.open .icon-bar.top-bar {
		top: 10px;
		animation: rotatedown 0.2s forwards;
		animation-delay: 0.20s;
		transform: rotate(-45deg);
	}
	#ani-2.open .icon-bar.middle-bar {
		opacity: 0;
		width: 0;
	}
	#ani-2.open .icon-bar.bottom-bar {
		top: 10px;
		width: 30px;
		animation: rotateup 0.2s forwards;
		animation-delay: 0.20s;
		transform: rotate(45deg);
	}
	.overflow-hidden {
		overflow: hidden;
		position: fixed;
		width: 100%;
		height: 100%;
	}
	.overflow-hidden header {
		position: fixed;
		z-index: 99;
	}
	.menu-main {
		flex-direction: column;
		justify-content: start;
	}
	.menu-main ul {
		padding-left: 0;
	}
	.b2b-button {
		display: none;
	}
	.b2b-button-mobile {
		display: block;
		position: absolute;
		right: 80px;
	}
	.header-social {
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 20px;
	}
	.header-social i {
		border-radius: 5px;
	}
	/* end mob menu */
}
@media screen and (max-width: 991px) {
	/* home */
	.count-number-wrapper {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 0;
	}
	.count-number-wrapper.company {
		display: flex;
		grid-template-columns: unset;
		gap: 30px;
	}
	/*.count-number-wrapper > :nth-child(1) {*/
	/*	border-right: 1px solid #E4E4E4;*/
	/*	border-bottom: 1px solid #E4E4E4;*/
	/*	padding-bottom: 20px;*/
	/*}*/
	/*.count-number-wrapper > :nth-child(2) {*/
	/*	border-bottom: 1px solid #E4E4E4;*/
	/*	padding-bottom: 20px;*/
	/*}*/
	/*.count-number-wrapper > :nth-child(3) {*/
	/*	border-right: 1px solid #E4E4E4;*/
	/*	padding-top: 20px;*/
	/*}*/
	/*.count-number-wrapper > :nth-child(4) {*/
	/*	padding-top: 20px;*/
	/*}*/
	/*.count-number-wrapper.company > :nth-child(1) {*/
	/*	border-right: unset;*/
	/*	border-bottom: unset;*/
	/*	padding-bottom: unset;*/
	/*}*/
	/*.count-number-wrapper.company > :nth-child(2) {*/
	/*	border-right: unset;*/
	/*	border-bottom: unset;*/
	/*	padding-bottom: unset;*/
	/*}*/
	/*.count-number-wrapper.company > :nth-child(3) {*/
	/*	border-right: unset;*/
	/*	border-bottom: unset;*/
	/*	padding-top: unset;*/
	/*}*/
	/*.count-number-wrapper.company > :nth-child(4) {*/
	/*	border-right: unset;*/
	/*	border-bottom: unset;*/
	/*	padding-top: unset;*/
	/*}*/
	/*.count-number-block:not(:last-child)::after {*/
	/*	content: unset;*/
	/*}*/
	.count-number-block {
		flex-direction: column;
		align-items: center;
		gap: 0;
	}
	.count-text p {
		text-align: center;
	}
	.banner-text {
		left: 47%;
	}
	.banner-text h1 {
		font-size: 28px;
	}
	.banner-text a {
		padding: 10px 10px 10px 0;
		width: 140px;
	}
	.banner-text h3 {
		font-size: 15px;
	}
	.third-section-wrapper {
		width: 90%;
	}
	/* kompanija */
	.who-we-are-wrapper {
		width: 90%;
	}
	.image-video-text-wrapper h3 {
		font-size: 34px;
	}
	.vision-wrapper {
		width: 90%;
	}
	.our-brand-wrapper {
		width: 90%;
	}
	.brand-text {
		width: 40%;
	}
	.brands-rep-wrapper {
		width: 60%;
	}
	.brands-holder img {
		width: 120px;
		height: 40px;
	}
	.timeline-year-wrapper {
		width: 90%;
	}
	.mitea-blocks-wrapper {
		justify-content: center;
		padding-right: 0;
	}
	.mitea-blocks {
		width: 220px;
	}
	.count-number-wrapper.company .count-text p {
		text-align: center;
	}
	.single-blog-wrapper {
		width: 80%;
	}
}
@media screen and (max-width: 768px) {
	/* single blog */
	.blog-inner-wrapper {
		padding: 30px 0;
	}
	.single-blog-wrapper {
		width: 90%;
		margin: 0 auto;
		padding: 30px 0;
	}
	.single-date-blog {
		color: #32354D;
		font-size: 14px;
		font-family: "GothamMedium";
	}
	.single-post-excerpt h2 {
		color: #32354D;
		font-size: 20px;
		font-family: "GothamMedium";
		padding: 10px 0;
	}
	.single-blog-content p {
		color: #32354D;
		font-family: 'GothamLight';
		font-size: 14px;
		margin-bottom: 20px;
		line-height: 22px;
	}

	.single-blog-content h2 {
		color: #32354D;
		font-size: 24px;
		font-family: "GothamMedium";
		padding: 10px 0;
	}
	/* landing */
	.landing-banner-mobile {
		display: block;
	}
	.landing-banner-desktop, .logo-banner {
		display: none;
	}
    /* footer */
	.footer-wrapper {
		flex-direction: column;
		gap: 30px;
	}
	.footer-center {
		flex-direction: column;
		width: 100%;
		gap: 30px;
	}
	.footer-social {
		width: 100%;
		justify-content: center;
		padding-top: 10px;
	}
	.footer-logo {
		text-align: center;
		width: 100%;
		border-bottom: 0.5px solid #404359;
		padding-bottom: 20px;
	}
	.footer-center a {
		font-size: 16px;
		width: 100%;
		border-bottom: 0.5px solid #404359;
		padding-bottom: 20px;
		padding-right: 0;
		text-align: center;
	}
	.footer-wrapper {
		gap: 20px;
	}
	.footer-logo img {
		width: 180px;
	}

    /* kontakt	*/
	.kontakt-banner-mobile {
		display: block;
	}
	.kontakt-banner-desktop {
		display: none;
	}
	.kontakt-banner-text h1 {
		font-size: 40px;
	}
	.kontakt-banner-text {
		top: 20%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	.main-kontakt-wrapper {
		width: 100%;
		flex-direction: column;
		gap: 20px;
		padding: 20px 0;
	}
	.info-kontakt-wrapper {
		width: 90%;
		margin: 0 auto;
	}
	.main-kontakt-wrapper h3 {
		width: 90%;
	}
	.form-wrapper {
		width: 100%;
		padding: 20px 0;
	}
	#gform_1 {
		width: 90%;
	}

	/* home	*/
	.banner-mobile {
		display: block;
	}
	.banner-desktop {
		display: none;
	}
	.href-novosti-wrapper {
		display: block;
		width: 100%;
	}
	.href-novosti-wrapper p {
		display: block;
		text-align: center;
		left: unset;
		transform: unset;
		position: relative;
	}
	.href-novosti-desktop {
		display: none;
	}
	.href-novosti-mobile {
		display: block;
		color: #32354D;
		font-size: 14px;
		letter-spacing: -0.28px;
		text-decoration: underline;
		text-align: center;
		font-family: 'GothamMedium';
	}
	.location-banner-mobile {
		display: block;
	}
	.location-banner-desktop {
		display: none;
	}
	.location-home-wrapper {
		top: 5%;
		width: 90%;
		left: 5%;
		transform: unset;
	}
	.blog-wrapper .blog-post .post-content .post-excerpt h2,
	.all-blogs-wrapper .blog-post .post-content .post-excerpt h2 {
		font-size: 15px;
	}
	.date-blog span {
		font-size: 14px;
	}
	.main-brands-wrapper,
	.more-brands {
		grid-template-columns: repeat(2, 1fr);
		width: 90%;
	}
	.banner-text {
		position: absolute;
		top: 20%;
		left: 50%;
		transform: translate(-50%, -50%);
		text-align: left;
	}
	.banner-text a {
		float: left;
	}
	.banner-text h1 {
		font-size: 40px;
	}
	.banner-text h3 {
		font-size: 20px;
	}
	.banner-text a {
		width: 160px;
		padding: 10px 20px 10px 0;
	}
	.banner-wrapper {
		width: 100%;
	}
	.banner-text {
		position: absolute;
		top: 100px;
		left: 30px;
		transform: unset;
	}
	.mitea-wrapper-mobile {
		display: block;
		height: 700px;
	}
	.mitea-wrapper {
		display: none;
	}
	/* kompanija */
	.kompanija-banner-text {
		top: 20%;
	}
	.who-we-are-wrapper {
		flex-direction: column;
		width: 90%;
		gap: 20px;
		padding: 30px 0;
	}
	.image-video-text-wrapper, .image-video-wrapper {
		width: 100%;
	}
	.image-video-text-wrapper p {
		font-size: 14px;
	}
	.what-we-do-wrapper {
		width: 90%;
		text-align: left;
	}
	.what-we-do-wrapper p {
		font-size: 14px;
	}
	.count-number-wrapper.company {
		width: 90%;
		justify-content: start;
		padding: 15px 0;
	}
	.vision-wrapper {
		flex-direction: column-reverse;
		gap: 20px;
	}
	.vision-media, .vision-text {
		width: 100%;
	}
	.text-vision-holder p {
		font-size: 14px;
	}
	.our-brand-wrapper {
		flex-direction: column;
	}
	.brand-text, .brands-rep-wrapper {
		width: 100%;
	}
	.brand-text h6 {
		font-size: 18px;
	}
	.brand-text p {
		font-size: 14px;
	}
	.brands-rep-wrapper {
		flex-direction: column;
	}
	.brands-holder {
		height: 70px;
		width: 100%;
	}
	.brands-holder {
		flex-direction: row;
		justify-content: space-between;
		padding: 0 20px;
		box-sizing: border-box;
	}
	.timeline-year-wrapper {
		top: 100px;
		left: 50px;
		transform: unset;
		flex-direction: column;
		gap: 20px;
	}
	.timeline-year-text {
		flex-direction: row;
		justify-content: start;
		align-items: center;
		height: 100%;
		width: 100%;
		text-align: left;
		gap: 50px;
	}
	.all-timeline {
		height: 50px;
		display: flex;
		justify-content: center;
		align-items: center;
		width: 90px;
	}
	.blog-wrapper .blog-post .post-content .post-excerpt,
	.all-blogs-wrapper .blog-post .post-content .post-excerpt {
		height: 80px;
	}
	.timeline-number::after {
		transform: unset;
		left: 80px;
		top: 5px;
	}
	.timeline-wrapper {
		height: 1300px;
		background: #32354D;
	}
	.timeline-number::after {
		width: 10px;
		height: 10px;
		top: 8px;
	}
	.timeline-text {
		padding-top: 0;
		height: 50px;
		display: flex;
		justify-content: start;
		align-items: center;
	}
	.timeline-text::before {
		content: none;
	}
	.timeline-number {
		width: 100%;
	}
	.timeline-text p {
		width: 100%;
	}
	.mob-timeline-heading p {
		text-align: left;
		color: #fff;
		padding: 40px 0 30px 20px;
		font-size: 30px;
		font-family: 'GothamNarrowMedium';
	}
	.mob-timeline-heading {
		display: block;
	}
	.all-timeline::before {
		content: "";
		position: absolute;
		top: 0;
		left: 83.5px;
		width: 1px;
		height: 100%;
		background-color: #515468;
		z-index: 1;
	}
	.mitea-blocks-wrapper {
		flex-direction: column;
		padding-top: 50px;
		width: 90%;
		margin: 0 auto;
	}
	.mitea-blocks {
		width: 100%;
		height: auto;
		padding: 15px 0 15px 0;
		box-sizing: border-box;
		transition: background-color 0.3s ease;
	}
	.mitea-blocks ul {
		display: none;
	}
	.mitea-blocks.active ul {
		display: block;
	}
    .mitea-wrapper-mobile .mitea-blocks.active .mitea-image-hover {
		display: block;
	}
	.mitea-wrapper-mobile .mitea-blocks.active .mitea-image-white {
		display: none;
	}
	.mitea-image-white, .mitea-image-hover {
		width: 120px;
	}
	.mitea-wrapper-mobile .mitea-blocks.active {
		padding: 15px
	}
	.mitea-blocks:hover {
		opacity: 1;
		background-color: unset;
	}
	.mitea-blocks:hover .mitea-image-white {
		display: block;
	}
	.blog-wrapper {
		max-width: 90%;
		padding: 30px 0;
	}
	.brand-text h3 br {
		display: none;
	}
	.all-blogs-wrapper {
		width: 90%;
	}
	.blog-wrapper .blog-post .post-content,
	.all-blogs-wrapper .blog-post .post-content {
		padding: 15px 20px;
	}
	.all-blogs-holder {
		padding: 30px 0;
	}
	.all-blogs-holder h1 {
		font-size: 34px;
	}
	.third-section-text h4 {
		margin: 10px 0;
	}
	.count-number-wrapper {
		padding: 30px 0;
	}
	.third-section-text h3,
	.thank-you-wrapper h1,
	.location-home-text h3,
	.info-landing-text-holder h2,
	.image-video-text-wrapper h3,
	.what-we-do-wrapper h3,
	.text-vision-holder h3,
	.brand-text h3,
	.main-kontakt-wrapper h3,
	.brands-wrapper h3,
	.href-novosti-wrapper p {
		font-size: 24px;
	}
	.third-section-text h4,
	.location-home-text h4,
	.info-landing-text-holder h4,
	.info-text-holder strong {
		font-size: 16px;
	}
	.gform_wrapper.gravity-theme .gform_fields {
		grid-row-gap: 10px !important;
	}
	.form-wrapper .gfield {
		padding-bottom: 5px;
	}
	.form-wrapper .gfield input,
	.form-wrapper .gform_button {
		height: 40px;
	}
	.third-section-holder {
		padding: 30px 0;
	}
	.third-section-text p {
		margin-bottom: 10px;
	}
}
@media screen and (max-width: 520px) {
	.count-number-wrapper.company {
		justify-content: start;
		padding: 10px 0;
	}
	.timeline-year-wrapper {
		left: 20px;
	}
}
@media screen and (max-width: 480px) {
	.banner-text {
		top: 50px;
	}
	.banner-text h1 {
		font-size: 32px;
	}
	.banner-text h3 {
		font-size: 18px;
	}
	.banner-text a {
		width: 140px;
	}
	.all-timeline::before {
		left: 80px;
	}
	.timeline-number::after {
		left: 76px;
	}
	.all-blogs-wrapper {
		grid-template-columns: repeat(1, 1fr);
	}
	.count-number h3 {
		font-size: 26px;
	}
	.all-blogs-wrapper .blog-post .post-content .post-excerpt {
		height: auto;
	}
}
@media (max-width: 420px) {
	.location-banner-mobile img {
		height: 750px;
		object-fit: cover;
	}
	.timeline-year-wrapper {
		left: 30px;
	}
	.main-logo img {
		width: 130px;
	}
	.main-brands-image {
		height: 120px;
	}
	.blog-wrapper .blog-post .post-content .post-excerpt {
		height: 90px;
	}
}

.h2 {
	color: #32354D;
	font-size: 24px;
	font-family: "GothamMedium";
	padding: 10px 0;
}
