@import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;400;500;600;700&display=swap');
body, html {
    overflow-x: hidden;
}
body {
    font-family: "Rajdhani", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    line-height: 1.4em;
    color: #010101;
    background-color: #f2f2f2;
}
a, button {
    color: #fff;
    transition: all 0.2s ease;
}
a:hover,
a:focus{
    color: #010101;
}

.hero-slider {
    width: 100%;
    height: 700px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 0;
}

.btn-select-guest,
.btn-select-guest.active {
    padding: 0 25px;
    margin: 26px 0 10px;
    font-size: 17px;
    display: flex;
    align-items: center;
    width: 100%;
    height: 44px;
    min-width: 0;
    background: #b39466;
    border: 1px solid #b39466;
    color: #fff;
    text-align: lef;
    font-weight: 600;
}
.btn-select-guest i {
    font-size: 14px;
    margin-left: 7px;
    position: relative;
    top: -1px;
}

.btn-select-guest:hover,
.btn-select-guest:focus,
.btn-select-guest:active {
    color: #fff;
    background: #b89b6f;
    border: 1px solid #917142;
    text-transform: none;
}

@media (max-width: 991px) {
    .hero-slider {
        height: 600px;
    }
    .search-results {
        gap: 4%;
    }
    .search-results li {
        flex: 0 0 46%;
    }
}

@media (max-width: 767px) {
    .hero-slider {
        height: 500px;
    }
    .products-list {
        grid-template-columns: 1fr 1fr;
    }

    .dropdown-menu-cols li {
        flex: 100%;
        padding: 0;
    }
    .search-results {
        gap: 0;
    }
    .search-results li {
        flex: 0 0 100%;
    }
}

.hero-slider .swiper-slide {
    overflow: hidden;
    color: #fff;
}

.hero-slider .swiper-container {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.hero-slider .slide-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
}

.hero-slider .swiper-button-prev,
.hero-slider .swiper-button-next {
    background: transparent;
    width: 55px;
    height: 55px;
    line-height: 53px;
    margin-top: -30px;
    text-align: center;
    border: 2px solid #d4d3d3;
    border-radius: 55px;
    opacity:0;
    visibility:hidden;
    transition:all .3s ease;
}
.hero-slider:hover .swiper-button-prev,
.hero-slider:hover .swiper-button-next {
    transform:translateX(0);
    opacity:1;
    visibility:visible;
}

@media (max-width: 767px) {
    .hero-slider .swiper-button-prev,
    .hero-slider .swiper-button-next {
        display: none;
    }
}

.hero-slider .swiper-button-prev {
    left: 25px;
    transform:translateX(50px);
}

.hero-slider .swiper-button-prev:before {
    font-family: "Font Awesome 5 Free";
    content: "\f060";
    font-size: 15px;
    color: #d4d3d3;
    font-style: normal;
    display: inline-block;
    vertical-align: middle;
    font-weight: 900;
}

.hero-slider .swiper-button-next {
    right: 25px;
    transform:translateX(-50px);
}

.hero-slider .swiper-button-next:before {
    font-family: "Font Awesome 5 Free";
    content: "\f061";
    font-size: 15px;
    color: #d4d3d3;
    font-style: normal;
    display: inline-block;
    vertical-align: middle;
    font-weight: 900;
}
.hero-slider .swiper-pagination {    
    left: -60px;
    top: 50%;
    width: 21px;
    text-align: center;
    margin-top: -39px;
}
.hero-slider .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    text-align: left;
    line-height: 12px;
    font-size: 12px;
    color: #d4d3d3;
    opacity: 1;
    background:#d4d3d3;
    transition:all .2s ease;
    margin: 0 auto;
}

.hero-slider .swiper-pagination-bullet-active {
    opacity:1;
    width: 21px;
    height: 21px;
    background: #231f20;
}

.hero-slider .swiper-container-horizontal > .swiper-pagination-bullets,
.hero-slider .swiper-pagination-custom,
.hero-slider .swiper-pagination-fraction {
    top: 50%;
    left: 0;
}

