@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins-regular.ttf");
}

@font-face {
  font-family: "Poppins-Bold";
  src: url("../fonts/poppins-bold.ttf");
}

@font-face {
  font-family: "Poppins-Light";
  src: url("../fonts/poppins-light.ttf");
}

/* Slider */

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
 }
 
 .slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
 }
 
 .slick-list:focus {
  outline: none;
 }
 
 .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
 }
 
 .slick-slider .slick-track,
 .slick-slider .slick-list {
   -webkit-transform: translate3d(0, 0, 0);
   -moz-transform: translate3d(0, 0, 0);
   -ms-transform: translate3d(0, 0, 0);
   -o-transform: translate3d(0, 0, 0);
   transform: translate3d(0, 0, 0);
 }
 
 .slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
 }
 
 .slick-track:before,
 .slick-track:after {
  display: table;
  content: '';
 }
 
 .slick-track:after {
  clear: both;
 }
 
 .slick-loading .slick-track {
  visibility: hidden;
 }
 
 .slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
 }
 
 [dir='rtl'] .slick-slide {
  float: right;
 }
 
 .slick-slide img {
  display: block;
 }
 
 .slick-slide.slick-loading img {
  display: none;
 }
 
 .slick-slide.dragging img {
  pointer-events: none;
 }
 
 .slick-initialized .slick-slide {
  display: block;
 }
 
 .slick-loading .slick-slide {
  visibility: hidden;
 }
 
 .slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
 }
 
 .slick-arrow.slick-hidden {
  display: none;
 }

 /*end of slider*/

