.package-details-area .package-img-group {
    border-radius: 10px;
    background: #fff;
    padding: 10px;
    box-shadow: 0 4px 25px 0 rgba(0, 0, 0, .08);
}
.package-details-area .package-img-group .gallery-img-wrap {
    position: relative;
    transition: all .45s;
    height: 100%;
}
.package-details-area .package-img-group .gallery-img-wrap img {
    object-fit: cover;
    height: 100%;
    border-radius: 10px;
}
 .gallery-img-wrap a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex
;
    align-items: center;
    justify-content: center;
    background-color: rgba(16, 12, 8, .6);
    color: var(--white-color);
    text-align: center;
    font-family: var(--font-rubik);
    font-size: 15px;
    font-weight: 400;
    letter-spacing: .6px;
    flex-direction: column;
    transition: all .45s;
    transform: scale(.4);
    border-radius: 10px;
    opacity: 0;
}
.gallery-img-wrap a svg {
    height: 24px;
    fill: #E3D8D8;
    margin-bottom: 5px;
}
.content_nd {
    padding: 20px 0;
}
.content_nd .title_nd h1 {
    font-size: 25px;
    color: #256a36;
    padding-bottom: 10px;
}
.gallery-img-wrap {
    position: relative;
    transition: all .45s;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
}

.gallery-img-wrap img {
    width: 100%;
    height: 100%;
}

.g-3 {
    gap: 10px 0px;
}
.package-details-area .package-img-group .gallery-img-wrap.active a, .package-details-area .package-img-group .gallery-img-wrap.active button, .package-details-area .package-img-group .gallery-img-wrap:hover a, .package-details-area .package-img-group .gallery-img-wrap:hover button {
    transform: scale(1);
    opacity: 1;
}
.box-content-details {
    padding: 20px 0px;
}

.box-content-details h2 {
    margin-bottom: 20px;
    font-size: 33px;
    color: #2a4012;
}


.box-form-books {
    background: #ededed;
    padding: 20px;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    position: sticky;
    top: 20px;
}
.box-desc-details a {
    padding: 4px 10px;
    display: inline-block;
    margin-bottom: 10px;
    margin-top: 5px;
    background: #cd9132;
    color: #ffff;
    border-radius: 4px;
}

.box-desc-details a:hover {
    background: #1d317c;
}
.booking-input-box {
    position: relative;
    width: 100%;
    display: inline-block;
    border: 1px solid #2a401278;
    margin: 0 10px 10px;
    padding: 5px 9px 5px;
    background: #ffffff75;
}
.booking-input-box h4 {
    color: #2a4012;
    font-weight: 400;
    font-size: 12px;
    text-transform: uppercase;
    margin: 0 0 0;
}
.booking-input-box p {
    padding-bottom: 0px;
}
.booking-input-box input {
    width: 100% !important;
    outline: 0 !important;
    background: transparent;
    border: transparent !important;
    color: #2a4012;
    padding: 0 6px 0 0 !important;
    font-size: 15px;
    font-weight: 500;
    margin: 4px 0 0;
}
.booking-input__group{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 10px;
	width: 100%;
	margin: 0 10px;
}
.booking-input__group .booking-input-box{
	margin: 0;
}
.booking-input-box input::-webkit-calendar-picker-indicator {
    color: #2a4012;
}
.booking-input-box select {
    width: 100%;
    outline: 0;
    background: transparent;
    border: transparent;
    color: #2a4012;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
    margin: 4px 0 0;
}
.booking-button button {
    background: #256a36;
    border: transparent;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    position: relative;
    z-index: 1;
    transition: 0.5s;
    padding: 10px 50px;
    font-size: 15px;
    width: 100%;
}

.booking-button {
    margin: 0px 10px;
    width: 100%;
}

.box-content-sale {
    margin: 20px 0px 0px;
    background: #eeeeee73;
    padding: 20px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px 2px, rgb(0 0 0 / 8%) 0px 1px 3px 2px;
}

.row.box-list-duan {
    margin-top: 20px;
}
.booking-input-box textarea {
    width: 100% !important;
    outline: 0 !important;
    background: transparent;
    border: transparent !important;
    color: #2f2f2f;
    padding: 0 6px 0 0 !important;
    font-size: 15px;
    font-weight: bold;
    margin: 4px 0 0;
}

.contact-form-books-details {
    display: flex;
}
.booking-input-box input::placeholder {
    color: #2a4012;
}

.booking-input-box textarea::placeholder {
    color:#2a4012;
    font-weight:400;
}





.booking-calendar {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    border: 1px solid #ddd;
    padding: 10px;
    z-index: 10;
}

.booking-input-box:focus-within .booking-calendar {
    display: block;
}

.booking-input-box input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    cursor: pointer;
}

.h2-title-center-products-details h2 {
    margin-top: 0px;
    margin-bottom: 12px;
    font-size: 27px;
    text-transform: uppercase;
}

.h2-title-center-products-details {
    text-align: center;
}

section.title-hedding-products-lq {
    padding-top: 50px;
}