@media screen and (min-width: 992px) {
    .hero-slider .swiper-container-horizontal > .swiper-pagination-bullets,
    .hero-slider .swiper-pagination-custom,
    .hero-slider .swiper-pagination-fraction {
        /*     display: none; */
    }
    .swiper-pagination {
        text-align:left;
    }
    .hero-slider .swiper-container-horizontal > .swiper-pagination-bullets{
        bottom:50px;
        max-width: 1200px;
        padding: 0 15px;
        margin: 0 auto;
        left: 50%;
        transform: translateX(-50%);
    }
}
@media (min-width: 767px) {
    .hero-slider .swiper-container-horizontal > .swiper-pagination-bullets{
        bottom:30px;

    }
}
/*--------------------------------------------------------------
	#hero-style
--------------------------------------------------------------*/
.hero-style {
    height: 740px;
    margin-left: 200px;
    margin-bottom: -90px;
    transition:all .4s ease;
}

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

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

.subsite .hero-style {
    height: 265px;
    margin-bottom: 40px;
}

.hero-style .slide-title,
.hero-style .slide-text,
.hero-style .slide-btns {
    max-width: 590px;
}

.hero-style .slide-title h2 {
    font-size: 20px!important;
    font-weight: 600;
    color: #ffffff;
    line-height: 1em;
    margin: 0 0 35px;
    text-transform: uppercase;
    transition:all .4s ease;
}
.hero-style .slide-title h2:after {
    content: '';
    display: block;
    width: 55px;
    height: 1px;
    background: #fff;
    margin-top: 25px;
}
.hero-style .container {
    position: relative;
    margin-left: -200px;
}
.hero-style .slide-title h2 span {
    display: block;
}
.hero-style .slide-title h2 span.orange {
    color: #EF7907;
}
.hero-slider .swiper-button-prev, .hero-slider .swiper-button-next {
    display: none;
}

@media (max-width: 1199px) {
    .hero-style .slide-title h2 {
        font-size: 75px;
    }
}

@media (max-width: 991px) {
    .hero-style .slide-title h2 {
        font-size: 50px;
        margin: 0 0 35px;
    }
}

@media (max-width: 767px) {
    .hero-style .slide-title h2 {
        font-size: 35px;
        margin: 0 0 30px;
    }
}

.hero-style .slide-text p {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5em;
    color: #fff;
    margin: 0 0 40px;
    text-transform: uppercase;
    transition:all .4s ease;
}

@media (max-width: 767px) {
    .hero-style .slide-text p {
        font-size: 16px;
        font-size: 1rem;
        font-weight: normal;
        margin: 0 0 30px;
    }
}

.hero-style .slide-btns > a:first-child {
    margin-right: 30px;
}

.d-flex {
    display: flex;
    width: 100%;
}
.valign-center {
    align-items: center;
}

.page-content {
    background: #fff;
    padding: 50px 0;
}
.page-content-home {
    padding-top: 150px;
}

header {
    height: 170px;
}
.nav>li>a {
    padding: 0;
    color: #000;
    text-transform: uppercase;
}

.navbar-nav {
    display: flex;
    align-items: center;
}
.navbar-nav>li {
    padding: 2px 15px;
}
.navbar-nav>li>a {
    position: relative;
    text-decoration: none;
    font-size: 17px;
    font-weight: 400;
}
.nav>li>a:hover, .nav>li>a:focus {
    text-decoration: none;
    background-color: transparent;
}
.navbar-nav>li>a::before,
footer a::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    border-radius: 2px;
    background-color: #b29465;
    bottom: 0px;
    left: 0;
    transform-origin: right;
    transform: scaleX(0);
    transition: transform .3s ease-in-out;
}
.navbar-nav>li>a:hover::before {
    transform-origin: left;
    transform: scaleX(1);
}

.navbar-nav>li.btn-register>a {
    background: #000;
    color: #fff;
    padding: 10px 35px;
}
.navbar-nav>li.my-account>a {
    padding: 10px 0;
    white-space: nowrap;
}
.navbar-nav>li.my-account>a i {
    margin-right: 8px;
}

.slider-text {
    background: #b39465;
    color: #fff;
    display: inline-block;
    padding: 40px 25px 30px;
    width: 350px;
}

@media (min-width: 768px) {
    header .header-nav .navbar-collapse {
        display: flex !important;
        justify-content: end;
        height: 170px !important;
        align-items: center;
    }
}

