::-webkit-scrollbar-button {
  color: rgb(242, 245, 151);
}

* {
  margin: 0 auto;
  padding: 0 auto;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  background-image: url("../img/ulaz.jpg");
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

header {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 10px;
  color: white;
  background-color: rgb(29, 36, 202);
  height: 12%;
}
header img {
  width: 130px;
  border-radius: 25px;
  margin-right: 150px;
}

.navigation {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 10px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  justify-content: space-evenly;
}
.navigation h1 {
  margin: 70px;
  color: white;
  font-size: 25pt;
  font-weight: 800;
}
.navigation li {
  margin: 5px;
  text-transform: uppercase;
  display: inline-block;
}
.navigation li a {
  color: white;
  text-decoration: none;
}
.navigation li a:hover {
  color: orangered;
  transition: 0.7s;
}
.navigation li a:hover::after {
  transition: 0.7s;
}

.navigation i {
  padding: 15px;
  color: rgb(17, 66, 50);
  margin: 10px;
  width: 50px;
}
.navigation i:hover {
  transition: 0.2s;
  color: orangered;
  border: orangered;
}

#menu {
  display: none;
}

#btnuprava {
  margin-left: 5px;
  border: 2px rgb(242, 245, 151) solid;
  border-radius: 3px;
  padding: 10px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15pt;
  background: transparent;
}
#btnuprava a {
  text-decoration: none;
  color: white;
}
#btnuprava:hover {
  transition: 0.4s;
  background-color: orangered;
  color: rgb(29, 36, 202);
  border: 2px solid rgb(237, 63, 0);
}

.block {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 10px;
  margin-top: 100px;
}
.block img {
  width: 230px;
}

.block_one {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "Lalezar", system-ui;
  font-weight: 400;
  font-style: normal;
  background-color: rgb(29, 36, 202);
  box-shadow: 15px 15px 1px rgba(0, 0, 0, 0.192);
  margin: 20px 0px 20px 0px;
  padding: 55px;
  width: 700px;
  height: 250px;
  margin-bottom: 100px;
  border-radius: 50px;
  text-align: start;
}
.block_one h2 {
  font-size: 50pt;
  color: white;
  text-align: start;
}
.block_one p {
  text-align: start;
  font-size: 17pt;
  margin-top: 10px;
  color: white;
}
.block_one button {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  border: none;
  color: white;
  border-radius: 15px;
  font-size: 14pt;
  text-transform: uppercase;
  padding: 10px;
  margin-top: 30px;
}
.block_one button :hover {
  border: none;
  background: transparent;
  color: rgb(29, 36, 202);
  font-weight: 800;
  transition: 0.7s;
  border-radius: 15px;
}
.block_one button :hover::after {
  transition: 0.7s;
}
.block_one button a {
  text-decoration: none;
  color: rgb(29, 36, 202);
}

.slike img {
  position: absolute;
  width: 25%;
  left: 65%;
  top: 30%;
  border-radius: 15px;
  background-color: linear-gradient(rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65));
  box-shadow: 8px 8px 1px rgba(0, 0, 0, 0.192);
}

