@font-face {
    font-family: "Baroneys Solid";
   src: url('../font/baroneys-solid.ttf');
}
@font-face {
    font-family: "Baroneys Textured";
   src: url('../font/BaroneysTextured.ttf');
}
section.video-section {
    padding: 0px;
    width: 100%;
    height: 100vh;
    position: relative;
}
.video-sec {
    width: 100%;
    height: 100%;
  overflow:hidden;
}
video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.video-cont {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    bottom: 0px;
    /* background: rgba(0, 0, 0, 0.4); */
    padding-top: 0;
    flex-direction: column;
}
.video-sec .banner-img {
    text-align: center;
}
.property-new-video-sec .banner-img img {
    width: 35%;
    padding: 25px;
    border-radius: 6px;
  height: 100%;
    object-fit: cover;
}

.tab-box-section {
    background: var(--bg-white);
}
.tab-box-section h2 {
    text-align: center;
    margin-bottom: 15px;
    font-family: 'Baroneys Textured';
}

.tab-box-section p{
    font-family: 'Baroneys Textured';
    font-size: var(--f20);
    line-height: 24px;
}

.tab-box-section .facility-avilble-box {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
}

.tab-box-section .facility-avilble-box .box span {
    color: #606C76;
    font-size: var(--f24);
    font-family: 'Baroneys Solid';
}

.tab-box-section .facility-avilble-box .box span img {
    margin: 0 5px;
}

.tab-box-section .nav-tabs {
    border: none;
    margin-bottom: 35px;
    gap: 4px;
}

.tab-box-section .nav-tabs .nav-item{
    flex: 1;
}

.tab-box-section .nav-tabs .nav-link {
    background-color: var(--btn-color);
    border: 1px solid var(--btn-color);
    border-radius: 3px;
    color: var(--white-color);
    font-size: var(--f20);
    font-weight: 400;
    width: 100%;
    font-family: 'Baroneys Textured';
}

.tab-box-section .nav-tabs .nav-link:hover{
    background-color: var(--bg-white);
    color: var(--btn-color);
}

.tab-box-section .nav-tabs .nav-link.active {
    background-color: var(--bg-white);
    color: var(--btn-color);
}

.tab-box-section .nav-tabs .nav-link:focus-visible {
    outline: none;
}

.photo-gallery {
    background: #dfd99a;
    padding-bottom: 0;
}

.photo-gallery h2 {
    text-align: center;
    margin-bottom: 15px;
    font-family: 'Baroneys Textured';
}

.photo-gallery .imgBox {
    margin: 12px 0;
    height: 135px;
}
.photo-gallery .imgBox a{
    /* display: block; */
}
.photo-gallery .imgBox a img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.photo-gallery .show-all-box {
    text-align: center;
    margin-top: 15px;
}

.photo-gallery .show-all-box button {
    background: var(--white-color);
    border: 1px solid var(--btn-color);
    border-radius: 4px;
    color: var(--heading-color);
    text-transform: uppercase;
    font-weight: 600;
    font-size: var(--f20);
    padding: 8px 75px;
    font-family: 'Baroneys Textured';
    letter-spacing: 2px;
}

.tab-box-section .description-content-box h6 {
    font-size: var(--f14);
    font-family: 'Baroneys Textured';
    margin-bottom: 10px;
    letter-spacing: 5px;
}

.tab-box-section .description-content-box p {
    font-size: var(--f20);
    line-height: 22px;
    margin-bottom: 8px;
}

.tab-box-section .amenity_cont_box {
    border: 2px solid var(--btn-color);
    border-radius: 100px;
    padding: 12px 8px;
    text-align: center;
    font-size: var(--f13);
    margin: 10px 0;
}

.tab-box-section .amenity-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 6px 12px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(10px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, background-color 0.3s ease;
    color: #1a1a1a;
    margin-bottom: 15px;
    min-height: 75px;
    text-align: center;
}

.tab-box-section .amenity-item:hover {
    background: #e6f3ff;
    transform: translateY(-4px);
}

.tab-box-section .amenity-item i {
    font-size: 1.5rem;
    color: var(--btn-color);
}

.tab-box-section .amenity-item span {
    font-size: var(--f20);
    font-weight: 500;
    color: #333;
    font-family: 'Baroneys Textured';
}

.tab-box-section .reviews_box {
    display: flex;
    background: #dfd99a;
    border-radius: 10px;
    padding: 20px;
    margin: 10px 0;
}
.tab-box-section .reviews_box .content {
    width: 100%;
}

