@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap");
:root {
  --primary-color: #007AF3;
}

body {
  background: #F2F2F2;
  margin: 0;
  font-family: 'Poppins';
}

.navbar {
  background: white;
  padding: 1em;
}
.logo{
  height: 35px;
}
.navbar .logo {
  text-decoration: none;
  font-weight: bold;
  color: black;
  font-size: 1.2em;
}

.navbar .logo span {
  color: var(--primary-color);
}

.navbar nav {
  display: none;
}

.navbar .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  place-content: space-between;
}

.navbar .mobile-menu {
  cursor: pointer;
}

a {
  color: #444444;
}

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

section {
  padding: 5em 2em;
}

.hero {
  text-align: center;
  background: rgba(0,0,0,0.9) url("../images/Pocetna/pozadina-pocetna.jpg");
  background-repeat: no-repeat;
  background-size:cover; 
  background-position: center;
  background-blend-mode: darken;
}
.subhead{
  text-transform: uppercase;
  font-weight: bold;
  color: rgb(191, 191, 191);
  letter-spacing: .3em;
  padding: 1em;
}
.left-col .subhead {
  text-align:center;
  text-transform: uppercase;
  font-weight: bold;
  color: rgb(255, 255, 255);
  letter-spacing: .3em;
  padding: 2em;
}

.left-col h1 {
  font-size: 3em;
  line-height: 1.3em;
  margin-top: .2em;
  color:white;
}
.left-col h2 {
  font-size: 1.5em;
  line-height: 1em;
  margin-top: .2em;
  color:white;
}
.left-col p {
  font-size: 1.2em;
  line-height: 1.6em;
  margin-top: .2em;
  color:white;
}

.left-col .primary-cta {
  background: var(--primary-color);
  color: white;
  text-decoration: none;
  padding: .6em 1.3em;
  font-size: 1.4em;
  border-radius: 5em;
  font-weight: bold;
  display: inline-block;
}
.left-col .primary-cta:hover {
  margin-left: .1em;
  background: #2591fe;
  color: white;
  text-decoration: none;
  padding: .6em 1.3em;
  font-size: 1.4em;
  border-radius: 5em;
  font-weight: bold;
  display: inline-block;
}
.hero-img {
  width: 50%;
  margin: 3em;
  border-radius: 20px;
}
.reference-img {
  width: 50%;
  margin-top: 3em;
  border-radius: 20px;
}
.razdvajanje{
  background-color: rgb(83, 82, 82);
  height: 3px;
}
.subhead{ 
  padding:1em 0px;
}
.primary-cta{
  cursor:pointer;
  border:none;
}
/* MODAL OVERLAY */
.overlay {
  top:0px;
  display:none;
  left:0px;
  position:fixed;
  background:rgba(0,0,0,0.9);
  width:100%;
  z-index:9999;
  height:100%;
}
.closeModal{
  position: absolute;
  right: 130px;
  color: white;
  padding: 4px 8px ;
  font-size: 30px;
  z-index:11;
  top:40px;
  cursor: pointer;
}
.klijenti{
  color: rgb(47, 47, 47);
  text-align: center;
}
.klijenti-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  align-items: center;
  width: 80%;
  margin-top:50px !important;
  margin: 0 auto;
  justify-items: center;
  justify-items: space-between;
}
.klijenti-container  img{
  width:50%;
  aspect-ratio: 3/2;
  object-fit:contain;  
}
.klijent{
  height: 50px;
  padding: 1em 7em;
}
.nasi{
  text-transform: uppercase;
  font-weight: bold;
  color: #515151;
  letter-spacing: .3em;
  padding-top: 4em;
}

section.features-section {
  background: #272727;
  color: white;
}

ul.features-list {
  margin: 0;
  padding-left: .1em;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(19rem, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(19rem, 1fr));
}

ul.features-list li {
  font-size: 1.1em;
  margin-bottom: 1em;
  margin-left: 2em;
  position: relative;
}

ul.features-list li:before {
  content: '';
  left: -2em;
  position: absolute;
  width: 20px;
  height: 20px;
  background-image: url("../images/bullet.svg");
  background-size: contain;
  margin-right: .5em;
}

.features-section img {
  display: none;
}

.testimonials-section {
  background: var(--primary-color);
  color: white;
}

.testimonials-section .subhead {
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  color: rgb(255, 255, 255);
  letter-spacing: .3em;
  margin-top: -5em;
  margin-bottom: 5em;
}

.testimonials-section li {
  background: #006BD6;
  text-align: center;
  padding: 2em 1em;
  width: 80%;
  margin: 0 auto 5em auto;
  border-radius: 1em;
}

