.btn,
body {
    font-weight: 600
}

.footer,
.service .service-item,
.service .service-item .service-content::before,
.service .service-item .service-img::before {
    font-family: 'Noto Sans', sans-serif !important
}

* {
    font-family: 'Noto Sans', sans-serif
}

body {
    font-family: 'Noto Sans Medium', sans-serif;
    color: #7a7979 !important
}

body,
html {
    overflow-x: hidden;
    overflow-y: auto
}

#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999
}

#spinner.show {
    transition: opacity .5s ease-out, visibility linear;
    visibility: visible;
    opacity: 1
}

.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: flex;
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
    transition: .5s;
    z-index: 99
}

.btn {
    transition: .5s
}

.btn-square {
    width: 32px;
    height: 32px
}

.btn-sm-square {
    width: 34px;
    height: 34px
}

.btn-md-square {
    width: 44px;
    height: 44px
}

.btn-lg-square {
    width: 56px;
    height: 56px
}

.btn-lg-square,
.btn-md-square,
.btn-sm-square,
.btn-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    border-radius: 50%
}

.appointment .appointment-form .btn.btn-primary,
.btn.btn-light,
.btn.btn-primary,
.contact .contact-form .btn.btn-light {
    box-shadow: inset 0 0 0 0 var(--bs-primary)
}

.btn.btn-primary:hover {
    box-shadow: inset 300px 0 0 0 var(--bs-light) !important;
    color: var(--bs-primary) !important
}

.btn.btn-light:hover {
    box-shadow: inset 300px 0 0 0 var(--bs-primary);
    color: var(--bs-light) !important
}

.blog .blog-item .blog-img img,
.btn-hover,
.fixed-top .container,
.header-carousel .owl-nav .owl-next,
.header-carousel .owl-nav .owl-prev,
.service .service-item .service-content .service-content-inner,
.service .service-item .service-img img,
.testimonial .testimonial-carousel .testimonial-item .testimonial-inner p.fs-7,
.topbar a,
.topbar a i {
    transition: .5s
}

.btn-hover:hover,
.topbar a i:hover,
.topbar a:hover {
    color: var(--bs-secondary) !important
}

.contact .section-title,
.section-title,
.testimonial .section-title {
    max-width: 900px;
    text-align: center;
    margin: 0 auto
}

.contact .section-title .sub-style,
.contact .section-title .sub-title,
.section-title .sub-style,
.sub-title,
.testimonial .section-title .sub-style,
.testimonial .section-title .sub-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: var(--bs-primary)
}

.section-title .sub-style::after,
.section-title .sub-style::before,
.sub-title::after,
.sub-title::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: 1px solid var(--bs-primary) !important
}

.section-title .sub-style::before {
    width: 100px;
    left: 0;
    margin-top: 8px;
    margin-left: -100px
}

.section-title .sub-style::after {
    width: 50px;
    left: 0;
    margin-bottom: 5px;
    margin-left: -50px
}

.sub-title::before {
    width: 100px;
    right: 0;
    margin-top: 8px;
    margin-right: -100px
}

.sub-title::after {
    width: 50px;
    right: 0;
    margin-bottom: 8px;
    margin-right: -50px
}

.topbar {
    padding: 2px 10px 2px 20px;
    background: var(--bs-primary) !important
}

.navbar-light .navbar-nav .nav-link {
    font-family: 'Open Sans', sans-serif;
    position: relative;
    margin-right: 25px;
    padding: 35px 0;
    color: var(--bs-dark) !important;
    font-size: 16px;
    font-weight: 400;
    outline: 0;
    transition: .5s
}

.sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 20px 0;
    color: var(--dark) !important
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link:hover {
    color: var(--bs-primary) !important
}

.navbar-light .navbar-brand img {
    max-height: 50px;
    transition: .5s
}

.sticky-top.navbar-light .navbar-brand img {
    max-height: 45px
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    vertical-align: middle;
    margin-left: 8px
}

@media (min-width:1200px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        border: 0;
        border-radius: 10px;
        transition: .5s;
        opacity: 0
    }
}

.dropdown .dropdown-menu a:hover,
.team .team-item:hover .team-content {
    background: var(--bs-primary);
    color: var(--bs-white)
}

.navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0);
    visibility: visible;
    background: var(--bs-light) !important;
    transition: .5s;
    opacity: 1
}