@media (min-width: 1300px) {
    .container {
        width: 1240px;
    }
}
@media (min-width: 1400px) {
    .container {
        width: 1340px;
    }
}
@media (min-width: 1500px) {
    .container {
        width: 1440px;
    }
    body {
        font-size: 18px;
    }
}
@media (min-width: 1600px) {
    .container {
        width: 1540px;
    }
}

h1 {
    color: #a67b5b;
    font-size: 32px;
    line-height: 1em;
    text-transform: uppercase;
    margin: 0px 0 20px;
    font-weight: 600;
    letter-spacing: 2px;
    padding-bottom: 15px;
    border-bottom: 1px solid #bebebe;
}
h5 {
    text-transform: uppercase;
    font-weight: 400;
}

.content-with-icons {
    gap: 110px;
}
.content-with-icons .text {
    text-align: justify;
}
.content-with-icons .text,
.content-with-icons .icons {
    width: 50%;
}

.box-with-icons {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-column-gap: 25px;
    grid-row-gap: 40px;
}
.box-with-icons .item {
    text-align: center;
}
.box-with-icons .icon {
    display: flex;
    height: 65px;
    margin-bottom: 15px;
}
.box-with-icons .icon img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}

.fw-text {
    background: url(../images/bg-camping.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    margin-bottom: 30px;
    padding: 40px 0 30px;
}

.box-with-images {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
}
.box-with-images .box-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.box-with-images .box-text {
    color: #fff;
    text-align: justify;
    padding: 25px;
}
.box-with-images .box-text h4 {
    border-bottom: 1px solid #fff;
    text-transform: uppercase;
    font-weight: 600;
    padding-bottom: 10px;
}
.box-with-images .box-text p {
    margin: 0;
}
.box-with-images .box-text.bg-1 {
    background: #c4a77b;
}
.box-with-images .box-text.bg-2 {
    background: #b39465;
}
.box-with-images .box-text.bg-3 {
    background: #997c50;
}


.row-gallery {
	display: flex;
	flex-wrap: wrap;
	margin: -1rem -1rem;
}

.col-md-12 .gallery-item {
	flex: 1 0 20rem;
	margin: 1rem;
	overflow: hidden;
    height: 20rem;
}

.gallery-item-video a {
    position: relative;    
}
.gallery-item-video a:after {
    content: '';
    position: absolute;
    background: url(../images/play.png);
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    display: block;
    left: 0;
    top: 0;
}

.col-md-6 .gallery-item {
	flex: 1 0 13rem;
	margin: 1rem;
	overflow: hidden;
}

.gallery-item img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 400ms ease-out;
}

/* .col-gallery img:hover {
	transform: scale(1.15);
} */



footer {
    display: block;
    margin: 30px 0 0 0;
    padding: 13px 0 15px;
    background: #b39465;
    color: #fff;
}
footer a {
    color: #fff;
    margin-left: 40px;
}
.subsite .row  { 
    
}

.row-flex { 
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1* var(--bs-gutter-y));
    margin-right: calc(-.5* var(--bs-gutter-x));
    margin-left: calc(-.5* var(--bs-gutter-x));
}
.row-flex [class^="col"] {
    flex: 0 0 auto;
    float: none;
}

.navbar-my-account {
    display: none;
}

.gallery {
    padding: 50px 0;
}

.section-gallery {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-column-gap: 25px;
    grid-row-gap: 40px;
    padding: 50px 0;
}
.section-gallery .sg-item {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    overflow: hidden;
}
.section-gallery .sg-item a {
    display: block;
}
.section-gallery .sg-item-1 {

}
.section-gallery .sg-item-2 {

}
.section-gallery .sg-item-2 img {
    height: 330px;
}
/* .section-gallery .sg-item-3 a {
    width: 250px;
}
.section-gallery .sg-item-4 a {
    width: 170px;
} */
.section-gallery .sg-item-2,
.section-gallery .sg-item-3,
.section-gallery .sg-item-4 {
    /* width: 25%; */
}
.section-gallery .sg-item-5 {
    height: 100%;
}

