/* Theme Name: Glamium - Responsive Landing Page Template
   Author: Thamesdesign
   Version: 1.0.0
   File Description: Main CSS file of the template
*/

/****************************

*   1   :  HELPER            *
*   2   :  TITLE             *
*   3   :  HOME              *
*   4   :  ABOUT             *
*   5   :  SERVIVES          *
*   6   :  COUNTER           *
*   7   :  WORK              *
*   8   :  TESTIMONIAL       *
*   9   :  CTA               *
*   10  :  PRICING           *
*   11  :  TEAM              *
*   12  :  FAQ               *
*   13  :  VIDEO             *
*   14  :  SUBSCRIBE         *
*   15  :  BLOG              *
*   16  :  CONTACT           *
*   17  :  FOOTER            *
*   18  :  FOOTER-ALT        *
*   19  :  RESPONSIVE        *

*****************************/

body {
font-family: 'Open Sans', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
 
  font-family: 'Rubik', sans-serif;
    color: #323232;
    font-weight: 400;
}

a {
    text-decoration: none !important;
    outline: none;
}

p {
    font-size: 15px;
    line-height: 1.8;
}

.btn,
.btn:focus,
button,
button:focus {
    outline: none !important;
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: none;
}


/*****************
  1.  HELPER
*****************/

.section {
    padding-bottom: 80px;
    padding-top: 80px;
    position: relative;
}



.vertical-content {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    flex-direction: row;
    -webkit-flex-direction: row;
}

.text-muted {
    color: #888 !important;
}

.bg-light {
    background-color: #f7f7f7 !important;
}

.home-center {
    display: table;
    width: 100%;
    height: 100%;
}

.home-desc-center {
    display: table-cell;
    vertical-align: middle;
}

.bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.btn-outline {
    color: #fff;
    border: 2px solid #ffffff;
    font-size: 15px;
    transition: all 0.5s;
    border-radius: 3px;
    text-transform: uppercase;
    font-weight: 500;
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active,
.btn-outline.focus,
.btn-outline:active,
.btn-outline:focus,
.btn-outline:hover,
.open>.dropdown-toggle .btn-outline {
    outline: none;
    border: 2px solid #fff;
    background-color: #fff;
    text-decoration: none;
    font-weight: 500;
}

.btn-custom {
    color: #fffcff;
    border: 0px solid;
    font-size: 15px;
    transition: all 0.5s;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 9px;
    letter-spacing: 0.5px;
	background: linear-gradient(90deg, rgba(13, 0, 255, 1) 0%, rgba(12, 12, 92, 1) 100%, rgba(23, 150, 176, 1) 100%);
}

.btn {
    padding: 13px 26px;
}

.btn-sm {
    padding: 10px 22px;
}

.btn-round {
    border-radius: 30px;
}

.f-12 {
    font-size: 12px;
}

.f-13 {
    font-size: 13px;
}

.f-14 {
    font-size: 14px;
}

.f-15 {
    font-size: 15px;
}

.f-16 {
    font-size: 16px;
}

.f-17 {
    font-size: 17px;
}

.f-18 {
    font-size: 18px;
}

.f-19 {
    font-size: 19px;
}

.f-20 {
    font-size: 20px !important;
}

.line-height_1_4 {
    line-height: 1.4;
}

.line-height_1_6 {
    line-height: 1.6;
}

.line-height_1_8 {
    line-height: 1.8;
}


/*****************
  2.   TITLE
*****************/

.title-heading {
    font-size: 40px;
    position: relative;
    padding-bottom: 20px;
}

.title-border {
    width: 80px;
    height: 3px;
    margin: 0 auto;
}

.title-desc {
    max-width: 600px;
    margin: 0 auto;
}

.title-heading:before {
    bottom: 5px;
    content: "";
    height: 2px;
    left: 50%;
    margin-left: -50px;
    position: absolute;
    width: 100px;
}

.title-heading:after {
    bottom: 0;
    content: "";
    height: 2px;
    left: 50%;
    margin-left: -25px;
    position: absolute;
    width: 50px;
}


/*****************
   3.   HOME
*****************/

.bg-home {
    background-image: url("../images/bg-1.jpg");
    background-size: cover;
    height: 100vh;
    position: relative;
    background-position: center center;
}

.home-title {
    font-size: 30px;
    color: black;
    font-weight: 500;
}

.home-desc {
    font-size: 20px;
    color: black;
    max-width: 700px;
    margin: 0 auto;
}


/* variation-2 */

.home-2 {
    position: relative;
}

.home-2 .carousel-control-next,
.carouser-control-prev {
    width: 6%;
}

.home-2 .carousel-item,
.home-2 .carousel {
    height: 100vh;
    width: 100%;
}

.home-2 .carousel-item {
    background-position: center center;
    background-size: cover;
}

.variation-2 .home-title {
    font-size: 30px;
}


/* variation-3 */

.bg-home-3 {
    background-image: url("../images/bg-3.jpg");
    background-size: cover;
    padding: 300px 0px 270px 0px;
    background-position: center center;
    position: relative;

}

.variation-3 .home-title {
    font-size: 32px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 10px;
    text-transform: uppercase;
    border-radius: 30px;
    padding: 10px 30px 10px 30px;
    position: relative;
    display: inline-block;
}


/* variation-4 */

.bg-home-4 {
    background-image: url("../images/bg-6.jpg");
    background-size: cover;
    height: 100vh;
    background-position: center center;
    position: relative;
}

.variation-4 .home-subtitle{
    color: #f7f7f7;
}

.variation-4 .home-title {
    font-size: 56px;
}

.variation-4 .home-desc{
    max-width: 650px;
    font-size: 17px;
}


/* variation-5 */

.bg-home-5{
    background-image: url("../images/bg-2.jpg");
    background-size: cover;
    padding: 230px 0px 200px 0px;
    background-position: center center;
    position: relative;
}

/* variation-6 */

.bg-home-6{
     background-image: url("../images/bg-3.jpg");
    background-size: cover;
    height: 100vh;
    background-position: center center;
    position: relative;

}

.variation-6 .home-title{
    font-size: 54px;
}

.scroll {
    position: relative;
}

.scroll-play-icon {
    height: 50px;
    width: 50px;
    background-color: transparent;
    line-height: 48px;
    border-radius: 50%;
    border: 2px solid #dbdbdb;
    font-size: 16px;
    display: inline-block;
}
  
/*****************
   4.   ABOUT
*****************/

.about-heading {
    font-size: 22px;
    max-width: 640px;
    margin: 0 auto;
}

.about-title {
    font-size: 28px;
}

.about-lavel h3 {
    font-size: 32px;
}

.about-lavel h4 {
    font-size: 20px;
}

.about-image img {
    border-radius: 3px;
}


/* variation-2 */

.variation-2 .about-title {
    color: #323232;
    transition: all .3s ease;
}

/* variation-3 */

.about-icon i {
    font-size: 48px;
    border: 1px solid #e6e6e6;
    color: #929292;
    padding: 30px;
    border-radius: 50%;
}

.about-lable {
    font-size: 30px;
    position: relative;
    top: -42px;
    left: 40px;
    background: #fff;
    display: inline-block;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    line-height: 65px;
}

.variation-3 .about-content {
    margin-top: -25px
}


/* variation-4 */

.about-4-icon i {
    font-size: 40px;
}

/* variation-5 */

.about-5-icon i{
font-size: 25px;
width: 50px;
height: 50px;
display: inline-block;
line-height: 50px;
color: #fff;
border-radius: 3px;
text-align: center;
}

.about-5-content{
    overflow: hidden;
}


/*****************
   5.   SERVICES
*****************/

.services-icon {
    width: 70px;
    height: 70px;
    border: 2px solid;
    border-radius: 50%;
    text-align: center;
}

.services-icon i {
    line-height: 66px;
    font-size: 34px;
    color: #fff;
}

.services-title a {
    color: #323232;
    transition: all .3s ease;
    font-size: 20px;
}

.services-content {
    overflow: hidden;
}


/* variation-2 */

.servi-icon i {
    font-size: 44px;
}


/* variation-3 */

.services-3-icon {
    font-size: 32px;
}

/* variation-4 */

.services-4-icon {
    color: #ffffff;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    position: relative;
    top: -32px;
    display: inline-block;
}

.services-4-icon i {
    font-size: 30px;
    text-align: center;
    line-height: 64px;
}


/* variation-5 */

.services-5-icon i{
   font-size: 50px;
}

.services-box-5{
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);

}


/* variation-6 */


.ser-6-content{
    border-left: 3px solid ;
}

.services-6-content{
    overflow: hidden;
}


/*****************
   6.   COUNTER
*****************/