@media (max-width:991.98px) {
    .sticky-top.navbar-light {
        position: relative;
        background: var(--bs-white)
    }

    .navbar.navbar-expand-lg .navbar-toggler {
        padding: 10px 20px;
        border: 1px solid var(--bs-primary);
        color: var(--bs-primary)
    }

    .navbar-light .navbar-collapse {
        margin-top: 15px;
        border-top: 1px solid #ddd
    }

    .navbar-light .navbar-nav .nav-link,
    .sticky-top.navbar-light .navbar-nav .nav-link {
        padding: 10px 0;
        margin-left: 0;
        color: var(--bs-dark) !important;
        margin-right: 0
    }

    .navbar-light .navbar-brand img {
        max-height: 45px
    }
}

.header-carousel .owl-nav .owl-next,
.header-carousel .owl-nav .owl-prev {
    width: 70px;
    height: 70px;
    top: 50%;
    transform: translateY(-50%);
    background: var(--bs-primary);
    color: var(--bs-white);
    font-size: 30px;
    display: flex;
    align-items: center;
    border-radius: 50%
}

.header-carousel,
.overlay,
.testimonial .testimonial-carousel.owl-carousel {
    position: relative
}

.header-carousel .owl-nav .owl-prev {
    position: absolute;
    left: 20px;
    justify-content: center
}

.header-carousel .owl-nav .owl-next {
    position: absolute;
    right: 20px;
    justify-content: center
}

.header-carousel .owl-nav .owl-next:hover,
.header-carousel .owl-nav .owl-prev:hover {
    box-shadow: inset 150px 0 0 0 var(--bs-light) !important;
    color: var(--bs-primary) !important
}

@media (max-width:576px) {
    .topbar {
        display: none
    }

    .header-carousel .owl-nav .owl-next,
    .header-carousel .owl-nav .owl-prev {
        top: 630px;
        transition: .5s
    }

    .header-carousel .header-carousel-item .carousel-caption .carousel-caption-content {
        width: 95% !important
    }
}

.header-carousel .header-carousel-item,
.header-carousel .header-carousel-item img {
    position: relative;
    width: 100%;
    height: 700px;
    margin-top: 95px;
    display: block;
    object-fit: cover;
    transition: .5s
}

@media (max-width:992px) {

    .header-carousel .header-carousel-item,
    .header-carousel .header-carousel-item img {
        margin-top: 0;
        transition: .5s
    }
}

.header-carousel .header-carousel-item .carousel-caption {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 100px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .5)
}

.header-carousel .header-carousel-item .carousel-caption .carousel-caption-content {
    position: relative;
    width: 75%
}

.bg-breadcrumb {
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)) center center/cover no-repeat, url(../img/carousel2.webp) center center/cover no-repeat;
    padding: 160px 0 60px
}

#lista,
.section {
    padding-top: 30px
}

.bg-breadcrumb .breadcrumb-item a {
    color: var(--bs-white) !important
}

.service .service-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .2)
}

.service .service-item .service-img {
    position: relative;
    overflow: hidden;
    z-index: 1
}

.service .service-item .service-img::before {
    width: 100%;
    height: 0;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    transition: .5s;
    z-index: 5
}

.service .service-item:hover .service-img::before {
    height: 100%;
    background: rgba(21, 185, 217, .3)
}

.blog .blog-item .blog-img:hover img,
.service .service-item .service-img:hover img {
    transform: scale(1.3)
}

.feature .feature-item:hover .feature-icon,
.service .service-item .service-content {
    position: relative;
    z-index: 2
}

.service .service-item .service-content::before {
    width: 100%;
    height: 8px;
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: rgba(21, 185, 217, .5);
    transition: .5s;
    z-index: 3
}

.service .service-item:hover .service-content::before {
    background: rgba(21, 185, 217, .5);
    height: 100%
}

.service .service-item:hover .service-content .service-content-inner {
    position: relative;
    color: var(--bs-white) !important;
    z-index: 9
}

.service .service-item:hover .service-content .service-content-inner h5 {
    font-family: 'Noto Sans', sans-serif !important;
    color: var(--bs-secondary);
    
}
.service-content-inner h5 {
    font-weight: 900;
    color: #6c757d;
}

.about .about-img {
    position: relative;
    overflow: hidden;
    height: 100%;
    border-radius: 10px
}

