@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');

body {
    -webkit-font-smoothing: antialiased;
    font-size: 1rem;
    font-family: 'Plus Jakarta Sans';
    margin: 0;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;

}

.top-nav {
    display: inline-table;
    border-bottom: 1px solid rgb(229 229 229 / 20%);
    padding: 10px 0;
    background-color: rgb(63 127 216);
    display: table;
    width: 100%;
}

.top-nav .right-topnav {
    float: right;
}

.top-nav .right-topnav svg {
    padding-right: 5px;
}
.top-nav a {
    font-size: 14px;
    margin-right: 15px;
    border-right: 1px solid rgb(255 255 255 / 20%);
    padding-right: 20px;
    color: #efefef;
    font-family: 'Plus Jakarta Sans';
    font-weight: 500;
    text-decoration: none;
    transition: all 0.33s;
}

.top-nav a:hover {
    color: #dbdbdb;
} 

.head-title {
    text-align: center;
    margin-bottom: 4rem;
    margin-top: 2rem;
}

.head-title .customm {
    font-size: 56px;
    font-weight: 700;
    color: #0d1d32;
    font-family: 'Plus Jakarta Sans';
    position: relative;
    z-index: 1;
}

.loyaltycard {
    text-transform: uppercase;
    font-size: 15px;
    color: #3f7fd8;
    text-decoration: none;
    padding-left: 5px;
    font-weight: 400;
}

.loyaltycard:hover {
    color: #8dbdff;
    font-weight: 500;
}

.loyaltycard::before {
    font-family: 'Font Awesome 6 Free';
    color: #93cdff;
    content: '\f059';
    font-weight: 900;
    padding-right: 4px;
}

.head-title .customm::after {
    background: url('../images/img_container.png');
    content: '';
    background-size: contain;
    position: absolute;
    width: 100%;
    height: 90px;
    bottom: -25px;
    left: 0;
    background-repeat: no-repeat;
    z-index: 0;
    background-position: center;
}

.head-title .customm-desc {
    font-size: 17px;
    font-weight: 500;
    color: #505050;
    padding-top: 25px;
    font-family: 'Plus Jakarta Sans';
}

.navigacija {
    box-shadow: 0 0 20px 0 #2121213f;
    padding: 1rem;
    margin-bottom: 3rem;
}

.pull-right {
    float: right;
}

.header-slider {
    padding: 1rem;
    margin-bottom: 5rem;
    background: url('../images/cloud-servers.png'), no-repeat;
    margin-top: 7rem;
}

.header-slider .header-desni-cont {
    position: relative;
    z-index: 2;
}

.dekoracija1 {
    position: absolute;
    left: -15px;
    z-index: 0;
    width: 17%;
}

.dekoracija2 {
    position: absolute;
    right: 0;
    width: 25%;
}

.header-slider .header-desni-cont .header-desni-headtext span {
    font-size: 5rem;
    font-weight: 800;
    display: block;
}

.header-slider .header-desni-cont .header-desni-headtext h1 {
    font-size: 4.5rem;
    font-family: 'Plus Jakarta Sans';
    font-weight: 700;
    margin-bottom: 2.5rem;
    color: #0d1d32;
}

.header-slider .header-desni-cont p {
    font-size: 20px;
    font-family: 'Plus Jakarta Sans';
    font-weight: 500;
    color: #323232;
}

.header-slider .header-desni-cont .header-desni-buttons {
    margin: 3rem 0 0 0
}

.header-slider .header-desni-cont .header-desni-buttons .btn-prim svg {
    padding-right: 8px;
    
}

.navbar-expand-lg .navbar-nav .nav-link {
    font-size: 16px;
    margin-right: 2rem;

}

.navbar-brand {
    color: #0d1d32;
    font-family: 'Plus Jakarta Sans';
    font-size: 25px;
    font-weight: 500;
}

.nav-item svg {
    padding-right: 5px;
}

.nav-link {
    display: inline-block;
    position: relative;

}

.nav-link:hover {
    color: #132c4d;
}

.nav-link::after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: 0;
    left: 0;
    color: #132c4d;
    background-color: #0d1d32;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
}

.nav-link:hover::after {
    transform: scaleX(1);
    color: #132c4d;
    font-weight: 600;
    transform-origin: bottom left;
}

.nav-link a:hover {
    color: #132c4d;
}