.tab-box-section .reviews_box .imgBox {
    width: 75px;
    min-width: 75px;
    height: 75px;
    border-radius: 100%;
    margin-right: 25px;
}

.tab-box-section .reviews_box .imgBox img {
    border-radius: 100%;
    width: 75px;
    height: 75px;
    min-width: 75px;
    object-fit: cover;
}

.tab-box-section .reviews_box h6 {
    font-size: var(--f22);
    font-family: 'Baroneys Textured';
    margin-bottom: 8px;
    color: var(--btn-color);
    letter-spacing: 3px;
}

.tab-box-section .reviews_box p {
    font-size: var(--f20);
    line-height: 22px;
    color: #606C76;
    margin-bottom: 8px;
}

.tab-box-section .reviews_box .star i {
    color: var(--btn-color);
    font-size: var(--f12);
}

.tab-box-section .reviews_box .last-review {
    text-align: end;
}

.tab-box-section .reviews_box .last-review span {
    background: var(--btn-color);
    font-size: var(--f20);
    border-radius: 4px;
    color: var(--white-color);
    padding: 7px 14px;
    font-family: 'Baroneys Textured';
    letter-spacing: 2px;
}

.tab-box-section .events_card .imgBox {
    width: 40%;
    min-width: 40%;
}

.tab-box-section .events_card .imgBox img {
    width: 100%;
    height: 346px;
    object-fit: cover;
}

.tab-box-section .events_card {
    display: flex;
    align-items: center;
    border: 1px solid var(--btn-color);
    border-radius: 4px;
    margin-bottom: 10px;
}

.tab-box-section .events_card .content {
    width: 60%;
    min-width: 60%;
    padding: 15px;
}

.tab-box-section .events_card .content h4 {
    color: var(--text-black);
    font-family: 'Baroneys Textured';
    font-size: var(--f22);
    margin-bottom: 8px;
    letter-spacing: 1px;
}

.tab-box-section .events_card .content ul li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 4px;
    font-family: 'Baroneys Solid';
    font-size: var(--f18);
    letter-spacing: .8px;
}

.tab-box-section .events_card .content ul li::before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background: #EBE9E9;
    display: inline-block;
    left: 0;
    top: 5px;
    border-radius: 15px;
}

.tab-box-section .events_card.reverse-box {
    flex-direction: row-reverse;
}

.tab-box-section .cozy-winter-box {
    background: url('../images/cozy-bg.png') no-repeat center;
    background-size: cover;
    padding: 35px
}

.tab-box-section .cozy-winter-box .content-box {
    background: rgba(0, 0, 0, 0.7);
    border-radius: 20px;
    padding: 35px;
    text-align: center;
}

.tab-box-section .cozy-winter-box .content-box h4 {
    color: var(--white-color);
    font-family: 'Baroneys Textured';
    font-size: var(--f34);
    letter-spacing: 2px;
}

.tab-box-section .cozy-winter-box .content-box p {
    color: var(--white-color);
    text-align: center;
    font-size: var(--f20);
    margin-bottom: 8px;
    line-height: 22px;
    letter-spacing: 1px;
}

.tab-box-section .cozy-gallery-box {
    position: relative;
    margin: 10px 0;
    cursor: pointer;
}
.tab-box-section .cozy-gallery-box:hover .content-hover-box {
    display: block;
}

.tab-box-section .events_card .imgBox .owl-theme .owl-nav {
    width: 100%;
    margin-top: 0;
}

.tab-box-section .events_card .imgBox .owl-theme .owl-nav .owl-prev,
.tab-box-section .events_card .imgBox .owl-theme .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 36px;
    height: 36px;
    background: var(--btn-color);
    color: var(--white-color);
    border-radius: 50%;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

.tab-box-section .events_card .imgBox .owl-theme .owl-nav .owl-prev {
    left: 10px;
}

.tab-box-section .events_card .imgBox .owl-theme .owl-nav .owl-next {
    right: 10px;
}

.tab-box-section .events_card .imgBox .owl-theme .owl-nav .owl-prev span,
.tab-box-section .events_card .imgBox .owl-theme .owl-nav .owl-next span {
    font-size: 30px;
    line-height: normal;
    display: inline-block;
    margin-top: -4px;
}

