body {
	font-size: 16px;
	font-weight: 400;
	font-family: 'Inter', serif;
	color: #505050;
	background: #f7f8fc;
}





h1,
h2,
h3,
h4 {
	color: #212529;
	font-family: 'Inter', serif, sans-serif;
	margin-bottom: 0;

}
p{
	color: #505050;
	line-height: 1rem;      
}

h2 {
	font-size: 2rem;
	font-size: clamp(1rem, 2rem);
}

h3 {
	font-size: 1.5rem;
}

h4 {
	font-size: 1.125rem;
}

a {
	text-decoration: none;
	color: #ffffff;
	transition: all 0.4s ease;
	font-weight: 500;

}
/* section{
	margin-bottom: 2rem;
} */
b,
strong{
color:#af201c
}
img {
	width: 100%;
}
/*navbar*/

.image-panel img{
	border-radius: 42px;
}

.top-nav {
	background-color: #222;
	padding-top: 5px;
	padding-bottom: 5px;
}

.top-nav p {
	margin-bottom: 0;
	display: inline-block;
	margin-right: 16px;
	color: #fff;

}

.top-nav i,
.top-nav span {
	vertical-align: middle;
}

.social-links a {
	width: 2.25rem;
	height: 2.25rem;
	background-color: rgba(255, 255, 255, 0.1);
	color: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	border-radius: 50%;


}

.social-links a:hover {
	background-color: #727272;
	color: #af201c
}

.navbar {
	box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
}

.navbar-brand {
	font-weight: 700;
	font-size: 2rem;
	color: #000;
}

.navbar-brand span {
	color: #000;
}

.blur-navbar {
	position: sticky;
	top: 0;
	z-index: 1000;
	backdrop-filter: blur(10px);
	background-color: rgba(247, 248, 252, 0.7);
	/* Adjust the background color and opacity */
}

.nav-link:hover {
	color: #af201c !important;
}



#navbar-logo{
  width:100%;
  height:60px;
}
.navbar .navbar-nav>li.nav-item:last-child a {
	color: #fff;
	padding: 0.75rem 2rem;
	background: #af201c;
	border: 2px solid #af201c;
	border-radius: 12px;
}

.navbar .navbar-nav>li.nav-item:last-child a:hover {
	color: #af201c;
	padding: 0.75rem 2rem;
	background: #fff;
	border: 2px solid #af201c;
	border-radius: 12px;
}
.dropdown-menu .dropdown-item:hover {
        background-color: #f8f9fa;
        color: #af201c;
        transition: 0.2s;
    }


.content {
	padding: 6em 1.5em 0em 1.5em;
} 


/*header section*/
.header-page {
  padding: 128px 0;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
              url("/img/banner-header.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  min-height: 50vh;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  text-align: center;
}

/* DOMOVSKÁ STRÁNKA – LOGO AKO POZADIE */
#contact-page,
#home-page {
  padding: 128px 0;
  background: url('/img/LOGO.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-color: #000;
  min-height: 50vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  box-sizing: border-box;
  text-align: left;
}

/* TEXTOVÉ PRVKY */
.header-page h1,
#home-page h1 {
  color: #fff;
  font-weight: 700;
  font-size: 3rem;
  margin-bottom: 1rem;
}

.header-page p,
#home-page p {
  color: #fff;
  font-size: 1.25rem;
  margin-bottom: 2rem;
}





 
 
/*section services*/
.services {
	margin-bottom: 2rem;
}
.why h2,
.services h2{
	text-align: center;
	margin-bottom: 3rem;
}
.items-container{
	display: flex;
	flex-wrap: wrap; 
	gap:35px 10px;
	justify-content: center;
	
}
 .box-item{
	width: 383px;
	background: #fff;
	padding: 1.25rem;
	box-shadow:0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
	border-radius:0.5rem;
}
.services .item-icon{
	text-align: center;
}

.services .box-item .item-icon svg{
	width: 3rem;
	height: 3rem;
	color: #af201c;
}
 .services .box-item h6{
	text-align: center;
 }
  .box-item p{
	text-align: center;
	color: rgb(75, 85, 99);
}
/*WHY SECTION*/
.why{
	padding: 128px 0;
	background: #fff;
	
}
.why .text-box {
	margin-bottom: 3rem;
}
#why-sec .benefits{
	display: grid;
	grid-template-columns: repeat(4,1fr);
	gap: 15px;
}
#why-sec .benefit{
	gap:15px;
	
	padding: 1.25rem;
	background: #F9FAFB;
	color: rgb(75, 85, 99);
	border-radius: 0.5rem;

}