.bg-counter {
    background-image: url("../images/bg-2.jpg");
    background-size: cover;
    position: relative;
    background-position: center center;
}

.counter-heading {
    font-size: 28px;
}

.counter-icon i {
    font-size: 44px;
    color: #fff;
}

.counter-value {
    color: #fff;
    font-size: 54px;
}

/* variation-3 */

.counter-border {
    width: 60px;
    height: 4px;
    margin: 0 auto;
}


.counter-6-box{
    border-left: 3px solid ;
}

/*****************
   7.   WORK
*****************/

.container-filter {
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 30px;
    padding: 0;
    text-align: center;
}

.container-filter li {
    list-style: none;
    display: inline-block;
}

.container-filter li a {
    display: inline-block;
    margin: 3px 2px;
    font-size: 13px;
    text-transform: uppercase;
    padding: 7px 12px;
    cursor: pointer;
    font-weight: 600;
    transition: all 0.4s ease-in-out;
    color: #333 !important;
}

.container-filter li a:hover {
    background-color: #4d90de !important;
    color: #fff !important;
}

.gallary-box {
    position: relative;
    overflow: hidden;
    display: block;
    border-radius: 3px;
}

.gallarry-box a {
    display: inline-block;
}

.gallary-box:hover .item-effect {
    transition: all 0.5s;
    visibility: visible;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    position: absolute;
}

.gallary-container {
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    width: 100%;
    transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -moz-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -webkit-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -o-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}

.item-effect {
    position: absolute;
    transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    visibility: hidden;
    overflow: hidden;
    transform: translateY(100%);
}

.item-effect:hover h5,
.item-effect:hover p {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
}

.item-effect .item-caption {
    position: absolute;
    bottom: 0px;
    top: 0px;
    left: 0px;
    right: 0px;
    transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    background-color: rgba(50, 50, 50, 0.9);
}

.works-content {
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    left: 0;
    right: 0;
}

.works-content p {
    color: #f7f7f7;
}

/*****************
  8. TESTIMONIAL
*****************/

.clinet-icon i {
    font-size: 50px;
}

.client-heading {
    font-size: 30px;
}

.client-image img {
    width: 80px;
}

.owl-theme .owl-controls .owl-page.active span {
    width: 30px;
    height: 10px;
}

/* variation-2 */

.testi-img img {
    width: 100px;
    border: 4px solid #323232;
}

.testi-lable p {
    color: #fff;
    position: relative;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin: 0 auto;
    top: -107px;
    line-height: 26px;
    left: 28px;
    border: 2px solid #fff;
}

.testi-desc {
    max-width: 750px;
    margin: 0 auto;
}


/* variation-3 */

.testi-icon i {
    font-size: 42px;
}

.testi-content {
    overflow: hidden;
}

.testi-desc-3 {
    background-color: #f7f7f7;
    position: relative;
}

.testi-desc-3:before {
    content: "";
    position: absolute;
    left: 22px;
    bottom: -20px;
    width: 0;
    height: 0;
    border-left: 20px solid #fff;
    border-right: 20px solid #fff;
    border-top: 20px solid #f7f7f7;
    background: none;
}

.client-img img {
    width: 60px;
}

#owl-demo-3 .owl-pagination {
    margin-top: 60px;
}



/* variation-4 */


#owl-demo-4 .owl-pagination {
    display: none;
}

.testimonial-img img {
    width: 80px;
}

.testimonial-desc {
    background-color: #fff;
}

.testimonial-icon i {
    left: 50px;
    position: absolute;
    top: 0px;
    font-size: 60px;
    line-height: 40px;
}

.testimonial-img {
    position: relative;
    bottom: 40px;
}

#owl-demo-4.owl-theme .owl-controls .owl-buttons div {
    padding: 0px;
    border-radius: 3px;
    width: 28px;
    height: 28px;
    line-height: 28px;
    font-size: 28px;
    opacity: 1;
}

/* variation-5 */

.client-5-images img{
    width: 80px;
}

.client-5-box{
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.08);
}

/* variation-6 */

.testi-6-box {
    border-left: 3px solid ;
}

/*****************
  9. CTA
*****************/

.bg-cta {
    background-image: url("../images/bg-3.jpg");
    background-size: cover;
    position: relative;
    background-position: center center;
}

.cta-title {
    color: #fff;
    font-size: 28px;
}

.cta-desc {
    color: #f7f7f7;
    max-width: 660px;
    margin: 0 auto;
}