.tab-box-section .events_card .imgBox:hover .owl-theme .owl-nav .owl-prev,
.tab-box-section .events_card .imgBox:hover .owl-theme .owl-nav .owl-next {
    opacity: 1;
    transition: all 0.3s ease-in-out;
}

#book .side-area{
    border: 1px solid rgb(221, 221, 221);
    border-radius: 12px;
    padding: var(--p24);
    box-shadow: rgba(0, 0, 0, 0.12) 0px 6px 16px;
    position: sticky;
    top: 80px;
    z-index: 2;
}
.price {
    font-size: 21px;
    margin-bottom: 10px;
    margin-top: 10px;
  font-family: var(--primary-font);
}
.price span {
    font-size: 22px;
    font-weight: 400;
    color: #000;
    font-family: 'Baroneys Textured';
}
#book .price{
    display: flex;
    align-items: center;
    gap: 5px;
}
#book .price p{
    font-size: var(--f26);
    font-weight: 600;
    letter-spacing: 0px;
    margin-bottom:0px;
}
#book .side-area .upper-area {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom:0px;
}
#book .side-area a#reset-button-gaurav-data{
    font-size: var(--f16);
    cursor: pointer;
    color: var(--heading-color);
    text-decoration: underline;
}
#book .side-area a#reset-button-gaurav-data:hover{
    color: var(--btn-color);
}
div#book {
    padding-right: 0px;
    padding-left: var(--p24);
}
.ovabrw_datetime_wrapper {
    position: relative;
    width: 48.4%;
    display: inline-block;
}
.ovabrw_datetime_wrapper input {
    width: 100%;
    padding: 8px 0 8px 30px;
    border: 1px solid var(--secondary-color);
    font-size: 14px;
    height: 42px;
    margin-top:1rem;
    border-radius: 20px;
}
.pool, .pet{
    position:relative;
}

.ovabrw_datetime_wrapper i, .ovabrw_service_select.rental_item i, .pet i, .pool i{
    position: absolute;
    left: 0.5rem;
    top: 1.7rem;
    font-size: 18px;
    color: var(--secondary-color);
}

.ovabrw_service_select.rental_item i, .pool i{
    top: 0.7rem !important;
}
i.fa-solid.fa-users.users-icn {
       top: 0.7rem;
}
.ovabrw_service_select.rental_item {
    position: relative;
    width: 100%;
    margin: 1rem 0;
    margin-bottom: var(--m5);
}
input#show-target-data , select#guests_count {
    padding: 10px 10px 10px 10px;
    font-size: 14px;
    background-color: #fff;
    height: 44px;
    border: 1px solid var(--secondary-color);
    border-radius: 20px;
    width:100%;
}
select#guests_count:focus{
    border: 1px solid var(--secondary-color);
    outline: 1px solid var(--secondary-color);
}
button.main-btn.close111 {
    height: 43px;
    padding: var(--p5) var(--p15);
    font-size: var(--f14);
}
.adult-btn {
    display: flex;
    align-items: center;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
}
.adult-btn button.button1 {
    height: 44px;
    width: 50px;
    text-align: center;
    border-radius: 22px 0 0 22px;
    font-size: var(--f20);
    border: 0 solid rgba(255,255,255,.5);
    color: var(--secondary-color);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-right: 0px solid;
    background: transparent;
    position: relative;
}
.adult-btn button.button1 svg{
    right:50%;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
}
.adult-btn button.button11.button1 {
    margin-left: 0;
    border-right: 0px solid;
    border-left: 0 solid;
    border-radius: 0 22px 22px 0
}

.search-bar button.button1 i {
    position: relative;
    top: 0;
    right: 0;
    color: rgba(255,255,255,.5);
    font-size: 14px;
    transform: translateY(0)
}
.search button i{
    right:auto;
}
.adult-btn button.button1:hover {
    background: var(--secondary-color);
    border-color: var(--secondary-color);
    color: #fff;
}
.adult-btn button.button1:hover i{
    color: #fff;
}
#datepicker-demo17.datepicker {
    top: 50px;
}
.datepicker{
    background-color: #fff !important;
    box-shadow: 8px 8px 40px 5px rgb(0 0 0 / 8%) !important;
    color: #000 !important;
}
.datepicker__info--help, .datepicker__month-day{
    color:#000 !important;
}
.datepicker__month-day--hovering, .datepicker__month-day--selected{
    color:#000 !important;
}
div#guestsss {
    width: 100%;
    min-width: 250px;
    background: var(--white-color);
    padding: var(--p20);
    position: absolute;
    z-index: 9;
    left: 0;
    border-radius: 10px;
    display: none;
    box-shadow: 0px 0px 3px 0px #888888;
}

