#landing{
    padding: 30px 0;
    height: 525px;   
    position: relative; 
}
#landing .landing-image{
    height: 100%;
    width: 100%;
    overflow: hidden;
    border-radius: 8px;
    position: relative;
}
#landing .landing-image:before{
    content:'';
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: rgb(0,0,0);
    background: linear-gradient(180deg, rgba(0,0,0,0) 50%, rgba(0,0,0,0.5859593837535014) 100%);
}
#landing .landing-image img{
    width: 100%;
    height:100%;
    object-fit: cover;
    object-position: top;
}
#landing .landing-content{
    position: absolute;
    bottom:60px;
    left:50%;
    transform: translateX(-50%);
    width: 50%;
    text-align: center;
    color:#fff;
}
#landing .landing-content h2{
    color:#fff;
    font-weight: 800;
}
#landing .landing-content p{
    color:#fff;
    font-size: 18px;
    margin:4px 0 15px 0;
}
.search-style-4 input{
    border-top-right-radius:0;
    border-bottom-right-radius:0;
}
.search-style-4 a{
    border-top-left-radius:0;
    border-bottom-left-radius:0;
}
.search-style-4 input:focus{
    background-color: #fff;
}
.home-category{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    background-color: #99172f;
    overflow: hidden;
    border-radius: 8px;
    position: relative;
}
.full-link{
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.home-category .home-category-text{
    position: relative;
    width: calc(100% - 250px);
    padding:6px 30px;
}
.home-category .home-category-text h2{
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 8px;
    color:#fff;
    display: flex;
    align-items: center;
}
.home-category .home-category-text h2 i{
    font-size: 12px;
    font-weight: 800;
}
.home-category .home-category-text p{
    margin-bottom: 0;
    font-size: 14px;
    color:#fff;
}
.home-category figure{
    width: 250px;
    height: 150px;
    overflow: hidden;
    margin-bottom:0;
    position: relative;
}
.home-category figure img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: all 0.75s ease-in-out;
}
.home-category figure:before{
    content:'';
    position: absolute;
    top:0;
    left: 0;
    z-index: 2;
    width: 0;
    height: 0;
    border-top: 150px solid #99172f;
    border-right: 50px solid transparent; 
}
.home-category:hover figure img{
    transform: scale(1.1);
}

.background-one{
    background-color: #AA3E2A;
}
.background-one figure:before{
    border-top: 150px solid #AA3E2A;
}
.background-two{
    background-color: #98613F;
}
.background-two figure:before{
    border-top: 150px solid #98613F;
}
.background-three{
    background-color: #294276;
}
.background-three figure:before{
    border-top: 150px solid #294276;
}
.background-four{
    background-color: #715E24;
}
.background-four figure:before{
    border-top: 150px solid #715E24;
}
.background-five{
    background-color: #74A47D;
}
.background-five figure:before{
    border-top: 150px solid #74A47D;
}
.category-submenu{
    background-color: #fff;
    width: 100%;
    z-index: 3;
    padding: 15px 15px;
    display:flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    flex-wrap: wrap;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
    display: none;
}
.category-submenu:before{
    content:'';
    position: absolute;
    top:-8px;
    left:36px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 10px solid #fff;
}
.category-submenu a{
    width: 50%;
    display: block;
    font-size: 16px;
    font-weight: 500;
    padding: 6px 0;
}
.carausel-4-columns-cover .slider-arrow .slider-btn.slider-prev {
    right: 60px;
    left: unset;
}
.carausel-4-columns .product-cart-wrap .product-img-action-wrap{
    padding:0;
}
.carausel-4-columns .product-cart-wrap.small .product-content-wrap{
    padding-top: 20px;
}
.header-action-icon-2 i{
    font-size: 22px;
}
.carausel-3-columns-1 .slider-btn {
    cursor: pointer;
    background: #99172f2e;
    width: 45px;
    height: 45px;
    position: absolute;
    display: block;
    z-index: 100;
    border-radius: 50%;
    border: 1px solid #cce7d0;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    text-align: center;
    line-height: 45px;
    font-size: 14px;
    color: #99172f ;
    top: 50%;
    transform: translateY(-50%);
}