@keyframes animacija {
  0% {
    opacity: 1;
  }
  15% {
    opacity: 1;
  }
  30% {
    opacity: 0;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.slike img:nth-child(1) {
  animation: animacija 15s 0s infinite;
  z-index: 5;
}

.slike img:nth-child(2) {
  animation: animacija 15s 3s infinite;
  z-index: 4;
}

.slike img:nth-child(3) {
  animation: animacija 15s 6s infinite;
  z-index: 3;
}

.slike img:nth-child(4) {
  animation: animacija 15s 9s infinite;
  z-index: 2;
}

.slike img:nth-child(5) {
  animation: animacija 15s 12s infinite;
  z-index: 1;
}

#block_two {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 10px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 600;
  margin-top: 100px;
  background-color: rgb(152, 171, 238);
  height: 500px;
}

.blocks {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 30%;
  padding: 10px;
  font-size: 14pt;
  border-radius: 20px;
}
.blocks:hover {
  width: 31%;
  transition: 0.7s;
  background-color: rgba(0, 0, 0, 0.273);
}
.blocks i {
  padding: 15px;
  color: rgb(29, 36, 202);
  font-size: 20pt;
}
.blocks i:hover {
  color: orangered;
  transition: 0.2s;
}
.blocks .frame {
  width: 180px;
  border-radius: 30px;
  height: 220px;
  background: white;
  margin: auto;
  padding: 15px 10px;
  box-shadow: 5px 5px 1px rgba(0, 0, 0, 0.192);
}
.blocks img {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 10px;
  width: 150px;
  border-radius: 30px;
}
.blocks p {
  color: rgb(242, 245, 151);
  text-wrap: word-break;
  margin-top: 10px;
  font-weight: 600;
}
.blocks h3 {
  text-transform: uppercase;
  color: rgb(242, 245, 151);
  font-weight: 800;
  font-size: 20pt;
  margin-bottom: 4%;
}

iframe {
  width: 60%;
  height: 500px;
  border-radius: 30px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 10px;
}

footer {
  display: flex;
  flex-direction: row;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 200;
  font-size: 14pt;
  padding: 10px;
  height: 145px;
  background-color: rgb(29, 36, 202);
  color: white;
}
footer i {
  margin-top: 10px;
  margin-right: 15px;
  color: rgb(242, 245, 151);
  width: 30px;
  text-align: right;
  display: flex;
  flex-direction: column;
  padding: 5px;
}
footer i:hover {
  transition: 0.5s;
  color: orangered;
}
footer p {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 10px;
}
footer hr {
  width: 80%;
}
footer h4 {
  font-size: 15pt;
  text-align: center;
  padding: 5px;
}

.block_2 {
  display: flex;
  flex-direction: column;
}

.custom-shape-divider-top-1711644991 {
  position: absolute;
  top: 14%;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  z-index: 1;
}

.custom-shape-divider-top-1711644991 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 120px;
}

.custom-shape-divider-top-1711644991 .shape-fill {
  fill: rgb(29, 36, 202);
}

.video {
  width: 800px;
  position: relative;
  top: 20%;
  z-index: 0;
}

video {
  width: 800px;
  border-radius: 30px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.video1 {
  width: 400px;
  height: auto;
  border-radius: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.video1 {
  width: 200px;
  height: auto;
  border-radius: 20px;
  margin-top: 20px;
  margin-bottom: 30px;
}
.blok_dva {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 10px;
  width: 780px;
  background-image: url("../img/board.jpg");
  background-size: 780px;
  box-shadow: 8px 8px 1px rgba(0, 0, 0, 0.192);
  border-radius: 30px;
  margin-bottom: 30px;
}
.blok_dva hr {
  width: 80%;
}
.blok_dva h2 {
  font-size: 20pt;
  text-transform: uppercase;
  color: white;
  text-align: center;
  font-weight: 900;
}
.blok_dva .tri {
  width: 520px;
  box-shadow: 8px 8px 1px rgba(0, 0, 0, 0.192);
  padding: 20px;
  border-radius: 30px;
  margin-top: 50px;
}
.blok_dva .tri h3 {
  font-size: 17pt;
  text-transform: uppercase;
  color: white;
  text-align: center;
  font-weight: 800;
}
.blok_dva .tri p {
  color: white;
}

.blok_tri {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 10px;
  width: 1100px;
  background-image: url("../img/board2.jpg");
  background-repeat: no-repeat;
  background-size: 1190px;
  box-shadow: 8px 8px 1px rgba(0, 0, 0, 0.192);
  border-radius: 30px;
  margin-bottom: 30px;
}
.blok_tri .cetiri {
  width: 900px;
  margin-top: 25px;
}
.blok_tri .cetiri h4 {
  font-weight: 800;
  text-transform: uppercase;
  color: white;
  text-align: center;
  font-size: 15pt;
}
.blok_tri p {
  color: white;
  font-weight: 300;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.blok_tri hr {
  width: 60%;
}

.custom-shape-divider-top-1711660387 {
  position: absolute;
  top: 14.5%;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

.custom-shape-divider-top-1711660387 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 127px;
  transform: rotateY(180deg);
}

.custom-shape-divider-top-1711660387 .shape-fill {
  fill: #1D24CA;
}

#kontakt {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: absolute;
  top: 37%;
  left: 20%;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
}
#kontakt img {
  width: 500px;
  border-radius: 10px;
  margin-right: 20px;
}
#kontakt i {
  color: white;
  text-transform: none;
}
#kontakt i:hover {
  transition: 0.5s;
  color: orangered;
}
#kontakt p {
  display: inline-block;
  color: white;
}
#kontakt .textone {
  padding: 20px;
  background-color: rgb(29, 36, 202);
  border-radius: 10px;
}