.benefit h3{
	font-size: 1.25rem;
	line-height: 1.75rem;
	margin-bottom: .5rem;
}
#why-sec .benefit p{
	line-height: 1.4rem;
}
/*materials SEC*/
.materials-sec{
	padding: 128px 0;
	background: #F9FAFB;
	color: #000;

}
.materials-sec h2{
	color: #000;
	margin-bottom: 3rem;
	position: relative;
}
/* .materials-sec h2::before{
	content: '';
	width: 20px;
	height: 4px;
	background: #af201c;
	position: absolute;
	left:44%;
	top: -8px;

} */
.text-box{
	background: #dfe5ed;
}
.text-box p{
	font-weight: normal;
	text-align: center;
	padding: 1.8rem 20rem;
	line-height: 1.5rem;
}
.text-box a{
	color: #af201c;

	
}
.text-box a:hover{
	color: #092023;
	text-decoration: underline;

}

.grid-container{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap:20px;
}
.grid-item{
	padding: 0.5rem 2rem;
	color: #000;
	background: #fff;
	border-radius: 0.5rem;
	box-shadow:0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
}
.grid-item p{
	font-size: 1rem;
	font-weight: 600;
	margin: 0;
}
.grid-item a{
	color: rgb(75, 85, 99);

}

.btn{
	background: #af201c;
	color: #fff;
	transition: all 0.4s ease;
	
}
.btn:hover{
	background: #fff;			
	color: #af201c;
	border: 1px solid #af201c;

}
/*faq*/
.faq p{
	margin-bottom: 2.5rem;
}
.accordion-button {
background: #fff;
color: #000;
}
.accordion-button:not(.collapsed) {
	background: #3f3e3e;
	color: #fff;
}
.faq .accordion-body li{
	margin-bottom: 0.5rem;
}
.faq .accordion-body a{
	color: #af201c;
}
/*CONTACT SITE */
.header-content{
	color: #fff;
	text-align: center;
}
.header-content h1{
	text-transform: capitalize;
	margin: 1.75rem 0;
}
.header-content a{
	color: #fff;
}
.header-content a:hover,
.header-content a:focus{
	color: #af201c;
}
.contact-info .content{
	display: grid;
	grid-template-columns: repeat(2,1fr);
	gap:20px
}
.contact-info .box{
	background: #fff;
	padding: 20px;
	margin-bottom: 20px;
	border-radius: 15px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.contact-info .info-icon {
width: 50px;
height: 50px;
font-size: 24px;
color:#fff;
background: #222;
border-radius: 50%;

display: flex;
align-items: center;
justify-content: center;

}
.contact-info h4,
.contact-info p,
.contact-info a{
	text-align: center;
}
.contact-info h4{
	color: #af201c;
	font-family: 'Inter',serif, sans-serif;
	font-weight: 500;
	line-height: 1.2rem;
	margin-bottom: 32px;
}
.contact-info a:hover{
	color: #af201c;
}
.custom-form{
	background: #fff;
	padding: 20px 40px;
	border-radius: 42px;
	box-shadow:  0 0 10px rgba(0, 0, 0, 0.1);
	margin: 40px 0;
}
.custom-button{
	width: 100%;
	background: #af201c;
	color: #fff;
	border-radius: 10px;
	margin-top: 20px;
}
.custom-button:hover{
	background: #fff;
	color: #af201c;
	border: 1px solid #af201c;
}
input,
textarea{
	width: 100%;
	padding: 10px;
}
form p{
	margin: 15px 0;
}
.contact-form h2{
	text-align: center;
	margin-bottom: 2.5rem;
}
.contact-form a{
	font-weight: bold;
}
.contact-form a:hover{
	color: #af201c;
}


label{
		margin-bottom: 5px;
}
.custom-form .gdpr a{
	text-decoration: underline;
}
.custom-form .gdpr a:hover{
	color: #af201c;
}

/*baumit*/
.baumit h1,
.baumit h2,
.baumit h3{
	margin-bottom: 1.5rem;
}
.baumit h1{
	margin-bottom: 1.5rem;
	color: #af201c;
}
.baumit h3{
	color: #af201c;
}
.baumit .text p{
	font-size: 1rem;
	line-height: 1.82rem;
	color: #505050;
}
.calculator {
  background: #000;
}

.calculator .content {
  max-width: 960px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  padding: 3rem 0;
}

.calculator .text-group {
  max-width: 70%;
}

.calculator .btn {
  white-space: nowrap;
}

.calculator h2 {
  color: #fff;
}

.calculator p {
  color: #b4b2b2;
}

/*frontek */
#frontek-info .frontek-info {
  padding: 40px 20px;
  background-color: #f9f9f9;
}

