/*--------------------------------------------------------------
# Main style & custom components
--------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;700;800&display=swap');

body {
    margin: 0;
    background: #fff;
    color: #333;
    font-family: "Rubik", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.62857;
}


a {
    color: #0164b0;
    background-color: transparent;
    transition: .2s ease-in-out;

}

a:active,
a:hover {
    color: #0164b0;
    outline: 0;
    text-decoration: none;
}


input[type="submit"] {
    width: auto;
}

input[type="submit"]:hover {}

.more {
    line-height: 2rem;
}

.more a,
.entry-content input[type="submit"] {
    transition: .2s ease-in-out;
    padding: 0.75rem 2rem;
    border: 2px solid #0164b0;
    border-radius: 30px;
    background: #015293;
    color: #fff;
    font-size: .85rem;
    font-weight: 700;
}

.more a:hover,
.entry-content input[type="submit"]:hover {
    background: #004883
}

.more a .fal {
    margin: 0 .5rem 0 0
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.mastheader {
    padding: 1.5rem 0;
    background: #fff;
}

.mastheader .row {
    align-items: center;
}

.logo {
    height: auto;
}

.logo img {
    max-height: 60px;
}

.navbar {
    margin: 0;
    padding: 0;
}

.navbar-light .navbar-nav .nav-link {
    color: #333;
    margin: 0 1rem;
    padding: 0;
    font-size: 1rem;
    font-weight: 500;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #0164b0
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.open,
.navbar-light .navbar-nav .open>.nav-link {
    color: #0164b0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 240px;
    padding: 0;
    margin: 0;
    font-size: 1rem;
    color: #fff;
    text-align: left;
    list-style: none;
    background-color: #0164b0;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 0;
    border-radius: 0;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .5rem;
    font-size: .85rem;
    clear: both;
    font-weight: 400;
    color: #fff;
    text-align: inherit;
    white-space: nowrap;
    background: 0 0;
    border: 0;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #fff;
    text-decoration: none;
    background-color: #0e7bcf;
}

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

.mastheader .more a {
    font-size: 1rem
}


.mastheader .more {
    text-align: right;
}

.mastheader .more a .fas {
    padding-right: .5rem;
}

/*--------------------------------------------------------------
# Slider
--------------------------------------------------------------*/

#top-banner {}

#top-banner .video-slide {
    position: relative;
    overflow: hidden;
}

#top-banner .video-slide .bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

#top-banner .video-slide .container-mid {
    position: relative;
    z-index: 2;
}

#top-banner .mask {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background:linear-gradient(120deg, rgb(0 0 0) 0%, rgb(0 0 0 / 40%) 50%, rgb(0 0 0 / 0%) 100%)
}


#top-banner .item {
    padding: 8rem 0 16rem;
    position: relative;
}

#top-banner .box {
    position: relative;
    z-index: 999;
}

#top-banner .item h2 {
    margin: 0 0 .5rem;
    font-weight: 700;
    font-size: 4rem;
    color: #fff;
}

#top-banner .item h3 {
    margin: 0;
    font-weight: 300;
    font-size: 2rem;
    color: #85bfee;
}

#top-banner .item h4 {
    margin: 1rem 0 2rem;
    font-weight: 700;
    font-size: 1.3rem;
    color: #fff;
    text-transform: uppercase;
}

#top-banner .item h4 span {
    background: #ff0000;
    padding: .2rem;
    color: #fff;
}

#top-banner .item .extra-txt {
    font-size: 1.1rem;
    margin: 0 0 3rem;
    color: #dadada;
    letter-spacing: 0px;
    max-width: 55%;
}

#top-banner .more a {
    padding: 1.15rem 2.4rem;
    font-size: 1.2rem;
    background: #015293
}

#top-banner .more a:hover {
    background: #004883
}

#top-banner .owl-controls {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translate(-50%, -50%)
}

#top-banner .owl-controls .owl-page {
    display: block;
    zoom: 1;
    *: ;
    display: inline;
}

#top-banner .owl-controls .owl-page span {
    width: 2rem;
    height: 2rem;
    margin: 0 0 1rem;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background: #fff;
}

#top-banner .owl-controls .owl-page.active span,
#top-banner .owl-controls.clickable .owl-page:hover span {
    filter: Alpha(Opacity=100);
    opacity: 1;
}

/*--------------------------------------------------------------
# Homepage
--------------------------------------------------------------*/
.service {
    margin-top: -8rem;
    position: relative;
    z-index: 999;
}

.service .box {
    text-align: center;
    padding-bottom: 4rem;
}

.service .row>*:nth-child(1) {
    background: #f0f8ff
}

.service .row>*:nth-child(2) {
    background: #fff
}

.service .row>*:nth-child(3) {
    background: #f0f8ff
}

.service .row>*:nth-child(5) {
    background: #f0f8ff
}

.service .box .thwb-icon {
    padding: 4rem 2rem 1.5rem;
}

.service .box .thwb-icon img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 16px;
    transition: .2s ease-in-out;
}

.service .box .thwb-icon img:hover {
    opacity: .8
}

.service .box h3 {
    margin: 0 0 0;
    font-size: 1.4rem;
    transition: .2s ease-in-out;
}

.service .box h3 a {
    transition: .2s ease-in-out;
}