html {
  scroll-behavior: smooth;
}
section {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

input,
select,
button {
  outline: none;
}

body {
  margin: 0;
  padding: 0;
}

button,
img:focus {
  outline: none;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

h1,
h2,
h3,
h4,
h5,
p {
  margin: 0;
  padding: 0;
}

p {
  line-height: 1.5;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* Reset */
.page-template-template-about .nav-section ul li a,
.page-template-template-contact .nav-section ul li a,
.page-template-template-partners .nav-section ul li a,
.page-template-template-services .nav-section ul li a,
.page-template-template-plans .nav-section ul li a,
.page-template-template-blog .nav-section ul li a,
.page-template-template-blog-single .nav-section ul li a,
.page-template-template-packets .nav-section ul li a,
.page-template-template-pomoc .nav-section ul li a,
.page-template-template-cenovnik .nav-section ul li a,
.single-post .nav-section ul li a{
  color: #000;
}

.page-template-template-about .lupa,
.page-template-template-contact .lupa,
.page-template-template-partners .lupa,
.page-template-template-services .lupa,
.page-template-template-plans .lupa,
.page-template-template-blog .lupa,
.page-template-template-blog-single .lupa {
  filter: invert(1);
}

.page-template-template-about header .container,
.page-template-template-contact header .container,
.page-template-template-partners header .container,
.page-template-template-services header .container,
.page-template-template-plans header .container,
.page-template-template-blog header .container,
.page-template-template-blog-single header .container {
  border-bottom: 1px solid #dddfec;
}

.page-template-template-about header .container .black-logo,
.page-template-template-contact header .container .black-logo,
.page-template-template-partners header .container .black-logo,
.page-template-template-services header .container .black-logo,
.page-template-template-plans header .container .black-logo,
.page-template-template-blog header .container .black-logo,
.page-template-template-blog-single header .container .black-logo,
.page-template-template-packets header .container .black-logo,
.page-template-template-pomoc .container .black-logo,
.page-template-template-cenovnik .container .black-logo,
.single-post .container .black-logo {
  display: block;
}

.page-template-template-about header .container .custom-logo-link,
.page-template-template-contact header .container .custom-logo-link,
.page-template-template-partners header .container .custom-logo-link,
.page-template-template-services header .container .custom-logo-link,
.page-template-template-plans header .container .custom-logo-link,
.page-template-template-blog header .container .custom-logo-link,
.page-template-template-blog-single header .container .custom-logo-link,
.page-template-template-packets header .container .custom-logo-link,
.page-template-template-pomoc .container .custom-logo-link,
.page-template-template-cenovnik .container .custom-logo-link,
.single-post .container .custom-logo-link{
  display: none;
}

.black-logo {
  display: none;
}

/* .custom-logo-link {
  display: none;
} */

.container {
  width: 100%;
  max-width: 1440px;
  padding: 0 15px;
  margin: auto;

  /* max-width: 1480px; */
}

.grid .item-link2 {
  display: none !important;
}

.top-header {
  background-color: #ffffff;
  padding: 15px 0;
}

.top-header ul {
  display: flex;
  grid-gap: 30px;
}

.top-header .container ul li {
  display: flex;
  align-items: center;
  grid-gap: 10px;
}

.top-header .container {
  width: 100%;
  max-width: 1700px;
  padding: 0 15px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  color: #fff;
  align-items: center;
}

.top-header .container i {
  color: #251f21;
  font-size: 18px;
}

.top-header .container ul li a {
  color: #251f21;
  font-size: 14px;
  font-family: "Poppins";
}

.top-header .container ul li p {
  color: #251f21;
  font-size: 14px;
  font-family: "Poppins";
}

.top-header .social {
  display: flex;
  align-items: center;
  grid-gap: 10px;
}
.socijalni1 {
  display: none;
}

header {
  position: absolute;
  width: 100%;
  z-index: 99;
}

header .container {
  width: 100%;
  max-width: 1700px;
  padding: 0 15px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  color: #fff;
  align-items: center;

  padding: 0;

  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.nav-section ul {
  display: flex;
  align-items: center;
}

.nav-section ul li {
  padding: 0 40px;
}

.nav-section ul li a {
  font-family: "Poppins";
  color: #fff;
  font-size: 16px;
  padding: 40px 0;
  display: inline-block;
  text-transform: capitalize;
}

#menu-menu-header li:hover a {
  color: #272739;
}

footer ul li a {
  color: #272739 !important;
}
footer ul li a:hover {
  color: #7da04a !important;
}

.home-slider {
  position: relative;
}

.banner-wrapper {
  position: relative;
  background: linear-gradient(
    179.67deg,
    rgba(255, 255, 255, 0.2) -27.1%,
    rgba(179, 179, 179, 0.2) 63.64%
  );
  height: 350px;
}

/* .home-slider img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
} */

.home-slider-content {
  position: absolute;
  top: 12vw;
}

.banner-wrapper-content {
  position: relative;
  top: 8vw;
  width: 100%;
  text-align: center;
}

.home-slider-content span {
  color: #fff;
  font-family: "Poppins-Light";
  font-size: 40px;
  font-style: normal;
  font-weight: 100;
  line-height: 60px;
  display: block;
  margin-bottom: -70px;
  margin-top: 60px;
}

.home-slider-content h1 {
  font-family: "Poppins";
  font-size: 40px;
  color: #ffffff;
  font-style: normal;
  font-weight: 600;
  line-height: 60px;
  width: 55%;
  margin-top: 70px;
}

.banner-wrapper-content h1 {
  font-family: "Poppins";
  font-size: 38px;
  color: #000;
  line-height: 44px;
  margin-bottom: 15px;

  font-weight: 600;
  font-size: 64px;
  line-height: 74px;
  text-align: center;
  color: #272739;
}

.banner-wrapper-content p {
  font-family: "Poppins";
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  color: #272739;
}

.banner-wrapper-content p span {
  color: #7da04a;
}

.home-slider-content h1 strong {
  color: #fff;
}

.home-slider-content p {
  color: #fff;
  font-size: 20px;
  margin-bottom: 40px;
  margin-top: 60px;
  font-family: "Poppins-Light";
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.pictures-mob {
  display: none !important;
}

.home-slider-content p strong {
  color: #ffffff;
  font-size: 22px;
}

.home-slider-content a {
  background-color: #7da04a;
  color: #fff;
  padding: 18px 45px;
  transition: ease-out 0.5s;
  -webkit-transition: ease-out 0.5s;
  -moz-transition: ease-out 0.5s;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  font-size: 16px;
  border-radius: 60px;
  font-family: "Poppins";

  font-style: normal;
  font-weight: 400;
  line-height: 29px; /* 181.25% */
  letter-spacing: 3.2px;
  text-transform: uppercase;
  margin-top: 80px;
}

.tabs-home-section .container {
  background: linear-gradient(
    179.67deg,
    rgba(255, 255, 255, 0.2) -27.1%,
    rgba(179, 179, 179, 0.2) 63.64%
  );
  border-radius: 60px;
  padding: 100px;
  text-align: center;
  margin-top: 100px;
  margin-bottom: 100px;
}

.tabs-home-section h2 {
  color: #272739;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 64px;
  line-height: 64px;

  width: 80%;
  margin: 0 auto;
  margin-bottom: 40px;
}

.tabs-home-section h3 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 40px;
  color: #272739;
  text-align: left;
}

.tabs-home-section small {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  color: #777779;
  text-align: left;
  width: 100%;
  margin: 0 auto;
  display: block;
}

.tabs-home-section h2 strong {
  background: linear-gradient(90.81deg, #f79a2a 57.58%, #ef2e66 83.43%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.tabs-home-section p {
  font-family: "Poppins-Light";
  font-style: normal;
  font-weight: 200;
  font-size: 17px;
  line-height: 30px;
  text-align: center;
  color: #9fa0b8;
  width: 80%;
  margin: 0 auto;
}

.plans-home-section {
  background-image: url("../img/pozadina_2.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-y: center;
}

.plans-home-section .grid {
  /* display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 25px; */
  /* margin-top: 30px; */

  width: 85%;
  margin: 0 auto;
  margin-top: 35px;
}

.plans-home-section .item {
  background: #fbfbfb;
  border: 1px solid #dee0ed;
  border-radius: 40px;
  padding: 40px 30px;
  margin: 30px 0;
  margin-bottom: 0;
}

.plans-home-section .item:hover {
  background: linear-gradient(
    179.51deg,
    #5c8027 41.8%,
    #7da04a 58.93%,
    #cbef97 91.78%
  );
  cursor: pointer;
}

.mob4 {
  display: none;
}

.plans-home-section .item:hover h3 {
  color: #fff;
}

.plans-home-section .item:hover span {
  color: #fff;
}

.plans-home-section .item h3 {
  font-family: "Poppins-Bold";
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 39px;
  text-align: center;
  color: #272739;
  margin-top: 25px;
  margin-bottom: 25px;
  border-bottom: #dddfec;
  border-bottom: 1px solid #dddfec;
  padding-bottom: 30px;
}

.plans-home-section .item img {
  display: block;
  margin: 0 auto;
  width: 90px;
  height: 90px;
}

.plans-home-section .owl-item:nth-of-type(1) .img-border {
  background-color: #e5e0ff;
  border-radius: 50%;
  margin: 0 auto;
  width: 90px;
  height: 90px;
  display: grid;
  place-content: center;
}

.plans-home-section .owl-item:nth-of-type(2) .img-border {
  background-color: #daffb5;
  border-radius: 50%;
  padding: 10px;
  margin: 0 auto;
  width: 90px;
  height: 90px;
  display: grid;
  place-content: center;
}

.plans-home-section .owl-item:nth-of-type(3) .img-border {
  background-color: #ffb192;
  border-radius: 50%;
  padding: 15px;
  margin: 0 auto;
  width: 90px;
  height: 90px;
  display: grid;
  place-content: center;
}

.plans-home-section .owl-item:nth-of-type(4) .img-border {
  background-color: #fff3b5;
  border-radius: 50%;
  padding: 10px;
  margin: 0 auto;
  width: 90px;
  height: 90px;
  display: grid;
  place-content: center;
}
.plans-home-section .item ul li span {
  /* font-family: "Inter"; */
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 51px;
  /* or 283% */
  color: #272739;
}

.plans-home-section .item ul li {
  display: flex;
  align-items: center;
}

.plans-home-section .item ul li small {
  width: 20px;
  height: 20px;
  display: inline-flex;
  background: #f2f2f2;
  border-radius: 50px;
  position: relative;
  margin-right: 10px;
}

.plans-home-section .item ul li small::before {
  content: "";
  width: 13px;
  height: 9px;
  display: flex;
  margin-right: 10px;
  background-image: url(../img/icon.svg);
  position: absolute;
  top: 6px;
  left: 4px;
}

.plans-home-section .item a {
  background-color: #7da04a;
  color: #fff;
  padding: 18px 45px;
  transition: ease-out 0.5s;
  -webkit-transition: ease-out 0.5s;
  -moz-transition: ease-out 0.5s;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  font-size: 13px;
  border-radius: 60px;
  font-family: "Poppins";
  margin: 25px 0;
  left: 50%;
  transform: translate(-50%);
  letter-spacing: 2.2px;
  text-align: center;
}
.picture-mob {
  display: none !important;
}
.mob-btn {
  display: none !important;
}
.toggle-menu {
  display: none;
}

.plans-home-section h2 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 48px;
  line-height: 90px;
  text-align: center;
  color: #272739;
  word-spacing: 2px;
}

.plans-home-section h2 strong {
  background: linear-gradient(90.81deg, #f79a2a 57.58%, #ef2e66 83.43%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.plans-home-section p {
  font-family: "Poppins-Light";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: normal;
  text-align: center;
  color: #9fa0b8;

  width: 50%;
  margin: 0 auto;
  margin-top: 20px;
}

.plans-home-section .item ul{
  height: 460px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.blogs-home-section h2 {
  font-family: "Poppins-Bold";
  font-style: normal;
  font-weight: 600;
  font-size: 45px;
  line-height: 64px;
  text-align: center;
  color: #272739;
  margin: 65px 0;
}

.about-us-home-section h2 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 48px;
  line-height: 64px;
  text-align: center;
  color: #272739;
}

.about-us-home-section h2 strong {
  background: linear-gradient(90.81deg, #f79a2a 57.58%, #ef2e66 83.43%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#about-us-slider h3 {
  font-family: "Poppins-Bold";
  color: #272739;
}

#about-us-slider p {
  font-family: "Poppins";
  color: #777779;
}

footer {
  position: relative;
  overflow: hidden;
}

footer::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: -1;
  transform: rotate(0);
  background-image: url(../img/footer-img.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: bottom;
}

footer .footer-wrapper {
  background: linear-gradient(
    89.75deg,
    rgba(249, 249, 255, 0.6) 88.12%,
    rgba(226, 229, 255, 0.048) 114.13%
  );
  position: relative;
}

.footer-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 0;
  border-bottom: 2px solid #dddfec;
}

footer .nav-section ul li:last-child a {
  background-color: transparent;
  color: #fff;
  padding: unset;
  transition: ease-out 0.5s;
  -webkit-transition: ease-out 0.5s;
  -moz-transition: ease-out 0.5s;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  font-size: 14px;
}

#menu-menu-header-1 li:hover a {
  color: #7da04a;
}

footer .copy-right {
  padding-top: 40px;
  padding-bottom: 15px;
  display: flex;
  justify-content: space-between;
  padding-left: 15px;
  padding-right: 15px;
}

footer .copy-right p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  color: #272739;
}

.comming-soon{
  position: relative;
}

.comming-soon .cs-grid{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  position: absolute;
  top: 220px;
  left: 17%;
}

.comming-soon .cs-text{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.comming-soon .cs-text img{
  width: 275px;
  margin-bottom: 20%;
}

.comming-soon .cs-text h1{
  color: #FFF;
  text-align: center;
  font-family: "Poppins-Bold";
  font-size: 96px;
  font-style: normal;
  font-weight: 600;
  line-height: 90px;
  
}

.comming-soon .cs-social{
  display: flex;
  align-items: center;
  grid-gap: 30px; 
  padding-top: 70%;
}

.comming-soon i{
  color: white;
  font-size: 30px;
}

.blogs-home-section {
  padding-bottom: 65px;

  height: 900px;
  background-image: url("../img/pozadina_3.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: left;
  background-position-y: center;
}

.blogs-home-section .blog-home-grid {
  width: 85%;
  margin: 0 auto;
  margin-top: 50px;
}

.blogs-home-section .blog-home-grid .item {
  background: #fbfbfb;
  border: 1px solid #dee0ed;
  border-radius: 45px;
  height: auto;
}

.blogs-home-section .blog-home-grid .item .date {
  display: flex;
  justify-content: flex-start;
  grid-gap: 25px;
  width: 80%;
  margin: 0 auto;
  margin-top: 30px;
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #dddfec;
  padding-left: 10px;
}

.blogs-home-section .blog-home-grid .item img {
  width: 100%;
}

.blogs-home-section .blog-home-grid .item span {
  font-family: "Poppins";
  color: #2e2828;
  font-size: 16px;
  text-transform: uppercase;
  display: inline-block;
  padding: 20px 0;
}

.blogs-home-section .blog-home-grid .item small {
  font-family: "Poppins";
  color: #a9a9a9;
  font-size: 15px;
}
.blogs-home-section .blog-home-grid .item .admin {
  font-family: "Poppins-Bold";
  color: #272739;
}

.blogs-home-section .blog-home-grid .item h3 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  color: #272739;
}

.blogs-home-section .blog-home-grid .item p {
  font-family: "Poppins";
  font-size: 16px;
  color: #000;
  margin-top: 25px;
  margin-bottom: 25px;
  height: 70px;
  overflow: hidden;
}

.blogs-home-section .width-80 {
  width: 80%;
  margin: 0 auto;
  margin-bottom: 50px;
}

.blogs-home-section .blog-home-grid .item a.btn-blog {
  background-color: #7da04a;
  color: #fff;
  padding: 18px 45px;
  transition: ease-out 0.5s;
  -webkit-transition: ease-out 0.5s;
  -moz-transition: ease-out 0.5s;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  font-size: 14px;
  border-radius: 60px;
  font-family: "Poppins";
  letter-spacing: 3.2px;
  margin-left: 55px;
  margin-top: 20px;
}

.about-us-home-section .grid {
  margin-top: 50px;
  width: 85%;
  margin: 0 auto;
  margin-top: 35px;
}

.about-us-home-section .grid .item .content {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 20px;
  margin-bottom: 15px;
  flex-direction: inherit;
  justify-content: flex-start;
  align-items: center;
}

.about-us-home-section .grid .item {
  background: #ffffff;
  border: 1px solid #e0e2ee;
  border-radius: 40px;
  padding: 35px;
}

.client-us-home-section {
  margin-top: 80px;
}

/* .page-template-template-contact .client-us-home-section {
  margin-top: -80px;
} */

.page-template-template-partners .client-us-home-section {
  display: none;
}

.client-us-home-section h2 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 34px;
  line-height: 64px;
  text-align: center;
  color: #272739;
  margin-bottom: 40px;
  padding-bottom: 50px;
}

.suscribe .box-sub {
  background: linear-gradient(
    205.67deg,
    rgba(240, 240, 240, 0.2) -3.98%,
    rgba(159, 159, 159, 0.156) 70.86%
  );
  border-radius: 60px;
  padding: 50px;

  height: auto;
  margin-bottom: 100px;
  margin-top: 85px;
}

.suscribe .box-sub h2 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 48px;
  line-height: 64px;
  text-align: center;
  color: #272739;
  width: 60%;
  margin: 0 auto;
  margin-bottom: 45px;
}

.suscribe .box-sub h2 strong {
  background: linear-gradient(90.81deg, #f79a2a 57.58%, #ef2e66 83.43%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.suscribe .box-sub p {
  font-family: "Poppins-Light";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  color: #9fa0b8;
  width: 80%;
  margin: 0 auto;
  margin-top: 25px;
  margin-bottom: 65px;
}

.client-us-home-section .container {
  padding-bottom: 50px;
  border-bottom: 2px solid #dddfec;
  margin-bottom: 70px;
}

.tabs-wrapper {
  display: flex;
  margin-top: 55px;
}

.tabs-wrapper .tabs {
  width: 30%;
  margin-right: 5%;
}

.tabs-wrapper .tabs img {
  width: 61px;
  height: 61px;
  flex-shrink: 0;
}

.tabs-wrapper .tab_container p{
  line-height: 35px;
  margin-bottom: 20px;
  font-family: "Poppins";
  font-size: 20px;
  text-align: left;
}

.tabs-wrapper .tab_container h1{
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 40px;
  color: #272739;
  text-align: left;
  margin-bottom: 55px;
  text-align: left;
  padding-left: 77px;
}

.tabs-wrapper .tab_container a{
  background-color: #7da04a;
  color: #fff;
  padding: 18px 45px;
  transition: ease-out 0.5s;
  -webkit-transition: ease-out 0.5s;
  -moz-transition: ease-out 0.5s;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  font-size: 14px;
  border-radius: 60px;
  font-family: "Poppins";
  letter-spacing: 3.2px;
  margin-top: 65px;
}

/* .tabs li:nth-of-type(1) .tabs-left-img {
  background-color: #e5e0ff;
  border-radius: 50%;
  margin: 0 auto;
  display: grid;
  place-content: center;
  width: 65px;
  height: 65px;
}

.tabs li:nth-of-type(2) .tabs-left-img {
  background-color: #daffb5;
  border-radius: 50%;
  margin: 0 auto;
  display: grid;
  place-content: center;
  padding: 10px;
  width: 65px;
  height: 65px;
}

.tabs li:nth-of-type(3) .tabs-left-img {
  background-color: #ffb192;
  border-radius: 50%;
  margin: 0 auto;
  display: grid;
  place-content: center;
  padding: 15px;
  width: 65px;
  height: 65px;
}

.tabs li:nth-of-type(4) .tabs-left-img {
  background-color: #fff3b5;
  border-radius: 50%;
  margin: 0 auto;
  display: grid;
  place-content: center;
  padding: 15px;
  width: 65px;
  height: 65px;
} */

.tabs-wrapper .tab_container {
  width: 65%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tabs-wrapper .tabs li {
  padding: 15px;
}

.tabs-wrapper .tabs li.active {
  background: #ffffff;
  box-shadow: 0px 8px 22px rgba(39, 39, 57, 0.15);
  backdrop-filter: blur(2px);
  border-radius: 20px;
  padding: 15px;
}

.tab_content img {
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
  border: 5px solid rgb(39, 39, 57);
}

.tabs-left {
  display: flex;
  align-items: center;
  grid-gap: 10px;
}

.tabs-left .tabs-left-img {
  width: 20%;
}

.tabs-left .tabs-left-text {
  width: 75%;
}

.about-first-section{
  position: relative;
}

.about-first-section .grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  padding-top: 50px;
  padding-bottom: 10%;
}

.about-first-section .grid h4 {
  font-family: "Poppins-Bold";
  font-size: 34px;
  color: #272739;
  line-height: 44px;
  margin-bottom: 5%;
  text-align: center;
}
.about-first-section h4 strong {
  background: linear-gradient(90.81deg, #f79a2a 57.58%, #ef2e66 83.43%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.about-first-section .pozadina-about{
  position: absolute;
  z-index: -1;
  left: 0;
}
.about-main h2 {
  font-family: "Poppins-Bold";
  font-size: 48px;
  color: #272739;
  line-height: 44px;
  margin-bottom: 8%;
  text-align: center;
}

.about-main h2 strong{
  background: linear-gradient(90.81deg, #f79a2a 57.58%, #ef2e66 83.43%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.about-main-section .section{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  border-radius: 40px;
  border: 1px solid #DEE0ED;
  background: #FBFBFB;
  padding: 35px;
  margin-bottom: 7%;
}

.about-main-section .section h5{
  color: #272739;
  text-align: center;
  font-family: "Poppins";
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 64px; /* 246.154% */
}

.about-main-section .section p{
  color: #272739;
  text-align: center;
  font-family: "Poppins";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.about-main-section .section-image{
  top: -45px;
  position: absolute;
}

/* .about-blockchain-section .item p {
  color: #9fa0b8;

  font-family: "Poppins";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;

  width: 517px;
  text-align: justify;
  margin-bottom: 45px;
}

.about-blockchain-section .item ul li small::before {
  content: "";
  width: 13px;
  height: 9px;
  display: flex;
  margin-right: 10px;
  background-image: url(../img/icon.svg);
  position: absolute;
  top: 10px;
  left: 8px;
}

.about-blockchain-section .item ul li small {
  width: 30px;
  height: 30px;
  display: inline-flex;
  background: #fff;
  border-radius: 50px;
  position: relative;
  margin-right: 10px;
}
.about-blockchain-section .grid1 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding-top: 85px;
  font-family: "Poppins";
  text-align: left;
  font-size: 20px;
  line-height: 45px;
}

.about-blockchain-section h3 {
  color: #272739;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 48px;
  line-height: 64px;
  width: 85%;
  margin: 0 auto;
  margin-bottom: 40px;
}

.about-blockchain-section .container {
  background: linear-gradient(
    179.67deg,
    rgba(255, 255, 255, 0.2) -27.1%,
    rgba(179, 179, 179, 0.2) 63.64%
  );
  border-radius: 60px;
  padding: 100px;
  text-align: center;
  margin-top: 100px;
  margin-bottom: 100px;
  padding-bottom: 0;
}

.about-blockchain-section .grid {
  display: grid;
  grid-template-columns: repeat(2, 2fr);
  padding-top: 50px;
  padding-bottom: 80px;
  grid-gap: 45px;
}
.about-blockchain-section .pictures {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 55px;
} */

/* .about-blockchain-section .colum1 img {
  
  padding-bottom: 60px;
  
  width: 100%;
} */

/* .about-blockchain-section .colum1 .img1 {
  padding-top: 55px;
} */

.about-grid-section .flex {
  display: flex;
  /* flex-wrap: nowrap; */
  align-items: center;
  flex-direction: row;
  padding: 0 100px;
  column-gap: 35px;
}

.about-grid-section .flex:nth-of-type(1) .right-col1 .text-flex a {
  color: #f89b2b;
}

.about-grid-section .flex .left-col1 {
  position: relative;
}

.about-grid-section .flex .right-col1 {
  position: relative;
}
.about-grid-section a {
  color: #272739;

  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
}
.about-grid-section .text-flex {
  position: relative;
}

.about-grid-section .picture2 {
  padding-left: 60px;
}

.about-grid-section h3 {
  color: #272739;
  font-family: "Poppins-Bold";
  font-style: normal;
  font-weight: 600;
  font-size: 48px;
  line-height: 64px;
  width: 95%;
  margin: 0 auto;
  margin-bottom: 40px;
  text-align: center;
}

.about-grid-section h3 strong {
  background: linear-gradient(90.81deg, #f79a2a 57.58%, #ef2e66 83.43%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.item .row {
  column-gap: 20px;
}

.about-meet-section {
  padding-top: 100px;
}

.about-meet-section h3 {
  color: #272739;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 64px;
  line-height: 64px;
  width: 95%;
  margin: 0 auto;
  margin-bottom: 40px;
  text-align: center;
}

.about-meet-section h3 strong {
  background: linear-gradient(90.81deg, #f79a2a 57.58%, #ef2e66 83.43%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.about-meet-section h4 {
  color: #272739;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 34px;
  text-align: center;
  margin-top: 50px;
}

.about-meet-section p {
  font-family: "Poppins";
  color: #777779;
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 34px;
}

.about-meet-section .item {
  background: #ffffff;
  border: 1px solid #e0e2ee;
  border-radius: 40px;
  padding: 55px;
}

.about-meet-section .item:hover {
  background: #ffffff;
  box-shadow: 0px 15px 60px rgba(0, 0, 0, 0.15);
  border-radius: 40px;
  cursor: pointer;
}

.contact-text{
  color: var(--272739, #272739);
  text-align: center;
  font-family: "Poppins";
  font-size: 44px;
  font-style: normal;
  font-weight: 600;
  line-height: 45px;
  padding-top: 5%;
}

.contact-text p strong{
  background: linear-gradient(90.81deg, #f79a2a 57.58%, #ef2e66 83.43%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.contact-wrapper .box {
  background: linear-gradient(141.06deg, #5c8028 22.35%, #caee96 149.29%),
    #fbfbfb;
  border-radius: 40px;
  padding: 80px;
  height: auto;
  margin-top: 80px;
  display: grid;
  grid-template-columns: 40% 60%;
  z-index: 99;
  position: relative;
}
.contact-wrapper .maps-mob {
  display: none;
}

.contact-wrapper .box .left-col span {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 34px;
  color: #ebebeb;
}

.contact-wrapper .box .left-col h2 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 34px;
  line-height: 36px;
  color: #ffffff;
  margin-bottom: 50px;
}

.contact-wrapper .box .left-col .grid a {
  font-family: "Poppins";
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
}

.contact-wrapper .box .left-col .grid p {
  font-family: "Poppins-Light";
  font-size: 20px;
  line-height: 30px;
  color: #ebebeb;
}

.contact-wrapper .box .left-col .grid {
  display: flex;
  align-items: center;
  column-gap: 50px;
  margin-bottom: 50px;
}

.contact-wrapper .container {
  padding: 0 120px;
}

.contact-wrapper {
  margin-bottom: 0px;
}

.contact-wrapper img {
  margin: 0 auto;
  display: block;
  position: relative;
  top: 0;
  z-index: -1;
  margin-top: 40px;
}

.contact-wrapper .grid span {
  border: 1px solid #fff;
  border-radius: 50px;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
}

.contact-wrapper .box .right-col {
  padding-top: 30px;
}

.contact-wrapper .grid i {
  color: #fff;
  font-size: 26px;
}

.packet-container .packet-text h2{
  font-family: "Poppins-Bold";
  font-size: 48px;
  color: #272739;
  line-height: 44px;
  margin-bottom: 3%;
  text-align: center;
  padding-top: 7%;
}

.packet-container .packet-text p{
  color: #9FA0B8;
  font-family: "Poppins";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  text-align: center;
}
.contact-us a {
  background-color: #7da04a;
  color: #fff;
  padding: 18px 45px;
  transition: ease-out 0.5s;
  -webkit-transition: ease-out 0.5s;
  -moz-transition: ease-out 0.5s;
  position: absolute;
  text-transform: uppercase;
  font-size: 16px;
  border-radius: 60px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  line-height: 29px; /* 181.25% */
  letter-spacing: 3.2px;
  text-transform: uppercase;
  left: 50%;
  transform: translate(-50%);
  z-index: 5;
}

.cenovnik h3{
  color: var(--272739, #272739);
  text-align: center;
  font-family: "Poppins";
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 64px; /* 133.333% */
  margin-bottom: 2%;
  padding-top: 7%;
}

.cenovnik h4{
  color: var(--272739, #272739);
  text-align: center;
  font-family: "Poppins";
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 8%;
}

.cenovnik h4 strong{
  background: linear-gradient(90.81deg, #f79a2a 57.58%, #ef2e66 83.43%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.cenovnik .cenovnik-table ul{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  column-gap: 25px;
  margin-bottom: 5%;
}

.cenovnik .cenovnik-class{
  border-radius: 40px;
    border: 1px solid #DEE0ED;
    background: #FBFBFB;
    position: relative;
    width: 275px;
    height: 310px;
}

.cenovnik .cenovnik-img{
  position: absolute;
  top: -70px;
  left: 50%;
  transform: translate(-50%);
}

.cenovnik .cenovnik-table li{
  border-radius: 40px;
  border: 1px solid #DEE0ED;
  background: #FBFBFB;
  width: 275px;
  height: 310px;
}

.cenovnik .cenovnik-table .slick-dots{
  display: flex !important;
  justify-content: center !important;
  /* padding-bottom: 20%; */
}

.cenovnik .cenovnik-table .slick-dots li{
  width: auto !important;
  height: auto !important;
  border: none !important;
}

.cenovnik .cenovnik-table li div{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
}

/* .cenovnik .cenovnik-table{
  padding-bottom: 5%;
} */

.cenovnik .cenovnik-name{
  color: #272739;
  text-align: center;
  font-family: "Poppins";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 34px;
  padding-top: 30px;
  padding-bottom: 20px;
}

.cenovnik .cenovnik-table small{
  color: #272739;
  text-align: center;
  font-family: "Poppins";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px; /* 141.667% */
  
}

.cenovnik .cenovnik-class small{
  margin: 15px;
}

.cenovnik hr{
  width: 75%;
  height: 1px;
  background-color: #DDDFEC;
  border: 0;
}

.cenovnik .bottom-line{
  padding-bottom: 20px;
}

.cenovnik .year-pay{
  color: #FE855B;
  text-align: center;
  font-family: "Poppins-Bold";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 34px; /* 106.25% */
  margin: 15px;
}

.cenovnik .monthly{
  color: #7DA04A;
  text-align: center;
  font-family: "Poppins-Bold";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 34px; /* 106.25% */
  margin: 15px;
}

.help-main h3{
  color: #272739;
  text-align: center;
  font-family: "Poppins";
  font-size: 34px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding-top: 5%;
  padding-bottom: 3%;

  display: none;
}

.help-main h3 strong{
  background: linear-gradient(90.81deg, #f79a2a 57.58%, #ef2e66 83.43%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.help-main p{
  color: #9FA0B8;
  text-align: center;
  font-family: "Poppins";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-bottom: 4%;
}

.help-container{
  border-radius: 40px;
  border: 1px solid #DEE0ED;
  background: #FBFBFB;
  height: 477px;
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  margin-top: 4%;
}

.help-text{
  padding: 10%;
  margin-top: 3%;
}

.help-container .help-img{
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  top: -60px;
}

.help-container .help-text h2{
  color: #272739;
  text-align: center;
  font-family: "Poppins";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-bottom: 2%;
}

.help-container .help-text p{
  color: #9FA0B8;
  text-align: center;
  font-family: "Poppins";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.help-container .help-text a{
  background-color: #7da04a;
  color: #fff;
  padding: 18px 45px;
  transition: ease-out 0.5s;
  -webkit-transition: ease-out 0.5s;
  -moz-transition: ease-out 0.5s;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  font-size: 14px;
  border-radius: 60px;
  font-family: "Poppins";
  letter-spacing: 3.2px;
  left: 50%;
  transform: translate(-50%);
}

/* FORMS */

.fluentform .ff-el-form-control {
  background-color: transparent;
  border: 0 !important;
  border-bottom: 1px solid #dddfec !important;
  border-radius: 0 !important;
}

.fluentform .ff-el-form-control:focus {
  background-color: transparent !important;
}

form.fluent_form_1 .ff-btn-submit {
  font-family: "Poppins";
  background: #ffffff !important;
  border-radius: 60px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 29px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #272739 !important;
  padding: 10px 40px !important;
  margin-top: 30px;
}

.fluentform .ff-el-input--label label {
  font-family: "Poppins";
  margin-bottom: 0 !important;
  font-style: normal;
  font-weight: 600 !important;
  font-size: 16px;
  line-height: 36px !important;
  color: #ffffff;
}

.fluentform .ff-el-group {
  margin-bottom: 0 !important;
}

.fluentform .ff-text-left {
  margin-bottom: 0 !important;
}

.fluentform .ff-el-input--label.ff-el-is-required.asterisk-right label:after {
  color: #fff !important;
}

.fluentform .ff-el-form-control {
  color: #b5b5b5 !important;
  font-family: "Poppins";
  font-size: 14px;
}

.ff-el-form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #b5b5b5 !important;
  font-family: "Poppins-Light";
}

.ff-el-form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #b5b5b5 !important;
  font-family: "Poppins-Light";
}

.ff-el-form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #b5b5b5 !important;
  font-family: "Poppins-Light";
}

.ff-el-form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #b5b5b5 !important;
  font-family: "Poppins-Light";
}

.fluentform .iti__selected-flag {
  background: transparent !important;
}

.ff-default .ff-el-form-control {
  background-clip: padding-box;
  background-image: none;
  border: 1px solid #dadbdd !important;
  border-radius: 20px !important;
  color: #606266;
  font-family: "Poppins-Light";
  line-height: 1;
  margin-bottom: 0;
  max-width: 100%;
  padding: 11px 15px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  background: white;
  width: 560px;
  height: 60px;
  letter-spacing: 3.2px;
  text-transform: capitalize;
}
.ff-default .ff-el-form-control:focus {
  background: white !important;
  text-transform: none;
}

.ff-el-group.ff-text-center.ff_submit_btn_wrapper.ff_submit_btn_wrapper_custom {
  padding-top: 1px;
}

input#ff_2_email {
  width: 100%;
}

/* END FORMS */

.partners-wrapper {
  padding-top: 90px;
  padding-bottom: 140px;
}

.partners-wrapper p {
  font-family: "Poppins";
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  color: #9fa0b8;
  margin-bottom: 80px;
}

.partners-wrapper .grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  column-gap: 80px;
  row-gap: 120px;
}

.page-template-template-plans .plans-home-section {
  padding-top: 90px;
}

.faq-plans h2 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 34px;
  line-height: 64px;
  color: #272739;
}

.faq-plans .faq-title {
  display: inline-flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 20px;
}

.faq-plans .contact-us {
  display: flex;
  align-items: center;
  background-color: #7da04a;
  color: #fff;
  padding: 18px 45px;
  transition: ease-out 0.5s;
  -webkit-transition: ease-out 0.5s;
  -moz-transition: ease-out 0.5s;
  text-transform: uppercase;
  font-size: 14px;
  border-radius: 60px;
  font-family: "Poppins";
  letter-spacing: 3.2px;
}

.faq-plans p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #9fa0b8;
}

.current-menu-item a {
  color: #7da04a !important;
}

.accordion-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 30px;
  column-gap: 30px;
}

.accordion-container .content-entry {
  background: #fbfbfb;
  border: 1px solid #dee0ed;
  border-radius: 10px;
  padding: 25px;
  height: fit-content;
}

.faq-questions {
  margin-top: 50px;
}

.article-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  cursor: pointer;
  color: #000000;
  border-radius: 10px;
  font-size: 18px;
  font-family: "Poppins";
}

.content-entry.open .article-title {
  background: transparent;
}

.accordion-container .content-entry i:before {
  content: "";
  background: url(../img/plus.svg);
  background-size: contain;
  width: 12px;
  height: 12px;
  background-repeat: no-repeat;
  display: block;
}

.accordion-container .content-entry.open i:before {
  content: "";
  background: url(../img/minus.svg);
  background-size: contain;
  width: 12px;
  height: 12px;
  background-repeat: no-repeat;
  display: block;
}
.contact-us-mob {
  display: none;
}

.accordion-content p {
  margin-top: 0;
  padding: 15px 0;
  padding-bottom: 0;
  font-size: 16px;
  width: 90%;
  font-family: "Poppins";
}

.content-entry {
  margin-bottom: 10px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.content-entry.open {
  border: 1px solid #000;
  border-radius: 10px;
  border-radius: 10px;
}

.content-entry.open .article-title {
  color: #7da04a;
}

.faq-plans {
  padding-top: 80px;
}

.blog-wrapper {
  margin: 100px 0 0 0;
}

.blog-wrapper .grid {
  display: grid;
  grid-template-columns: 50% 50%;
  column-gap: 25px;
  row-gap: 25px;
}

.blog-wrapper .grid .item {
  background: #fbfbfb;
  border: 1px solid #dee0ed;
  border-radius: 45px;
  height: auto;

  margin-bottom: 60px;
}

.blog-wrapper .grid .item .date {
  display: flex;
  justify-content: flex-start;
  grid-gap: 25px;
  width: 90%;
  margin: 0 auto;
  margin-top: 30px;
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #dddfec;
}
.blog-wrapper .grid .item small.admin {
  font-family: "Poppins-Bold";
  color: #272739;
}

.blog-wrapper .grid .item img {
  width: 100%;
}

.blog-wrapper .grid .item span {
  font-family: "Poppins";
  color: #2e2828;
  font-size: 16px;
  text-transform: uppercase;
  display: inline-block;
  padding: 20px 0;
}

.blog-wrapper .grid .item small {
  font-family: "Poppins";
  color: #a9a9a9;
  font-size: 15px;
}

.blog-wrapper .grid .item h3 {
  font-family: "Poppins-Bold";
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 27px;
  color: #272739;
}

.blog-wrapper .grid .item p {
  font-family: "Poppins";
  font-size: 16px;
  color: #9fa0b8;
  margin-top: 25px;
  margin-bottom: 80px;
  height: 70px;
  /* overflow: hidden; */
}

.blog-wrapper .grid .width-80 {
  width: 90%;
  margin: 0 auto;
  margin-bottom: 50px;
}

.blog-wrapper .grid .item a.btn-blog {
  background-color: #7da04a;
  color: #fff;
  padding: 18px 45px;
  transition: ease-out 0.5s;
  -webkit-transition: ease-out 0.5s;
  -moz-transition: ease-out 0.5s;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  font-size: 14px;
  border-radius: 60px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  line-height: 29px; /* 181.25% */
  letter-spacing: 3.2px;
}

.blog-wrapper .grid .right-col h2 {
  font-family: "Poppins";
  padding: 20px 0;
  border-top: 1px solid #dddfec;
  font-size: 26px;
  line-height: 39px;
  color: #272739;
}

.blog-wrapper .grid .right-col .category ul li a {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 40px;
  color: #272739;
  font-family: "Poppins";
}

.blog-wrapper .grid .right-col .popular-posts p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #272739;
}

.blog-wrapper .grid .right-col .popular-posts .col {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 25px;
  margin-bottom: 25px;
}

.blog-wrapper .grid .right-col .category ul {
  padding-left: 20px;
}

.blog-wrapper .grid .right-col .category ul li {
  position: relative;
  padding-left: 10px;
}

.blog-wrapper .grid .right-col .category {
  padding-bottom: 30px;
}

.blog-wrapper .grid .right-col .category ul li a::before {
  display: block;
  content: "";
  background-color: #7da04b;
  width: 8px;
  height: 8px;
  border-radius: 50px;
  position: absolute;
  top: 15px;
  left: -15px;
}

.blog-wrapper .grid .tags .col {
  background: #ffffff;
  border: 1px solid #dee0ed;
  border-radius: 60px;
  padding: 10px;
  text-align: center;
}

.blog-wrapper .grid .tags .col:hover {
  background: #7da04a;
}

.blog-wrapper .grid .tags .col:hover a {
  color: #fff;
}

.blog-wrapper .grid .tags .col a {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 29px;
  text-align: center;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #9fa0b8;
}

.blog-wrapper .grid .tags .grid-tags {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 20px;
  row-gap: 20px;
}

/* Blog single  */

.single-post .blog-wrapper .left-col p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #9fa0b8;
  margin-top: 20px;
  margin-bottom: 20px;
  width: 75%;
}

.single-post .blog-wrapper .left-col h3 {
  font-family: "Poppins";
  font-size: 24px;
  line-height: 26px;
  color: #272739;
  margin-top: 30px;
  margin-bottom: 30px;
}

.single-post .blog-wrapper .left-col h2 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 34px;
  line-height: 36px;
  color: #272739;
  margin-bottom: 30px;
  width: 80%;
}

.single-post .blog-wrapper .left-col .date {
  border-bottom: 1px solid #dddfec;
  margin-bottom: 30px;
}

.single-post .grid{
  display: flex;
  justify-content: center;
  align-items: center;
}

.single-post .container{
  padding: 0 100px;
}

.blog-wrapper .grid .tags1 .grid-tags {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 20px;
  row-gap: 20px;
  padding-top: 20px;
}

.blog-wrapper .grid .tags1 .col {
  background: #ffffff;
  border: 1px solid #dee0ed;
  border-radius: 60px;
  padding: 10px;
  text-align: center;
}

.blog-wrapper .grid .tags1 .col a {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 29px;
  text-align: center;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #9fa0b8;
}

.blog-wrapper .grid .tags1 {
  width: 75%;
}

/* end Blog single */

/* services page */

.column-services .grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  grid-gap: 50px;
}

.column-services .grid h2 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 55px;
  color: #272739;
  padding-bottom: 30px;
}