/*****************
  10   PRICNG
*****************/

.pricing-plan {
    font-size: 50px;
}

.pricing-plan span {
    position: relative;
    font-size: 20px;
    top: -30px;
    left: 4px;
}

.pricing-features {
    overflow: hidden;
    padding-left: 25px;
}

.pricing-features h3 {
    font-size: 26px;
}


/* variation-3 */

.pricing-header {
    padding: 20px 10px 20px 10px;
}

.pricing-feature i {
    color: #323232;
}

.pricing-3-box {
    border: 1px solid #f0efef;
}

/* variation-5 */

.pricing-box-5{
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.08);
}

.pricing-5-header{
    padding: 40px;
}

.Pricing-5-plan{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.08);
    display: inline-block;
    background-color: #fff;
    position: relative;
    top: -40px;
}

.Pricing-5-plan h2{
    line-height: 80px;
}


/*****************
  11.   TEAM
*****************/

.team-img img {
    border-radius: 10px;
    border-bottom: 6px solid ;
}

.team-content a {
    position: relative;
    padding: 3px 0px;
    width: 110px;
    text-align: center;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
}


/* variation-2 */

.team img {
    border-radius: 3px;
}

.team-social a {
    color: #a2a2a2;
    font-size: 20px;
    transition: all 0.5s;
}

.team-border {
    width: 30px;
    height: 2px;
    margin: 0 auto;
}


/* variation-3 */

.team-3-img img {
    border-radius: 50%;
    width: 120px;
    border: 6px solid #ededed;
}


/* variation-4 */
.team-4-img img{
    width: 140px;
    border-radius: 50%;
}

.team-4-social a {
    text-align: center;
    color: #fff;
    display: block;
    width: 36px;
    height: 36px;
    background: #cacaca;
    line-height: 36px;
    font-size: 15px;
    transition: all 0.5s;
}

.team-4-social a:hover {
    color: #fff;
}

/* variation-5 */

.team-5-content{
    border: 1px solid #e4e4e4;
}

.team-5-border{
    border: 1px solid #e1e1e1;
}

.team-email{
    transition: all .3s ease;
}

/*****************
  12.   FAQ
*****************/

.faq {
    position: relative;
}

.faq-question {
    font-size: 15px;
}

.card-body {
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.accordion .card:last-of-type {
    border-bottom: none;
}

.card-header {
    padding: 14px 20px;
}

a.faq[data-toggle=collapse].collapsed:before {
    content: '\F140';
}

a.faq[data-toggle=collapse]:before {
    content: '\F143';
    display: block;
    float: right;
    font-family: 'Material Design Icons';
    font-size: 20px;
    color: #343a40;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}


/*****************
  13.  VIDEO
*****************/

.bg-video {
    background-image: url("../images/bg-1.jpg");
    background-size: cover;
    position: relative;
    background-position: center center;
}

.play-btn {
    height: 80px;
    width: 80px;
    font-size: 30px;
    line-height: 78px;
    border-radius: 50%;
    display: inline-block;
    border: 2px solid #fff;
    margin-top: 30px;
}

.play-icon-circle {
    height: 70px;
    width: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    font-size: 26px;
}

.video-desc{
    color: #f7f7f7;
}



/*****************
  14.  SUBSCRIBE
*****************/

.bg-subcribe {
    background-image: url("../images/bg-4.jpg");
    background-size: cover;
    position: relative;
    background-position: center center;
}

.subscribe-title {
    color: #fff;
    font-size: 28px;
}

.subscribe-desc {
    color: #f7f7f7;
}

.subcribe-form input {
    padding: 17px 20px;
    width: 100%;
    font-size: 17px;
    color: #4c5667 !important;
    border: none;
    outline: none !important;
    padding-right: 180px;
    padding-left: 30px;
    background-color: rgba(255, 255, 255, 0.85);
    border-radius: 30px;
}

.subcribe-form button {
    position: absolute;
    top: 6px;
    right: 7px;
    outline: none !important;
    border-radius: 30px;
    font-size: 17px;
    padding: 9px 30px;
}

.subcribe-form form {
    position: relative;
    max-width: 600px;
    margin: 0px auto;
}


/*****************
  15.   BLOG
*****************/

.blog-lable {
    position: relative;
    width: 50px;
    padding: 5px 0px;
    top: -60px;
    float: right;
    right: 10px;
    border-radius: 3px;
}

.read-more {
    transition: all .3s ease;
}

.read-more:hover {
    color: #323232;
}

/* variation-3 */

.blog-highlight {
    position: relative;
    width: 80px;
    padding: 1px 0px;
    top: -30px;
    left: 10px;
    border-radius: 3px;
    text-align: center;
    color: #fff;
}

.blog-content-3 {
    margin-top: -10px;
}

/* variation-5 */

.blog-5-lable a{
width: 120px;
padding: 5px 10px;
color: #fff;
border-radius: 3px;
text-align: center;
left: 14px;
position: relative;
top: -40px;
}

.blog-5-title{
    color: #323232;
    transition: all .3s ease;
}

/* variation-6 */

.blog-6-lable{
position: absolute;
width: 50px;
padding: 5px 0px;
top: 40px;
border-radius: 3px;
left: 30px;
}

/*****************
  16.   CONTACT US
*****************/

textarea.form-control {
    height: auto !important;
}

.error {
    margin: 8px 0px;
    display: none;
    color: red;
}

#ajaxsuccess {
    font-size: 16px;
    width: 100%;
    display: none;
    clear: both;
    margin: 8px 0px;
}

.error_message {
    padding: 10px;
    margin-bottom: 20px;
    text-align: center;
    color: #f01414;
    border: 2px solid #f01414;
}

.contact-loader {
    display: none;
}

#success_page {
    text-align: center;
    margin-bottom: 50px;
}