.carausel-3-columns-1 .slider-btn.slider-prev {
    left: 20px;
}
.carausel-3-columns-1 .slider-btn.slider-next {
    right: 20px;
}

.carausel-3-columns-1 .slider-btn.slider-prev i {
    margin-right: 2px;
}
.carausel-3-columns-1 .product-cart-wrap{
    margin:0 5px;
}
.categories .active{
    font-weight: 700;
    color:#99172f;
}
.categories .active a{
    color: #99172f;
}
#carausel-4-columns-2-arrows{
    margin-top:-270px;
}
.package-image{
    height: 425px;
    width: 100%;
    overflow: hidden;
}
.package-image video{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.package-content{
    background-color: #fff;
    padding: 20px 30px;
    width:95%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    border-radius: 8px;
}
.package-content .package-details .title{
    font-size: 20px;
    font-weight: 800;
    letter-spacing: 0.25px;
}
.package-content .package-rating{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.package-content .package-rating .d-flex{
    padding: 15px 12px;
    background-color: #99172f;
    color:#fff;
    align-items: center;
}
.package-content .package-rating .d-flex p{
    color:#fff;
    line-height: 1;
    margin-bottom: 0;
}
.package-content .package-rating p:last-of-type{
    font-size: 14px;
}
.package-content .package-headers{
    display: flex;
    width: 100%;
    margin-top:20px;
    padding-top: 20px;
    border-top: 1px solid #eaeaea;
}
.package-content .package-headers a{
    width: 25%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap:5px;
    padding: 20px 5px;
    background-color: #f5f5f5;
    position: relative;
}
.package-content .package-headers a:before{
    content:'';
    position: absolute;
    top:50%;
    right:0;
    transform: translateY(-50%);
    width: 1px;
    height: 65%;
    background-color: #eaeaea;
}
.package-content .package-headers a p{
    margin-bottom: 0;
    line-height: 1;
}
.pricing-box{
    background-color: #fff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 20px 40px;
}
.pricing-box .label{
    padding: 12px 0;
    border-bottom: 1px solid #eaeaea;
}
.pricing-box .label p{
    font-size: 16px;
    font-weight: 600;
}
.pricing-box .price{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 12px 0 0 0;
}
.pricing-box .price p ins{
    text-decoration: none;
    font-size: 20px;
    font-weight: 800;
    margin-right: 10px;
    color:#99172f;
}
.pricing-box .price p del{
    font-size: 18px;
    font-weight: 800;
    opacity: 0.5;
}
.pricing-box .price p:last-of-type{
    font-size: 14px;
    font-weight: 600;
    color: #99172f;
    opacity: 0.7;
}
.form-box{
    background-color: #fff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 20px 40px;
    margin-top: 20px;
    border-radius: 8px;
    
}
.about-section{
    background-color: #fff;
    padding: 40px 40px;
    margin-top: 20px;
    border: 1px solid #eaeaea;
    border-radius: 8px;
}
.gallery-section{
    background-color: #fff;
    padding: 40px 40px;
    margin-top: 20px;
    border: 1px solid #eaeaea;
    border-radius: 8px;
    
}
.about-section h2, .about-section h3{
    font-size: 18px;
    font-weight: 600;
}
.about-section p{
    font-size: 14px;
    text-align: justify;
}
.about-section ul{
    list-style-type: disc;
    padding-left: 25px;
}
.gallery-section .title{
    font-size: 18px;
    font-weight: 800;
    padding-bottom: 15px;
    margin-bottom:15px;
    border-bottom: 1px solid #eaeaea;
}
.gallery-section .gallery-image{
    width: 100%;
    height: 120px;
    overflow: hidden;
}
.gallery-section .gallery-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.pricing {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}
.pricing .plan {
    background-color: #fff;
    border: 1px solid #eaeaea;
    padding: 2.5rem 1.5rem;
    margin: 12px;
    border-radius: 5px;
    text-align: center;
    transition: 0.3s;
    cursor: pointer;
    width: calc(25% - 25px);
}
.pricing .plan h2 {
    font-size: 22px;
    margin-bottom: 12px;
}
.pricing .plan .price {
    margin-bottom: 1rem;
    font-size: 24px;
}
.pricing .plan .price small{
    display: block;
    font-size: 16px;
    margin-top: 5px;
}
.pricing .plan ul.features {
    list-style-type: none;
    text-align: left;
}
.pricing .plan ul.features li {
    margin: 8px;
}
.pricing .plan ul.features li .fas {
    margin-right: 4px;
}
.pricing .plan ul.features li .fa-check-circle {
    color: #99172f;
}
.pricing .plan ul.features li .fa-times-circle {
    color: #eb4d4b;
}
.pricing .plan button {
    border: none;
    width: 100%;
    padding: 12px 35px;
    margin-top: 1rem;
    background-color: #99172f;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
}
.pricing .plan.popular {
    border: 2px solid #99172f;
    position: relative;
    transform: scale(1.08);
}
.pricing .plan.popular span {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #99172f;
    color: #fff;
    padding: 0px 20px;
    font-size: 12px;
    border-radius: 5px;
}
.pricing .plan:hover {
    box-shadow: 5px 7px 67px -28px rgba(0, 0, 0, 0.37);
}
.message-text{
    font-size: 13px;
    line-height: 1;
    color:#131313;
    padding: 10px 15px;
    border-radius: 6px;
    margin-top: 5px;;
}
.date-pick .datepicker{
    width: 100%;
}
.date-pick .datepicker .datepicker__wrapper{
    width: 100%;
    z-index:9 !important;
}
#datesList{
    list-style-type: disc;
    padding-left: 25px;
    color:#131313;
    font-weight: 500;
    margin-top: 10px;
}
.avialable{
    padding: 6px;
    border: 2px solid #74A47D;
    border-radius: 8px;
    background-color: #74A47D;
    text-align: center;
    margin-top: 15px;
}
.avialable p{
    font-size: 13px;
    color:#fff;
}
.not-available{
    padding: 6px;
    border: 2px solid #99172f;
    border-radius: 8px;
    background-color: #99172f;
    text-align: center;
    margin-top: 15px;
}
.not-available p{
    font-size: 13px;
    color:#fff;
}
.badge{
    padding: 6px 16px;
}
.success{
    background-color: green;
}
.booking-details{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.booking-details li{
    width: calc(50% - 15px);
    padding: 8px 12px;
    border-bottom:1px solid #eaeaea;
}
.booking-details li:last-of-type{
    width: 100%;
    border: none;
}
.venue-details{
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap:wrap;
    justify-content: flex-start;
    gap:15px;
    margin-top:15px;
}
.venue-details .service-box{
    width: calc(50% - 25px);
    margin-bottom:0;
}
.venue-details .total-box{
    width:100%;
    margin-top:0;
    padding:15px;
    border-top:1px solid #eaeaea;
    color:#000;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.venue-details .service-box label{
    margin-bottom: 0;
}
.venue-details .service-box.selected input{
    border:1px solid #131313;
    background-color: #fff;
}
.venue-details .service-box input{
    height: 30px;
    padding: 5px;
}
.booking-form.disable-forms{
    opacity: 0.5;
}
#mobile-book-button{
    width:100% !important;
}
.checklist-overview{
    padding:15px;
    background-color: #99172f;
    color:#fff;
    border-radius: 8px;
}
.date-display{
    color: #fff;
}
.date-display p{
    color: #fff;
    font-weight: 500;
}
.date-display h3{
    font-size: 16px;
    color: #fff;
    margin-bottom: 10px;
}
.checklist-overview h4{
    font-size: 22px;
    color:#fff;
}
.checklist-overview p{
    color: #fff;
}
.checklist-overview h3{
    color: #fff;   
}
.checklist-overview h2{
    color: #fff;
    font-size: 24px;
}

/* From Uiverse.io by Shoh2008 */ 
.checkbox-wrapper-12 {
    position: relative;
}

.checkbox-wrapper-12 > svg {
    position: absolute;
    top: -130%;
    left: -170%;
    width: 110px;
    pointer-events: none;
}

.checkbox-wrapper-12 * {
    box-sizing: border-box;
}

.checkbox-wrapper-12 input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
    margin: 0;
}