.about .about-img .about-img-inner {
    position: absolute;
    left: 0;
    bottom: 0;
    border: 10px solid;
    border-color: var(--bs-white) var(--bs-white) var(--bs-white) var(--bs-white);
    border-radius: 50%
}

.about .about-img .about-experience {
    position: absolute;
    top: 125px;
    left: -125px;
    transform: rotate(-90deg);
    background: 0 0;
    color: var(--bs-primary);
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 4px
}

.aboutTxt {
    color: #333;
    font-weight: 600
}

.feature .feature-item {
    position: relative;
    display: flex;
    border: 1px solid var(--bs-primary);
    border-radius: 10px;
    background: var(--bs-light);
    transition: .5s
}

.feature .feature-item::before {
    width: 0;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 10px;
    transition: .5s
}

.feature .feature-item:hover::before {
    width: 100%;
    background: var(--bs-primary)
}

.feature .feature-item .feature-icon {
    display: inline-flex;
    border-radius: 10px;
    transition: .5s
}

.feature .feature-item:hover .feature-content {
    position: relative;
    color: var(--bs-white);
    z-index: 2
}

.feature .feature-item:hover .feature-content h5,
.team .team-item:hover .team-content h5 {
    color: var(--bs-dark)
}

.appointment {
    background: linear-gradient(rgba(255, 255, 255, .9), rgba(255, 255, 255, .9)) center center/cover no-repeat fixed, url(../img/carousel2.webp) center center/cover no-repeat fixed
}

.appointment .appointment-form {
    background: rgba(239, 162, 134, .3)
}

.appointment .appointment-form .btn.btn-primary:hover {
    box-shadow: inset 600px 0 0 0 var(--bs-light) !important;
    color: var(--bs-primary) !important
}

.team .team-item .team-img {
    position: relative;
    overflow: hidden
}

.team .team-item .team-img::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    transition: .5s
}

.team .team-item .team-img .team-icon {
    position: absolute;
    bottom: -125px;
    left: 50%;
    transform: translateX(-50%);
    transition: .5s
}

.team .team-item .team-img:hover .team-icon {
    margin-bottom: 145px
}

.team .team-item:hover .team-img::before {
    background: rgba(21, 185, 217, .3)
}

.team .team-item .team-content {
    color: var(--bs-primary);
    transition: .5s
}

.team .team-item .team-content h5 {
    color: var(--bs-secondary);
    transition: .5s
}

.testimonial {
    background: linear-gradient(#dee0e290, #a1aAAF90) center center/cover no-repeat fixed, url(../img/mm.webp) center center/cover no-repeat fixed
}

.testimonial .testimonial-item .testimonial-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    border-radius: 10px;
    background: 0 0
}

.testimonial .testimonial-item .testimonial-inner .testimonial-inner-img {
    width: 110px;
    border-radius: 50%;
    border: 5px solid var(--bs-white)
}

.testimonial .testimonial-carousel .owl-nav .owl-next,
.testimonial .testimonial-carousel .owl-nav .owl-prev {
    width: 60px;
    height: 60px;
    font-size: 20px;
    background: var(--bs-light);
    color: var(--bs-primary);
    display: flex;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    transition: .5s
}

.testimonial .testimonial-carousel .owl-nav .owl-prev {
    left: -20px;
    border-radius: 50%;
    align-items: center;
    justify-content: center
}

.testimonial .testimonial-carousel .owl-nav .owl-next {
    right: -20px;
    border-radius: 50%;
    align-items: center;
    justify-content: center
}

.testimonial .testimonial-carousel .owl-nav .owl-next:hover,
.testimonial .testimonial-carousel .owl-nav .owl-prev:hover {
    box-shadow: inset 100px 0 0 0 var(--bs-primary) !important;
    color: var(--bs-white) !important
}

@media (max-width:900px) {
    .testimonial .testimonial-carousel .owl-nav .owl-prev {
        margin-top: -190px;
        margin-left: 40px
    }

    .testimonial .testimonial-carousel .owl-nav .owl-next {
        margin-top: -190px;
        margin-right: 40px
    }
}

.testimonial-carousel .owl-dots {
    display: flex;
    justify-content: center;
    margin-top: 20px
}

.testimonial-carousel .owl-dots .owl-dot {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-right: 15px;
    border: 1px solid var(--bs-white);
    background: 0 0;
    transition: .5s
}