#frontek-info .container {
  max-width: 1200px;
  margin: 0 auto;
}

#frontek-info .row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
  align-items: center;
}

#frontek-info .image-panel {
  flex: 1 1 40%;
  padding: 10px;
}

#frontek-info .image-panel img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}

#frontek-info .texts-box {
  flex: 1 1 60%;
  padding: 10px;
}

#frontek-info .sect-title {
  width: 100%;
  margin-bottom: 20px;
}

 #frontek-info .sect-title h1 {
  font-size: 2.5rem;
  margin: 0;
}

.sect-title h1{
	margin-bottom: 3rem;
	color: #af201c;
}

.frontek-info .row,
.attributes .row{
	margin-bottom: 3.5rem;
}

#frontek .number {		
	width: 60px;
	height: 60px;
	color: #fff;
	background: #af201c;
	padding: .75rem;
	border-radius: 1.1rem;
	font-size: 1.5rem;
	text-align: center;
	vertical-align: middle;
	margin-bottom: 1rem;
}

#materials-colors .materials-sec {
  padding: 40px 20px;
  background-color: #f5f5f5;
}

#materials-colors .materials-sec h2 {
  font-size: 2rem;
  margin-bottom: 20px;
}

#materials-colors .materials-sec h2 span {
  color: #333;
  font-weight: 600;
}

#materials-colors .text-box {
  /* text-align: center; */
}

#materials-colors .text-box p {
  font-size: 1rem;
  line-height: 1.6;
  color: #444;
}
 
#materials-colors .colection-color-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
}

#materials-colors .single-item {
  flex: 1 1 calc(33.333% - 30px);
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  display: flex;
  flex-direction: column;
  text-align: center;
  padding: 15px;
}

#materials-colors .image-box img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  object-fit: cover;
}

#materials-colors .lower-content h4,
#materials-colors .title-product h4 {
  margin: 10px 0;
  font-size: 1.2rem;
  color: #222;
}

#materials-colors .lower-content h4 a,
#materials-colors .title-product h4 a {
  text-decoration: none;
  color: inherit;
}

#materials-colors .product-text p {
  font-size: 0.95rem;
  color: #555;
  padding: 0 10px 15px;
  line-height: 1.5;
}

#materials-colors .button .btn {
  padding: 12px 25px;
  background-color: #af201c;
  color: #fff;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
}

#materials-colors .button .btn:hover {
  background: #fff;
	color: #af201c;
}



.attributes{
	margin-bottom: 6rem;
}
.attributes h2{
	margin-bottom: 1.8rem;
	color: #af201c;
}
#attributes-sec .attributes {
  padding: 40px 20px;
  background-color: #ffffff;
}

#attributes-sec .container {
  max-width: 1200px;
  margin: 0 auto;
}

 #attributes-sec .row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
  align-items: center;
}

#attributes-sec .image-panel {
  flex: 1 1 35%;
  padding: 10px;
}

#attributes-sec .image-panel img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}

#attributes-sec .texts-box {
  flex: 1 1 65%;
  padding: 10px;
}

#attributes-sec .texts-box h2 {
  font-size: 1.8rem;
  margin-bottom: 15px;
}

#attributes-sec .texts-box p {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 10px;
}

/*home */
#home-sec .box-item .item-icon{
	margin-bottom: 1.5rem;
}
 #home-sec .box-item h6{
	color: #000;
	font-size: 1.15rem;
 }
 #home-sec .box-item{
	background: none;
	box-shadow: none;
 }
#home-sec .content{
	
	padding-top: 1.5rem;
}
#home-sec .items-container {
  display: flex;
  flex-wrap: wrap; /* Umožní zalomenie na menších zariadeniach */
  justify-content: space-between;
  gap: 20px;
}

#home-sec .box-item {
  flex: 1 1 calc(25% - 20px); /* 4 boxy vedľa seba + gap */
  box-sizing: border-box;
  text-align: center;
  padding: 10px;
  min-width: 250px;
}

 .partners{
	background:#fff;
	padding-bottom: 2rem;
}


.partners-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  padding: 1rem;
}

.partners-item {
  text-align: center;
}

