@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/***** General CSS *****/

body {
    word-break: break-word;
    font: 15px/25px 'Poppins', sans-serif;
    color: #393939;
    overflow-x: hidden;
}

@font-face {
    font-family: 'Fonts Awesome';
    src: url(../fonts/fontawesome-webfont.eot);
    src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
    font-weight: 400;
    font-style: normal
}

img {
    max-width: 100%;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.pt_8 {
    padding-top: 80px;
}

.pb_8 {
    padding-bottom: 80px;
}

.py_8 {
    padding: 80px 0px;
}

.flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.flexCol {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
}

ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

a {
    text-decoration: none;
    color: #000;
    white-space: initial;
    font-family: "Montserrat", sans-serif;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #393939;
}

a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

p {
    font-weight: 500;
    line-height: 25px;
    margin: 0;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
}

h1 {
    font-family: "Cinzel", serif;
    font-size: 65px;
    line-height: 1.1;
    color: #fff;
    font-weight: 400;
    margin: 0;
}

h2 {
    font-family: "Cinzel", serif;
    font-size: 50px;
    line-height: 1.1;
    color: #000;
    font-weight: 400;
    margin: 0;
}

h3 {
    font-family: "Cinzel", serif;
    font-size: 24px;
    line-height: 1.2;
    color: #000000;
    font-weight: 500;
    margin: 0;
}

h4 {
    font-family: "Cinzel", serif;
    font-size: 24px;
    line-height: 1.2;
    color: #000;
    font-weight: 500;
    margin: 0;
}

h5 {
    font-family: "Cinzel", serif;
    font-size: 20px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0;
}

h6 {
    font-family: "Cinzel", serif;
    font-size: 18px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0;
}

select {
    background: #fff url('../images/select.png') no-repeat right;
    padding: 0 40px 0 30px;
    background-position: right 0.7rem top 50%;
}

::-webkit-input-placeholder {
    color: #575757;
}

::-moz-placeholder {
    color: #575757;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #575757;
}

:-moz-placeholder {
    color: #575757;
    opacity: 1;
}

/*---------------------------------------------------- Tabs Section Start ----------------------------------------------------------- */

.tab_sec .tab-pane {
    display: block;
    border: 0;
    height: 0;
}

.tab_sec .tab-pane.active {
    display: block !important;
    height: auto;
}

.tab_sec .nav-tabs .nav-link.active {
    background: #242889;
    color: #fff;
}

.tab_sec .nav-tabs .nav-link {
    background: #ccc;
    border-radius: 50px;
    color: #000;
    padding: 7px 28px;
}

.tab_sec .nav-tabs {
    border: none;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
}

/*---------------------------------------------------- Tabs Section End ----------------------------------------------------------- */

/*---------------------------------------------------- Carousel Section Start ----------------------------------------------------------- */

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    width: 100%;
}

.carousel-control.right,
.carousel-control.left {
    background: none;
    opacity: 1;
    width: 50px;
    height: 50px;
    top: initial;
    top: 40%;
    background: rgba(255, 255, 255, 0.1);
    text-shadow: none;
}

.carousel-control.right:hover,
.carousel-control.left:hover {
    background: rgba(255, 27, 27, 0.6);
    color: #fff;
}

.carousel-control.right .fa,
.carousel-control.left .fa {
    position: relative;
    top: 12px;
    font-size: 20px;
    color: #fff;
    opacity: 0.5;
}

.carousel-control.right {
    right: 0px;
}

.carousel-control.left {
    left: 0px;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 12px;
    padding: 0;
    margin: 3px !important;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1;
    /* transition: opacity 0.6s ease; */
    border-radius: 20px;
}

.carousel-caption {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    color: #fff;
    text-align: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, 0.1);
}

.carousel-indicators li {
    border: none;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    background: #fff;
    width: 12px;
    height: 12px;
    margin: 0;
}

.carousel-indicators .active {
    margin: 0;
    background-color: #28b16d;
    width: 10px;
    height: 12px;
}

/*---------------------------------------------------- Carousel Section End ----------------------------------------------------------- */

/*---------------------------------------------------- Button Section Start ----------------------------------------------------------- */

.theme_btn {
    padding: 0px 0px;
    border: unset;
    border-radius: 0px;
    color: #ffffff;
    z-index: 1;
    background: #ffffff00;
    position: relative;
    font-size: 14px;
    transition: all 250ms;
    overflow: hidden;
    display: inline-block;
    font-family: 'Montserrat';
    font-weight: 500;
    text-transform: uppercase;
}