.column-services .grid p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #9fa0b8;
  margin-bottom: 25px;
  width: 80%;
}

.column-services .grid h2 strong {
  background: linear-gradient(90.81deg, #f79a2a 57.58%, #ef2e66 83.43%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.services-grid-fourth h3 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 34px;
  line-height: 64px;
  text-align: center;
  color: #272739;
  margin-bottom: 10px;
  margin-top: 70px;
}

.services-grid-fourth p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  color: #9fa0b8;
  width: 70%;
  margin: 0 auto;
}

.services-grid-fourth .grid-desk {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 40px;
}

.services-grid-fourth .grid-desk .item {
  background: #fbfbfb;
  border: 1px solid #dee0ed;
  border-radius: 40px;
  padding: 30px;
  margin: 60px 0;
  margin-bottom: 0;
  width: 100%;
}

.services-grid-fourth .grid-desk .item img {
  margin: 0 auto;
  display: block;
}

.services-grid-fourth .grid-desk .item h4 {
  text-align: center;
  font-family: "Poppins-Bold";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  padding-bottom: 20px;
  margin-top: 20px;
  padding-bottom: 15px;
}

.services-grid-fourth .grid-desk .item small {
  color: #9fa0b8;
  font-family: "Poppins";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  text-align: center;
  display: inline-block;
}