.partners-logo {
  padding: 0 2rem;
  max-width: 100%;
  border: 1px dotted #555;
  margin-bottom: 1rem;
}

.partners-logo img {
  height: 200px;
  max-width: 100%;
  object-fit: contain;
}

.partners-title {
  background: #F9FAFB;
  padding: 0.5rem;
}

.partners-item a {
  display: block;
  text-decoration: none;
  color: inherit;
  transition: transform 0.2s ease;
}

.partners-item a:hover {
  transform: scale(1.02);
  cursor: pointer;
  filter: grayscale(100%);
  
}
#home-gallery .gallery-img {
      width: 100%;
      height: 200px;
      object-fit: cover;
      
    }


.call-to-action {
  position: relative;
  padding: 20px 40px 54px 135px;
  background: #af201c;
  color: #fff;
  margin-bottom: 2rem;
}

.call-to-action:before {
  position: absolute;
  background: #811613;
  content: '';
  width: 50%;
  height: 100%;
  top: 0;
  right: 0;
}

.cta-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.left-content,
.right-content {
  flex: 1 1 45%;
  min-width: 1.2rem;
  position: relative;
  z-index: 1;
}

.call-to-action .text {
  font-size: 30px;
  line-height: 1.4;
  font-weight: 300;
  z-index: 1;
}

.call-to-action .text span {
  font-weight: 700;
  display: block;
  font-size: 30px;
}

.call-to-action .right-content .text {
  font-size: 24px;
}

.call-to-action .button {
  margin-top: 15px;
  display: inline-block;
}

.call-to-action .btn{
	background: #000;
	border: 1px solid #fff; 
}
.call-to-action .btn:hover{
	background: #fff;
	color:#af201c;
	border:1px solid #000;
}
.left-content:before {
  width: 60px;
  height: 60px;
  pointer-events: none;
  position: absolute;
  content: '';
  bottom: -15px;
  right: -45px;
  background: linear-gradient(315deg, #fff 45%, #fff 50%, #fff 56%, #fff 80%);
  transform: rotate(-45deg);
  z-index: -1;
}
#mapei .partners-logo,
#stachema .partners-logo{
  border: none;
  margin-bottom: 2rem;
}
#mapei .partners-logo img,
#stachema .partners-logo img{
  height: 100px;
}
#gdpr h1{
  color: #af201c;
}
#gdpr h2{
  margin-bottom: 1.5rem;
}
#gdpr p {
  line-height: 1.65rem;
}
footer {
  background:#222222;
}
  footer a.text-reset:hover {
    color: #af201c !important;
  }
  footer .text-uppercase{
    color:#af201c!important;
  }
  footer a{
    color: #811613;
  }

  /*responsive settings*/
  @media (max-width:1400px){
	.materials-sec .text-box p{
		padding: 0.8rem 9rem;
	}
	
  }
  @media (max-width:1200px){
	.grid-container{
		grid-template-columns: 1fr 1fr;
	}
	
  }
@media(max-width:1024px){
    
	  .partners-container {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .partners-logo img {
    height: 180px;
  }
  .call-to-action {
    padding: 20px 30px 40px 30px;
    text-align: center;
  }

  .cta-container {
    flex-direction: column;
    align-items: center;
  }

  .left-content,
  .right-content {
    flex: 1 1 100%;
    max-width: 100%;
    text-align: center;
  }

  .left-content:before {
    display: none;
  }
}
																
  @media(max-width:991px){
      .hover-dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
  }
	.navbar-nav{
		text-align: center;
	}
.header-page{
	text-align: center;

}
.box-item p{
	text-align: center;
}
#why-sec .benefits{
	grid-template-columns: repeat(2,1fr);
}
.materials-sec .text-box p{
	padding: 0.8rem 0rem;
}
.contact-info .content{
	grid-template-columns: 1fr;
}
.text-box{
	padding: .5rem;
	margin-bottom: 2rem;
}
.text-box p{
	padding: 1.8rem 2rem;
}
.colection-color-container{
	grid-template-columns: 1fr 1fr;
}
#frontek-info .texts-box,
 #frontek-info .image-panel {
    flex: 1 1 100%;
    text-align: center;
  }
  #frontek-info .sect-title h1 {
    font-size: 2rem;
  }
 #attributes-sec .image-panel,
  #attributes-sec .texts-box {
    flex: 1 1 100%;
    text-align: center;
  }

  #attributes-sec .texts-box h2 {
    font-size: 1.6rem;
  }
  #materials-colors .single-item {
    flex: 1 1 calc(50% - 20px);
  }

  #materials-colors .materials-sec h2 {
    font-size: 1.8rem;
  }




    #frontek .benefit {
    text-align: center;
    align-items: center;
  }

  #frontek .benefit .title,
  #frontek .benefit .text,
  #frontek .benefit .number {
    margin-left: auto;
    margin-right: auto;
  }
   #home-sec .box-item {
    flex: 1 1 calc(50% - 20px);
  }
  .call-to-action {
    padding: 40px 40px;
  }

  .call-to-action .text {
    font-size: 24px;
  }

  .call-to-action .text span {
    font-size: 24px;
  }

  .call-to-action .right-content .text {
    font-size: 20px;
  }
  
  
}



  


  @media(max-width:767px){
 /*    h2{
      font-size: 1.6rem;
    }
    .content h2{
      font-size: 1.6rem;
    } */
    #home-page {
      text-align: center;
    }