.testimonials-section li img {
  width: 8em;
  height: 8em;
  border: 5px solid #006BD6;
  border-radius: 50%;
  margin-top: -4.5em;
}

h2 {
  font-size: 2em;
}

label {
  display: block;
  font-size: 1.2em;
  margin-bottom: .5em;
}
.fotorama__wrap{
  width:100% !important;
}
.fotorama__pointer{
  width:100% !important;
}
.fotorama__stage__shaft{
  width:100% !important;
}
input, textarea, select {
  width: 100%;
  padding: .8em;
  margin-bottom: 1em;
  border-radius: .3em;
  border: 1px solid gray;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

input[type="submit"] {
  background-color: var(--primary-color);
  color: white;
  font-weight: bold;
  font-size: 1.3em;
  border: none;
  margin-bottom: 5em;
  border-radius: 5em;
  display: inline-block;
  padding: .8em 2em;
  width: unset;
  cursor: pointer;
}
input:hover[type="submit"] {
  background-color: #2591fe;
  color: white;
  font-weight: bold;
  font-size: 1.3em;
  border: none;
  margin-bottom: 5em;
  border-radius: 5em;
  display: inline-block;
  padding: .8em 2em;
  width: unset;
  cursor: pointer;
}

iframe {
  width: 100%;
  height: 300px;
}

nav.menu-btn {
  display: block;
}
nav {
  position: fixed;
  z-index: 999;
  width: 66%;
  right: 0;
  top: 0;
  background: #20272E;
  height: 100vh;
  padding: 1em;
}
nav ul.primary-nav {
  margin-top: 5em;
}
nav li a {
  color: white;
  text-decoration: none;
  display: block;
  padding: .5em;
  font-size: 1.3em;
  text-align: right;
}
nav li a:hover {
  font-weight: bold;
}
.mobile-menu-exit {
  float: right;
  margin: .5em;
  cursor: pointer;
}
.reference-graficki{
    text-align: center;
    background: rgba(0,0,0,0.85) url("../images/Reference/reference-graficki-pozadina.jpg");
    background-repeat: no-repeat;
    background-size:cover;
    background-position: center;
    background-blend-mode: darken;
    padding: 10em 4em 2em 4em;
}
.reference-web{
  text-align: center;
  background: rgba(0,0,0,0.85) url("../images/Reference/reference-web-pozadina.jpg");
  background-repeat: no-repeat;
  background-size:cover;
  background-position: center;
  background-blend-mode: darken;
  padding: 10em 4em 2em 4em;
}
.onama-section{
  text-align: center;
  background: rgba(0,0,0,0.85) url("../images/Onama/svemir.jpg");
  background-repeat: no-repeat;
  background-size:cover;
  background-position: center;
  background-blend-mode: darken;
  padding: 12em 4em;
}
.onama-section .left-col .subhead{
  text-align: center;
}
.onama-description .subhead{
  text-align: center;
}
.testimonials{
  background:#006bd6;
  padding:1em;
  margin:2em;
  border-radius:1em;
}
.onama-description{
  text-align: justify;
  background: #007af3;
  background-repeat: no-repeat;
  background-size:cover;
  background-position: center;
  background-blend-mode: darken;
  padding: 3em 4em;
}
.navbar .container{
  width:100%;
}
#testimonials__resp{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.cenovnik{
  text-align: center;
  background: #272727;
  background-repeat: no-repeat;
  background-size:cover;
  padding-top:2em !important;
  background-position: center;
  background-blend-mode: darken;
}
.cenovnik-msg{
  text-align: justify;
  background: #f2f2f2;
  background-repeat: no-repeat;
  background-size:cover;
  padding:4em;
  background-position: center;
  background-blend-mode: darken;
}
.cenovnik-msg .subhead {
  text-align: center;
  font-size: 1.3em;
  line-height: 1.3em;
  color: #9C9E9F;
}
.cenovnik-msg p{
  font-size: 1.2em;
  line-height: 1.6em;
  color: #9C9E9F;
}
.pocetna-msg{
  text-align: justify;
  background: #007af3;
  background-repeat: no-repeat;
  background-size:cover;
  padding: 4em;
  background-position: center;
  background-blend-mode: darken;
}
.pocetna-msg .subhead {
  padding: 2em;
  text-align: center;
  font-size: 1.3em;
  line-height: 1.3em;
  color: white;
}
.pocetna-msg p{
  background:#006bd6;
  padding: 2em;
  font-size: 1.2em;
  line-height: 1.6em;
  color: white;
  border-radius: 1em;
}
.contact-left p{
  padding: 2em 0em;
  font-size: 1.2em;
  line-height: 1.6em;
}
.active#active__btn{
  background:#007af3;
  color:white;
}

