.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.article1::after,
.article2::after,
.article3::after,
.article4::after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    opacity: 0.4;
    background: rgba(0, 0, 0, 0.8);
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    transition: all 1s;
    color: white;
}

.article1,
.article2,
.article3,
.article4 {
    position: relative;
}

.article1 {
    overflow: hidden;
    background-size: cover;
    background-image: url("https://images.unsplash.com/photo-1450101499163-c8848c66ca85?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1470&q=80");
    background-size: cover;
}

.article2 {
    overflow: hidden;
    background-image: url("https://images.unsplash.com/photo-1505547828843-176834e42154?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=MnwyMDkyMnwwfDF8c2VhcmNofDExfHxsYXd8ZW58MHx8fHwxNjYwMDI1NTA3&ixlib=rb-1.2.1&q=80&w=1080");
    background-size: cover;
}

.article3 {
    overflow: hidden;
    background-image: url("images/article_images/Uopsteno.webp");
    background-size: cover;
}

.article4 {
    overflow: hidden;
    background-image: url("./images/article_images/NasDemo.webp");
    background-size: cover;
    background-color: #000000;
    background-position: center center;
}

.article1:hover::after,
.article2:hover::after,
.article3:hover::after,
.article4:hover::after {
    opacity: 0.8;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

/* stylelint-disable selector-list-comma-newline-after */
.blog-header {
    line-height: 1;
}

.blog-header-logo:hover {
    text-decoration: none;
}

.display-4 {
    font-size: 2.5rem;
}

@media (min-width: 768px) {
    .display-4 {
        font-size: 3rem;
    }
}

.nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
}

.nav-scroller .nav {
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.nav-scroller .nav-link {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-size: 0.875rem;
}

.card-img-right {
    height: 100%;
    border-radius: 0 3px 3px 0;
}

.flex-auto {
    flex: 0 0 auto;
}

.h-250 {
    height: 250px;
}

@media (min-width: 768px) {
    .h-md-250 {
        height: 250px;
    }
}

/* Pagination */
.blog-pagination {
    margin-bottom: 4rem;
}

.blog-pagination > .btn {
    border-radius: 2rem;
}

/* * Blog posts */
.blog-post {
    margin-bottom: 2rem;
}

.blog-post-title {
    margin-bottom: 0.25rem;
    font-size: 2.5rem;
}

.blog-post-meta {
    margin-bottom: 1.25rem;
    color: #727272;
}

/* * Footer */
.blog-footer {
    padding: 2rem 0;
    color: white;
    text-align: center;
    border-top: 0.05rem solid #e5e5e5;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #212529;
}

.blog-footer p:last-child {
    margin-bottom: 0;
    width: 85%;
}

.blog-footer img {
    height: 60px;
    max-width: 270px;
}

.blog-footer img:hover {
    opacity: 85%;
}

.blog-footer a {
    margin-top: 2rem;
}

.blog-footer hr {
    height: 2px;
}

.blog-footer p:first-of-type {
    width: 60%;
    margin-top: 2rem;
}

.blog-footer hr {
    width: 85%;
}

.catergory:hover {
    background-color: #212529;
    color: white;
    cursor: pointer;
    transition: 0.7s ease-in-out;
}

.catergory {
    color: black;
    cursor: pointer;
    text-decoration: none;
    border-radius: 5px;
}

#myBtn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99;
    outline: none;
    background-color: #000000;
    color: white;
    cursor: pointer;
    border-radius: 57px;
    width: 50px;
    height: 50px;
    border: 2px solid rgba(255, 255, 255, 0.28);
    transition: 0.5s ease-in-out;
}

.sidemenuLinks {
    text-decoration: none;
    cursor: pointer;
}

.noUnderline {
    text-decoration: none;
    cursor: pointer;
}

.container.mb-4 > a {
    text-decoration: none;
    cursor: pointer;
}

.headeBgContainer {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

    /* background-image: url("./images/Images%20Blog/ArticleDemo/zan-X_JsI_9Hl7o-unsplash%20(1).jpg") */
}

.lineMoreArticles {
    border-bottom: 1px solid #919191;
}

.fonts {
    font-family: "Roboto", sans-serif;
    font-size: 18.75px;
}