.head-title {
    margin-top: -10px;
    margin-bottom: 10px;
}
.head-title .hl-1 {
    width: 80px;
    height: 1px;
    display: inline-block;
    background: #010517;
}
.head-title .hl-2 {
    display: inline-block;
    height: 12px;
    margin: 0 5px;
    position: relative;
    top: 5px;
    width: 12px;
    border: 1px solid #010517;
    border-radius: 50px;
    background: #ffffff;
}
.head-title .hl-3 {
    width: 80px;
    height: 1px;
    display: inline-block;
    background: #010517;
}
.box-details-service {
    margin-bottom: 30px;
}
.box-details-service .row .clm:nth-child(1) .item-details-services {
    background: #e6e2d8;
}

.item-details-services {
    text-align: center;
    padding: 10px;
    background: #cdcdcd;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.item-details-services img {
    width: auto;
    height: 40px;
}
.jet-listing-dynamic-field__content {
    font-weight: 700;
    font-size: 17px;
    color: #01415c;
}

.jet-listing-dynamic-field__content {
    margin-top: 10px;
}
.box-details-service .row .clm:nth-child(2) .item-details-services {
    background: #bcdbe3;
}

.box-details-service .row .clm:nth-child(3) .item-details-services {
    background: #f2f2f2;
}
.box-details-service .row .clm:nth-child(4) .item-details-services {
    background: #f2c5a9;
}
.box-details-service .row .clm:nth-child(5) .item-details-services {
    background: #a7cdeb;
}

.box-abum-fancybox img {
    height: 200px !important;
}

.box-abum-fancybox .row .clm:nth-child(n+5) {
    display: none;
}
.box-abum-fancybox .galarry-icon-fancybox {
    display: none;
}

.box-abum-fancybox .clm:nth-child(4) .galarry-icon-fancybox {
    display: block;
}

.box-abum-fancybox .clm:nth-child(4) svg {
    display: none;
}

.box-abum-fancybox img {
    display: block;
}
.box-content-details ul li {
    list-style: disc !important;
    margin-left: 20px;
}

/* fix */













.images-brackham-details {
    height: 60vh;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
    width: 100%;
    background-position: center;
}
.images-brackham-details:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(#2b3e5826, #2b3e5826);
}
.images-brackham-details img {
    height: 100%;
    background-position: center;
    width: 100%;
}
.text-hedding-brackhams {
    position: absolute;
    /* top: 50%; */
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
}
.text-hedding-brackhams h1 {
    font-size: 44px;
    text-align: left;
    font-weight: 200;
}

.text-hedding-brackhams h1 {
    font-size: 73px;
    color: #fff;
}
.text-hedding-brackhams p {
    color: #fff;
}

.hedding-categorys-details {
    text-align: center;
    margin-bottom: 25px;
}

.hedding-categorys-details p {
    text-align: center !important;
}

.title-separator {
    display: flex
;
    justify-content: center;
    position: relative;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 20px;
}
.title-separator:before {
    content: "";
    display: block;
    width: 60px;
    height: 1px;
    background: #1b2e73;
    position: absolute;
    top: calc(50% - 1px);
    left: calc(50% - 77px);
}
.title-separator .separator-center {
    display: block;
    width: 32px;
    height: 12px;
    position: relative;
}
.title-separator .separator-center:before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border: 1px solid #1b2e73;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    left: 8px;
}
.title-separator .separator-center:after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border: 1px solid #1b2e73;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: 8px;
}
.title-separator:after {
    content: "";
    display: block;
    width: 60px;
    height: 1px;
    background: #1b2e73;
    position: absolute;
    top: calc(50% - 1px);
    right: calc(50% - 77px);
}


.hedding-categorys-details h2 {
    text-transform: uppercase;
    color: #1b2e73;
    font-size: 33px;
    font-weight: 600;
}









.box-member-rever {
    padding: 5px;
    border: 1px solid #eee;
    margin-bottom: 10px;
}

.box-desc-details {
    padding: 0px 10px 0px;
}

a.box-hedding-names {
    position: relative;
    display: inline-block;
}

a.box-hedding-names h4 {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    width: 100%;
    right: 0;
    padding: 10px;
    z-index: 9;
    font-size: 20px;
}

.box-member-rever img {
    height: 100%;
    display: block;
}

.box-hedding-names h4:after {
    z-index: -1;
    background-image: linear-gradient(#0000, #12131480);
    width: 100%;
    height: 100%;
    position: absolute;
    inset: auto 0% 0%;
    content: "";
}

a.box-hedding-names img {
    transform: scale(1);
    transition: 1s ease;
}
a.box-hedding-names{
    overflow:hidden;
}
a.box-hedding-names:hover img{
    transform:scale(1.3);
     transition: 1s ease;
}

.hedding-categorys-details h3 {
    text-transform: uppercase;
    color: #1b2e73;
    font-size: 33px;
    font-weight: 600;
}
@media(max-width:990px){
  .text-hedding-brackhams h1 {
    font-size: 29px;
}

.images-brackham-details {
    height: 50vh;
}
  .hedding-categorys-details h3 {
    font-size: 22px;
    margin-top: 30px;
}
    .item-details-services {
        margin-bottom: 20px;
    }
}