.theme_btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    border-radius: 0px;
    background-color: #72d21900;
    z-index: -1;
    transition: all 250ms
}

.theme_btn:hover {
    color: #000000;
}

.theme_btn:hover::before {
    width: 100%;
}

.theme-btn-sd {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 5px;
}

.theme-btn-sd-text {
    background: #0c6634;
    padding: 12px 18px 12px;
    border-radius: 6px;
}

.theme-btn-sd-img {
    background: #0c6634;
    padding: 12px 16px 12px;
    border-radius: 6px;
}

.theme_btn:hover .theme-btn-sd-text {
    background: #c7a672;
    color: #ffffff;
}

.theme_btn:hover .theme-btn-sd-img {
    background: #c7a672;
}

/*---------------------------------------------------- Button Section End ----------------------------------------------------------- */

/*---------------------------------------------------- Header Section Start ----------------------------------------------------------- */

.menuSec {
    padding: 10px 0;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    right: -10px;
}

.container-fluid {
    padding: 0 3%;
}

.menuSec ul li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.menuSec li ul {
    display: none;
}

.menuSec ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #000;
    padding: 10px 23px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
}

.menuSec ul li a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #0c6634;
    width: 100%;
    height: 0;
    z-index: -1;
    transition: 0.7s all;
    bottom: 0;
    right: 0;
    margin: auto;
}

.menuSec ul li a:hover:before {
    height: 100%;
}

.menuSec ul li a:hover,
.menuSec ul li a.active {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    color: #fff;
}

.menuSec li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 38px;
}

.menuSec li>ul>li>a {
    border: none;
    padding: 13px 20px !important;
    color: #fff !important;
    overflow: hidden;
    font-size: 13px;
    line-height: 20px;
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
    display: block;
    margin: 0;
}

.menuSec li>ul>li>a:before,
.menuSec li>ul>li>a:after {
    display: none;
}

.menuSec li:hover li {
    float: none;
}

.menuSec li ul li a:hover {
    background-color: #ffffff;
    color: #000000 !important;
}

.menuSec ul ul ul {
    left: 100%;
    top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
    content: " ";
    display: table;
}

.menuSec ul:after {
    clear: both;
}

.menuSec li>ul>li:hover>ul {
    left: 230px;
    top: 0px;
    width: 270px;
}

.droopdwon li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 40px;
}

.droopdwon {
    float: left;
}

.droopdwon li:hover li a:hover {
    background-color: #ffffff;
    color: #000 !important;
}

.dropdown-menu {
    position: absolute !important;
    z-index: 1000;
    display: block;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left !important;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}

/*---------------------------------------------------- Header Section End ----------------------------------------------------------- */

/*---------------------------------------------------- Footer Section Start ------------------------------------------------------------- */

footer {
    padding: 0px 0 0 0;
    height: 100%;
    width: 100%;
    background-image: url(../images/footer-back.png);
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}

ul.news-letter li img {
    width: 62px;
}

.foot-bottom {
    padding: 15px 0px;
    border-top: 1px solid #343434;
}

footer h5 {
    font-size: 24px;
    color: #fff;
    margin-bottom: 25px;
    text-transform: uppercase;
}

footer p {
    color: #fff;
}

ul.news-letter p {
    width: 75%;
}

.add-cont ul li:Last-Child p {
    width: 80%;
}

.footer-logo-txt-socail p {
    font-size: 14px;
    width: 100%;
    margin: 5px 0 20px 0;
}

ul.quick-links {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 30px;
}

ul.quick-links-services {
    display: flex;
    justify-content: start;
    align-items: start;
    flex-direction: column;
    gap: 22px;
}

ul.quick-links-services li {
    color: #fff;
    font-family: 'Montserrat';
    font-size: 14px;
}

footer .container {
    padding-bottom: 40px;
}

.foot-bottom .container {
    padding: unset;
}

.quick-links a {
    font-size: 14px;
    font-family: 'Montserrat';
    color: #fff;
    font-weight: 500;
}

.quick-links a:hover {
    color: #fefcaf;
    text-decoration: underline;
}

.foot-bottom p {
    text-align: center;
    color: #777777;
    font-size: 15px;
    width: 100%;
}

ul.news-letter {
    display: flex;
    align-items: center;
    gap: 25px;
    margin-bottom: 0px;
}

.new-box button {
    font-size: 14px;
    border: transparent;
    width: 40%;
    color: #fff;
    border-radius: 6px;
    background: #0c6634;
    font-family: 'Montserrat';
    text-transform: uppercase;
    height: 60px;
}