.sideMenuSticky {
    margin-bottom: 25%;
    height: fit-content;
    display: inline-block;
    background-color: #f6f6f6;
    position: sticky;
    z-index: 1;
    top: 25%;
    max-height: 50vh;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.text p {
    text-align: justify;
}

.seeMore {
    padding: 0 15px;
}

.seeMoreText {
    padding: 0 15px;
}

.sideMenuList {
    padding-left: 16px;
    font-size: 14px;
}

.blog-post p {
    text-align: justify;
}

.blogText {
    padding-right: 0;
}

@media (max-width: 1059px) {
    .sideMenuSmall {
        max-height: 50vh;
        overflow-y: scroll;
        top: 25%;
    }
}

@media (min-width: 1060px) {
    .contentContainerLarge {
    }
}

.sideMenuSticky::-webkit-scrollbar {
    display: none;
}

.textOverflowDiv {
    padding-left: 0;
    padding-right: 0;
}

.overflowTextDiv {
    padding-left: 0;
    padding-right: 0;
}

@media (max-width: 767px) {
    .blogTextSmall {
        padding-left: 0;
    }
}

@media (max-width: 767px) {
    .contentSmall {
        padding-left: 0;
        padding-right: 0;
        margin-top: 2rem;
    }
}

@media (max-width: 589px) {
    .contentSmall {
        padding-left: 5%;
        padding-right: 5%;
    }
}

@media (max-width: 767px) {
    .textContentSmall {
        padding-left: 0;
        padding-right: 0;
    }
}

.introText {
    font-weight: bold;
}

.stepsList {
    text-align: justify;
}

.stepsList ol {
    font-style: italic;
    font-size: 1rem;
}

.stepsList ol li {
    margin: 0.7rem 0;
}

.stepsList ul {
    font-style: normal;
    font-weight: normal;
    list-style-type: disc;
}

.FAQ {
    text-align: justify;
}

.FAQ ol li {
    font-weight: bold;
    margin-bottom: 0.5rem;
}

.FAQ ol p {
    font-weight: normal;
}

.img-margins {
    margin-bottom: 1rem;
}

.stepsList .img-margins {
    margin-top: 1rem;
}

@media (min-width: 1060px) {
    .videoSizeDesktop {
        min-width: 414px;
    }
}

@media (max-width: 1199px) {
    .smallDevAlign {
        padding-right: 0;
    }
}

.sideMenuLargeScreen {
    left: 0;
    width: 25%;
    height: inherit;
}

@media (min-width: 1200px) {
    .contentContainerDesktop {
    }
}

.sideMenuDimensions {
    width: 80%;
    margin: auto;
    margin-top: 0px;
    margin-bottom: 0;
}

.unbreakableString {
    white-space: nowrap;
}

@media (max-width: 767px) {
    .titleDimensions {
        width: 80%;
        margin: auto;
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
}

.FAQStyle {
    text-align: center;
    margin-top: 3rem;
    margin-bottom: 1.8rem;
}

.zeleniGumb:hover {
    background-color: #58946c;
    color: white;
}

.siviGumb {
    background-color: #6c757d;
    color: white;
}

.siviGumb:hover {
    background-color: #5c636a;
    color: white;
}

.imgContainer {
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
}

.sideMenuStickyDesktop {
    height: fit-content;
    max-height: 70vh;
    z-index: 1;
    top: 15%;
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
    position: sticky;
}

.sideMenuStickyDesktop::-webkit-scrollbar {
    display: none;
}

.sideMenuStickyDesktop ul {
    list-style-type: none;
    padding-left: 0;
}

.sideMenuStickyDesktop li {
    border-bottom: 1px solid gray;
    padding: 1rem 0;
    color: #1591cd;
    font-weight: normal;
}

.sideMenuStickyDesktop p {
    margin-bottom: 0;
}

.table-container {
    display: table;
    width: 100%;
}

.table-container > section {
    display: table-cell;
}

noPaddingText {
    display: grid;
    grid-template-columns: auto auto;
}

@media (min-width: 1200px) {
    .noPaddingText {
        padding: 0;
    }
}

.par-list p {
    margin: 0;
}

.center-elements {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}

.homeHeader {
    background-image: url('images/HomePage.webp');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 500px;
}

