body {
    background-image: url('../../images/blog1.png');
    background-size: 80%;
    height: 100vh;
    background-repeat: no-repeat;
    background-position: top right;
    overflow-x: hidden;
}
header {
  width: 40vw;
  height: 75vh;
  display:flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
header h1 {
  color: #413D44;
  line-height: 59px;
}
header h3{
  font-size: 14px;
  line-height: 17px;
  color: #80A2C1;
}
.slider-blogs{
    display: flex;
    padding:5vw;
    gap:5vw;
    position: relative;
}
.blog{
    padding:20px;
    width:20vw;
    background: linear-gradient(45deg,  #DAEAF6, #ECE1EF);
    cursor: pointer;
    word-break: break-all;
}
.skip-decoration:hover{
  text-decoration: none;
}
.blog h2{
    color: #80A2C1;
    font-weight: 300;
    font-size: 18px;
    line-height: 23px;
}
.blog h1{
    font-weight: 300;
    font-size: 28px;
    line-height: 35px;
    color:  #66A6FD;
}
.blog p{
    font-size: 18px;
    line-height: 23px;
    color: #80A2C1;
}

.project-pagination {
    position: absolute;
    border-radius: 100%;
    background: linear-gradient(90deg, #47D3FF, #D37AB2);
    width: 30px;
    height: 30px;
    top: 250px;
    text-decoration: none !important;
}

.project-pagination-left {
    left: 6vw;
}

.project-pagination-right {
    right: 6vw;
}
.arrow-left, .arrow-right {
  width: 5vw;
}
.arrow-icon {
  width: auto;
  cursor: pointer;
  margin-top: 4px;
}

.arrow-icon-left {
  transform: rotate(180deg);
}
.display-mobile {
  display: none;
}
.blogs{
  display:flex;
  gap:5vw;

}
.help-menu {
  display: flex;
  gap:2.5vw;
  margin: auto;
  padding: 5vw 15vw;
  background-image: url('../../images/image3.png');
  background-repeat: no-repeat;
  background-size: cover;
}
.help-menu a {
  position:relative;
}
.help-menu a .bubble-tag {
  position: absolute;
  top: 28%;
  width: 20%;
  left: 41%;
}
.help-menu a:hover .bubble {
  transform: scale(1.2);
  transition-duration: 1s;
}
.help-menu a:hover .bubble-tag {
  transform: scale(1.2);
  transition-duration: 1s;
}
.help-menu a .sub-menu{
  width: fit-content;
  margin: 20px auto;
}
.help-menu a .sub-menu p{
  text-align: center;
  width: fit-content;
  font-size: 20px;
  line-height: 24px;
  color: #80A2C1;

}
#book {
  top:32%
}

.desc {
  text-align: center;
  padding: 150px;
  display: flex;
  flex-direction: column;
  gap:20px;
}

.desc3 h2{
  font-size: 36px;
  line-height: 44px;
  color: #413D44;
  width: 50vw;
  margin: auto;
}
.desc3 p{
  font-size: 22px;
  line-height: 27px;
  text-align: center;
  color: #92A5C5;
  width: 60vw;
  margin:auto;
}
.djelatnosti{
  padding: 10vw;
}
.djelatnosti ul li{
  font-weight: 300;
  line-height: 30px;

  color: #80A2C1;
}
.blog-foot {
  height: 70vh;
  background-image: url('../../images/blog-foot.png');
  background-position: bottom right;
  background-size: 65%;
  background-repeat: no-repeat;
}
@media screen and (max-width:960px) {
  
    h1 {
      font-size: 36px;
    }
    body {
      background-image: url('../../images/blog-1.png');
      background-size: 100%;
      height: 100vh;
      background-repeat: no-repeat;
      background-position: top left;
      width: 100vw;
    }
    header {
      width: 80vw;
      height: 90vh;
      padding: 10vw;
    }
    header h1{
      text-align: center;
      margin-top: 365px;
    }
    header h3{
      text-align: center;
    }

    .hidden-mobile {
      display: none;
  }

    .display-mobile {
      display: block;
      text-align: center;
    }
    .blogs{
      display: flex;
      flex-direction: column;
    }
    .blog{
      width:60vw;
  }

  .help-menu {
    display: flex;
    flex-direction: column;
    gap:20vw;
    text-align: center;
    padding-bottom: 10vw;
    padding-top: 10vw;
    background-image: url('../../images/image2-phone.png');

  }
  .help-menu a {
    position:relative;
  }
  .help-menu a .bubble{
    width: 50%;
  }
  .help-menu a .bubble-tag {
    position: absolute;
    top: 24%;
    width: 10%;
    left: 45%;
  }
  .help-menu a .sub-menu p{
    text-align: center;
    width: fit-content;
    font-size: 20px;
    line-height: 24px;
    color: #80A2C1;

  }
  #book {
    top:27%
  }

  .desc {
    text-align: center;
    padding: 10vw;
    display: flex;
    flex-direction: column;
    gap:20px;
    
  }
  .desc3 h2{
    font-size: 25px;
    line-height: 33px;
    color: #413D44;
  }

  .desc3 p{
    font-size: 18px;
    line-height: 27px;
    text-align: center;
    color: #92A5C5;
    width: 80vw;
    margin: auto;
  }
  .blog-foot {
    height: 10vh;
    background-image: url('../../images/blog-foot.png');
    background-position: bottom right;
    background-size: 100%;
    background-repeat: no-repeat;
  }
}
@media screen and (min-width:500px) and  (max-width:960px) {
  header{
  height: 100vh;
  }
}
@media screen and (max-width:1300px) {
  .blog-foot {
    height: 55vh;
    background-image: url('../../images/blog-foot.png');
    background-position: bottom right;
    background-size: 75%;
    background-repeat: no-repeat;
  }
}
@media screen and (min-width:960px) and (max-width:1300px){
  header{
    margin-left: 50px;
  }
  header h3{
    text-align: center;
  }
}