.cs-mobile{
  display: none;
}

.fluentform_wrapper_2 .frm-fluent-form .ff-t-container {
  display: block !important;
  width: 100% !important;
  position: relative !important;
}

.fluentform_wrapper_2 .fluentform .ff-el-form-control {
  background: #ffffff !important;
  border-radius: 20px !important;
  height: 75px !important;
}

.fluentform_wrapper_2 .frm-fluent-form .ff-t-cell {
  width: 100% !important;
  margin: 0 auto !important;
  margin-top: 0 !important;
}

.fluentform_wrapper_2 {
  width: 55%;
  margin: 0 auto;
}

.fluentform_wrapper_2 .ff_submit_btn_wrapper {
  position: absolute;
  top: 2px;
  right: 2px;
}

.fluentform_wrapper_2 form.fluent_form_2 .wpf_has_custom_css.ff-btn-submit {
  font-family: "Poppins";
  border: 1px solid #dee0ed;
  border-radius: 20px;
  height: 55px;
  /* min-width: 200px !important; */
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 40px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #ffffff;
  width: 184px;
  letter-spacing: 3.2px;
}

/* end services page */


/*paketi fleks*/

.packet-flex .flex-box{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  position: relative;
  column-gap: 5%;
  padding-top: 10%;
}

.packet-flex .item-text{
  width: 50%;
}

