@charset "utf-8";


/*
Theme Name: itexpertthree
Theme URI: https://hidroenergo.com/wp-content/themes/itexpert
Author: Rankica Petrušić
Author URI: https://rankica.dev/
Description: Tema za Hidroenergo
Tags: orange, white, two-columns, right-sidebar, custom-menu, editor-style, featured-images, language-support
Text Domain: itexpert
*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  overflow-x: hidden;
  font-family: "Roboto", sans-serif;
  font-family: "Nunito", sans-serif;
}

.container {
  width: 90%;
  margin: auto;
  max-width: 1400px;
}

#mobNav {
  position: absolute;
  top: 8vh;
  width: 80%;
  height: 50vh;
  background-color: #fdf2f4;
  left: -100%;
  z-index: 100;
  transition: 0.3s;
  filter: brightness();
  overflow: scroll;
}
#mobNav .list ul {
  list-style: none;
  width: 100%;
  padding-left: 0;
  text-align: center;
}
#mobNav .list ul li {
  margin-bottom: 35px;
  border-bottom: 1px solid #00c3ec;
  width: 100%;
  text-align: left;
}
#mobNav .list ul li:first-child {
  margin-top: 30px;
}
#mobNav .list ul li:last-child {
  margin-bottom: 0;
}
#mobNav .list ul li a {
  text-decoration: none;
  color: #00c3ec;
  font-size: 28px;
  padding-left: 20px;
  font-size: 20px;
  transition: 0.3s;
  font-weight: 700;
}
#mobNav .list ul li a:hover {
  color: #200;
}

header {
  background-color: #fff;
}
header .container .header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .container .header .lista ul {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .container .header .lista ul li {
  margin-right: 50px;
}
header .container .header .lista ul li:last-child {
  margin-right: 0;
}
header .container .header .lista ul li a {
  text-decoration: none;
  font-size: 20px;
  font-weight: 900;
  font-family: "Nunito", sans-serif;
  color: black;
}
header .container .header .search i {
  margin-right: 5px;
  cursor: pointer;
}
header .container .header .search i:last-child {
  margin-right: 0;
}

.banner {
  width: 100%;
  background-image: url(img/kikokiko-cover.jpg);
  padding: 390px 0;
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.banner h1 {
  display: none;
  color: #fff;
}
.banner img {
  width: 100%;
}

.ptice {
  background-color: #fdf2f4;
  width: 100%;
  padding: 30px 0 40px 0;
  margin-top: -10px;
}
.ptice .container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.ptice .container .slika {
  width: 35%;
  margin-right: 40px;
  display: flex;
}
.ptice .container .slika img {
  width: 100%;
  margin-top: -105px;
}
.ptice .container .text {
  width: 65%;
}
.ptice .container .text h3 {
  font-size: 32px;
  color: #f63e18;
  font-family: "Nunito", sans-serif;
  font-weight: 900;
}
.ptice .container .text h4 {
  font-size: 24px;
  color: #45bcff;
}
.ptice .container .text p {
  width: 45%;
}

.cik-pogodi {
  /*background-image: url(img/kikokiko-materijali/cik-pogodi.jpg);*/
  background-size: cover;
  background-repeat: no-repeat;
  padding: 163px 89px;
}
.cik-pogodi .container {
  width: 100%;
}
.cik-pogodi .container div {
  box-shadow: 7px 8px 7px #020101;
  width: 29%;
  padding: 20px;
  border-radius: 16px;
  background-color: #fff;
}
.cik-pogodi .container div h2 {
  color: #f63e18;
  font-size: 46px;
  font-weight: 900;
  font-family: "Nunito", sans-serif;
}
.cik-pogodi .container div h3 {
  margin-bottom: 10px;
  color: #45bcff;
  font-size: 24px;
  font-family: "Nunito", sans-serif;
}