#success_page h3 {
    color: #0dba26;
    font-size: 22px;
}

.custom-form .form-control:focus {
    outline: 0;
    box-shadow: none;
}

.custom-form .form-control {
    height: 52px;
    z-index: 2;
    font-size: 15px;
    background-color: #fcfcfc;
    border: 1px solid #ececec;
}

.map {
    filter: grayscale(100);
}


/*****************
  17.  FOOTER
*****************/

.bg-footer {
    background-color: #323232;
}

.footer-title h5 {
    color: #f7f7f7;
    letter-spacing: 0.5px;
}

.footer-info {
    color: #bcbcbc;
}

.footer-link a {
    color: #bcbcbc;
    line-height: 40px;
    font-size: 15px;
    transition: all 0.5s;
}

.footer-link {
    float: left;
}

.newsletter input {
    padding: 12px 20px;
    width: 100%;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.7)!important;
    border: none;
    outline: none !important;
    padding-right: 75px;
    padding-left: 15px;
    background-color: rgba(166, 174, 185, 0.25);
    border-radius: 5px;
}

.newsletter button {
    position: absolute;
    top: 0px;
    right: 0px;
    outline: none !important;
    border-radius: 0px 5px 5px 0px;
    padding: 2px 12px;
    font-size: 25px;
}

.newsletter form {
    position: relative;
    max-width: 400px;
}

.client-images img {
    max-height: 60px;
    width: auto !important;
    margin: 10px auto;
    transition: all 0.5s;
}

.client-images img:hover {
    opacity: 0.6;
}


/*****************
  18.  FOOTER-alt
*****************/

.bg-footer-alt {
    background-color: #272727;
    padding: 26px 0px;
}

.social-icon li a {
    display: block;
    color: #fff;
    font-size: 15px;
    transition: all 0.4s;
}

/******************
  19.  RESPONSIVE
********************/

@media (min-width: 200px) and (max-width: 767px) {
    .variation-2 .home-title {
        font-size: 36px;
    }
    .variation-3 .home-title {
        font-size: 22px;
    }
    .variation-4 .home-title {
        font-size: 45px;
    }

    .variation-6 .home-title {
        font-size: 45px;
    }

    .pull-none {
    text-align: center !important;
    float: none !important;
}

}

@media (max-width: 425px) and (min-width: 320px) {
    .variation-2 .home-title {
    font-size: 30px;
}

.home-desc {
    font-size: 15px;
}

.bg-home-3{
padding: 120px 0px 70px 0px;
}

.bg-home-5{
   padding: 120px 0px 70px 0px; 
}

}

@media (max-width: 768px) {
    .navbar-sticky {
        top: 0px !important;
    }
    .home-title {
        font-size: 42px;
    }
    .container {
        max-width: 768px !important;
    }
    .bg-home {
        height: auto;
    }

    .bg-home-6 {
        height: auto;
    }

    .variation-3 .home-title {
    font-size: 22px;
}
.variation-4 .home-title {
    font-size: 40px;
}

    .counter-6-box{
        border: none;
    }
}