.new-box input::placeholder {
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'Montserrat';
    color: #000;
    font-weight: 600;
}

.news-letter h2 {
    color: #fff;
    font-size: 24px;
}

.new-box {
    display: flex;
    align-items: center;
    gap: 15px;
}

.new-box input {
    background: #f6f6f6;
    border: 0;
    padding: 18px 20px;
    width: 100%;
    border-radius: 6px;
}

footer h6 {
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 13px;
}

.fotr-link-pgs {
    margin-left: 30px;
}

.add-cont ul li {
    display: flex;
    align-items: center;
    gap: 20px;
    padding-bottom: 33px;
}

li.wps h6 {
    font-size: 14px;
    text-transform: unset;
    margin: unset;
    font-family: "Montserrat", sans-serif;
}

.add-cont ul li img {
    width: 30px;
    object-fit: scale-down;
}

.add-cont ul li a {
    font-size: 14px;
    color: #fff;
    font-family: 'Montserrat';
    opacity: 80%;
}

.add-cont ul li p {
    font-size: 14px;
}

ul.social {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 5px;
}

ul.social li a {
    font-size: 15px;
    color: #fff;
    background-color: transparent;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
}

ul.social li a:hover {
    background: #fefcaf;
    border-color: #fefcaf;
    color: #000;
}

footer:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #000000f7;
    width: 100%;
    z-index: -1;
    height: 100%;
}

.nwsltr-mail {
    padding: 70px 0 60px;
    margin-bottom: 30px;
}

footer:after {
    content: '';
    position: absolute;
    top: 30.5%;
    left: 0;
    background: #ffffff69;
    width: 100%;
    height: 1px;
}

ul.quick-links-services li a {
    color: #fff;
    font-weight: 500;
}

/*---------------------------------------------------- Footer Section End ------------------------------------------------------------- */

/*---------------------------------------------------- About Section Start ------------------------------------------------------------- */

.about-sec {
    position: relative;
    padding: 100px 0;
    background-image: url(../images/about-back.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    margin-bottom: 100px;
}

.about-sec.iner {
    margin-bottom: 50px;
    padding: 100px 0 70px;
}

.col-lg-12.reltnsp {
    margin-top: 100px;
}

ul.list-membership {
    background: #fff;
    padding: 50px 90px;
    border-radius: 10px;
    width: max-content;
    margin: 0 auto;
}

ul.list-membership li {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 10px;
}


.about-sec:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #0c6634;
    width: 100%;
    z-index: -1;
    height: 100%;
}

.about-img {
    position: relative;
}

.about-img:before {
    content: '';
    position: absolute;
    top: 7%;
    right: 0px;
    background: #fefcaf;
    width: 92%;
    height: 100%;
    z-index: -1;
    border-radius: 7px;
}

.about-img img {
    width: 92%;
    height: 532px;
    object-fit: cover;
    border-radius: 7px;
}

.about-text h2 {
    color: #fff;
    margin-bottom: 5px;
}

.about-text p {
    color: #fff;
    margin-bottom: 5px;
    width: 94%;
    opacity: 75%;
}

.about-text a {
    margin-top: 17px;
}

.about-text {
    margin-left: 22px;
}

.about-text .theme-btn-sd-text {
    border: 2px solid #fff;
}

.about-text .theme-btn-sd-img {
    background: #fff;
    border: 2px solid #fff;
}

.about-text .theme-btn-sd {
    gap: 10px;
}

.about-text .theme-btn-sd-img img {
    filter: brightness(0);
}

/*---------------------------------------------------- About Section End ------------------------------------------------------------- */

/*---------------------------------------------------- BreakFast Section Start ------------------------------------------------------------- */

.breakfast-image img {
    width: 100%;
    height: 510px;
    object-fit: cover;
    border-radius: 10px;
    object-position: 0px -100px;
}

.breakfast-covr-img.lst img {
    object-position: top;
}

.breakfast-textside-main h2 {
    margin-bottom: 2px;
}

.breakfast-covr-img img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    transition: 0.7s all;
}

.breakfast-covr-img img:hover {
    transform: scale(1.2);
    filter: brightness(0.5);
}


.breakfast-covr-img {
    margin-top: 20px;
    overflow: hidden;
    border-radius: 10px;
}

.breakfast-textside-main p {
    margin-bottom: 20px;
    opacity: 50%;
    color: #020202;
}

.breakfast-textside-main ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 3px;
    font-size: 14px;
    color: #00000091;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
}

.breakfast-textside-main ul {
    margin-bottom: 30px;
}

