/* body color */
/*Header*/
/* Navigation */
/* Links */
/*Footer*/
/* predefine width */
/* colors */
/* Base font */
/* heading font */
/* Fonts family Icon font linear */
/* Fonts family Icon font awesome */
/* General line-height */
/* Breakpoints */
/* mixins.scss */
/* reset list */
/* all transition */
/* default horisontal list */
/*generic transform*/
/* scale*/
/* translate*/
.latest-news-block .title-subtitle {
  text-align: center;
  padding-bottom: 40px;
}
.latest-news-block .title-subtitle h5 {
  margin-bottom: 20px;
}
.latest-news-block .blog-gird {
  position: relative;
  height: 740px;
}
@media screen and (max-width: 1200px) {
  .latest-news-block .blog-gird {
    width: 960px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1000px) {
  .latest-news-block .blog-gird {
    width: 720px;
    height: 1160px;
  }
}
@media screen and (max-width: 768px) {
  .latest-news-block .blog-gird {
    width: 100%;
    height: auto;
  }
}
.latest-news-block .blog-gird .grid-item {
  width: 31.6%;
  margin-bottom: 30px;
}
@media screen and (max-width: 1000px) {
  .latest-news-block .blog-gird .grid-item {
    width: 48%;
    max-width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .latest-news-block .blog-gird .grid-item {
    width: 100%;
    max-width: 100%;
  }
}
.latest-news-block .blog-gird .grid-item .blog-item {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 30px;
  overflow: hidden;
  position: relative;
}
.latest-news-block .blog-gird .grid-item .blog-item h5 {
  text-transform: uppercase;
  color: #fff;
  z-index: 9;
}
.latest-news-block .blog-gird .grid-item .blog-item p.break {
  margin-bottom: 0;
  text-align: center;
  color: white;
}
.latest-news-block .blog-gird .grid-item .blog-item .social-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.latest-news-block .blog-gird .grid-item .blog-item .social-column.insta {
  height: 50%;
}
.latest-news-block .blog-gird .grid-item .blog-item .social-column.insta:after {
  background: transparent;
  background-image: url(../../images/svg/instagram.svg);
  content: "";
  width: 50px;
  height: 50px;
  background-size: cover;
  position: absolute;
  left: auto;
  top: 33px;
  right: 20px;
  -webkit-filter: invert(1);
          filter: invert(1);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.latest-news-block .blog-gird .grid-item .blog-item .social-column.insta h5 {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding-right: 40px;
}
.latest-news-block .blog-gird .grid-item .blog-item .social-column.gallery {
  height: 30%;
}
.latest-news-block .blog-gird .grid-item .blog-item .social-column.gallery h5 {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 15px;
}
.latest-news-block .blog-gird .grid-item .blog-item .social-column:hover h5 {
  color: #000000;
}
.latest-news-block .blog-gird .grid-item .blog-item .social-column:hover:after {
  -webkit-filter: invert(0);
          filter: invert(0);
}
.latest-news-block .blog-gird .grid-item.item-0 {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 420px;
}
@media screen and (max-width: 768px) {
  .latest-news-block .blog-gird .grid-item.item-0 {
    width: 100%;
    position: relative;
    left: auto;
    top: auto;
  }
}
.latest-news-block .blog-gird .grid-item.item-1 {
  position: absolute;
  left: 400px;
  top: 0px;
  height: 200px;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  background: -webkit-gradient(linear, left top, right top, color-stop(0, rgb(0, 172, 213)), color-stop(51%, rgb(0, 139, 172)), to(rgb(0, 172, 213))) var(--x, 0)/200%;
  background: linear-gradient(90deg, rgb(0, 172, 213) 0, rgb(0, 139, 172) 51%, rgb(0, 172, 213) 100%) var(--x, 0)/200%;
}
.latest-news-block .blog-gird .grid-item.item-1:hover {
  --x: 100%;
}
@media screen and (max-width: 1200px) {
  .latest-news-block .blog-gird .grid-item.item-1 {
    left: 328px;
  }
}
@media screen and (max-width: 1000px) {
  .latest-news-block .blog-gird .grid-item.item-1 {
    left: 375px;
  }
}
@media screen and (max-width: 768px) {
  .latest-news-block .blog-gird .grid-item.item-1 {
    width: 100%;
    position: relative;
    left: auto;
    top: auto;
  }
}
.latest-news-block .blog-gird .grid-item.item-2 {
  position: absolute;
  left: 800px;
  top: 0px;
  height: 260px;
}
@media screen and (max-width: 1200px) {
  .latest-news-block .blog-gird .grid-item.item-2 {
    left: 657px;
  }
}
@media screen and (max-width: 1000px) {
  .latest-news-block .blog-gird .grid-item.item-2 {
    left: 375px;
    top: 230px;
  }
}
@media screen and (max-width: 768px) {
  .latest-news-block .blog-gird .grid-item.item-2 {
    width: 100%;
    position: relative;
    left: auto;
    top: auto;
  }
}
.latest-news-block .blog-gird .grid-item.item-3 {
  position: absolute;
  left: 0px;
  top: 450px;
  height: 260px;
}
@media screen and (max-width: 768px) {
  .latest-news-block .blog-gird .grid-item.item-3 {
    width: 100%;
    position: relative;
    left: auto;
    top: auto;
  }
}
.latest-news-block .blog-gird .grid-item.item-4 {
  position: absolute;
  left: 400px;
  top: 230px;
  height: 480px;
}
@media screen and (max-width: 1200px) {
  .latest-news-block .blog-gird .grid-item.item-4 {
    left: 328px;
  }
}
@media screen and (max-width: 1000px) {
  .latest-news-block .blog-gird .grid-item.item-4 {
    left: 375px;
    top: 520px;
  }
}
@media screen and (max-width: 768px) {
  .latest-news-block .blog-gird .grid-item.item-4 {
    width: 100%;
    position: relative;
    left: auto;
    top: auto;
  }
}
.latest-news-block .blog-gird .grid-item.item-5 {
  position: absolute;
  left: 800px;
  top: 290px;
  height: 420px;
}
@media screen and (max-width: 1200px) {
  .latest-news-block .blog-gird .grid-item.item-5 {
    left: 657px;
  }
}
@media screen and (max-width: 1000px) {
  .latest-news-block .blog-gird .grid-item.item-5 {
    left: 0;
    top: 740px;
  }
}
@media screen and (max-width: 768px) {
  .latest-news-block .blog-gird .grid-item.item-5 {
    width: 100%;
    position: relative;
    left: auto;
    top: auto;
  }
}
.latest-news-block .blog-gird .grid-item .grid-item-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 1024px) {
  .latest-news-block .blog-gird .grid-item .grid-item-overlay {
    display: none;
  }
}
.latest-news-block .blog-gird .grid-item:hover .grid-item-overlay {
  background-color: transparent;
}

@-webkit-keyframes rotateHexagon {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotateHexagon {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.hexagon-wrapp {
  position: absolute;
  left: -66px;
  top: -38px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.hexagon-wrapp .container {
  max-width: 510px;
  margin-left: auto;
  margin-right: auto;
}
.hexagon-wrapp .hexagon {
  width: 25%;
  float: left;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 3px;
  border: 3px solid transparent;
}
.hexagon-wrapp .hexagon:nth-child(7n+1) {
  margin-left: 12.5%;
}
.hexagon-wrapp .hexagon:nth-child(n+4) {
  margin-top: -8.1837567297%;
}
.hexagon-wrapp .hexagon:nth-child(0) .hexagon__wrapper {
  background-color: rgb(0, 0, 0);
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.hexagon-wrapp .hexagon:nth-child(1) .hexagon__wrapper {
  background-color: rgb(1, 10, 200);
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.hexagon-wrapp .hexagon:nth-child(2) .hexagon__wrapper {
  background-color: rgb(2, 20, 255);
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.hexagon-wrapp .hexagon:nth-child(3) .hexagon__wrapper {
  background-color: rgb(3, 30, 255);
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.hexagon-wrapp .hexagon:nth-child(4) .hexagon__wrapper {
  background-color: rgb(4, 40, 255);
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.hexagon-wrapp .hexagon:nth-child(5) .hexagon__wrapper {
  background-color: rgb(5, 50, 255);
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.hexagon-wrapp .hexagon:nth-child(6) .hexagon__wrapper {
  background-color: rgb(6, 60, 255);
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.hexagon-wrapp .hexagon:nth-child(7) .hexagon__wrapper {
  background-color: rgb(7, 70, 255);
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.hexagon-wrapp .hexagon:nth-child(8) .hexagon__wrapper {
  background-color: rgb(8, 80, 255);
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.hexagon-wrapp .hexagon:nth-child(9) .hexagon__wrapper {
  background-color: rgb(9, 90, 255);
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.hexagon-wrapp .hexagon:nth-child(10) .hexagon__wrapper {
  background-color: rgb(10, 100, 255);
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.hexagon-wrapp .hexagon:nth-child(11) .hexagon__wrapper {
  background-color: rgb(11, 110, 255);
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.hexagon-wrapp .hexagon:nth-child(12) .hexagon__wrapper {
  background-color: rgb(12, 120, 255);
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.hexagon-wrapp .hexagon:nth-child(13) .hexagon__wrapper {
  background-color: rgb(13, 130, 255);
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.hexagon-wrapp .hexagon:nth-child(14) .hexagon__wrapper {
  background-color: rgb(14, 140, 255);
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.hexagon-wrapp .hexagon:nth-child(15) .hexagon__wrapper {
  background-color: rgb(15, 150, 255);
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.hexagon-wrapp .hexagon:nth-child(16) .hexagon__wrapper {
  background-color: rgb(16, 160, 255);
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.hexagon-wrapp .hexagon:nth-child(17) .hexagon__wrapper {
  background-color: rgb(17, 170, 255);
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.hexagon-wrapp .hexagon.revealed {
  opacity: 0;
}
.hexagon-wrapp .hexagon__wrapper {
  position: relative;
  padding-bottom: 115.4700538379%;
  overflow: hidden;
  -webkit-transform: rotate(-60deg) skewY(30deg);
          transform: rotate(-60deg) skewY(30deg);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.hexagon-wrapp .hexagon__content {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transform: skewY(-30deg) rotate(60deg);
          transform: skewY(-30deg) rotate(60deg);
}