.kiko {
  background-color: #44e0ff;
  padding: 200px 0;
  /*background-image: url(img/kk-crta-i-peva-banner.jpg);*/
  background-repeat: no-repeat;
  background-position: 36%;
  background-size: 68%;
}
.kiko .container .kikokiko {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: -17px;
}
.kiko .container .kikokiko .kiko-crta {
  width: 28%;
}
.kiko .container .kikokiko .kiko-crta h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f63e18;
  color: #fff;
  padding: 10px 0px;
  border-radius: 20px;
  border: 7px solid #fff;
  font-size: 36px;
  font-weight: 900;
  font-family: "Nunito", sans-serif;
  width: 90%;
}
.kiko .container .kikokiko .kiko-crta p {
  text-align: right;
  margin: 20px 0 20px 85px;
  width: 60%;
}
.kiko .container .kikokiko .kiko-peva {
  width: 28%;
}
.kiko .container .kikokiko .kiko-peva h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #4583ff;
  color: #fff;
  padding: 10px 0px;
  border-radius: 20px;
  border: 7px solid #fff;
  font-size: 36px;
  font-weight: 900;
  font-family: "Nunito", sans-serif;
  width: 90%;
}
.kiko .container .kikokiko .kiko-peva p {
  text-align: left;
  margin: 20px;
  width: 60%;
}