.header-page h1,
  #home-page h1 {
    font-size: 2.2rem;
  }

  .header-page p,
  #home-page p {
    font-size: 1.1rem;
  }

  .button-sec .btn {
    padding: 0.6rem 1.2rem;
    font-size: 1rem;
  }
	.grid-container {
		grid-template-columns: 1fr;
	  }
	    .calculator .content {
    flex-direction: column;
    align-items: flex-start; /* zarovná doľava */
  }

  .calculator .text-group {
    max-width: 100%; /* nech zaberie plnú šírku */
  }

  .calculator .btn {
    align-self: flex-start; /* zarovná button vľavo */
  }
 #why-sec .benefits{
	grid-template-columns: 1fr;
 }
 .call-to-action .text {
    font-size: 22px;
  }

  .call-to-action .text span {
    font-size: 22px;
  }

  .call-to-action .right-content .text {
    font-size: 18px;
  }

  .call-to-action .btn {
    padding: 10px 20px;
    font-size: 16px;
  }
	
  }	
  @media (max-width: 600px) {
  
  .partners-container {
    grid-template-columns: 1fr;
  }
  
  .partners-logo {
    padding: 0 1rem;
  }
  
  .partners-logo img {
    height: 150px;
  }
  
  .partners-title h4 {
    font-size: 1rem;
  }
  .cta-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .left-content,
  .right-content {
    flex: 1 1 100%;
  }

  .call-to-action {
    padding: 30px 20px;
  }

  .call-to-action .text {
    font-size: 20px;
  }

  .call-to-action .text span {
    font-size: 20px;
  }

  .call-to-action .right-content .text {
    font-size: 18px;
  }

  .call-to-action .button {
    margin-left: 0;
  }
}
  @media(max-width:576px){
	 #frontek-info .frontek-info {
    padding: 20px 10px;
  }

  #frontek-info .sect-title h1 {
    font-size: 1.8rem;
  }

  #frontek-info .texts-box p {
    font-size: 0.95rem;
    line-height: 1.6;
  }
    #attributes-sec .attributes {
    padding: 20px 10px;
  }

  #attributes-sec .texts-box h2 {
    font-size: 1.4rem;
  }

  #attributes-sec .texts-box p {
    font-size: 0.95rem;
  }

  #materials-colors .single-item {
    flex: 1 1 100%;
  }

  #materials-colors .materials-sec {
    padding: 20px 10px;
  }

  #materials-colors .text-box p {
    font-size: 0.95rem;
  }

  #materials-colors .product-text p {
    font-size: 0.9rem;
  }

  #materials-colors .lower-content h4,
  #materials-colors .title-product h4 {
    font-size: 1rem;
  }
  #home-sec .box-item {
    flex: 1 1 100%;
  }
  }		
  @media(max-width:500px){
	.calculator .text-group{
		text-align: center;
	}
	.calculator .btn{
		width: 100%;
  	}
  }																						

  @media (max-width: 480px) {
    .header-page h1,
  #home-page h1 {
    font-size: 1.8rem;
  }

  .header-page p,
  #home-page p {
    font-size: 1rem;
  }

  .button-sec .btn {
    padding: 0.5rem 1rem;
    font-size: 0.9rem;
  }
  .call-to-action {
    padding: 20px 20px 40px 20px;
  }

  .call-to-action .text {
    font-size: 20px;
  }

  .call-to-action .text span {
    font-size: 20px;
  }

  .call-to-action .right-content .text {
    font-size: 16px;
  }

  .call-to-action .btn {
    width: 100%;
    max-width: 300px;
    padding: 12px;
  }
}
