:root {
    --mint: #45c4a8;
    --dark_mint:#2b8274;
    --crna: #1d2d4e;
    --siva: #5e646a;
    --siva2: #dbdbdb;
    --siva-providna: #0b14053d;
    --bela:#f9f9f9;
    --trans: all 250ms ease-in-out;
}
/*  reset styles start ************************************************************/
html {
    width: 100%;
    height: 100%;
    scroll-padding-top: 200px;
}
body {
    width: 100%;
    height: 100%;
}
html, body {
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;;
}
body * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Noto Sans', sans-serif;
}
/*reset styles end ************************************************************/
.container {
    width: 1320px;
    margin: 0 auto;
}
.logo {
    display: block;
    padding: 10px;
    width: 200px;
}
.logo img {
    width: 100%;
    height: auto;
}
a {
    text-decoration: none;
    transition: all 150ms ease-in-out;
}
ol{
    line-height: 2;
    padding: 0px 0px 0px 20px;
}
ul {
    list-style: unset;
    line-height: 1.5;
}
ul li::marker, ol li::marker{
    color: var(--mint);
}
p{
    line-height: 1.5;
    padding: 10px 0px;
    color: var(--siva);
}
strong{
    color:var(--dark-mint)
}
.omot{
    width: 100%;
    height: auto;
    overflow-x: hidden;
}
/*header start *************************************************************/
header {
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 900;
    width: 100%;
}
header img{
 margin-right: 10px;
}
#header {
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#header nav {
    position: relative;
    text-align: left;
    top: 100%;
    left: 0;
}
#header .nav-toggle:checked ~ nav {
    transform: scale(1,1);
}
#header nav .menu {
    display: flex;
    list-style: none;
}
#header nav .menu li {
    padding: 10px;
}
#header nav .menu a {
    font-size: 1.2rem;
    color: white;
    position: relative;
    padding: 5px;
    padding-bottom: 2px;
}
#header nav .menu a::after {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 5px;
    border-radius: 2px;
    background: var(--siva2);
    transform: scale(0,0);
    transform-origin: left;
    bottom: -5px;
    left: 0px;
}
#header nav .menu a:hover::after {
    transform: scale(1,1);
    transition: all 150ms ease-in-out;
}
#header .nav-toggle{
    position: absolute !important;
    top: -9999px !important;
    left: -9999px !important;
}
#header .nav-toggle-label{
    position: absolute;
    top: 10px;
    right: 0px;
    margin-right: 20px;
    height: 100%;
    display: none;
    align-items: center;
}
#header .nav-toggle-label span,
#header .nav-toggle-label span::before,
#header .nav-toggle-label span::after {
    display: block;
    background: white;
    height: 3px;
    width: 1.8em;
    border-radius: 2px;
    position: relative;
}
#header .nav-toggle-label span::before,
#header .nav-toggle-label span::after {
    content: '';
    position: absolute;
    transition: transform 0.3s ease;
}
#header .nav-toggle-label span::before {
    bottom: 10px;
}
#header .nav-toggle-label span::after {
    top: 10px;
}
#header .nav-toggle:checked ~ label span::before {
    transform: rotate(45deg);
}
#header .nav-toggle:checked ~ label span::after {
    transform: rotate(-45deg);
}
#header .nav-toggle:checked ~ label span::after,
#header .nav-toggle:checked ~ label span::before {
    background: white;
    top: 0;
    transition: transform 0.3s ease;
}
#header .logonav {
    display: none;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 20px;
}
/*header end *************************************************************/
/* landing start ***************************************/
.big-slider-wrapper{
    position: relative;
    width: 550px;
    margin: 0px 0px;
}
.big-slider-wrapper .slider-item{
    display: none;
    width: 100%;
    justify-content: center;
    color:white
}
.big-slider-wrapper .slider-item > div{
    width: 100%;
    height: 400px;
    position: relative;
}
.big-slider-wrapper .ponudica{
    position: relative;
    z-index: 2;
}
.big-slider-wrapper a{
    display: block;
    background: var(--dark_mint);
    padding: 15px 30px;
    width: fit-content;
    border: 1px solid;
    font-size: 20px;
    margin-left: auto;
    color: white;
    margin-top: -50px;
    cursor: pointer;
}
.big-slider-wrapper .h3{
    position: absolute;
    top:100px;
    right: 0%;
    font-size: 40px;
    text-align: right;
    line-height: 1
}
.big-slider-wrapper .besplatno{
    text-transform: uppercase;
    font-size: 56px;
    background: var(--bela);
    color: var(--mint);
    color: var(--dark_mint);
    padding: 10px 20px;
    display: block;
    width: max-content;
    margin-left: auto;
    margin-top: 10px;
    width: 400px;
    text-align: center;
}
.big-slider-wrapper i{
    display: inline-block;
    height: 70px;
    width: 70px;
    clip-path: polygon(33% 69%, 83% 26%, 34% 85%, 11% 65%);
    background: var(--mint);
    margin-right: -10px;
    margin-bottom: -10px;
    z-index: -1;
}
.big-slider-wrapper .h3 span:nth-of-type(2){
    font-size:30px;
    color: var(--mint);
    width: 400px;
    text-align: center;
}
.big-slider-wrapper .fade{
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}
@keyframes fade{
    from {opacity: 0.5;}
    to {opacity: 1;}
}