.btn-nav {
    border-radius: 15px;
    background: rgb(63 127 216);
    color: white;
    box-shadow: 0 7px 20px 0 #5361a133;
    padding: 0.5rem 2rem 0.5rem 2rem;
    font-weight: 500;
    font-size: 16px;
    margin-right: 2rem;
}

.btn-nav:hover {
    border-radius: 15px;
    border: 1px solid rgb(63 127 216);
    background: rgb(45, 88, 150);
    color: white;
    margin-right: 2rem;
}

.btn-outl {
    border-radius: 15px;
    background: rgb(255, 255, 255);
    color: #132c4d;
    border: 1px solid rgb(25, 48, 80);
    box-shadow: 0 7px 20px 0 #5361a15c;
    padding: 1rem 2rem 1rem 2rem;
    font-weight: 500;
    margin-top: 2rem;
    font-size: 16px;
    margin-right: 2rem;
}
.btn-outl:hover {
    border-radius: 15px;
    border: 1px solid rgb(63 127 216);
    background: rgb(63 127 216);
    color: #fff;
    margin-right: 2rem;
}

.btn-prim {
    border-radius: 15px;
    background: rgb(63 127 216);
    color: white;
    box-shadow: 0 7px 20px 0 #5361a15c;
    padding: 1rem 2rem 1rem 2rem;
    font-weight: 500;
    margin-top: 2rem;
    font-size: 16px;
    margin-right: 2rem;
    background-image: -webkit-linear-gradient(45deg, #547eca 50%, transparent 50%);
    background-image: linear-gradient(45deg, #547eca 50%, transparent 50%);
    background-position: 100%;
    background-size: 400%;
    -webkit-transition: background 300ms ease-in-out;
    transition: background 300ms ease-in-out;
}

.btn-prim:hover {
    background-position: 0;
    color: rgb(230, 230, 230);
}
      
.btn-prim2 {
    border-radius: 15px;
    background: rgb(63 127 216);
    color: white;
    box-shadow: 0 7px 20px 0 #5361a15c;
    padding: 1rem 2rem 1rem 2rem;
    font-weight: 500;
    font-size: 16px;
    margin-right: 2rem;
    background-image: -webkit-linear-gradient(45deg, #547eca 50%, transparent 50%);
    background-image: linear-gradient(45deg, #547eca 50%, transparent 50%);
    background-position: 100%;
    background-size: 400%;
    -webkit-transition: background 300ms ease-in-out;
    transition: background 300ms ease-in-out;
}

.btn-prim2:hover {
    background-position: 0;
    color: rgb(230, 230, 230);
}

.header-slider .header-lijevi-cont {
    background: linear-gradient(180deg, #f2f5ff, #f3faff00);
    border-radius: 15px;
    justify-content: center;
    text-align: center;
    position: relative;
    z-index: 2;
}

.header-slider .header-lijevi-cont img {
    width: 80%;
}

.aboutus {
    padding: 2rem;
    margin-bottom: 2rem;
}

.aboutus .whoweare-container {
    padding: 1rem;
    background: linear-gradient(180deg, #f2f5ff, #f3faff00);
    border-radius: 10px;
    transition: all 0.33s;
}

.aboutus .whoweare-container:hover {
    border: 1px solid rgb(67, 111, 172);
    box-shadow: 0 0 20px 0 #21212134;
    padding-top: 2rem;
}

.aboutus .whoweare-container .whoweare-headtext {
    margin-bottom: 1rem;
}

.aboutus .whoweare-container .whoweare-headtext h2 {
    font-size: 30px;
    font-weight: 600;
    font-family: 'Plus Jakarta Sans';
}

.aboutus .whatuser-container {
    padding: 1rem;
    background: linear-gradient(180deg, #f2f5ff, #f3faff00);
    border-radius: 10px;
    transition: all 0.33s;
}

.aboutus .whatuser-container:hover {
    border: 1px solid rgb(67, 111, 172);
    box-shadow: 0 0 20px 0 #21212134;
    padding-top: 2rem;
}

.aboutus .whoweare-container p {
    font-weight: 500;
    color: #000000b0;
    text-align: justify;
    
    font-size: 17px;
}

.aboutus .whatuser-container p {
    font-weight: 500;
    color: #000000b0;
    text-align: justify;
    font-size: 17px;
}

.aboutus .whatuser-container .whoweare-headtext {
    padding-bottom: 0.5rem;
}

.aboutus .whatuser-container .whoweare-headtext h2 {
    font-size: 30px;
    font-weight: 600;
    font-family: 'Plus Jakarta Sans';
}

.qrscan-primjeri {
    padding: 2rem;
    background: linear-gradient(180deg, #f5f8ff, #f5f8ff);
}

.nacini-slika {
    margin-bottom: 2rem;
    border: 1px solid rgb(63 127 216);
    padding: 1.5rem;
    box-shadow: 0 7px 20px 0 #0000001a;
    border-radius: 10px;
    position: relative;
    justify-content: center;
    text-align: center;
    transition: 0.33s;
}

.nacini-slika:hover {
    border: 1px solid rgb(67, 111, 172);
    box-shadow: 0 0 20px 0 #21212134;
}

.nacini-slika img {
    width: 50%;
}

.nacini-opis {
    text-align: justify;
    margin-top: 2rem;
    
    padding: -1rem;
}

.nacini-opis a {
    color: rgb(63 127 216);
    text-decoration: none;
}

.sidertext-bold {
    color: rgb(63 127 216);
    font-weight: 700;
    font-size: 25px;
}

#vrati-pocetak {
    display: inline-block;
    background-color: #FF9800;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, 
      opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
  }
  #vrati-pocetak::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    color: #fff;
  }
  #vrati-pocetak:hover {
    cursor: pointer;
    background-color: #333;
  }
  #vrati-pocetak:active {
    background-color: #555;
  }
  #vrati-pocetak.show {
    opacity: 1;
    visibility: visible;
  }

.list-group-item {
    border: none;
}

.qrscan-cijene {
    padding: 2rem;
    margin-bottom: 5rem;
}

.card {
    border: 1px solid rgb(229 229 229);
    border-radius: 15px;
    box-shadow: 0 0 20px 0 #2121211f;
    transition: 0.3s;
}

.card:hover {
    border: 1px solid rgb(67, 111, 172);
    box-shadow: 0 0 20px 0 #21212134;
}

.card-title {
    margin-bottom: 2rem;
    color: #0d1d32;
    font-weight: 800;
}

.card-price {
    font-weight: 700;
    font-family: 'Plus Jakarta Sans';
    color: rgb(63 127 216);
    font-size: 30px;
}

.card-footer {
    background: transparent;
    margin-bottom: 1rem;
}

.card>.list-group {
    padding: 1rem 0 1rem 0;
    border: none;
    color: #101010;
}

.list-group-flush>.list-group-item {
    color: #424242;
}

.card-period {
    font-size: 15px;
    font-weight: 500;
    color: #101010;
}

.list-group-item::before {
    font-family: 'Font Awesome 6 Free';
    color: #93cdff;
    content: '\f058';
    font-weight: 900;
    padding-right: 5px;
}

.card-preporuka {
    border-bottom-left-radius: 25px;
    position: absolute;
    border-top-right-radius: 14px;
    background: #ff0000b5;
    padding: 0.5rem 2rem;
    color: white;
    top: 0;
    right: 0;
    font-weight: 600;
    font-size: 16px;
}

.card-izdvojeno {
    border: 1px solid rgb(63 127 216);
    box-shadow: 0 7px 20px 0 #0000001a;
}

.qrscan-footer {
    background: linear-gradient(180deg, #436ccb, #1f325e);
    padding: 2rem 2rem 1rem 2rem;
}

.footer-container {
    padding: 2rem 0 0 0;
}

.footer-widget .imgfloatr {
    float: right;
}

.fot-header {
    color: #fff;
    font-weight: 700;
    padding-bottom: 1rem;
    font-size: 20px;
    font-family: 'Plus Jakarta Sans';
}

.fot-desc {
    
}

.fot-desc a {
    color: #f9f9f9;
    text-decoration: none;
}

.fot-desc a:hover {
    color: #b0c1ff;
    font-weight: 600;
    text-decoration: none;
}
.fot-desc li {
    padding-bottom: 1rem;
    list-style: none;
    color: #f9f9f9;
}

.bottom-footer {
    padding: 1.5rem;
    margin-top: 2rem;
    background: #4585d547;
    border-radius: 12px;
}

.bottom-footer p {
    color: #fff;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 1px;
}

.fot-desc li::before{
    font-family: 'Font Awesome 6 Free';
    color: #68a0e7;
    content: '\f101';
    font-weight: 900;
    padding-right: 5px;
}

.iskljuceno::before {
    font-family: 'Font Awesome 6 Free';
    color: #ff9393;
    content: '\f057';
    font-weight: 900;
    padding-right: 5px;
}

.dodatnaoprema::before {
    font-family: 'Font Awesome 6 Free';
    color: #93cdff;
    content: '\f4b9';
    font-weight: 900;
    padding-right: 5px;
}

.qrscan-kontrolnaploca{
    background: linear-gradient(45deg, #f5f8ff 50%, #d9e8ff 50%);
    overflow: hidden;
    padding: 2rem;
}

.qrscan-kontrolnaploca h2 {
    font-weight: 800;
    color: #0d1d32;
    text-transform: uppercase;
}

.qrscan-kontrolnaploca p {
    line-height: 28px;
    color: #424242;
    font-size: 17px;
    font-family: 'Plus Jakarta Sans';
}

.qrscan-kontrolnaploca ul {
    list-style: none;
    padding: 0;
}

.qrscan-kontrolnaploca li {
    line-height: 34px;
    font-size: 18px;
    font-weight: 500;
}

.qrscan-kontrolnaploca svg {
    color: #93cdff;
    position: relative;
    top: 1px;
    margin-right: 6px;
}

.talk .btn:before {
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    position: absolute;
    top: 0;
    left: 50%;
    right: 50%;
    bottom: 0;
    opacity: 0;
    content: "";
    background-color: #93cdff;
    z-index: -2;
}

.navbar-dark .btn:hover:before,
.talk .btn:hover:before {
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    left: 0;
    right: 0;
    opacity: 1;
}

.navbar-dark .btn:focus:before,
.talk .btn:focus:before {
    transition: 0.5s all ease;
    left: 0;
    right: 0;
    opacity: 1;
}

.talk h2, .talk h2 span.outline {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 60px;
    color: #0d1d32;
}

.navbar-dark .btn:hover,
.navbar-dark .btn:focus,
.navbar-dark .btn:active,
.talk .btn:hover,
.talk .btn:active,
.talk .btn:focus {
    color: #fff;
    border: 2px solid #93cdff;
    background-color: rgb(63 127 216);
}
.talk {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
position: relative;
overflow: hidden;
}


.talk span.title {
color: rgb(63 127 216);
}

.talk h2,
.talk h2 span.outline {
font-weight: 700;
text-transform: uppercase;
font-size: 60px;
}

.talk h2 span.outline {
color: white;
text-shadow: -1px 0 1px rgb(63 127 216), 0 1px 1px rgb(63 127 216), 1px 0 1px rgb(63 127 216), 0 -1px 1px rgb(63 127 216);
}

.talk .btn {
    padding: 14px 40px;
    position: relative;
    background-color: var(--blue-rgba-2);
    border: 2px solid rgb(63 127 216);
    font-weight: 600;
    color: rgb(63 127 216);
    border-radius: 10px;
    position: relative;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s ease all;
}

.botbotfot-text {
    margin-top: 1rem;
    color: #ffffff;
    font-size: 10px;
}

#qrscanloyalModal {
    display: none;
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background: linear-gradient(135deg, #3265dded, #0e0e1ef5);
}

.qrscanloyalModal-container {
    margin: 12% auto;
    padding: 20px;
    border-radius: 10px;
    background-color: #87b2ff2e;
    text-align: justify;
    justify-content: justify;
}

.qrscanloyalModal-header {
    margin-bottom: 2rem;
    ackground: #b2d4ff73;
    border-radius: 5px;
    padding: 5px;
    background: linear-gradient(246deg, #87b2ff99, #87b2ff00);
}

.qrscanloyalModal-header h3 {
    color: #ffffff;
    margin-top: 2rem;
    font-family: 'Plus Jakarta Sans';
    font-size: 20px;
    font-weight: 800;
}

.qrscanloyalModal-content p {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Plus Jakarta Sans';
    color: #fff;
}

.qrscanloyalModal-header img {
    width: 10%;
}

.qrscanloyalModal-content a {
    color: #8ca4ff;
}

.langflag {
    width: 9%;
    border-radius: 3px;
    position: relative;
    top: -1px;
    right: 5px;
}