.checkbox-wrapper-12 input[type="checkbox"]:focus {
    outline: 0;
}

.checkbox-wrapper-12 .cbx {
    width: 24px;
    height: 24px;
    top: calc(100px - 12px);
    left: calc(100px - 12px);
}

.checkbox-wrapper-12 .cbx input {
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    border: 2px solid #bfbfc0;
    border-radius: 50%;
}

.checkbox-wrapper-12 .cbx label {
    width: 24px;
    height: 24px;
    background: none;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    transform: trasnlate3d(0, 0, 0);
    pointer-events: none;
}

.checkbox-wrapper-12 .cbx svg {
    position: absolute;
    top: 5px;
    left: 4px;
    z-index: 1;
    pointer-events: none;
}

.checkbox-wrapper-12 .cbx svg path {
    stroke: #fff;
    stroke-width: 3;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 19;
    stroke-dashoffset: 19;
    transition: stroke-dashoffset 0.3s ease;
    transition-delay: 0.2s;
}

.checkbox-wrapper-12 .cbx input:checked + label {
    animation: splash-12 0.6s ease forwards;
}

.checkbox-wrapper-12 .cbx input:checked + label + svg path {
    stroke-dashoffset: 0;
}

@-moz-keyframes splash-12 {
    40% {
        background: #99172f;
        box-shadow: 0 -18px 0 -8px #99172f, 16px -8px 0 -8px #99172f, 16px 8px 0 -8px #99172f, 0 18px 0 -8px #99172f, -16px 8px 0 -8px #99172f, -16px -8px 0 -8px #99172f;
    }
    
    100% {
        background: #99172f;
        box-shadow: 0 -36px 0 -10px transparent, 32px -16px 0 -10px transparent, 32px 16px 0 -10px transparent, 0 36px 0 -10px transparent, -32px 16px 0 -10px transparent, -32px -16px 0 -10px transparent;
    }
}