.bcg {
    color: white;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 50px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100vh;
}
#landing{
    background-image: radial-gradient(circle, #3131318f, #090f1a),url(../images/pozadina1.jpg);
    margin-top: 0px;
    position: relative;
}
#landing .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 50px;
}
#landing .landing-div:first-child {
    width: 52%;
    background: #2b827466;
    border-top-left-radius: 40%;
    border-top-right-radius: 20%;
    border-bottom-left-radius: 30%;
    border-bottom-right-radius: 70%;
    border: 5px solid var(--dark_mint);
    padding: 50px;
}
#landing .landing-div h1 {
    font-size: 2em;
    width: 100%;
    display: flex;
    flex-direction: column;
    text-transform: uppercase;
    text-align: center;
}
#landing .landing-div .footnote{
    font-size: 10px;
    color: white;
    margin-bottom: -40px;
}
#landing .landing-div > div{
    border-radius: 0px 100px 0px 100px;
    background: var(--crna);
    color: white;
    padding: 20px 50px 20px 50px;
    margin: 20px auto;
    border: 1px solid white;
    outline: 5px solid var(--crna);
}
#landing .landing-div > div p{
    color: white;

}
#landing .landing-div > div ul{
    margin-left: 80px;
}
section{
    margin-top: 100px
}
section a{
    color: var(--dark_mint);
}
section:last-of-type{
    margin-bottom: 100px;
}
.section-content a{
 text-decoration: underline
}
.section-content p{
    padding: 10px 0px;
    color: var(--siva);
}
h2.sub-title{
    font-size: 40px;
    text-align:center;
}
h3.sub-title{
    font-size: 30px;
    padding-left: 30px;
}
h3.sub-title, h2.sub-title, h4{
    position: relative;
    margin-bottom: 50px;
    color:var(--crna);
}
h2.sub-title:before{
    content: "";
    position: absolute;
    display: block;
    height: 50px;
    width: 200px;
    background: #45c4a88c;
    transition: var(--trans);
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
    border-top-left-radius: 40%;
    border-top-right-radius: 20%;
    border-bottom-left-radius: 30%;
    border-bottom-right-radius: 70%;
}
h3.sub-title::before{
    content: "";
    position: absolute;
    display: block;
    height: 70px;
    width: 70px;
    clip-path: polygon(33% 69%, 83% 26%, 34% 85%, 11% 65%);
    background: var(--mint);
    left: -30px;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 auto;
}
.section-content h4{
    margin: 30px 0px 10px;
    line-height: 1.5;
    font-size: 1.4em;
}
.section-content ul, .section-content ol{
    color: var(--siva);
    padding: 10px 0px
}
.opis .section-content{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.opis .section-content div:first-child{
    padding: 30px;}
.opis3 .section-content div:nth-child(2){
    width: 100%;
    width: 800px;
    margin-left: 100px;
}
.opis .section-content .right{
    width: 503px;
    height: 300px;
    background: var(--crna);
    position: relative;
    border-top-left-radius: 40%;
    border-top-right-radius: 20%;
    border-bottom-left-radius: 30%;
    border-bottom-right-radius: 70%;
}
.right span{
    text-transform: uppercase;
    font-size: 15px;
    display: inline-block;
    margin-top: 10px;
}
.opis{
    overflow: hidden; 
}
.opis .section-content .right p{
    position: absolute;
    z-index: 10;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 347px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 25px;
    background: #d7d7d7fc;
    padding: 20px;
    text-align: center;
    border-radius: 0px 100px 0px 100px;
    background: var(--siva2);
    color: var(--crna);
    font-size: 20px;
    padding: 20px 50px;
    font-weight: bold;
    background: white;
    border: 5px solid var(--mint);
}
.section-content .suf{
    width: 80%;
    margin: 50px auto 0px;
    border: 1px solid var(--siva2);
}
.section-content .suf p{
    border-bottom: 5px solid var(--dark_mint);
    margin: 20px;
    margin-bottom: 0px;
    padding-bottom: 20px;
}
.section-content .suf ul{
    padding: 20px 20px 20px 50px;
}
.reveal3{
    opacity: 0;
    transform: translateY(100px);
    transition: all 700ms ease; 
}
.reveal3.active{
    opacity: 1;
    transform: translateY(0px);
}
.cta_btn{
    background: var(--dark_mint);
    color: white;
    border: 1px solid;
    padding: 15px 30px;
    width: fit-content;
    display: block;
    margin: 30px auto;
    margin-bottom: 0px;
    text-align: center;
}
.flex{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.flex ol{
    background: #f5f5f5;
    display: flex;
    flex-direction: column;
    height: 400px;
    justify-content: center;
    padding-left: 70px;
    padding-right: 50px;
    border: 5px solid white;
    outline: 1px solid var(--siva2);
}
#paketi .price-wrapper {
    display: flex;
    justify-content: center;
    margin: 50px 0px;
    flex-wrap: wrap
}
#paketi .price-wrapper .price-wrapper__box{
    background: white;
    border: 1px solid var(--siva-providna);
    border-radius: 10px;
    width: 300px;
    margin: 1%;
    padding: 30px;
    background: var(--crna);
    color: white;
    border: 5px solid var(--mint);
    position: relative;
    padding-bottom: 140px;
}
#paketi .veze{
    position: absolute;
    bottom: 30px
}
#paketi .price-wrapper .akcija{
    position: absolute;
    background: #ffbc00;
    padding: 10px;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    text-align: center;
    top: -30px;
    right: -21px;
    transform: rotate(22deg);
    color: var(--crna);
}
#paketi .price-wrapper .stara-cena{
    position: relative;
    font-size: 12px;
}
#paketi .price-wrapper .stara-cena::after{
    position: absolute;
    content: '';
    width: 40px;
    height: 1px;
    background: red;
    right: 4px;
    transform: rotate(336deg);
    top: 10px;
}
#paketi .price-wrapper .popust{
    font-size: 20px;
    font-weight: bold;
}
#paketi .price-wrapper .price-wrapper__box .more{
    margin: 20px 0 0px;
    color: white;
    font-weight: normal;
    text-align: center;
    display: block;
    text-decoration: underline;
    font-size: 14px;
}
#paketi .price-wrapper .price-wrapper__box h3{
    text-align: center;
    text-transform: uppercase;
    color: var(--mint);
    font-size: 20px;
}
#paketi .price-wrapper .price-wrapper__box span{
    display: block;
    padding-bottom: 0px;
    text-align: center;
    font-weight: 900;
    color: var(--mint);
    color: white;
    font-size: 34px;
    text-shadow: 2px 2px 0 var(--dark_mint), 2px -2px 0 var(--dark_mint), -2px 2px 0 var(--dark_mint), -2px -2px 0 var(--dark_mint), 2px 0px 0 var(--dark_mint), 0px 2px 0 var(--dark_mint), -2px 0px 0 var(--dark_mint), 0px -2px 0 var(--dark_mint);
    margin: 20px auto;
}
#paketi .price-wrapper .price-wrapper__box ul{
    padding-left: 10px;
    font-size: 14px;
}
#paketi .price-wrapper .price-wrapper__box p{
    text-align: center;
    margin: 0px;
    margin-bottom: 10px;
    line-height: 1.3;
    padding-top: 0px;
    color: var(--mint);
    font-weight: bold;
}
#paketi p{
    margin: 1.5em 0px;
}
#paketi .reveal3{
    opacity: 0;
    transform: scale(0,0);
    transition: all 700ms ease;
}
#paketi .reveal3.active{
    opacity: 1;
    transform: scale(1,1);
}
#specifikacije .napomena, #program .napomena, #efakturisite-besplatno .napomena{
    font-size: 0.7em;
    font-style: italic;
}
#specifikacije table{
    color: var(--crna);
    border: none;
    margin: 50px auto 10px;
}
#specifikacije th{
    color: white;
    width: 120px;
}
#specifikacije th:first-child{
    width: auto;
}
#specifikacije td, #specifikacije th{
    border: 1px solid var(--dark_mint);
}
#specifikacije tr td{
    text-align: center;
}
#specifikacije tr td:first-child{
    text-align: left;
}
.lista{
    width: 40%;
    margin-right: 100px;
}
.slika{
    width: 546px;
    margin-bottom: 100px;
}
.slika img, .program img{
    width: 100%;
    height: auto;
}
.program{
    width: 900px;
    margin: 0 auto 100px;
}
.important{
    text-align: center;
    background: var(--crna);
    width: 900px;
    padding: 30px;
    margin: 30px auto;
    border: 2px solid var(--mint);
    outline: 5px solid var(--crna);
}
.important p{
    color: white;
}
#prednosti{
    background: var(--crna);
    padding: 100px 0px;
}
#prednosti h3{
    color: white;
}
#prednosti p{
    color: white;
    padding: 30px 0px;
}
#prednosti .cta_btn{
    margin-top: -50px;
}
#o-nama h3{
    margin-top: 50px;
}
#o-nama .tim{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
#o-nama .tim .clan{
    width: 500px;
    margin: 2%;
    text-align: center;
    padding: 30px;
    border: 1px solid var(--siva2);
}
#o-nama .clan-slike{
    width: 200px;
    height: 200px;
    margin: 0px auto 10px;
}
#o-nama .clan-slike img{
    width: 100%;
    height: auto;
}
#o-nama .tim .clan h4{
    border-bottom: 5px solid var(--mint);
    width: fit-content;
    text-align: center;
    margin: 0 auto;
}
#o-nama .tim .clan .uloga{
    color: var(--crna);
    font-weight: bold;
}
#citati{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
#citati .citat{
    width: 300px;
    background: #f5f5f5;
    padding: 20px;
    margin: 2%;
    position: relative;
    z-index: -1;
    border: 1px solid var(--siva2);
    display: flex;
    justify-content: center;
    flex-direction: column;
}
#citati blockquote{
    text-align: center;
    z-index: 2;
}
#citati span{
    text-align: right;
    display: block;
    margin-top: 20px;
    font-style: italic;
    z-index: -1;
}
#citati i{
    position: absolute;
    color: #999999;
    font-size: 50px;
    z-index: -1;
    opacity: 0.2;
    font-size: 100px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    width: 100px;
}
#partneri, #kontakt_sekcije{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
#partneri .partner{
    width: 150px;
    padding: 10px;
    margin: 1%;
    display: flex;
    justify-content: center;
    align-items: center;
}
#partneri .partner img{
    width: 100%;
    height: auto;
}
#kontakt_sekcije .sekcija{
    width: 400px;
    margin: 2%;
}
#kontakt_sekcije .sekcija:first-child{
    background: var(--crna);
    border-top-left-radius: 40%;
    border-top-right-radius: 20%;
    border-bottom-left-radius: 30%;
    border-bottom-right-radius: 70%;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
}
#kontakt_sekcije .sekcija > div{
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
#kontakt_sekcije .sekcija i{
    font-size: 100px;
    color: var(--mint);
    margin: 0px 50px;
}
#kontakt_sekcije a{
    color: white;
    margin-bottom: 30px
}
#kontakt_sekcije .sekcija:nth-child(2){
    text-align: center;
    width: 533px;
}
#kontakt_sekcije .sekcija:nth-child(2) span{
    color: var(--mint);
    font-weight: bold;
    
}
#kontakt_sekcije .sekcija:nth-child(2) p:nth-child(2){
    font-weight: bold;

    text-transform:uppercase
}
 /*footer start *****************************************************/