.section-gallery .sg-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-content video {
    width: 100%;
    max-width: -webkit-fill-available;
    max-width: fill-available;
}

.center-auth {
    max-width: 500px;
    margin: 0 auto;
}
.page-content.subsite-content a {
    color: #997c50;
}

label {
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    line-height: 1.4em;
}
.form-control {
    border-radius: 0;
    border: 1px solid #c7c7c7;
    background-color: #f4f4f4;
    height: 44px;
}
.form-control:focus {
    border-color: #a67b5b;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(166, 123, 91, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(166, 123, 91, 0.6);
}
.btn-primary {
    background: #000;
    color: #a67b5b;
    padding: 8px 35px;
    text-transform: uppercase;
    border-radius: 0;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 1.5em;
}
.btn-primary:active:hover, 
.btn-primary.active:hover, 
.open>.dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, 
.open>.dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, 
.open>.dropdown-toggle.btn-primary.focus,
.btn-primary:hover {
    color: #000;
    background-color: #a67b5b;
    border-color: #a67b5b;
}
.mr-5 {
    margin-right: 15px;
}

.nav-stacked>li a {
    padding: 9px 15px;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus {
    color: #fff;
    background-color: #000000;
}

.profile h2 {
    margin: 0 0 25px 0;
}

.reservation-form h3 {
    margin: 0 0 15px;
    padding: 0;
    font-weight: 400;
    font-size: 20px;
}
.reservation-form .summary {
    position: relative;
    display: flex;
    gap: 48px;
    align-items: center;
    width: 100%;
    margin: 25px 0;
}
.reservation-form .summary .total-price {
    position: relative;
    background: #000;
    color: #fff;
    font-weight: 500;
    height: 50px;
    display: flex;
    align-items: center;
    padding: 2px 15px;
    gap: 15px;
    font-size: 20px;
}
.reservation-form .summary .total-price:after {
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    background: #787878;
    position: absolute;
    right: -25px;
    top: 0;
}
.price-pln {
    font-weight: 500;
    color: #c6c6c6;
    font-size: 16px;
    line-height: 1em;
}
.summary-days-info {
    font-size: 17px;
}
.reservation-form .summary .total-price .price {
    color: #b39465;
    font-weight: 600;
}

.quest-forms {
    background: #f4f4f4;
    padding: 8px;
    margin-top: 25px;
    margin-bottom: 15px;
}
.quest-forms .col-md-6 {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    align-content: end;
    gap: 15px;
}
.quest-forms .col-md-6 .form-number {
    position: relative;
    width: 40px;
}
.quest-forms .col-md-6 .number {
    background: #000;
    color: #fff;
    font-weight: 600;
    height: 44px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    position: absolute;
    top: 26px;
}

.quest-forms .col-md-6 .form-group {
    flex: 1;
}

.reservation-search form {
    display: flex;
    background: #b39466;
    color: #fff;
    margin-bottom: 35px;
    gap: 35px;
    padding: 15px 18px 4px 18px;
    align-items: center;
}
.reservation-search form label {
    text-transform: uppercase;
    white-space: nowrap;
}
.reservation-search form .width-2 {
    width: 420px;
}
.reservation-search form .width-1 {
    width: 220px;
}
.reservation-search form .form-control {
    border-color: #d2c4a9;
    background: #b39466;
    height: 37px;
    color: #fff;
}
.reservation-search form .form-control:focus {
    border-color: #fff;
}
.reservation-search form .info {
    background: #b89b6f;
    border: 1px solid #d1c6aa;
    padding: 10px 5px 10px 45px;
    background-image: url(/template/default/images/icon-info.png);
    background-repeat: no-repeat;
    background-position: 11px center;
}
.reservation-search button {

}

.daterangepicker .daterangepicker_input {
    display: none;
}
.daterangepicker th.month {
    font-weight: 400;
    font-size: 15px;
    text-transform: uppercase;
}
.daterangepicker .calendar th {
    color: #434343;
}
.daterangepicker .calendar th.next {

}
.daterangepicker .calendar th.next i {

}
.daterangepicker .calendar td {
    position: relative;
    border-radius: 0;
}
.daterangepicker .calendar td:before {
    position: absolute;
    z-index: 0;
    content: '';
    display: block;
    width: 30px;
    height: 100%;
    top: 0;
    left: 50%;
    margin-left: -15px;
    border: 1px solid #eeeeee;
}
.daterangepicker td.off, 
.daterangepicker td.off.in-range, 
.daterangepicker td.off.start-date, 
.daterangepicker td.off.end-date,
.daterangepicker td.disabled, 
.daterangepicker option.disabled {
    text-decoration: none!important;
    color: #cfcfcf!important;
}
.daterangepicker .calendar td.disabled:before {
    display: none;
}

.daterangepicker .calendar td.in-range {
    background-color: #d8c8af;
}
.daterangepicker .calendar td.in-range:before {
    border: 1px solid #c8bca4;
}
.daterangepicker .calendar td.end-range,
.daterangepicker .calendar td.active, 
.daterangepicker .calendar td.active:hover {
    background-color: #b39466;
    border-radius: 0;
}

.daterangepicker .calendar td.end-range,
.daterangepicker .calendar td.active:before,
.daterangepicker .calendar td.active:hover:before {
    border: 1px solid #a68b5e;
}
.daterangepicker .calendar-table {
    border: 0!important;
}
.calendar .calendar-table {
    position: relative;
    z-index: 10;
}
.calendar .calendar-table:before {
    position: absolute;
    z-index: -1;
    content: '';
    border: 1px solid #eeeeee;
    display: block;
    width: calc(100% + 4px);
    height: calc(100% - 29px);
    top: 31px;
    left: -2px;
}
.daterangepicker.ltr .calendar.right .calendar-table,
.daterangepicker.ltr .calendar.left .calendar-table {
    padding: 0!important;
    border-radius: 0!important;
}
.daterangepicker.ltr .calendar.left {    
    margin-right: 0;
    padding: 0;
    margin: 10px 30px 25px 17px!important;
}
.daterangepicker.ltr .calendar.right {    
    margin-right: 0;
    padding: 0;
    margin: 10px 17px 25px 0!important;
}

.reservation-search form .form-control[name="daterange"] {
    background-image: url(/template/default/images/kalendarz.png);
    background-repeat: no-repeat;
    background-position: calc(100% - 8px) center;
}
.btn-form-group .btn {
    background: #000;
    color: #ffffff;
    padding: 8px 35px;
    text-transform: uppercase;
    border-radius: 0;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 1.5em;
    display: flex;
    height: 60px;
    margin-top: 5px;
    align-items: center;
    border: 2px solid #000;
}
.btn-form-group .btn:hover {
    border: 1px solid #b39466;
    color: #b39466;
    border: 2px solid #d1c6aa;
}
.home-reservation-form {
    position: absolute;
    z-index: 9;
    bottom: 0;
    right: 185px;
}

.boxed-check-group,
.boxed-check-group .boxed-check {
    position: relative;
    margin-bottom: 10px;
}
.boxed-check-group .boxed-check {
    display: block;
}
.boxed-check-group .boxed-check:last-child {
    margin-bottom: 0;
}
.boxed-check-group .boxed-check.boxed-check-inline {
    display: inline-block;
    margin-bottom: 0;
}
.boxed-check-group .boxed-check .boxed-check-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    display: none;
}
.boxed-check-group .boxed-check .boxed-check-input:disabled + .boxed-check-label {
    border: 1px dashed #bec2c6;
    opacity: .4;
    cursor: not-allowed;
}
.boxed-check-group .boxed-check .boxed-check-input:checked + .boxed-check-label,
.boxed-check-group .boxed-check .boxed-check-input:not(:disabled) + .boxed-check-label:hover{
    background-color: #e8e8e8;
}
/* .boxed-check-group .boxed-check .boxed-check-input:checked + .boxed-check-label::before {
	content: ' ';
	position: absolute;
    background: url(../images/icon-check.png);
	width: 24px;
	height: 18px;
	right: 4px;
	top: 6px;
} */
.boxed-check-group .boxed-check .boxed-check-label {
    display: block;
    background-color: #ffffff;
    border: 1px solid #c7c7c7;
    padding: .5rem 1.3rem;
    margin: 0;
    border-radius: .25rem;
    cursor: pointer;
}
.boxed-check-group.boxed-check-sm .boxed-check .boxed-check-label {
    padding: .2rem 1.3rem;
}
.boxed-check-group.boxed-check-lg .boxed-check .boxed-check-label {
    padding: .8rem 1.3rem;
}