@-webkit-keyframes splash-12 {
    40% {
        background: #99172f;
        box-shadow: 0 -18px 0 -8px #99172f, 16px -8px 0 -8px #99172f, 16px 8px 0 -8px #99172f, 0 18px 0 -8px #99172f, -16px 8px 0 -8px #99172f, -16px -8px 0 -8px #99172f;
    }
    
    100% {
        background: #99172f;
        box-shadow: 0 -36px 0 -10px transparent, 32px -16px 0 -10px transparent, 32px 16px 0 -10px transparent, 0 36px 0 -10px transparent, -32px 16px 0 -10px transparent, -32px -16px 0 -10px transparent;
    }
}

@-o-keyframes splash-12 {
    40% {
        background: #99172f;
        box-shadow: 0 -18px 0 -8px #99172f, 16px -8px 0 -8px #99172f, 16px 8px 0 -8px #99172f, 0 18px 0 -8px #99172f, -16px 8px 0 -8px #99172f, -16px -8px 0 -8px #99172f;
    }
    
    100% {
        background: #99172f;
        box-shadow: 0 -36px 0 -10px transparent, 32px -16px 0 -10px transparent, 32px 16px 0 -10px transparent, 0 36px 0 -10px transparent, -32px 16px 0 -10px transparent, -32px -16px 0 -10px transparent;
    }
}

@keyframes splash-12 {
    40% {
        background: #99172f;
        box-shadow: 0 -18px 0 -8px #99172f, 16px -8px 0 -8px #99172f, 16px 8px 0 -8px #99172f, 0 18px 0 -8px #99172f, -16px 8px 0 -8px #99172f, -16px -8px 0 -8px #99172f;
    }
    
    100% {
        background: #99172f;
        box-shadow: 0 -36px 0 -10px transparent, 32px -16px 0 -10px transparent, 32px 16px 0 -10px transparent, 0 36px 0 -10px transparent, -32px 16px 0 -10px transparent, -32px -16px 0 -10px transparent;
    }
}