.service .box h3 a:hover {
    text-decoration: underline;
}

.tours {
    padding: 4rem 0;
}

.section-title {
    text-align: center;
}

.section-title h2 {
    margin: 0 0 .5rem;
    font-weight: 700;
}

.section-title .st-txt {
    margin: 0 auto 2rem;
    max-width: 75%;
    color: #828282;
}


/*--------------------------------------------------------------
# Pages
--------------------------------------------------------------*/


.page-title {}

.pt-inner {
    background: url('https://www.golbus.eu/wp-content/uploads/2023/12/page-title.jpg') center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 8rem 0;
    z-index: 999;
    position: relative;
}

.pt-inner .container-big {
    z-index: 999;
    position: relative;
    text-align: center;
}

.page-title h1 {
    font-size: 3rem;
    margin: 0;
    color: #fff;
    font-weight: 700;
}

.page-title h3 {
    margin: 0rem 0 0rem;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 0px;
    color: #777;
}

.page-wrapper {
    padding: 10rem 0 0rem;
    background: #f4f4f4;
    margin-top: -10rem;
}

.page-title .mask {
    z-index: 99;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0);
    background: linear-gradient(120deg, rgb(24 18 15) 0%, rgb(200 41 41 / 75%) 50%, rgb(0 0 0 / 59%) 80%);
    top: 0;
    left: 0;

}

body.product-template-default #main,
.entry-page {
    padding: 3rem;
    background: #fff;
}


.entry-content {}

.entry-content h2 {
    font-weight: 700;
    margin: 2rem 0 1rem;
    font-size: 1.5rem;
}

.entry-content p {
    margin-bottom: 1rem;
}

.entry-content p:last-child {
    margin-bottom: 0
}

.entry-content .ecf {
    background: #f4f4f4;
    padding: 4rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

body.page-id-44 textarea {
    margin-top: 1rem;
}

.entry-content p label {
    font-weight: 700;
    font-size: .9rem;
    margin-top: 0rem;
}

.entry-content input,
.entry-content textarea {
    border: 1px solid #ddd;
    border-radius: 0;
}


.entry-content .wpcf7-checkbox {
    padding: 0;
    border: 0;
    background: none
}

.frstrw {
    margin-bottom: 1.5rem;
}

.wpcf7 p {
    font-size: .9rem;
}

.entry-content .wpcf7-list-item label {
    margin: 0;
}

.entry-content table td {
    border: 1px solid #eee;
    padding: 1rem;
}

.wpcf7 p {
    font-size: .9rem;
}

.thumb-img img {
    transition: .25s ease-in-out;
}

.thumb-img img:hover {
    opacity: .7
}

.pw-archive article {
    margin: 0 0 2rem 0;
}

.pwa-box {
    padding: 3rem 1rem;
    background: #f0f8ff;
    transition: .25s ease-in-out;
    border: 2px solid #b5cee4;
}

.pwa-box:hover {
    background: #015293;
    border: 2px solid #015293;
}

.pwa-box:hover h2.entry-title a {
    color: #fff;
}

.pw-archive h2.entry-title,
.pw-archive h3.entry-title {
    margin: 0 0 0;
    font-size: 1.4rem;
    text-align: center;
    transition: .2s ease-in-out;

}

.pw-archive h2.entry-title a,
.pw-archive h3.entry-title a {
    color: #0164b0;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer-wrapper {}


.footer-widget {
    padding: 4rem 0 2rem;
    color: #fff;
}

.footer-widget h3 {
    font-size: 1.4rem;
    font-weight: 700;
    margin: 0 0 2rem;
    color: #fff
}

.footer-widget .widget {
    color: #888;
    margin-bottom: 0;
}

.footer-widget .widget p {
    margin-bottom: .75rem
}

.footer-widget .widget p:last-child {}

.footer-widget a {}

.footer-widget ul {
    margin: 0;
    padding-left: 0rem;
    list-style-type: none
}

.footer-widget ul li {
    margin: 0 0 .75rem;
}

.footer-widget ul li a {
    color: #888;
}

.footer-widget ul li a:hover {
    padding-left: .75rem
}

.footer-widget ul li::before {
    font-family: "Font Awesome 5 Pro";
    content: "\f0da";
    padding-right: 1rem;
    color: #0164b0;
}

.footer-widget .nav-link:hover {
    padding-left: .75rem;
}

.footer-widget ul.menu>*:last-child .nav-link {
    border-bottom: 0;
}

.footer-bottom {
    margin-top: 4rem;
    background: #015293;
    padding: 1.5rem 0;
    font-size: .8rem;
    color: #b9b9b9
}

.footer-bottom a {
    color: #fff;
    font-weight: 700;
}

.footer-bottom .footer-credits {
    margin-bottom: 0;
    text-align: center
}

.footer-bottom .footer-author {
    text-align: center
}

.footer-bottom .footer-credits a,
.footer-bottom a,
.footer-bottom .footer-author a {}

.footer-bottom .footer-credits a:hover,
.footer-bottom a:hover,
.footer-bottom .footer-author a:hover {}

.footer-bottom {
    position: relative;
}

.scroll-top {
    position: absolute;
    right: 3rem;
    bottom: 1.5rem;
}

.scroll-top a {
    color: #fff;
    font-weight: 700;
}