ul {
  list-style-type: disc;   /* krug */
  list-style-position:  outside;
}

li {
  color: black; /* boja teksta I bulleta */
}
li::marker {
  color: #1e90ff;
}

                              Content Page
-----------------------------------------------------------------------*/
.content-page { overflow: hidden; margin-left: 300px; padding: 125px 15px 0; min-height: 100vh; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.iq-user-dropdown { width: 350px; }
body.sidebar-main .content-page { margin-left: 80px; }
.iq-dropdown { padding: 0px 5px; }
.iq-search-bar.search-book { padding: 0px 5px; }
.iq-search-bar.search-book .search-input, .iq-search-bar.search-book .search-data { height: 45px; }
.iq-search-bar.search-book .searchbox .search-link { top: 7px; }
.newrealease-contens .slick-active.slick-center { }
.category-content { margin-top: 30px }
.price .old-price { text-decoration: line-through; }
.iq-social ul li a { display: block; text-align: center; font-size: 16px; line-height: 43px; }
.iq-social ul li a.facebook { background: #3b5998 !important }
.iq-social ul li a.twitter { background: #00acee !important }
.iq-social ul li a.youtube { background: #FF0000 !important }
.iq-social ul li a.pinterest { background: #E60023 !important }
.form-control.form-search-control { -webkit-box-shadow: 0px 4px 20px 0px rgba(44, 101, 144, 0.1); box-shadow: 0px 4px 20px 0px rgba(44, 101, 144, 0.1); }
.iq-search-filter {margin-bottom: 30px;}
#favorites-slider h5, .browse-bookcontent h6, .search-bookcontent h6, #similar-slider h6, #trendy-slider h6 { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
#favorites-slider p, .browse-bookcontent p, .search-bookcontent p, #similar-slider p, #trendy-slider p { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; }

.pricing-list {
    list-style: none;
    padding: 0;
}
.pricing-list li {
    display: inline-flex;       /* ključ */
    align-items: center;
    gap: 10px;                  /* razmak između točke i teksta */
    margin: 0 8px;
	color: rgba(255,255,255,0.9);
}

.pricing-list li::before {
    content: "";
    width: 6px;
    height: 6px;
    background: #3ECBFF;
    border-radius: 50%;
    box-shadow: 0 0 8px #3ECBFF;
    flex-shrink: 0;
	    margin-right: 8px;
}
.pricing-list1 {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.pricing-list1 li {
    display: flex;
    justify-content: center;   /* centriranje cijelog reda */
    align-items: center;
    gap: 10px;
    margin: 10px 0;
    color: slategray;
}

.pricing-list1 li::before {
    content: "";
    width: 8px;
    height: 8px;
    background: #3ECBFF;
    border-radius: 50%;
    box-shadow: 0 0 8px #3ECBFF;
    flex-shrink: 0;
}


.pricing-list2 {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.pricing-list2 li {
    position: relative;
    padding-left: 18px;
    margin: 10px 0;
    color: slategray;
}

.pricing-list2 li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.6em; /* poravnanje s tekstom */
    width: 8px;
    height: 8px;
    background: #3ECBFF;
    border-radius: 50%;
    box-shadow: 0 0 8px #3ECBFF;
}
.section-bg::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255,255,255,0.6); /* povećaj do 0.7 ako treba */
}


.hero-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 35px;
}

.hero-buttons .btn-hero {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 250px;
    padding: 18px 34px;
    border-radius: 18px;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    text-decoration: none;
    color: #ffffff;
    border: 1px solid rgba(255,255,255,0.18);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow:
        0 10px 30px rgba(0,0,0,0.28),
        inset 0 1px 0 rgba(255,255,255,0.12);
    transition: all 0.3s ease;
}

/* Primarni gumb */
.hero-buttons .btn-trial {
    background: linear-gradient(135deg, rgba(36, 89, 255, 0.95) 0%, rgba(20, 15, 115, 0.92) 100%);
    box-shadow:
        0 0 18px rgba(62, 203, 255, 0.28),
        0 10px 30px rgba(0,0,0,0.35),
        inset 0 1px 0 rgba(255,255,255,0.14);
}

.hero-buttons .btn-trial:hover {
    color: #ffffff;
    transform: translateY(-2px);
    background: linear-gradient(135deg, rgba(52, 113, 255, 1) 0%, rgba(27, 20, 140, 1) 100%);
    box-shadow:
        0 0 24px rgba(62, 203, 255, 0.45),
        0 16px 36px rgba(0,0,0,0.38),
        inset 0 1px 0 rgba(255,255,255,0.18);
}

/* Sekundarni gumb */
.hero-buttons .btn-register {
    background: linear-gradient(135deg, rgba(31, 40, 86, 0.82) 0%, rgba(67, 72, 111, 0.78) 100%);
    border: 1px solid rgba(132, 188, 255, 0.22);
}

.hero-buttons .btn-register:hover {
    color: #ffffff;
    transform: translateY(-2px);
    background: linear-gradient(135deg, rgba(39, 52, 108, 0.9) 0%, rgba(88, 95, 145, 0.88) 100%);
    box-shadow:
        0 0 18px rgba(125, 170, 255, 0.22),
        0 14px 34px rgba(0,0,0,0.34),
        inset 0 1px 0 rgba(255,255,255,0.16);
}

.hero-buttons .btn-hero:active {
    transform: translateY(0);
}

/* mobitel */
@media (max-width: 767px) {
    .home-2 .hero-buttons {
        display: flex !important;
        flex-direction: column;
        align-items: flex-start;
        gap: 14px;
    }

    .home-2 .hero-buttons .btn-hero,
    .home-2 .hero-buttons a.btn-hero,
    .home-2 .hero-buttons .btn.btn-hero {
        min-width: 220px !important;
        width: auto !important;
        max-width: 100%;
        padding: 16px 26px !important;
        font-size: 16px !important;
        line-height: 1.2;
        border-radius: 16px !important;
    }
    #Sample .about-img {
        position: relative;
        left: 50%;
        right: 50%;
        margin-left: -50vw;
        margin-right: -50vw;
        width: 100vw;
    }

    #Sample .about-img img {
        width: 100%;
        height: auto;
        display: block;
    }
 #Sample .img-fluid {
        width: 100%;
        height: auto;
        display: block;
    }
 #Sample .img-fluid img{
        width: 100%;
        height: auto;
        display: block;
    }
}