.testimonial-carousel .owl-dots .owl-dot.active {
    width: 20px;
    height: 20px;
    background: var(--bs-secondary) !important
}

.testimonial-carousel .owl-dots .owl-dot span {
    position: relative;
    margin-top: 50%;
    margin-left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center
}

.testimonial-carousel .owl-dots .owl-dot span::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 1px;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: var(--bs-white)
}

@media (min-width:900px) {
    .testimonial .testimonial-carousel .testimonial-item .testimonial-inner p.fs-7 {
        font-size: 20px
    }
}

.contact .section-title .sub-style::before,
.testimonial .section-title .sub-style::before {
    content: "";
    width: 100px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    margin-top: 8px;
    margin-left: -100px;
    border: 1px solid var(--bs-white) !important
}

.contact .section-title .sub-style::after,
.testimonial .section-title .sub-style::after {
    content: "";
    width: 50px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    margin-bottom: 5px;
    margin-left: -50px;
    border: 1px solid var(--bs-white) !important
}

.contact .section-title .sub-title::before,
.testimonial .section-title .sub-title::before {
    content: "";
    width: 100px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin-top: 8px;
    margin-right: -100px;
    border: 1px solid var(--bs-white) !important
}

.contact .section-title .sub-title::after,
.testimonial .section-title .sub-title::after {
    content: "";
    width: 50px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin-bottom: 8px;
    margin-right: -50px;
    border: 1px solid var(--bs-white) !important
}

.blog .blog-item .blog-img {
    position: relative;
    overflow: hidden;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px
}

.blog .blog-item .blog-img::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    transition: .5s
}

.blog .blog-item:hover .blog-img::after {
    background: rgba(21, 185, 217, .5)
}

.blog .blog-item .blog-centent {
    background: var(--bs-light);
    border: 1px solid var(--bs-primary);
    border-top: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px
}

.contact {
    background: linear-gradient(rgba(9, 36, 53, .9), rgba(9, 36, 53, .9)) center center/cover no-repeat fixed, url(../img/carousel1.webp) center center/cover no-repeat fixed
}

.contact .contact-form .btn.btn-light:hover {
    box-shadow: inset 600px 0 0 0 var(--bs-primary) !important;
    color: #15b9d9 !important
}

.contact .contact-form .form-floating input,
.contact .contact-form .form-floating label,
.contact .contact-form .form-floating textarea {
    color: #15b9d9
}

.footer {
    background: linear-gradient(rgba(0, 0, 0, .9), rgba(0, 0, 0, .9)) center center/cover no-repeat, url(../img/carousel2.webp) center center/cover no-repeat
}

.card,
.card-description,
.card-price,
.card-title,
h1,
h3 {
    font-family: 'Noto Sans', sans-serif
}

.footer .footer-item a {
    line-height: 35px;
    color: var(--bs-body);
    transition: .5s
}

.footer .footer-item p {
    line-height: 35px
}

.footer .footer-item a:hover {
    letter-spacing: 2px;
    color: var(--bs-primary)
}

.copyright {
    background: var(--bs-dark) !important
}

.fun-facts .single-fun span {
    color: #575252;
    font-weight: 600;
    font-size: 40px;
    position: relative;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    transition: .4s;
    display: block;
    margin-bottom: 7px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .fun-facts.section {
        padding: 70px 0
    }

    .fun-facts .single-fun {
        margin: 35px 0;
        position: relative;
        padding-top: 60px;
        text-align: center
    }

    .fun-facts .single-fun i {
        left: 50%;
        margin-left: -35px;
        top: 0;
        position: absolute
    }

    .fun-facts .single-fun .content {
        padding: 0
    }
}

.overlay:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: .8
}

.spacer {
    margin-top: 5px
}

.pricing-section {
    text-align: center
}

.pricing-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin-top: 20px
}

.card {
    background-color: #f8f9fa;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, .1);
    transition: transform .3s;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center
}

#karta {
    border: 5px solid #15b9d9
}

.card:hover {
    transform: translateY(-5px)
}

.card-title {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 10px;
    color: var(--bs-gray)!important;
}

.card-description {
    font-size: 1rem;
    color: #6c757d;
    margin-bottom: 15px
}

.card-price,
ul li i {
    font-size: 1.2rem
}

.card-price {
    font-weight: 700;
    color: #15b9d9
}

