.tw__bg-primary {
  background-color: #1e4075;
}

.tw__navbar__btn-contact, .tw__login__btn-login {
  padding: 15px 35px 15px 35px;
  border-radius: 30px;
  font-weight: bold;
  box-shadow: 0 .5rem 1rem rgba(30,64,117,.48)!important;
}


.tw__header__btn-find-out {
  padding: 15px 35px 15px 35px;
  border-radius: 30px;
  font-weight: bold;
  box-shadow: 0 .5rem 1rem rgba(30,64,117,.48)!important;
  width: 50%;
}

.tw__text-secondary {
  color: #567FBF !important;
}

.tw__hero-card {
  border-radius: 30px;
}

.tw__da-img {
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}

.tw__rounded-section__bottom {
  background-color: #F8F9FA;
  border-bottom-right-radius: 70px;
}

@media (min-width: 2650px) {
  .tw__rounded-section__wrapper {
    max-width: 2650px;
  }
}

@media (min-width: 2650px) {
  .tw__rounded-section__bottom {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
}

.tw__presentation-cards__section {
  height: 430px;
  background-color: #F8F9FA;
  border-top-left-radius: 70px;
  margin-top: 180px !important;
  display: block;
}

@media (max-width: 992px) {
    .tw__presentation-cards__section {
        display: none !important;
    }
}

@media (min-width: 576px) {
  .tw__presentation-cards__section {
    height: 230px;
    background-color: #F8F9FA;
    border-top-left-radius: 70px;
  }
}

@media (min-width: 992px) {
  .tw__presentation-cards__section {
    height: 200px;
    background-color: #F8F9FA;
    border-top-left-radius: 70px;
    margin-top: 0px !important;
  }
}

.tw__putanja__card-top {
  border-top-right-radius: 30px;
  border-top-left-radius: 30px;
}

.tw__putanja__card-bottom {
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
}

.tw__putanja__card:hover {
  background-color: #567FBF !important;
  color: white !important;
}

.tw__putanja__card {
  transition: 0.5s;
}

.tw__pricing__section {
  background-color: #F8F9FA;
  border-bottom-right-radius: 70px;
  border-top-left-radius: 70px;
}

.tw__pricing-card__1 {
  border-radius: 50px;
  border-bottom-right-radius: 0px;
}

.tw__pricing-card__heading {
    border-top-right-radius: 50px;
    border-top-left-radius: 50px;
    background-color: #1e4075;
    color: white;
}

.tw__visibility--none {
    display: none;
}

.tw__text-primary {
  color: #1e4075;
}

.tw__pricing-card__2 {
  border-radius: 50px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.tw__pricing-card__3 {
  border-radius: 50px;
  border-bottom-left-radius: 0px;
}

.tw__btn-primary__upit {
  padding: 15px 35px 15px 35px;
  border-radius: 30px;
  font-weight: bold;
  box-shadow: 0 .5rem 1rem rgba(30,64,117,.48)!important;
  width: 350px;
  position: absolute;
  margin-top: -30px;
}

.tw__bg-secondary {
  background-color: #567FBF;
}

@keyframes slideUpIn {
  from {
    transform: translateY(100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.tw__demo__btn-try-out {
  padding: 15px 35px 15px 35px;
  border-radius: 30px;
  font-weight: bold;
  box-shadow: 0 .5rem 1rem rgba(30,64,117,.48)!important;
}

.tw__contact-section {
  border-top-right-radius: 70px;
  border-top-left-radius: 70px;
}

.tw__form__input {
  border-radius: 50px;
  padding: 12px;
  border: none;
  box-shadow: inset 0 0 7px rgba(125,125,125,0.89);
}

.tw__form__textarea {
  border-radius: 30px !important;
  resize: none;
}

.tw__form__submit-btn {
    padding: 15px 35px;
    border-radius: 30px;
    font-weight: bold;
    box-shadow: 0 .5rem 1rem rgba(30,64,117,.48) !important;
    width: 250px;
    transition: margin-top 0.3s ease; 
}

.tw__form__alert-container {
    transition: all 0.3s ease;
}

.tw__footer {
  background-color: #1A3662;
}

.tw__login__card {
    border-radius: 50px;
}

.tw__login__bg {
    background-image: url("/img/square-hero.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.tw__login__bg--height {
    min-height: calc(100vh - 582px);
}

.tw__hero__bg {
    background-image: url("/img/square-hero.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}


@media (min-width: 1200px) {
    .tw__hero__bg--height {
        height: 80vh !important;
    }
}

.tw__hero-card--position {
    position: absolute;
    margin-top: -10vh;
    z-index: 400;
}

.tw__demo__bg {
    background-image: url("/img/squares-bg-demo.png");
    background-position: bottom 0px right 200px;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #efefef;
    border-bottom-right-radius: 70px;
    border-top-left-radius: 70px;
}

.tw__demo__gif {
    border-radius: 30px;
}

    .tw__15em {
        width: 15em;
    }

    textarea.form-control {
        min-height: calc(1.5em + .75rem + calc(var(--bs-border-width) * 2));
        resize: none;
    }

    .tw__demo-modal__img {
        width: 500px;
        border-top-left-radius: 100px;
        border-bottom-left-radius: 100px;
        height: 100%;
    }

    .modal-content {
        border-top-left-radius: 100px;
        border-bottom-left-radius: 100px;
        border-top-right-radius: 100px;
        background-color: rgba(255,255,255,0.24);
        background: none;
        border: none;
    }

    .tw__footer__link {
        text-decoration: none;
        color: #567FBF;
    }

    .tw__border-top-left-radius {
        border-top-left-radius: 50px;
    }

    .tw__border-top-right-radius {
        border-top-right-radius: 50px;
    }

    .tw__border-bottom-right-radius {
        border-bottom-right-radius: 50px;
    }

    .tw__putanja__card-number {
        font-size: 50px;
        width: 120px;
        opacity: 0.6;
    }

.tw__putanja__number {
    font-size: 100px;
    opacity: 0.6 !important; /* iz nekog razloga AOS animacije gaze ovaj rule */
}

.tw__putanja__img {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}

.tw__putanja__p-bg {
    background-color: #efefef;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}

.tw__animation-fix {
    overflow-x: hidden !important;
}

.timeline-steps {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

    .timeline-steps .timeline-step {
        align-items: center;
        display: flex;
        flex-direction: column;
        position: relative;
        margin: 0.8rem;
    }

@media (min-width:768px) {
    .timeline-steps .timeline-step:not(:last-child):after {
        content: "";
        display: block;
        border-top: .50rem dotted #3b82f6;
        width: 3.46rem;
        position: absolute;
        left: 7.5rem;
        top: .3125rem;
    }
}

@media (min-width:768px) {
    .timeline-steps .timeline-step:not(:first-child):before {
        content: "";
        display: block;
        border-top: .50rem dotted #3b82f6;
        width: 2.7rem;
        position: absolute;
        right: 7.5rem;
        top: .3125rem;
    }
}

.timeline-steps .timeline-content {
    width: 10rem;
    text-align: center;
}

    .timeline-steps .timeline-content .inner-circle {
        border-radius: 1.5rem;
        height: 1rem;
        width: 1rem;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background-color: #3b82f6;
    }

        .timeline-steps .timeline-content .inner-circle:before {
            content: "";
            background-color: #3b82f6;
            display: inline-block;
            height: 3rem;
            width: 3rem;
            min-width: 3rem;
            border-radius: 6.25rem;
            opacity: .5;
        }

.inner-circle:hover::before {
    background-color: #1e4075 !important;
    cursor: pointer;
}

.download-card {
    border-radius: 50px;
}

.download-card__body {
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

    .download-card__body::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.4);
        opacity: 0;
        transition: opacity 0.3s ease;
        border-bottom-left-radius: 50px;
        border-bottom-right-radius: 50px;
        z-index: 1;
    }

    .download-card__body::after {
        content: 'Preuzmi datoteku';
        font-weight: 900;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: white;
        font-size: 1.3rem;
        opacity: 0;
        z-index: 2;
        transition: opacity 0.3s ease;
        border-radius: 50px;
    }

    .download-card__body:hover::before, .download-card__body:hover::after {
        opacity: 1;
    }

.tw__e-racun-wrapper {
    background: linear-gradient(to bottom, transparent, white), url("/img/Square BG LG.png");
    background-size: contain;
}

.tw__dms-container {
    position: relative;
}

.tw__dms-img-col__cards-img {
    position: absolute;
    top: -70px;
    right: 1px;
    width: 33%;
}

.tw__bg-light {
    background-color: #F8F9FA;
}

.tw__znacajke__img {
    position: absolute;
    top: -60px;
}

.tw__e-prednosti__icon-bg--left {
    background-color: #F0F1F9;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    padding: 40px 50px 40px 50px;
    font-size: 70px;
}

.tw__e-prednosti__icon-bg--right {
    background-color: #F0F1F9;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    padding: 40px 50px 40px 50px;
    font-size: 70px;
}

.tw__e-prednosti__wrapper {
    border-radius: 50px;
}

.tw__faq__wrapper {
    border-top-right-radius: 50px;
}

@media (min-width: 768px) {
    .tw__faq {
        padding-right: 20vw;
    }
}

.tw__faq__img {
    width: 30vw;
    position: absolute;
    top: -125px;
    right: 0px;
}

@media (min-width: 768px) {
    .tw__faq__img {
        width: 25vw;
        position: absolute;
        right: -200px;
        top: -180px;
    }
}

.tw__ltr-section__bg {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

.tw__rtl-section__bg {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}

.tw__18em {
    width: 18em;
}

.tw__header__img {
    z-index: 1500;
}

.tw__funkcionalnosti__chevron {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border: 2px solid #F8F9FA;
    opacity: 1;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    font-size: 40px;
    position: absolute;
    top: -40px;
}

.tw__light-blue {
    background-color: #F0F1F9;
}

.tw__uvjetovani-num {
    font-size: 70px;
}

.tw__light-blue-text {
    color: #e0e4ff;
}

.back-to-top {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    background-color: #567FBF;
    color: white;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    z-index: 1000;
    font-size: 20px;
    transition: all 0.3s ease;
}

    .back-to-top:hover {
        background-color: #46619F;
        transform: scale(1.1);
    }

.contact-float-btn {
    position: fixed;
    bottom: 20px;
    right: 90px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #1e4075;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    border: none;
    z-index: 99;
}

    .contact-float-btn:hover {
        background-color: #436aa7;
        transform: scale(1.1);
    }

@media (max-width: 576px) {
    .contact-float-btn {
        bottom: 20px;
        right: 75px;
        width: 45px;
        height: 45px;
    }

    .back-to-top {
        width: 45px;
        height: 45px;
    }
}

.tw__contact-card {
    width: 14em;
    background-color: #567FBF;
    color: white;
    border-radius: 20px;
}

.tw__contact-card__link {
    color: white;
    text-decoration: none;
}

.tw__contact-card__margin-right {
    margin-right: 0;
}

.tw__parallax-section {
    background-image: url('/img/photo-1460925895917-afdab827c52f-1.jpg');
    background-position: center;
    background-size: cover;
}

.tw__parallax-section__bg {
    background-color: rgba(255,255,255,0.86);
}

.tw__clip-img-right {
    clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
}

.tw__clip-img-left {
    clip-path: polygon(0% 0%,75% 0%,100% 100%,25% 100%);
}

.tw__timeline__date {
    font-family: 'Anton SC', sans-serif;
    font-size: 32px;
}

@media (min-width: 992px) {
    .tw__contact-card__margin-right {
        margin-right: 1rem;
    }
}

.tw__contact-card__margin-bottom {
    margin-bottom: 1rem;
}

@media (min-width: 992px) {
    .tw__contact-card__margin-bottom {
        margin-bottom: 0;
    }
}