#guestsss .close1 {
    position: absolute;
    right: 10px;
    left: auto;
    top: 0.3rem !important;
    font-size: var(--f18);
    color: var(--secondary-color);
    cursor: pointer;
}

#guestsss .adult-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: var(--m20);
}

#guestsss .adult-box p{
    margin-bottom: 0px;
    letter-spacing: 0px;
}

#guestsss button.button1 {
   background: transparent;
    height: 35px;
    width: 35px;
    text-align: center;
    border-radius: 50%;
    font-size: var(--f20);
    line-height: 35px;
    margin-left: 0;
    border: 1px solid var(--black-color);
    color: var(--black-color);
    transition: all .3s;
    cursor: pointer;
}
#guestsss button.button11.button1 {
    margin-left: var(--m14);
}
form#booking_form p {
    text-align: center;
    font-size: 14px;
    margin-bottom: 0px;
}
button.main-btn.close111 {
    width: 100%;
}
#datepicker-demo17.datepicker{
    top: 60px !important;
    right: 0 !important;
}
.ovabrw_datetime_wrapper .modal-bodyss i, .ovabrw_service_select.rental_item .modal-bodyss i {
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    font-size: 22px;
    color: var(--secondary-color);
    left: auto;
    cursor: pointer;
}
.ac-box, .btnssss {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.adult {
    display: flex;
    color: #000;
    font-size: 15px;
    align-items: center;
}
.button1 {
    background: transparent;
    height: 40px;
    width: 40px;
    text-align: center;
    border-radius: 50%;
    font-size: 25px;
    line-height: 40px;
    margin-left: 14px;
    border: 1px solid #717171;
    color: #717171;
    transition: all .3s;
    cursor: pointer;
}
.adult-popup .modal-bodyss button.main-btn.btn {
    width: 100%;
    color: #fff !important;
}
.tab-box-section .ovabrw_datetime_wrapper {
    width: 100%;
}
.about-owner-section {
    text-algin: center;
    display: none;
}
pre.section-content {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 8px;
    font-family: 'Baroneys Textured';
    overflow: hidden;
    text-wrap: auto;
}
.get-quote .col-6{
 width:100%;
  padding:0;
}
.get-quote label{
  display:none;
}
.get-quote .col-6 input{
  width: 100%;
    padding: 8px 0 8px 30px;
    border: 1px solid var(--secondary-color);
    font-size: 14px;
    height: 42px;
    margin-top: 1rem;
    border-radius: 20px;
}
.get-quote .col-6 i{
  position: absolute;
  left: 0.5rem;
  top: 0.8rem;
  font-size: 18px;
  color: var(--secondary-color);
}
.get-quote .form-text{
  position:relative;
  margin-top: 0;
}
.guest-form .col-12{
    width:100%;
    padding:0;
}
button#submit-button-gaurav-data1{
    width:100%;
    margin-top: 0;
    border-radius: 20px;
}
.get-quote .guest{
   margin-top: 1rem;
  padding:0;
}
form .row.check-form {
    position: relative;
}
input#demo17{
  top: 15px !important;
    left: 0 !important;
    width: 100% !important;
    opacity: 0 !important;
    height: 105px !important;
}
div#gaurav-new-data-area {
    padding: 0;
    margin-top: 10px;
    margin-bottom: 10px;
}
div#gaurav-new-data-area .col-md-6 {
    padding: 0;
    width: 49%;
    font-size: 11px;
}
div#gaurav-new-data-area .col-md-6:last-child{
 text-align:right; 
}
.cozy_winter_image .col{
 width: 33%;
 padding: 0;
}
.cozy_winter_image{
 justify-content:space-between; 
}
.cozy_winter_image .cozy-gallery-box {
    position: relative;
    margin: 10px 0;
    cursor: pointer;
}
.cozy_winter_image .content-hover-box {
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1;
    padding: 12px;
    display: none;
}
.cozy_winter_image .content-hover-box p {
    vertical-align: middle;
    color: var(--white-color);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    line-height: 22px;
    margin-bottom: 0;
    text-align: center;
  font-family: 'Baroneys Textured';
    font-size: 20px;
}