.packet-flex h2{
  font-family: "Poppins-Bold";
  font-size: 48px;
  color: #272739;
  line-height: 44px;
  margin-bottom: 5%;
  text-align: left;
}

.packet-flex p{
  color: #9FA0B8;
  font-family: "Poppins";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

.packet-flex .item img{
  border-radius: 5%;
}

.packet-flex .item{
  width: 50%;
}

.packet-flex .pozadina-packet{
  position: absolute;
  top: 320px;
  z-index: -1;
}

.packet-flex .flex-box:nth-child(2n) {
  flex-direction: row-reverse;
}


/* .packet-text{
  padding-bottom: 10%;
} */

.page-id-89 .packet-flex .item img {
  border-radius: 0%;
}

/*paketi prodaja prvih 5 slika*/

.page-id-93 .packet-flex .flex-box:nth-child(1) img {
  border-radius: 0%;
}

.page-id-93 .packet-flex .flex-box:nth-child(2) img {
  border-radius: 0%;
}

.page-id-93 .packet-flex .flex-box:nth-child(3) img {
  border-radius: 0%;
}

.page-id-93 .packet-flex .flex-box:nth-child(4) img {
  border-radius: 0%;
}

.page-id-93 .packet-flex .flex-box:nth-child(5) img {
  border-radius: 0%;
}

/*end of paketi flex*/






@media only screen and (max-width: 1600px) {
  header .container {
    padding: 0 15px;
  }
  .home-slider-content{
    top: 9vw;
  }
  .banner-wrapper-content{
    top: 10vw;
  }
  .comming-soon .cs-grid{
    top: 100px;
  }
  .help-container{
    left: 50%;
    transform: translate(-50%);
  }
}

@media only screen and (max-width: 1450px) {
  .home-slider-content {
    position: absolute;
    top: 5vw;
    margin-left: 60px;
  }

  .home-slider-content span {
    font-size: 35px;
    margin-top: 90px;
  }

  .home-slider-content h1 {
    font-size: 35px;
  }

  .home-slider-content p {
    margin-top: 25px;
  }

  .home-slider-content a {
    margin-top: 55px;
  }

  .about-first-section .grid {
    margin: 30px;
  }

  .banner-wrapper-content h1 {
    padding-top: 20px;
  }

  .column-services .grid {
    margin: 20px;
  }

  .services-grid-fourth .grid {
    padding-left: 50px;
  }

  .blog-wrapper .grid {
    column-gap: 5%;
  }

  .blog-wrapper .grid .right-col {
    padding-top: 65px;
  }

  .comming-soon .cs-social{
    padding-top: 50%;
  }
}

@media only screen and (max-width: 1400px) {
  .home-slider-content {
    margin-left: 60px;
  }
  .plans-home-section .item {
    padding: 40px 45px;
  }
  .plans-home-section .item a {
    margin-left: 0;
  }

  .blogs-home-section .blog-home-grid .item a.btn-blog {
    margin-left: 50px;
  }
  .column-services .grid {
    margin: 40px;
  }
  .help-container{
    width: auto;
  }
  .packet-container .packet-text h2{
    font-size: 43px;
  }

  .packet-flex h2{
    font-size: 44px;
  }
}

@media only screen and (max-width: 1350px) {
  .plans-home-section .item {
    padding: 40px 40px;
  }
  .about-first-section .grid {
    margin: 45px;
  }
  .services-grid-fourth .grid .item img {
    padding-left: 45px;
  }
  .contact-wrapper .box .left-col h2 {
    font-size: 30px;
  }
  .contact-wrapper .box .left-col .grid {
    column-gap: 30px;
  }
}

@media only screen and (max-width: 1350px) {
  .tabs-home-section h2 {
    font-size: 55px;
  }

  .plans-home-section .item {
    padding: 40px 30px;
  }
  .blogs-home-section .blog-home-grid .item h3 {
    font-size: 17px;
  }
  .blogs-home-section .blog-home-grid .item p {
    font-size: 15px;
  }
  .blogs-home-section .blog-home-grid .item a.btn-blog {
    margin-left: 40px;
  }
  .services-grid-fourth .grid .item {
    padding: 40px 25px;
  }
  .services-grid-fourth .grid .item img {
    padding-left: 65px;
  }

  .plans-home-section .item ul li span{
    font-size: 15px;
    line-height: 60px;
  }

  .comming-soon .cs-text img{
    width: 250px;
  }

  .comming-soon .cs-text h1{
    font-size: 90px;
  }

  .packet-container .packet-text h2{
    font-size: 35px;
  }
  .packet-container .packet-text p{
    font-size: 18px;
  }
}

@media only screen and (max-width: 1280px) {
  .home-slider-content h1{
    font-size: 33px;
    line-height: 50px;
  }
  .tabs-home-section h2 {
    font-size: 54px;
  }
  .tabs-home-section small{
    font-size: 13px;
  }
  .plans-home-section .item ul li span{
    font-size: 14px;
  }

  .comming-soon .cs-social{
    padding-top: 40%;
  }

  .suscribe .box-sub h2 {
    font-size: 47px;
  }
  .banner-wrapper-content h1 {
    padding-top: 50px;
  }
  .about-meet-section h3 {
    font-size: 50px;
  }
  .contact-wrapper .box .left-col h2 {
    font-size: 28px;
  }
  .contact-wrapper .box .left-col .grid p {
    font-size: 18px;
  }
  .contact-wrapper .box .left-col .grid a {
    font-size: 19px;
  }
}

@media only screen and (max-width: 1250px) {
  .home-slider-content {
    margin-left: 50px;
  }

  .home-slider-content a {
    margin-top: 30px;
  }

  .tabs-home-section h2 {
    font-size: 50px;
  }

  .tabs-home-section h3 {
    font-size: 20px;
  }

  .tabs-home-section small {
    font-size: 13px;
  }

  .plans-home-section .item {
    padding: 40px 27px;
  }

  .blogs-home-section .blog-home-grid .item a.btn-blog {
    margin-left: 45px;
    font-size: 12px;
    padding: 15px 40px;
  }

  #about-us-slider p {
    font-size: 14px;
  }

  .banner-wrapper-content h1 {
    padding-top: 55px;
  }

  .about-first-section .grid h2 {
    font-size: 37px;
  }

  .about-meet-section h3 {
    font-size: 55px;
  }

  .column-services .grid h2 {
    font-size: 40px;
  }
  .column-services .grid p {
    font-size: 15px;
  }

  .services-grid-fourth .grid .item img {
    padding-left: 30px;
  }

  .contact-wrapper .box .left-col .grid {
    column-gap: 15px;
  }
  .contact-wrapper .box .left-col h2 {
    font-size: 25px;
  }
  .contact-wrapper .box .left-col span {
    font-size: 16px;
  }

  .contact-wrapper .box .left-col .grid p {
    font-size: 18px;
  }

  .suscribe .box-sub h2 {
    font-size: 46px;
  }

  .tabs-wrapper .tabs img {
    width: 130px;
  }
  .plans-home-section .item h3 {
    margin-top: 0px;
    padding-bottom: 20px;
  }
  .blogs-home-section .blog-home-grid .item p {
    font-size: 15px;
    margin-top: 10px;
    margin-bottom: 25px;
    overflow: visible;
  }
  /* .about-blockchain-section .item p {
    margin-bottom: 20px;
  }
  .about-blockchain-section .grid1 {
    padding-top: 50px;
  } */
  .services-grid-fourth .grid .item img {
    padding-left: 60px;
  }
  .packet-flex h2{
    font-size: 37px;
  }
}

@media only screen and (max-width: 1200px) {

  .home-slider-content h1{
    font-size: 31px;
  }

  .tabs-home-section small{
    font-size: 11px;
  }

  .tabs-wrapper .tabs{
    width: 34%;
  }

  .tabs-wrapper .tab_container p{
    font-size: 18px;
  }

  .comming-soon .cs-text h1{
    font-size: 80px;
    line-height: 80px;
  }
  .plans-home-section .item {
    padding: 40px 20px;
  }

  .blogs-home-section .blog-home-grid .item h3 {
    font-size: 16px;
  }
  .blogs-home-section .blog-home-grid .item p {
    font-size: 13px;
    overflow: visible;
  }
  .services-grid-fourth .grid .item {
    padding: 40px 30px;
  }
  .services-grid-fourth .grid .item img {
    padding-left: 50px;
  }

  .blog-wrapper .grid .right-col {
    padding-top: 66px;
  }

  .page-template-template-blog-single .blog-wrapper .left-col h2 {
    font-size: 33px;
  }
  .contact-wrapper .box .left-col .grid {
    column-gap: 15px;
  }
  .contact-wrapper .box .left-col h2 {
    font-size: 25px;
  }
  .contact-wrapper .box .left-col span {
    font-size: 16px;
  }

  .contact-wrapper .box .left-col .grid p {
    font-size: 18px;
  }
  .suscribe .box-sub h2 {
    font-size: 44px;
  }
  
}