/* boxed-check default theme */
.boxed-check-group.boxed-check-default .boxed-check .boxed-check-input:checked + .boxed-check-label *{
    color: #000000;
}
.boxed-check-group.boxed-check-default .boxed-check .boxed-check-input:checked + .boxed-check-label {
    color: #000000;
    background-color: #ced4da;
}
.boxed-check-group.boxed-check-default .boxed-check .boxed-check-input:checked + .boxed-check-label,
.boxed-check-group.boxed-check-default .boxed-check .boxed-check-input:not(:disabled) + .boxed-check-label:hover {
    border-color: #ced4da;
    background-color: #ced4da;
}
.boxed-check-group.boxed-check-outline-default .boxed-check .boxed-check-input:checked + .boxed-check-label *{
    color: #000000;
}
.boxed-check-group.boxed-check-outline-default .boxed-check .boxed-check-input:checked + .boxed-check-label {
    color: #000000;
    background-color: #ffffff;
}
.boxed-check-group.boxed-check-outline-default .boxed-check .boxed-check-input:checked + .boxed-check-label,
.boxed-check-group.boxed-check-outline-default .boxed-check .boxed-check-input:not(:disabled) + .boxed-check-label:hover {
    border-color: #198754;
    background-color: #ffffff;
}
.boxed-check-group.boxed-check-outline-default .boxed-check .boxed-check-input:checked + .boxed-check-label::before {
	border-color: #198754;
}