.home-2 .carousel-item::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        90deg,
        rgba(8, 12, 30, 0.75) 0%,
        rgba(8, 12, 30, 0.55) 35%,
        rgba(8, 12, 30, 0.25) 65%,
        rgba(8, 12, 30, 0.15) 100%
    );
    z-index: 1;
}

.home-desc-center {
    position: relative;
    z-index: 2;
}

.btn-trial {
    background: linear-gradient(135deg, #2f6bff, #1b1a7a);
    box-shadow: 0 0 20px rgba(62,203,255,0.35);
    border: none;
}

.btn-register {
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.2);
    backdrop-filter: blur(6px);
}

#work {
    position: relative;
    overflow: hidden;
}

#work::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 50% 18%, rgba(62,203,255,0.18), transparent 38%),
        linear-gradient(rgba(4,16,30,0.46), rgba(4,16,30,0.66));
    z-index: 0;
    pointer-events: none;
}

#work .container {
    position: relative;
    z-index: 1;
}

#work .title-heading {
    color: #ffffff !important;
    font-weight: 700;
    text-shadow: 0 2px 18px rgba(0,0,0,0.48);
}


#work .title-desc,
#work .text-muted {
    color: rgba(235,250,255,0.88) !important;
    font-size: 18px;
    line-height: 1.65;
    text-shadow: 0 2px 12px rgba(0,0,0,0.38);
}

#work .pricing-list {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 14px 26px;
    list-style: none;
    padding: 0;
    margin: 18px auto;
}

#work .pricing-list li {
    color: #ffffff !important;
    font-size: 20px;
    font-weight: 600;
    text-shadow: 0 2px 14px rgba(0,0,0,0.50);
    position: relative;
}

#work .pricing-list li::before {
    content: "";
    width: 8px;
    height: 8px;
    margin-right: 12px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    background: #3ECBFF;
    box-shadow: 0 0 10px rgba(62,203,255,0.85);
}

#work .gallary-box {
    position: relative;
    z-index: 2;
}

#work .gallary-container {
    width: 100%;
    display: block;
    border-radius: 14px;
    box-shadow: 0 22px 50px rgba(0,0,0,0.38);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

#work .gallary-container:hover {
    transform: translateY(-6px);
    box-shadow: 0 28px 65px rgba(0,0,0,0.48);
}


body {
    opacity: 0;
    transition: opacity 0.8s ease, transform 0.8s ease;
}