@media only screen and (max-width: 1150px) {
  .home-slider-content span {
    font-size: 30px;
    margin-top: 75px;
  }
  .home-slider-content h1 {
    font-size: 29px;
  }
  .home-slider-content a {
    margin-top: 15px;
  }
  .home-slider-content p {
    font-size: 18px;
  }
  .home-slider-content a {
    font-size: 14px;
  }
  .tabs-home-section h2 {
    font-size: 47px;
  }

  .tabs-wrapper .tab_container p{
    font-size: 17px;
  }

  .plans-home-section .item h3 {
    font-size: 24px;
    padding-top: 15px;
  }
  .plans-home-section .item a {
    font-size: 12px;
  }
  .plans-home-section .item {
    padding: 40px 12px !important;
  }
  .blogs-home-section .blog-home-grid .item h3 {
    font-size: 15px !important;
  }

  .blogs-home-section .blog-home-grid .item a.btn-blog {
    font-size: 12px;
    margin-left: 30px;
    padding: 15px 40px;
  }

  /* .about-blockchain-section .item p {
    width: 430px;
  }
  .about-blockchain-section .grid1 {
    padding-top: 25px;
  } */
  .about-meet-section h3 {
    font-size: 45px;
  }

  .suscribe .box-sub h2 {
    font-size: 42px !important;
  }
  .tabs-home-section h2 {
    font-size: 47px !important;
  }
  #about-us-slider p {
    font-size: 13px;
  }

  .about-grid-section h3 {
    font-size: 44px;
  }

  .tabs-wrapper .tabs li {
    padding: 20px !important;
  }
  .services-grid-fourth .grid .item {
    padding: 40px 5px !important;
  }
  .services-grid-fourth .grid .item img {
    padding-left: 65px !important;
  }
  .faq-plans .contact-us {
    font-size: 12px;
  }
  .blogs-home-section .blog-home-grid .item p {
    height: 55px;
    margin-top: 10px;
  }
  .column-services .grid p {
    margin-bottom: 10px;
    width: 85%;
  }
  .plans-home-section .item ul li span {
    font-size: 14px;
    line-height: 50px;
  }
  .about-first-section .grid h4{
    font-size: 28px;
  }
  .blog-wrapper .grid .item a.btn-blog {
    font-size: 12px;
    padding: 12px 38px;
  }
  .blog-wrapper .grid .item p {
    margin-bottom: 100px;
  }
  .contact-wrapper .box {
    padding: 55px;
  }
  .blogs-home-section h2 {
    font-size: 38px;
  }
  .cenovnik .cenovnik-name{
    font-size: 25px;
  }
  .cenovnik .cenovnik-table small{
    font-size: 22px;
  }
  .cenovnik .year-pay{
    font-size: 30px;
  }
  .cenovnik .monthly{
    font-size: 30px;
  }
  .cenovnik .cenovnik-img img{
    width: 95%;
  }
  .packet-flex h2{
    font-size: 33px;
    line-height: 35px;
  }
  .packet-flex p{
    font-size: 15px;
  }
}

@media only screen and (max-width: 1050px) {
  .nav-section ul li a {
    font-size: 15px;
  }
  .home-slider-content span {
    font-size: 25px;
  }
  .home-slider-content h1 {
    font-size: 30px;
    margin-top: 60px;
    line-height: 45px;
  }
  .home-slider-content p {
    font-size: 16px;
    margin-top: 10px;
  }
  .home-slider-content a {
    margin-top: 0px;
    font-size: 12px;
    padding: 15px 34px;
    letter-spacing: 2.2px;
  }
  .tabs-home-section .container {
    margin-top: 35px;
  }
  .tabs-home-section h2 {
    font-size: 31px !important;
    margin-bottom: 20px;
  }

  .comming-soon .cs-text h1{
    font-size: 60px;
    line-height: 65px;
  }

  .help-main h3{
    font-size: 32px;
  }

  .help-main p{
    font-size: 18px;
  }

  .help-container .help-text p{
    font-size: 17px;
  }

  .cenovnik .cenovnik-table ul{
    column-gap: 15px;
  }

  .cenovnik .cenovnik-table small{
    font-size: 23px;
  }

  .cenovnik .cenovnik-img img{
    width: 90%;
  }

  .cenovnik .cenovnik-table li div{
    padding-top: 35px;
  }

  .tabs-wrapper .tabs img {
    width: 151px;
  }
  .tabs-home-section small {
    font-size: 11px;
  }
  .tabs-wrapper .tab_container p{
    font-size: 15px;
  }

  .tabs-wrapper .tab_container h1{
    margin-bottom: 40px; 
  }

  .tabs-wrapper .tab_container a{
    margin-top: 50px;   
  }
  .tabs-wrapper .tabs li {
    padding: 9px !important;
  }
  .plans-home-section .item ul li span {
    font-size: 12px;
  }
  .plans-home-section .item {
    padding: 13px 12px !important;
  }
  .plans-home-section .item a {
    font-size: 11px;
    letter-spacing: 2px;
  }

  .about-first-section .grid h4{
    font-size: 26px;
  }

  .about-main-section .section h5{
    font-size: 24px;
  }

  .plans-home-section .item h3 {
    padding-bottom: 20px;
  }
  .blogs-home-section .blog-home-grid .item h3 {
    font-size: 14px !important;
    line-height: 24px;
  }
  .blogs-home-section .blog-home-grid .item a.btn-blog {
    letter-spacing: 2.2px;
    padding: 15px 40px;
    margin-left: 25px;
  }
  .suscribe .box-sub h2 {
    font-size: 37px !important;
  }
  /* .about-blockchain-section .container {
    margin-top: 10px;
  }
  .about-blockchain-section .item p {
    width: 370px;
    margin-bottom: 35px;
    font-size: 17px;
  }
  .about-blockchain-section .grid1 {
    padding-top: 5px;
    font-size: 17px;
  } */
  .about-grid-section h3 {
    font-size: 40px;
  }
  .suscribe .box-sub p {
    font-size: 18px;
  }
  .column-services .grid h2 {
    font-size: 40px;
  }
  .column-services .grid p {
    font-size: 13px !important;
  }
  .services-grid-fourth p {
    font-size: 17px;
  }
  .faq-plans .faq-title {
    width: 100%;
  }
  .blog-wrapper .grid .item {
    margin-bottom: 40px;
  }
  .contact-wrapper .container {
    padding: 0 40px;
  }

  /* .about-blockchain-section h3 {
    font-size: 37px;
    margin-bottom: 5px;
  } */
  .services-grid-fourth .grid .item {
    padding: 20px 10px !important;
  }
  .services-grid-fourth .grid .item small {
    font-size: 15px;
  }
  .services-grid-fourth .grid .item img {
    padding-left: 55px !important;
  }
  .page-template-template-blog-single .blog-wrapper .left-col h2 {
    font-size: 29px;
  }
}

@media only screen and (max-width: 1000px) {

  .tabs-wrapper .tabs{
    width: 41%;
  }
  .tabs-wrapper .tab_container p{
    font-size: 14px;
    margin-bottom: 15px;
    line-height: 30px;
  }

  .tabs-wrapper .tab_container h1{
    padding-left: 40px;
  }
  .nav-section ul li {
    padding: 0 34px;
  }
  .home-slider-content h1 {
    font-size: 25px;
  }
  .tabs-home-section h2 {
    font-size: 39px !important;
  }
  .plans-home-section .item ul li span {
    font-size: 11px;
    line-height: 55px;
  }

  .about-first-section .grid h4{
    font-size: 24px;
  }

  .about-main h2{
    font-size: 40px;
  }

  .about-main-section .section h5{
    font-size: 22px;
  }

  .about-main-section .section p{
    font-size: 17px;
  }

  .blogs-home-section .blog-home-grid .item h3 {
    font-size: 13px !important;
    line-height: 24px;
  }
  .suscribe .box-sub h2 {
    font-size: 33px !important;
  }
  .suscribe .box-sub p {
    font-size: 17px;
  }
  .banner-wrapper-content h1 {
    padding-top: 78px;
  }

  /* .about-blockchain-section h3 {
    font-size: 34px;
  }
  .about-blockchain-section .grid1 {
    font-size: 16px;
  } */
  .plans-home-section p {
    font-size: 16px;
  }
  #about-us-slider p {
    font-size: 12px;
  }
  .contact-wrapper .box .left-col .grid p {
    font-size: 15px;
  }
  .contact-wrapper .box .right-col {
    padding-top: 15px;
  }
  .contact-wrapper .box {
    padding: 60px;
  }
  .blog-wrapper .grid .item h3 {
    font-size: 25px;
  }
  .blog-wrapper .grid .item p {
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 90px;
  }
  .blog-wrapper .grid .item a.btn-blog {
    font-size: 12px;
    padding: 12px 38px;
  }
  .blog-wrapper .grid .tags .col {
    padding: 6px;
  }
  .blog-wrapper .grid .tags .grid-tags {
    column-gap: 3px;
    row-gap: 9px;
  }
  .page-template-template-blog-single .blog-wrapper .left-col h2 {
    font-size: 27px;
  }
  .page-template-template-blog-single .blog-wrapper .left-col p {
    font-size: 15px;
  }
  .page-template-template-blog-single .blog-wrapper .left-col h3 {
    font-size: 22px;
    margin-top: 23px;
    margin-bottom: 23px;
  }
  .client-us-home-section h2 {
    font-size: 30px;
    margin-bottom: 25px;
    padding-bottom: 40px;
  }
  .blog-wrapper .grid .right-col .popular-posts p {
    font-size: 17px;
  }
  .plans-home-section h2 {
    font-size: 45px;
  }
  .faq-plans .contact-us {
    padding: 4px 42px;
  }
  .article-title {
    font-size: 16px;
  }
  .accordion-content p {
    font-size: 14px;
  }
  .faq-plans h2 {
    font-size: 32px;
  }
  .faq-plans p {
    font-size: 17px;
  }
  .tabs-home-section p {
    font-size: 16px;
  }
  .tabs-wrapper {
    margin-top: 30px;
  }
  .tabs-home-section small {
    font-size: 12px;
  }
  .tabs-home-section h3 {
    font-size: 18px;
  }
  .column-services .grid {
    margin: 0px;
    grid-gap: 25px;
    margin-bottom: 10px;
  }
  .services-grid-fourth p {
    font-size: 14px;
  }
  .services-grid-fourth .grid .item small {
    font-size: 12px;
  }
  .services-grid-fourth .grid .item h4 {
    padding-bottom: 10px;
    font-size: 19px;
  }
  .services-grid-fourth .grid .item img {
    padding-left: 50px !important;
  }
  .about-meet-section p {
    font-size: 15px;
  }
  .about-meet-section .item {
    padding: 55px;
  }
  .home-slider-content p {
    margin-top: 20px;
  }

  .blogs-home-section .blog-home-grid .item .date {
    padding-left: 5px;
  }
  .blogs-home-section .blog-home-grid .item a.btn-blog {
    margin-left: 20px;
  }
  .about-meet-section h3 {
    font-size: 43px;
  }
}