.breakfast-sec {
    padding-bottom: 100px;
    position: relative;
    overflow: hidden;
}

/*---------------------------------------------------- BreakFast Section End ------------------------------------------------------------- */

/*---------------------------------------------------- Attraction Section Start ------------------------------------------------------------- */

.atractive-home-sec {
    padding: 60px 0;
    background-image: url(../images/attraction-back.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    margin-bottom: 80px;
}

.attractive-main-txt {
    background: #fefcaf;
    width: 105%;
    border-radius: 10px;
    padding: 30px 45px;
    position: relative;
    left: 80px;
}

.attractive-main-txt p {
    margin-bottom: 15px;
    color: #020202;
    opacity: 50%;
}

.attractive-main-txt h2 {
    margin-bottom: 6px;
}

img.brk-icn-sidbtm {
    position: absolute;
    bottom: -110px;
    left: -6%;
    width: 180px;
}

.attractive-main-txt a {
    margin-top: 8px;
}

/*---------------------------------------------------- Attraction Section End ------------------------------------------------------------- */

/*---------------------------------------------------- Information Section Start ------------------------------------------------------------- */

.information-head {
    text-align: center;
    margin-bottom: 20px;
}

.information-head p {
    width: 53%;
    margin: 0 auto;
}

.information-image img {
    width: 100%;
    height: 410px;
    object-fit: cover;
    transition: 0.7s all;
}

.information-main:hover .information-image img {
    transform: scale(1.5);
    filter: brightness(0.5);
}

.information-image {
    margin-bottom: 22px;
    border-radius: 7px;
    overflow: hidden;
}

.inform-text-in-main h3 {
    margin-bottom: 5px;
}

.inform-text-in-main p {
    margin-bottom: 20px;
    color: #000;
    opacity: 60%;
}

.information-home-sec {
    padding-bottom: 100px;
    position: relative;
    overflow: hidden;
}

/*---------------------------------------------------- Information Section End ------------------------------------------------------------- */

/*---------------------------------------------------- Contact Us Section End ------------------------------------------------------------- */

.contac-us-sec {
    margin-bottom: 100px;
}

.contact-text-main p {
    color: #000;
    opacity: 50%;
    margin-bottom: 20px;
    width: 95%;
}

img.infrm-icn-sidbtm {
    position: absolute;
    bottom: -100px;
    left: -7%;
    /* width: 220px; */
}

.contact-text-main input {
    border-radius: 6px;
    width: 100%;
    height: 55px;
    padding: 10px 22px;
    border: 1px solid #0000007a;
    margin-bottom: 15px;
}

.contact-text-main textarea {
    width: 100%;
    height: 150px;
    padding: 10px 22px;
    border: 1px solid #0000007a;
    border-radius: 6px;
    resize: none;
    margin-bottom: 17px;
}

.contact-img img {
    width: 100%;
    height: 560px;
    object-fit: cover;
    border-radius: 6px;
}

.contact-text-main {
    margin-left: 12px;
}

/*---------------------------------------------------- Contact Section End ----------------------------------------------------------- */

/*---------------------------------------------------- Location Section Start ----------------------------------------------------------- */

.location-botm-sec {
    background: #0c6634;
    padding: 30px 0 60px;
    position: relative;
}

.locat-main h6 {
    font-size: 14px;
    font-family: 'Montserrat';
    color: #fff;
}

.location-botm-sec:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: url(../images/wood-btm.jpg);
    width: 100%;
    height: 38px;
    z-index: 1;
    background-repeat: no-repeat;
    background-size: cover;
}

.locat-main ul li p {
    color: #fff;
    line-height: 22px;
}

.locat-main ul li a {
    color: #fff;
}

.locat-main ul {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 5px;
}

.locat-main.lst p {
    width: 73%;
}

/*---------------------------------------------------- Location Section End ------------------------------------------------------------- */

/*---------------------------------------------------- Testimonials Section Start ------------------------------------------------------------- */

.testimonial-sec {
    padding: 70px 0 80px;
    background-image: url(../images/testi-back.png);
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin-bottom: 100px;
    background-position: center;
}

.testimonial-sec:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #0c6634;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.testi-head {
    text-align: center;
    /* margin-bottom: 40px; */
}

.testi-head h2 {
    color: #fff;
}

.testi-head p {
    color: #fff;
    opacity: 50%;
    width: 46%;
    margin: 0 auto;
}


.testimonial-sec .testi_img_slider {
    width: 55%;
    margin: 0 auto;
}

.testimonial-sec .testi_text_slider {
    width: 77%;
    margin: 0 auto;
    margin-top: -60px;
}

