/*------------------------------------------------------------------
Project:  ComingSoon
Version:  
Last change:  
Assigned to:  
Primary use:  
-------------------------------------------------------------------*/



/*//////////////////////////////////////////////////////////////////
[ FONT ]*/

@font-face {
  font-family: Poppins-Regular;
  src: url('../fonts/Poppins/Poppins-Regular.ttf'); 
}

@font-face {
  font-family: Poppins-Bold;
  src: url('../fonts/Poppins/Poppins-Bold.ttf'); 
}

@font-face {
  font-family: Lato-Regular;
  src: url('../fonts/Lato/Lato-Regular.ttf'); 
}

@font-face {
  font-family: Lato-Bold;
  src: url('../fonts/Lato/Lato-Bold.ttf'); 
}

/*//////////////////////////////////////////////////////////////////
[ osnovni elementi ]*/
body, html {
    background-color: #fafafa;
}
b{
    color: #353535;
}
 h2{
     margin: 40px 0;
    color: black;
    font-weight: 700;
    text-align: center;
    font-size: 34px;
}
h2.white {
        color: white;
    }
p{
    font-size: 18px;
    padding-top: 15px;
    color: #747474;
    text-align: left;
}
ul li {
    list-style-type: disc;
}


/*//////////////////////////////////////////////////////////////////
[ RS PLUGIN ]*/
/*---------------------------------------------*/
.container {max-width: 1200px;}

.blue {
    color: #004085;
}
.simple-highlight{
 background-color:#FFD300;
 padding:0.1em 0.2em;
 color: black;
    font-weight: bold;
}

.btn-primary{
    background: linear-gradient(45deg, #FFD300, #FFD300);
     transition: .3s;
    color: black;
    border-color: #FFD300;
    font-weight: bold;
}
.btn-primary:hover{
   opacity: 0.9;
     
    transition: .3s;
}
.homepage{
    font-weight: bolder;
    font-size: xx-large;
}
.rene {
    font-size: 120px;
    color: #52a2f3;
}
.back-arrow {
    font-size: 40px;
    color: #52a2f3;
    cursor: pointer;
    margin-top: 20px;
    transition: 0.5s;
}
.back-arrow:hover {
    color: #3b5998;
    transition: 0.5s;
}
/*//////////////////////////////////////////////////////////////////
[ Form ]*/

.contact100-form {
  width: 100%;
}
form {
    width: 50%;
    margin: 0 auto;
    text-align: right;
}
.input-group {
    padding: 5px 0px;
}
.about.contact div.divider {
margin: -20px auto 20px;
}    
}
/*------------------------------------------------------------------
[ Input ]*/

.wrap-input100 {
  width: 100%;
  position: relative;
  background-color: #fff;
  height: 50px;
  border: 2px solid #e6e6e6;
  border-radius: 5px;
}

/*---------------------------------------------*/
.input100 {
  display: block;
  width: 100%;
  background: transparent;
}

input.input100 {
  height: 100%;
  padding: 0 22px 0 22px;
}


/*------------------------------------------------------------------
[ Focus Input ]*/

.focus-input100 {
  position: absolute;
  display: block;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  top: -2px;
  left: -2px;
  pointer-events: none;
  border: 2px solid #57b846;
  border-radius: 5px;

  visibility: hidden;
  opacity: 0;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;

  -webkit-transform: scaleX(1.1) scaleY(1.2);
  -moz-transform: scaleX(1.1) scaleY(1.2);
  -ms-transform: scaleX(1.1) scaleY(1.2);
  -o-transform: scaleX(1.1) scaleY(1.2);
  transform: scaleX(1.1) scaleY(1.2);
}

