@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900");
/* 
---------------------------------------------
reset
--------------------------------------------- 
*//*
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, div
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q,
s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
figure, header, nav, section, article, aside, footer, figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}


* {
  box-sizing: border-box;
}
*/
html, body {
  font-family: 'Poppins', sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none !important;
}

footer a {
  color: #c4204b;
}
footer a:hover {
  color: #cc566e;
}


::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
::-webkit-scrollbar-track {
  background: #394f62;
}
::-webkit-scrollbar-thumb {
  background: #68867e;
}
::-webkit-scrollbar-thumb:hover {
  background: #68867e;
}

h1 {
  font-size: 5rem;
}

section h2 {
  font-size: 8rem;
  text-transform: uppercase;
  margin-bottom: 3rem;
  font-family: 'Poppins', sans-serif;
  /*font-family: "Yeseva One", serif;*/
  font-weight: 100;
}

.fix-btn{
  position: fixed;
  left: 0px;
  top: 50%;
  transform-origin: 0% 0%;
  -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg) translateX(-50%);
}

header p {
  font-size: 2rem;
}

header h1, header p {
  color: #68867e;
  font-family: "Yeseva One", serif;
  font-weight: 400;
  font-style: normal;
}

.header-img {
  margin-left: 50px;
  margin-top: -200px;
}
.bg-image-full {
  background-repeat: no-repeat;
  /*background-attachment: scroll;*/
  background-position: center;
  background-size: 100% 100%;
  background-image: url('../images/header.jpg');
  padding-bottom: 10rem;
}

.logo img {
  border: 1px solid #68867e1f;
}

.malba img {
  border: 1px solid #68867e1f;
}

.plakat img {
  border: 1px solid #68867e1f;
}

.grafika img {
  border: 1px solid #68867e1f;
}

@media (max-width: 575.98px) { 
  .header-img {
    /*margin-left: 50px;*/
    display: block;
    margin: 0 auto;
    width: 50%;
    margin-top: -100px;
  }
  .bg-image-full {
    background-size: cover;
  }
  section h2 {
    font-size: 4rem;
  }
}

/******************************/
/*     Back To Top Button     */
/******************************/
#myBtn {
	position: fixed; 
  	z-index: 99; 
	bottom: 20px; 
	right: 20px; 
	display: none; 
	width: 52px;
	height: 52px;
	border: none; 
	border-radius: 50%; 
	outline: none; 
	background-color: #c4204b; 
	cursor: pointer; 
}

#myBtn:hover {
	background-color: #cc566e;
}

#myBtn img {
	margin-bottom: 0.25rem;
	width: 18px;
}

/******************************/
/*     Next section Button     */
/******************************/
#myBtn2 {
	position: fixed;
    z-index: 99;
    bottom: 20px;
    left: 20px;
    display: none;
    width: auto;
    height: auto;
    border: none;
    border-radius: 20px;
    padding: 14px 15px;
    outline: none;
    background-color: #c4204b;
    cursor: pointer;
    color: white;
}

#myBtn2:hover {
	background-color: #cc566e;
}

#myBtn2 img {
	margin-bottom: 0.25rem;
	width: 18px;
}


.social-buttons {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 3rem;
  position: fixed;
  top: 20px; /* Vzdálenost od horního okraje okna prohlížeče */
  right: 20px; /* Vzdálenost od pravého okraje okna prohlížeče */
  z-index: 1000; /* Z-index pro umístění nad ostatní obsah */
}

.social-button {
  display: inline-block;
  line-height: 52px;
  width: 52px;
    height: 52px;
    border: none;
    border-radius: 50%;
    outline: none;
    background-color: #c4204b;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px; /* Mezi tlačítky je mezera */
}

.social-button:hover {
  background-color: #cc566e;
}

.social-button:last-child {
  margin-right: 0; /* Žádná mezera za posledním tlačítkem */
}

.social-button i {
  font-size: 24px; /* Velikost ikony */
  color: #fff;
}

.btn {
  border: none;
    border-radius: 20px;
    padding: 14px 15px;
    outline: none;
    background-color: #c4204b;
    cursor: pointer;
    color: white;
}

.btn:hover {
  background-color: #cc566e;
  color: #fff;
}