.container {
    max-width: 1200px
}

h1,
h3 {
    color: #333
}

ul li {
    font-size: 1rem;
    color: #555
}

.faq-title {
    font-size: 2rem;
    color: #333;
    margin-bottom: 20px
}

.faq-item {
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    overflow: hidden
}

.faq-question {
    padding: 15px;
    background-color: #f9f9f9;
    font-weight: 700;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.faq-answer,
.faq-item .faq-toggle {
    display: none
}

.faq-question:hover,
.faq-toggle:checked+.faq-question {
    background-color: #e9f4ff
}

.faq-answer {
    padding: 15px;
    background-color: #fff;
    border-top: 1px solid #ddd
}

.faq-answer p {
    margin: 0
}

.faq-toggle:checked+.faq-question+.faq-answer {
    display: block
}

.d-flex {
    display: flex
}

.align-items-stretch {
    align-items: stretch
}

.zoom-img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 15px;
    transition: transform .3s ease-in-out, height .3s ease-in-out
}

.faq-item.active .faq-answer {
    max-height: 300px;
    overflow-y: auto
}

.content-container {
    padding-top: 5rem;
    padding-bottom: 5rem
}

.content-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0 15px
}

.content-col-image,
.content-col-text {
    width: 100%;
    padding: 0 15px
}

@media (min-width:992px) {
    .navbar-light {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        border-bottom: 1px solid rgba(255, 255, 255, .1);
        z-index: 999
    }

    .sticky-top.navbar-light {
        position: fixed;
        background: var(--bs-light) !important
    }

    .navbar-light .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        width: 0;
        height: 2px;
        bottom: -1px;
        left: 50%;
        background: var(--bs-primary);
        transition: .5s
    }

    .navbar-light .navbar-nav .nav-link.active::before,
    .navbar-light .navbar-nav .nav-link:hover::before {
        width: calc(100% - 2px);
        left: 1px
    }

    .navbar-light .navbar-nav .nav-link.nav-contact::before {
        display: none
    }

    .header-carousel .owl-nav .owl-next,
    .header-carousel .owl-nav .owl-prev {
        margin-top: 50px
    }

    .content-col-image {
        width: 50%;
        padding-left: 15px
    }

    .content-col-text {
        width: 50%
    }
}

.content-img {
    width: 100%;
    max-width: 100%;
    height: auto;
    object-fit: contain
}

.content-title {
    font-size: 2rem;
    font-weight: 700
}

.content-subtitle {
    font-size: 1.5rem
}

.content-text {
    font-size: 1rem
}

#bavimose,
#patronaza,
#patronazatitle,
.content-list {
    padding-left: 20px
}

.content-list li {
    font-size: 1rem;
    list-style-type: none
}

.content-col-image {
    display: flex;
    justify-content: center;
    align-items: center
}

.content-col-text {
    display: flex;
    flex-direction: column;
    justify-content: center
}

.content-col-image {
    display: flex;
    align-items: stretch
}

.content-col-text {
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.custom-image {
    width: 300px;
    height: 220px;
    object-fit: cover
}

.about-image {
    width: 300px;
    height: 400px;
    object-fit: cover
}

.testemonial-image {
    width: 100px;
    height: 100px;
    object-fit: cover
}

.blog-image {
    height: 300px;
    object-fit: cover
}

#lista {
    font-size: 18px;
    color: var(--bs-gray)
}

@media (max-width:768px) {
    body {
        overflow-x: hidden
    }

    .single-fun {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center
    }

    .single-fun i {
        font-size: 40px;
        margin-bottom: 10px
    }

    .content {
        margin-top: 10px
    }

    #post {
        padding-top: 20px !important
    }

    #cenovnik {
        padding-top: 50px !important
    }
   
    #patronaza {
        padding-right: 20px
    }

    #dugme {
        padding-bottom: 30px
    }

    #bavimose {
        padding-top: 30px
    }

    #about {
        margin-bottom: -170px
    }

    #aboutbtn {
        display: flex;
        text-align: center;
        justify-content: center
    }

    #banertext {
        font-size: 18px !important
    }

    #teams {
        margin-bottom: -50px
    }
}

@media (min-width:768px) {
    #about {
        margin-bottom: -100px
    }
}

#post {
    padding-top: 100px
}

#cenovnik {
    padding-top: 100px !important
}