.input100:focus + .focus-input100 {
  visibility: visible;
  opacity: 1;

  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

/*------------------------------------------------------------------
[ Alert validate ]*/

.validate-input {
  position: relative;
}

.alert-validate::before {
  content: attr(data-validate);
  position: absolute;
  max-width: 70%;
  background-color: #fff;
  border: 1px solid #c80000;
  border-radius: 2px;
  padding: 4px 25px 4px 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 12px;
  pointer-events: none;

  font-family: Poppins-Regular;
  color: #c80000;
  font-size: 15px;
  line-height: 1.4;
  text-align: left;

  visibility: hidden;
  opacity: 0;

  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.alert-validate::after {
  content: "\f12a";
  font-family: FontAwesome;
  display: block;
  position: absolute;
  color: #c80000;
  font-size: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 18px;
}

.alert-validate:hover:before {
  visibility: visible;
  opacity: 1;
}

@media (max-width: 992px) {
  .alert-validate::before {
    visibility: visible;
    opacity: 1;
  }
}


/*==================================================================
    TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT
==================================================================*/

/*==================================================================
[ Color ]*/
.cl0 {color: #fff;}




/*//////////////////////////////////////////////////////////////////
[ S-Text 0 - 15 ]*/

.s1-txt1 {}

/*---------------------------------------------*/
.s2-txt1 {
  font-family: Lato-Bold;
  font-size: 15px;
  line-height: 1.5;
  color: #555555;
}

.s2-txt2 {
  font-family: Lato-Bold;
  font-size: 15px;
  line-height: 1.5;
  color: #fff;
}

.s2-txt3 {
  font-family: Lato-Regular;
  font-size: 18px;
  line-height: 1.5;
  color: #000;
    margin-top: -25px;
    margin-bottom: 19px;
    max-width: 75%;
}

.s2-txt4 {
  font-family: Lato-Regular;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
}


/*//////////////////////////////////////////////////////////////////
[ M-Text 16 - 25 ]*/

.m1-txt1 {
  font-family: Poppins-Regular;
  font-size: 24px;
  line-height: 1.5;
  color: #555555;
}

.m1-txt2 {
  font-family: Poppins-Bold;
  font-size: 80px;
  line-height: 1;
  color: #161417;;
}

.sign {
    
    font-family: 'Lobster', cursive;
    font-size: 40px;
    float: right;
    color: #482424;
    margin-top: 20px;
    margin-right: 20%;
}

/*//////////////////////////////////////////////////////////////////
[ L-Text >= 26 ]*/

.l1-txt1 {}

/*---------------------------------------------*/
.l2-txt1 {
  font-family: Lato-Bold;
  font-size: 80px;
  line-height: 1;
  color: #fff;
}




/*==================================================================
   SHAPE SHAPE SHAPE SHAPE SHAPE SHAPE SHAPE SHAPE SHAPE SHAPE SHAPE
==================================================================*/


/*//////////////////////////////////////////////////////////////////
[ Size ]*/
.size1 {
  width: 100%;
  min-height: 100vh;
}

.size2 {
  height: 100%;
  width: 65%;
}

.size3 {
  max-width: 650px;
  min-height: 100vh;
}

.size4 {
  width: 100%;
  height: 50px;
}

.size5 {
  width: 36px;
  height: 36px;
}

.size6 {
  width: 155px;
  height: 155px;
}

/*//////////////////////////////////////////////////////////////////
[ Width ]*/
.wsize1 {
  max-width: 650px;
}

.wsize2 {
  max-width: 380px;
}
.wsize90 {
        max-width: 90ch;
        margin: 0 auto;
}
.wsize100 {
    width: 100%;
    padding-left: 20px;
}
.wsize50 {
    width: 50%;
    min-height: 230px;
}
.wsize33 {
    width: 33%;
    min-height: 230px;
    padding: 30px 20px
}

/*//////////////////////////////////////////////////////////////////
[ Height ]*/
.hsize1 {
  min-height: 100vh;
}




/*//////////////////////////////////////////////////////////////////
[ Background ]*/
.bg0 {background-color: #fff;}
.bg2 {background-color: #3b5998;}
.bg1 {background-color: #ddd;
}
.bg3 {background-color: #ddd;
    }
.bg4 {background-color: #1da1f2;}
.bg5 {background-color: #cd201f;}
.bg6 {background: linear-gradient(45deg, #57b4a8, transparent);}
.bgig {background: #d6249f;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);}
.bg-img1 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}




/*//////////////////////////////////////////////////////////////////
[ Border ]*/
/*---------------------------------------------*/
.bo1 {border: 1px solid #ebebeb;}

/*---------------------------------------------*/
.bor1 {
  border-radius: 5px;
}

.bor2 {
  border: 8px solid rgba(255,255,255,0.3);
  border-radius: 50%;
}

/*==================================================================
   WHERE WHERE WHERE WHERE WHERE WHERE WHERE WHERE WHERE WHERE WHERE  
==================================================================*/
.where1-parent {
  position: relative;
  z-index: 1;
}

.where1 {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
}

/*---------------------------------------------*/
.where2 {
  padding: 50px 50px 150px 320px;
}


/*==================================================================
 HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW 
==================================================================*/
.how1 {
  border-radius: 50%;
  font-size: 22px;
  color: #fff;
}
.how1:hover {
  background-color: #555555;
  color: #fff;
}

/*---------------------------------------------*/
.parallax100 {
  background-attachment: fixed;
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 992px) {
  .parallax100 {
    background-attachment: inherit;
  }
}

/*---------------------------------------------*/
.placeholder0::-webkit-input-placeholder { color: #999999;}
.placeholder0:-moz-placeholder { color: #999999;}
.placeholder0::-moz-placeholder { color: #999999;}
.placeholder0:-ms-input-placeholder { color: #999999;}

/*---------------------------------------------*/
.overlay1 {
  overflow: hidden;
}

.overlay1::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -3;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.);
}

.overlay1::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -2;
  top: 0;
  right: 100%;
  width: 10000px;
  height: 100%;
  background-color: #fff;
  transform-origin: bottom right;
  -webkit-transform: skewX(156deg);
  -moz-transform: skewX(156deg);
  -ms-transform: skewX(156deg);
  -o-transform: skewX(156deg);
  transform: skewX(156deg);
    
}
.gradient {
    background: #007bff;
    background: linear-gradient(45deg, #007bff, #004085);
    background: url(../images/smoke.png)
}
}

/*---------------------------------------------*/
.wrap-pic1 {
  width: 50%;
}
.wrap-pic1 img {
  max-width: 100%;
}

/*//////////////////////////////////////////////////////////////////
[ Klase ]*/
.bigp {
    color: #292929;
    font-weight: 600;
    font-size: 20px;
}
.ital {
    font-style: italic;
}
.about {
    padding: 30px 0 60px;
    }
.flex-w.footer {
    width: 35%;
    margin: 0 auto;
}
.footer {
    text-align: center;
    font-size: 14px;
    padding: 10px;
    color: white
}
.slika1 {
    background-image: url(../images/presentation.png);
    background-repeat: no-repeat;
    background-size: 45%;
    background-position: 30%;
}
.slika2 {
    background-image: url(../images/meeting.png);
    background-size: 70%;
    }
.slika3 {
    background-image: url(../images/lion.png);
    background-size: 60%;
    background-position: 50%;
}
.slika4 {
    background-image: url(../images/panda.png);
    background-size: 56%;
    background-position: 50%;
}
.slika5 {
    background-image: url(../images/sadrzaj.jpg);
    background-size: 50%;
    background-position: 50%;
}
.slika6 {
    background-image: url(../images/boy.png);
    background-size: 50%;
    background-position: 50%;
}
.slika7 {
    background-image: url(../images/goran.png);
    background-size: 40%;
    background-position: 50%;
}
.slika8 {
    background-image: url(../images/book.png);
    background-size: 50%;
    background-position: 50%;
}
.slika9 {
    background-image: url(../images/garantee.png);
    background-size: 38%;
    background-position: 50%;
    margin-top: -100px;
}
.slika10 {
    background-image: url(../images/shopping.png);
    background-size: 80%;
    background-position: 50%;
    min-height: 50vh;
   
}
.slika11 {
    background-image: url(../images/1.png);
    background-size: 110%;
    background-position: 50%;
    min-height: 80vh;
   
}
.slika12 {
    background-image: url(../images/2.png);
    background-size: 110%;
    background-position: 50%;
    min-height: 80vh;
}
.slika13 {
    background-image: url(../images/3.png);
    background-size: 110%;
    background-position: 50%;
    min-height: 80vh;
}
.slika14 {
    background-image: url(../images/5.png);
    background-size: 110%;
    background-position: 50%;
    min-height: 80vh;
}
.slika15 {
    background-image: url(../images/4.png);
    background-size: 110%;
    background-position: 50%;
    min-height: 80vh;
}
.slika16 {
    background-image: url(../images/6.png);
    background-size: 110%;
    background-position: 50%;
    min-height: 80vh;
}

.slika20 {
    background-image: url(../images/7.png);
    background-size: 110%;
    background-position: 50%;
    min-height: 80vh;
}
 .slika21 {
    background-image: url(../images/8.png);
    background-size: 110%;
    background-position: 50%;
    min-height: 80vh;
}
.slika22 {
    background-image: url(../images/9.png);
    background-size: 110%;
    background-position: 50%;
    min-height: 80vh;
}


.slika11, .slika12, .slika14, .slika15 {
    margin-right: 3px;
}
.divider {
    border-color: #cd201f;
    border-top-width: 5px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 10%;
    border: solid;
    color: black;
    margin-bottom: 15px;
    margin-top: -10px;
}

/*//////////////////////////////////////////////////////////////////
[ Pseudo ]*/

/*------------------------------------------------------------------
[ Focus ]*/
.focus-in0:focus::-webkit-input-placeholder { color:transparent; }
.focus-in0:focus:-moz-placeholder { color:transparent; }
.focus-in0:focus::-moz-placeholder { color:transparent; }
.focus-in0:focus:-ms-input-placeholder { color:transparent; }


/*------------------------------------------------------------------
[ Hover ]*/
.hov-cl0:hover {color: #fff;}
.hov-bg0:hover {background-color: #fff;}
/*---------------------------------------------*/
.hov1:hover {
  background-color: #555555;
}


.white {
    color: white;
}



/*==================================================================
  RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE
==================================================================*/

/*//////////////////////////////////////////////////////////////////
[ XXL ]*/
@media (max-width: 1600px) {
  .respon1 {
    max-width: 38%;
  }
    .container-fluid {
        padding:0 7%;}
    }
.thanks {
    max-width: 49%;
}

}


/*//////////////////////////////////////////////////////////////////
[ XL ]*/
@media (max-width: 1200px) {
  .m-0-xl {margin: 0;}
  .m-lr-0-xl {margin-left: 0; margin-right: 0;}
  .m-lr-15-xl {margin-left: 15px; margin-right: 15px;}
  .m-l-0-xl {margin-left: 0;}
  .m-r-0-xl {margin-right: 0;}
  .m-l-15-xl {margin-left: 15px;}
  .m-r-15-xl {margin-right: 15px;}

  .p-0-xl {padding: 0;}
  .p-lr-0-xl {padding-left: 0; padding-right: 0;}
  .p-lr-15-xl {padding-left: 15px; padding-right: 15px;}
  .p-l-0-xl {padding-left: 0;}
  .p-r-0-xl {padding-right: 0;}
  .p-l-15-xl {padding-left: 15px;}
  .p-r-15-xl {padding-right: 15px;}

  .w-full-xl {width: 100%;}

  /*---------------------------------------------*/
  .respon1 {
    padding-left: 30px;
    padding-right: 30px;
  }
   
    
}


/*//////////////////////////////////////////////////////////////////
[ LG ]*/
@media (max-width: 992px) {
  .m-0-lg {margin: 0;}
  .m-lr-0-lg {margin-left: 0; margin-right: 0;}
  .m-lr-15-lg {margin-left: 15px; margin-right: 15px;}
  .m-l-0-lg {margin-left: 0;}
  .m-r-0-lg {margin-right: 0;}
  .m-l-15-lg {margin-left: 15px;}
  .m-r-15-lg {margin-right: 15px;}

  .p-0-lg {padding: 0;}
  .p-lr-0-lg {padding-left: 0; padding-right: 0;}
  .p-lr-15-lg {padding-left: 15px; padding-right: 15px;}
  .p-l-0-lg {padding-left: 0;}
  .p-r-0-lg{padding-right: 0;}
  .p-l-15-lg {padding-left: 15px;}
  .p-r-15-lg {padding-right: 15px;}

  .w-full-lg {width: 100%;}

  /*---------------------------------------------*/
  .respon1 {
    max-width: 650px;
    min-height: unset;
    padding-top: 0;
    margin-left: auto;
    margin-right: auto;
  }


  /*---------------------------------------------*/
  .respon2 {
    position: relative;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .respon2::after {
    top: 100%;
    right: 0;
    width: 100%;
    height: 10000px;
    transform-origin: top right;
    -webkit-transform: skew(180deg, 8deg);
    -moz-transform: skew(180deg, 8deg);
    -ms-transform: skew(180deg, 8deg);
    -o-transform: skew(180deg, 8deg);
    transform: skew(180deg, 8deg);
  }
    .container-fluid {
        padding:0 7%;}
    }
 

}


/*//////////////////////////////////////////////////////////////////
[ MD ]*/
@media (max-width: 768px) {
  .m-0-md {margin: 0;}
  .m-lr-0-md {margin-left: 0; margin-right: 0;}
  .m-lr-15-md {margin-left: 15px; margin-right: 15px;}
  .m-l-0-md {margin-left: 0;}
  .m-r-0-md {margin-right: 0;}
  .m-l-15-md {margin-left: 15px;}
  .m-r-15-md {margin-right: 15px;}

  .p-0-md {padding: 0;}
  .p-lr-0-md {padding-left: 0; padding-right: 0;}
  .p-lr-15-md {padding-left: 15px; padding-right: 15px;}
  .p-l-0-md {padding-left: 0;}
  .p-r-0-md{padding-right: 0;}
  .p-l-15-md {padding-left: 15px;}
  .p-r-15-md {padding-right: 15px;}

  .w-full-md {width: 100%;}
  /*---------------------------------------------*/
      
    
}


/*//////////////////////////////////////////////////////////////////
[ SM ]*/
@media (max-width: 576px) {
  .m-0-sm {margin: 0;}
  .m-lr-0-sm {margin-left: 0; margin-right: 0;}
  .m-lr-15-sm {margin-left: 15px; margin-right: 15px;}
  .m-l-0-sm {margin-left: 0;}
  .m-r-0-sm {margin-right: 0;}
  .m-l-15-sm {margin-left: 15px;}
  .m-r-15-sm {margin-right: 15px;}

  .p-0-sm {padding: 0;}
  .p-lr-0-sm {padding-left: 0; padding-right: 0;}
  .p-lr-15-sm {padding-left: 15px; padding-right: 15px;}
  .p-l-0-sm {padding-left: 0;}
  .p-r-0-sm{padding-right: 0;}
  .p-l-15-sm {padding-left: 15px;}
  .p-r-15-sm {padding-right: 15px;}

  .w-full-sm {width: 100%;}
  /*---------------------------------------------*/

  
}

                    /*za tajmer*/
/*
@media only screen and (max-width: 800px) {
.flex-c-m.bg-img1.size2.where1.overlay1.where2.respon2.gradient {
    display: none;
}
*/



/*         MOBILEEEEE*/
@media only screen and (max-width: 600px) {
  .m1-txt2 {
    font-size: 40px;
  }
.simple-highlight {
    font-size: large;
}
    .prostor {
        line-height: 60px;
        }
    
    .sign {
    margin-right: 20px;
}
    .wsize50 {
    width: 100%;
    padding: 0 10px;
    background-position-x: 50%;
}
    .about {
        padding: 0;
    }
    .container-fluid {
        padding-top: 1px;
        padding-bottom: 20px;
        
    }
    .p-b-60 {
    padding-bottom: 10px;
}
    .p-t-50 {
    padding-top: 0px;
}
    .size6 {
    width: 110px;
    height: 110px;
}
    .l2-txt1 {
       font-size: 40px;
   }
    .p-b-36 {
    padding-bottom: 0px;
}
    .s2-txt3 {
            font-size: 18px;
    }
    .respon2 {
        min-height: 100vh;
    }
    .divider {
        max-width: 20%;
    }
    h2 {
        font-size: 25px;
    }
    p {
        text-align: left;
    }
    .sign {
        font-size: 40px;
    }
    .flex-w.social {
    width: 125px;
    margin: 0 0 0 55%;
}
    .slika9 {
     margin-top: -30px; 
}
    .flex-w.footer {
        width: 100%;
    }
    .flex-c-m.bg-img1.size2.where1.overlay1.where2.respon2 {
    display: none;
}
    form {
     width: 100%;
    }
    .size1{
        min-height: 0;
    }
    .slika10 {
        background-size: 95%;
}
    .slika1 {
        background-size: 50%;
}
    .slika2 {
        background-size: 45%;
}

    .respon1{
        padding-bottom: 0;
        padding: 0 40px;
    }
    
 
    .wsize33 {
    width: 100%;
    min-height: 0;
    padding: 10px 20% 10px 20%;
}
    .slika13, .slika11, .slika12, .slika14, .slika15, .slika16, .slika20, .slika21, .slika22 {
    min-height: 65vh;
}
    .slika13, .slika11, .slika12, .slika14, .slika15, .slika16 , .slika20, .slika21, .slika22 {
   background-size: 100%;
}
    .slika10 {
    background-size: 100%;
}
    
    .footer {
    text-align: center;
    font-size: 10px;
    padding: 10px 10px 0px 10px;
    }
    .thanks {
    max-width: 95%;
}
    
}

//////////////////////////////////////////////////////////////////
[ SSM ]*/
@media (max-width: 480px) {
  .m-0-ssm {margin: 0;}
  .m-lr-0-ssm {margin-left: 0; margin-right: 0;}
  .m-lr-15-ssm {margin-left: 15px; margin-right: 15px;}
  .m-l-0-ssm {margin-left: 0;}
  .m-r-0-ssm {margin-right: 0;}
  .m-l-15-ssm {margin-left: 15px;}
  .m-r-15-ssm {margin-right: 15px;}

  .p-0-ssm {padding: 0;}
  .p-lr-0-ssm {padding-left: 0; padding-right: 0;}
  .p-lr-15-ssm {padding-left: 15px; padding-right: 15px;}
  .p-l-0-ssm {padding-left: 0;}
  .p-r-0-ssm{padding-right: 0;}
  .p-l-15-ssm {padding-left: 15px;}
  .p-r-15-ssm {padding-right: 15px;}

  .w-full-ssm {width: 100%;}
  /*---------------------------------------------*/

}
/*--------------------------------------ZA SUCCCES STRANU --------------------*/

.success {
    font-size: 36px;}
.success2 {
   max-width: 100%;}