.testimonial-sec .testi_img_slider .slick-slide {
    opacity: 1;
    margin: 0 10px;
}

.testimonial-sec .testi_img_slider .slick-slide>img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 50%;
    display: block;
    margin: 0 auto;
    object-position: top;
}

.testimonial-sec .testi_img_slider .slick-slide {
    transition: 0.3s ease-in-out;
    transform: scale(0.8);
}

.testimonial-sec .testi_img_slider .slick-current {
    transition: 0.3s ease-in-out;
    transform: scale(1.3);
}

.testimonial-sec .testi_img_slider .slick-list {
    padding-top: 30px !important;
    padding-bottom: 90px !important;
}

.testimonial-sec .testi_textbox {
    text-align: center;
    position: relative;
    background: #fefcaf;
    padding: 50px 100px;
    border-radius: 6px;
}

.testimonial-sec .testi_textbox:before {
    content: '';
    position: absolute;
    top: -24px;
    left: 48.5%;
    background: #fefcaf;
    width: 40px;
    height: 30px;
    z-index: 2;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}

.testimonial-sec .slick-arrow:hover {
    background: #fff;
}

.testimonial-sec .slick-arrow:hover img {
    filter: brightness(0) saturate(100%) invert(0%) sepia(100%) saturate(0%) hue-rotate(280deg) brightness(97%) contrast(97%);
}

.testimonial-sec .testi_textbox>ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.testimonial-sec .testi_textbox>ul>li>i {
    color: #ff9805;
    font-size: 20px;
}

.testimonial-sec .testi_textbox>p {
    color: #000;
    font-style: italic;
    opacity: 70%;
    width: 92%;
    margin: 0 auto;
}

.testi_text_slider .slick-slide {
    margin: 25px 0 0;
}

.testimonial-sec .testi_textbox>span {
    font-size: 14px;
    color: #0c6634;
    font-family: 'Montserrat';
    font-weight: 600;
    display: block;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.testimonial-sec .slick-prev:before {
    display: none;
}

.testimonial-sec .slick-next:before {
    display: none;
}

.testimonial-sec .slick-arrow>img {
    object-fit: scale-down;
    filter: brightness(0) saturate(100%) invert(99%) sepia(94%) saturate(2%) hue-rotate(263deg) brightness(105%) contrast(100%);
}

.testimonial-sec .slick-arrow {
    width: 40px;
    height: 40px;
    display: flex;
    font-size: 20px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid #fff;
}

.testimonial-sec .slick-prev {
    left: -250px;
    top: 140%;
}

.testimonial-sec .slick-next {
    right: -250px;
    top: 143%;
}



.testimonial-sec.iner {
    margin: unset;
    background: unset;
}

.testimonial-sec.iner .testi-head h2 {
    color: #000;
}

.testimonial-sec.iner .testi-head p {
    color: #000;
}

.testimonial-sec.iner .slick-arrow:hover {
    background: #0c6634;
    border-color: #0c6634;
}

.testimonial-sec.iner .slick-arrow>img {
    filter: brightness(0) saturate(100%) invert(26%) sepia(68%) saturate(1050%) hue-rotate(109deg) brightness(88%) contrast(91%);
}

.testimonial-sec.iner .slick-arrow:hover img {
    filter: brightness(0) saturate(100%) invert(99%) sepia(94%) saturate(2%) hue-rotate(263deg) brightness(105%) contrast(100%);
}

.testimonial-sec.iner .slick-arrow {
    border: 1px solid #0c6634;
}

.testimonial-sec.iner:before {
    background: unset;
}

.testimonial-sec .testi_img_slider .slick-current img {
    border: 3px solid #0c6634;
}


/*---------------------------------------------------- Testimonials Section End ------------------------------------------------------------- */

/*---------------------------------------------------- Banner Section Start ------------------------------------------------------------- */

.banner_text {
    text-align: center;
    margin-bottom: 70px;
}

.banner_text h1 {
    margin-bottom: 25px;
    font-size: 50px;
}

.banner_text p {
    width: 61%;
    margin: 0 auto 23px;
    opacity: 50%;
}

.banner_text h1 span {
    color: #eaeba0;
}


.main_slider .img-fluid {
    max-width: 100%;
    height: 107vh;
    width: 100%;
    object-fit: cover;
    background-color: #000;
    object-position: top;
}

.form-baner-checkout {
    padding: 25px 30px;
    background: #ffffff;
    max-width: 1200px;
    border-radius: 5px;
    position: absolute;
    left: 12%;
    width: 100%;
    bottom: -22px;
    z-index: 2;
}

.inpt-bnr-fom {
    display: grid;
    align-items: center;
    gap: 7px;
}

.inpt-bnr-fom input, .inpt-bnr-fom select {
    width: 100%;
    height: 55px;
    padding: 0 11px;
    border: unset;
    background-color: #ececec;
    border-radius: 4px;
}

.inpt-bnr-fom label {
    font-size: 14px;
    font-family: 'Montserrat';
    text-transform: uppercase;
    color: #000;
    font-weight: 500;
    margin-bottom: 6px;
}

.srch-btn-ban-frm button {
    background: #0c6634;
    border: unset;
    width: 100%;
    font-size: 14px;
    font-family: 'Montserrat';
    color: #fff;
    height: 50px;
    border-radius: 4px;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 4px;
}

.main_slider {
    position: relative;
}

.main_slider:before, .main_slider:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../images/wood-btm.jpg);
    background-repeat: no-repeat;
    width: 100%;
    height: 40px;
    z-index: 1;
    background-size: cover;
}