.custom-shape-divider-bottom-1711662859 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}

.custom-shape-divider-bottom-1711662859 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 127px;
  transform: rotateY(180deg);
}

.custom-shape-divider-bottom-1711662859 .shape-fill {
  fill: #1D24CA;
}

.custom-shape-divider-top-1711663476 {
  position: absolute;
  top: 14.5%;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

.custom-shape-divider-top-1711663476 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 129px;
}

.custom-shape-divider-top-1711663476 .shape-fill {
  fill: #1D24CA;
}

.upisslike {
  position: absolute;
  margin-top: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.upisslike video {
  display: none;
}
.upisslike img {
  width: 900px;
  border-radius: 30px;
  box-shadow: 8px 8px 1px rgba(0, 0, 0, 0.192);
}
.upisslike img:hover {
  width: 980px;
  transition: 0.7s;
}
.upisslike p {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: white;
  font-size: 15pt;
  background-color: rgba(255, 255, 255, 0.296);
  border-radius: 14px;
  width: 50%;
  padding: 15px;
  box-shadow: 8px 8px 1px rgba(0, 0, 0, 0.192);
}
.upisslike p:hover {
  background-color: orangered;
  transition: 1.5s;
}
.upisslike p span {
  font-weight: 1000;
  color: white;
  font-size: 20pt;
}
.upisslike h4 {
  color: white;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  box-shadow: 8px 8px 1px rgba(0, 0, 0, 0.192);
  font-size: 17pt;
  font-weight: 1000;
  width: 55%;
  text-align: center;
  padding: 15px;
  border: solid 1px white;
  border-radius: 14px;
}
.upisslike h4:hover {
  background-color: orangered;
  border: 2px solid orangered;
  transition: 0.7s;
}
.novostim p a,
.novostim p a:link,
.novostim p a:visited,
.novostim p a:hover {
    color: white !important;
    text-decoration: underline !important;
}
.container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-right: 20px;
}
.container .head {
  text-align: center;
  color: white;
  border-bottom: 1px solid white;
  width: 60%;
  padding: 20px;
  margin-bottom: 50px;
}
.container .head h3 {
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 3rem;
}
.container .head h3 span {
  font-weight: 100;
}
.container .box {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin: 10px;
}
.container .box img {
  width: 100%;
  padding: 15px;
  border-radius: 20px;
}
.container .img {
  padding: 15px;
}