@media only screen and (max-width: 768px) {


  .about-meet-section h3 {
    font-size: 28px;
    line-height: 35px;
}


  .about-grid-section .flex {
    padding: 0px 30px;
    flex-direction: column;
}

  header .logo img {
    width: 75%;
  }

  .tabs-wrapper .tab_container p{
    font-size: 15px;
  }

  .toggle-menu {
    background-color: transparent;
    border: none;
    cursor: pointer;
    display: inline-block;
    outline: none;
    padding: 0;
    pointer-events: initial;
    position: relative;
    vertical-align: middle;
    width: 30px;
    z-index: 10;
  }

  .toggle-menu span {
    background-color: #fff;
    content: "";
    display: block;
    height: 2px;
    left: calc(50% - 13px);
    position: absolute;
    top: calc(50% - 1px);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out,
      -webkit-transform 0.2s linear;
    transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out,
      transform 0.2s linear;
    transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out,
      transform 0.2s linear, -webkit-transform 0.2s linear;
    width: 26px;
  }

  .toggle-menu span:before,
  .toggle-menu span:after {
    background-color: #fff;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out,
      -webkit-transform 0.2s linear;
    transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out,
      transform 0.2s linear;
    transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out,
      transform 0.2s linear, -webkit-transform 0.2s linear;
    width: 26px;
  }

  .toggle-menu span:before {
    top: 9px;
  }

  .toggle-menu span:after {
    top: -9px;
  }

  .toggle-menu.active span {
    background-color: transparent;
    transition: background 0.2s ease-out;
  }

  .toggle-menu.active span:before,
  .toggle-menu.active span:after {
    transition: top 0.2s ease-out, -webkit-transform 0.2s 0.2s ease-out;
    transition: top 0.2s ease-out, transform 0.2s 0.2s ease-out;
    transition: top 0.2s ease-out, transform 0.2s 0.2s ease-out,
      -webkit-transform 0.2s 0.2s ease-out;
    background: #fff;
  }

  .toggle-menu.active span:before {
    top: 0;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
  }

  .toggle-menu.active span:after {
    top: 0;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
  }
  .page-template-template-about .toggle-menu span,
  .page-template-template-contact .toggle-menu span,
  .page-template-template-partners .toggle-menu span,
  .page-template-template-services .toggle-menu span,
  .page-template-template-plans .toggle-menu span,
  .page-template-template-blog .toggle-menu span,
  .page-template-template-blog-single .toggle-menu span{
    background-color: #bbb9b9;
  }

  .page-template-template-about .toggle-menu span:before,
  .page-template-template-contact .toggle-menu span:before,
  .page-template-template-partners .toggle-menu span:before,
  .page-template-template-services .toggle-menu span:before,
  .page-template-template-plans .toggle-menu span:before,
  .page-template-template-blog .toggle-menu span:before,
  .page-template-template-blog-single .toggle-menu span:before{
    background-color: #bbb9b9;
  }

  .page-template-template-about .toggle-menu span:after,
  .page-template-template-contact .toggle-menu span:after,
  .page-template-template-partners .toggle-menu span:after,
  .page-template-template-services .toggle-menu span:after,
  .page-template-template-plans .toggle-menu span:after,
  .page-template-template-blog .toggle-menu span:after,
  .page-template-template-blog-single .toggle-menu span:after{
    background-color: #bbb9b9;
  }

  .page-template-template-about .toggle-menu.active span:before,
  .page-template-template-contact .toggle-menu.active span:before,
  .page-template-template-partners .toggle-menu.active span:before,
  .page-template-template-services .toggle-menu.active span:before,
  .page-template-template-plans .toggle-menu.active span:before,
  .page-template-template-blog .toggle-menu.active span:before,
  .page-template-template-blog-single .toggle-menu.active span:before{
    background-color: #bbb9b9;
  }

  .page-template-template-about .toggle-menu.active span,
  .page-template-template-contact .toggle-menu.active span,
  .page-template-template-partners .toggle-menu.active span,
  .page-template-template-services .toggle-menu.active span,
  .page-template-template-plans .toggle-menu.active span,
  .page-template-template-blog .toggle-menu.active span,
  .page-template-template-blog-single .toggle-menu.active span{
    background-color: transparent;
  }

  .page-template-template-about .toggle-menu.active span:after,
  .page-template-template-contact .toggle-menu.active span:after,
  .page-template-template-partners .toggle-menu.active span:after,
  .page-template-template-services .toggle-menu.active span:after,
  .page-template-template-plans .toggle-menu.active span:after,
  .page-template-template-blog .toggle-menu.active span:after,
  .page-template-template-blog-single .toggle-menu.active span:after{
    background-color: #bbb9b9;
  }


  .mob-btn {
    position: absolute;
    top: 15px;
    z-index: 66;
    right: 15px;
    width: fit-content;
    height: 25px;
  }

  .tb-mob-nav {
    display: none;
    position: absolute;
    right: 0;
    transform: translate(0%);
    bottom: 0;
    top: 67px;
    background: rgb(249, 130, 85);
    background: linear-gradient(
      180deg,
      rgba(255, 133, 88, 1) 0%,
      rgba(198, 95, 73, 1) 50%,
      rgba(149, 62, 62, 1) 100%
    );
    z-index: 60;
    width: 100%;
    /* height: 330px; */
    height: fit-content;
    padding: 50px;
  }
  .page-template-template-about .nav-section,
  .page-template-template-contact .nav-section,
  .page-template-template-partners .nav-section,
  .page-template-template-services .nav-section,
  .page-template-template-plans .nav-section,
  .page-template-template-blog .nav-section,
  .page-template-template-blog-single .nav-section {
    background: rgb(247, 247, 247);
    background: linear-gradient(
      180deg,
      rgba(247, 247, 247, 1) 0%,
      rgba(187, 185, 185, 1) 100%
    );
  }

  .container .footer-content .nav-section {
    background: none !important;
  }

  .home-slider-content h1 {
    font-size: 22px;
    line-height: 26px;
  }

  .nav-section ul li {
    padding: 10px 34px;
  }
  .plans-home-section h2 {
    font-size: 32px;
    line-height: 40px;
  }
  .nav-section ul li a {
    font-size: 16px !important;
  }

  .top-header .fa-phone-alt,
  .top-header .fa-envelope {
    display: none;
  }
  .top-header ul {
    grid-gap: 10px;
  }
  .top-header .container {
    width: 100%;
  }

  .picture-desk {
    display: none !important;
  }
  .picture-mob {
    display: block !important;
  }

  .home-slider-content span {
    font-size: 16px;
    text-align: center;
    align-items: center;
    display: flex;
    margin-top: 57px;
    font-family: "Poppins";
    margin-bottom: -45px;
    line-height: 36px;
    align-items: center;
    justify-content: center;
    justify-items: center;
  }

  .home-slider-content h1 {
    margin-top: 50px;
    line-height: 30px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    justify-items: center;
    text-align: center;
    font-size: 17px;
  }
  .home-slider-content p {
    display: flex;
    align-items: center;
    justify-content: center;
    justify-items: center;
    text-align: center;
    font-size: 16px;
  }
  .home-slider-content a {
    margin: 0 auto;
    display: block;
    width: 65%;
    text-align: center;
    padding: 10px 20px;
    line-height: 20px;
    margin-top: 40%;
  }
  
  .home-slider-content {
    left: 0;
    padding: 0 15px;
  }

  .header-content {
    margin-bottom: 10px;
    margin-top: 10px;
  }
  #home-slider img {
    height: 0px;
  }
  .home-slider-content {
    margin: 0px;
  }

  .about-us-home-section h2 {
    font-size: 22px;
    line-height: 26px;
  }

  .suscribe .box-sub h2 {
    font-size: 34px !important;
    line-height: 35px;
    width: 100%;
    margin-bottom: 35px;
  }

  .client-us-home-section h2 {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 20px;
  }

  .blogs-home-section h2 {
    font-size: 30px;
    line-height: 36px;
    margin: 30px 0;
  }

  .home-slider-content {
    width: 100%;
  }

  #home-slider img {
    height: 500px;
    object-fit: cover;
  }

  .top-header .container ul li a {
    font-size: 12px;
    border-right: 2px solid #dee0ed;
    padding-right: 10px;
  }

  .tabs-home-section .container {
    padding: 15px;
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .tabs-home-section h2 {
    font-size: 32px !important;
    line-height: 34px;
    width: 100%;
  }

  .tabs-home-section p {
    font-size: 13px;
    line-height: 20px;
    width: 95%;
  }

  .plans-home-section p {
    width: 95%;
    font-size: 16px;
    line-height: 23px;
  }

  .suscribe .box-sub p {
    width: 100%;
    font-size: 14px;
    line-height: 26px;
    margin-top: 20px;
    margin-bottom: 55px;
  }

  .tabs-home-section {
    padding: 0px 15px;
  }

  .plans-home-section .item {
    margin: 0 auto;
    flex-direction: column;
    display: flex;
  }

  .plans-home-section .item ul {
    margin: 0 auto;
    margin-bottom: 30px;
  }

  .plans-home-section .grid {
    width: 100%;
  }

  .plans-home-section .item h3 {
    font-size: 22px;
    line-height: 34px;
  }

  .blogs-home-section .blog-home-grid {
    width: 100%;
    margin-top: 50px;
  }

  .blogs-home-section {
    padding-bottom: 45px;
    height: auto;
  }

  .about-us-home-section .grid {
    width: 100%;
    margin: 0 auto;
    margin-top: 30px;
  }

  .nav-section ul li {
    padding: 0 20px;
  }

  .nav-section ul li a {
    padding: 10px 0;
    display: block;
    text-transform: uppercase;
    font-size: 14px;
  }

  .nav-section ul {
    display: block;
    text-align: center;
  }

  .footer-content {
    display: flex;
    flex-direction: column;
  }

  footer .nav-section ul li:last-child a {
    padding: 10px 0;
    text-transform: uppercase;
  }

  footer .copy-right {
    padding-top: 20px;
    padding-bottom: 20px;
    flex-direction: column;
    align-items: center;
    row-gap: 5px;
  }
  .tabs-wrapper {
    background: linear-gradient(
      179.67deg,
      rgba(255, 255, 255, 0.2) -27.1%,
      rgba(179, 179, 179, 0.2) 63.64%
    );
    border-radius: 30px;
    padding: 10px 10px;
    padding-top: 24px;
  }

  .tabs-home-section .container {
    background: none;
  }
  .tabs-wrapper {
    flex-direction: column;
  }

  .tabs-wrapper .tabs {
    width: 100%;
    margin-right: 0;
  }

  .tabs-wrapper .tab_container {
    width: 100%;
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .tabs-home-section small {
    font-size: 11px;
  }

  .tabs-home-section h3 {
    font-size: 20px;
    line-height: 30px;
  }

  .tabs-left {
    grid-gap: 15px;
  }

  .plans-home-section .item ul li span {
    font-size: 16px;
    line-height: 65px;
  }

  .about-first-section .grid h4{
    font-size: 17px;
    line-height: 25px;
  }

  .about-main h2{
    margin-bottom: 20%;
  }

  .about-main-section .section h5{
    font-size: 20px;
    line-height: 35px;
  }

  .about-main-section .section{
    margin-bottom: 25%;
  }

  .about-main-section .section p{
    font-size: 13px;
    margin-top: 5%;
  }

  .help-main h3{
    font-size: 25px;
  }

  .help-main p{
    padding-bottom: 25%;
    font-size: 15px;
  }

  .help-container .help-text h2{
    margin-top: 20%;
  }

  .help-container .help-text p{
    font-size: 15px;
  }
  .cenovnik-table{
    overflow: hidden;
  }

  .cenovnik .cenovnik-table ul{
    display: inherit !important;
  }

  .cenovnik h4{
    margin-bottom: 20%;
  }

  /* .cenovnik .cenovnik-table{
    padding-bottom: 20%;
  } */

  .cenovnik-table .slick-track{
    padding-top: 10%;
  }

  .help-container{
    height: auto;
  }

  .cenovnik h4{
    font-size: 17px;
  }

  .plans-home-section .item a {
    font-size: 11px;
    width: 70%;
    display: block;
    margin-bottom: 18px !important;
    text-align: center;
  }

  .blogs-home-section .blog-home-grid .item h3 {
    font-size: 16px;
    line-height: 26px;
  }

  .blogs-home-section .blog-home-grid .item p {
    font-size: 13px;
    margin-top: 20px;
    margin-bottom: 40px;
    height: 65px;
  }

  .blogs-home-section .width-80 {
    margin-bottom: 40px;
  }

  .blogs-home-section .blog-home-grid .item small {
    font-size: 14px;
  }

  .blogs-home-section .blog-home-grid .item a.btn-blog {
    margin: 0 auto !important;
    display: block;
    width: 77%;
    text-align: center;
    font-size: 12px;
  }

  .banner-wrapper-content h1 {
    font-size: 32px;
    line-height: 26px;
    margin-bottom: 5px;
  }

  .banner-wrapper {
    position: relative;
    height: auto;
    padding: 50px 0;
  }

  .banner-wrapper-content p {
    font-size: 16px;
  }

  .banner-wrapper-content {
    top: 0;
  }

  .partners-wrapper p {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 55px;
  }

  .partners-wrapper .grid {
    grid-template-columns: repeat(3, 1fr);
    column-gap: 40px;
    row-gap: 80px;
  }

  .partners-wrapper {
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .contact-wrapper .container {
    padding: 0 15px;
  }

  .contact-wrapper .box {
    padding: 40px;
    margin-top: 60px;
    grid-template-columns: 100%;
  }

  .contact-wrapper .box .left-col span {
    font-size: 16px;
    line-height: 26px;
  }

  .contact-wrapper .box .left-col h2 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 40px;
  }

  .contact-wrapper .box .left-col .grid a {
    font-size: 16px;
    line-height: 26px;
  }

  .contact-wrapper .box .left-col .grid p {
    font-size: 18px;
    line-height: 24px;
  }

  .contact-wrapper .box .left-col .grid {
    display: flex;
    align-items: center;
    column-gap: 25px;
    margin-bottom: 30px;
  }

  .contact-wrapper .box .left-col .grid p {
    font-size: 16px;
  }

  .contact-wrapper .grid i {
    font-size: 22px;
  }

  .contact-wrapper .grid span {
    width: 50px;
    height: 50px;
  }

  .fluentform .ff-el-input--label label {
    font-size: 14px;
  }

  form.fluent_form_1 .ff-btn-submit {
    font-size: 14px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 auto;
    margin-top: 30px;
  }

  .fluentform_wrapper_2 form.fluent_form_2 .wpf_has_custom_css.ff-btn-submit {
    height: 60px;
    font-size: 14px;
    line-height: 0px;
  }

  .suscribe .box-sub {
    height: auto;
    padding: 40px;
    margin-bottom: 60px;
  }

  .fluentform_wrapper_2 .ff_submit_btn_wrapper {
    position: relative;
    top: 0;
    right: 0;
  }

  .fluentform_wrapper_2 {
    width: 100%;
    margin: 0 auto;
  }

  .fluentform_wrapper_2 .ff-el-group {
    margin-bottom: 0px !important;
  }

  .faq-plans h2 {
    line-height: 42px;
    margin: 0 auto;
    font-size: 33px;
    text-align: center;
    padding-bottom: 20px;
  }

  .faq-plans p {
    font-size: 16px;
    line-height: 26px;
    text-align: center;
  }

  .accordion-container {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 20px;
  }

  .article-title {
    font-size: 16px;
  }

  .accordion-content p {
    font-size: 14px;
    line-height: 22px !important;
    text-align: left;
  }
  .contact-us-mob {
    display: flex;
    align-items: center;
    background-color: #7da04a;
    color: #fff;
    padding: 18px 45px;
    transition: ease-out 0.5s;
    -webkit-transition: ease-out 0.5s;
    -moz-transition: ease-out 0.5s;
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 60px;
    font-family: "Poppins";
    letter-spacing: 2.2px;
    width: 60%;
    text-align: center;
    margin: 0 auto;
    margin-top: 20px;
    justify-content: center;
  }

  .column-services .grid {
    display: flex;
    flex-direction: column-reverse;
  }

  .column-services .grid h2 {
    font-size: 28px;
    line-height: 40px;
    margin-top: 25px;
    margin-bottom: 5px;
    text-align: center;
    padding-bottom: 20px;
  }

  .services-grid-fourth h3 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 25px;
    margin-top: 60px;
  }

  .services-grid-fourth p {
    font-size: 16px;
    line-height: 24px;
    width: 100%;
    margin-bottom: 25px;
  }
  .blogs-home-section .blog-home-grid .item .date {
    padding-bottom: 15px;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 73%;
    grid-gap: 90px;
  }
  .about-us-home-section .grid .item .content {
    flex-wrap: nowrap;
    grid-gap: 17px;
  }
  #about-us-slider p {
    font-size: 14px;
  }
  .fluentform .ff-el-group {
    padding-bottom: 10px;
  }
  .footer-content .logo {
    padding-bottom: 20px;
    border-bottom: 1px solid #dddfec;
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .copy-right .dev {
    display: none;
  }
  .footer-content {
    border-bottom: none;
    padding-bottom: 30px;
  }
  .socijalni1 {
    display: block;
  }

  .about-first-section .grid h2 {
    font-size: 34px;
    line-height: 1.2;
    width: 100%;
  }
  .grid1 {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 28px;
    justify-items: center;
    column-gap: 30px;
    padding-top: 20px;
    color: lightgray;
    padding-bottom: 20px;
  }
  .about-first-section .grid {
    margin: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 20px;
  }
  .about-first-section .grid .item {
    width: 100%;
    margin-bottom: 30px;
  }
  .container {
    padding: 0 10px;
  }
  .grid .item-link2 {
    display: block !important;
  }

  .grid .item-link1 {
    display: none !important;
  }
  /* .about-blockchain-section .grid {
    grid-template-columns: repeat(1, 2fr);
  } */
  .pictures {
    display: none !important;
  }
  /* .about-blockchain-section .container {
    padding: 15px;
  }
  .pictures-mob {
    display: inline-block !important;
  }
  .about-blockchain-section h3 {
    line-height: 35px;
    font-size: 24px;
  } */

  /* .about-blockchain-section .item p {
    margin-bottom: 20px;
  }

  .about-blockchain-section .colum1 .img1 {
    padding-top: 20px;
    width: 60%;
    position: relative;
    right: 50px;
    padding-bottom: 75px;
  }
  .about-blockchain-section .colum2 .img2 {
    position: relative;
    width: 65%;
    right: 65px;
  }

  .about-blockchain-section .colum1 .img3 {
    position: relative;
    width: 60%;
    top: -330px;
    left: 60px;
  } */
  .column-services .grid p {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 87%;
    margin: 0 auto;
    margin-bottom: 20px;
    text-align: center;
  }
  .contact-wrapper .left-col {
    text-align: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
  }
  .contact-wrapper .grid div {
    justify-content: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .contact-wrapper .grid p {
    text-align: left;
  }
  .ff-default textarea {
    min-height: 160px;
  }
  .contact-wrapper .maps-desk {
    display: none;
  }
  .contact-wrapper .maps-mob {
    display: block;
  }
  .partners-wrapper .grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .blog-wrapper .grid {
    display: flex;
    flex-direction: column;
  }
  .blog-wrapper .grid .item p {
    margin-bottom: 140px;
  }
  .blog-wrapper .grid .item a.btn-blog {
    display: flex;
    width: 55%;
    text-align: center;
    margin: 0 auto;
    justify-content: center;
  }
  .blog-wrapper .grid .right-col {
    padding-top: 0px;
  }
  .blog-wrapper .grid .right-col h2 {
    text-align: center;
  }
  .blog-wrapper .grid .tags .grid-tags {
    grid-template-columns: repeat(4, 1fr);
  }
  .faq-plans .contact-us {
    display: none;
  }
  .services-grid-fourth .grid-desk {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 10px;

  }

  .services-grid-fourth .grid-desk .item{
    overflow: hidden;
    padding: 15px;
    margin: 50px 0;
  }

  .services-grid-fourth .grid-desk .item img{
    width: 120px;
    height: 120px;
  }

  .services-grid-fourth .grid-desk .item h4{
    font-size: 17px;
  }
  

  .page-template-template-blog-single .blog-wrapper .left-col h2 {
    font-size: 20px;
  }
  .blog-wrapper .grid .tags1 .grid-tags {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 8px;
    row-gap: 10px;
    padding-top: 15px;
    padding-bottom: 10px;
  }
  .pictures-mob .item .mob1,
  .pictures-mob .item .mob2,
  .pictures-mob .item .mob3 {
    width: 55%;
  }
  .pictures-mob .item .mob1 {
    position: relative;
    right: 80px;
    top: 30px;
  }
  .pictures-mob .item .mob2 {
    position: relative;
    top: 85px;
    right: 80px;
  }
  .pictures-mob .item .mob3 {
    position: relative;
    left: 65px;
    top: -210px;
  }
  /* .about-blockchain-section .colum1 img {
    padding-bottom: 0px;
  }
  .about-blockchain-section .grid1 {
    text-align: center;
    line-height: 45px;
    justify-content: center;
    align-items: center;
    justify-items: center;
    align-content: center;
    grid-template-columns: repeat(1, 1fr);
  }

  .about-blockchain-section .grid1 ul {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    min-width: 275px;
  } */

  .mob4 {
    display: block;
    width: 70%;
    position: relative;
    left: 50px;
  }
  /* .about-blockchain-section .grid {
    padding-bottom: 0px;
  } */
  .about-grid-section h3 {
    font-size: 26px;
    line-height: 28px;
  }

  .comming-soon{
    display: none;
  }

  .cs-mobile{
    display: flex;
  }

  .cs-mobile .mob-back img{
    position: relative;
  }

  .cs-mobile .cs-text{
    position: absolute;
    display: flex;
    top: 350px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    left: 50%;
    transform: translate(-50%);
  }

  .cs-mobile .cs-text h1{
    font-size: 53px;
    font-weight: 600;
    line-height: 56px;
    letter-spacing: 0em;
    text-align: center;
    color: #fff;
    font-family: "Poppins";
  }

  .cs-mobile .cs-text img{
    padding-bottom: 30%;
  }

  .cs-mobile .cs-social{
    display: flex;
    align-items: center;
    grid-gap: 30px; 
    padding-top: 60%;
  }
  
  .cs-mobile i{
    color: white;
    font-size: 30px;
  }

  .packet-container .packet-text h2{
    font-size: 20px;
    line-height: 30px;
  }

  .packet-container .packet-text p{
    font-size: 15px;
  }

  /*dots*/

  .slick-dots {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 1rem 0;
    list-style-type: none;
  }
  .slick-dots li {
    margin: 0 0.25rem;
  }
  .slick-dots button {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    padding: 0;
    border: none;
    border-radius: 100%;
    background-color:#D6D6D6 ;
    text-indent: -9999px;
  }
  .slick-dots li.slick-active button {
    background-color: #7DA04A;
  }

  .cenovnik-table .slick-dots{
    display: flex !important;
  }

  .packet-flex .item-text{
    width: 100%;
  }

  .packet-flex .item{
    width: 100%;
  }

  .packet-flex .flex-box{
    flex-direction: column;
    row-gap: 25px;
  }

  .packet-flex .flex-box:nth-child(2n) {
    flex-direction: column;
  }

  .packet-flex h2{
    font-size: 27px;
    text-align: center;
  }

  .packet-flex p{
    font-size: 14px;
    text-align: center;
  }

  .cenovnik h3{
    font-size: 40px;
  }

  .contact-us a{
    padding: 15px 29px;
    font-size: 11px;
    line-height: 30px;
    letter-spacing: 1.2px;
  }

}
