@charset "UTF-8";

:root {
--font-primary: "Montserrat", sans-serif;
}
h1,
h1 > span {
font-size: 85px !important;
}
h2,
h2 > span {
font-size: 40px !important;
}
h2,
h2 > span {
font-size: 35px !important;
}
h1.wp-block-heading,
h1.wp-block-heading span {
font-size: 85px !important;
}
h1.wp-block-heading span {
font-size: 85px !important;
}
.h1-white {
color: #fff !important;
}
.a-seo,
.a-seo > a,
.a-seo > strong > a {
text-decoration: none !important;
color: #de3b3b !important;
}
.colored {
color: #de3b3b;
}
.colored-background {
background-color: #de3b3b;
color: #fff;
padding: 7px 15px 1px 15px;
font-weight: 600;
}
@media screen and (max-width: 991px) {
h1,
h1 > span,
h2,
h2 > span,
h1.wp-block-heading,
h1.wp-block-heading span {
font-size: 35px !important;
text-align: center !important;
}
h3,
h3.wp-block-heading,
h3.wp-block-heading span {
font-size: 30px !important;
}
.colored-background {
padding: 3px !important;
}
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
:root {
--font-primary: "Montserrat", sans-serif;
}
body {
font-family: var(--font-primary) !important;
}
.navbar {
position: fixed !important;
top: 0;
max-width: 100%;
width: 100% !important;
height: 120px;
display: flex;
justify-content: space-between;
align-items: center;
background-color: #fff !important;
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
padding: 0 20px !important;
margin: 0;
transition: all 0.3s ease;
box-sizing: border-box;
z-index: 1003 !important;
overflow: visible;
}
.menu-container {
min-width: 100% !important;
}
.menu {
margin-bottom: 0;
}
.logo > a > img {
margin-top: 5px;
height: 30px !important;
width: auto;
transition: height 0.3s ease, transform 0.3s ease;
}
.navbar-menu {
display: flex;
justify-content: flex-end;
z-index: 1002 !important;
}
.navbar-menu ul {
display: flex;
list-style: none;
padding: 0;
margin: 0;
}
.navbar-menu ul li {
margin-left: 30px;
position: relative;
}
.navbar-menu ul li a {
color: #29354e !important;
text-decoration: none;
font-size: 18px;
font-weight: 500;
padding: 10px;
transition: color 0.3s;
}
.navbar-menu ul li a:hover {
color: #de3b3b !important;
} .current-menu-item > a,
.current-menu-ancestor > a {
position: relative;
white-space: nowrap;
color: #29354e;
}
.current-menu-item > a::after,
.current-menu-ancestor > a::after {
content: "";
width: 100%;
height: 100%;
pointer-events: none;
position: absolute;
top: 50% !important;
left: 0;
background-image: url(//bk-group.sk/wp-content/themes/srcsl/assets/svg/underlined.svg);
background-repeat: no-repeat;
background-size: contain;
-webkit-transform: translate(-10px, 35%);
transform: translate(0px, 35%);
color: #29354e;
} .navbar-menu ul li:not(.current-menu-item):not(.current-menu-ancestor) a::after {
content: none !important;
}
.navbar-menu ul .sub-menu {
display: none;
position: absolute;
top: 100%;
left: 0;
background: #fff;
box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
min-width: 90px;
padding: 10px 0;
border-radius: 5px;
z-index: 1001 !important;
}
.navbar-menu ul .sub-menu li {
margin: 0;
width: 100%;
}
.navbar-menu ul .sub-menu li a {
display: block;
padding: 10px 20px;
color: #29354e !important;
font-size: 16px;
}
.navbar-menu ul .sub-menu li a:hover {
color: #de3b3b !important;
} .current-menu-ancestor .sub-menu li a {
color: #29354e !important; }
.navbar-toggler {
display: flex;
flex-direction: column;
justify-content: space-between;
width: 30px;
height: 22px;
cursor: pointer;
z-index: 1005 !important;
position: relative;
border: none !important;
}
.navbar-menu ul li:hover > .sub-menu {
display: block;
}
.navbar-toggler {
display: none;
}
#menu-item-65 {
padding: 0 !important;
margin: 0 !important;
}
.phone-icon svg {
width: 27px;
height: 27px;
fill: #d43d3d;
animation: blink-icon 1s infinite;
margin-left: 20px !important;
}
@keyframes blink-icon {
0%, 100% {
opacity: 1;
}
50% {
opacity: 0.5;
}
}
@media screen and (max-width: 1345px) {
.phone-icon svg {
margin-left: 0 !important;
margin-top: 10px !important;
}
.navbar {
justify-content: space-between;
height: 110px;
}
.logo {
position: fixed;
top: 35px;
left: 50%;
transform: translateX(-50%);
z-index: 1003;
max-width: 100%;
}
.navbar-toggler {
display: flex;
position: fixed;
top: 40px;
left: 20px;
z-index: 1002;
color: #29354e;
border: none !important;
}
.navbar-menu {
position: fixed;
top: 0;
right: -100%;
width: 100% !important;
height: 100vh;
background-color: rgba(255, 255, 255, 0.8);
backdrop-filter: blur(20px) !important;
-webkit-backdrop-filter: blur(20px);
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
transition: right 0.3s ease;
z-index: 1001;
}
.navbar-menu.active {
right: 0;
}
.navbar-menu ul {
flex-direction: column;
text-align: center;
}
.navbar-menu ul li {
margin: 15px 0;
}
#menu-primary-menu {
padding-left: 0;
}
}
@media screen and (max-width: 991px) {
.navbar-menu ul .sub-menu {
max-height: 50vh;
overflow-y: auto;
}
}
@media screen and (max-width: 991px) and (orientation: landscape) {
.navbar-menu {
overflow-y: auto;
max-height: 100vh;
-webkit-overflow-scrolling: touch;
padding-top: 300px; box-sizing: border-box;
}
}
html, body {
height: 100%;
margin: 0;
padding: 0;
display: flex;
flex-direction: column;
}
main {
flex: 1 0 auto;
margin-top: 0 !important;
}
footer {
flex-shrink: 0;
}
:root {
--font-primary: "Boxed", sans-serif;
}
html {
scroll-padding-top: 120px;
}
body {
font-family: var(--font-primary) !important;
font-size: 18px !important;
}
.content-container {
margin-top: 120px;
}
.fullscreen-banner {
width: 100vw;
height: 100vh;
background-size: cover;
}
.fullscreen-banner::after {
content: "";
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.45) 15%, rgba(0, 0, 0, 0.4) 30%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.65) 65%, rgba(0, 0, 0, 0.8) 80%, rgba(0, 0, 0, 0.95) 95%, rgb(0, 0, 0) 100%);
pointer-events: none;
}
.blog-container {
margin-top: 120px !important;
}
.button {
background-color: #de3b3b !important;
border: none !important;
text-decoration: none !important;
color: #fff !important;
font-size: 20px !important;
font-weight: 500 !important;
padding: 20px 30px !important;
text-align: center !important;
border-radius: 5px !important;
}
.button:hover {
text-decoration: underline !important;
}
.button-banner {
font-size: 70px !important;
background-color: transparent !important;
border: none !important;
}
.button-banner:hover {
color: #de3b3b !important;
}
.img-with-border > img {
border-radius: 20px !important;
}
.fa-solid {
font-size: 40px;
color: #29354e;
margin: 20px 0;
}
.icon-svg {
fill: red !important;
}
.hidden-section {
display: none;
flex-wrap: wrap;
}
.faq-section {
max-width: 800px;
margin: 50px auto;
text-align: center;
}
.faq-item {
margin-bottom: 20px;
padding-bottom: 10px;
}
.faq-question {
cursor: pointer;
font-weight: bold;
font-size: 22px;
display: inline-flex;
align-items: center;
gap: 10px;
}
.faq-icon {
display: inline-block;
width: 14px;
height: 14px;
border-right: 3px solid #de3b3b;
border-bottom: 3px solid #de3b3b;
transform: rotate(45deg);
transition: transform 0.3s ease;
margin-left: 12px;
}
.faq-item.active .faq-icon {
transform: rotate(-135deg);
}
.faq-answer {
display: none;
margin-bottom: 0 !important;
margin-top: 10px !important;
font-size: 18px;
}
.faq-item.active .faq-answer {
display: block;
}
footer {
background-color: #de3b3b !important;
}
.a-footer {
text-decoration: none;
gap: 3px;
}
.p-footer,
.p-footer > a,
.p-footer > a:hover {
text-decoration: none !important;
color: #fff;
font-size: 12px;
}
.a-footer:hover {
text-decoration: underline !important;
}
.footer-logo {
width: 100px;
height: auto;
}
.free-entry {
background-color: #de3b3b !important;
}
.free-entry-button {
background-color: #0262b8 !important;
}
.blog-posts {
display: flex;
flex-wrap: wrap; justify-content: center; gap: 20px; }
.blog-post {
width: 30%; background: white;
padding: 15px;
border-radius: 8px;
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
text-align: center;
margin-bottom: 20px;
}
.blog-thumbnail {
width: 100%;
height: 200px; object-fit: cover; border-radius: 8px;
}
.blog-post > h5 {
margin-top: 15px;
}
.blog-post h5 a {
color: #293550;
text-decoration: none;
}
.blog-post h5 a:hover {
text-decoration: underline;
}
.blog-section h2 {
text-align: center;
font-size: 28px; margin: 20px 0; }
.blog-post p:first-of-type {
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 6;
overflow: hidden;
text-overflow: ellipsis;
}
article h1 {
margin-top: 150px !important;
}
.job-salary {
margin-bottom: 30px !important;
font-weight: 600;
}
.custom-slider {
position: relative;
width: 100%;
overflow: hidden;
display: flex;
align-items: center;
}
.slider-container {
width: 100%;
overflow: hidden;
}
.slider-track {
display: flex;
transition: transform 0.5s ease-in-out;
gap: 0; }
.slide {
flex: 0 0 33.33%; box-sizing: border-box;
padding: 0;
margin: 0;
}
.slide img {
width: 100%;
height: 300px; object-fit: cover; display: block;
border-radius: 0; }
.prev-slide, .next-slide {
position: absolute;
top: 50%;
transform: translateY(-50%);
background-color: #de3b3b;
color: white;
border: none;
padding: 10px 15px;
font-size: 24px;
cursor: pointer;
z-index: 10;
}
.prev-slide {
left: 10px;
}
.next-slide {
right: 10px;
} @media (max-width: 768px) {
.blog-post {
width: 48%; }
}
@media (max-width: 480px) {
.blog-post {
width: 100%; }
}
@media screen and (max-width: 991px) {
.content-container {
margin-top: 110px !important;
}
.fullscreen-banner {
height: calc(100vh - 100px);
}
.accomodation-container {
display: flex;
align-items: center; justify-content: flex-start; padding-left: 20px; }
.accomodation-container > .col-1,
.accomodation-container > .col-11 {
flex: unset;
width: auto;
padding: 0;
display: flex;
align-items: center;
}
.accomodation-container i {
font-size: 20px;
line-height: 1;
margin-right: 0; }
.accomodation-container p {
margin: 0;
padding-left: 5px; line-height: 1.4;
}
.slide {
flex: 0 0 100%; }
.slide img {
height: 250px; }
}