.checklist{
    padding:40px 0;
}
.checklist .check-main{
    margin-bottom:25px;
}
.checklist .check-main .title{
    letter-spacing: -1px;
    font-weight: 800;
    margin-bottom: 10px;
}
.checklist .check-main .check-wrap{
    position: relative;
    padding: 25px 15px;
    padding-left: 50px;
    background-color: #f5f5f5;
    border-radius: 12px;
    margin-bottom: 10px;
}
.checklist .check-main .check-wrap .check-icon{
    position: absolute;
    top:27px;
    left:13px;
}
.checklist .check-main .check-wrap p{
    font-size: 16px;
    font-weight: 700;
}
#bottom-navbar{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px 15px 5px 15px;
    background-color: #fff;
    z-index: 9999;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}
.bottom-menu{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap:15px;
}
.bottom-menu .b-menu-item{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.bottom-menu .b-menu-item p{
    font-size: 13px;
    margin-bottom: 0;
}
.bottom-menu .b-menu-item i{
    font-size: 18px;
}
.bottom-menu .b-menu-item a{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.bottom-menu .b-menu-item.active, .bottom-menu .b-menu-item.active p{
    color: #99172f;
    font-weight: 600;
}
.bottom-menu .b-menu-item:before{
    content:'';
    position: absolute;
    top:40%;
    transform: translateY(-50%) scaleY(1.000001);
    right:-15px;
    background-color: #eaeaea;
    width: 1px;
    height:95%;
}
.bottom-menu .b-menu-item:last-of-type::before{
    display: none;
}
.btn.btn-border{
    border:1px solid #99172f;
    background-color:transparent;
    color:#99172f;
}
@media only screen and (min-width:600px){
    #bottom-navbar{
        display: none;
    }
}
@media only screen and (max-width:600px){
    .slider-arrow{
        top:30%;
        transform:translateY(-50%);
    }
    .slider-arrow .slider-btn.slider-prev{
        right:auto !important;
        left:0 !important;
        background-color:#fff !important;
    }
    #carausel-4-columns-2-arrows, #carausel-4-columns-2-arrows, #carausel-4-columns-2-arrows, #carausel-4-columns-3-arrows, .carausel-6-columns-cover .slider-arrow {
        margin-top: 0;
    }
    .carausel-6-columns-cover .slider-arrow{
        top:30% !important;
    }
    .carausel-3-columns-1 .slider-btn.slider-prev, .carausel-3-columns-1 .slider-btn.slider-next{
        background-color:#fff;
    }
    .slider-arrow .slider-btn.slider-next{
        background-color:#fff !important;
    }
    .home-category .home-category-text{
        position: relative;
        width: calc(100% - 150px);
        padding:6px 15px;
    }
    .home-category .home-category-text h2{
        font-size: 16px;
        font-weight: 700;
        margin-bottom: 0;
        color:#fff;
    }
    .home-category .home-category-text p{
        margin-bottom: 0;
        color:#fff;
        font-size: 13px;
    }
    .home-category figure{
        width: 150px;
        height: 150px;
        overflow: hidden;
        margin-bottom:0;
        position: relative;
    }
    .home-category figure img{
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        transition: all 0.75s ease-in-out;
    }
}

@media only screen and (max-width:600px){
    #landing .landing-content{
        width: 95%;
        bottom:10px;
    }
    .carausel-6-columns-cover .carausel-6-columns{
        margin:0;
    }
    .product-cart-wrap.small .product-content-wrap{
        padding-top: 20px;
    }
    
    .package-content .package-headers{
        flex-wrap: wrap;
    }
    .package-content .package-headers a{
        width: 50%;
    }
    
    

    .form-box, .gallery-section, .about-section{
        padding: 15px;
    }
    .dashboard-menu{
        display: none;
    }
    .venue-details .service-box{
        width: 100%;
        margin-bottom:0;
    }
    .package-content{
        padding: 20px 0;
        width: 100%;
        margin-top: 15px;
    }
    .venue-properties{
        padding:0 15px;
    }
    .package-content > .d-flex{
        padding: 0 15px;
    }
    .package-image{
        height: auto;
    }
    footer{
        margin-bottom: 60px;
    }
    #scrollUp{
        bottom:85px;
    }
}