/* boxed-check colorful primary theme */
.boxed-check-group.boxed-check-primary .boxed-check .boxed-check-input:checked + .boxed-check-label *{
    color: #ffffff;
}
.boxed-check-group.boxed-check-primary .boxed-check .boxed-check-input:checked + .boxed-check-label {
    color: #ffffff;
    background-color: #0d6efd;
}
.boxed-check-group.boxed-check-primary .boxed-check .boxed-check-input:checked + .boxed-check-label,
.boxed-check-group.boxed-check-primary .boxed-check .boxed-check-input:not(:disabled) + .boxed-check-label:hover,
.boxed-check-group.boxed-check-outline-primary .boxed-check .boxed-check-input:checked + .boxed-check-label,
.boxed-check-group.boxed-check-outline-primary .boxed-check .boxed-check-input:checked + .boxed-check-label::before,
.boxed-check-group.boxed-check-outline-primary .boxed-check .boxed-check-input:not(:disabled) + .boxed-check-label:hover {
    border-color: #0d6efd;
}

/* boxed-check colorful secondary theme */
.boxed-check-group.boxed-check-secondary .boxed-check .boxed-check-input:checked + .boxed-check-label *{
    color: #ffffff;
}
.boxed-check-group.boxed-check-secondary .boxed-check .boxed-check-input:checked + .boxed-check-label {
    color: #ffffff;
    background-color: #6c757d;
}
.boxed-check-group.boxed-check-secondary .boxed-check .boxed-check-input:checked + .boxed-check-label,
.boxed-check-group.boxed-check-secondary .boxed-check .boxed-check-input:not(:disabled) + .boxed-check-label:hover,
.boxed-check-group.boxed-check-outline-secondary .boxed-check .boxed-check-input:checked + .boxed-check-label,
.boxed-check-group.boxed-check-outline-secondary .boxed-check .boxed-check-input:checked + .boxed-check-label::before,
.boxed-check-group.boxed-check-outline-secondary .boxed-check .boxed-check-input:not(:disabled) + .boxed-check-label:hover {
    border-color: #6c757d;
}

