

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Dec 8, 2020, 2:28:20 PM
    Author     : frontend
*/

/*h2{
  font-family: 'AvertaStd';
  font-weight: 900;
}
h3{
  font-family: 'AvertaStd';
  font-weight: bold;
}
h4{
  font-family: 'AvertaStd';
  font-weight: normal;
}*/

html {
    font-size: 16px; /* 1rem*/
}

body {
    font-family: 'AvertaStd';
    color: #212121;
    overflow-x: hidden;
}

img {
    max-width: 100%;
}

.image-placeholder {
    position: relative;
    overflow: hidden;
}

.image-placeholder:after {
    content: '';
    display: block;
    padding-top: 56.62%;
}

.image-placeholder img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.size-1by1:after {
    padding-top: 100%;
}

.size-4by3:after {
    padding-top: 75%;
}

/*ANIMACIJE*/


.animation {
    opacity: 0;
    position: relative;
    animation-fill-mode: forwards;
}

@keyframes slideLeft {
    0% {
        opacity: 0;
        transform: translateX(50%);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.slideLeft {
    animation-name: slideLeft;
    animation-duration: 1s;
}


@keyframes slideRight {
    0% {
        opacity: 0;
        transform: translateX(-50%);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.slideRight {
    animation-name: slideRight;
    animation-duration: 1s;
}

@keyframes slideUp {
    0% {
        opacity: 0;
        transform: translateY(50%);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.slideUp {
    animation-name: slideUp;
    animation-duration: 1s;
}

@keyframes slideDown {
    0% {
        opacity: 0;
        transform: translateY(-50%);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.slideDown {
    animation-name: slideDown;
    animation-duration: 1s;
}


@keyframes fadeIn {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.fadeIn {
    animation-name: fadeIn;
    animation-duration: 1s;
}

/*header*/
header {
    transition: all 300ms ease;
}

.header-bottom {
    transition: all 300ms ease;
}

.header-top {
    background-color: #212121;
    padding: 10px 0;
    transition: all 300ms ease;
}

.header-middle {
    transition: all 300ms ease;
}

.header-top .phone-icon img,
.header-top .time-icon img {
    margin-right: 10px;
    width: 27px;
    height: 27px;
}

.header-top .icon-data {
    color: #fff;
    text-decoration: none;
    font-family: 'AvertaStd';
    font-weight: normal;
    font-size: 10px;
    line-height: 25px;
    transition: all linear 0.3s;
}

.header-top .social-box img {
    margin-right: 5px;
    width: 27px;
    height: 27px;
}

.phone-icon-wrapper {
    margin-right: 5px;
}

.social-icon img {
    overflow: hidden;
    transition: all 0.5s linear;
}

.social-icon:hover img {
    transform: rotate(360deg) scale(1.20);
}

.header-middle {
    background-color: rgba(204, 204, 204, 0.5);
}

.header-middle .logo-img img {
    width: 143px;
    height: 145px;
}

.header-middle .site-title {
    font-weight: normal;
    font-size: 20px;
    text-align: center;
    margin: 0 auto;
}

.header-middle .site-title span {
    font-weight: 900;
    font-size: 28px;
    text-transform: uppercase;
}

/*meni*/
.navbar {
    justify-content: center;
}

.header-bottom {

}

.navbar {
    padding: 1rem 0;
}

.dropdown-menu {
    background-color: #fff;
    text-align: center;
    border: none;
}

.dropdown-menu.show {
    display: block;
    /*  flex-wrap: wrap;*/
    text-align: center;
}

.dropdown-item {
    text-transform: uppercase;
    color: #212121;
    /*    border-bottom: 1px solid #ccc;*/
    font-size: 14px;
    margin-bottom: 10px;
    width: 100%;
    max-width: 100%;
    transition: all linear 0.3s;
}

.dropdown-item:hover, .dropdown-item:focus {
    color: #ffffff;
    background-color: rgba(92, 92, 92, 0.9);
}

.dropdown-item.active {
    color: #fff;
    text-decoration: none;
    background-color: #565656;
}

header .navbar-nav {
    text-align: center;
}

header .navbar-toggler {
    padding: 0 0 1.25rem 0;
}

header .navbar-toggler span {
    display: block;
    width: 35px;
    height: 3px;
    background-color: #212121;
    margin-bottom: 5px;
}

header .navbar-toggler span:last-of-type {
    margin-bottom: 0;
}

header .navbar-nav .nav-link {
    text-transform: uppercase;
    padding-left: 10px;
    color: #212121;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 0;
}

header .navbar-toggler {
    padding: 0;
}

.header-bottom .form-control {
    border-radius: 25px;
    background-color: #ccc;
    border: 1px solid #ccc;
}

.header-bottom .header-search button {
    border: none !important;
}

/*hero*/
.hero {
    background-image: linear-gradient(to right, rgba(33, 33, 33, 0.99), rgba(255, 255, 255, 0.1)), url(../images/hero.png);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    padding: 80px 0;
}

.about-hero,
.contact-hero {
    background-image: linear-gradient(to right, rgba(17, 17, 17, 0.99), rgba(255, 255, 255, 0.1)), url(../images/about-us.png);
}

.category-list {
    background-image: linear-gradient(to right, rgba(17, 17, 17, 0.99), rgba(255, 255, 255, 0.1)), url(../images/category/category-hero.png);
}

.hero-info {
    padding: 20px 10px;
}

.hero-subtitle {
    color: #fff;
    font-size: 16px;
}

.hero-title {
    color: #fff;
    font-weight: 900;
}

.hero-desc {
    color: #fff;
    margin-bottom: 30px;
}

.hero-links a {
    text-transform: uppercase;
    border-radius: 25px;
    font-size: 14px;
}

/*fast links*/
.fast-links {
    background-color: #1f82ff;
    margin-top: -1px;
}

.fast-links li {
    border-right: 1px solid #1f82ff;
}

/*.fast-links li:first-of-type{*/
/*    color: #fff;*/
/*    font-size: 12px;*/
/*    text-transform: uppercase;*/
/*    text-decoration: none;*/
/*    white-space: normal;*/
/*    text-align: center;*/
/*    background-color: #2e4551;*/
/*    padding: 0 15px;*/
/*}*/
.fast-links li a {
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    padding: 5.6px 10px;
    background-color: #2e4551;
    transition: all linear 0.3s;
}

.fast-links li a:hover {
    background-color: #1f82ff;
}

/*about*/


.about-info {
    text-align: center;
}

.about-info-subtitle {
    color: #ed1c24;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 5px;
}

.about-info-title {
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 20px;
}

.about-links {
    flex-wrap: no-wrap;
    justify-content: center;
}

.about-links a {
    text-transform: uppercase;
    border-radius: 20px;
    font-size: 10px;
    white-space: nowrap;
    margin-bottom: 10px;
    margin-right: 10px;
    background-color: #4a9cd7 !important;
    border-color: #4a9cd7 !important;
    transition: all linear 0.3s;
}

.about-links a:hover {
    background-color: #5bc6fa !important;
    border-color: #5bc6fa !important;
}

.about-info p {
    margin-bottom: 20px;
}

.about-info p:last-of-type {
    margin-bottom: 30px;
}

.about-links a:last-of-type {
    margin-right: 0;
}

.about .about-item-image img {
    width: 458px;
    height: 283px;
}

.about-items-wrapper {
    margin-top: 35px;
}

.about-item {
    position: relative;
    margin-bottom: 42px;
}

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

.about-item-icon01,
.about-item-icon02,
.about-item-icon03 {
    position: absolute;
    top: -40px;
    left: 39%;
}

.about-item-icon01 {
    border-radius: 50%;
    background: #f7bf00 url(../images/about/icon01-about.png) no-repeat center center;
    background-size: 50px 50px;
    height: 83px;
    width: 83px;
    display: inline-block;
    border: 5px solid #fff;
    z-index: 2;
}

.about-item-icon02 {
    border-radius: 50%;
    background: #f7bf00 url(../images/about/icon02-about.png) no-repeat center center;
    background-size: 50px 50px;
    height: 83px;
    width: 83px;
    display: inline-block;
    border: 5px solid #fff;
    z-index: 2;
}

.about-item-icon03 {
    border-radius: 50%;
    background: #f7bf00 url(../images/about/icon03-about.png) no-repeat center center;
    background-size: 50px 50px;
    height: 83px;
    width: 83px;
    display: inline-block;
    border: 5px solid #fff;
    z-index: 2;
}

.about-item-image {
    position: relative;
}

.about-item-info {
    position: absolute;
    top: 45px;
    left: 0;
    z-index: 5;
}

.about-item-title {
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
}

.about-item-title:after {
    content: '';
    display: block;
    height: 1px;
    width: 60%;
    border: 3px solid #f7bf00;
    margin: 10px auto;
}

.about-item-desc {
    color: #fff;
    padding: 0 10px;
    font-size: 12px;
}

.about-item-info .btn-success {
    color: #212121;
    background-color: #f7bf00;
    border-color: #f7bf00;
    border-radius: 20px;
    text-transform: capitalize;
    font-size: 17px;
    padding-left: 40px;
    padding-right: 40px;
}

/*call to action*/
.call-to-action {
    padding: 0 0 35px;
}

.call-to-action-info {
    padding: 0 10px;
    margin-top: -177px;
    font-size: 12px;
    color: #fff;
}

.call-to-action-title {
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 10px;
}

.call-to-action-subtitle {
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 10px;
}
.call-to-action-desc{
    margin-bottom: 10px;
}

.call-to-action-links {
    padding: 0 10px;
}

.call-to-action .btn-call {
    background-color: #f7bf00;
    border-color: #f7bf00;
    border-radius: 20px;
    text-transform: uppercase;
    font-size: 14px;
}

.call-data-icon01 {
    border-radius: 50%;
    background: #f7bf00 url(../images/about/icon02-about.png) no-repeat center center;
    background-size: 50px 50px;
    height: 83px;
    width: 83px;
    display: block;
    border: 5px solid #fff;
    z-index: 2;
    margin-right: 15px;
}

.call-data-icon02 {
    border-radius: 50%;
    background: #f7bf00 url(../images/pay.png) no-repeat center center;
    background-size: 50px 50px;
    height: 83px;
    width: 83px;
    display: block;
    border: 5px solid #fff;
    z-index: 2;
    margin-right: 15px;
}

.single-teacher-cta .call-to-action-links {
    padding: 0 !important;
}

/*news*/
.news {
    padding: 20px 0;
}

.news-intro-title {
    color: #ed1c24;
    text-transform: uppercase;
}

.news-intro-subtitle {
    color: #0f6d8c;
    text-transform: uppercase;
    font-size: 25px;
    font-weight: bold;
}

.news-list li {
    margin-right: 5px;
    color: #58595b;
}

.news-list li a {
    text-decoration: none;
    color: #58595b;
    font-size: 14px;
    transition: all linear 0.3s;
}

.news-list li a:hover {
    color: #0099cb;
}

.news-icon01 {
    border-radius: 50%;
    background: #f7bf00 url(../images/tocak.png) no-repeat center center;
    background-size: auto;
    background-size: 50px 50px;
    height: 83px;
    width: 83px;
    display: inline-block;
    border: 5px solid #fff;
    z-index: 2;
    position: absolute;
    top: 70px;
    left: -10px;
}

.news-icon02 {
    border-radius: 50%;
    background: #f7bf00 url(../images/police.png) no-repeat center center;
    background-size: auto;
    background-size: 50px 50px;
    height: 83px;
    width: 83px;
    display: inline-block;
    border: 5px solid #fff;
    z-index: 2;
    position: absolute;
    top: 83px;
    left: -15px;
}

.news-item-image {
    position: relative;
}

.news-item-image img {
    width: 350px;
    height: 241px;
}

.news-data-title {
    color: #0f6d8c;
    font-size: 18px;
    font-weight: bold;
}

.news-data-desc {
    font-size: 14px;
}

.news-data .btn-call {
    background-color: #f7bf00;
    border-color: #f7bf00;
    border-radius: 25px;
}

.news-data .btn-call:hover {
    background-color: #f4d66f;
    border-color: #f4d66f;
}

/*theory*/
.theory {
    padding: 40px 0;
}

.theory-title,
.contact-title {
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #003030;
}

.theory-title:after,
.contact-title:after {
    content: '';
    display: block;
    height: 1px;
    width: 37%;
    border: 3px solid #f7bf00;
    margin-top: 10px;
}

.theory-item p {
    margin-bottom: 30px;
}

.theory-call {
    background-color: #303030;
}

.theory-call-img {
    margin-bottom: 0;
}

.theory-call-data {
    padding: 20px 15px;
}

.theory-call-title {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    font-weight: bold;
}

.theory-call-data p {
    color: #fff;
    text-align: justify;
}

.theory-call-mob {
    justify-content: center;
}

.theory-call-mob .mobile-icon {
    border-radius: 50%;
    background: #f7bf00 url(../images/mob.png) no-repeat center center;
    background-size: 20px 32px;
    height: 56px;
    width: 56px;
    display: inline-block;
    border: 5px solid #fff;
    z-index: 2;
    margin-right: 10px;
    transition: all linear 0.3s;
}

.theory-call-mob .mobile-icon:hover {
    transform: rotate(360deg) scale(1.20);
}

.theory-call .mobile {
    text-decoration: none;
    color: #fff;
    font-weight: bold;
}

.licence {
    padding: 10px;
}

/*map*/
.map {
    border-top: 5px solid #f7bf00;
}

.map-img {
    display: block;
    margin-bottom: 0;
}

/*about-us*/
.about-us a {
    text-decoration: none;
    color: #fff;
    transition: all linear 0.4s;
}

.about-us a:hover {
    color: #f7bf00;
}

/*contact*/
.contact {
    padding: 30px 0;
}

.location-wrapper {
    display: flex;
    align-items: baseline;
    margin-bottom: 15px;
}

.contact-icon img {
    width: 50px;
    height: auto;
}

.contact-icon {
    margin-right: 10px;
}

.contact-icon img {
    overflow: hidden;
    transition: all linear 0.3s;
}

.contact-icon:hover img {
    transform: scale(1.2);
}

.contact-data-title a {
    text-transform: uppercase;
    color: #212121;
    text-decoration: none;
}

.contact-data-desc a {
    text-transform: uppercase;
    color: #212121;
    text-decoration: none;
}

.contact-form .form-group {
    margin-bottom: 15px;
}

.contact-form .form-control {
    border: 1px solid #212121;

}

.contact-form .form-control::placeholder {
    color: #212121;
}

.contact-form button {
    background-color: #1f82ff;
    color: #fff;
    border-radius: 5px;
}

.technical .theory-call-mob .mobile {
    color: #212121;
    text-decoration: none;
    font-weight: bold;
}

/*technical*/
.technical {
    background-color: #fff;
}

.technical .theory-call-title {
    color: #212121;
    text-align: left;
}

.technical .theory-call-title:after {
    content: '';
    display: block;
    height: 1px;
    width: 100%;
    border: 3px solid #f7bf00;
    margin-top: 10px;
}

.technical ul li {
    font-weight: bold;
}

.technical .theory-call-mob {
    justify-content: flex-start;
}

/*news*/
.news-list-page {
    padding: 35px 0;
}

.news-list-item {
    background-color: #eceded;
    padding: 15px 10px;
    margin-bottom: 15px;
}

.news-item-img {
    margin-bottom: 20px;
    overflow: hidden;
    transition: all linear 0.5s;
}

.news-item-img:hover {
    transform: scale(1.06);
}

.news-list-item .news-item-img img {
    width: 292px;
    height: 256px;
}

.title-wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.title-icon {
    border-radius: 50%;
    background: #f7bf00 url(../images/pismo.png) no-repeat center center;
    background-size: 52px 44px;
    height: 78px;
    width: 78px;
    display: block;
    border: 5px solid #fff;
    margin-right: 10px;
    transition: all 0.3s linear;
}

.title-icon:hover {
    transform: rotate(-20deg) scale(1.05);
    background: #eceded url(../images/pismo.png) no-repeat center center;
    border: 5px solid #f7bf00;
}

.news-list-title a {
    text-transform: uppercase;
    color: #212121;
    text-decoration: none;
    font-weight: bold;
    font-size: 20px;
    transition: all 0.3s linear;
}

.news-list-title a:hover {
    color: #f7bf00;
}

.news-list-title:after {
    content: '';
    display: block;
    height: 1px;
    width: 100%;
    border: 3px solid #f7bf00;
    margin-top: 10px;
}

/*video*/
.video-item {
    margin-bottom: 15px;
}

/*teachers*/
.teacher-item-image img {

}

.teacher-data {
    padding: 15px 0;
    background-color: #fafafb;
    border-top: 5px solid #f7bf00;
    border-right: 1px solid #e7e8e9;
    border-bottom: 2px solid #e7e8e9;
    margin-bottom: 15px;
}

.teacher-item:nth-of-type(3) .teacher-data {
    background-color: #e7e8e9;
}

.teacher-name {
    font-weight: bold;
}

.teacher-phone {
    text-decoration: none;
    color: #212121;
    font-weight: bold;
}

.teacher-single-car {
    font-weight: bold;
    margin-bottom: 5px !important;
}

.teacher-single-name {
    margin-bottom: 0 !important;
}

.teacher-single-image {
    margin-bottom: 0;
}

.teacher-single-info {
    padding: 15px;
    background-color: #e7e8e9;
}

.teacher-single-title {
    font-weight: bold;
    color: #003030;
}

.teacher-single-phone-icon {
    border-radius: 50%;
    background: #f7bf00 url(../images/mob.png) no-repeat center center;
    background-size: auto;
    background-size: 20px 32px;
    height: 56px;
    width: 56px;
    display: inline-block;
    border: 5px solid #fff;
    z-index: 2;
    margin-right: 10px;
    transition: all linear 0.3s;
}

.teacher-single-phone {
    color: #212121;
    text-decoration: none;
    font-weight: bold;
}

.single-teacher-links {
    padding: 35px 0;
}

.single-teacher-cta .call-to-action-title:after,
.single-teacher-cta .call-to-action-subtitle:after {
    content: '';
    display: block;
    height: 1px;
    width: 50%;
    border: 3px solid #f7bf00;
    margin-top: 10px;
}

.single-teacher-cta .call-to-action-item:last-of-type .call-to-action-title:after {
    display: none;
}

.single-teacher-cta .call-data {
    border-left: none;
}

/*category*/
.category {
    padding: 35px 0;
}

.category-title-wrapper {
    margin-bottom: 15px;
    border-bottom: 5px solid #f7bf00;
    padding-bottom: 10px;
}

.category-title-icon {
    border-radius: 50%;
    background: #0099cb url(../images/motor-icon.png) no-repeat center center;
    background-size: 72px 39px;
    height: 85px;
    width: 85px;
    display: block;
    margin-right: 15px;
}

.category-title {
    font-weight: bold;
    color: #0099cb;
    text-transform: uppercase;
}

.about-category {
    background-color: #e7e8e9;
}

.about-category-info {
    padding: 15px 5px;
}

.about-category-info h6 {
    text-transform: uppercase;
    font-weight: bold;
}

.about-category-info ul {
    padding-left: 15px !important;
    list-style: none;
}

/*category list*/
.category-item {
    margin-bottom: 15px;
    display: block;
    text-decoration: none;
}

.image-hover {
    display: none;
    background-color: #212121;
    text-align: center;
}

.image-hover h3 {

}

.category-item-title {
    background-color: #eceded;
    border-top: 5px solid #f7bf00;
    text-align: center;
    text-decoration: none;
    color: #48606b;
    padding: 10px 0;
    font-weight: bold;
    transition: all linear 0.3s;
    text-transform: uppercase;
}

.single-vehicle {
    padding: 35px 0;
}

.single-vehicle .category-title {
    color: #2e4551;
}

.single-vehicle-icon {
    margin-right: 15px;
}

/* single page price table*/
.single-page-price .about-category-info {
    padding: 20px 0;
}

.single-page-price-table td:first-of-type {
    border-right: 2px solid #f7bf00;

}

.single-page-price-table td:last-of-type {
    padding-left: 20px;
}

.single-page-price-table td {
    border-bottom: 0;
    font-weight: bold;
}

/*price list*/
.price-list {
    padding: 30px 0;
}

.price-item {
    box-shadow: 2px 2px 15px 2px #BCBEC0;
    margin-bottom: 40px;
}

.price-item-title {
    text-align: center;
    background-color: #2eadd2;
    padding: 20px 0;
    text-transform: uppercase;
    color: #fff;
}

.price-item-title span {
    font-weight: bold;
}

.triangle01 {
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-top: 50px solid #2eadd2;
    display: inline-block;
    margin-top: -8px;
    margin-left: 43%;
    transition: all 0.3s linear;
}

.triangle02 {
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-top: 50px solid #f2f2f2;
    display: inline-block;
    margin-top: -8px;
    margin-left: -25px;
    z-index: -1;
    transition: all 0.3s linear;
}

.price-item-table {
    padding: 15px 5px;
}

.price-item-table td {
    padding-left: 15px;
}

.price-item-table tr:last-of-type td {
    border-bottom: 0;
}

.price-item-table td span {
    font-weight: bold;
}

.more-info {
    background-color: #dcddde;
    color: #212121;
    text-transform: uppercase;
    border-top: 3px solid #f7bf00;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 0;
}

/**
 * Tabs
 */
.tabulator .theory-call-data {
    padding: 10px 3px;
}

.tabs {
    display: flex;
}

.tabs > ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 35%;
}

.tabs > ul li {
    display: block;
}

.tabs > ul li:not(:last-child) {
    border-bottom: 0;
    margin-bottom: 1px;
}

.tabs > ul li a,
.tabs > ul li a:visited {
    display: flex;
    border-bottom: none;
    text-decoration: none;
    background-color: #226e95;
    color: #fff;
    padding: 1rem 1.5rem;
    transition: all 0.2s ease-in-out;
    word-wrap: break-word;
    text-transform: uppercase;
    font-weight: normal;
}

.tabs > ul li a:hover,
.tabs > ul li a:focus,
.tabs > ul li a:active {
    border-bottom: none;
    outline: 0;
}

.tabs > ul li a.active {
    background-color: #282828;
    color: #fff;
}

.tabs > ul li a:hover:not(.active) {
    color: #0067b8;
}

.tabs > ul li a > span {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.tabs > ul li a > span.tab-label {
    display: none;
}

.tabs section {
    width: 65%;
    background-color: #282828;
    padding: 0.5rem;
    display: none;
    word-wrap: break-word;
    border-bottom: 0;
}

.tabs section ol li {
    color: #fff;
    font-weight: normal;
    margin-bottom: 15px;
}

.tabs section > * {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.2s, transform 0.2s;
}

.tabs section > *:nth-child(1) {
    transition-delay: 0.2s;
}

.tabs section > *:nth-child(2) {
    transition-delay: 0.3s;
}

.tabs section > *:nth-child(3) {
    transition-delay: 0.4s;
}

.tabs section > *:nth-child(4) {
    transition-delay: 0.5s;
}

.tabs section > *:nth-child(5) {
    transition-delay: 0.6s;
}

.tabs section > *:nth-child(6) {
    transition-delay: 0.7s;
}

.tabs section > *:nth-child(7) {
    transition-delay: 0.8s;
}

.tabs section > *:nth-child(8) {
    transition-delay: 0.9s;
}

.tabs section > *:nth-child(9) {
    transition-delay: 1s;
}

.tabs section > *:nth-child(10) {
    transition-delay: 1.1s;
}

.tabs section > *:nth-child(11) {
    transition-delay: 1.2s;
}

.tabs section > *:nth-child(12) {
    transition-delay: 1.3s;
}

.tabs section > *:nth-child(13) {
    transition-delay: 1.4s;
}

.tabs section > *:nth-child(14) {
    transition-delay: 1.5s;
}

.tabs section > *:nth-child(15) {
    transition-delay: 1.6s;
}

.tabs section > *:nth-child(16) {
    transition-delay: 1.7s;
}

.tabs section > *:nth-child(17) {
    transition-delay: 1.8s;
}

.tabs section > *:nth-child(18) {
    transition-delay: 1.9s;
}

.tabs section > *:nth-child(19) {
    transition-delay: 2s;
}

.tabs section > *:nth-child(20) {
    transition-delay: 2.1s;
}

.tabs section.active {
    display: block;
}

.tabs section.active-content > * {
    opacity: 1;
    transform: translateY(0);
}

/*footer*/
footer {
    background-color: #303030;
    border-top: 20px solid #1f82ff;
    padding: 50px 0 20px;
}

.footer-top .icon {
    margin-right: 25px;
}

.footer-top .icon img {
    width: 29px;
    height: 29px;
}

.footer-top .icon-wrapper {
    margin-bottom: 20px;
}

.footer-top .icon-data {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: normal;
    transition: all linear 0.5s;
}

.footer-top .icon-data:hover {
    padding-left: 5px;
    color: #1f82ff;
}

.icon img {
    overflow: hidden;
    transition: all 0.5s linear;
}

.icon:hover img {
    transform: rotate(360deg) scale(1.20);
}

.footer-about {
    padding-left: 35px;
    border-left: 2px solid #fff;
    margin-bottom: 20px;
}

.footer-about .footer-about-title {
    color: #1f82ff;
    font-size: 25px;
    line-height: 35px;
}

.footer-about .footer-about-title span {
    font-size: 30px;
    font-weight: bold;
}

.footer-about p {
    color: #fff;
    font-size: 13px;
    line-height: 25px;
    margin-bottom: 25px;
}

.footer-about .icon img {
    width: 58px;
    height: 62px;
}

.footer-bottom {
    background-color: #1a1a1a;
    padding: 15px 0;
}

.footer-bottom p {
    color: #fff;
    text-align: right;
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 0;
}

/*fancybox*/
a[data-fancybox] img {
    cursor: pointer;
}

.fancybox__backdrop::after {
    content: "";
    position: absolute;
    width: 10%;
    height: 10%;
    filter: blur(2px);
    left: 50%;
    top: 50%;
    transform: scale(11);
    opacity: 0.3;
    background-image: var(--bg-image);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.fancybox__container {
    --fancybox-bg: #000;

    --fancybox-thumbs-width: 48px;
    --fancybox-thumbs-ratio: 1;

    --carousel-button-bg: rgb(91 78 76 / 74%);

    --carousel-button-svg-width: 24px;
    --carousel-button-svg-height: 24px;

    --carousel-button-svg-stroke-width: 2.5;
}

.fancybox__nav {
    --carousel-button-svg-width: 24px;
    --carousel-button-svg-height: 24px;
}

.fancybox__nav .carousel__button.is-prev {
    left: 20px;

}

.fancybox__nav .carousel__button.is-next {
    right: 20px;

}

.carousel__button.is-close {
    right: auto;
    top: 20px;
    left: 20px;
}

.fancybox__slide {
    padding: 8px 88px;
}

/* Thumbnails */
.fancybox__thumbs .carousel__slide {
    padding: 8px 8px 16px 8px;
}

.is-nav-selected::after {
    display: none;
}

.fancybox__thumb {
    border-radius: 6px;
    opacity: 0.4;
}

.fancybox__thumb:hover,
.is-nav-selected .fancybox__thumb {
    border-radius: 6px;
    opacity: 1;
}

.is-nav-selected .fancybox__thumb::after {
    display: none;
}

.fancybox__backdrop {
    background: #f5f5f5;
}

.fancybox__toolbar {
    background: rgba(40, 40, 40, 0.8);
}

.fancybox__thumbs {
    background: rgba(40, 40, 40, 0.8);
}

.carousel__button {
    background: #1f82ff;
    color: #fff;
}

/**/
#mainCarousel {
    width: 300px;
    margin: 0 auto 1rem auto;

    --carousel-button-color: #170724;
    --carousel-button-bg: #fff;
    --carousel-button-shadow: 0 2px 1px -1px rgb(0 0 0 / 20%),
    0 1px 1px 0 rgb(0 0 0 / 14%), 0 1px 3px 0 rgb(0 0 0 / 12%);

    --carousel-button-svg-width: 20px;
    --carousel-button-svg-height: 20px;
    --carousel-button-svg-stroke-width: 2.5;
}

#mainCarousel .carousel__slide {
    width: 100%;
    padding: 0;
}

#mainCarousel .carousel__button.is-prev {
    left: -1.5rem;
}

#mainCarousel .carousel__button.is-next {
    right: -1.5rem;
}

#mainCarousel .carousel__button:focus {
    outline: none;
    box-shadow: 0;
}

#thumbCarousel .carousel__slide {
    opacity: 0.5;
    padding: 0;
    margin: 0.25rem;
    width: 96px;
    height: 64px;
}

#thumbCarousel .carousel__slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
}

#thumbCarousel .carousel__slide.is-nav-selected {
    opacity: 1;
}

.carousel__button {
    width: 35px;
    height: 35px;
}

.carousel.is-draggable {
    cursor: pointer;
}

/*paginacija*/
.page-item.active .page-link {
    z-index: 3;
    color: #282828;
    background-color: transparent;
    border-color: transparent;
    font-weight: bold;
}

.page-item .page-link {
    z-index: 3;
    color: #282828;
    background-color: transparent;
    border-color: transparent;
}
