@import "../components/google_map_marker.css";

/*polecane oraz najnowsze*/
.reasons-col {
    position: relative;
    overflow: hidden;
    height: 320px;
    width: 100%;
    margin-top: 15px;
    cursor: pointer;
}

.reasons-col img {
    width: 100%;
    height: 75%;
    -moz-transition: all, 0.5s;
    -o-transition: all, 0.5s;
    -webkit-transition: all, 0.5s;
    transition: all, 0.5s;
}

.reasons-col .reasons-titles {
    position: absolute;
    bottom: 0;
    text-align: center;
    background: rgb(196, 42, 42);
    width: 100%;
    color: #fff;
    padding: 10px 0;
    height: 80px;
}

.reasons-col .reasons-title {
    font-size: 16px;
}

.reasons-col .on-hover {
    display: none;
    position: absolute;
    top: 0;
    bottom: 100px;
    width: 1%;
    left: 29%;
    color: #fff;
    text-align: justify;
    background: rgba(0, 0, 0, 0.6);
    border-bottom: 2px solid #fff;
    visibility: hidden;
    opacity: 0;
    -moz-transition: all, 0.5s;
    -o-transition: all, 0.5s;
    -webkit-transition: all, 0.5s;
    transition: all, 0.5s;
    transform: scale(1, 1);
    height: 75.3%;
}

.reasons-col:hover .on-hover {
    display: block !important;
    visibility: visible;
    opacity: 1;
    animation: width 0.6s forwards;
}

.reasons-col:hover img {
    -moz-transform: scale(1.1) scale3d(1.1, 1.1, 1.1);
scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}

.reasons-col .on-hover .search-reason {
    position: absolute;
    left: 45%;
    top: 40%;
    font-size: 30px;
}

.reasons-col:hover .on-hover .search-reason {
    animation: fade 2s;
}

.reasons-col:hover .on-hover .info-enter {
    animation: fade 2s;
}

.reasons-col:hover .on-hover .info-enter-one {
    animation: fade 2s;
}

.reasons-col:hover .on-hover .info-enter-two {
    animation: fade 2s;
}

.info-enter {
    position: absolute;
    top: 64%;
    left: 6%;
}

.info-enter-one {
    position: absolute;
    top: 75%;
    left: 6%;
}

.info-enter-two {
    position: absolute;
    top: 86%;
    left: 6%;
}

.reasons-col .on-hover p {
    font-size: 14px;
}

.reason-subtitle {
    letter-spacing: 4px;
    margin: 26px 0 0 0;
    font-size: 16px;
}

/*sebox*/
.bhoechie-tab, div.bhoechie-tab-menu {
    min-height: 406px;
}

div.bhoechie-tab-container {
    z-index: 10;
    background-color: #ffffff;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    background-clip: padding-box;
    opacity: 0.97;
}

div.bhoechie-tab-menu div.list-group {
    border-right: 1px solid rgba(0, 0, 0, .125);
}

div.bhoechie-tab-menu div.list-group > a {
    margin-bottom: 0;
    border-radius: 0 !important;
    color: black;
}

.bhoechie-tab-menu {
    background: #c42a2a;
}

.invert-svg {
    filter: invert(100%);
}

.no-invert {
    filter: invert(0%);
}

div.bhoechie-tab-menu div.list-group > a.active {
    animation: tab-animate 1s forwards;
}

div.bhoechie-tab-menu div.list-group > a > img {
    height: 60px;
    margin-top: -8px;
}

div.bhoechie-tab-menu div.list-group > a > img.active {
    animation: tab-img 1s forwards;
}

.bhoechie-tab-content > div > a {
    display: inline-block;
    background: #c42a2a;
    color: white;
    padding: 4px 0 4px 11px;
    margin: 0 10px 13px 0;
}

.bhoechie-tab-content > div > a > p {
    display: inline-block;
    margin: 0 7px 0 0;
}

.bhoechie-tab-content > div > a > span {
    padding: 7px 11px;
    background: rgba(255, 255, 255, 0.4);
}

.bhoechie-tab-content > div > a:hover {
    text-decoration: none;
}

.noactive {
    animation: tab-animate-reverse 1s forwards;
}

div.bhoechie-tab-menu div.list-group .list-group-item {
    width: 160px;
}

div.bhoechie-tab-menu div.list-group > a > p {
    margin-bottom: 0;
}

div.bhoechie-tab-menu div.list-group > a {
    padding: .80rem 1.25rem !important;
}

div.bhoechie-tab-menu div.list-group > a:hover {
    cursor: pointer;
}

div.bhoechie-tab-content {
    background-color: #ffffff;
}

div.bhoechie-tab div.bhoechie-tab-content:not(.active) {
    display: none;
}

a.active .bhoechie-tab-content > div > a > img {
    filter: invert(100%);
}

.list-group-item, .list-group-item:active, .list-group-item:hover, .list-group-item:focus {
    border: 0 !important;
}

/*slider*/
.bx-wrapper {
    border: 0 !important;
    margin-bottom: 0 !important;
}

.slider-search-caption {
    position: relative;
}

.bx-wrapper .bx-pager {
    color: white !important;
}

.bx-wrapper {
    box-shadow: none !important;
}

.bx-wrapper .bx-pager {
    bottom: 35px !important;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    width: 22px !important;
    height: 22px !important;
    border-radius: 100% !important;
    background: none !important;
    border: 3px solid white;
}

.bx-wrapper .bx-pager.bx-default-pager a.active {
    background: white !important;
}

.slider-div {
    width: 100%;
    height: 600px;
    background: rgba(0, 0, 0, 0) none no-repeat scroll center center / cover;
}

.slider-div > img {
    width: 100%;
    height: 100%;
}

.slider-caption {
    position: absolute;
    left: 40px;
    bottom: 140px;
    color: white;
    text-shadow: 2px 2px 1px rgb(0, 0, 0);
    font-size: 32px;
    right: 50%;
}

@media (max-width: 991px) {
    .slider-div {
        height: 500px;
    }
}

@media (max-width: 767px) {
    .slider-div {
        height: 400px;
    }
}

@media (max-width: 525px) {
    .slider-div {
        height: 300px;
    }
}

@media (max-width: 320px) {
    .slider-div {
        height: 200px;
    }
}

.loader {
    border: 16px solid #f3f3f3;
    border-top: 16px solid var(--main-font-dark-color);
    border-radius: 50%;
    width: 100px;
    height: 100px;
    animation: spin 2s linear infinite;
    margin: 0 auto;
    position: relative;
    top: 180px;
}

.owl-carousel > .owl-nav {
    position: absolute;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: center;
    width: 100%;
    top: 50%;
    height: 0;
}

.owl-carousel > .owl-nav > .owl-next:before {
    background-image: url("../../../img/next.svg");
}

.owl-carousel > .owl-nav > .owl-prev:before {
    background-image: url("../../../img/back.svg");
}

.owl-carousel > .owl-nav > .owl-next:before, .owl-carousel > .owl-nav > .owl-prev:before {
    content: '';
    height: 34px;
    width: 34px;
    display: inline-block;
    background-repeat: no-repeat;
}

.owl-carousel .owl-item img, .reasons-col img {    object-fit: cover;}