/* boxed-check colorful success theme */
.boxed-check-group.boxed-check-success .boxed-check .boxed-check-input:checked + .boxed-check-label *{
    color: #ffffff;
}
.boxed-check-group.boxed-check-success .boxed-check .boxed-check-input:checked + .boxed-check-label {
    color: #ffffff;
    background-color: #198754;
}
.boxed-check-group.boxed-check-success .boxed-check .boxed-check-input:checked + .boxed-check-label,
.boxed-check-group.boxed-check-success .boxed-check .boxed-check-input:not(:disabled) + .boxed-check-label:hover,
.boxed-check-group.boxed-check-outline-success .boxed-check .boxed-check-input:checked + .boxed-check-label,
.boxed-check-group.boxed-check-outline-success .boxed-check .boxed-check-input:checked + .boxed-check-label::before,
.boxed-check-group.boxed-check-outline-success .boxed-check .boxed-check-input:not(:disabled) + .boxed-check-label:hover {
    border-color: #198754;
}


/* boxed-check colorful dark theme */
.boxed-check-group.boxed-check-dark .boxed-check .boxed-check-input:checked + .boxed-check-label *{
    color: #ffffff;
}
.boxed-check-group.boxed-check-dark .boxed-check .boxed-check-input:checked + .boxed-check-label {
    color: #ffffff;
    background-color: #212529;
}
.boxed-check-group.boxed-check-dark .boxed-check .boxed-check-input:checked + .boxed-check-label,
.boxed-check-group.boxed-check-dark .boxed-check .boxed-check-input:not(:disabled) + .boxed-check-label:hover,
.boxed-check-group.boxed-check-outline-dark .boxed-check .boxed-check-input:checked + .boxed-check-label,
.boxed-check-group.boxed-check-outline-dark .boxed-check .boxed-check-input:checked + .boxed-check-label::before,
.boxed-check-group.boxed-check-outline-dark .boxed-check .boxed-check-input:not(:disabled) + .boxed-check-label:hover {
    border-color: #212529;
}

.boxed-check-group {
    display: flex;
    gap: 15px;
}
.boxed-check-group .boxed-check .boxed-check-label {
    width: 185px;
    height: 185px;
    text-align: center;
    padding-top: 15px;
    position: relative;
}
.boxed-check-group .boxed-check .boxed-check-label .image {
    margin-bottom: 10px;
    display: block;
    height: 65px;
}
.boxed-check-group .boxed-check .boxed-check-label img {
    margin: 0 auto;
    max-height: 100%;
    width: auto;
}
.boxed-check-group .boxed-check .boxed-check-label .price {
    position: absolute;
    bottom: 10px;
    left: 15px;
    width: calc(100% - 30px);
    height: 32px;
    display: flex;
    justify-content: end;
    align-items: center;
}
.boxed-check-group .boxed-check .boxed-check-label .price:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 32px;
    height: 32px;
    background-color: #fff;
    border: 1px solid #b7b7b7;
}
.boxed-check-group .boxed-check .boxed-check-input:checked + .boxed-check-label .price:before {
    background-image: url(../images/icon-check.png);
    background-position: center center;
    background-repeat: no-repeat;
}

.quest-data {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 2px;
}

.quest-data .select-guest {
    grid-column: 1 / -1;
}

.quest-data .form-group {

}