.main_slider:after {
    top: unset;
    left: 0;
    bottom: 0;
}

.header-btn-thme {
    text-align: end;
}

.follow-social-ban h6 {
    color: #000;
    writing-mode: sideways-lr;
    margin: 0 auto 15px;
    font-size: 15px;
}

.follow-social-ban {
    text-align: center;
    background-image: url(../images/wood-vertical.png);
    width: 70px;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    padding: 80px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}

.follow-social-ban ul li a {
    width: 40px;
    height: 40px;
    background: #15110e;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: 0.7s all;
}

.follow-social-ban ul li:Last-Child {
    margin-bottom: unset;
}

.follow-social-ban ul li {
    margin-bottom: 14px;
}

.follow-social-ban ul li a:hover {
    background: #0c6634;
}

.follow-social-ban:before, .follow-social-ban:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    width: 2px;
    height: 36%;
    bottom: 15%;
    right: 0;
    margin: auto;
}

.follow-social-ban:after {
    background: #edeba9;
    height: 30%;
    bottom: 21%;
}

button.carousel-control-prev, button.carousel-control-next {
    width: auto;
    width: 45px;
    height: 45px;
    opacity: 1;
    top: 40%;
    left: 7%;
    background: #fff;
    border-radius: 50%;
    transition: 0.7s all;
}

button.carousel-control-next {
    left: unset;
    right: 4%;
}

button.carousel-control-prev:hover, button.carousel-control-next:hover {
    background: #eaeaa0;
}

button.carousel-control-prev img, button.carousel-control-next img {
    filter: brightness(0) saturate(100%) invert(0%) sepia(100%) saturate(10%) hue-rotate(166deg) brightness(92%) contrast(102%);
}