.block .title{
    margin: 0;
    font: inherit;
    line-height: 2.5;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.block .pt-footer p{
  margin: 0;
  font: inherit;
  line-height: 2.5;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.block .pt-footer a{
  color:white;
  margin: 0;
  font: inherit;
  line-height: 2.5;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.block .pt-footer a :hover{
  background-blend-mode: darken;
  color:rgb(186, 24, 24);
  margin: 0;
  font: inherit;
  line-height: 2.5;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/*------ utiltity classes -----*/
.fl{ float:left; }
.fr{ float: right; }
/*its also known as clearfix*/
.group:before,
.group:after {
    content: "";
    display: table;
} 
.group:after {
    clear: both;
}
.group {
    zoom: 1;  /*For IE 6/7 (trigger hasLayout) */
}

body {
    background: #F2F2F2;
    font-family: 'Droid Sans', sans-serif;
    line-height: 1;
    font-size: 16px;    
}
.pricing__container{
  
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.pricing-table {
    width: 100;
    margin: 20px auto;
    text-align: center;
    padding-right: 0;
}
.pricing-table .heading{
    color: #9C9E9F;
    text-transform: uppercase;
    letter-spacing:.3em;
    font-size: 1.6em;
    margin-bottom: 4rem;
}
.block{
  width: 20%;
  margin: 0 15px;
  min-width: 260px;
  overflow: hidden;
  margin: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
/*Shared properties*/
.title,.pt-footer{
    color: #FEFEFE;
    text-transform: capitalize;
    line-height: 2.5;
    position: relative;
}
.content{
    position: relative;
    color: #FEFEFE;
    padding: 20px 0 10px 0;
}
/*arrow creation*/
.content:after, .content:before,.pt-footer:before,.pt-footer:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.pt-footer:after,.pt-footer:before{
    top:0;
}
.content:after,.pt-footer:after {
	border-color: rgba(136, 183, 213, 0);	
	border-width: 5px;
	margin-left: -5px;
}
/*/arrow creation*/
.price{
    position: relative;
    display: inline-block;
    margin-bottom: 0.625rem;
}
.price span{    
    font-size: 4rem;
    letter-spacing: 8px;
    font-weight: bold;        
}
.price sup{
    font-size: 1.5rem;    
    position: absolute;    
    top: 12px;
    left: -30px;
}
.currency{
  font-size: 1.5rem;    
  position: absolute;    
  top: 12px;
  left: 30px;
}

.hint{
    font-style: italic;
    font-size: 0.9rem;
}
.features{
    list-style-type: none;    
    background: #FFFFFF;
    text-align: left;
    color: #9C9C9C;
    padding:20px 10%;
    font-size: 0.9rem;
}
.features li{
    padding:15px 0;
    width: 100%;
}
.features li span{
   padding-right: 0.4rem; 
}
.pt-footer{
    font-size: 0.95rem;
    text-transform: capitalize;
}
/*PERSONAL*/
.personal .title{        
    background: #8bc5ff;    
}
.personal .content,.personal .pt-footer{
    background: #acd5fe;
}
.personal .pt-footer:hover{
  background: #8bc5ff;
}
.personal .content:after{	
	border-top-color: #acd5fe;	
}
.personal .pt-footer:after{
    border-top-color: #FFFFFF;
}
/*PROFESSIONAL*/
.professional .title{
    background: #5daeff;
}
.professional .content,.professional .pt-footer{
    background: #8bc5ff;
}
.professional .pt-footer:hover{
  background: #5daeff;
}
.professional .content:after{	
	border-top-color: #8bc5ff;	
}
.professional .pt-footer:after{
    border-top-color: #FFFFFF;
}
/*BUSINESS*/
.business .title{
    background: #2591fe;
}
.business .content,.business .pt-footer{
    background: #5daeff;
}
.business .pt-footer:hover{
  background: #2591fe;
}
.business .content:after{	
	border-top-color: #5daeff;	
}
.business .pt-footer:after {	
	border-top-color: #FFFFFF;	
}
/*PREMIUM*/
.premium .title{
  background: #007af3;
}
.premium .content,.premium .pt-footer{
  background: #2591fe;
}
.premium .pt-footer:hover{
  background: #007af3;
}
.premium .content:after{	
border-top-color: #2591fe;	
}
.premium .pt-footer:after {	
border-top-color: #FFFFFF;	
}

@media only screen and (max-width: 600px){
  .fotorama__img{
    
    height: 100% !important;
    width: 100% !important;
  }
  .onama-description{
      padding:3rem 0px;
  }
  .left-col .subhead{
      padding:0px;
  }
  .testimonials{
      padding:2rem
  }
  .left-col p 
  {
      text-align:center;
  }
  .reference-graficki{
      padding:4em;
  }
}
@media only screen and (min-width: 768px) {

  .mobile-menu, .mobile-menu-exit {
    display: none;
  }
  .navbar .container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 180px auto;
        grid-template-columns: 180px auto;
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
  }
  .navbar nav {
    align-items: center;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background: none;
    position: unset;
    height: auto;
    width: 100%;
    padding: 0;
  }
  .navbar nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .navbar nav a {
    color: black;
    font-size: 1em;
    padding: .1em 1em;
  }
  .navbar nav ul.primary-nav {
    margin: 0;
  }
  .navbar nav li.current a {
    font-weight: bold;
  }
  a:is(:link, :active, :visited).active{
    font-weight: bold;
  }
  .navbar nav li.go-premium-cta a {
    color: var(--primary-color);
    border: 3px solid var(--primary-color);
    font-weight: bold;
    border-radius: 5em;
    margin-top: -.2em;
  }
  .navbar nav li.go-premium-cta a:hover {
    background: var(--primary-color);
    color: white;
  }
}
@media only screen and (max-width: 1080px ){
  .hero {
    height: auto !important;
    }
    .contact-left{
      width: 100%;
    }
}
@media only screen and (min-width: 1080px) {
  .container {
    width: 100%;
    margin: 0 auto;
  }
  section {
    padding: 10em 4em;
  }
  .cenovnik{
    padding: 4em
  }
  .hero .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    text-align: left;
  }
  .hero .container .left-col h1 {
    font-size: 3em;
    width: 90%;
  }
  .hero-img {
    width: 33%;
    margin-right: 8em;
  }
  .hero-cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .cenovnik .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    text-align: left;
    align-items: center;
  }
  .cenovnik .container .left-col {
    margin: 3em 3em 0 5em;
  }
  .cenovnik .container .left-col h1 {
    font-size: 3em;
    width: 100%;
  }
  .cenovnik .container .hero-img {
    width: 33%;
    height: 33%;
    margin-left: 8em;
  }
  .cenovnik .hero-cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .reference-graficki .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    text-align: left;
  }
  .reference-web .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    text-align: left;
  }
  .reference-img {
    width: 33%;
    margin: 0em 3em;
}
  .hero-cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .primary-cta {
    margin-right: 1em;
  }
  ul.features-list {
    display: block;
    margin-left: 5em;
  }
  ul.features-list li {
    font-size: 1.4em;
  }
  ul.features-list li:before {
    width: 30px;
    height: 30px;
  }
  .features-section {
    position: relative;
  }
  .features-section img {
    display: block;
    position: absolute;
    right: 0;
    width: 450px;
    bottom: 3em;
    margin-right: 12em;
  }
  .testimonials-section ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .testimonials-section ul li {
    margin: 0 1em;
  }
  .contact-section {
    position: relative;
  }
  .contact-section .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .contact-right {
    position: absolute;
    right: 0;
    top: 0;
    width: 45%;
    height: 100%;
  }
  .contact-right iframe {
    height: 100%;
  }
  .contact-left{
    width: 50%;
    color: #9C9E9F;
  }
}
/*futer*/
 
html{
    height: 100%;
}

body{
	font-family: 'Open Sans', sans-serif;
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

a{
    text-decoration: none;
}

footer{
    background-color: #272727;
    text-align: center;
    text-transform: uppercase;
    padding-top: 30px;
    margin-top: auto;
}

footer li{
    list-style: none;
    margin: 10px;
    display: inline-block;
}

.icons a{
    background: var(--primary-color);
    color: #272727;
    padding: 14px;
    font-size: 20px;
    border-radius: 100%;
    display: flex;
}
.icons a:hover{
    color: #ffffff;
    transition: 0.5s;
}

.menu a{
    color: #ffffff;
    text-transform: capitalize;
}
.menu a:hover{
    color: #52527a;
    transition: 0.5s;
}

.footer-copyright{
    background-color: var(--primary-color);
    color: #ffffff;
    padding: 15px;
    margin-top: 30px;
    text-transform: capitalize;
}

.footer-copyright p{
    margin-bottom: 0px;
}
@media only screen and (max-width: 1380px){
  .pricing-table {
    width: 70%;
    margin: 20px auto;
    text-align: center;
    padding: 20px 0px;
    padding-right: 0;
  }
}
/*# sourceMappingURL=main.css.map */