@media (max-width: 1200px) {
    .container {
        width: calc(100% - 20px);
    }
    .navbar-nav>li.my-account {
        position: absolute;
        top: -57px;
        right: 0;
        white-space: nowrap;
    }
}
@media (max-width: 1100px) {
    .box-with-images {
        grid-template-columns: repeat(2, 1fr);
    }
    .content-with-icons {
        gap: 50px;
    }
}
@media (max-width: 930px) {
    .navbar-brand {
        position: absolute;
        left: 0;
        margin-top: 110px;
        float: none;
        display: block;
        width: 200px;
        height: 200px;
    }
}
@media (max-width: 768px) {
    body {
        font-size: 17px;
    }
    .page-content-home {
        padding: 25px 0;
    }
    .page-content-home .d-flex {
        display: block;
    }
    .content-with-icons .text, 
    .content-with-icons .icons {
        display: block;
        width: 100%;
    }
    .content-with-icons .text {
        margin-bottom: 35px;
    }
    .box-with-icons {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 25px;
        grid-row-gap: 40px;
    }
    .box-with-images {
        grid-template-columns: repeat(1, 1fr);
    }
    header {
        height: 130px;
    }
    .row-flex {
        display: block;
    }
    .wysiwyg img {
        max-width: 100%;
        height: auto;
    }
    .navbar-toggle {
        position: relative;
        float: right;
        padding: 9px 10px;
        margin-right: 15px;
        margin-top: 50px;
        margin-bottom: 8px;
        background-color: transparent;
        background-image: none;
        border: 2px solid transparent;
        border-radius: 4px;
    }
    .navbar-my-account {
        position: relative;
        float: right;
        padding: 9px 10px;
        margin-top: 50px;
        margin-bottom: 8px;
        background-color: transparent;
        background-image: none;
        border: 2px solid transparent;
        border-radius: 4px;
        display: block;
        color: #231f20;
        font-size: 20px;
        margin-right: 10px;
    }
    .navbar-toggle .icon-bar {
        width: 30px;
        height: 4px;
        border-radius: 6px;
        background: #231f20;
    }
    .navbar-collapse {
        border-top: 0;
        -webkit-box-shadow: inset 0 0 0 rgba(255,255,255,0.1);
        box-shadow: inset 0 0 0 rgba(255,255,255,0.1);
        padding: 0;
    }
    .navbar-brand {
        /* float: none;
        height: auto;
        position: absolute;
        left: 0px;
        margin-top: 120px; */
        float: none;
        height: auto;
        position: absolute;
        left: 0px;
        margin-top: 0;
        width: 130px;
    }
    .navbar-brand>img {
        display: block;
        width: 110px;
    }
    .navbar {
        z-index: 999;
    }

    .navbar-collapse {
        position: absolute;
        right: 10px;
        width: 200px;
        margin-top: 2px;
    }
    /* position: absolute;
    left: 15px; */


    .navbar-nav {
        padding: 25px 10px 25px;
        background: rgb(0 0 0 / 95%);
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: end;
        text-align: right;
        margin: 0;
        min-height: 275px;
    }
    .navbar-nav>li {
        margin-right: 0;
    }
    .navbar-nav>li>a {
        text-transform: uppercase;
        padding-right: 0;
        padding-left: 0;
        color: #fff;
    }
    .navbar-nav>li.btn-register>a {
        background: transparent;
        padding: 0;
    }
    .navbar-nav>li.my-account {
        display: none;
    }
    .slider-text,
    .hero-slider .swiper-pagination {
        display: none;
    }
    .subsite .hero-style,
    .hero-style {
        margin-bottom: 0;
        /* margin-left: 110px;
        width: calc(100% - 85px); */
        /* margin-left: 0;
        width: 100%;
        height: 265px; */

        margin-left: -25px;
        width: calc(100% + 50px);
        height: 265px;
        margin-top: 10px;
    }
    .col-md-12 .gallery-item {
        flex: 1 0 150px;
        margin: 1rem;
        overflow: hidden;
        height: 170px;
    }
    /* .swiper-pagination {
        display: block!important;
    } */

    .section-gallery {
        grid-template-columns: repeat(2, 1fr);
        padding: 35px 25px;
    }
    .gallery-item-video a:after {
        background-size: 60%;
    }

    .fw-text {
        position: relative;
    }
    .fw-text:before {
        content: '';
        position: absolute;
        z-index: 1;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: #fff;
        opacity: 0.30;
    }
    .fw-text .container {
        position: relative;
        z-index: 100;
    }
    .home-reservation-form {
        position: relative;
        right: 0;
        left: 0;
        width: 100%;
        text-align: right;
    }
    .reservation-search form {
        display: inline-block;
        margin-bottom: 35px;
        gap: 35px;
        padding: 15px 18px 4px 18px;
        margin: 0 0 35px 0;
        width: 100%;
        text-align: left;
    }
    .hero-slider .reservation-search form {
        display: inline-block;
        margin-bottom: 35px;
        margin: 35px;
        width: 250px;
        text-align: left;
    }
    .reservation-search form .width-1,
    .reservation-search form .width-2 {
        width: 100%;
    }
    .hero-style {
        height: 400px;
    }
    .reservation-search .btn-form-group button.btn {
        padding: 8px 21px;
        height: 50px;
        width: 100%;
        margin-top: 5px;
        justify-content: center;
    }
    .reservation-form .summary {
        display: block;
    }
    .reservation-form .summary .additional-text {
        margin-top: 15px;
    }
}