body.page-loaded {
    opacity: 1;
}


@media (max-width: 767px) {
    #work .title-box {
        padding: 22px 18px;
        border-radius: 18px;
    }


    #work .title-desc,
    #work .text-muted {
        font-size: 16px;
    }

    #work .pricing-list {
        gap: 10px 18px;
    }

    #work .pricing-list li {
        font-size: 17px;
    }
}

/* ==========================================================
   QUANTALIS READABILITY / ACCESSIBILITY TUNING — 2026-08-08
   Globalno povećana čitljivost bez promjene layouta.
========================================================== */

html{
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
}

body{
    color:#29485d;
    font-size:16px;
    line-height:1.65;
}

p{
    color:#405a6d;
    font-size:16px;
    line-height:1.78;
}

.text-muted{
    color:#5a7080 !important;
}

h1,h2,h3,h4,h5,h6{
    color:#203f54;
}

.title-heading{
    font-weight:500;
    color:#183a51;
}

.title-desc{
    max-width:680px;
    color:#536b7c !important;
    font-size:17px;
    line-height:1.75;
}

.btn,
.btn-custom{
    font-size:15.5px;
    font-weight:700;
}

.content-card p,
.content-card li,
.pricing-card p,
.pricing-card li,
.market-examples p,
.market-examples li{
    font-size:16px;
    line-height:1.7;
}

.faq-question{
    color:#29485d;
    font-size:17px;
    font-weight:600;
}

.card-body{
    color:#465f71;
    font-size:16px;
    line-height:1.72;
}

.custom-form .form-control{
    color:#304d61;
    font-size:16px;
}

.footer-info{
    color:#d0d5d9;
    font-size:15.5px;
    line-height:1.7;
}

.footer-link a{
    color:#d0d5d9;
    font-size:15.5px;
}

.bg-footer-alt,
.bg-footer-alt p,
.bg-footer-alt a{
    color:#d6dadd;
}

@media (max-width:767px){
    body{
        font-size:16px;
    }

    p{
        font-size:16px;
        line-height:1.72;
    }

    .title-desc{
        font-size:16.5px;
    }

    .faq-question{
        font-size:16.5px;
    }
}
/* MOBILE HEADER – logo lijevo, hamburger desno */
@media (max-width: 991px) {

    #topnav .menu {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: nowrap;
        padding: 0 15px;
    }

    #topnav .logo {
        display: flex;
        align-items: center;
        flex: 0 1 auto;
        margin: 0;
    }

    #topnav .logo img {
        max-width: 215px;
        width: 100%;
        height: auto;
    }

    #topnav .menu-extras {
        flex: 0 0 auto;
        margin-left: auto;
        position: static;
    }

    #topnav .menu-extras .menu-item {
        margin: 0;
    }
}
/* HOW IT WORKS – compact mobile cards */
@media (max-width: 767px) {

    #services .content-card {
        padding: 28px 30px !important;
        min-height: 0 !important;
        height: auto !important;
    }

    #services .servi-icon {
        margin-bottom: 16px !important;
    }

    #services .servi-icon i {
        font-size: 38px !important;
    }

    #services .content-card h4 {
        margin-top: 0 !important;
        margin-bottom: 10px !important;
        font-size: 20px;
        line-height: 1.35;
    }

    #services .content-card p {
        margin-bottom: 0;
        font-size: 16px;
        line-height: 1.6;
    }

    #services .col-lg-4,
    #services .col-md-6 {
        margin-bottom: 14px !important;
    }
}

@media (max-width: 767px) {

    .output-card {
        padding: 18px !important;
        overflow: hidden;
    }

    .output-card img {
        display: block;
        width: 100% !important;
        max-width: 430px;
        height: auto !important;
        margin: 0 auto;
        object-fit: contain;
    }
}
/* SAMPLE OUTPUT – clean white image card */
.sample-output-card {
    background: #fff !important;
    overflow: hidden;
}

.sample-output-card img {
    display: block;
    background: #fff !important;
}

/* Mobile */
@media (max-width: 767px) {

    .sample-output-card {
        padding: 18px !important;
        background: #fff !important;
    }

    .sample-output-card img {
        display: block;
        width: calc(100% - 10px);
        max-width: 430px;
        height: auto !important;
        margin: 0 auto;
        object-fit: contain;
        background: #fff !important;
        border-radius: 12px;
    }
}
.sample-output-card > div {
    background: #fff !important;
}