@keyframes body {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
body {
  animation: 2.5s body;
}

.novostiirss {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  width: 80%;
  margin: 4%;
  padding: 5%;
  border-radius: 20px;
  background-color: #1D24CA;
}
.novostiirss p {
  color: white;
  padding: 10px;
}
.novostiirss a {
  color: white;
  text-decoration: none;
}
.novostiirss a:hover {
  color: orangered;
  transition: 0.7s;
}

.novostim {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  width: 94%;
  background-color: rgb(29, 36, 202);
  margin-bottom: 3%;
}
.novostim h3 {
  color: white;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 25pt;
  padding: 10px;
}
.novostim img {
  width: 500px;
  padding: 30px;
  border-radius: 40px;
}
.novostim p {
  color: white;
  padding: 20px;
}
.novostim button {
  background-color: white;
  border: none;
  border-radius: 10px;
  padding: 13px;
}
.novostim button:hover {
  background-color: orangered;
  transition: 0.5s;
}
.novostim button a {
  text-decoration: none;
  text-transform: uppercase;
  color: rgb(29, 36, 202);
}
.novostim .boxes {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 10px;
}
.novostim .boxes img {
  width: 400px;
  border-radius: 40px;
}

@media (max-width: 1400px) {
  header {
    margin-bottom: 0px;
  }
  .navigation h1 {
    font-size: 20pt;
  }
  .navigation ul li {
    font-weight: 500;
  }
  .block {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 0px;
  }
  .slike img {
    display: none;
  }
  .block_one {
    background-color: transparent;
    border-radius: 20px;
    width: 100%;
    height: 600px;
    background-image: url(/vrtic_sajt2/img/sunce.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    box-shadow: 0px 0px;
    margin-bottom: 0px;
  }
  .block_one img {
    padding: 5px;
  }
  .block_one section {
    margin-top: 15%;
    padding: 15px;
  }
  .block_one section h2 {
    font-size: 25pt;
    color: #1D24CA;
    font-weight: 1000;
    text-align: center;
  }
  .block_one section p {
    font-size: 13pt;
    font-weight: 500;
    text-align: center;
    word-break: break-word;
    color: #1D24CA;
  }
  .block_one section button {
    background-color: transparent;
    font-weight: 1000;
    margin-left: 100px;
  }
  .block_one section button a {
    text-align: center;
    align-items: center;
  }
  footer {
    height: 170px;
  }
}
@media (max-width: 1000px) {
  header {
    margin-bottom: 0px;
  }
  .navigation {
    padding: 0px;
  }
  .navigation img {
    margin: 0px;
  }
  .navigation h1 {
    font-size: 17pt;
    text-align: center;
    margin: 0px;
  }
  .navigation ul {
    padding: 0px;
  }
  .navigation ul li {
    font-weight: 500;
    font-size: 10pt;
  }
  #btnuprava {
    padding: 5px;
    font-size: 10pt;
  }
  .block_one section {
    margin-top: 20%;
    padding: 15px;
  }
  #block_two .blocks h3 {
    font-size: 15pt;
  }
  #block_two .blocks p {
    font-size: 10pt;
  }
  footer {
    height: 190px;
  }
  .novostim h3 {
    font-size: 20pt;
    padding: 10px;
    text-align: center;
  }
  .novostim img {
    width: 400px;
  }
  .boxes {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .boxes img {
    width: 400px;
  }
}
@media (max-width: 750px) {
  .navigation h1 {
    font-size: 15pt;
    text-align: center;
    margin: 0px;
    width: 45%;
  }
  .navigation ul {
    padding: 0px;
    width: 250px;
  }
  .navigation ul li {
    font-weight: 500;
    font-size: 9pt;
  }
  #btnuprava {
    padding: 5px;
    font-size: 10pt;
  }
  .block_one section {
    margin-top: 27%;
    padding: 15px;
  }
  footer {
    height: 210px;
  }
}
@media (max-width: 600px) {
  .navigation {
    padding: 0px;
  }
  .navigation img {
    margin: 0px;
  }
  .navigation h1 {
    font-size: 17pt;
    text-align: center;
    margin: 0px;
  }
  .navigation ul {
    text-align: center;
    padding: 0px;
  }
  .navigation ul li {
    font-weight: 300;
    font-size: 8pt;
  }
  #btnuprava {
    display: none;
  }
  .block_one section {
    margin-top: 35%;
    padding: 15px;
  }
  #block_two {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 200%;
  }
  #block_two .blocks {
    width: 75%;
  }
  #block_two .blocks .frame {
    width: 160px;
    height: 200px;
  }
  #block_two .blocks h3 {
    font-size: 20pt;
  }
  #block_two .blocks p {
    font-size: 10pt;
  }
  iframe {
    width: 94%;
  }
  footer {
    height: 200px;
  }
  footer p {
    font-size: 10pt;
  }
  .novostim {
    border-radius: 20px;
  }
  .novostim p {
    font-size: 10pt;
  }
  .novostim h3 {
    font-size: 20pt;
    padding: 10px;
    text-align: center;
  }
  .novostim img {
    width: 250px;
  }
  .novostim .boxes {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 94%;
  }
  .novostim .boxes img {
    width: 250px;
  }
}
@media (max-width: 450px) {
  .navigation img {
    width: 100px;
  }
  .navigation ul {
    width: 30%;
  }
  .navigation ul li {
    font-size: 7pt;
  }
  .block_one section {
    margin-top: 45%;
    padding: 15px;
  }
  footer {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 10px;
    height: 200px;
  }
  footer p {
    font-size: 9pt;
  }
  footer i {
    font-size: 10pt;
  }
  footer h4 {
    font-size: 13pt;
  }
}
@media (max-width: 410px) {
  body {
    background-image: url("../img/background22.jpg");
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
  }
  header {
    background-color: rgb(188, 122, 249);
  }
  .navigation h1 {
    font-size: 14pt;
  }
  .block_one {
    background-image: none;
    width: 94%;
    margin: 0px;
    padding: 0px;
    height: 550px;
  }
  .block_one img {
    padding: 5px;
  }
  .block_one section {
    padding: 0px;
    margin-top: 7%;
    margin-bottom: 0;
  }
  .block_one section h2 {
    font-size: 30pt;
    color: rgb(65, 201, 226);
  }
  .block_one section p {
    font-size: 13pt;
    font-weight: 700;
    color: rgb(65, 201, 226);
  }
  .block_one section button {
    margin-top: 0;
  }
  .block_one section button a {
    color: rgb(65, 201, 226);
  }
  #block_two {
    margin-top: 0px;
    background: linear-gradient(to bottom, rgb(188, 122, 249), rgb(188, 122, 249), rgb(65, 201, 226));
    padding: 4%;
  }
  #block_two .blocks {
    width: 90%;
  }
  #block_two .blocks .frame {
    width: 180px;
    height: 200px;
  }
  #block_two .blocks h3 {
    font-size: 20pt;
  }
  #block_two .blocks p {
    font-size: 10pt;
  }
  iframe {
    width: 94%;
  }
  footer {
    height: 260px;
    background: linear-gradient(to bottom, rgb(188, 122, 249), rgb(188, 122, 249), rgb(65, 201, 226));
  }
  footer p {
    font-size: 10pt;
    color: rgb(242, 245, 151);
  }
  .bloks_2 {
    width: 30%;
    text-align: center;
    align-items: center;
  }
  .bloks_2 i {
    display: block;
    margin: 0px;
  }
  .bloks_2 a {
    text-decoration: none;
  }
  .vrtic {
    display: none;
  }
  .novostim {
    border-radius: 20px;
    background: linear-gradient(to bottom, rgb(188, 122, 249), rgb(188, 122, 249), rgb(65, 201, 226));
  }
  .novostim h3 {
    font-size: 15pt;
    padding: 10px;
    text-align: center;
  }
  .novostim img {
    width: 250px;
  }
  .novostim .boxes {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 94%;
  }
  .novostim .boxes img {
    width: 250px;
  }
}
/*O nama RESPONSIVE*/
@media (max-width: 1105px) {
  .custom-shape-divider-top-1711644991 {
    display: none;
  }
  .navigation.Onama h1 {
    font-size: 20pt;
    margin: 0px;
  }
  .video {
    width: 800px;
    padding: 0px;
    margin: 0px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 10px;
  }
  .video video {
    margin: 0px;
  }
  .blok_tri {
    width: 900px;
  }
  .blok_tri .cetiri {
    width: 800px;
    margin: 0px;
  }
}
@media (max-width: 870px) {
  .blok_tri {
    width: 500px;
    background-image: none;
    box-shadow: 0px 0px;
    background-color: rgb(17, 66, 50);
  }
  .blok_tri .cetiri {
    width: 400px;
    margin: 0px;
  }
}
@media (max-width: 800px) {
  .blok_dva {
    background-image: none;
    width: 500px;
    box-shadow: 0px 0px;
    background-color: rgb(135, 169, 34);
  }
  .blok_dva .tri {
    box-shadow: 0px 0px;
  }
  .video {
    width: 500px;
    left: 15%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 10px;
  }
  .video video {
    width: 500px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 10px;
  }
}
@media (max-width: 600px) {
  .video {
    left: 5%;
  }
}
@media (max-width: 530px) {
  .blok_tri {
    width: 340px;
    border-radius: 15px;
    box-shadow: 5px 5px rgba(0, 0, 0, 0.225);
    background: linear-gradient(to bottom, rgb(188, 122, 249), rgb(188, 122, 249), rgb(65, 201, 226));
  }
  .blok_tri .cetiri {
    width: 330px;
  }
  .blok_dva {
    width: 340px;
    border-radius: 15px;
    box-shadow: 5px 5px rgba(0, 0, 0, 0.225);
    background: linear-gradient(to bottom, rgb(65, 201, 226), rgb(188, 122, 249), rgb(188, 122, 249));
  }
  .blok_dva .tri {
    width: 330px;
  }
  .video {
    width: 340px;
    left: 12%;
  }
  .video video {
    width: 330px;
  }
}
@media (max-width: 400px) {
  .video {
    left: 0%;
  }
}
@media (max-width: 1250px) {
  #kontakt {
    left: 10%;
  }
}
@media (max-width: 1000px) {
  #kontakt {
    left: 0%;
  }
  #kontakt img {
    width: 400px;
    margin: 0px;
    padding: 10px;
    border-radius: 10px;
  }
  #kontakt .textone {
    width: 400px;
  }
}
@media (max-width: 840px) {
  #kontakt {
    display: flex;
    flex-direction: column;
    align-items: center;
    top: 15%;
    margin: 15px;
  }
  .custom-shape-divider-top-1711660387 {
    display: none;
  }
  .custom-shape-divider-bottom-1711662859 {
    display: none;
  }
}
@media (max-width: 400px) {
  #kontakt {
    left: 0%;
    margin: 0px;
    top: 23%;
  }
  #kontakt img {
    width: 350px;
  }
  #kontakt .textone {
    width: 350px;
    background: linear-gradient(to bottom, rgb(188, 122, 249), rgb(65, 201, 226));
    font-size: 10pt;
  }
}
@media (max-width: 1250px) {
  .upisslike {
    width: 95%;
    margin-bottom: 0px;
  }
  .upisslike p {
    background-color: rgb(188, 122, 249);
  }
  .upisslike img {
    display: none;
  }
  .upisslike h4 {
    display: none;
  }
  .upisslike video {
    display: block;
    width: 350px;
  }
  .upisslike footer {
    top: 300%;
  }
}
@media (max-width: 700px) {
  .upisslike {
    margin-left: 10px;
  }
  .upisslike p {
    font-size: 12pt;
    width: 90%;
  }
  .upisslike p span {
    font-size: 17pt;
  }
}
.block_one1 {
  width: 94%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: rgb(29, 36, 202);
  border-radius: 20px;
  text-align: center;
  margin-top: 2%;
  margin-bottom: 2%;
}
.block_one1 section {
  width: 80%;
  color: white;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  padding: 10px;
}
.block_one1 section h3 {
  font-size: 20pt;
}
.block_one1 section p {
  font-size: 14pt;
  font-weight: 200;
}

.block_one11 {
  width: 90%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.block_one11 section {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: white;
}
.block_one11 section h3 {
  font-size: 20pt;
  text-align: center;
  color: rgb(65, 201, 226);
  text-transform: uppercase;
}
.block_one11 section img {
  border-radius: 10px;
  margin: 2%;
}
.block_one11 section button {
  padding: 4px;
  border: none;
  border-radius: 7px;
  background-color: white;
  margin-bottom: 2%;
}
.block_one11 section button a {
  text-decoration: none;
  text-transform: uppercase;
  color: rgb(29, 36, 202);
}

@media (max-width: 450px) {
  .block_one1 {
    background: linear-gradient(to bottom, rgb(188, 122, 249), rgb(188, 122, 249), rgb(65, 201, 226));
  }
}/*# sourceMappingURL=style.css.map */