footer {
    background: var(--crna);
    color: var(--siva2);
}
#footer {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 100px 0px;
    border-bottom: 1px solid var(--siva)
}
#footer > div {
    width: 33%
}
#footer > div > span {
    display: inline-block;
    width: 100%;
    margin: 2px
}
#footer > div:nth-child(2) {
    display: flex;
    justify-content: center
}
#footer > div:nth-child(3) {
    text-align: right
}
#copyright {
    padding: 30px;
    text-align: center;
}
footer a{
 color:var(--siva2);
 text-decoration: underline;
 font-weight: bold;
}
#copyright span{
    font-weight: bold;
}
#up {
    position: fixed;
    bottom: 3%;
    right: 3%;
    display: none;
    width: 3em;
    height: 3em;
    box-shadow: 0 0 4px rgb(5 19 30 / 30%);
    z-index: 10;
    background: white;
    border-radius: 50%;
    cursor: pointer;
}
#up::after{
    content: "";
    position: absolute;
    display: block;
    top: 18px;
    left: 14px;
    width: 15px;
    height: 15px;
    border: solid var(--mint);
    border-width: 5px 0px 0px 5px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.social-net a{
    width: 50px;
    height: 50px;
    font-size: 30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    margin-top: 50px;
}
.social-net a:hover{
    color: var(--mint);
}
/*footer end *****************************************************/
table{
    border: 5px solid var(--mint);
    color: white;
    text-align: center;
    margin: 50px auto 150px;
    padding: 1px;
    font-size: 14px;
}
th{
    padding: 10px 20px;
}
td{
    border: 1px solid white;
    border-left: none;
    padding: 10px 20px;
    border-bottom: none;
}
table tr:first-child{
    background: var(--dark_mint);
}
tr td:nth-child(2){
    border-left: 1px solid ;
    border-right: none;
}
table tr:nth-child(2) td{
    border-top: none;
}