.baner-iner {
    background-image: url(../images/baner-iner.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    background-color: #000;
    height: 65vh;
    align-content: center;
    text-align: center;
    margin-bottom: 100px;
}

/*---------------------------------------------------- Banner Section End ------------------------------------------------------------- */

/*---------------------------------------------------- Book Now Section Start ------------------------------------------------------------- */

.online-restions-sec input {
    width: 100%;
    height: 65px;
    padding: 0 20px;
    margin-bottom: 5%;
    border: 1px solid #c1c0c0;
    border-radius: 10px;
    color: #636363;
}

.online-restions-sec select {
    width: 100%;
    height: 65px;
    padding: 0 21px;
    margin-bottom: 5%;
    border: 2px solid #e5e5e5;
    font-size: 16px;
    color: #636363;
    -webkit-appearance: none;
    border-radius: 7px;
}

.online-restions-sec textarea::placeholder,
.online-restions-sec input::placeholder {
    font-weight: 400;
    color: #636363;
    font-size: 16px;
}

.online-restions-sec textarea {
    width: 100%;
    height: 200px;
    padding: 15px 20px !important;
    margin-bottom: 3%;
    border: 2px solid #c1c0c0;
    resize: none;
    border-radius: 7px;
    background: #f8f8f8;
}

.online-restions-sec {
    text-align: center;
    padding: 40px 0 100px;
}

.online-restions-sec .theme_btn {
    width: 46%;
    font-size: 19px;
}

.online-restions-sec button {
    width: 20%;
    justify-content: center;
    font-size: 24px;
    padding: 18px;
    background: #0c6634;
    border: unset;
    border-radius: 8px;
    color: #fff;
}

/*---------------------------------------------------- Book Now Section End ------------------------------------------------------------- */

/*----------------------------------------------------- Contact Us  Page Start  ---------------------------------------------------*/

.contact-pg {
    position: relative;
    margin-bottom: 80px;
}

.contact-pg .topCtc {
    position: relative;
    margin-bottom: 60px;
}

.contact-pg .box .bdytxt span {
    color: #000;
    font-size: 16px;
    font-weight: 500;
}

.contact-pg .box {
    position: relative;
    padding: 20px 30px 40px;
    background: #fff;
    transition: 0.9s all;
    box-shadow: -0.908px 1.782px 18.96px 5.04px rgb(0 0 0 / 10%);
    border: 1px solid #0c6634;
    height: 100%;
}

.contact-pg .box h1 {
    /* position: absolute; */
    right: 25px;
    top: 20px;

    /* Stroke thickness and color */
    -webkit-text-stroke: 1px #0c6634;
    color: transparent;
    transition: 0.9s;
    font-size: 88px;
    font-family: 'Agency';
    text-align: end;
    line-height: 1;
}

.contact-pg .box .bdytxt {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.contact-pg .box:hover h5 {
    color: #fff !important;
}

.contact-pg .box:hover .bdytxt * {
    color: #fff;
}

.contact-pg .box .bdytxt h5 {
    margin: 0px;
    color: #22211f;
    font-family: 'Montserrat';
    font-size: 24px;
}

.contact-pg .box .bdytxt p {
    font-size: 15px;
    color: #22211f;
    font-weight: 400;
}

.contact-pg .box .bdytxt p a {
    font-size: 15px;
    color: #22211f;
    font-weight: 400;
    display: inline-block;
}

.contact-pg .box .bdytxt p a:first-child {
    padding-right: 10px;
}

.contact-pg .box .cont-i {
    display: inline-block;
    margin-bottom: 20px;
}

.contact-pg .box .cont-i img {
    position: relative;
    transition: 0.9s;
    filter: brightness(0) saturate(100%) invert(28%) sepia(63%) saturate(556%) hue-rotate(94deg) brightness(98%) contrast(97%);
}

.contact-pg .box:hover .cont-i img {
    filter: brightness(0) invert(1);
}

.contact-pg .box:hover h1 {
    opacity: 1;
    -webkit-text-stroke: 1px #ffffff;
}

.contact-pg .box:hover {
    transform: translate(0px, -2px);
    background: #0c6634;
    border: 0.5px solid #0c6634;
    box-shadow: none;
}

.contact-pg .bottmSec {
    position: relative;
}

.contact-pg .bottmSec .ctcform {
    padding: 30px 50px 40px;
    position: relative;
    box-shadow: -0.908px 1.782px 18.96px 5.04px rgb(0 0 0 / 10%);
}

.contact-pg .bottmSec .ctcform form {
    position: relative;
}

.contact-pg form .formField {
    position: relative;
    margin-bottom: 29px;
}

.contact-pg form .formField label {
    display: block;
    color: #000;
    font-size: 16px;
    line-height: 26px;
    font-family: 'Montserrat';
    margin-bottom: 10px;
    opacity: 80%;
}

.contact-pg form .formField input {
    width: 100%;
    height: 60px;
    padding: 0px 20px 0px;
    border: 1px solid #8f9398;
}

.contact-pg form .formField textarea {
    height: 150px;
    width: 100%;
    padding: 20px 20px 20px;
    border: 1px solid #8f9398;
    resize: unset;
}

.contact-pg .bottmSec .ctcform .siteBtn .pbtn {
    padding: 0;
}

.contact-pg .mapTxt {
    padding-left: 40px;
}

.mapImg iframe {
    width: 100%;
    box-shadow: 0 0px 14px 3px #0000005c;
    height: 540px;
}

.contact-pg .mapTxt .mapImg a img {
    width: 100%;
    height: 600px;
    object-fit: cover;
}

/*----------------------------------------------------- Contact Us Page End ---------------------------------------------------*/

/*----------------------------------------------------- Cotatge Detail Page Start ---------------------------------------------------*/

.productdetailportion img {
    height: 501px;
    object-fit: cover;
}

.productdetailsmallportion {
    background: #fff;
    width: max-content;
    padding: 0px 0px;
    box-shadow: -0.908px 1.782px 18.96px 5.04px rgb(0 0 0 / 10%);
    border: 2px solid #00000000;
}

.sl-nv-mn .productdetailnav .slick-list.draggable {
    height: 520px !important;
}

.productdetailportion {
    background: #fff;
    box-shadow: -0.908px 1.782px 18.96px 5.04px rgb(0 0 0 / 10%);
    width: 100%;
    margin-top: 3px;
}

.Shop-detail-sec .slick-slide {
    opacity: 1;
    margin: 7px 0px;
    display: flex;
    justify-content: end;
}

.productdetailsmallportion img {
    width: 150px;
    height: 110px;
}

.productdetailsmallportion img {
    border-radius: 0;
    object-fit: cover;
}

.Shop-detail-sec {
    margin-bottom: 100px;
}

.sl-dl-main {
    margin-right: -40px;
}

.prdt-detail-side {
    padding-left: 30px;
    margin-top: 20px;
    position: relative;
}

.prdt-detail-side h3 {
    margin-bottom: 6px;
    font-size: 32px;
}

.prdt-detail-side p {
    margin-bottom: 20px;
    line-height: 28px;
    opacity: 60%;
    color: #000;
}

.prdt-detail-side:before {
    content: '';
    position: absolute;
    top: -8px;
    left: 0;
    background: #0c6634;
    width: 1px;
    height: 101%;
}

.coop-chick-txt {
    margin-top: 10px;
}

.coop-chick-txt p {
    margin-bottom: 20px;
    line-height: 28px;
    color: #000;
    opacity: 60%;
}

.itlc-text-chik-cop span {
    font-family: 'Roboto';
    font-style: italic;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 2px;
    display: block;
    margin-bottom: 16px;
    color: #000;
}

.itlc-text-chik-cop h6 {
    font-size: 20px;
    color: #000;
}

.coop-chick-txt h4 {
    margin: 25px 0 5px;
}

.prdt-detail-side.stable {
    margin-top: 10px;
}

.prdt-detail-side p:Last-Child {
    margin: unset;
}

.prdt-detail-side.stable:before {
    height: 99%;
    top: 0;
}

/*----------------------------------------------------- Cotatge Detail Page End ---------------------------------------------------*/

/*----------------------------------------------------- Dining Page Start ---------------------------------------------------*/

.dining-sec {
    margin-bottom: 100px;
}

.dining-img img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    border-radius: 5px;
}

.dining-text {
    margin-left: 12px;
}

.dining-text h2 {
    font-size: 42px;
    margin-bottom: 4px;
}

.dining-text p {
    margin-top: 11px;
}

.dining-text span {
    color: #000;
    font-family: 'Roboto';
    font-size: 17px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 20px;
}


.main-box-dining-adddons ul li {
    margin-bottom: 8px;
    color: #000;
    list-style: disc;
    column-count: 2;
    padding-left: 5px;
    margin-left: 25px;
}

.dining-addons {
    margin-bottom: 80px;
}

.main-box-dining-adddons ul {
    margin-bottom: 30px;
}

.main-box-dining-adddons h5 {
    color: #000;
    font-size: 25px;
    text-decoration: underline;
    margin-bottom: 20px;
}

.main-box-dining-adddons ul li a {
    transition: 0.7s all;
}

.main-box-dining-adddons ul li a:hover {
    color: #000;
    text-decoration: underline;
    font-weight: 500;
}

.dining-main-box h2 {
    margin-bottom: 40px;
}

.text-dinoptn h5 {
    font-size: 20px;
    color: #000;
    margin-bottom: 10px;
}

.text-dinoptn a {
    text-decoration: underline;
    color: #000;
    font-weight: 500;
    font-size: 15px;
    margin-top: 12px;
    display: block;
}

.img-dinoptn img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    border-radius: 8px;
}

.dining-option-sec {
    margin-bottom: 100px;
}

.dining-option-sec .col-lg-6 {
    margin-bottom: 40px;
}

.dinoptn-cltmn h6 {
    color: #000;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 5px;
}

.dinoptn-cltmn a.mltnt {
    font-family: "Cinzel", serif;
    font-size: 18px;
    color: #000;
    font-weight: 600;
    margin-bottom: 5px;
    display: block;
}

.locations-dinoptn {
    margin-top: 30px;
}

/*----------------------------------------------------- Dining Page End ---------------------------------------------------*/

.coop-chick-txt.stble {
    margin: unset;
}

.coop-chick-txt.stble h4 {
    margin-top: 20px;
}

.bdytxt.cncl {
    height: 210px;
    overflow-y: scroll;
}



header {
    width: 100%;
    position: relative;
    transition: all 0.3s ease;
}

/* Jab scroll ho */
header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 9999;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    animation: slideDown 0.35s ease;
}

/* Smooth slide effect */
@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}

/* Content jump avoid karne ke liye */
body.sticky-padding {
    padding-top: 95px;
    /* header height */
}