.downloads {
  background-color: #fdf2f4;
  padding: 50px 0;
}
.downloads h2 {
  text-align: center;
  font-size: 64px;
  font-weight: 900;
}
.downloads h2 .one {
  color: #ff332b;
}
.downloads h2 .two {
  color: #00c3ec;
}
.downloads h2 .three {
  color: #ffd700;
}
.downloads h2 .four {
  color: #ff60be;
}
.downloads h2 .five {
  color: #aed100;
}
.downloads h2 .six {
  color: #814a97;
}
.downloads h2 .seven {
  color: #94c400;
}
.downloads h2 .eight {
  color: #00c9ef;
}
.downloads h2 .nine {
  color: #834b9b;
}
.downloads p {
  text-align: center;
  width: 37%;
  margin: auto;
}
.downloads .container .color {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.downloads .container .color div {
  width: 100%;
  text-align: center;
}
.downloads .container .color div h4 {
  text-transform: uppercase;
  color: #ff60be;
  font-weight: 800;
  font-size: 24px;
}
.downloads .container .color div img {
  width: 100%;
}

.kockice {
  background-color: #ffd700;
  background-image: url(img/kikokiko-materijali/blog.png);
  background-size: 70%;
  background-repeat: no-repeat;
  background-position: top;
  padding-bottom: 90px;
}
.kockice .blog {
  padding-top: 671px;
  width: 75%;
  margin: auto;
}
.kockice .blog .item {
  margin-right: 40px !important;
}
.kockice .blog .item:last-child {
  margin-right: 0;
}
.kockice .blog .item h4 {
  color: #f63e18;
  font-size: 28px;
  font-weight: 900;
}
.kockice .blog .item p {
  margin: 10px 0;
}
.kockice .blog .item a {
  color: #f63e18;
  font-weight: 800;
  border-bottom: 1px solid #f63e18;
  text-decoration: none;
  transition: 0.4s;
}
.kockice .blog .item a::after {
  display: block;
  content: "";
  width: 100%;
  height: 4px;
  color: #f63e18;
}
.kockice .blog .item a:hover {
  color: #020101;
}
.kockice .blog .owl-nav {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 85%;
  width: 100%;
  transform: translateY(-50%);
}
.kockice .blog .owl-nav .owl-prev,
.kockice .blog .owl-nav .owl-next {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #f63e18;
  border: none;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  font-size: 74px;
  font-weight: 600;
  cursor: pointer;
}
.kockice .blog .owl-nav .owl-prev span,
.kockice .blog .owl-nav .owl-next span {
  height: 110px !important;
}
.kockice .blog .owl-nav .owl-prev {
  position: absolute;
  left: -5%;
}
.kockice .blog .owl-nav .owl-next {
  position: absolute;
  right: -14px;
}

.about-us {
  background-color: #fdf2f4;
}
.about-us .container .naslov h2 {
  font-size: 64px;
  color: #f63e18;
  text-align: center;
  font-weight: 900;
  padding-top: 20px;
}
.about-us .container .naslov p {
  text-align: center;
  width: 50%;
  margin: auto;
}
.about-us .container .slicice {
  display: flex;
}
.about-us .container .slicice .gugu {
  width: 40%;
}
.about-us .container .slicice .gugu img {
  width: 100%;
  transform: rotate(7deg);
  margin-left: 107px;
}
.about-us .container .slicice .gugu h4 {
  transform: rotate(7deg);
  margin-left: 107px;
  text-align: center;
  color: #f63e18;
  font-size: 28px;
  margin-top: -26px;
  font-weight: 900;
}
.about-us .container .slicice .kikokiko {
  width: 50%;
  z-index: 1000;
  padding: 40px 0;
}
.about-us .container .slicice .kikokiko img {
  width: 100%;
  transform: rotate(-15deg);
}
.about-us .container .slicice .kikokiko h4 {
  transform: rotate(-15deg);
  text-align: center;
  color: #f63e18;
  font-size: 28px;
  font-weight: 900;
  margin-left: 163px;
  margin-top: -43px;
}
.about-us .container .slicice .dusan {
  width: 40%;
  position: relative;
}
.about-us .container .slicice .dusan img {
  width: 100%;
  transform: rotate(7deg);
  position: absolute;
  right: 20%;
}
.about-us .container .slicice .dusan h4 {
  position: absolute;
  bottom: 26%;
  transform: rotate(7deg);
  text-align: center;
  color: #f63e18;
  font-size: 28px;
  font-weight: 900;
}

footer {
  background-color: #c64588;
  padding: 50px 0;
}
footer .container {
  width: 80%;
  margin: auto;
}
footer .container .footer {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 40px;
}
footer .container .footer article {
  margin-right: 70px;
}
footer .container .footer article ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
}
footer .container .footer article ul li {
  margin-right: 20px;
}
footer .container .footer article ul li a {
  text-decoration: none;
}
footer .container .footer article h5 {
  color: #fff;
  font-weight: 800;
  margin-bottom: 30px;
}
footer .container .footer article a {
  color: #eed9d9;
  font-weight: 400;
  text-decoration: none;
}
footer .container .footer article p {
  color: #eed9d9;
  font-weight: 400;
  margin-top: 10px;
}
footer .border {
  width: 95%;
  margin: auto;
  border: 1px solid #eed9d9;
}
footer .info {
  width: 80%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer .info div:first-child {
  display: flex;
}
footer .info div:first-child a {
  text-decoration: none;
}
footer .info div:first-child a i {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px 15px;
  color: #fff;
  font-size: 24px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #fff;
}
footer .info div:last-child {
  display: flex;
  align-items: center;
}
footer .info div:last-child i {
  color: #eed9d9;
}
footer .info div:last-child p {
  color: #eed9d9;
}

.downloads-page {
  background-color: #f63e18;
  padding: 10px 0;
}
.downloads-page .container h1 {
  color: #fff;
  font-weight: 900;
  font-size: 36px;
  width: 55%;
  margin: auto;
}

.animals {
  padding: 50px 0 215px 0;
}
.animals .container {
  width: 60%;
  margin: auto;
}
.animals .container .animals-img {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  text-align: center;
}
.animals .container .animals-img div h4 {
  text-align: center;
  color: #ff60be;
  font-size: 20px;
  font-weight: 900 !important;
}
.animals .container .animals-img img {
  width: 285px;
}

.watch-page {
  background-color: #94c400;
  padding: 10px 0;
}
.watch-page .container h1 {
  color: #fff;
  font-weight: 900;
  font-size: 36px;
  width: 55%;
  margin: auto;
}

.watch {
  padding: 70px 0;
}
.watch .container {
  width: 60%;
  margin: auto;
}
.watch .container .watch-cards div {
  display: flex;
  align-items: center;
  justify-content: center;
}
.watch .container .watch-cards div img {
  width: 500px;
}
.watch .container .watch-cards div article:first-child {
  margin-right: 40px;
}
.watch .container .watch-cards div article h3 {
  color: #ffd700;
  font-size: 42px;
  font-weight: 900;
}
.watch .container .watch-cards div article p {
  width: 50%;
}

.about-us-page {
  background-color: #c64588;
  padding: 10px 0;
}
.about-us-page .container h1 {
  color: #fff;
  font-weight: 900;
  font-size: 36px;
  width: 55%;
  margin: auto;
}

.about-us-cover {
  width: 100%;
}
.about-us-cover img {
  width: 100%;
}

.about {
  padding: 70px 0;
}
.about .container {
  width: 60%;
  margin: auto;
}
.about .container .about-cards div {
  display: flex;
  align-items: center;
  justify-content: center;
}
.about .container .about-cards div img {
  width: 500px;
}
.about .container .about-cards div article:first-child {
  margin-right: 40px;
}
.about .container .about-cards div article h3 {
  color: #ffd700;
  font-size: 42px;
  font-weight: 900;
}
.about .container .about-cards div article p {
  width: 50%;
}
.blog-page {
  background-color: #ffd700;
  padding: 10px 0;
}
.category-watch .blog-page {
  background-color: #94c400;
  padding: 10px 0;
}
.blog-page .container h1 {
  color: #fff;
  font-weight: 900;
  font-size: 36px;
  width: 55%;
  margin: auto;
}

.blog-cover {
  padding: 70px 0;
}
.blog-cover .container {
  width: 60%;
  margin: auto;
}
.blog-cover .container img {
  width: 100%;
  border-radius: 30px;
  margin-bottom: 30px;
  height:auto;
}
.category-blog .blog-page h1 {
	color: #f63e18 !important;
}
.blog-cover .container h1 {
  color: #f63e18;
  font-weight: 900;
  font-size: 56px;
  margin: 10px 0 20px 0;
}
.blog-cover .container h4 {
  color: #45bcff;
  font-size: 24px;
  font-weight: 900;
  width: 60%;
  margin-bottom: 30px;
}
.blog-cover .container p {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 400;
  text-align: justify;
}
.blog-cover .container .first {
  margin-bottom: 0;
}

@media screen and (max-width: 1540px) {
  .banner {
    padding: 311px 0;
  }
}
@media screen and (max-width: 1440px) {
  .watch .container {
    width: 65%;
  }
  .watch .container .watch-cards div article p, .watch .container .about-cards div article p, .about .container .watch-cards div article p, .about .container .about-cards div article p {
    width: 80%;
  }
  .banner {
    padding: 272px 0;
  }
}
@media screen and (max-width: 1100px) {
  header {
    display: flex;
  }
  header .container {
    width: 70%;
    margin: auto;
  }
  header .container .header {
    align-items: center;
    justify-content: flex-start !important;
  }
  header .container .header .logo {
    width: 100px;
  }
  header .container .header .logo img {
    width: 100%;
  }
  header .container .header .search {
    margin-left: 30px;
  }
  header .container .header .search i {
    margin-right: 15px;
  }
  header .container .lista {
    display: none;
  }
  .toggler {
    margin-right: 50px;
    margin-top: 25px;
    display: flex;
    width: 30px;
    height: 25px;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
  }
  .toggler .bar {
    width: 100%;
    height: 4px;
    border-radius: 20px;
    background: rgba(0, 201, 239, 0.9);
    transition: 0.3s;
  }
  .active .bar1 {
    transform: rotate(-45deg) translate(-4px, 15px);
    background-color: rgba(0, 201, 239, 0.9);
  }
  .active .bar2 {
    transform: translateX(1000px);
    background-color: rgba(0, 201, 239, 0.9);
  }
  .active .bar3 {
    transform: rotate(45deg) translate(0px, -12px);
    background-color: rgba(0, 201, 239, 0.9);
  }
  .banner {
    padding: 206px 0;
  }
}
@media screen and (max-width: 1000px) {
  .banner {
    padding: 161px 0;
  }
  .ptice .container .text p {
    width: 100%;
  }
  .ptice .container .slika {
    width: 45%;
  }
  .ptice .container .slika img {
    width: 100%;
    margin-top: -159px;
  }
  .cik-pogodi {
    padding: 101px 0px;
    background-position: 67%;
  }
  .cik-pogodi .container {
    width: 90%;
    margin: auto;
  }
  .cik-pogodi .container div {
    width: 42%;
  }
  .cik-pogodi .container div h2 {
    font-size: 36px;
  }
  .kiko {
    padding: 70px 0;
    background-position: 38%;
    background-size: 76%;
  }
  .kiko .container .kikokiko .kiko-crta h2, .kiko .container .kikokiko .kiko-peva h2 {
    padding: 10px 0px;
    width: 100%;
    font-size: 20px;
  }
  .kiko .container .kikokiko .kiko-crta p, .kiko .container .kikokiko .kiko-peva p {
    margin: 20px 0 20px 0px;
    width: 100%;
  }
  .kockice .blog {
    padding-top: 247px;
  }
  .kockice .blog .owl-nav .owl-prev {
    left: -12%;
  }
  .kockice .blog .owl-nav .owl-next {
    right: -35px;
  }
  .about-us .container .slicice {
    padding: 40px 0;
  }
  .about-us .container .slicice .gugu img {
    margin-left: 64px;
  }
  .about-us .container .slicice .kikokiko {
    padding: 0;
  }
  .about-us .container .slicice .kikokiko h4 {
    margin-left: 70px;
    margin-top: -24px;
  }
  .about-us .container .slicice .dusan img {
    right: 29%;
  }
  .about-us .container .slicice .dusan h4 {
    bottom: 2%;
    right: 73px;
  }
  footer .container {
    width: 90%;
    margin: auto;
  }
  footer .container .footer article {
    margin-right: 0;
  }
  .downloads-page .container h1 {
    width: 72%;
  }
  .animals .container {
    width: 74%;
    margin: auto;
  }
  .animals .container .animals-img {
    grid-template-columns: repeat(2, 1fr);
  }
  .watch-page .container h1 {
    width: 90%;
    margin: auto;
  }
  .watch .container {
    width: 90%;
    margin: auto;
  }
  .watch .container .watch-cards div img {
    width: 350px;
  }
  .watch-one .container {
    width: 90%;
    margin: auto;
  }
  .watch-one .container .watch-cards article img {
    width: 350px !important;
  }
  .about-us-page .container h1 {
    width: 90%;
    margin: auto;
  }
  .about .container {
    width: 90%;
    margin: auto;
  }
  .about .container .about-cards div img {
    width: 350px;
  }
  .blog-cover .container h1 {
    font-size: 42px;
  }
  .blog-cover .container h4 {
    width: 100%;
    font-size: 20px;
  }
  .blog-page .container h1 {
    width: 90%;
    margin: auto;
  }
  .blog-cover .container {
    width: 80%;
    margin: auto;
  }
}
@media screen and (max-width: 500px) {
  .banner {
    padding: 184px 0;
    background-position: 50%;
    background-size: 204%;
    background-repeat: no-repeat;
  }
  .ptice .container {
    flex-direction: column;
    width: 80% !important;
    margin: auto;
    text-align: center;
  }
  .ptice .container .slika {
    width: 100%;
    margin-right: 0;
  }
  .ptice .container .slika img {
    width: 100%;
    margin-top: -94px;
  }
  .ptice .container .text {
    width: 100%;
  }
  .ptice .container .text h4 {
    margin-bottom: 7px;
    font-size: 28px !important;
  }
  .cik-pogodi {
    padding: 41px 0px !important;
    background-position: 67%;
  }
  .cik-pogodi .container div {
    width: 80%;
    margin-left: 40px;
    margin-top: 157px;
    text-align: center;
  }
  .kiko {
    background-position: 54%;
    background-size: 243%;
  }
  .kiko .container .kikokiko {
    flex-direction: column-reverse;
  }
  .kiko .container .kikokiko .kiko-crta {
    width: 100%;
  }
  .kiko .container .kikokiko .kiko-crta p {
    text-align: center !important;
    width: 65%;
    margin: 10px auto;
  }
  .kiko .container .kikokiko .kiko-crta h2 {
    width: 80%;
    margin: auto;
    font-size: 32px;
  }
  .kiko .container .kikokiko .kiko-peva {
    width: 100%;
    margin-bottom: 315px;
  }
  .kiko .container .kikokiko .kiko-peva p {
    text-align: center !important;
    width: 65%;
    margin: 10px auto;
  }
  .kiko .container .kikokiko .kiko-peva h2 {
    width: 80%;
    margin: auto;
    font-size: 32px;
  }
  .downloads {
    padding: 10px 0 30px 0;
  }
  .downloads p {
    width: 85%;
    margin: 0 auto 25px auto;
  }
  .downloads h2 {
    font-size: 45px;
    width: 76% !important;
    margin: auto;
  }
  .downloads .container .color {
    grid-template-columns: repeat(1, 1fr);
  }
  .downloads .container div img {
    width: 70% !important;
  }
  .downloads .container div h4 {
    font-size: 20px !important;
  }
  .kockice {
    background-size: 100%;
  }
  .kockice .blog {
    padding-top: 248px;
  }
  .kockice .blog .item {
    margin-right: 0 !important;
    text-align: center;
  }
  .kockice .blog .owl-nav {
    top: 69%;
  }
  .kockice .blog .owl-nav .owl-prev, .kockice .blog .owl-nav .owl-next {
    width: 28px;
    height: 28px;
    font-weight: 400;
  }
  .about-us .container .naslov h2 {
    font-size: 48px;
  }
  .about-us .container .naslov p {
    width: 93%;
  }
  .about-us .container .slicice {
    flex-direction: column;
  }
  .about-us .container .slicice .gugu {
    width: 90% !important;
  }
  .about-us .container .slicice .gugu img {
    margin-left: 24px;
    width: 100%;
    transform: rotate(0deg);
  }
  .about-us .container .slicice .gugu h4 {
    transform: rotate(0deg);
    margin-left: 44px;
    font-size: 33px;
  }
  .about-us .container .slicice .kikokiko {
    width: 90%;
  }
  .about-us .container .slicice .kikokiko img {
    transform: rotate(0deg);
    margin-left: 24px;
    width: 100%;
    margin-top: -16px;
    margin-bottom: -14px;
  }
  .about-us .container .slicice .kikokiko h4 {
    margin-left: 44px;
    margin-top: 0;
    transform: rotate(0deg);
    font-size: 33px;
  }
  .about-us .container .slicice .dusan {
    position: static;
    width: 90%;
  }
  .about-us .container .slicice .dusan img {
    position: static;
    transform: rotate(0deg);
    margin-left: 24px;
    margin-top: -10px;
    width: 100%;
  }
  .about-us .container .slicice .dusan h4 {
    position: static;
    transform: rotate(0deg);
    margin-left: 42px;
    font-size: 33px;
  }
  footer {
    padding-top: 10px;
  }
  footer .info {
    width: 95%;
  }
  footer .container .footer {
    flex-direction: column;
  }
  footer .container .footer article h5 {
    margin: 30px 0;
  }
  footer .container .footer article ul {
    flex-direction: column;
    align-items: flex-start;
  }
  footer .container .footer article ul li {
    margin-bottom: 10px;
  }
  footer .container .footer article p {
    margin-top: 10px;
  }
  .animals .container {
    width: 100%;
  }
  .animals .container .animals-img {
    grid-template-columns: repeat(1, 1fr);
  }
  .animals .container .animals-img div {
    margin-bottom: 30px;
  }
  .animals .container .animals-img div img {
    width: 370px;
  }
  .animals .container .animals-img div h4 {
    font-size: 24px;
  }
  .watch .container .watch-cards div, .watch .container .about-cards div, .about .container .watch-cards div, .about .container .about-cards div {
    flex-direction: column;
    margin-bottom: 25px;
  }
  .watch .container .watch-cards div article, .watch .container .about-cards div article, .about .container .watch-cards div article, .about .container .about-cards div article {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .watch .container .watch-cards div article:first-child, .watch .container .about-cards div article:first-child, .about .container .watch-cards div article:first-child, .about .container .about-cards div article:first-child {
    margin-right: 0;
  }
  .watch .container .watch-cards div article img, .watch .container .about-cards div article img, .about .container .watch-cards div article img, .about .container .about-cards div article img {
    width: 400px;
  }
  .blog-cover .container {
    width: 85%;
    margin: auto;
  }
  .blog-cover .container img {
    height: 230px;
  }
}
@media screen and (max-width: 390px) {
  .banner {
    padding: 164px 0;
  }
  .ptice .container .slika img {
    margin-top: -83px;
  }
  .watch .container .watch-cards div article img, .watch .container .about-cards div article img, .about .container .watch-cards div article img, .about .container .about-cards div article img {
    width: 370px;
  }
}
.watch-one {
  background-color: #fdf2f4;
}
.watch-one .container .watch-cards article {
  margin-bottom: 70px;
}
.watch-one .container .watch-cards article img {
  width: 470px;
  border: 20px solid #fff;
  border-radius: 56px;
  box-shadow: 4px 4px 8px rgba(128, 128, 128, 0.5);
}